:root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #EB1A0D;
    --orange: #fb6340;
    --yellow: #FFC700;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #c4c8cf;
    --lighter: #e9ecef;
    --primary: #008BC0;
    --secondary: #0097C2;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #FFC700;
    --danger: #EB1A0D;
    --light: #adb5bd;
    --dark: #212529;
    --default: #fff;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    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: rgba(58, 72, 96, 0);
}

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
    text-align: left;
    background-color: #f8f9fe;
}

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

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

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

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

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

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: #008BC0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #8898aa;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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"] {
    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;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(58, 72, 96, 0.1);
}

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: 0.5rem;
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

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

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f8f9fe;
    border: 1px solid #D9D9D9;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(58, 72, 96, 0.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #8898aa;
}

code {
    font-size: 87.5%;
    color: #f3a4b5;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
    box-shadow: inset 0 -0.1rem 0 rgba(58, 72, 96, 0.25);
}

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

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

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #D9D9D9;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D9D9D9;
}

.table tbody + tbody {
    border-top: 2px solid #D9D9D9;
}

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

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

.table-bordered {
    border: 1px solid #D9D9D9;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #D9D9D9;
}

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(58, 72, 96, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(58, 72, 96, 0.075);
}

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

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

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

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

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

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

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c4f1de;
}

.table-hover .table-success:hover {
    background-color: #afecd2;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #afecd2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-default,
.table-default > th,
.table-default > td {
    background-color: white;
}

.table-hover .table-default:hover {
    background-color: #f2f2f2;
}

.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
    background-color: #f2f2f2;
}

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

.table-hover .table-white:hover {
    background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
    background-color: #f2f2f2;
}

.table-neutral,
.table-neutral > th,
.table-neutral > td {
    background-color: white;
}

.table-hover .table-neutral:hover {
    background-color: #f2f2f2;
}

.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
    background-color: #f2f2f2;
}

.table-darker,
.table-darker > th,
.table-darker > td {
    background-color: #b8b8b8;
}

.table-hover .table-darker:hover {
    background-color: #ababab;
}

.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th {
    background-color: #ababab;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(58, 72, 96, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(48, 60, 80, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(48, 60, 80, 0.075);
}

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

.table .thead-light th {
    color: #525f7f;
    background-color: #e9ecef;
    border-color: #D9D9D9;
}

.table-dark {
    color: #f8f9fe;
    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: 575.98px) {
    .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: 767.98px) {
    .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: 991.98px) {
    .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: 1199.98px) {
    .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 {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #525f7f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c4c8cf;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(58, 72, 96, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #525f7f;
    background-color: #fff;
    border-color: #41caff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.form-control::placeholder {
    color: #8898aa;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #525f7f;
    background-color: #fff;
}

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

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #525f7f;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

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

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

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

.form-check-input:disabled ~ .form-check-label {
    color: #8898aa;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #2dce89;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(45, 206, 137, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #2dce89;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #2dce89;
    box-shadow: 0 0 0 0.2rem rgba(45, 206, 137, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #2dce89;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #2dce89;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #93e7c3;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #54daa1;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0.2rem rgba(45, 206, 137, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #2dce89;
}

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

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(45, 206, 137, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #EB1A0D;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(235, 26, 13, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #EB1A0D;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #EB1A0D;
    box-shadow: 0 0 0 0.2rem rgba(235, 26, 13, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

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

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f88780;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #f44237;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0.2rem rgba(235, 26, 13, 0.25);
}

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

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

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(235, 26, 13, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

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

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

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

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 192, 0.25), inset 0 3px 5px rgba(58, 72, 96, 0.125);
}

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

.btn-primary {
    color: #fff;
    background-color: #008BC0;
    border-color: #008BC0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-primary:hover {
    color: #fff;
    background-color: #006f9a;
    border-color: #00668d;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(0, 139, 192, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #008BC0;
    border-color: #008BC0;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00668d;
    border-color: #005d80;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(0, 139, 192, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #0097C2;
    border-color: #0097C2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-secondary:hover {
    color: #fff;
    background-color: #00799c;
    border-color: #006f8f;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(0, 151, 194, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #0097C2;
    border-color: #0097C2;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #006f8f;
    border-color: #006582;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(0, 151, 194, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-success:hover {
    color: #fff;
    background-color: #26af74;
    border-color: #24a46d;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(45, 206, 137, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #24a46d;
    border-color: #229a66;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(45, 206, 137, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #11cdef;
    border-color: #11cdef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-info:hover {
    color: #fff;
    background-color: #0eafcc;
    border-color: #0da5c0;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(17, 205, 239, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #11cdef;
    border-color: #11cdef;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0da5c0;
    border-color: #0c9ab4;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(17, 205, 239, 0.5);
}

.btn-warning {
    color: #fff;
    background-color: #FFC700;
    border-color: #FFC700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-warning:hover {
    color: #fff;
    background-color: #d9a900;
    border-color: #cc9f00;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(255, 199, 0, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc9f00;
    border-color: #bf9500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 199, 0, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #EB1A0D;
    border-color: #EB1A0D;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-danger:hover {
    color: #fff;
    background-color: #c7160b;
    border-color: #bb150a;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(235, 26, 13, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bb150a;
    border-color: #af130a;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(235, 26, 13, 0.5);
}

.btn-light {
    color: #fff;
    background-color: #adb5bd;
    border-color: #adb5bd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-light:hover {
    color: #fff;
    background-color: #98a2ac;
    border-color: #919ca6;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #919ca6;
    border-color: #8a95a1;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-dark:hover {
    color: #fff;
    background-color: #101214;
    border-color: #0a0c0d;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0a0c0d;
    border-color: #050506;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-default {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-default:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-default:focus, .btn-default.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-neutral {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-neutral:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-neutral:focus, .btn-neutral.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-neutral.disabled, .btn-neutral:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active,
.show > .btn-neutral.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-neutral.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-darker {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075);
}

.btn-darker:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-darker:focus, .btn-darker.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-darker.disabled, .btn-darker:disabled {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-darker:not(:disabled):not(.disabled):active, .btn-darker:not(:disabled):not(.disabled).active,
.show > .btn-darker.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-darker:not(:disabled):not(.disabled):active:focus, .btn-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #008BC0;
    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: #008BC0;
    border-color: #008BC0;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(0, 139, 192, 0.5);
}

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 151, 194, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0097C2;
    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: #0097C2;
    border-color: #0097C2;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(0, 151, 194, 0.5);
}

.btn-outline-success {
    color: #2dce89;
    background-color: transparent;
    background-image: none;
    border-color: #2dce89;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89;
}

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

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #2dce89;
    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: #2dce89;
    border-color: #2dce89;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(45, 206, 137, 0.5);
}

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

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

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

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #11cdef;
    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: #11cdef;
    border-color: #11cdef;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(17, 205, 239, 0.5);
}

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

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 199, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFC700;
    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: #FFC700;
    border-color: #FFC700;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 199, 0, 0.5);
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 26, 13, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #EB1A0D;
    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: #EB1A0D;
    border-color: #EB1A0D;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(235, 26, 13, 0.5);
}

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

.btn-outline-light:hover {
    color: #fff;
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #adb5bd;
    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: #fff;
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

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

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    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: #212529;
    border-color: #212529;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-default {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-default:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-default.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-neutral {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-neutral:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-neutral:focus, .btn-outline-neutral.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
    color: #fff;
    background-color: transparent;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active, .btn-outline-neutral:not(:disabled):not(.disabled).active,
.show > .btn-outline-neutral.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-neutral.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-darker {
    color: black;
    background-color: transparent;
    background-image: none;
    border-color: black;
}

.btn-outline-darker:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

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

.btn-outline-darker.disabled, .btn-outline-darker:disabled {
    color: black;
    background-color: transparent;
}

.btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-outline-darker:not(:disabled):not(.disabled):active:focus, .btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125), 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

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

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

.btn-link:disabled, .btn-link.disabled {
    color: #8898aa;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

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

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

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

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    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;*/
    min-width: 14rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #525f7f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(58, 72, 96, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(58, 72, 96, 0.175);
}

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

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

.dropup .dropdown-toggle::after {
    display: inline-block;
    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;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

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

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #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-color: transparent;
    border: 0;
}

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #8898aa;
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #8898aa;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    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: -1px;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

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

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

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

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(58, 72, 96, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

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

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #c4c8cf;
    border-radius: 0.25rem;
}

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #008BC0;
    box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #74d8ff;
    box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #8898aa;
}

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

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #D9D9D9;
    box-shadow: inset 0 0.25rem 0.25rem rgba(58, 72, 96, 0.1);
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #008BC0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #008BC0;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 139, 192, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 139, 192, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #008BC0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 139, 192, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #525f7f;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #c4c8cf;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgba(58, 72, 96, 0.075);
    appearance: none;
}

.custom-select:focus {
    border-color: #41caff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(58, 72, 96, 0.075), 0 0 0 0.2rem rgba(65, 202, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #525f7f;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #8898aa;
    background-color: #e9ecef;
}

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

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

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #41caff;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #41caff;
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #525f7f;
    background-color: #fff;
    border: 1px solid #c4c8cf;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(58, 72, 96, 0.075);
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #525f7f;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #c4c8cf;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f8f9fe, 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #008BC0;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(58, 72, 96, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #74d8ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #D9D9D9;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(58, 72, 96, 0.1);
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #008BC0;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(58, 72, 96, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #74d8ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #D9D9D9;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(58, 72, 96, 0.1);
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #008BC0;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(58, 72, 96, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #74d8ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(58, 72, 96, 0.1);
}

.custom-range::-ms-fill-lower {
    background-color: #D9D9D9;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #D9D9D9;
    border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

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

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

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

.nav-link.disabled {
    color: #8898aa;
}

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

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

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

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #D9D9D9;
}

.nav-tabs .nav-link.disabled {
    color: #8898aa;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #525f7f;
    background-color: #f8f9fe;
    border-color: #D9D9D9 #D9D9D9 #f8f9fe;
}

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

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

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

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

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

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

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

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

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

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

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

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

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

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

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

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

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

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

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

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

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

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

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

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

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

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

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

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

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

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

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
    flex-direction: row;
}

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

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

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

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

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

.navbar-light .navbar-brand {
    color: rgba(58, 72, 96, 0.9);
}

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

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

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(58, 72, 96, 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(58, 72, 96, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(58, 72, 96, 0.5);
    border-color: rgba(58, 72, 96, 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(58, 72, 96, 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(58, 72, 96, 0.5);
}

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;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:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(58, 72, 96, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

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

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

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(58, 72, 96, 0.03);
    border-bottom: 1px solid rgba(58, 72, 96, 0.125);
}

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

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(58, 72, 96, 0.03);
    border-top: 1px solid rgba(58, 72, 96, 0.125);
}

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

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

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

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

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

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

.card-deck {
    display: flex;
    flex-direction: column;
}

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

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

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

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card: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.25rem;
    }

    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .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: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #8898aa;
    content: "/";
}

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

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

.breadcrumb-item.active {
    color: #8898aa;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	align-items: center;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #008BC0;
    background-color: #fff;
    border: 1px solid #D9D9D9;
}

.page-link:hover {
    z-index: 2;
    color: #005474;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #D9D9D9;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 192, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #008BC0;
    border-color: #008BC0;
}

.page-item.disabled .page-link {
    color: #8898aa;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #D9D9D9;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

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

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

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

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

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

.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: 0.25rem;
}

.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: #008BC0;
}

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

.badge-secondary {
    color: #fff;
    background-color: #0097C2;
}

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

.badge-success {
    color: #fff;
    background-color: #2dce89;
}

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

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

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

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

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

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

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

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

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

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

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

.badge-default {
    color: #212529;
    background-color: #fff;
}

.badge-default[href]:hover, .badge-default[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6;
}

.badge-white {
    color: #212529;
    background-color: #fff;
}

.badge-white[href]:hover, .badge-white[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6;
}

.badge-neutral {
    color: #212529;
    background-color: #fff;
}

.badge-neutral[href]:hover, .badge-neutral[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6;
}

.badge-darker {
    color: #fff;
    background-color: black;
}

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

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

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

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

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

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

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #1c6b92;
    background-color: #cce8f2;
    border-color: #b8dfed;
}

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

.alert-primary .alert-link {
    color: #144c67;
}

.alert-secondary {
    color: #1c7193;
    background-color: #cceaf3;
    border-color: #b8e2ee;
}

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

.alert-secondary .alert-link {
    color: #145068;
}

.alert-success {
    color: #338e75;
    background-color: #d5f5e7;
    border-color: #c4f1de;
}

.alert-success hr {
    border-top-color: #afecd2;
}

.alert-success .alert-link {
    color: #266856;
}

.alert-info {
    color: #258daa;
    background-color: #cff5fc;
    border-color: #bcf1fb;
}

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

.alert-info .alert-link {
    color: #1c6a80;
}

.alert-warning {
    color: #a08a2e;
    background-color: #fff4cc;
    border-color: #ffefb8;
}

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

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

.alert-danger {
    color: #963035;
    background-color: #fbd1cf;
    border-color: #f9bfbb;
}

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

.alert-danger .alert-link {
    color: #6f2427;
}

.alert-light {
    color: #768190;
    background-color: #eff0f2;
    border-color: #e8eaed;
}

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

.alert-light .alert-link {
    color: #5e6875;
}

.alert-dark {
    color: #2d3643;
    background-color: #d3d3d4;
    border-color: #c1c2c3;
}

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

.alert-dark .alert-link {
    color: #191d24;
}

.alert-default {
    color: #a0a7b3;
    background-color: white;
    border-color: white;
}

.alert-default hr {
    border-top-color: #f2f2f2;
}

.alert-default .alert-link {
    color: #848d9c;
}

.alert-white {
    color: #a0a7b3;
    background-color: white;
    border-color: white;
}

.alert-white hr {
    border-top-color: #f2f2f2;
}

.alert-white .alert-link {
    color: #848d9c;
}

.alert-neutral {
    color: #a0a7b3;
    background-color: white;
    border-color: white;
}

.alert-neutral hr {
    border-top-color: #f2f2f2;
}

.alert-neutral .alert-link {
    color: #848d9c;
}

.alert-darker {
    color: #1c232e;
    background-color: #cccccc;
    border-color: #b8b8b8;
}

.alert-darker hr {
    border-top-color: #ababab;
}

.alert-darker .alert-link {
    color: #090b0e;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(58, 72, 96, 0.1);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #008BC0;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

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

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

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #525f7f;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    color: #525f7f;
    text-decoration: none;
    background-color: #f6f9fc;
}

.list-group-item-action:active {
    color: #525f7f;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(58, 72, 96, 0.125);
}

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

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

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

.list-group-item.disabled, .list-group-item:disabled {
    color: #8898aa;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #008BC0;
    border-color: #008BC0;
}

.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: #1c6b92;
    background-color: #b8dfed;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1c6b92;
    background-color: #a4d6e8;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1c6b92;
    border-color: #1c6b92;
}

.list-group-item-secondary {
    color: #1c7193;
    background-color: #b8e2ee;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1c7193;
    background-color: #a3dae9;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #1c7193;
    border-color: #1c7193;
}

.list-group-item-success {
    color: #338e75;
    background-color: #c4f1de;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #338e75;
    background-color: #afecd2;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #338e75;
    border-color: #338e75;
}

.list-group-item-info {
    color: #258daa;
    background-color: #bcf1fb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #258daa;
    background-color: #a4ecfa;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #258daa;
    border-color: #258daa;
}

.list-group-item-warning {
    color: #a08a2e;
    background-color: #ffefb8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #a08a2e;
    background-color: #ffe99f;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #a08a2e;
    border-color: #a08a2e;
}

.list-group-item-danger {
    color: #963035;
    background-color: #f9bfbb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #963035;
    background-color: #f7a9a4;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #963035;
    border-color: #963035;
}

.list-group-item-light {
    color: #768190;
    background-color: #e8eaed;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #768190;
    background-color: #dadde2;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #768190;
    border-color: #768190;
}

.list-group-item-dark {
    color: #2d3643;
    background-color: #c1c2c3;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2d3643;
    background-color: #b4b5b6;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2d3643;
    border-color: #2d3643;
}

.list-group-item-default {
    color: #a0a7b3;
    background-color: white;
}

.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
    color: #a0a7b3;
    background-color: #f2f2f2;
}

.list-group-item-default.list-group-item-action.active {
    color: #fff;
    background-color: #a0a7b3;
    border-color: #a0a7b3;
}

.list-group-item-white {
    color: #a0a7b3;
    background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #a0a7b3;
    background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #a0a7b3;
    border-color: #a0a7b3;
}

.list-group-item-neutral {
    color: #a0a7b3;
    background-color: white;
}

.list-group-item-neutral.list-group-item-action:hover, .list-group-item-neutral.list-group-item-action:focus {
    color: #a0a7b3;
    background-color: #f2f2f2;
}

.list-group-item-neutral.list-group-item-action.active {
    color: #fff;
    background-color: #a0a7b3;
    border-color: #a0a7b3;
}

.list-group-item-darker {
    color: #1c232e;
    background-color: #b8b8b8;
}

.list-group-item-darker.list-group-item-action:hover, .list-group-item-darker.list-group-item-action:focus {
    color: #1c232e;
    background-color: #ababab;
}

.list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #1c232e;
    border-color: #1c232e;
}

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

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #3A4860;
    text-decoration: none;
    opacity: .75;
}

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

.modal-open {
    overflow: hidden;
}

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

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

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

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(58, 72, 96, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(58, 72, 96, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #3A4860;
}

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

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

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    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: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(58, 72, 96, 0.5);
    }

    .modal-sm {
        max-width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

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

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

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

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

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #3A4860;
}

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

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

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #3A4860;
}

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

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

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #3A4860;
}

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

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

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #3A4860;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #3A4860;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(58, 72, 96, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(58, 72, 96, 0.2);
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

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

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

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

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

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(58, 72, 96, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

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

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

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

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(58, 72, 96, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

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

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

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

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(58, 72, 96, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

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

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

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

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

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(58, 72, 96, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

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

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

.carousel {
    position: relative;
}

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

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none;
    }
}

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

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

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

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

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

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

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

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 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='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    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: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #008BC0 !important;
}

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

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

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

.bg-success {
    background-color: #2dce89 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #24a46d !important;
}

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

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

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

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

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #919ca6 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #0a0c0d !important;
}

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

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
    background-color: #e6e6e6 !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

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

a.bg-neutral:hover, a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
    background-color: #e6e6e6 !important;
}

.bg-darker {
    background-color: black !important;
}

a.bg-darker:hover, a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
    background-color: black !important;
}

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

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

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

.border-top {
    border-top: 1px solid #D9D9D9 !important;
}

.border-right {
    border-right: 1px solid #D9D9D9 !important;
}

.border-bottom {
    border-bottom: 1px solid #D9D9D9 !important;
}

.border-left {
    border-left: 1px solid #D9D9D9 !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: #008BC0 !important;
}

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

.border-success {
    border-color: #2dce89 !important;
}

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

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

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

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

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

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

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

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

.border-darker {
    border-color: black !important;
}

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

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !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: flex !important;
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-sm-flex {
        display: flex !important;
    }

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-md-flex {
        display: flex !important;
    }

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-lg-flex {
        display: flex !important;
    }

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

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

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

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

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

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

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

    .d-xl-flex {
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-print-flex {
        display: flex !important;
    }

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

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

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

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

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

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

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

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

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

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

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

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

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

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

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(58, 72, 96, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(58, 72, 96, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(58, 72, 96, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mt-2{margin-bottom:3rem;}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m--9 {
    margin: -10rem !important;
}

.mt--9,
.my--9 {
    margin-top: -10rem !important;
}

.mr--9,
.mx--9 {
    margin-right: -10rem !important;
}

.mb--9,
.my--9 {
    margin-bottom: -10rem !important;
}

.ml--9,
.mx--9 {
    margin-left: -10rem !important;
}

.m--8 {
    margin: -8rem !important;
}

.mt--8,
.my--8 {
    margin-top: -8rem !important;
}

.mr--8,
.mx--8 {
    margin-right: -8rem !important;
}

.mb--8,
.my--8 {
    margin-bottom: -8rem !important;
}

.ml--8,
.mx--8 {
    margin-left: -8rem !important;
}

.m--7 {
    margin: -6rem !important;
}

.mt--7,
.my--7 {
    margin-top: -6rem !important;
}

.mr--7,
.mx--7 {
    margin-right: -6rem !important;
}

.mb--7,
.my--7 {
    margin-bottom: -6rem !important;
}

.ml--7,
.mx--7 {
    margin-left: -6rem !important;
}

.m--6 {
    margin: -4.5rem !important;
}

.mt--6,
.my--6 {
    margin-top: -4.5rem !important;
}

.mr--6,
.mx--6 {
    margin-right: -4.5rem !important;
}

.mb--6,
.my--6 {
    margin-bottom: -4.5rem !important;
}

.ml--6,
.mx--6 {
    margin-left: -4.5rem !important;
}

.m--5 {
    margin: -3rem !important;
}

.mt--5,
.my--5 {
    margin-top: -3rem !important;
}

.mr--5,
.mx--5 {
    margin-right: -3rem !important;
}

.mb--5,
.my--5 {
    margin-bottom: -3rem !important;
}

.ml--5,
.mx--5 {
    margin-left: -3rem !important;
}

.m--4 {
    margin: -1.5rem !important;
}

.mt--4,
.my--4 {
    margin-top: -1.5rem !important;
}

.mr--4,
.mx--4 {
    margin-right: -1.5rem !important;
}

.mb--4,
.my--4 {
    margin-bottom: -1.5rem !important;
}

.ml--4,
.mx--4 {
    margin-left: -1.5rem !important;
}

.m--3 {
    margin: -1rem !important;
}

.mt--3,
.my--3 {
    margin-top: -1rem !important;
}

.mr--3,
.mx--3 {
    margin-right: -1rem !important;
}

.mb--3,
.my--3 {
    margin-bottom: -1rem !important;
}

.ml--3,
.mx--3 {
    margin-left: -1rem !important;
}

.m--2 {
    margin: -0.5rem !important;
}

.mt--2,
.my--2 {
    margin-top: -0.5rem !important;
}

.mr--2,
.mx--2 {
    margin-right: -0.5rem !important;
}

.mb--2,
.my--2 {
    margin-bottom: -0.5rem !important;
}

.ml--2,
.mx--2 {
    margin-left: -0.5rem !important;
}

.m--1 {
    margin: -0.25rem !important;
}

.mt--1,
.my--1 {
    margin-top: -0.25rem !important;
}

.mr--1,
.mx--1 {
    margin-right: -0.25rem !important;
}

.mb--1,
.my--1 {
    margin-bottom: -0.25rem !important;
}

.ml--1,
.mx--1 {
    margin-left: -0.25rem !important;
}

.m-6 {
    margin: 4.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

.m-7 {
    margin: 6rem !important;
}

.mt-7,
.my-7 {
    margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 6rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 6rem !important;
}

.m-8 {
    margin: 8rem !important;
}

.mt-8,
.my-8 {
    margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 8rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 8rem !important;
}

.m-9 {
    margin: 10rem !important;
}

.mt-9,
.my-9 {
    margin-top: 10rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 10rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 10rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 10rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p--9 {
    padding: -10rem !important;
}

.pt--9,
.py--9 {
    padding-top: -10rem !important;
}

.pr--9,
.px--9 {
    padding-right: -10rem !important;
}

.pb--9,
.py--9 {
    padding-bottom: -10rem !important;
}

.pl--9,
.px--9 {
    padding-left: -10rem !important;
}

.p--8 {
    padding: -8rem !important;
}

.pt--8,
.py--8 {
    padding-top: -8rem !important;
}

.pr--8,
.px--8 {
    padding-right: -8rem !important;
}

.pb--8,
.py--8 {
    padding-bottom: -8rem !important;
}

.pl--8,
.px--8 {
    padding-left: -8rem !important;
}

.p--7 {
    padding: -6rem !important;
}

.pt--7,
.py--7 {
    padding-top: -6rem !important;
}

.pr--7,
.px--7 {
    padding-right: -6rem !important;
}

.pb--7,
.py--7 {
    padding-bottom: -6rem !important;
}

.pl--7,
.px--7 {
    padding-left: -6rem !important;
}

.p--6 {
    padding: -4.5rem !important;
}

.pt--6,
.py--6 {
    padding-top: -4.5rem !important;
}

.pr--6,
.px--6 {
    padding-right: -4.5rem !important;
}

.pb--6,
.py--6 {
    padding-bottom: -4.5rem !important;
}

.pl--6,
.px--6 {
    padding-left: -4.5rem !important;
}

.p--5 {
    padding: -3rem !important;
}

.pt--5,
.py--5 {
    padding-top: -3rem !important;
}

.pr--5,
.px--5 {
    padding-right: -3rem !important;
}

.pb--5,
.py--5 {
    padding-bottom: -3rem !important;
}

.pl--5,
.px--5 {
    padding-left: -3rem !important;
}

.p--4 {
    padding: -1.5rem !important;
}

.pt--4,
.py--4 {
    padding-top: -1.5rem !important;
}

.pr--4,
.px--4 {
    padding-right: -1.5rem !important;
}

.pb--4,
.py--4 {
    padding-bottom: -1.5rem !important;
}

.pl--4,
.px--4 {
    padding-left: -1.5rem !important;
}

.p--3 {
    padding: -1rem !important;
}

.pt--3,
.py--3 {
    padding-top: -1rem !important;
}

.pr--3,
.px--3 {
    padding-right: -1rem !important;
}

.pb--3,
.py--3 {
    padding-bottom: -1rem !important;
}

.pl--3,
.px--3 {
    padding-left: -1rem !important;
}

.p--2 {
    padding: -0.5rem !important;
}

.pt--2,
.py--2 {
    padding-top: -0.5rem !important;
}

.pr--2,
.px--2 {
    padding-right: -0.5rem !important;
}

.pb--2,
.py--2 {
    padding-bottom: -0.5rem !important;
}

.pl--2,
.px--2 {
    padding-left: -0.5rem !important;
}

.p--1 {
    padding: -0.25rem !important;
}

.pt--1,
.py--1 {
    padding-top: -0.25rem !important;
}

.pr--1,
.px--1 {
    padding-right: -0.25rem !important;
}

.pb--1,
.py--1 {
    padding-bottom: -0.25rem !important;
}

.pl--1,
.px--1 {
    padding-left: -0.25rem !important;
}

.p-6 {
    padding: 4.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4.5rem !important;
}

.p-7 {
    padding: 6rem !important;
}

.pt-7,
.py-7 {
    padding-top: 6rem !important;
}

.pr-7,
.px-7 {
    padding-right: 6rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
    padding-left: 6rem !important;
}

.p-8 {
    padding: 8rem !important;
}

.pt-8,
.py-8 {
    padding-top: 8rem !important;
}

.pr-8,
.px-8 {
    padding-right: 8rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
    padding-left: 8rem !important;
}

.p-9 {
    padding: 10rem !important;
}

.pt-9,
.py-9 {
    padding-top: 10rem !important;
}

.pr-9,
.px-9 {
    padding-right: 10rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 10rem !important;
}

.pl-9,
.px-9 {
    padding-left: 10rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .m-sm--9 {
        margin: -10rem !important;
    }

    .mt-sm--9,
    .my-sm--9 {
        margin-top: -10rem !important;
    }

    .mr-sm--9,
    .mx-sm--9 {
        margin-right: -10rem !important;
    }

    .mb-sm--9,
    .my-sm--9 {
        margin-bottom: -10rem !important;
    }

    .ml-sm--9,
    .mx-sm--9 {
        margin-left: -10rem !important;
    }

    .m-sm--8 {
        margin: -8rem !important;
    }

    .mt-sm--8,
    .my-sm--8 {
        margin-top: -8rem !important;
    }

    .mr-sm--8,
    .mx-sm--8 {
        margin-right: -8rem !important;
    }

    .mb-sm--8,
    .my-sm--8 {
        margin-bottom: -8rem !important;
    }

    .ml-sm--8,
    .mx-sm--8 {
        margin-left: -8rem !important;
    }

    .m-sm--7 {
        margin: -6rem !important;
    }

    .mt-sm--7,
    .my-sm--7 {
        margin-top: -6rem !important;
    }

    .mr-sm--7,
    .mx-sm--7 {
        margin-right: -6rem !important;
    }

    .mb-sm--7,
    .my-sm--7 {
        margin-bottom: -6rem !important;
    }

    .ml-sm--7,
    .mx-sm--7 {
        margin-left: -6rem !important;
    }

    .m-sm--6 {
        margin: -4.5rem !important;
    }

    .mt-sm--6,
    .my-sm--6 {
        margin-top: -4.5rem !important;
    }

    .mr-sm--6,
    .mx-sm--6 {
        margin-right: -4.5rem !important;
    }

    .mb-sm--6,
    .my-sm--6 {
        margin-bottom: -4.5rem !important;
    }

    .ml-sm--6,
    .mx-sm--6 {
        margin-left: -4.5rem !important;
    }

    .m-sm--5 {
        margin: -3rem !important;
    }

    .mt-sm--5,
    .my-sm--5 {
        margin-top: -3rem !important;
    }

    .mr-sm--5,
    .mx-sm--5 {
        margin-right: -3rem !important;
    }

    .mb-sm--5,
    .my-sm--5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm--5,
    .mx-sm--5 {
        margin-left: -3rem !important;
    }

    .m-sm--4 {
        margin: -1.5rem !important;
    }

    .mt-sm--4,
    .my-sm--4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm--4,
    .mx-sm--4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm--4,
    .my-sm--4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm--4,
    .mx-sm--4 {
        margin-left: -1.5rem !important;
    }

    .m-sm--3 {
        margin: -1rem !important;
    }

    .mt-sm--3,
    .my-sm--3 {
        margin-top: -1rem !important;
    }

    .mr-sm--3,
    .mx-sm--3 {
        margin-right: -1rem !important;
    }

    .mb-sm--3,
    .my-sm--3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm--3,
    .mx-sm--3 {
        margin-left: -1rem !important;
    }

    .m-sm--2 {
        margin: -0.5rem !important;
    }

    .mt-sm--2,
    .my-sm--2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm--2,
    .mx-sm--2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm--2,
    .my-sm--2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm--2,
    .mx-sm--2 {
        margin-left: -0.5rem !important;
    }

    .m-sm--1 {
        margin: -0.25rem !important;
    }

    .mt-sm--1,
    .my-sm--1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm--1,
    .mx-sm--1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm--1,
    .my-sm--1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm--1,
    .mx-sm--1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-6 {
        margin: 4.5rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4.5rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4.5rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4.5rem !important;
    }

    .m-sm-7 {
        margin: 6rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 6rem !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 6rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 6rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 6rem !important;
    }

    .m-sm-8 {
        margin: 8rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 8rem !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 8rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 8rem !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 8rem !important;
    }

    .m-sm-9 {
        margin: 10rem !important;
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 10rem !important;
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 10rem !important;
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 10rem !important;
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 10rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .p-sm--9 {
        padding: -10rem !important;
    }

    .pt-sm--9,
    .py-sm--9 {
        padding-top: -10rem !important;
    }

    .pr-sm--9,
    .px-sm--9 {
        padding-right: -10rem !important;
    }

    .pb-sm--9,
    .py-sm--9 {
        padding-bottom: -10rem !important;
    }

    .pl-sm--9,
    .px-sm--9 {
        padding-left: -10rem !important;
    }

    .p-sm--8 {
        padding: -8rem !important;
    }

    .pt-sm--8,
    .py-sm--8 {
        padding-top: -8rem !important;
    }

    .pr-sm--8,
    .px-sm--8 {
        padding-right: -8rem !important;
    }

    .pb-sm--8,
    .py-sm--8 {
        padding-bottom: -8rem !important;
    }

    .pl-sm--8,
    .px-sm--8 {
        padding-left: -8rem !important;
    }

    .p-sm--7 {
        padding: -6rem !important;
    }

    .pt-sm--7,
    .py-sm--7 {
        padding-top: -6rem !important;
    }

    .pr-sm--7,
    .px-sm--7 {
        padding-right: -6rem !important;
    }

    .pb-sm--7,
    .py-sm--7 {
        padding-bottom: -6rem !important;
    }

    .pl-sm--7,
    .px-sm--7 {
        padding-left: -6rem !important;
    }

    .p-sm--6 {
        padding: -4.5rem !important;
    }

    .pt-sm--6,
    .py-sm--6 {
        padding-top: -4.5rem !important;
    }

    .pr-sm--6,
    .px-sm--6 {
        padding-right: -4.5rem !important;
    }

    .pb-sm--6,
    .py-sm--6 {
        padding-bottom: -4.5rem !important;
    }

    .pl-sm--6,
    .px-sm--6 {
        padding-left: -4.5rem !important;
    }

    .p-sm--5 {
        padding: -3rem !important;
    }

    .pt-sm--5,
    .py-sm--5 {
        padding-top: -3rem !important;
    }

    .pr-sm--5,
    .px-sm--5 {
        padding-right: -3rem !important;
    }

    .pb-sm--5,
    .py-sm--5 {
        padding-bottom: -3rem !important;
    }

    .pl-sm--5,
    .px-sm--5 {
        padding-left: -3rem !important;
    }

    .p-sm--4 {
        padding: -1.5rem !important;
    }

    .pt-sm--4,
    .py-sm--4 {
        padding-top: -1.5rem !important;
    }

    .pr-sm--4,
    .px-sm--4 {
        padding-right: -1.5rem !important;
    }

    .pb-sm--4,
    .py-sm--4 {
        padding-bottom: -1.5rem !important;
    }

    .pl-sm--4,
    .px-sm--4 {
        padding-left: -1.5rem !important;
    }

    .p-sm--3 {
        padding: -1rem !important;
    }

    .pt-sm--3,
    .py-sm--3 {
        padding-top: -1rem !important;
    }

    .pr-sm--3,
    .px-sm--3 {
        padding-right: -1rem !important;
    }

    .pb-sm--3,
    .py-sm--3 {
        padding-bottom: -1rem !important;
    }

    .pl-sm--3,
    .px-sm--3 {
        padding-left: -1rem !important;
    }

    .p-sm--2 {
        padding: -0.5rem !important;
    }

    .pt-sm--2,
    .py-sm--2 {
        padding-top: -0.5rem !important;
    }

    .pr-sm--2,
    .px-sm--2 {
        padding-right: -0.5rem !important;
    }

    .pb-sm--2,
    .py-sm--2 {
        padding-bottom: -0.5rem !important;
    }

    .pl-sm--2,
    .px-sm--2 {
        padding-left: -0.5rem !important;
    }

    .p-sm--1 {
        padding: -0.25rem !important;
    }

    .pt-sm--1,
    .py-sm--1 {
        padding-top: -0.25rem !important;
    }

    .pr-sm--1,
    .px-sm--1 {
        padding-right: -0.25rem !important;
    }

    .pb-sm--1,
    .py-sm--1 {
        padding-bottom: -0.25rem !important;
    }

    .pl-sm--1,
    .px-sm--1 {
        padding-left: -0.25rem !important;
    }

    .p-sm-6 {
        padding: 4.5rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4.5rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4.5rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4.5rem !important;
    }

    .p-sm-7 {
        padding: 6rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 6rem !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 6rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 6rem !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 6rem !important;
    }

    .p-sm-8 {
        padding: 8rem !important;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 8rem !important;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 8rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 8rem !important;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 8rem !important;
    }

    .p-sm-9 {
        padding: 10rem !important;
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 10rem !important;
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 10rem !important;
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 10rem !important;
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 10rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .m-md--9 {
        margin: -10rem !important;
    }

    .mt-md--9,
    .my-md--9 {
        margin-top: -10rem !important;
    }

    .mr-md--9,
    .mx-md--9 {
        margin-right: -10rem !important;
    }

    .mb-md--9,
    .my-md--9 {
        margin-bottom: -10rem !important;
    }

    .ml-md--9,
    .mx-md--9 {
        margin-left: -10rem !important;
    }

    .m-md--8 {
        margin: -8rem !important;
    }

    .mt-md--8,
    .my-md--8 {
        margin-top: -8rem !important;
    }

    .mr-md--8,
    .mx-md--8 {
        margin-right: -8rem !important;
    }

    .mb-md--8,
    .my-md--8 {
        margin-bottom: -8rem !important;
    }

    .ml-md--8,
    .mx-md--8 {
        margin-left: -8rem !important;
    }

    .m-md--7 {
        margin: -6rem !important;
    }

    .mt-md--7,
    .my-md--7 {
        margin-top: -6rem !important;
    }

    .mr-md--7,
    .mx-md--7 {
        margin-right: -6rem !important;
    }

    .mb-md--7,
    .my-md--7 {
        margin-bottom: -6rem !important;
    }

    .ml-md--7,
    .mx-md--7 {
        margin-left: -6rem !important;
    }

    .m-md--6 {
        margin: -4.5rem !important;
    }

    .mt-md--6,
    .my-md--6 {
        margin-top: -4.5rem !important;
    }

    .mr-md--6,
    .mx-md--6 {
        margin-right: -4.5rem !important;
    }

    .mb-md--6,
    .my-md--6 {
        margin-bottom: -4.5rem !important;
    }

    .ml-md--6,
    .mx-md--6 {
        margin-left: -4.5rem !important;
    }

    .m-md--5 {
        margin: -3rem !important;
    }

    .mt-md--5,
    .my-md--5 {
        margin-top: -3rem !important;
    }

    .mr-md--5,
    .mx-md--5 {
        margin-right: -3rem !important;
    }

    .mb-md--5,
    .my-md--5 {
        margin-bottom: -3rem !important;
    }

    .ml-md--5,
    .mx-md--5 {
        margin-left: -3rem !important;
    }

    .m-md--4 {
        margin: -1.5rem !important;
    }

    .mt-md--4,
    .my-md--4 {
        margin-top: -1.5rem !important;
    }

    .mr-md--4,
    .mx-md--4 {
        margin-right: -1.5rem !important;
    }

    .mb-md--4,
    .my-md--4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md--4,
    .mx-md--4 {
        margin-left: -1.5rem !important;
    }

    .m-md--3 {
        margin: -1rem !important;
    }

    .mt-md--3,
    .my-md--3 {
        margin-top: -1rem !important;
    }

    .mr-md--3,
    .mx-md--3 {
        margin-right: -1rem !important;
    }

    .mb-md--3,
    .my-md--3 {
        margin-bottom: -1rem !important;
    }

    .ml-md--3,
    .mx-md--3 {
        margin-left: -1rem !important;
    }

    .m-md--2 {
        margin: -0.5rem !important;
    }

    .mt-md--2,
    .my-md--2 {
        margin-top: -0.5rem !important;
    }

    .mr-md--2,
    .mx-md--2 {
        margin-right: -0.5rem !important;
    }

    .mb-md--2,
    .my-md--2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md--2,
    .mx-md--2 {
        margin-left: -0.5rem !important;
    }

    .m-md--1 {
        margin: -0.25rem !important;
    }

    .mt-md--1,
    .my-md--1 {
        margin-top: -0.25rem !important;
    }

    .mr-md--1,
    .mx-md--1 {
        margin-right: -0.25rem !important;
    }

    .mb-md--1,
    .my-md--1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md--1,
    .mx-md--1 {
        margin-left: -0.25rem !important;
    }

    .m-md-6 {
        margin: 4.5rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 4.5rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 4.5rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 4.5rem !important;
    }

    .m-md-7 {
        margin: 6rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 6rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 6rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 6rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 6rem !important;
    }

    .m-md-8 {
        margin: 8rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 8rem !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 8rem !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 8rem !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 8rem !important;
    }

    .m-md-9 {
        margin: 10rem !important;
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 10rem !important;
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 10rem !important;
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 10rem !important;
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 10rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .p-md--9 {
        padding: -10rem !important;
    }

    .pt-md--9,
    .py-md--9 {
        padding-top: -10rem !important;
    }

    .pr-md--9,
    .px-md--9 {
        padding-right: -10rem !important;
    }

    .pb-md--9,
    .py-md--9 {
        padding-bottom: -10rem !important;
    }

    .pl-md--9,
    .px-md--9 {
        padding-left: -10rem !important;
    }

    .p-md--8 {
        padding: -8rem !important;
    }

    .pt-md--8,
    .py-md--8 {
        padding-top: -8rem !important;
    }

    .pr-md--8,
    .px-md--8 {
        padding-right: -8rem !important;
    }

    .pb-md--8,
    .py-md--8 {
        padding-bottom: -8rem !important;
    }

    .pl-md--8,
    .px-md--8 {
        padding-left: -8rem !important;
    }

    .p-md--7 {
        padding: -6rem !important;
    }

    .pt-md--7,
    .py-md--7 {
        padding-top: -6rem !important;
    }

    .pr-md--7,
    .px-md--7 {
        padding-right: -6rem !important;
    }

    .pb-md--7,
    .py-md--7 {
        padding-bottom: -6rem !important;
    }

    .pl-md--7,
    .px-md--7 {
        padding-left: -6rem !important;
    }

    .p-md--6 {
        padding: -4.5rem !important;
    }

    .pt-md--6,
    .py-md--6 {
        padding-top: -4.5rem !important;
    }

    .pr-md--6,
    .px-md--6 {
        padding-right: -4.5rem !important;
    }

    .pb-md--6,
    .py-md--6 {
        padding-bottom: -4.5rem !important;
    }

    .pl-md--6,
    .px-md--6 {
        padding-left: -4.5rem !important;
    }

    .p-md--5 {
        padding: -3rem !important;
    }

    .pt-md--5,
    .py-md--5 {
        padding-top: -3rem !important;
    }

    .pr-md--5,
    .px-md--5 {
        padding-right: -3rem !important;
    }

    .pb-md--5,
    .py-md--5 {
        padding-bottom: -3rem !important;
    }

    .pl-md--5,
    .px-md--5 {
        padding-left: -3rem !important;
    }

    .p-md--4 {
        padding: -1.5rem !important;
    }

    .pt-md--4,
    .py-md--4 {
        padding-top: -1.5rem !important;
    }

    .pr-md--4,
    .px-md--4 {
        padding-right: -1.5rem !important;
    }

    .pb-md--4,
    .py-md--4 {
        padding-bottom: -1.5rem !important;
    }

    .pl-md--4,
    .px-md--4 {
        padding-left: -1.5rem !important;
    }

    .p-md--3 {
        padding: -1rem !important;
    }

    .pt-md--3,
    .py-md--3 {
        padding-top: -1rem !important;
    }

    .pr-md--3,
    .px-md--3 {
        padding-right: -1rem !important;
    }

    .pb-md--3,
    .py-md--3 {
        padding-bottom: -1rem !important;
    }

    .pl-md--3,
    .px-md--3 {
        padding-left: -1rem !important;
    }

    .p-md--2 {
        padding: -0.5rem !important;
    }

    .pt-md--2,
    .py-md--2 {
        padding-top: -0.5rem !important;
    }

    .pr-md--2,
    .px-md--2 {
        padding-right: -0.5rem !important;
    }

    .pb-md--2,
    .py-md--2 {
        padding-bottom: -0.5rem !important;
    }

    .pl-md--2,
    .px-md--2 {
        padding-left: -0.5rem !important;
    }

    .p-md--1 {
        padding: -0.25rem !important;
    }

    .pt-md--1,
    .py-md--1 {
        padding-top: -0.25rem !important;
    }

    .pr-md--1,
    .px-md--1 {
        padding-right: -0.25rem !important;
    }

    .pb-md--1,
    .py-md--1 {
        padding-bottom: -0.25rem !important;
    }

    .pl-md--1,
    .px-md--1 {
        padding-left: -0.25rem !important;
    }

    .p-md-6 {
        padding: 4.5rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 4.5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 4.5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 4.5rem !important;
    }

    .p-md-7 {
        padding: 6rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 6rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 6rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 6rem !important;
    }

    .p-md-8 {
        padding: 8rem !important;
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 8rem !important;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 8rem !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 8rem !important;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 8rem !important;
    }

    .p-md-9 {
        padding: 10rem !important;
    }

    .pt-md-9,
    .py-md-9 {
        padding-top: 10rem !important;
    }

    .pr-md-9,
    .px-md-9 {
        padding-right: 10rem !important;
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 10rem !important;
    }

    .pl-md-9,
    .px-md-9 {
        padding-left: 10rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .m-lg--9 {
        margin: -10rem !important;
    }

    .mt-lg--9,
    .my-lg--9 {
        margin-top: -10rem !important;
    }

    .mr-lg--9,
    .mx-lg--9 {
        margin-right: -10rem !important;
    }

    .mb-lg--9,
    .my-lg--9 {
        margin-bottom: -10rem !important;
    }

    .ml-lg--9,
    .mx-lg--9 {
        margin-left: -10rem !important;
    }

    .m-lg--8 {
        margin: -8rem !important;
    }

    .mt-lg--8,
    .my-lg--8 {
        margin-top: -8rem !important;
    }

    .mr-lg--8,
    .mx-lg--8 {
        margin-right: -8rem !important;
    }

    .mb-lg--8,
    .my-lg--8 {
        margin-bottom: -8rem !important;
    }

    .ml-lg--8,
    .mx-lg--8 {
        margin-left: -8rem !important;
    }

    .m-lg--7 {
        margin: -6rem !important;
    }

    .mt-lg--7,
    .my-lg--7 {
        margin-top: -6rem !important;
    }

    .mr-lg--7,
    .mx-lg--7 {
        margin-right: -6rem !important;
    }

    .mb-lg--7,
    .my-lg--7 {
        margin-bottom: -6rem !important;
    }

    .ml-lg--7,
    .mx-lg--7 {
        margin-left: -6rem !important;
    }

    .m-lg--6 {
        margin: -4.5rem !important;
    }

    .mt-lg--6,
    .my-lg--6 {
        margin-top: -4.5rem !important;
    }

    .mr-lg--6,
    .mx-lg--6 {
        margin-right: -4.5rem !important;
    }

    .mb-lg--6,
    .my-lg--6 {
        margin-bottom: -4.5rem !important;
    }

    .ml-lg--6,
    .mx-lg--6 {
        margin-left: -4.5rem !important;
    }

    .m-lg--5 {
        margin: -3rem !important;
    }

    .mt-lg--5,
    .my-lg--5 {
        margin-top: -3rem !important;
    }

    .mr-lg--5,
    .mx-lg--5 {
        margin-right: -3rem !important;
    }

    .mb-lg--5,
    .my-lg--5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg--5,
    .mx-lg--5 {
        margin-left: -3rem !important;
    }

    .m-lg--4 {
        margin: -1.5rem !important;
    }

    .mt-lg--4,
    .my-lg--4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg--4,
    .mx-lg--4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg--4,
    .my-lg--4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg--4,
    .mx-lg--4 {
        margin-left: -1.5rem !important;
    }

    .m-lg--3 {
        margin: -1rem !important;
    }

    .mt-lg--3,
    .my-lg--3 {
        margin-top: -1rem !important;
    }

    .mr-lg--3,
    .mx-lg--3 {
        margin-right: -1rem !important;
    }

    .mb-lg--3,
    .my-lg--3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg--3,
    .mx-lg--3 {
        margin-left: -1rem !important;
    }

    .m-lg--2 {
        margin: -0.5rem !important;
    }

    .mt-lg--2,
    .my-lg--2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg--2,
    .mx-lg--2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg--2,
    .my-lg--2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg--2,
    .mx-lg--2 {
        margin-left: -0.5rem !important;
    }

    .m-lg--1 {
        margin: -0.25rem !important;
    }

    .mt-lg--1,
    .my-lg--1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg--1,
    .mx-lg--1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg--1,
    .my-lg--1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg--1,
    .mx-lg--1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-6 {
        margin: 4.5rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4.5rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4.5rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4.5rem !important;
    }

    .m-lg-7 {
        margin: 6rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 6rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 6rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 6rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 6rem !important;
    }

    .m-lg-8 {
        margin: 8rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 8rem !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 8rem !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 8rem !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 8rem !important;
    }

    .m-lg-9 {
        margin: 10rem !important;
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 10rem !important;
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 10rem !important;
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 10rem !important;
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 10rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .p-lg--9 {
        padding: -10rem !important;
    }

    .pt-lg--9,
    .py-lg--9 {
        padding-top: -10rem !important;
    }

    .pr-lg--9,
    .px-lg--9 {
        padding-right: -10rem !important;
    }

    .pb-lg--9,
    .py-lg--9 {
        padding-bottom: -10rem !important;
    }

    .pl-lg--9,
    .px-lg--9 {
        padding-left: -10rem !important;
    }

    .p-lg--8 {
        padding: -8rem !important;
    }

    .pt-lg--8,
    .py-lg--8 {
        padding-top: -8rem !important;
    }

    .pr-lg--8,
    .px-lg--8 {
        padding-right: -8rem !important;
    }

    .pb-lg--8,
    .py-lg--8 {
        padding-bottom: -8rem !important;
    }

    .pl-lg--8,
    .px-lg--8 {
        padding-left: -8rem !important;
    }

    .p-lg--7 {
        padding: -6rem !important;
    }

    .pt-lg--7,
    .py-lg--7 {
        padding-top: -6rem !important;
    }

    .pr-lg--7,
    .px-lg--7 {
        padding-right: -6rem !important;
    }

    .pb-lg--7,
    .py-lg--7 {
        padding-bottom: -6rem !important;
    }

    .pl-lg--7,
    .px-lg--7 {
        padding-left: -6rem !important;
    }

    .p-lg--6 {
        padding: -4.5rem !important;
    }

    .pt-lg--6,
    .py-lg--6 {
        padding-top: -4.5rem !important;
    }

    .pr-lg--6,
    .px-lg--6 {
        padding-right: -4.5rem !important;
    }

    .pb-lg--6,
    .py-lg--6 {
        padding-bottom: -4.5rem !important;
    }

    .pl-lg--6,
    .px-lg--6 {
        padding-left: -4.5rem !important;
    }

    .p-lg--5 {
        padding: -3rem !important;
    }

    .pt-lg--5,
    .py-lg--5 {
        padding-top: -3rem !important;
    }

    .pr-lg--5,
    .px-lg--5 {
        padding-right: -3rem !important;
    }

    .pb-lg--5,
    .py-lg--5 {
        padding-bottom: -3rem !important;
    }

    .pl-lg--5,
    .px-lg--5 {
        padding-left: -3rem !important;
    }

    .p-lg--4 {
        padding: -1.5rem !important;
    }

    .pt-lg--4,
    .py-lg--4 {
        padding-top: -1.5rem !important;
    }

    .pr-lg--4,
    .px-lg--4 {
        padding-right: -1.5rem !important;
    }

    .pb-lg--4,
    .py-lg--4 {
        padding-bottom: -1.5rem !important;
    }

    .pl-lg--4,
    .px-lg--4 {
        padding-left: -1.5rem !important;
    }

    .p-lg--3 {
        padding: -1rem !important;
    }

    .pt-lg--3,
    .py-lg--3 {
        padding-top: -1rem !important;
    }

    .pr-lg--3,
    .px-lg--3 {
        padding-right: -1rem !important;
    }

    .pb-lg--3,
    .py-lg--3 {
        padding-bottom: -1rem !important;
    }

    .pl-lg--3,
    .px-lg--3 {
        padding-left: -1rem !important;
    }

    .p-lg--2 {
        padding: -0.5rem !important;
    }

    .pt-lg--2,
    .py-lg--2 {
        padding-top: -0.5rem !important;
    }

    .pr-lg--2,
    .px-lg--2 {
        padding-right: -0.5rem !important;
    }

    .pb-lg--2,
    .py-lg--2 {
        padding-bottom: -0.5rem !important;
    }

    .pl-lg--2,
    .px-lg--2 {
        padding-left: -0.5rem !important;
    }

    .p-lg--1 {
        padding: -0.25rem !important;
    }

    .pt-lg--1,
    .py-lg--1 {
        padding-top: -0.25rem !important;
    }

    .pr-lg--1,
    .px-lg--1 {
        padding-right: -0.25rem !important;
    }

    .pb-lg--1,
    .py-lg--1 {
        padding-bottom: -0.25rem !important;
    }

    .pl-lg--1,
    .px-lg--1 {
        padding-left: -0.25rem !important;
    }

    .p-lg-6 {
        padding: 4.5rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4.5rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4.5rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4.5rem !important;
    }

    .p-lg-7 {
        padding: 6rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 6rem !important;
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 6rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 6rem !important;
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 6rem !important;
    }

    .p-lg-8 {
        padding: 8rem !important;
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 8rem !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 8rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 8rem !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 8rem !important;
    }

    .p-lg-9 {
        padding: 10rem !important;
    }

    .pt-lg-9,
    .py-lg-9 {
        padding-top: 10rem !important;
    }

    .pr-lg-9,
    .px-lg-9 {
        padding-right: 10rem !important;
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 10rem !important;
    }

    .pl-lg-9,
    .px-lg-9 {
        padding-left: 10rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .m-xl--9 {
        margin: -10rem !important;
    }

    .mt-xl--9,
    .my-xl--9 {
        margin-top: -10rem !important;
    }

    .mr-xl--9,
    .mx-xl--9 {
        margin-right: -10rem !important;
    }

    .mb-xl--9,
    .my-xl--9 {
        margin-bottom: -10rem !important;
    }

    .ml-xl--9,
    .mx-xl--9 {
        margin-left: -10rem !important;
    }

    .m-xl--8 {
        margin: -8rem !important;
    }

    .mt-xl--8,
    .my-xl--8 {
        margin-top: -8rem !important;
    }

    .mr-xl--8,
    .mx-xl--8 {
        margin-right: -8rem !important;
    }

    .mb-xl--8,
    .my-xl--8 {
        margin-bottom: -8rem !important;
    }

    .ml-xl--8,
    .mx-xl--8 {
        margin-left: -8rem !important;
    }

    .m-xl--7 {
        margin: -6rem !important;
    }

    .mt-xl--7,
    .my-xl--7 {
        margin-top: -6rem !important;
    }

    .mr-xl--7,
    .mx-xl--7 {
        margin-right: -6rem !important;
    }

    .mb-xl--7,
    .my-xl--7 {
        margin-bottom: -6rem !important;
    }

    .ml-xl--7,
    .mx-xl--7 {
        margin-left: -6rem !important;
    }

    .m-xl--6 {
        margin: -4.5rem !important;
    }

    .mt-xl--6,
    .my-xl--6 {
        margin-top: -4.5rem !important;
    }

    .mr-xl--6,
    .mx-xl--6 {
        margin-right: -4.5rem !important;
    }

    .mb-xl--6,
    .my-xl--6 {
        margin-bottom: -4.5rem !important;
    }

    .ml-xl--6,
    .mx-xl--6 {
        margin-left: -4.5rem !important;
    }

    .m-xl--5 {
        margin: -3rem !important;
    }

    .mt-xl--5,
    .my-xl--5 {
        margin-top: -3rem !important;
    }

    .mr-xl--5,
    .mx-xl--5 {
        margin-right: -3rem !important;
    }

    .mb-xl--5,
    .my-xl--5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl--5,
    .mx-xl--5 {
        margin-left: -3rem !important;
    }

    .m-xl--4 {
        margin: -1.5rem !important;
    }

    .mt-xl--4,
    .my-xl--4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl--4,
    .mx-xl--4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl--4,
    .my-xl--4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl--4,
    .mx-xl--4 {
        margin-left: -1.5rem !important;
    }

    .m-xl--3 {
        margin: -1rem !important;
    }

    .mt-xl--3,
    .my-xl--3 {
        margin-top: -1rem !important;
    }

    .mr-xl--3,
    .mx-xl--3 {
        margin-right: -1rem !important;
    }

    .mb-xl--3,
    .my-xl--3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl--3,
    .mx-xl--3 {
        margin-left: -1rem !important;
    }

    .m-xl--2 {
        margin: -0.5rem !important;
    }

    .mt-xl--2,
    .my-xl--2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl--2,
    .mx-xl--2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl--2,
    .my-xl--2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl--2,
    .mx-xl--2 {
        margin-left: -0.5rem !important;
    }

    .m-xl--1 {
        margin: -0.25rem !important;
    }

    .mt-xl--1,
    .my-xl--1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl--1,
    .mx-xl--1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl--1,
    .my-xl--1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl--1,
    .mx-xl--1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-6 {
        margin: 4.5rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4.5rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4.5rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4.5rem !important;
    }

    .m-xl-7 {
        margin: 6rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 6rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 6rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 6rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 6rem !important;
    }

    .m-xl-8 {
        margin: 8rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 8rem !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 8rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 8rem !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 8rem !important;
    }

    .m-xl-9 {
        margin: 10rem !important;
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 10rem !important;
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 10rem !important;
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 10rem !important;
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 10rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .p-xl--9 {
        padding: -10rem !important;
    }

    .pt-xl--9,
    .py-xl--9 {
        padding-top: -10rem !important;
    }

    .pr-xl--9,
    .px-xl--9 {
        padding-right: -10rem !important;
    }

    .pb-xl--9,
    .py-xl--9 {
        padding-bottom: -10rem !important;
    }

    .pl-xl--9,
    .px-xl--9 {
        padding-left: -10rem !important;
    }

    .p-xl--8 {
        padding: -8rem !important;
    }

    .pt-xl--8,
    .py-xl--8 {
        padding-top: -8rem !important;
    }

    .pr-xl--8,
    .px-xl--8 {
        padding-right: -8rem !important;
    }

    .pb-xl--8,
    .py-xl--8 {
        padding-bottom: -8rem !important;
    }

    .pl-xl--8,
    .px-xl--8 {
        padding-left: -8rem !important;
    }

    .p-xl--7 {
        padding: -6rem !important;
    }

    .pt-xl--7,
    .py-xl--7 {
        padding-top: -6rem !important;
    }

    .pr-xl--7,
    .px-xl--7 {
        padding-right: -6rem !important;
    }

    .pb-xl--7,
    .py-xl--7 {
        padding-bottom: -6rem !important;
    }

    .pl-xl--7,
    .px-xl--7 {
        padding-left: -6rem !important;
    }

    .p-xl--6 {
        padding: -4.5rem !important;
    }

    .pt-xl--6,
    .py-xl--6 {
        padding-top: -4.5rem !important;
    }

    .pr-xl--6,
    .px-xl--6 {
        padding-right: -4.5rem !important;
    }

    .pb-xl--6,
    .py-xl--6 {
        padding-bottom: -4.5rem !important;
    }

    .pl-xl--6,
    .px-xl--6 {
        padding-left: -4.5rem !important;
    }

    .p-xl--5 {
        padding: -3rem !important;
    }

    .pt-xl--5,
    .py-xl--5 {
        padding-top: -3rem !important;
    }

    .pr-xl--5,
    .px-xl--5 {
        padding-right: -3rem !important;
    }

    .pb-xl--5,
    .py-xl--5 {
        padding-bottom: -3rem !important;
    }

    .pl-xl--5,
    .px-xl--5 {
        padding-left: -3rem !important;
    }

    .p-xl--4 {
        padding: -1.5rem !important;
    }

    .pt-xl--4,
    .py-xl--4 {
        padding-top: -1.5rem !important;
    }

    .pr-xl--4,
    .px-xl--4 {
        padding-right: -1.5rem !important;
    }

    .pb-xl--4,
    .py-xl--4 {
        padding-bottom: -1.5rem !important;
    }

    .pl-xl--4,
    .px-xl--4 {
        padding-left: -1.5rem !important;
    }

    .p-xl--3 {
        padding: -1rem !important;
    }

    .pt-xl--3,
    .py-xl--3 {
        padding-top: -1rem !important;
    }

    .pr-xl--3,
    .px-xl--3 {
        padding-right: -1rem !important;
    }

    .pb-xl--3,
    .py-xl--3 {
        padding-bottom: -1rem !important;
    }

    .pl-xl--3,
    .px-xl--3 {
        padding-left: -1rem !important;
    }

    .p-xl--2 {
        padding: -0.5rem !important;
    }

    .pt-xl--2,
    .py-xl--2 {
        padding-top: -0.5rem !important;
    }

    .pr-xl--2,
    .px-xl--2 {
        padding-right: -0.5rem !important;
    }

    .pb-xl--2,
    .py-xl--2 {
        padding-bottom: -0.5rem !important;
    }

    .pl-xl--2,
    .px-xl--2 {
        padding-left: -0.5rem !important;
    }

    .p-xl--1 {
        padding: -0.25rem !important;
    }

    .pt-xl--1,
    .py-xl--1 {
        padding-top: -0.25rem !important;
    }

    .pr-xl--1,
    .px-xl--1 {
        padding-right: -0.25rem !important;
    }

    .pb-xl--1,
    .py-xl--1 {
        padding-bottom: -0.25rem !important;
    }

    .pl-xl--1,
    .px-xl--1 {
        padding-left: -0.25rem !important;
    }

    .p-xl-6 {
        padding: 4.5rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4.5rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4.5rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4.5rem !important;
    }

    .p-xl-7 {
        padding: 6rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 6rem !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 6rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 6rem !important;
    }

    .p-xl-8 {
        padding: 8rem !important;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 8rem !important;
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 8rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 8rem !important;
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 8rem !important;
    }

    .p-xl-9 {
        padding: 10rem !important;
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 10rem !important;
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 10rem !important;
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 10rem !important;
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 10rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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: #008BC0 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #00668d !important;
}

.text-secondary {
    color: #0097C2 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #006f8f !important;
}

.text-success {
    color: #2dce89 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #24a46d !important;
}

.text-info {
    color: #11cdef !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0da5c0 !important;
}

.text-warning {
    color: #FFC700 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #cc9f00 !important;
}

.text-danger {
    color: #EB1A0D !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bb150a !important;
}

.text-light {
    color: #adb5bd !important;
}

a.text-light:hover, a.text-light:focus {
    color: #919ca6 !important;
}

.text-dark {
    color: #212529 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #0a0c0d !important;
}

.text-default {
    color: #fff !important;
}

a.text-default:hover, a.text-default:focus {
    color: #e6e6e6 !important;
}

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

a.text-white:hover, a.text-white:focus {
    color: #e6e6e6 !important;
}

.text-neutral {
    color: #fff !important;
}

a.text-neutral:hover, a.text-neutral:focus {
    color: #e6e6e6 !important;
}

.text-darker {
    color: black !important;
}

a.text-darker:hover, a.text-darker:focus {
    color: black !important;
}

.text-body {
    color: #525f7f !important;
}

.text-muted {
    color: #8898aa !important;
}

.text-black-50 {
    color: rgba(58, 72, 96, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #3A4860;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #D9D9D9 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #D9D9D9;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #D9D9D9;
    }
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu > li > .submenu.show {
        display: block;
    }
}

html {
    font-size: 16px;
}

body,
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}

body {
    font-style: normal;
    font-weight: 400;
    color: #272727;
    background-color: #fff;
    line-height: 1.4;
    overflow-x: initial;
    overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
blockquote {
    color: #272727;
}

h1, .h1 {
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Scada", sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Scada", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #5e2f62;
    margin: 0 0 0.25em !important;
}

h1, .h1 {
    margin-top: 1em;
    font-size: 400%;
    line-height: 1.1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 1.25em 0 0.2em;
    text-rendering: optimizelegibility;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

a {
    text-decoration: none;
}

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.x-breadcrumb-wrap a:hover,
.widget ul li a:hover,
.widget ol li a:hover,
.widget.widget_text ul li a,
.widget.widget_text ol li a,
.widget_nav_menu .current-menu-item > a,
.x-accordion-heading .x-accordion-toggle:hover,
.x-comment-author a:hover,
.x-comment-time:hover,
.x-recent-posts a:hover .h-recent-posts {
    color: #5e2f62;
}

a:hover,
.widget.widget_text ul li a:hover,
.widget.widget_text ol li a:hover,
.x-twitter-widget ul li a:hover {
    color: #000;
}

h1 a {
    color: #5e2f62 !important;
}

header a:link,
header a:hover,
footer a:link,
footer a:hover,
.x-off-canvas-content a:link,
.x-off-canvas-content a:hover {
    border: none !important;
    outline: none !important;
}

.x-root {
    display: flex;
}

.x-root .site,
.x-root .x-site {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    min-width: 1px;
}

.x-masthead {
    position: relative;
}

.x-bar {
    height: 5em;
    font-size: 16px;
    background-color: transparent;
    z-index: 9999;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content,
.x-bar-container {
    min-width: 1px;
}

.x-bar-h,
.x-bar-h .x-bar-scroll,
.x-bar-h .x-bar-scroll-outer,
.x-bar-h .x-bar-scroll-inner {
    flex-direction: row;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner {
    justify-content: space-between;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content {
    display: flex;
}

.x-bar-outer-spacers:before,
.e2929-1.x-bar-outer-spacers:after {
    flex-basis: 0;
    width: 0;
    height: 0;
}

.x-bar-outer-spacers:before,
.x-bar-outer-spacers:after {
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
}

.x-bar-content {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex: 0 1 100%;
    height: 5em;
}

.x-bar-content {
    z-index: 5;
}

.x-bar-h .x-bar-container,
.x-bar-h .x-mod-container {
    height: inherit;
}

.x-bar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
}

.site-branding,
.site-secondary-menu {
    font-family: "Scada", sans-serif !important;
}

.site-branding .site-title {
    font-size: 2.2em !important;
    font-weight: bold !important;
    margin: 0.25em 0 0 0 !important;
    line-height: 0.85 !important;
}

.site-branding .site-subtitle {
    font-size: 0.86em;
    line-height: 1.1 !important;
}

.x-bar-container {
    display: flex;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.x-image img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a.x-image {
    cursor: pointer;
}

.x-image {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.x-image-preserve-ratio img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.x-image img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.x-menu {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-self: stretch;
    flex: 0 0 auto;
    margin: 0;
    font-size: 1em;
}

.x-menu-inline {
    display: flex;
}

.x-menu,
.x-menu li {
    min-width: 1px;
}

.x-menu,
.x-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul,
ol {
    padding: 0;
    margin: 0 0 1.313em 1.655em;
}

.x-menu > li,
.e2929-10.x-menu > li > a {
    flex: 0 1 auto;
}

.x-menu-inline > li {
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
}

.x-menu,
.x-menu li {
    min-width: 1px;
}

.x-menu > li > .x-anchor {
    font-size: 1em;
    background-color: transparent;
}

.x-menu > li,
.e2929-10.x-menu > li > a {
    flex: 0 1 auto;
}

.x-anchor,
.x-anchor-text-primary,
.x-anchor-text-secondary,
.x-anchor-sub-indicator {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-anchor {
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
}

.x-menu > li > .x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75em;
}

.x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
}

.x-menu > li > .x-anchor .x-anchor-text {
    margin: 5px;
}

.x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
}

.x-menu > li > .x-anchor .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: black;
}

.x-anchor-text-primary,
.x-anchor-text-secondary {
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
}

.x-anchor,
.x-anchor-text-primary,
.x-anchor-text-secondary,
.x-anchor-sub-indicator {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-anchor-toggle {
    font-size: 1em;
    background-color: white;
}

.x-anchor-toggle .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: black;
}

.link,
.x-anchor-toggle .x-anchor-text-primary {
    border-bottom: 0.75px dashed rgba(0, 0, 0, 0.5) !important;
    color: #5e2f62 !important;
}

.x-bar-space {
    font-size: 16px;
    height: 3.2em;
}

.x-bar-space {
    flex-shrink: 0;
}

.e2929-14.x-bar {
    height: 3.2em;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0.15em 1em 0 rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.x-bar-is-sticky,
.x-bar-is-sticky .x-bar-content {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
}

.e2929-14.x-bar-outer-spacers:before,
.e2929-14.x-bar-outer-spacers:after {
    flex-basis: 0;
    width: 0;
    height: 0;
}

.x-bar-outer-spacers:before,
.x-bar-outer-spacers:after {
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
}

.e2929-14.x-bar-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 3.2em;
}

.x-bar-is-sticky,
.x-bar-is-sticky .x-bar-content {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
}

.e2929-15.x-bar-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 0 0%;
    background-color: transparent;
}

.x-bar-h .x-bar-container,
.x-bar-h .x-mod-container {
    height: inherit;
}

.x-main.full {
    float: none;
    display: block;
    width: auto;
}

.x-main {
    position: relative;
}

.hentry:first-child {
    margin-top: 0;
}

.hentry {
    margin-top: 4em;
}

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

.entry-header,
.entry-content {
    font-size: 1rem;
}

.entry-content {
    margin-top: 0 !important;
}

.entry-content {
    margin-top: 1.25em;
}

.entry-content:before,
.entry-content:after {
    content: " ";
    display: table;
}

.entry-content:after {
    clear: both;
}

.entry-content:before,
.entry-content:after {
    content: " ";
    display: table;
}

.x-section .x-container {
    position: relative;
    z-index: 1;
}

.x-section {
    position: relative;
    margin: 0 0 1.313em;
    padding: 45px 0;
}

.x-section:before,
.x-section:after {
    content: " ";
    display: table;
}

.x-section:after {
    clear: both;
}

.e2-1.x-section {
    margin: 1em 0 0 0;
    padding: 0;
    background-color: transparent;
    z-index: 1;
}

.e2-2.x-row {
    z-index: 1;
    margin: 0 auto 0 auto;
    padding: 1px;
    font-size: 1em;
    background-color: transparent;
}

.x-container.max {
    max-width: 1440px;
}

.x-container.width {
    width: 88%;
}

.e2-2 > .x-row-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}

.x-row-inner {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
}

.e2-2 > .x-row-inner > * {
    flex-grow: 1;
    margin: calc(1rem / 2) calc(1rem / 2);
}

.e2-3.x-col {
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.x-col {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    position: relative;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    src: url(../../static/fonts/font_awesome/fa-solid-900.woff2) format("woff2"), url(../../static/fonts/font_awesome/fa-solid-900.woff) format("woff"), url(../../static/fonts/font_awesome/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesomeRegular";
    font-style: normal;
    font-weight: 400;
    src: url(../../static/fonts/font_awesome/fa-regular-400.woff2) format("woff2"), url(../../static/fonts/font_awesome/fa-regular-400.woff) format("woff"), url(../../static/fonts/font_awesome/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesomeLight";
    font-style: normal;
    font-weight: 300;
    src: url(../../static/fonts/font_awesome/fa-light-300.woff2) format("woff2"), url(../../static/fonts/font_awesome/fa-light-300.woff) format("woff"), url(../../static/fonts/font_awesome/fa-light-300.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesomePro";
    font-style: normal;
    font-weight: 900;
    src: url(../../static/fonts/font_awesome/fa-solid-900.woff2) format("woff2"), url(../../static/fonts/font_awesome/fa-solid-900.woff) format("woff"), url(../../static/fonts/font_awesome/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesomePro";
    font-style: normal;
    font-weight: 400;
    src: url(../../static/fonts/font_awesome/fa-regular-400.woff2) format("woff2"), url(../../static/fonts/font_awesome/fa-regular-400.woff) format("woff"), url(../../static/fonts/font_awesome/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesomePro";
    font-style: normal;
    font-weight: 300;
    src: url(../../static/fonts/font_awesome/fa-light-300.woff2) format("woff2"), url(../../static/fonts/font_awesome/fa-light-300.woff) format("woff"), url(../../static/fonts/font_awesome/fa-light-300.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesomeBrands";
    font-style: normal;
    font-weight: 400;
    src: url(../../static/fonts/font_awesome/fa-brands-400.woff2) format("woff2"), url(../../static/fonts/font_awesome/fa-brands-400.woff) format("woff"), url(../../static/fonts/font_awesome/fa-brands-400.ttf) format("truetype");
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
}

iframe {
    border: 0;
}

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

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0 !important;
}

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

.site:before,
.site:after,
.x-site:before,
.x-site:after {
    content: " ";
    display: table;
}

.site:after,
.x-site:after {
    clear: both;
}

.x-boxed-layout-active .site,
.x-boxed-layout-active .x-site {
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.275);
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
    box-sizing: content-box;
}

body {
    line-height: 1.7;
}

.x-container.offset {
    margin: 40px auto;
}

.x-root {
    display: flex;
}

.x-root .site,
.x-root .x-site {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    min-width: 1px;
}

.x-masthead {
    position: relative;
}

.x-colophon {
    position: relative;
}

.x-acc-item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 1;
    transform: translate3d(0, 0, 0);
}

.x-acc-header {
    display: block;
    position: relative;
    z-index: 2;
    transition-duration: 0.3s;
    transition-property: color, border-color, background-color, text-shadow, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 0, 0);
}

.x-acc-header span {
    pointer-events: none;
}

.x-acc-header-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.x-acc-header-indicator {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    transition-duration: 0.3s;
    transition-property: color, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-acc-header-text {
    flex: 1 0 0%;
}

.x-acc-content {
    position: relative;
    z-index: 1;
}

.x-acc-content > p:last-child,
.x-acc-content > ul:last-child,
.x-acc-content > ol:last-child {
    margin-bottom: 0;
}

.x-crumbs-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.x-crumbs-list-item {
    display: inherit;
    flex-direction: inherit;
    flex-wrap: nowrap;
    justify-content: inherit;
    align-items: inherit;
    align-content: inherit;
}

.x-crumbs-list-item:last-child:after {
    content: ".";
    display: inline;
    visibility: hidden;
    width: 0;
    opacity: 0;
    pointer-events: none;
    speak: none;
}

.x-crumbs-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: 0.3s;
    transition-property: color, border-color, background-color, text-shadow, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-card {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.x-card.is-flip-left .x-card-face.is-back,
.x-card.is-flip-right .x-card-face.is-back {
    transform: rotate3d(0, 1, 0, 180deg);
}

.x-card.is-flip-up .x-card-face.is-back,
.x-card.is-flip-down .x-card-face.is-back {
    transform: rotate3d(1, 0, 0, 180deg);
}

.x-card.is-active.is-flip-left .x-card-faces {
    transform: rotate3d(0, 1, 0, -180deg);
}

.x-card.is-active.is-flip-right .x-card-faces {
    transform: rotate3d(0, 1, 0, 180deg);
}

.x-card.is-active.is-flip-up .x-card-faces {
    transform: rotate3d(1, 0, 0, 180deg);
}

.x-card.is-active.is-flip-down .x-card-faces {
    transform: rotate3d(1, 0, 0, -180deg);
}

.x-card.cannot-preserve-3d .x-card-faces {
    transform-style: initial;
}

.x-card.cannot-preserve-3d .x-card-face {
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

.x-card.cannot-preserve-3d .x-card-face.is-front {
    visibility: visible;
}

.x-card.cannot-preserve-3d .x-card-face.is-back {
    visibility: hidden;
}

.x-card.cannot-preserve-3d .x-text {
    max-width: 100%;
}

.x-card.cannot-preserve-3d[class*="is-flip"] .x-card-faces,
.x-card.cannot-preserve-3d[class*="is-flip"] .x-card-face {
    transform: none;
}

.x-card.cannot-preserve-3d.is-active .x-card-face.is-front {
    visibility: hidden;
}

.x-card.cannot-preserve-3d.is-active .x-card-face.is-back {
    visibility: visible;
}

.x-card.has-not-flipped .x-card-face.is-back * {
    box-shadow: none !important;
    transform: none !important;
    filter: none !important;
}

.x-card-faces {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-gap: 0;
    grid-auto-columns: 0;
    grid-auto-rows: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: stretch;
    align-items: stretch;
    flex: 1 1 auto;
    position: relative;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}

.x-card-face {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.x-card-face [class^="x-bg"][class*="lower"],
.x-card-face [class^="x-bg"][class*="upper"] {
    transform: translate3d(0, 0, 0);
}

.x-countdown {
    display: block;
}

.x-countdown.has-compact-labels .x-countdown-unit-content {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: baseline;
}

.x-countdown.has-top-labels .x-countdown-unit-content,
.x-countdown.has-bottom-labels .x-countdown-unit-content {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.x-countdown.has-top-labels .x-countdown-number {
    order: 2;
}

.x-countdown.has-top-labels .x-countdown-label {
    order: 1;
}

.x-countdown.has-bottom-labels .x-countdown-number {
    order: 1;
}

.x-countdown.has-bottom-labels .x-countdown-label {
    order: 2;
}

.x-countdown-units {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.x-countdown-unit {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.x-countdown-unit:not(:last-child):after {
    display: inline;
    font-style: normal;
    line-height: 1;
}

.x-countdown-unit-content {
    display: flex;
    flex: 0 0 auto;
}

.x-countdown-number {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.x-countdown-digit {
    display: inline;
}

.x-countdown-label {
    display: block;
}

.x-statbar,
.x-statbar-bar,
.x-statbar-label {
    display: flex;
    position: relative;
}

.x-statbar-bar,
.x-statbar-label {
    transition-duration: 0.75s;
    transition-property: width, height, transform, opacity;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.x-statbar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.x-statbar-bar {
    flex-direction: inherit;
    align-items: center;
}

.x-statbar-label {
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.x-statbar-label.x-active {
    opacity: 1;
    pointer-events: auto;
}

.x-tabs-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 2;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.x-tabs-list:before,
.x-tabs-list:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.x-tabs-list ul {
    display: flex;
    flex-flow: inherit;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1 0 0%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.x-tabs-list li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.x-tabs-list a,
.x-tabs-list button {
    flex: 1 0 0%;
    display: block;
    white-space: nowrap;
}

.x-tabs-list li:first-child,
.x-tabs-list li:first-child a,
.x-tabs-list li:first-child button {
    margin-left: 0 !important;
}

.x-tabs-list li:last-child,
.x-tabs-list li:last-child a,
.x-tabs-list li:last-child button {
    margin-right: 0 !important;
}

.x-tabs-panels {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.x-tabs-panel {
    flex: 1 1 0%;
}

.x-tabs-panel:not(.x-active) {
    display: none;
}

.x-tabs-panel :first-child {
    margin-top: 0;
}

.x-tabs-panel :last-child {
    margin-bottom: 0;
}

.x-quote {
    display: flex;
}

.x-quote-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.x-quote-text :first-child {
    margin-top: 0;
}

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

.x-quote-cite {
    display: flex;
}

.x-global-block {
    position: relative;
}

[data-x-single-anim] {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-x-single-anim][class*="secondary"] {
    animation-duration: 0.45s;
}

@keyframes x-slide-top {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes x-slide-left {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes x-slide-right {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: translate3d(50%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes x-slide-bottom {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes x-scale-up {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: scale3d(0, 0, 1);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes x-scale-down {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes x-flip-x {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(1, 0, 0, -180deg);
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(1, 0, 0, 0deg);
    }
}

@keyframes x-flip-y {
    33% {
        opacity: 0;
        transform: none;
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(0, 1, 0, -180deg);
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(0, 1, 0, 0deg);
    }
}

.x-testimonial {
    display: flex;
    flex-wrap: nowrap;
    min-width: 1px;
}

.x-testimonial-content {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    min-width: 1px;
}

.x-testimonial-text :first-child {
    margin-top: 0;
}

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

.x-testimonial-cite {
    display: flex;
    flex-wrap: nowrap;
    min-width: 1px;
}

.x-testimonial-cite-content {
    flex: 1 1 auto;
    min-width: 1px;
}

.x-testimonial-cite-text {
    display: block;
}

.x-row {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.x-row-inner {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
}

.x-col {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    position: relative;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
}

.ie .x-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.x-grid {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
    position: relative;
    min-width: 0;
    min-height: 0;
}

.x-cell {
    display: block;
    position: relative;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
}

.x-icon {
    display: inline-flex !important;
    flex-flow: row nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto;
    height: auto;
    line-height: inherit;
    text-align: center;
}

.x-icon:before {
    display: block !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: inherit !important;
    height: inherit !important;
    margin: 0 !important;
    line-height: inherit !important;
    text-align: inherit !important;
}

.x-anchor {
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
}

.x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
}

.x-anchor,
.x-anchor-text-primary,
.x-anchor-text-secondary,
.x-anchor-sub-indicator {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-nat,
.x-nat a,
.x-nat i,
.x-nat ul,
.x-nat ol,
.x-nat img,
.x-nat div,
.x-nat span,
.x-nat button {
    animation-delay: 0s !important;
    transition-delay: 0s !important;
    animation-duration: 0s !important;
    transition-duration: 0s !important;
}

.x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
}

.x-anchor-text-primary,
.x-anchor-text-secondary {
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
}

div.x-anchor-text-primary *,
div.x-anchor-text-secondary * {
    display: block !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    font-family: inherit !important;
    font-size: 1em !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: inherit !important;
    color: inherit !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.x-anchor-sub-indicator {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    transition-property: color, text-shadow;
    z-index: 2;
}

.x-anchor-sub-indicator:before {
    display: inherit;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: inherit;
}

li:not(.menu-item-has-children) > a .x-anchor-sub-indicator {
    display: none;
    visibility: hidden;
    speak: none;
}

.x-anchor.has-int-content {
    overflow: hidden;
}

.x-anchor.has-int-content .x-anchor-content {
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-anchor-content.is-int {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.x-anchor.has-int-content .x-anchor-content[class*="in-scale-up"].is-int {
    opacity: 0;
    transform: scale(0);
}

.x-anchor.has-int-content.x-interactive .x-anchor-content[class*="in-scale-up"].is-int {
    opacity: 1;
    transform: scale(1);
}

.x-anchor.has-int-content.x-interactive .x-anchor-content.x-anchor-content-out-slide-top-in-scale-up:not(.is-int) {
    transform: translate3d(0, -100%, 0);
}

.x-anchor.has-int-content.x-interactive .x-anchor-content.x-anchor-content-out-slide-left-in-scale-up:not(.is-int) {
    transform: translate3d(-100%, 0, 0);
}

.x-anchor.has-int-content.x-interactive .x-anchor-content.x-anchor-content-out-slide-right-in-scale-up:not(.is-int) {
    transform: translate3d(100%, 0, 0);
}

.x-anchor.has-int-content.x-interactive .x-anchor-content.x-anchor-content-out-slide-bottom-in-scale-up:not(.is-int) {
    transform: translate3d(0, 100%, 0);
}

.x-bar {
    position: relative;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content {
    display: flex;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner {
    justify-content: space-between;
}

.x-bar-h,
.x-bar-h .x-bar-scroll,
.x-bar-h .x-bar-scroll-outer,
.x-bar-h .x-bar-scroll-inner {
    flex-direction: row;
}

.x-bar-v,
.x-bar-v .x-bar-scroll,
.x-bar-v .x-bar-scroll-outer,
.x-bar-v .x-bar-scroll-inner {
    flex-direction: column;
}

.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content {
    flex: 1 0 auto;
}

.x-bar-content {
    z-index: 5;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content,
.x-bar-container {
    min-width: 1px;
}

.x-bar-space {
    flex-shrink: 0;
}

.x-bar-space-right {
    -webkit-order: 9999;
    order: 9999;
}

.x-bar-outer-spacers:before,
.x-bar-outer-spacers:after {
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
}

.x-bar-scroll {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

.x-bar-scroll .ps__rail-x,
.x-bar-scroll .ps__rail-y {
    z-index: 10;
}

.x-bar-scroll-outer,
.x-bar-scroll-inner {
    width: 100% !important;
    height: 100% !important;
}

.x-bar-scroll-outer {
    overflow: hidden !important;
}

.x-bar-scroll-inner {
    box-sizing: content-box !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.x-bar-h .x-bar-scroll-inner {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    padding: 0 0 50px 0 !important;
}

.x-bar-v .x-bar-scroll-inner {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding: 0 50px 0 0 !important;
}

.x-bar-absolute {
    position: absolute;
}

.x-bar-fixed {
    position: fixed;
}

.x-bar-bottom {
    bottom: 0;
}

.x-bar-left {
    top: 0;
    left: 0;
    bottom: 0;
}

.x-bar-right {
    top: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 783px) {
    .admin-bar .x-bar-left,
    .admin-bar .x-bar-right {
        top: 32px;
    }
}

@media screen and (min-width: 601px) and (max-width: 782px) {
    .admin-bar .x-bar-left,
    .admin-bar .x-bar-right {
        top: 46px;
    }
}

.x-bar-h .x-bar-container,
.x-bar-h .x-mod-container {
    height: inherit;
}

.x-bar-v .x-bar-container,
.x-bar-v .x-mod-container {
    width: inherit;
}

.x-bar-container {
    display: flex;
    position: relative;
    z-index: 1;
}

.x-mod-container {
    display: flex;
    flex-direction: inherit;
    align-items: inherit;
    position: relative;
}

.x-bar-is-sticky,
.x-bar-is-sticky .x-bar-content {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
}

.x-bar-is-initially-hidden {
    opacity: 0;
    pointer-events: none;
}

.x-bar-is-initially-hidden:not(.x-bar-is-visible) {
    visibility: hidden;
}

.x-bar-is-visible {
    transition-property: height, opacity, transform;
}

[class^="x-bg"] {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
    speak: none;
}

[class^="x-bg"][data-x-params*="parallax"] {
    opacity: 0;
    transition-duration: 0.3s, 0s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), linear;
}

.x-bg {
    z-index: -1;
}

[class*="x-bg-layer-lower"] {
    z-index: 1;
}

[class*="x-bg-layer-upper"] {
    z-index: 2;
}

[data-x-toggle-collapse] {
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.x-collapsed {
    display: none;
}

.x-collapsing {
    overflow: hidden !important;
    height: 0;
}

.x-mini-cart ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.x-mini-cart li,
.x-mini-cart a:not(.x-anchor) {
    transition-duration: 0.3s;
    transition-property: color, text-shadow, border-color, background-color, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-mini-cart li:before,
.x-mini-cart li:after {
    content: " ";
    display: table;
}

.x-mini-cart li:after {
    clear: both;
}

.x-mini-cart a:not(.x-anchor) {
    display: block;
}

.x-mini-cart a:not(.x-anchor):focus {
    outline: 0;
}

.x-mini-cart img {
    float: left;
    display: block;
    margin: 0;
}

.x-mini-cart .remove {
    float: right;
    text-align: center !important;
}

.x-mini-cart .quantity {
    display: block;
    margin: 0 !important;
}

.x-mini-cart .total {
    margin: 0;
}

.x-mini-cart .total strong {
    font-weight: inherit;
}

.x-mini-cart .buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
}

.x-mini-cart .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
}

.rtl .x-mini-cart img {
    float: right;
}

.rtl .x-mini-cart .remove {
    float: left;
}

.x-dropdown {
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translate3d(0, 5%, 0);
    transition-delay: 0s, 0s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 9999;
}

.x-dropdown[data-x-stem*="u"] {
    transform: translate3d(0, -5%, 0);
}

.x-dropdown.x-active {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-duration: 0.5s;
    transition-property: opacity, transform;
    pointer-events: auto;
}

ul.x-dropdown,
ol.x-dropdown {
    list-style: none;
}

.menu-item-has-children {
    position: relative;
}

.x-frame {
    width: 100%;
}

.x-frame-inner {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.x-frame-inner video,
.x-frame-inner > div,
.x-frame-inner > embed,
.x-frame-inner > iframe,
.x-frame-inner > img,
.x-frame-inner > object,
.x-frame-inner > .x-map iframe,
.x-frame-inner > .x-video iframe,
.x-frame-inner > .x-video .mejs-poster img {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.x-graphic-icon,
.x-graphic-image,
.x-graphic-toggle {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-graphic {
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
}

.x-graphic-icon,
.x-graphic-image,
.x-graphic-toggle {
    position: relative;
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
}

.x-graphic-icon,
.x-graphic-icon.x-icon,
.x-graphic-image,
.x-graphic-image.x-image {
    display: block;
}

.x-graphic-primary:not(:only-child),
.x-graphic-secondary {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.x-graphic-primary:not(:only-child) {
    opacity: 1;
    z-index: 2;
}

.x-graphic-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

[class*="active"].x-graphic-primary:not(:only-child) {
    opacity: 0;
}

[class*="active"].x-graphic-secondary {
    opacity: 1;
}

.x-scale-up.x-graphic-primary:not(:only-child) {
    transform: scale(1);
}

.x-scale-up.x-graphic-secondary {
    transform: scale(0.35);
}

.x-scale-up[class*="active"].x-graphic-primary:not(:only-child) {
    transform: scale(1.5);
}

.x-scale-up[class*="active"].x-graphic-secondary {
    transform: scale(1);
}

.x-scale-down.x-graphic-primary:not(:only-child) {
    transform: scale(1);
}

.x-scale-down.x-graphic-secondary {
    transform: scale(1.5);
}

.x-scale-down[class*="active"].x-graphic-primary:not(:only-child) {
    transform: scale(0.35);
}

.x-scale-down[class*="active"].x-graphic-secondary {
    transform: scale(1);
}

.x-flip-x.x-graphic-primary:not(:only-child) {
    transform: perspective(100px) rotateX(0deg);
}

.x-flip-x.x-graphic-secondary {
    transform: perspective(100px) rotateX(-180deg);
}

.x-flip-x[class*="active"].x-graphic-primary:not(:only-child) {
    transform: perspective(100px) rotateX(180deg);
}

.x-flip-x[class*="active"].x-graphic-secondary {
    transform: perspective(100px) rotateX(0deg);
}

.x-flip-y.x-graphic-primary:not(:only-child) {
    transform: perspective(100px) rotateY(0deg);
}

.x-flip-y.x-graphic-secondary {
    transform: perspective(100px) rotateY(-180deg);
}

.x-flip-y[class*="active"].x-graphic-primary:not(:only-child) {
    transform: perspective(100px) rotateY(180deg);
}

.x-flip-y[class*="active"].x-graphic-secondary {
    transform: perspective(100px) rotateY(0deg);
}

.x-image {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .x-image {
        min-height: 0%;
    }
}

.x-image img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a.x-image {
    cursor: pointer;
}

a.x-image:focus {
    outline: 0;
}

.x-image-preserve-ratio img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.x-line {
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    border: 0;
    padding: 0;
}

.x-menu,
.x-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.x-menu,
.x-menu li {
    min-width: 1px;
}

.x-has-sub {
    position: relative;
}

.x-menu-modal .x-anchor,
.x-menu-layered .x-anchor,
.x-menu-dropdown .x-anchor,
.x-menu-collapsed .x-anchor,
.x-menu-inline .x-dropdown .x-anchor {
    display: flex;
}

.x-menu-modal li:before,
.x-menu-modal li:after,
.x-menu-layered li:before,
.x-menu-layered li:after,
.x-menu-collapsed li:before,
.x-menu-collapsed li:after {
    content: "";
    display: table;
}

.x-menu-modal li:after,
.x-menu-layered li:after,
.x-menu-collapsed li:after {
    clear: both;
}

.x-bar-v .x-menu-collapsed,
.x-bar-v .x-menu-collapsed > li {
    width: inherit;
}

.x-menu-inline {
    display: flex;
}

.x-menu-inline > li {
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
}

.x-menu-layered {
    overflow: hidden;
    position: relative;
    transition-duration: 0.3s;
    transition-property: height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-menu-layered .menu-item-has-children {
    position: static;
}

.x-menu-layered ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.x-menu-layered li {
    pointer-events: none;
}

.x-menu-layered a {
    opacity: 0;
    transform: translate(25px, 0);
    pointer-events: none;
}

.x-prev-layer > li > a {
    transform: translate(-25px, 0);
}

.x-current-layer > li > a {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
}

.x-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: visibility 0s linear 0.525s, opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: none;
    z-index: 99999999;
}

.x-modal.x-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: auto;
}

.x-modal-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.x-modal-close {
    display: block;
    position: fixed;
    width: 1em;
    height: 1em;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.x-modal-close span {
    display: block;
}

.x-modal.x-active .x-modal-close {
    opacity: 1;
    transform: scale(1);
}

.x-modal-close-top {
    top: 0;
}

.x-modal-close-left {
    left: 0;
}

.x-modal-close-right {
    right: 0;
}

.x-modal-close-bottom {
    bottom: 0;
}

.admin-bar .x-modal-close-top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .x-modal-close-top {
        top: 46px;
    }
}

.x-modal-content-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.x-modal-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.x-modal-content {
    width: 100%;
    margin: 0 auto;
    transform: translate3d(0, -15px, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.x-modal.x-active .x-modal-content {
    transform: translate3d(0, 0, 0);
}

.admin-bar .x-modal,
.admin-bar .x-modal-bg {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .x-modal,
    .admin-bar .x-modal-bg {
        top: 46px;
    }
}

.x-off-canvas {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: visibility 0s linear 0.525s;
    pointer-events: none;
    z-index: 99999998;
}

.x-off-canvas.x-active {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
}

.x-off-canvas-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.x-off-canvas.x-active .x-off-canvas-bg {
    opacity: 1;
}

.x-off-canvas-close {
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}

.x-off-canvas-close span {
    display: block;
}

.x-off-canvas.x-active .x-off-canvas-close {
    opacity: 1;
    transform: scale(1);
}

.x-off-canvas-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.x-off-canvas.x-active .x-off-canvas-content {
    transform: translate3d(0, 0, 0);
}

.x-off-canvas-close-left {
    left: 0;
}

.x-off-canvas-close-right {
    right: 0;
}

.x-off-canvas-content-left {
    left: 0;
    transform: translate3d(-115%, 0, 0);
}

.x-off-canvas-content-right {
    right: 0;
    transform: translate3d(115%, 0, 0);
}

.admin-bar .x-off-canvas {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .x-off-canvas {
        top: 46px;
    }
}

[data-x-particle] {
    display: block;
    position: absolute;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    speak: none;
    z-index: 1;
}

[data-x-particle] span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: currentColor;
}

[data-x-particle*="inside"][data-x-particle*="t_"] {
    top: 0;
}

[data-x-particle*="inside"][data-x-particle*="_l"] {
    left: 0;
}

[data-x-particle*="inside"][data-x-particle*="_r"] {
    right: 0;
}

[data-x-particle*="inside"][data-x-particle*="b_"] {
    bottom: 0;
}

[data-x-particle*="inside"][data-x-particle*="c_"]:not([data-x-particle*="c_c"]) {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

[data-x-particle*="inside"][data-x-particle*="_c"]:not([data-x-particle*="c_c"]) {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

[data-x-particle*="inside"][data-x-particle*="c_c"] {
    top: 50%;
    left: 50%;
}

[data-x-particle*="overlap"][data-x-particle*="t_"] {
    top: 0%;
}

[data-x-particle*="overlap"][data-x-particle*="c_"] {
    top: 50%;
}

[data-x-particle*="overlap"][data-x-particle*="b_"] {
    top: 100%;
}

[data-x-particle*="overlap"][data-x-particle*="_l"] {
    left: 0%;
}

[data-x-particle*="overlap"][data-x-particle*="_c"] {
    left: 50%;
}

[data-x-particle*="overlap"][data-x-particle*="_r"] {
    left: 100%;
}

[data-x-particle~="scale-x_y"] {
    transform: scale3d(0, 0, 1);
}

[data-x-particle~="scale-x"] {
    transform: scale3d(0, 1, 1);
}

[data-x-particle~="scale-y"] {
    transform: scale3d(1, 0, 1);
}

[data-x-particle*="overlap"],
[data-x-particle*="inside"][data-x-particle*="c_c"] {
    transform: translate3d(-50%, -50%, 0);
}

[data-x-particle*="overlap"][data-x-particle~="scale-x_y"],
[data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x_y"] {
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

[data-x-particle*="overlap"][data-x-particle~="scale-x"],
[data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x"] {
    transform: translate3d(-50%, -50%, 0) scale3d(0, 1, 1);
}

[data-x-particle*="overlap"][data-x-particle~="scale-y"],
[data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-y"] {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 0, 1);
}

[data-x-particle][class*="active"] {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.3s;
}

[data-x-particle][class*="active"][data-x-particle*="scale"] {
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
}

[data-x-particle][class*="active"][data-x-particle*="scale"][data-x-particle*="overlap"],
[data-x-particle][class*="active"][data-x-particle*="scale"][data-x-particle*="inside"][data-x-particle*="c_c"] {
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.ps__rail-x {
    bottom: 0;
    height: 15px;
}

.ps__rail-y {
    right: 0;
    width: 15px;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: rgba(0, 0, 0, 0);
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

.ps__thumb-x,
.ps__thumb-y {
    position: absolute;
    border-radius: 100px;
    background-color: #aaa;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.ps__thumb-x {
    bottom: 2px;
    height: 6px;
    transition-property: background-color, height;
}

.ps__thumb-y {
    right: 2px;
    width: 6px;
    transition-property: background-color, width;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    height: 11px;
    background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    width: 11px;
    background-color: #999;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.x-rating {
    display: inline-flex;
    min-width: 1px;
}

.x-rating-graphic {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 1px;
    letter-spacing: 0 !important;
    line-height: 1 !important;
}

.x-rating-text {
    min-width: 1px;
}

.x-search {
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
    padding: 0;
    transition-duration: 0.3s;
    transition-property: border-color, background-color, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: text;
}

.x-search:focus {
    outline: 0;
}

.x-search-btn {
    display: block;
    flex-shrink: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    transition-duration: 0.3s;
    transition-property: color, border-color, background-color, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.x-search-btn:focus {
    outline: 0;
}

.x-search-btn svg {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    line-height: inherit;
    stroke: currentColor;
}

.x-search-btn-submit {
    order: 1;
}

.x-search-btn-clear {
    order: 3;
    visibility: hidden;
    pointer-events: none;
}

.x-search-has-content .x-search-btn-clear {
    visibility: visible;
    pointer-events: auto;
}

.x-search-input {
    flex-grow: 1;
    order: 2;
    width: 100%;
    min-width: 1px;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transition-duration: 0.3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.x-search-input::-ms-clear {
    display: none;
}

.x-search-input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}

.x-search-input::-moz-placeholder {
    color: currentColor;
    opacity: 1;
}

.x-search-input:-ms-input-placeholder {
    color: currentColor;
    opacity: 1;
}

[class*="x-separator"] {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

[class*="x-separator"][class*="top"] {
    top: 0;
    transform: translate(0, -100%);
}

[class*="x-separator"][class*="bottom"] {
    bottom: 0;
    transform: translate(0, 100%);
}

[class*="x-separator"] svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

[data-x-stem] {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

[data-x-stem*="d"] {
    top: 100%;
}

[data-x-stem*="l"] {
    right: 0;
}

[data-x-stem*="r"] {
    left: 0;
}

[data-x-stem*="u"] {
    bottom: 100%;
}

[data-x-stem*="d"][data-x-stem-top*="h"] {
    top: 0;
}

[data-x-stem*="l"][data-x-stem-top*="h"] {
    right: 100%;
}

[data-x-stem*="r"][data-x-stem-top*="h"] {
    left: 100%;
}

[data-x-stem*="u"][data-x-stem-top*="h"] {
    bottom: 0;
}

[data-x-stem] [data-x-stem*="d"] {
    top: 0;
}

[data-x-stem] [data-x-stem*="l"] {
    right: 100%;
}

[data-x-stem] [data-x-stem*="r"] {
    left: 100%;
}

[data-x-stem] [data-x-stem*="u"] {
    bottom: 0;
}

.x-text {
    min-width: 1px;
}

.x-text-headline {
    position: relative;
}

.x-text-content {
    display: -webkit-flex;
    display: flex;
}

.x-text-content-text {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%;
}

.x-text-content-text,
.x-text-content-text-primary,
.x-text-content-text-subheadline {
    display: block;
}

.x-text-content-text > p:last-child,
.x-text-content-text > ul:last-child,
.x-text-content-text > ol:last-child,
.x-text-content-text-primary > p:last-child,
.x-text-content-text-primary > ul:last-child,
.x-text-content-text-primary > ol:last-child,
.x-text-content-text-subheadline > p:last-child,
.x-text-content-text-subheadline > ul:last-child,
.x-text-content-text-subheadline > ol:last-child {
    margin-bottom: 0;
}

.x-toggle {
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
}

.x-toggle > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
}

.x-toggle-burger,
.x-toggle-grid,
.x-toggle-more-h,
.x-toggle-more-v {
    height: 1em;
}

.x-toggle-grid,
.x-toggle-more-h,
.x-toggle-more-v {
    width: 1em;
}

.x-toggle-more-h,
.x-toggle-more-v {
    border-radius: 100em;
}

.x-toggle-more-v {
    transform: translate3d(0, 0, 0) rotate(90deg);
}

[data-x-toggle-anim] {
    animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
}

[data-x-toggle-anim].x-paused {
    animation-play-state: paused;
}

[data-x-toggle-anim].x-running {
    animation-play-state: running;
}

@keyframes x-bun-t-1 {
    50% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
}

@keyframes x-patty-1 {
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes x-bun-b-1 {
    50% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
}

@keyframes x-grid-1 {
    50% {
        box-shadow: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        box-shadow: -1em 0, -2em 0, 0 -1em, 0 2em, 0 -2em, 0 1em, 2em 0, 1em 0;
        transform: rotate3d(0, 0, 1, -45deg);
    }
}

@keyframes x-more-1-1 {
    50% {
        transform: translate3d(0, 0, 0);
    }
    75% {
        border-radius: 0;
    }
    100% {
        border-radius: 0;
        transform: translate3d(0, 0, 0) rotate(45deg) scale3d(4, 0.5, 1);
    }
}

@keyframes x-more-2-1 {
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes x-more-3-1 {
    50% {
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
    75% {
        border-radius: 0;
    }
    100% {
        border-radius: 0;
        transform: translate3d(0, 0, 0) rotate(-45deg) scale3d(4, 0.5, 1);
    }
}

p {
    margin: 0 0 1.313em;
}

small {
    font-size: smaller;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 1.25em 0 0.2em;
    text-rendering: optimizelegibility;
}

h1, .h1 {
    margin-top: 1em;
    font-size: 400%;
    line-height: 1.1;
}

h2, .h2 {
    font-size: 285.7%;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 228.5%;
    line-height: 1.3;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 1.75em;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

h4, .h4 {
    font-size: 171.4%;
}

h5, .h5 {
    font-size: 150%;
}

h6, .h6 {
    font-size: 100%;
    text-transform: uppercase;
}

ul,
ol {
    padding: 0;
    margin: 0 0 1.313em 1.655em;
}

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

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline > li,
ol.inline > li {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
}

dl {
    margin-bottom: 1.313em;
}

dt {
    font-weight: bolder;
}

dd {
    margin-left: 1.313em;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 1.313em;
    font-style: normal;
}

hr {
    height: 0;
    margin: 1.313em 0;
    border: 0;
    border-top: 1px solid #f2f2f2;
}

blockquote {
    margin: 1.313em 0;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 1em 0;
    font-size: 171.4%;
    font-weight: 400;
    line-height: 1.3;
    color: #272727;
}

code,
pre {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    color: #555;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

code {
    padding: 0.143em 0.286em;
    font-size: 0.85em;
    border-radius: 3px;
}

pre {
    display: block;
    padding: 0.786em 1.071em;
    margin: 0 0 1.313em;
    font-size: 1.15em;
    line-height: 1.7;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    border-radius: 4px;
}

pre code {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 360px;
    overflow-y: scroll;
}

form {
    margin: 0 0 1.313em;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    border: 0;
    border-bottom: 1px solid #ddd;
}

label,
input,
button,
select,
textarea {
    font-size: 100%;
    line-height: 1.7;
}

input,
button,
select,
textarea {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    display: block;
    margin-bottom: 2px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c5c5c5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c5c5c5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c5c5c5;
}

.radio,
.checkbox {
    min-height: 18px;
    padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: relative;
    float: left;
    margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
}

input[disabled]:not(input[type="submit"]),
select[disabled],
textarea[disabled],
input[readonly]:not(input[type="submit"]),
select[readonly],
textarea[readonly] {
    background-color: #eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.wpcf7 p {
    margin-bottom: 0.32825em;
}

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"] {
    width: 100%;
}

.wpcf7 select:not(:last-child),
.wpcf7 textarea:not(:last-child),
.wpcf7 input[type="text"]:not(:last-child),
.wpcf7 input[type="password"]:not(:last-child),
.wpcf7 input[type="datetime"]:not(:last-child),
.wpcf7 input[type="datetime-local"]:not(:last-child),
.wpcf7 input[type="date"]:not(:last-child),
.wpcf7 input[type="month"]:not(:last-child),
.wpcf7 input[type="time"]:not(:last-child),
.wpcf7 input[type="week"]:not(:last-child),
.wpcf7 input[type="number"]:not(:last-child),
.wpcf7 input[type="email"]:not(:last-child),
.wpcf7 input[type="url"]:not(:last-child),
.wpcf7 input[type="search"]:not(:last-child),
.wpcf7 input[type="tel"]:not(:last-child),
.wpcf7 input[type="color"]:not(:last-child) {
    margin-bottom: 0;
}

.wpcf7-display-none {
    display: none;
}

.wpcf7-not-valid-tip {
    display: block;
    margin: 1px 0 0;
    font-size: 0.75em;
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    padding: 0;
    border: 0;
    margin: 0 0 0 1em;
    font-size: 16px;
    vertical-align: middle;
}

.wpcf7 .ajax-loader:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-width: 2px;
    border-style: solid;
    border-color: transparent currentColor currentColor currentColor;
    border-radius: 1em;
    animation: xCF7Spin 1.25s infinite linear;
}

.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

.wpcf7-list-item {
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label {
    margin: 0 0.5em 0 0;
}

@keyframes xCF7Spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 2.65em;
    margin-bottom: 9px;
    border: 1px solid #ddd;
    padding: 0 0.65em;
    font-size: 13px;
    line-height: normal;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input,
textarea {
    width: auto;
}

textarea {
    height: auto;
    line-height: 1.3;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
    outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0.425em 0;
    line-height: normal;
    cursor: pointer;
}

@media (max-width: 480px) {
    input[type="radio"],
    input[type="checkbox"] {
        border: 1px solid #ccc;
    }
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 2.65em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

select {
    width: auto;
}

select[multiple],
select[size] {
    height: auto;
    border: 1px solid #ddd;
}

.form-search,
.widget_product_search form {
    position: relative;
    margin-bottom: 0;
    line-height: 1;
}

.form-search:before,
.widget_product_search form:before {
    content: "\f002";
    position: absolute;
    left: 12px;
    bottom: 50%;
    display: block;
    margin-bottom: -6px;
    font-size: 12px;
    line-height: 1;
    text-decoration: inherit;
    text-shadow: none;
    color: #272727;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-search .search-query,
.form-search input[type="search"],
.widget_product_search form .search-query,
.widget_product_search form input[type="search"] {
    width: 100%;
    margin-bottom: 0;
    padding-left: 30px;
}

textarea {
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="color"] {
    padding: 1px 3px;
}

input[type="file"] {
    margin-top: 2px;
}

.checkbox input[type="checkbox"] {
    top: 2px;
}

.radio input[type="radio"] {
    top: 1px;
}

#recaptcha_table #recaptcha_response_field {
    height: 16px;
    border-width: 1px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 0;
}

table {
    width: 100%;
    margin-bottom: 1.313em;
    border-spacing: 0;
    background-color: rgba(0, 0, 0, 0);
}

table th,
table td {
    padding: 0.5em 0.625em;
    line-height: 1.3;
    text-align: left;
    vertical-align: middle;
}

table th {
    font-weight: 700;
}

table td {
    line-height: 1.4;
}

table thead th {
    vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table p:last-child,
table ul:last-child,
table ol:last-child {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
}

table th,
table td {
    border-top: 1px solid #ddd;
}

table tbody + tbody {
    border-top: 2px solid #ddd;
}

.x-btn,
.button,
[type="submit"] {
    display: inline-block;
    position: relative;
    border: 1px solid #ac1100;
    border-radius: 0;
    padding: 0.563em 1.125em 0.813em;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ff2a13;
    transition: all 0.15s linear;
}

.x-btn:hover,
.button:hover,
[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    border-color: #600900;
    background-color: #df1600;
}

.x-btn:hover,
.x-btn:active,
.button:hover,
.button:active,
[type="submit"]:hover,
[type="submit"]:active {
    outline: 0 !important;
}

.x-btn[disabled],
.x-btn.disabled,
.button[disabled],
.button.disabled,
[type="submit"][disabled],
[type="submit"].disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.x-btn.x-btn-jumbo {
    padding: 0.643em 1.429em 0.786em;
    font-size: 28px;
}

.x-btn.x-btn-x-large {
    padding: 0.714em 1.286em 0.857em;
    font-size: 21px;
}

.x-btn.x-btn-large {
    padding: 0.579em 1.105em 0.842em;
    font-size: 19px;
}

.x-btn.x-btn-regular {
    padding: 0.563em 1.125em 0.813em;
    font-size: 16px;
}

.x-btn.x-btn-small {
    padding: 0.429em 1.143em 0.643em;
    font-size: 14px;
}

.x-btn.x-btn-mini {
    padding: 0.385em 0.923em 0.538em;
    font-size: 13px;
}

.x-btn.x-btn-square {
    border-radius: 0;
}

.x-btn.x-btn-rounded {
    border-radius: 0.225em;
}

.x-btn.x-btn-pill {
    border-radius: 100em;
}

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

.x-btn-block + .x-btn-block {
    margin-top: 1em;
}

.x-btn [class*="x-icon-"] {
    display: inline;
    width: auto;
    height: auto;
    margin: 0 0.5em 0 0;
}

.x-btn [class*="x-icon-"]:before {
    display: inline !important;
    position: static !important;
    transform: none !important;
}

.x-btn.x-btn-icon-only [class*="x-icon-"] {
    margin: 0;
}

.x-btn-circle-wrap {
    display: inline-block;
    position: relative;
}

.x-btn-circle-wrap.x-btn-jumbo,
.x-btn-circle-wrap.x-btn-x-large,
.x-btn-circle-wrap.x-btn-large {
    margin: 0 0 21px;
    padding: 0;
}

.x-btn-circle-wrap:before,
.x-btn-circle-wrap:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.x-btn-circle-wrap:before {
    top: 2px;
    width: 172px;
    height: 43px;
    background-image: url(wp-content/themes/pro/framework/img/global/xbtn-circle-top-small.png.pagespeed.ic.eTWBQXz50c.png);
    background-size: 172px 43px;
}

.x-btn-circle-wrap:after {
    bottom: 2px;
    width: 190px;
    height: 43px;
    background-image: url(wp-content/themes/pro/framework/img/global/btn-circle-bottom-small.png);
    background-size: 190px 43px;
}

.x-btn-circle-wrap .x-btn {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .x-btn-circle-wrap:before {
        top: 2px;
        width: 112px;
        height: 28px;
        background-image: url(wp-content/themes/pro/framework/img/global/xbtn-circle-top-small.png.pagespeed.ic.eTWBQXz50c.png);
        background-size: 112px 28px;
    }

    .x-btn-circle-wrap:after {
        bottom: 2px;
        width: 127px;
        height: 29px;
        background-image: url(wp-content/themes/pro/framework/img/global/btn-circle-bottom-small.png);
        background-size: 127px 29px;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.x-searchform-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2030;
    background-color: rgba(255, 255, 255, 0.925);
    transition: top 0.3s ease;
}

.x-searchform-overlay.in {
    display: table;
}

.x-searchform-overlay .form-search {
    padding-bottom: 2em;
    font-size: 10px;
}

.x-searchform-overlay .form-search:before {
    display: none;
}

.x-searchform-overlay .form-search label {
    margin-bottom: 0.85em;
    font-size: 2.1em;
    line-height: 1.4;
    color: #272727;
}

.x-searchform-overlay .form-search .search-query {
    border: 0;
    padding: 0;
    height: auto;
    font-size: 9.4em;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #272727;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.x-searchform-overlay .form-search .search-query:focus,
.x-searchform-overlay .form-search .search-query:active {
    outline: 0;
}

@media (max-width: 767px) {
    .x-searchform-overlay .form-search {
        font-size: 8px;
    }
}

@media (max-width: 480px) {
    .x-searchform-overlay .form-search {
        font-size: 6px;
    }
}

.x-searchform-overlay-inner {
    display: table-cell;
    vertical-align: middle;
}

.x-nav {
    margin-left: 0;
    margin-bottom: 1.313em;
    list-style: none;
}

.x-nav > li > a {
    display: block;
    cursor: pointer;
}

.x-nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.x-nav > .right {
    float: right;
}

.x-nav-tabs {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-nav-tabs:before,
.x-nav-tabs:after {
    content: " ";
    display: table;
}

.x-nav-tabs:after {
    clear: both;
}

.x-nav-tabs > li {
    float: left;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}

@media (max-width: 979px) {
    .x-nav-tabs > li {
        border-right: 0;
    }
}

.x-nav-tabs > li > a {
    padding: 0.75em;
    font-size: 14px;
    line-height: 1.3;
    color: #bfbfbf;
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.85);
}

.x-nav-tabs > li > a:hover {
    color: gray;
    background-color: #f7f7f7;
}

.x-nav-tabs.left,
.x-nav-tabs.right {
    width: 24%;
    max-width: 200px;
}

@media (max-width: 979px) {
    .x-nav-tabs.left,
    .x-nav-tabs.right {
        float: none;
        width: 100%;
        max-width: none;
    }
}

.x-nav-tabs.left > .x-nav-tabs-item,
.x-nav-tabs.right > .x-nav-tabs-item {
    float: none;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.x-nav-tabs.left {
    border-right: 0;
}

@media (max-width: 979px) {
    .x-nav-tabs.left {
        border-right: 1px solid #ddd;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.x-nav-tabs.right {
    border-left: 0;
}

@media (max-width: 979px) {
    .x-nav-tabs.right {
        border-left: 1px solid #ddd;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.x-nav-tabs > .active > a,
.x-nav-tabs > .active > a:hover {
    color: #272727;
    background-color: #fff;
    cursor: default;
    box-shadow: inset 0 3px 0 0 #ff2a13;
}

.x-nav-tabs.one-up > li {
    width: 100%;
}

.x-nav-tabs.one-up > li:nth-child(1n) {
    border-right: 0;
}

.x-nav-tabs.two-up > li {
    width: 50%;
}

.x-nav-tabs.two-up > li:nth-child(2n) {
    border-right: 0;
}

.x-nav-tabs.three-up > li {
    width: 33.33333%;
}

.x-nav-tabs.three-up > li:nth-child(3n) {
    border-right: 0;
}

.x-nav-tabs.four-up > li {
    width: 25%;
}

.x-nav-tabs.four-up > li:nth-child(4n) {
    border-right: 0;
}

.x-nav-tabs.five-up > li {
    width: 20%;
}

.x-nav-tabs.five-up > li:nth-child(5n) {
    border-right: 0;
}

@media (max-width: 979px) {
    .x-nav-tabs.two-up > li,
    .x-nav-tabs.three-up > li,
    .x-nav-tabs.four-up > li,
    .x-nav-tabs.five-up > li {
        float: none;
        width: 100%;
    }
}

.tabbable:before,
.tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.x-tab-content {
    overflow: auto;
    position: relative;
    margin-bottom: 1.313em;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    background-color: #fff;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-tab-content img,
.x-tab-content .x-btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.x-tab-content .x-tab-pane {
    padding: 4%;
}

.x-nav-tabs.left + .x-tab-content,
.x-nav-tabs.right + .x-tab-content {
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 979px) {
    .x-nav-tabs.left + .x-tab-content,
    .x-nav-tabs.right + .x-tab-content {
        border-top: 0;
    }
}

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

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

.x-nav-articles {
    float: right;
    width: 10%;
    text-align: right;
}

@media (max-width: 767px) {
    .x-nav-articles {
        float: none;
        width: 100%;
        margin-top: 0.65em;
        text-align: center;
    }
}

.x-nav-articles .next {
    margin-left: 0.5em;
}

.x-breadcrumb-wrap {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.05em 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.0225);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.715);
}

.x-breadcrumb-wrap a {
    color: #bababa;
}

.x-breadcrumb-wrap a:hover {
    color: #ff2a13;
}

.x-breadcrumbs {
    float: left;
    width: 85%;
}

@media (max-width: 767px) {
    .x-breadcrumbs {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.x-breadcrumbs a,
.x-breadcrumbs span {
    display: inline-block;
}

.x-breadcrumbs .delimiter {
    margin: 0 0.25em 0 0.45em;
    color: #bababa;
}

.x-breadcrumbs .current {
    color: #272727;
}

.x-pagination {
    margin: 40px 0 0;
    height: 32px;
    text-align: center;
}

.x-pagination ul {
    display: inline-block;
    margin: 0;
}

.x-pagination li {
    display: inline;
}

.x-pagination a,
.x-pagination span {
    float: left;
    margin: 0 0.35em;
    width: 32px;
    height: 32px;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    color: #bababa;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
}

.x-pagination a:hover {
    color: #7a7a7a;
}

@media (max-width: 767px) {
    .x-pagination a.prev,
    .x-pagination a.next,
    .x-pagination a.prev-next {
        display: none;
    }
}

.x-pagination span.current {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    color: #fff;
    background-color: #ff2a13;
    box-shadow: inset 0 0.1em 0.35em rgba(0, 0, 0, 0.65), 0 1px 0 0 rgba(255, 255, 255, 0.95);
}

.x-pagination span.pages {
    display: none;
}

.x-pagination span.dots,
.x-pagination span.expand {
    margin: 0;
    width: 20px;
    color: #272727;
    background-color: transparent;
    box-shadow: none;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 0.455em;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    text-shadow: none;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.tooltip.top {
    margin-top: -0.273em;
}

.tooltip.right {
    margin-left: 0.273em;
}

.tooltip.bottom {
    margin-top: 0.273em;
}

.tooltip.left {
    margin-left: -0.273em;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.727em 0.818em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #272727;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #272727;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #272727;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #272727;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #272727;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.popover.top {
    margin-top: -0.825em;
}

.popover.right {
    margin-left: 0.825em;
}

.popover.bottom {
    margin-top: 0.825em;
}

.popover.left {
    margin-left: -0.825em;
}

.popover-title {
    margin: 0;
    padding: 0.571em 0.75em;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 0.563em 0.875em;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
    margin-bottom: 0;
}

.popover-content ul,
.popover-content ol {
    margin-left: 1.286em;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow:after {
    content: "";
    z-index: -1;
}

.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}

.popover.top .arrow:after {
    border-width: 11px 11px 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1px;
    left: -11px;
}

.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #fff;
}

.popover.right .arrow:after {
    border-width: 11px 11px 11px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: -1px;
}

.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #f7f7f7;
}

.popover.bottom .arrow:after {
    border-width: 0 11px 11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1px;
    left: -11px;
}

.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #fff;
}

.popover.left .arrow:after {
    border-width: 11px 0 11px 11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    right: -1px;
}

.flex-container a:active,
.x-flexslider a:active {
    outline: none;
}

.x-slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.x-flexslider {
    margin: 0;
    padding: 0;
}

.x-flexslider .x-slides .x-slide {
    display: none;
    position: relative;
}

.x-flexslider .x-slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.x-slides:before,
.x-slides:after {
    content: " ";
    display: table;
}

.x-slides:after {
    clear: both;
}

.no-js .x-slides > li:first-child {
    display: block;
}

.x-flexslider {
    width: 100%;
    margin: 0 0 1.313em;
    position: relative;
}

.x-flexslider-featured-gallery {
    background: #fff;
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flex-direction-nav a {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 14px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    background-color: #ff2a13;
    border-radius: 4px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.flex-direction-nav a [class*="x-icon-"] {
    width: auto;
}

.flex-direction-nav a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.flex-direction-nav a.flex-prev {
    left: 14px;
}

.flex-direction-nav a.flex-next {
    left: 50px;
}

.flex-control-nav {
    position: absolute;
    line-height: 1;
    text-align: center;
    z-index: 10;
}

.flex-control-nav:not(.flex-control-thumbs) {
    top: 14px;
    right: 14px;
    border-radius: 4px;
    padding: 0 4px;
    background-color: #fff;
}

.flex-control-nav:not(.flex-control-thumbs) li {
    margin: 7px 4px 6px;
    text-indent: -9999px;
}

.flex-control-nav.flex-control-thumbs {
    top: 0;
    right: 0;
    padding: 1em;
}

.flex-control-nav.flex-control-thumbs li {
    background-color: #000;
    box-shadow: 0 0.15em 0.625em rgba(0, 0, 0, 0.215);
}

.flex-control-nav.flex-control-thumbs li:not(:first-child) {
    margin-left: 0.5em;
}

.flex-control-nav.flex-control-thumbs img {
    width: auto;
    height: 1.5em;
    vertical-align: top;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.flex-control-nav.flex-control-thumbs img:not(:hover):not(.flex-active) {
    opacity: 0.65;
}

.flex-control-nav li {
    display: inline-block;
}

.flex-control-nav a {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #272727;
    border-radius: 3px;
}

.flex-control-nav a:hover {
    cursor: pointer;
    background-color: #ff2a13;
}

.flex-control-nav a.flex-active {
    background-color: #ff2a13;
}

.x-slider-container {
    position: relative;
}

.x-slider-container.below {
    border-bottom: 5px solid #ff2a13;
}

.x-slider-container.bg-video {
    background-color: #000;
}

.x-slider-container .rev_slider_wrapper {
    padding: 0 !important;
}

.page-template-template-blank-3-php .x-slider-container.above,
.page-template-template-blank-6-php .x-slider-container.above {
    border-bottom: 5px solid #ff2a13;
}

.rev_slider_wrapper .x-btn {
    padding: 0.563em 1.125em 0.813em !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

@media (max-width: 979px) {
    .rev_slider_wrapper .x-btn {
        font-size: 13px !important;
        font-size: 1.3rem !important;
    }
}

@media (max-width: 767px) {
    .rev_slider_wrapper .x-btn {
        font-size: 11px !important;
        font-size: 1.1rem !important;
    }
}

@media (max-width: 480px) {
    .rev_slider_wrapper .x-btn {
        font-size: 8px !important;
        font-size: 0.8rem !important;
    }
}

.x-slider-scroll-bottom {
    position: absolute;
    display: block;
    border: 3px solid;
    width: 60px;
    height: 60px;
    font-size: 41px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    border-radius: 100em;
    z-index: 1020;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.x-slider-scroll-bottom.top {
    top: 20px;
}

.x-slider-scroll-bottom.left {
    left: 20px;
}

.x-slider-scroll-bottom.right {
    right: 20px;
}

.x-slider-scroll-bottom.bottom {
    bottom: 20px;
}

.x-slider-scroll-bottom.center {
    left: 50%;
    margin-left: -30px;
}

.x-slider-scroll-bottom:hover {
    color: #ff2a13;
}

@media (min-width: 768px) and (max-width: 979px) {
    .x-slider-scroll-bottom {
        width: 50px;
        height: 50px;
        font-size: 38px;
        line-height: 43px;
    }

    .x-slider-scroll-bottom.center {
        margin-left: -25px;
    }
}

@media (max-width: 767px) {
    .x-slider-scroll-bottom {
        border-width: 2px;
        width: 46px;
        height: 46px;
        font-size: 31px;
        line-height: 40px;
    }

    .x-slider-scroll-bottom.center {
        margin-left: -23px;
    }
}

@media (max-width: 480px) {
    .x-slider-scroll-bottom {
        width: 40px;
        height: 40px;
        font-size: 25px;
        line-height: 34px;
    }

    .x-slider-scroll-bottom.center {
        margin-left: -20px;
    }
}

.x-loading,
.x-loading:before,
.x-loading:after {
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100em;
    animation-fill-mode: both;
    animation: xLoader 2s infinite ease-in-out;
}

.x-loading {
    position: relative;
    margin: 0 auto;
    font-size: 8px;
    text-indent: -9999em;
    color: currentColor;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.x-loading:before,
.x-loading:after {
    content: "";
    position: absolute;
    top: 0;
}

.x-loading:before {
    left: -4em;
    animation-delay: -0.32s;
}

.x-loading:after {
    left: 4em;
}

@keyframes xLoader {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

.x-iso-container {
    box-sizing: content-box;
}

.x-iso-container.cols-1 > .hentry {
    width: 100%;
}

.x-iso-container.cols-2 > .hentry {
    width: 49.95%;
}

.x-iso-container.cols-3 > .hentry {
    width: 33.28%;
}

@media (min-width: 768px) and (max-width: 979px) {
    .x-iso-container.cols-3 > .hentry {
        width: 49.95%;
    }
}

.x-iso-container.cols-4 > .hentry {
    width: 33.28%;
}

@media (min-width: 1200px) {
    .x-iso-container.cols-4 > .hentry {
        width: 24.95%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .x-iso-container.cols-4 > .hentry {
        width: 49.95%;
    }
}

@media (max-width: 767px) {
    .x-iso-container[class*="cols-"] > .hentry {
        width: 100%;
    }
}

#x-isotope-loading {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

.x-iso-container {
    margin: 0 -1em;
}

.x-iso-container > .hentry {
    margin: 0;
    padding: 0 1em 2em;
    opacity: 0;
}

.x-iso-container + .pagination {
    margin-top: 5px;
}

.option-set {
    margin-top: 0.87533em;
    margin-bottom: 0;
}

.x-portfolio-filters,
.x-portfolio-filter {
    display: inline-block;
    float: none;
    position: relative;
    margin: 0.45em 0.375em;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.692em 1.154em 0.769em;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0, 0, 0, 0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767px) {
    .x-portfolio-filters,
    .x-portfolio-filter {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .x-portfolio-filters,
    .x-portfolio-filter {
        font-size: 10px;
    }
}

.x-portfolio-filters:hover,
.x-portfolio-filter:hover {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #cfcfcf;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
    background-color: #fff;
}

.x-portfolio-filters:active,
.x-portfolio-filter:active {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #bbb;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #ebebeb;
    background-color: rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225), 0 1px 1px rgba(255, 255, 255, 0.95);
}

.x-portfolio-filters {
    margin: 0;
}

.x-portfolio-filters-menu {
    margin-top: 1.313em;
    text-align: center;
}

.x-portfolio-filters-menu li {
    display: inline-block;
}

.x-portfolio-filters-menu .selected {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #bbb;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #ebebeb;
    background-color: rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225), 0 1px 1px rgba(255, 255, 255, 0.95);
}

.x-portfolio-filter {
    display: inline-block;
}

.ilightbox-overlay.light {
    background: #fff;
}

.ilightbox-loader.light {
    -webkit-box-shadow: 0 0 85px #dacffc, 0 0 85px #dacffc;
    box-shadow: 0 0 85px #dacffc, 0 0 85px #dacffc;
}

.ilightbox-loader.light div {
    background: #fff url(wp-content/themes/pro/framework/img/global/ilightbox-preloader-light.gif) no-repeat center;
}

.ilightbox-holder.light {
    padding: 1%;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
    background-color: #fff;
}

.ilightbox-holder.light .ilightbox-container .ilightbox-social {
    border-radius: 2px;
}

.ilightbox-holder.light .ilightbox-alert {
    color: #89949b;
}

.ilightbox-toolbar.light {
    top: 8px;
    left: 8px;
    height: 23px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.ilightbox-toolbar.light a {
    width: 25px;
    height: 23px;
    text-align: center;
}

.ilightbox-toolbar.light a.ilightbox-close {
    border-radius: 3px 0 0 3px;
}

.ilightbox-toolbar.light a.ilightbox-fullscreen {
    border-radius: 0 3px 3px 0;
}

.ilightbox-toolbar.light a:before {
    display: inline-block;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ilightbox-toolbar.light a.ilightbox-close:before {
    content: "\f00d";
    font-size: 15px;
    line-height: 22px;
}

.ilightbox-toolbar.light a.ilightbox-fullscreen:before {
    content: "\f0c8";
    font-size: 11px;
    line-height: 23px;
}

.ilightbox-toolbar.light a.ilightbox-prev-button,
.ilightbox-toolbar.light a.ilightbox-next-button {
    display: none;
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    border-radius: 2px;
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGODMyN0ZBNEVEMTExRTJBQ0RFRUJFRTcwRUM5ODcyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGODMyN0ZCNEVEMTExRTJBQ0RFRUJFRTcwRUM5ODcyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUY4MzI3Rjg0RUQxMTFFMkFDREVFQkVFNzBFQzk4NzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUY4MzI3Rjk0RUQxMTFFMkFDREVFQkVFNzBFQzk4NzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42WmhcAAACd0lEQVRYw82Yv2taURTH89LEaAbJnxAIDgF/4ODgjym8WUUogotTnDMEB3HTxT8hleBYsYUOT6y4pSBOFpollG6d0j+gdGzuB84Nzxd/vSYN98F38N57vuf7zjn33Pvc2fH/WB7sCrzj/+VxO30j2BPsC/RvPb/7kqK8AnAYUAgqhBQOPQjJXEDWvoggr4ADhbDCiUJKwVYoKpQFRRlLyZqw2HgF/ZOIPSE7UohGIpG39Xr9Wj23juP8GY/Hf91gjDnWsBYbsT0QLl9i3CII87HCWafT+TQcDn/jsNvtfm82mzfVatVxgzHmWMNabLAVjqAfMV4Rp4VC4WIwGPyEvN1uz9LpdC8Wi13F4/GrRCKxAMaYYw1rscE2m82ew7WtmCci8vn8JW/W7/fvS6XSx2XOV4G12GALB1zbirGkqKj441wudy4ifmUymZ4fEW4x2MIBF5ySpoD4slZFgwo/sizrjJDyNhD5FeCFiLmHE24p4P1lUdHRoLqjFBn5JbTPFaEBF5xSwFHx9SQqOhphth1hpNjWpUOF+dpvmuCEW7Z22BWVhbSQtxN6AMqp/HXE0+n0rtFoOH7EwAk3PqTpBdzp0WmhmlM0JHoB23Ad6Xw+/wFGo9HXSqXyfhshcMKND+nAQXd6LNlOnBM23ZHGtGmXaCEaivyLbdu9TemBGx9yHITE94IQDq0ioaNLbno7rxAwm83uWq3W52Qy+W6VHdz4kLPp0C1EFyqD5ecI0ZhMJt9qtdqHDULK4vOxYI0RYkxqjCpWY7avEQ3NmBZv1KFnzDXAmIuRUVfFpWK4+L725dmozwmjPrCM+uQ06iPcqL8lXu2Pmge75OkhrGftHgAAAABJRU5ErkJggg==) no-repeat center;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
    padding: 10px 8px;
    padding-right: 60px;
    font-size: 18px;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
    top: 5px;
    left: auto;
    right: 5px;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
    float: right;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
    border-radius: 0 3px 3px 0;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
    border-radius: 3px 0 0 3px;
}

.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.ilightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.ilightbox-loader {
    position: fixed;
    top: 45%;
    left: -192px;
    padding-left: 30px;
    opacity: 0.9;
    border-radius: 0 100px 100px 0;
    z-index: 100005;
}

.ilightbox-loader div {
    width: 72px;
    height: 72px;
    border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
    top: -192px;
    left: 45%;
    padding: 0;
    padding-top: 30px;
    border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal div {
    border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
    display: none;
    position: fixed;
    z-index: 100010;
}

.ilightbox-toolbar a {
    float: left;
    cursor: pointer;
}

.ilightbox-thumbnails {
    display: block;
    position: fixed;
    z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
    display: block;
    position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
    width: 100%;
    height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
    width: 140px;
    height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
    display: block;
    position: absolute;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
    display: block;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
    opacity: 1;
}

.ilightbox-holder {
    display: none;
    position: fixed;
    z-index: 100003;
}

.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
    cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.ilightbox-holder img.ilightbox-image {
    width: 100%;
    height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
    display: none;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 150%;
    word-wrap: break-word;
    text-align: center;
    border-radius: 3px 3px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20003;
}

@media (max-width: 979px) {
    .ilightbox-holder .ilightbox-container .ilightbox-caption {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .ilightbox-holder .ilightbox-container .ilightbox-caption {
        font-size: 8px;
    }
}

.ilightbox-holder .ilightbox-alert {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 50px;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

.ilightbox-holder .ilightbox-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.ilightbox-holder .ilightbox-inner-toolbar {
    position: relative;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
    position: absolute;
}

.x-social-global {
    font-weight: 400;
    line-height: 1;
}

.x-social-global a {
    display: inline-block;
    text-align: center;
}

.x-social-global a i {
    display: block;
}

.twitter-tweet {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1.313em !important;
}

.x-scroll-top {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    width: 35px;
    height: 35px;
    margin-bottom: -75px;
    border: 2px solid #272727;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: #272727;
    border-radius: 100%;
    -webkit-transition: margin-bottom 0.6s ease, opacity 0.3s ease;
    transition: margin-bottom 0.6s ease, opacity 0.3s ease;
}

.x-scroll-top.in {
    margin-bottom: 0;
    opacity: 0.375;
}

.x-scroll-top.in:hover {
    opacity: 0.825;
}

.x-scroll-top.left {
    left: 10px;
}

.x-scroll-top.right {
    right: 10px;
}

.x-scroll-top:hover {
    color: #272727;
}

.x-container {
    margin: 0 auto;
}

.x-container.max {
    max-width: 1200px;
}

.x-container.width {
    width: 88%;
}

.x-container:not(.x-row):not(.x-grid):before,
.x-container:not(.x-row):not(.x-grid):after {
    content: " ";
    display: table;
}

.x-container:not(.x-row):not(.x-grid):after {
    clear: both;
}

.x-gap {
    margin: 0 0 1.313em;
    border-color: transparent;
}

.x-clear {
    margin: 0;
    border: 0;
    clear: both;
}

.x-map {
    margin-bottom: 1.313em;
}

.x-map .x-map-inner {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.x-map .x-map-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.x-map .gm-style img {
    max-width: none;
}

.x-code {
    line-height: 1;
}

.x-block-grid {
    display: block;
    overflow: hidden;
    margin: 0 0 1.313em;
}

.x-block-grid > li {
    display: block;
    float: left;
    height: auto;
    margin: 5% 5% 0 0;
    padding: 0;
}

.x-block-grid.two-up > li {
    width: 47.5%;
}

.x-block-grid.two-up > li:nth-child(-n + 2) {
    margin-top: 0;
}

.x-block-grid.two-up > li:nth-child(2n) {
    margin-right: 0;
}

.x-block-grid.two-up > li:nth-child(2n + 1) {
    clear: both;
}

@media (max-width: 480px) {
    .x-block-grid.two-up > li {
        width: 100%;
        margin-right: 0;
    }

    .x-block-grid.two-up > li:nth-child(2) {
        margin-top: 5%;
    }
}

.x-block-grid.three-up > li {
    width: 30%;
}

.x-block-grid.three-up > li:nth-child(-n + 3) {
    margin-top: 0;
}

.x-block-grid.three-up > li:nth-child(3n) {
    margin-right: 0;
}

.x-block-grid.three-up > li:nth-child(3n + 1) {
    clear: both;
}

@media (max-width: 979px) {
    .x-block-grid.three-up > li {
        width: 47.5%;
    }

    .x-block-grid.three-up > li:nth-child(3) {
        margin-top: 5%;
    }

    .x-block-grid.three-up > li:nth-child(3n) {
        margin-right: 5%;
    }

    .x-block-grid.three-up > li:nth-child(3n + 1) {
        clear: none;
    }

    .x-block-grid.three-up > li:nth-child(2n) {
        margin-right: 0;
    }

    .x-block-grid.three-up > li:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .x-block-grid.three-up > li {
        width: 100%;
        margin-right: 0;
    }

    .x-block-grid.three-up > li:nth-child(2) {
        margin-top: 5%;
    }

    .x-block-grid.three-up > li:nth-child(3n) {
        margin-right: 0;
    }
}

.x-block-grid.four-up > li {
    width: 21.25%;
}

.x-block-grid.four-up > li:nth-child(-n + 4) {
    margin-top: 0;
}

.x-block-grid.four-up > li:nth-child(4n) {
    margin-right: 0;
}

.x-block-grid.four-up > li:nth-child(4n + 1) {
    clear: both;
}

@media (max-width: 979px) {
    .x-block-grid.four-up > li {
        width: 47.5%;
    }

    .x-block-grid.four-up > li:nth-child(3),
    .x-block-grid.four-up > li:nth-child(4) {
        margin-top: 5%;
    }

    .x-block-grid.four-up > li:nth-child(4n) {
        margin-right: 5%;
    }

    .x-block-grid.four-up > li:nth-child(4n + 1) {
        clear: none;
    }

    .x-block-grid.four-up > li:nth-child(2n) {
        margin-right: 0;
    }

    .x-block-grid.four-up > li:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .x-block-grid.four-up > li {
        width: 100%;
        margin-right: 0;
    }

    .x-block-grid.four-up > li:nth-child(2) {
        margin-top: 5%;
    }

    .x-block-grid.four-up > li:nth-child(4n) {
        margin-right: 0;
    }
}

.x-ul-icons {
    margin-left: 1.5em;
    list-style: none;
}

.x-ul-icons li [class*="x-icon-"] {
    text-indent: -1.5em;
}

.x-video {
    margin-bottom: 1.313em;
}

.x-video .x-video-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.x-video .x-video-inner.five-by-three {
    padding-bottom: 60%;
}

.x-video .x-video-inner.five-by-four {
    padding-bottom: 80%;
}

.x-video .x-video-inner.four-by-three {
    padding-bottom: 75%;
}

.x-video .x-video-inner.three-by-two {
    padding-bottom: 66.67%;
}

.x-video .x-video-inner embed,
.x-video .x-video-inner iframe,
.x-video .x-video-inner img,
.x-video .x-video-inner object,
.x-video .x-video-inner video {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.x-video.bg,
.x-video.x-video-bg {
    margin: 0;
}

.x-video.bg,
.x-video.bg .x-video-inner,
.x-video.x-video-bg,
.x-video.x-video-bg .x-video-inner {
    position: absolute;
    transition: opacity 1s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.x-video.bg.poster,
.x-video.x-video-bg.poster {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.x-flexslider-shortcode-container {
    margin-bottom: 1.313em;
}

.x-flexslider-shortcode-container .x-flexslider-shortcode {
    margin: 0;
}

.x-audio {
    margin-bottom: 1.313em;
}

.x-audio.player {
    height: 30px;
}

.x-search-shortcode {
    margin-bottom: 1.313em;
}

.x-counter {
    text-align: center;
}

.x-counter .number-wrap {
    font-size: 3.25em;
    line-height: 1;
}

.x-counter .text-above,
.x-counter .text-below {
    display: block;
    letter-spacing: 0.125em;
    line-height: 1.5;
    text-transform: uppercase;
}

.x-counter .text-above {
    margin-bottom: 0.5em;
}

.x-counter .text-below {
    margin-top: 0.5em;
}

.x-counter .x-counter-number-wrap:first-child {
    margin-top: 0 !important;
}

.x-counter .x-counter-number-wrap:last-child {
    margin-bottom: 0 !important;
}

.typed-cursor {
    -webkit-animation: x-blink 1s infinite;
    animation: x-blink 1s infinite;
}

@-webkit-keyframes x-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes x-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.x-card-outer {
    margin: 0 auto 1.313em;
    text-align: center;
    cursor: pointer;
}

.x-card-outer .x-card-inner {
    position: relative;
}

.x-card-outer .x-face-outer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.x-card-outer .x-face-outer.front {
    z-index: 2;
}

.x-card-outer .x-face-outer.back {
    z-index: 1;
}

.x-card-outer .x-face-inner {
    height: 100%;
}

.x-card-outer .x-face-graphic {
    margin: 0 0 10px;
    line-height: 1;
}

.x-card-outer .x-face-title,
.x-card-outer .x-face-text {
    color: inherit;
}

.x-card-outer .x-face-title {
    margin: 0;
    padding: 0;
    font-size: 1.75em;
}

.x-card-outer .x-face-text {
    margin: 8px 0 0;
}

.x-card-outer .x-face-button {
    display: inline-block;
    margin: 15px 0 0;
    border: 0;
    padding: 0.825em 1em;
    line-height: 1;
    text-decoration: none;
    border-radius: 0.35em;
    box-shadow: none;
}

.x-card-outer.flipped .x-face-outer.front {
    z-index: 1;
}

.x-card-outer.flipped .x-face-outer.back {
    z-index: 2;
}

.x-card-outer.center-vertically .x-face-inner:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.x-card-outer.center-vertically .x-face-content {
    display: inline-block;
    vertical-align: middle;
}

.x-card-outer.flip-3d {
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}

.x-card-outer.flip-3d .x-card-inner {
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.x-card-outer.flip-3d .x-face-outer {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.x-card-outer.flip-3d .x-face-outer.front,
.x-card-outer.flip-3d .x-face-outer.back,
.x-card-outer.flip-3d.flipped .x-face-outer.front,
.x-card-outer.flip-3d.flipped .x-face-outer.back {
    z-index: 1;
}

.x-card-outer.flip-3d.flip-from-left .back,
.x-card-outer.flip-3d.flip-from-right .back {
    transform: rotateY(180deg);
}

.x-card-outer.flip-3d.flip-from-left.flipped .x-card-inner {
    transform: rotateY(180deg);
}

.x-card-outer.flip-3d.flip-from-right.flipped .x-card-inner {
    transform: rotateY(-180deg);
}

.x-card-outer.flip-3d.flip-from-top .back,
.x-card-outer.flip-3d.flip-from-bottom .back {
    transform: rotateX(180deg);
}

.x-card-outer.flip-3d.flip-from-top.flipped .x-card-inner {
    transform: rotateX(-180deg);
}

.x-card-outer.flip-3d.flip-from-bottom.flipped .x-card-inner {
    transform: rotateX(180deg);
}

.x-creative-cta {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.3s ease;
}

.x-creative-cta > span {
    display: block;
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.x-creative-cta > span.text {
    line-height: 1.2;
    opacity: 1;
}

.x-creative-cta > span.graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    opacity: 0;
}

.x-creative-cta > span.graphic > i,
.x-creative-cta > span.graphic > img {
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.x-creative-cta:hover > span.text {
    opacity: 0;
}

.x-creative-cta:hover > span.graphic {
    opacity: 1;
}

.x-creative-cta.slide-top:hover > span.text {
    transform: translate(0, -150%);
}

.x-creative-cta.slide-left:hover > span.text {
    transform: translate(-80%, 0);
}

.x-creative-cta.slide-right:hover > span.text {
    transform: translate(80%, 0);
}

.x-creative-cta.slide-bottom:hover > span.text {
    transform: translate(0, 150%);
}

.x-feature-box {
    position: relative;
    margin: 0 auto 1.313em;
}

.x-feature-box.left-text,
.x-feature-box.right-text {
    display: flex;
}

.x-feature-box.left-text .x-feature-box-content,
.x-feature-box.right-text .x-feature-box-content {
    flex: 1 0 0%;
}

.x-feature-box-graphic {
    display: inline-block;
    margin: 0 0 10px;
}

.x-feature-box.left-text .x-feature-box-graphic,
.x-feature-box.right-text .x-feature-box-graphic {
    margin-bottom: 0;
}

.x-feature-box-graphic i.rounded,
.x-feature-box-graphic img.rounded {
    border-radius: 0.15em;
}

.x-feature-box-graphic i.circle,
.x-feature-box-graphic img.circle {
    border-radius: 100em;
}

.x-feature-box-graphic i {
    display: block;
    position: relative;
    width: 1em;
    height: 1em;
    text-align: center;
}

.x-feature-box-graphic i:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1em;
    margin-top: -0.5em;
    font-size: 0.395em;
    line-height: 1;
}

.x-feature-box-graphic img {
    display: block;
}

.x-feature-box-graphic-outer,
.x-feature-box-graphic-inner {
    position: relative;
    z-index: 2;
}

.x-feature-box-graphic-inner {
    width: 1em;
}

.x-feature-box-graphic-inner.hexagon:before,
.x-feature-box-graphic-inner.hexagon:after {
    content: "";
    display: block;
    border: 0 solid transparent;
    border-left-width: 0.5em;
    border-right-width: 0.5em;
}

.x-feature-box-graphic-inner.hexagon:before {
    border-bottom-width: 0.285em;
    border-bottom-color: inherit;
}

.x-feature-box-graphic-inner.hexagon:after {
    border-top-width: 0.285em;
    border-top-color: inherit;
}

.x-feature-box-graphic-inner.hexagon i {
    height: 0.6em;
}

.x-feature-box-graphic-inner.badge {
    transform: scale(0.725) rotate(15deg);
}

.x-feature-box-graphic-inner.badge:before,
.x-feature-box-graphic-inner.badge:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.5em solid;
    border-color: inherit;
    z-index: 1;
}

.x-feature-box-graphic-inner.badge:before {
    transform: rotate(30deg);
}

.x-feature-box-graphic-inner.badge:after {
    transform: rotate(60deg);
}

.x-feature-box-graphic-inner.badge i {
    position: relative;
    z-index: 2;
}

.x-feature-box-graphic-inner.badge i:before {
    transform: scale(1.275) rotate(-15deg);
}

.x-feature-box-connector {
    display: block;
    position: absolute;
    width: 0;
    margin: 0 auto;
    z-index: 1;
}

.x-feature-box-connector.full {
    height: 100%;
    top: 0.5em;
}

.x-feature-box-connector.upper {
    height: 50%;
    top: 0;
}

.x-feature-box-connector.lower {
    height: 50%;
    top: 50%;
}

.x-feature-box-title {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2;
}

.x-feature-box-text {
    margin: 8px 0 0;
}

.x-feature-box-text a {
    border: 0;
    box-shadow: none;
}

.x-feature-box-align-v-middle {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-self: stretch;
}

.x-feature-list {
    margin: 0 0 1.313em;
    padding: 1px 0;
    list-style: none;
    counter-reset: xFeatureListNum;
}

.x-feature-list .x-feature-box {
    margin-bottom: 0;
    counter-increment: xFeatureListNum;
}

.x-feature-list .x-feature-box.top-text > div {
    padding: 0 0 1.313em;
}

.x-feature-list .x-feature-box.top-text:last-child > div {
    padding-bottom: 0;
}

.x-feature-list .x-feature-box.top-text:last-child .full {
    display: none;
}

.x-feature-list .x-feature-box.middle-text > div {
    padding: 0.6565em 0;
}

.x-feature-list .x-feature-box.middle-text:first-child {
    margin-top: -0.6565em;
}

.x-feature-list .x-feature-box.middle-text:last-child {
    margin-bottom: -0.6565em;
}

.x-feature-list .x-feature-box.middle-text:first-child .upper,
.x-feature-list .x-feature-box.middle-text:last-child .lower {
    display: none;
}

.x-feature-list .x-feature-box-graphic i.number:before {
    content: counter(xFeatureListNum);
    font-style: normal;
}

.x-dropcap {
    float: left;
    display: block;
    margin: 0.175em 0.215em 0 0;
    padding: 0.105em 0.2em 0.135em;
    font-size: 3.3em;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    color: #fff;
    background-color: #ff2a13;
    border-radius: 4px;
}

.x-highlight {
    padding: 0.188em 0.375em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
    color: #fff;
    background-color: #ff2a13;
    border-radius: 4px;
}

.x-highlight.dark {
    text-shadow: 0 -1px 1px #000;
    color: #fff;
    background-color: #484848;
}

.x-pullquote {
    width: 40%;
    margin: 0.45em 1.1em 0.55em 0;
    font-size: 1.313em;
}

.x-pullquote.right {
    margin-right: 0;
    margin-left: 1.1em;
}

@media (max-width: 767px) {
    .x-pullquote.left,
    .x-pullquote.right {
        float: none;
        width: 100%;
        margin: 1.313em 0;
    }
}

.x-cite {
    display: block;
    margin-top: 0.75em;
    font-size: 0.725em;
    font-weight: 300;
    color: #7a7a7a;
}

.x-cite:before {
    content: "\2013\00A0";
}

.close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
}

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

.x-alert,
.wpcf7-response-output,
.buddypress #message,
.bbp-template-notice {
    position: relative;
    margin-bottom: 1.313em;
    border: 1px solid #f6dca7;
    padding: 0.786em 2.25em 1em 1.15em;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    color: #c09853;
    background-color: #fcf8e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 3px rgba(0, 0, 0, 0.065);
}

.x-alert .h-alert,
.wpcf7-response-output .h-alert,
.buddypress #message .h-alert,
.bbp-template-notice .h-alert {
    margin: 0.05em 0 0.25em;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.3;
    text-transform: none;
    color: inherit;
}

.x-alert .close,
.wpcf7-response-output .close,
.buddypress #message .close,
.bbp-template-notice .close {
    position: relative;
    top: -10px;
    right: -26px;
    line-height: 1;
    color: #c09853;
}

.x-alert > p,
.x-alert .x-alert-content > p,
.wpcf7-response-output > p,
.wpcf7-response-output .x-alert-content > p,
.buddypress #message > p,
.buddypress #message .x-alert-content > p,
.bbp-template-notice > p,
.bbp-template-notice .x-alert-content > p {
    margin-bottom: 0;
}

.x-alert > p + p,
.x-alert .x-alert-content > p + p,
.wpcf7-response-output > p + p,
.wpcf7-response-output .x-alert-content > p + p,
.buddypress #message > p + p,
.buddypress #message .x-alert-content > p + p,
.bbp-template-notice > p + p,
.bbp-template-notice .x-alert-content > p + p {
    margin-top: 6px;
}

.x-alert-muted {
    background-color: #eee;
    border-color: #cfcfcf;
    color: #999;
}

.x-alert-muted .close {
    color: #999;
}

.x-alert-info,
.buddypress #message.info,
.bbp-template-notice.info {
    background-color: #d9edf7;
    border-color: #b3d1ef;
    color: #3a87ad;
}

.x-alert-info .close,
.buddypress #message.info .close,
.bbp-template-notice.info .close {
    color: #3a87ad;
}

.x-alert-success,
.wpcf7-mail-sent-ok,
.buddypress #message.updated,
.bbp-template-notice.updated {
    background-color: #dff0d8;
    border-color: #c1dea8;
    color: #468847;
}

.x-alert-success .close,
.wpcf7-mail-sent-ok .close,
.buddypress #message.updated .close,
.bbp-template-notice.updated .close {
    color: #468847;
}

.x-alert-danger,
.buddypress #message.error,
.bbp-template-notice.error {
    background-color: #f2dede;
    border-color: #e5bdc4;
    color: #b94a48;
}

.x-alert-danger .close,
.buddypress #message.error .close,
.bbp-template-notice.error .close {
    color: #b94a48;
}

.x-alert-block {
    padding: 0.786em 1.15em 1em;
}

.wpcf7-response-output {
    border-width: 1px !important;
    margin: 1.313em 0 0 !important;
    padding: 0.786em 1.15em 1em !important;
}

.h-skill-bar {
    margin-top: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.x-skill-bar {
    height: 25px;
    margin-bottom: 1.313em;
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.x-skill-bar .bar {
    overflow: hidden;
    position: relative;
    width: 0%;
    height: 100%;
    float: left;
    background-color: #ff2a13;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
}

.x-skill-bar .bar .percent {
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 17px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 17px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    background-color: #272727;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 3px;
}

.x-img {
    margin-bottom: 1.313em;
}

.x-img.left {
    margin: 0.35em 1.313em 0.35em 0;
}

.x-img.right {
    margin: 0.35em 0 0.35em 1.313em;
}

a.x-img {
    display: block;
}

a.x-img > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.x-img:not(.x-img-thumbnail) {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s ease;
}

a.x-img:not(.x-img-thumbnail):hover {
    opacity: 0.75;
}

.x-img-rounded,
.x-img-rounded img {
    border-radius: 6px;
}

.x-img-circle,
.x-img-circle img {
    border-radius: 100em;
}

.x-img-thumbnail {
    padding: 5px;
    line-height: 1.7;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

a.x-img-thumbnail:hover {
    border-color: #ff2a13;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.x-columnize {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    -webkit-column-rule: 1px solid #e5e5e5;
    -moz-column-rule: 1px solid #e5e5e5;
    column-rule: 1px solid #e5e5e5;
    margin: 0 0 1.313em;
}

.x-columnize p:last-child,
.x-columnize ul:last-child,
.x-columnize ol:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .x-columnize {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 0;
        -moz-column-rule: 0;
        column-rule: 0;
    }
}

.x-accordion {
    margin-bottom: 1.313em;
}

.x-accordion-group {
    margin: 0 0 8px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-accordion-group:last-child {
    margin-bottom: 0;
}

.x-accordion-heading {
    overflow: hidden;
    border-bottom: 0;
}

.x-accordion-heading .x-accordion-toggle {
    display: block;
    padding: 10px 15px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 114.2%;
    color: #272727;
    background-color: #fff;
    cursor: pointer;
}

.x-accordion-heading .x-accordion-toggle.collapsed {
    background-color: #fff;
}

.x-accordion-heading .x-accordion-toggle.collapsed:before {
    color: #ccc;
    transform: rotate(0deg);
}

.x-accordion-heading .x-accordion-toggle:hover {
    color: #ff2a13;
}

.x-accordion-heading .x-accordion-toggle:hover:before {
    color: #ccc;
}

.x-accordion-heading .x-accordion-toggle:before {
    content: "\f067";
    position: relative;
    display: inline-block;
    bottom: 0.1em;
    margin-right: 10px;
    font-size: 74%;
    color: #ccc;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.x-accordion-inner {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    box-shadow: none;
}

.x-accordion-inner p:last-child,
.x-accordion-inner ul:last-child,
.x-accordion-inner ol:last-child {
    margin-bottom: 0;
}

.x-column {
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 4%;
}

.x-column.x-1-1 {
    width: 100%;
}

.x-column.x-1-2 {
    width: 48%;
}

.x-column.x-1-3 {
    width: 30.66666%;
}

.x-column.x-2-3 {
    width: 65.33332%;
}

.x-column.x-1-4 {
    width: 22%;
}

.x-column.x-3-4 {
    width: 74%;
}

.x-column.x-1-5 {
    width: 16.8%;
}

.x-column.x-2-5 {
    width: 37.6%;
}

.x-column.x-3-5 {
    width: 58.4%;
}

.x-column.x-4-5 {
    width: 79.2%;
}

.x-column.x-1-6 {
    width: 13.33332%;
}

.x-column.x-5-6 {
    width: 82.66666%;
}

.x-column.last,
.x-column:last-of-type {
    margin-right: 0;
}

@media (max-width: 480px) {
    .x-column.x-xs {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .x-column.x-sm {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 979px) {
    .x-column.x-md {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

.x-column[data-fade="1"],
.x-column[data-fade="true"] {
    transition: opacity cubic-bezier(0.23, 1, 0.32, 1), transform cubic-bezier(0.23, 1, 0.32, 1);
}

.x-protect {
    padding: 7% 18%;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 0.65em;
}

.x-protect label {
    margin: 0.75em 0 0;
    font-size: 16px;
}

.x-protect input[type="text"],
.x-protect input[type="password"] {
    width: 100%;
    max-width: 380px;
    text-align: center;
}

.h-protect {
    font-size: 24px;
    line-height: 1.2;
    color: #272727;
}

.x-btn-protect {
    margin-top: 0.75em;
}

.x-recent-posts {
    margin: 0 0 1.313em;
}

.x-recent-posts + .x-recent-posts {
    margin-top: 4%;
}

.x-recent-posts a {
    overflow: hidden;
    float: left;
    display: block;
    margin: 0 4% 0 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px 5px 0;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
    transform: translate3d(0, 0, 0);
}

.x-recent-posts a:last-child {
    margin-right: 0;
}

.x-recent-posts a:hover .no-post-thumbnail .x-recent-posts-img:before {
    opacity: 1;
}

.x-recent-posts a:hover .no-post-thumbnail .x-recent-posts-img:after {
    opacity: 1;
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before {
    opacity: 1;
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after {
    opacity: 0.85;
}

.x-recent-posts a.no-image {
    padding: 0 5px;
}

.x-recent-posts a.x-recent-post1 {
    width: 100%;
}

.x-recent-posts a.x-recent-post2 {
    width: 48%;
}

@media (max-width: 767px) {
    .x-recent-posts a.x-recent-post2 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .x-recent-posts a.x-recent-post2:last-child {
        margin-bottom: 0;
    }
}

.x-recent-posts a.x-recent-post3 {
    width: 30.6666%;
}

@media (max-width: 767px) {
    .x-recent-posts a.x-recent-post3 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .x-recent-posts a.x-recent-post3:last-child {
        margin-bottom: 0;
    }
}

.x-recent-posts a.x-recent-post4 {
    width: 22%;
}

@media (max-width: 979px) {
    .x-recent-posts a.x-recent-post4 {
        width: 48%;
    }

    .x-recent-posts a.x-recent-post4:first-child {
        margin-bottom: 4%;
    }

    .x-recent-posts a.x-recent-post4:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 4%;
    }

    .x-recent-posts a.x-recent-post4:nth-child(3),
    .x-recent-posts a.x-recent-post4:nth-child(4) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .x-recent-posts a.x-recent-post4 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .x-recent-posts a.x-recent-post4:nth-child(3) {
        margin-bottom: 4%;
    }

    .x-recent-posts a.x-recent-post4:last-child {
        margin-bottom: 0;
    }
}

.x-recent-posts article.hentry > .entry-wrap {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.x-recent-posts .x-recent-posts-img {
    position: relative;
    padding-bottom: 56.25%;
    background: center center/cover no-repeat;
    border-radius: 2px;
}

.x-recent-posts .x-recent-posts-img:before,
.x-recent-posts .x-recent-posts-img:after {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.x-recent-posts .x-recent-posts-img:before {
    margin: -30px 0 0 -30px;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.x-recent-posts .x-recent-posts-img:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff2a13;
    border-radius: 2px;
    z-index: 1;
}

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:before {
    opacity: 0.35;
}

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after {
    opacity: 1;
}

.x-recent-posts .format-standard .x-recent-posts-img:before {
    content: "\f15c";
}

.x-recent-posts .format-video .x-recent-posts-img:before {
    content: "\f008";
}

.x-recent-posts .format-audio .x-recent-posts-img:before {
    content: "\f001";
}

.x-recent-posts .format-image .x-recent-posts-img:before {
    content: "\f083";
}

.x-recent-posts .format-gallery .x-recent-posts-img:before {
    content: "\f03e";
}

.x-recent-posts .format-link .x-recent-posts-img:before {
    content: "\f0c1";
}

.x-recent-posts .format-quote .x-recent-posts-img:before {
    content: "\f10d";
}

.x-recent-posts .x-portfolio .x-recent-posts-img:before {
    content: "\f067";
}

.x-recent-posts .x-recent-posts-content {
    padding: 10px 5px;
}

.x-recent-posts .h-recent-posts,
.x-recent-posts .x-recent-posts-date {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-recent-posts .h-recent-posts {
    margin: -1px 0 5px;
    font-size: 17px;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.x-recent-posts .x-recent-posts-date {
    margin: 0;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.65);
}

.x-recent-posts.vertical a {
    float: none;
}

.x-recent-posts.vertical a.x-recent-post1,
.x-recent-posts.vertical a.x-recent-post2,
.x-recent-posts.vertical a.x-recent-post3,
.x-recent-posts.vertical a.x-recent-post4 {
    width: 100%;
    margin-bottom: 4%;
}

.x-recent-posts.vertical a.x-recent-post1:last-child,
.x-recent-posts.vertical a.x-recent-post2:last-child,
.x-recent-posts.vertical a.x-recent-post3:last-child,
.x-recent-posts.vertical a.x-recent-post4:last-child {
    margin-bottom: 0;
}

.js .x-recent-posts[data-fade="true"] a {
    opacity: 0;
}

.x-pricing-table {
    width: 100%;
    margin: 1.313em 0;
}

.x-pricing-table.one-column .x-pricing-column {
    width: 100%;
}

.x-pricing-table.two-columns .x-pricing-column {
    width: 50%;
}

.x-pricing-table.three-columns .x-pricing-column {
    width: 33.33333%;
}

.x-pricing-table.four-columns .x-pricing-column {
    width: 25%;
}

.x-pricing-table.five-columns .x-pricing-column {
    width: 20%;
}

@media (max-width: 979px) {
    .x-pricing-table[class*="-column"] .x-pricing-column {
        width: 50%;
    }

    .x-pricing-table.three-columns .x-pricing-column:last-child,
    .x-pricing-table.five-columns .x-pricing-column:last-child {
        width: 99.9%;
    }
}

@media (max-width: 767px) {
    .x-pricing-table[class*="-column"] .x-pricing-column {
        width: 100%;
    }
}

.x-pricing-column {
    float: left;
    margin: 0 0 -1px -1px;
    text-align: center;
}

@media (max-width: 767px) {
    .x-pricing-column {
        float: none;
        margin-left: 0;
    }
}

.x-pricing-column h2 {
    border: 1px solid #ebebeb;
    padding: 20px 20px 25px;
    letter-spacing: 0;
    line-height: 1.1;
    font-size: 32px;
    color: #7a7a7a;
    background-color: #fbfbfb;
}

.x-pricing-column h2 span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    opacity: 0.5;
}

.x-pricing-column.featured {
    position: relative;
    margin-top: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

@media (max-width: 979px) {
    .x-pricing-column.featured {
        margin-top: 0;
    }
}

.x-pricing-column.featured h2 {
    border: 0;
    padding-bottom: 28px;
    color: #fff;
    background-color: #ff2a13;
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.15);
}

.x-pricing-column.featured .x-pricing-column-info {
    padding-bottom: 50px;
}

.x-pricing-column.featured .x-pricing-column-info ul {
    margin-bottom: 40px;
}

.x-pricing-column-info {
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 10px 0 32px;
}

.x-pricing-column-info .x-price {
    margin: 0;
    font-size: 54px;
    letter-spacing: -3px;
}

.x-pricing-column-info span {
    display: block;
    margin-top: -4px;
    font-size: 12px;
    color: #bababa;
}

.x-pricing-column-info p {
    margin: 0;
}

.x-pricing-column-info ul {
    margin: 15px 0 25px;
}

.x-pricing-column-info ul > li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 40px 11px;
    font-size: 16px;
    line-height: 1.4;
}

.x-pricing-column-info ul > li [class*="x-icon-"] {
    margin-left: 0.85em;
}

.x-pricing-column-info ul > li:first-child {
    border-top: 1px solid #ebebeb;
}

.x-pricing-column-info ul > li:nth-child(2n + 1) {
    background-color: #fbfbfb;
}

.x-pricing-column-info .x-btn {
    margin-left: 20px;
    margin-right: 20px;
}

.x-callout {
    position: relative;
    margin: 1.313em 0;
    border: 1px solid #ebebeb;
    padding: 2.35em;
    font-size: 21px;
    background-color: #f7f7f7;
    border-radius: 0.5em;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.95), 0 1px 3px rgba(0, 0, 0, 0.05);
}

@media (max-width: 979px) {
    .x-callout {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .x-callout {
        font-size: 16px;
    }
}

.x-callout:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 0.275em;
    z-index: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.95);
}

.x-callout .x-btn {
    font-size: 1em;
}

.h-callout {
    position: relative;
    margin-top: 0;
    margin-bottom: 0.35em;
    font-size: 2.15em;
    line-height: 1.1;
}

.p-callout {
    position: relative;
    line-height: 1.4;
}

.x-promo {
    overflow: hidden;
    margin-bottom: 1.313em;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-promo-image-wrap img {
    min-width: 100%;
}

.x-promo-content {
    padding: 1.5em;
    background-color: #fff;
    box-shadow: none;
}

.x-author-box {
    margin: 0 0 1.313em;
}

.x-author-box .h-about-the-author {
    margin: 0 0 0.925em;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0.45em;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d3d3d3;
}

.x-author-box .avatar {
    float: left;
    width: 90px;
    border-radius: 0.35em;
}

@media (max-width: 480px) {
    .x-author-box .avatar {
        display: none;
    }
}

.x-author-box .x-author-info {
    margin-left: 110px;
}

@media (max-width: 480px) {
    .x-author-box .x-author-info {
        margin-left: 0;
    }
}

.x-author-box .h-author {
    margin-bottom: 0.35em;
    line-height: 1;
}

.x-author-box .x-author-social {
    display: inline-block;
    margin-right: 1em;
    font-size: 13px;
    white-space: nowrap;
}

.x-author-box .x-author-social [class*="x-social"] {
    position: relative;
    top: 2px;
}

.x-author-box .p-author {
    margin-top: 0.5em;
}

.x-prompt {
    margin: 0 0 1.313em;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1.75em;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
}

.x-prompt.message-left .x-prompt-section.x-prompt-section-message {
    padding-right: 2.25em;
    text-align: left;
}

.x-prompt.message-right .x-prompt-section.x-prompt-section-message {
    padding-left: 2.25em;
    text-align: right;
}

.x-prompt-section {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.x-prompt-section p:last-child {
    margin-bottom: 0;
}

.x-prompt-section.x-prompt-section-message {
    width: 46%;
    font-size: 16px;
    line-height: 1.4;
}

.x-prompt-section.x-prompt-section-button {
    width: 30%;
}

.h-prompt {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .x-prompt {
        display: block;
    }

    .x-prompt.message-left .x-prompt-section.x-prompt-section-message {
        padding: 0 0 1.25em 0;
    }

    .x-prompt.message-right .x-prompt-section.x-prompt-section-message {
        padding: 1.25em 0 0 0;
        text-align: left;
    }

    .x-prompt-section {
        display: block;
    }

    .x-prompt-section.x-prompt-section-message,
    .x-prompt-section.x-prompt-section-button {
        width: 100%;
    }
}

.x-content-band {
    margin: 0 0 1.313em;
    padding: 40px 0;
}

.x-content-band:before,
.x-content-band:after {
    content: " ";
    display: table;
}

.x-content-band:after {
    clear: both;
}

.x-content-band.bg-image,
.x-content-band.bg-pattern {
    background-position: 50% 50%;
}

.x-content-band.bg-image.parallax,
.x-content-band.bg-pattern.parallax {
    background-attachment: fixed;
}

.x-content-band.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.x-content-band.bg-pattern {
    background-repeat: repeat;
}

.x-content-band.bg-video {
    position: relative;
    overflow: hidden;
}

.x-content-band.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.marginless-columns .x-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.x-content-band.marginless-columns .x-container:before,
.x-content-band.marginless-columns .x-container:after {
    display: none;
}

.x-content-band.marginless-columns .x-container > .x-column {
    display: table-cell;
    margin-right: 0;
    float: none;
    vertical-align: top;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-1 {
    width: 100%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-2 {
    width: 50%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-3 {
    width: 33.33333%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-2-3 {
    width: 66.66666%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-4 {
    width: 25%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-3-4 {
    width: 75%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-5 {
    width: 20%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-2-5 {
    width: 40%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-3-5 {
    width: 60%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-4-5 {
    width: 80%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-6 {
    width: 16.66666%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-5-6 {
    width: 83.33333%;
}

@media (max-width: 767px) {
    .x-content-band.marginless-columns .x-container {
        display: block;
    }

    .x-content-band.marginless-columns .x-container:before,
    .x-content-band.marginless-columns .x-container:after {
        display: table;
    }

    .x-content-band.marginless-columns .x-container > .x-column[class*="x-"] {
        display: block;
        width: 100%;
        vertical-align: inherit;
    }
}

.x-content-band.vc .wpb_row,
.x-content-band.vc .wpb_content_element {
    margin-bottom: 0;
}

.x-content-band .x-container {
    position: relative;
}

.x-entry-share {
    margin: 0 0 1.313em;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    line-height: 1;
    text-align: center;
}

.x-entry-share p {
    margin: 8px 0 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.x-entry-share .x-share {
    display: inline-block;
    margin: 0 0.05em;
    width: 45px;
    height: 45px;
    font-size: 24px;
    line-height: 45px;
    border-radius: 2px;
}

.x-entry-share .x-share:hover {
    color: #fff;
    background-color: #ff2a13;
}

.x-toc {
    width: 210px;
    margin: 0.55em 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px;
    font-size: 11px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
}

.x-toc.left {
    margin-right: 1.75em;
}

.x-toc.right {
    margin-left: 1.75em;
}

@media (max-width: 480px) {
    .x-toc.left,
    .x-toc.right {
        width: auto;
        float: none;
        margin: 0 0 1.313em;
    }
}

.x-toc.block {
    width: auto;
    margin: 0 0 1.313em;
}

.x-toc ul {
    margin-bottom: -10px !important;
}

.h-toc {
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.x-toc.block.two-columns .x-toc-item {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.x-toc.block.two-columns .x-toc-item:nth-child(2n) {
    margin-right: 0;
}

.x-toc.block.three-columns .x-toc-item {
    float: left;
    width: 30.66667%;
    margin-right: 4%;
}

.x-toc.block.three-columns .x-toc-item:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 979px) {
    .x-toc.block.three-columns .x-toc-item {
        width: 48%;
    }

    .x-toc.block.three-columns .x-toc-item:nth-child(3n) {
        margin-right: 4%;
    }

    .x-toc.block.three-columns .x-toc-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .x-toc.block.two-columns .x-toc-item,
    .x-toc.block.three-columns .x-toc-item {
        width: 100%;
        margin-right: 0;
    }
}

.x-toc-item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.3;
}

.x-toc-item a {
    display: block;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h-custom-headline {
    letter-spacing: -1px;
    line-height: 1.1;
}

.h-custom-headline.accent {
    overflow: hidden;
}

.h-custom-headline.accent span {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}

.h-custom-headline.accent span:before,
.h-custom-headline.accent span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 9999px;
    display: block;
    margin-top: -2px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.h-custom-headline.accent span:before {
    right: 100%;
    margin-right: 0.5em;
}

.h-custom-headline.accent span:after {
    left: 100%;
    margin-left: 0.5em;
}

.h-feature-headline {
    line-height: 1.1;
}

.h-feature-headline span {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
}

.h-feature-headline span i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    font-size: 0.65em;
    letter-spacing: 0;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: #272727;
    border-radius: 100em;
}

.x-section {
    position: relative;
    margin: 0 0 1.313em;
    padding: 45px 0;
}

.x-section:before,
.x-section:after {
    content: " ";
    display: table;
}

.x-section:after {
    clear: both;
}

.x-section.bg-image,
.x-section.bg-pattern {
    background-position: 50% 50%;
}

.x-section.bg-image.parallax,
.x-section.bg-pattern.parallax {
    background-attachment: fixed;
}

.x-section.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.x-section.bg-pattern {
    background-repeat: repeat;
}

.x-section.bg-video {
    position: relative;
    overflow: hidden;
}

.x-section .x-container {
    position: relative;
    z-index: 1;
}

.x-section .x-container.marginless-columns {
    display: table;
    table-layout: fixed;
}

.x-section .x-container.marginless-columns:not(.width) {
    width: 100%;
}

.x-section .x-container.marginless-columns:before,
.x-section .x-container.marginless-columns:after {
    display: none;
}

.x-section .x-container.marginless-columns > .x-column {
    display: table-cell;
    margin-right: 0;
    float: none;
    vertical-align: top;
}

.x-section .x-container.marginless-columns > .x-column.x-1-1 {
    width: 100%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-2 {
    width: 50%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-3 {
    width: 33.33333%;
}

.x-section .x-container.marginless-columns > .x-column.x-2-3 {
    width: 66.66666%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-4 {
    width: 25%;
}

.x-section .x-container.marginless-columns > .x-column.x-3-4 {
    width: 75%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-5 {
    width: 20%;
}

.x-section .x-container.marginless-columns > .x-column.x-2-5 {
    width: 40%;
}

.x-section .x-container.marginless-columns > .x-column.x-3-5 {
    width: 60%;
}

.x-section .x-container.marginless-columns > .x-column.x-4-5 {
    width: 80%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-6 {
    width: 16.66666%;
}

.x-section .x-container.marginless-columns > .x-column.x-5-6 {
    width: 83.33333%;
}

@media (max-width: 767px) {
    .x-section .x-container.marginless-columns {
        display: block;
    }

    .x-section .x-container.marginless-columns:before,
    .x-section .x-container.marginless-columns:after {
        display: table;
    }

    .x-section .x-container.marginless-columns > .x-column[class*="x-"] {
        display: block;
        width: 100%;
        vertical-align: inherit;
    }
}

.x-section-separator {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.x-section-separator svg {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.x-section-separator-top {
    top: 0;
    transform: translate(0, -100%);
}

.x-section-separator-bottom {
    bottom: 0;
    transform: translate(0, 100%);
}

.with-container {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2.5%;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mejs-container:focus,
.mejs-container:active {
    outline: 0;
}

.mejs-container.mejs-container-fullscreen {
    background-color: #000;
}

.mejs-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
}

.mejs-controls > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 1;
}

.mejs-video .mejs-controls {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 20px 20px;
}

.mejs-button button {
    margin: 0;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: inherit;
    text-align: center;
    vertical-align: top;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: color, background-color, text-shadow;
}

.mejs-button button:hover,
.mejs-button button:focus {
    color: #fff;
}

.mejs-button button:focus,
.mejs-button button:active {
    outline: 0;
}

.mejs-button button:before {
    content: "\f065";
    display: block;
    margin: 0 auto;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mejs-button.mejs-play button:before {
    content: "\f04b";
}

.mejs-button.mejs-replay button:before {
    content: "\f01e";
}

.mejs-button.mejs-pause button:before {
    content: "\f04c";
}

.mejs-button.mejs-mute button:before {
    content: "\f028";
}

.mejs-button.mejs-unmute button:before {
    content: "\f026";
}

.mejs-button.mejs-fullscreen button:before {
    content: "\f065";
}

.mejs-button.mejs-unfullscreen button:before {
    content: "\f066";
}

.mejs-time {
    width: 46px !important;
    font-size: 10px;
    letter-spacing: 0.025em;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .mejs-time {
        display: none !important;
    }
}

.mejs-time-rail {
    flex: 1 1 0%;
    padding: 0 10px;
}

.mejs-time-total {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.25);
}

.mejs-time-total:focus,
.mejs-time-total:active {
    outline: 0;
}

.mejs-time-loaded,
.mejs-time-current {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 0% 0%;
}

.mejs-time-loaded {
    background-color: rgba(255, 255, 255, 0.25);
}

.mejs-time-current {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scaleX(0);
}

.x-mejs-legacy-compat .mejs-time-loaded {
    width: 100% !important;
}

.x-mejs-legacy-compat .mejs-time-current {
    width: auto;
    transform: none;
}

.advanced-controls .mejs-time-rail {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .advanced-controls .mejs-time-rail {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.mejs-video .mejs-poster {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.mejs-video .mejs-poster img {
    object-fit: contain;
}

.mejs-video .mejs-overlay-play {
    cursor: pointer;
}

.mejs-fullscreen {
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}

.mejs-container-fullscreen video,
.mejs-container-fullscreen .mejs-mediaelement {
    width: 100% !important;
    height: 100% !important;
}

.mejs-fullscreen-button > button {
    background-position: -80px 0;
}

.mejs-unfullscreen > button {
    background-position: -100px 0;
}

.bg .mejs-mediaelement {
    overflow: hidden;
}

.me-plugin,
.me-cannotplay,
.bg .mejs-mediaelement,
.mejs-video .mejs-layer,
.hide-controls.autoplay .mejs-video .mejs-layers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-clear,
.mejs-offscreen,
.mejs-time-float,
.mejs-time-handle,
.mejs-time-hovered,
.mejs-volume-slider,
.mejs-time-buffering,
.mejs-audio .mejs-layers,
.mejs-poster .mejs-poster-img,
.mejs-video .mejs-overlay-error,
.vimeo .mejs-video .mejs-controls,
.vimeo .mejs-mediaelement video,
.mejs-video .mejs-overlay-loading,
.hide-controls .mejs-video .mejs-controls,
.mejs-video .mejs-overlay-play .mejs-overlay-button {
    display: none !important;
}

.x-mejs-no-source {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.has-stack-styles .mejs-controls {
    border: 1px solid #000;
    background-color: #414141;
    background-image: -webkit-linear-gradient(180deg, #5a5a5a, #272727);
    background-image: linear-gradient(180deg, #5a5a5a, #272727);
    background-repeat: repeat-x;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 0 3px 1px rgba(0, 0, 0, 0.35);
}

.has-stack-styles .mejs-button.mejs-playpause-button {
    border-right: 1px solid #272727;
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
}

.has-stack-styles .mejs-button.mejs-volume-button,
.has-stack-styles .mejs-button.mejs-fullscreen-button {
    border-left: 1px solid #272727;
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
}

.has-stack-styles .mejs-button button {
    color: #000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
}

.has-stack-styles .mejs-button button:hover,
.has-stack-styles .mejs-button button:focus {
    color: #bababa;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.has-stack-styles .mejs-time {
    color: #7a7a7a;
    text-shadow: 0 1px 0 #000;
}

.has-stack-styles .mejs-time-total {
    height: 10px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

.has-stack-styles .mejs-time-loaded {
    height: 8px;
    background-color: #545454;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}

.has-stack-styles .mejs-time-current {
    height: 8px;
    background-color: #ff2a13;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
}

@media (max-width: 979px) {
    .x-sidebar {
        margin-top: 4em;
    }
}

.x-sidebar .widget {
    margin-top: 2.75em;
}

.x-sidebar .widget:first-child {
    margin-top: 0;
}

.x-main {
    position: relative;
}

.x-main .widget {
    margin-top: 3em;
}

.x-main .widget:first-child {
    margin-top: 0;
}

.hentry {
    margin-top: 4em;
}

.hentry:first-child {
    margin-top: 0;
}

.entry-featured {
    position: relative;
    box-shadow: 4px 2px 4px -4px rgba(0, 0, 0, 0.135), -4px 2px 4px -4px rgba(0, 0, 0, 0.135);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.has-post-thumbnail .entry-featured {
    border-bottom: 1px solid #ddd;
}

.x-boxed-layout-active .has-post-thumbnail .entry-featured {
    border: 1px solid #ddd;
}

.entry-wrap {
    display: block;
    padding: 60px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
}

@media (max-width: 767px) {
    .entry-wrap {
        padding: 36px;
    }
}

@media (max-width: 480px) {
    .entry-wrap {
        padding: 25px;
    }
}

.x-boxed-layout-active .entry-wrap {
    margin-top: -1px;
    border: 1px solid #ddd;
}

.x-boxed-layout-active .entry-wrap:first-child {
    margin-top: 0;
}

.has-post-thumbnail .entry-wrap {
    border-radius: 0 0 4px 4px;
}

.entry-thumb {
    display: block;
    position: relative;
    background-color: #000;
}

.entry-thumb img {
    min-width: 100%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
}

.entry-thumb:before {
    content: "\f0c1";
    display: block;
    position: absolute;
    margin: -36px 0 0 -35px;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    font-size: 42px;
    line-height: 72px;
    text-align: center;
    text-shadow: 0 0.035em 0 rgba(0, 0, 0, 0.35);
    vertical-align: middle;
    color: #fff;
    border-radius: 100em;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.entry-thumb:hover img {
    opacity: 0.15;
}

a.entry-thumb:hover:before {
    opacity: 1;
}

.entry-title {
    margin: 0;
    font-size: 250%;
    line-height: 1.05;
}

@media (max-width: 480px) {
    .entry-title {
        font-size: 200%;
    }
}

.entry-title-sub {
    display: block;
    margin: 0.75em 0 0;
    font-size: 128.5%;
    line-height: 1.05;
}

.p-meta {
    margin: 8px 0 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 85.7%;
    line-height: 1.5;
    text-transform: uppercase;
}

.p-meta > span {
    display: inline-block;
}

.p-meta > span > a {
    white-space: nowrap;
}

.p-meta > span:after {
    content: "/";
    padding: 0 0.5em 0 0.45em;
}

.p-meta > span:last-child:after {
    display: none;
}

.entry-content {
    margin-top: 1.25em;
}

.entry-content:before,
.entry-content:after {
    content: " ";
    display: table;
}

.entry-content:after {
    clear: both;
}

.entry-content embed,
.entry-content iframe,
.entry-content object {
    width: 100%;
    max-width: 100%;
}

.entry-content > p:last-child,
.entry-content > ul:last-child,
.entry-content > ol:last-child {
    margin-bottom: 0;
}

.more-link {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 128.5%;
    line-height: 1.4;
}

.entry-footer {
    margin-top: 0.325em;
}

.entry-footer a {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0.615em 0.615em 0 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.692em 1.154em 0.769em;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0, 0, 0, 0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767px) {
    .entry-footer a {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .entry-footer a {
        font-size: 10px;
    }
}

.entry-footer a:hover {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #cfcfcf;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
    background-color: #fff;
}

.entry-footer a:active {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #bbb;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #ebebeb;
    background-color: rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225), 0 1px 1px rgba(255, 255, 255, 0.95);
}

.x-page-title-disabled .entry-content {
    margin-top: 0;
}

.x-iso-container-posts.cols-2 .entry-title {
    font-size: 200%;
}

.x-iso-container-posts.cols-2 .p-meta {
    font-size: 79%;
}

@media (max-width: 767px) {
    .x-iso-container-posts.cols-2 .p-meta {
        font-size: 85.7%;
    }
}

@media (max-width: 480px) {
    .x-iso-container-posts.cols-2 .p-meta {
        font-size: 85.7%;
    }
}

.x-iso-container-posts.cols-2 .entry-wrap {
    padding: 6.75% 7.25%;
}

.x-iso-container-posts.cols-2 .more-link {
    font-size: 110%;
}

@media (max-width: 767px) {
    .x-iso-container-posts.cols-2 .more-link {
        font-size: 128.5%;
    }
}

.x-iso-container-posts.cols-3 .entry-title {
    font-size: 165%;
}

@media (max-width: 979px) {
    .x-iso-container-posts.cols-3 .entry-title {
        font-size: 200%;
    }
}

.x-iso-container-posts.cols-3 .p-meta {
    font-size: 70%;
}

@media (max-width: 979px) {
    .x-iso-container-posts.cols-3 .p-meta {
        font-size: 85.7%;
    }
}

.x-iso-container-posts.cols-3 .entry-wrap {
    padding: 7.75% 8.25%;
}

@media (max-width: 979px) {
    .x-iso-container-posts.cols-3 .entry-wrap {
        padding: 6.75% 7.25%;
    }
}

@media (max-width: 480px) {
    .x-iso-container-posts.cols-3 .entry-wrap {
        padding: 7.75% 8.25%;
    }
}

.x-iso-container-posts.cols-3 .more-link {
    font-size: 105%;
}

@media (max-width: 979px) {
    .x-iso-container-posts.cols-3 .more-link {
        font-size: 128.5%;
    }
}

.format-audio.no-post-thumbnail .entry-featured {
    margin-bottom: 1.5em;
    box-shadow: none;
}

.format-audio.has-post-thumbnail .entry-featured .x-audio {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0 auto;
}

.format-audio.has-post-thumbnail .entry-featured .x-audio iframe {
    position: absolute;
    bottom: 0;
}

.blog .format-image .entry-featured,
.search .format-image .entry-featured,
.archive .format-image .entry-featured {
    box-shadow: none;
}

.blog.x-blog-standard-active .format-image h2.entry-title,
.search.x-blog-standard-active .format-image h2.entry-title,
.archive.x-blog-standard-active .format-image h2.entry-title {
    margin-top: -9px;
}

.blog.x-blog-masonry-active .format-image h2.entry-title,
.search.x-blog-masonry-active .format-image h2.entry-title,
.archive.x-blog-masonry-active .format-image h2.entry-title {
    margin-top: -6px;
}

@media (max-width: 767px) {
    .blog.x-blog-standard-active .format-image h2.entry-title,
    .search.x-blog-standard-active .format-image h2.entry-title,
    .archive.x-blog-standard-active .format-image h2.entry-title {
        margin-top: -6px;
    }
}

@media (max-width: 480px) {
    .blog.x-blog-standard-active .format-image h2.entry-title,
    .search.x-blog-standard-active .format-image h2.entry-title,
    .archive.x-blog-standard-active .format-image h2.entry-title {
        margin-top: -5px;
    }
}

.format-link .x-hgroup {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 1.5em;
}

.format-link .entry-title-sub a {
    border-bottom: 1px dotted;
    word-break: break-all;
}

.format-link .p-meta {
    text-align: center;
}

.x-iso-container-posts.cols-2 .format-link .entry-title-sub,
.x-iso-container-posts.cols-3 .format-link .entry-title-sub {
    font-size: 110%;
}

.blog.x-post-meta-disabled .format-link .x-hgroup,
.search.x-post-meta-disabled .format-link .x-hgroup,
.archive.x-post-meta-disabled .format-link .x-hgroup {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.format-quote .x-hgroup {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 1.5em;
    text-align: center;
}

.format-quote .entry-title:before,
.format-quote .entry-title:after {
    font-weight: 300;
}

.format-quote .entry-title:before {
    content: "\201C";
    margin-right: 0.115em;
}

.format-quote .entry-title:after {
    content: "\201D";
    margin-left: 0.115em;
}

.format-quote .entry-title-sub:before {
    content: "\2013\00A0";
}

.format-quote .p-meta {
    text-align: center;
}

.x-iso-container-posts.cols-2 .format-quote .entry-title-sub,
.x-iso-container-posts.cols-3 .format-quote .entry-title-sub {
    font-size: 110%;
}

.blog.x-post-meta-disabled .format-quote .x-hgroup,
.search.x-post-meta-disabled .format-quote .x-hgroup,
.archive.x-post-meta-disabled .format-quote .x-hgroup {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.x-iso-container-portfolio .entry-wrap {
    padding: 29px 6.5% 35px;
}

.x-iso-container-portfolio .x-entry-share {
    margin: 15px 0 -10px !important;
    border-color: #f0f0f0;
    padding: 5px 0;
}

.x-iso-container-portfolio .x-entry-share p {
    display: none;
}

.x-portfolio .entry-info {
    float: left;
    width: 64%;
}

.x-portfolio .entry-extra {
    float: right;
    width: 28%;
    font-size: 114.2%;
}

@media (max-width: 767px) {
    .x-portfolio .entry-extra {
        margin-top: 1.663em;
    }
}

.x-portfolio .entry-extra .x-ul-icons {
    margin-bottom: 1.5em;
}

.x-portfolio .entry-extra .x-btn {
    margin-bottom: 2.5em;
}

@media (max-width: 767px) {
    .x-portfolio .entry-info,
    .x-portfolio .entry-extra {
        float: none;
        width: 100%;
    }
}

.x-portfolio .h-extra {
    margin-top: 0.5em;
    font-size: 150%;
}

.x-portfolio .h-extra.skills {
    margin: 0 0 0.3em;
}

.x-portfolio .h-extra.launch {
    margin: 0 0 0.4em;
}

h1.entry-title.entry-title-portfolio {
    margin: 0;
    font-size: 285.7%;
    line-height: 1.05;
}

@media (max-width: 480px) {
    h1.entry-title.entry-title-portfolio {
        font-size: 32px;
    }
}

h2.entry-title.entry-title-portfolio {
    margin: 0;
    padding: 0 7%;
    font-size: 150%;
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
}

[class*="page-template-template-blank"] .entry-content {
    margin-top: 0;
}

.page-template-template-blank-3-php.x-navbar-fixed-left-active,
.page-template-template-blank-3-php.x-navbar-fixed-right-active,
.page-template-template-blank-6-php.x-navbar-fixed-left-active,
.page-template-template-blank-6-php.x-navbar-fixed-right-active,
.page-template-template-blank-7-php.x-navbar-fixed-left-active,
.page-template-template-blank-7-php.x-navbar-fixed-right-active,
.page-template-template-blank-8-php.x-navbar-fixed-left-active,
.page-template-template-blank-8-php.x-navbar-fixed-right-active {
    padding: 0;
}

[class*="page-template-template-blank"] .x-main,
.page-template-template-layout-full-width-php .x-main {
    float: none;
    display: block;
    width: auto;
}

.error404 .entry-404 p {
    max-width: 750px;
    margin: 0 auto 1.313em;
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .error404 .entry-404 p {
        font-size: 1.25em;
    }
}

@media (max-width: 480px) {
    .error404 .entry-404 p {
        font-size: 1em;
    }
}

.error404 .entry-404 .form-search {
    max-width: 500px;
    margin: 0 auto;
}

.x-header-landmark {
    margin: 34px auto 0;
    text-align: center;
}

.h-landmark {
    overflow: hidden;
    margin: 0;
    padding-bottom: 8px;
    letter-spacing: -3px;
    line-height: 1;
}

@media (max-width: 767px) {
    .h-landmark {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .h-landmark {
        font-size: 42px;
    }
}

.h-landmark span {
    display: inline-block;
    position: relative;
}

.h-landmark span:before,
.h-landmark span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 275%;
    display: block;
    background-color: #e1e1e1;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.795);
}

.h-landmark span:before {
    right: 100%;
    margin-right: 0.5em;
}

.h-landmark span:after {
    left: 100%;
    margin-left: 0.5em;
}

.p-landmark-sub {
    margin: 5px 0 0;
    padding: 0 5%;
    font-size: 24px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    line-height: 1.3;
}

@media (max-width: 480px) {
    .p-landmark-sub {
        font-size: 18px;
    }
}

.p-landmark-sub strong {
    color: #272727;
}

.x-comments-area {
    margin: 4em 0 0;
}

.h-comments-title {
    margin: 0 0 0.5em;
    font-size: 285.7%;
    line-height: 1.05;
}

.h-comments-title span {
    position: relative;
}

.h-comments-title small {
    position: absolute;
    top: -4px;
    right: -40px;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    color: #fff;
    background-color: #ff2a13;
    border-radius: 100em;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3), 0 2px 1px #fff;
}

.x-comments-list {
    margin: 0;
    list-style: none;
}

.x-comments-list .children {
    margin: 0 0 0 89px;
    list-style: none;
}

@media (max-width: 979px) {
    .x-comments-list .children {
        margin-left: 0;
    }
}

li.comment {
    margin: 0;
    padding: 0;
}

article.comment {
    position: relative;
    margin: 0 0 30px 89px;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
}

@media (max-width: 480px) {
    article.comment {
        padding: 7%;
    }
}

.x-boxed-layout-active article.comment {
    border: 1px solid #ddd;
}

.x-comment-header {
    margin-bottom: 1.313em;
}

.x-comment-content {
    position: relative;
}

.x-comment-author {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    line-height: 1;
    color: #272727;
    font-size: 171.4%;
}

.x-comment-author a {
    color: #272727;
}

.x-comment-author a:hover {
    color: #ff2a13;
}

.x-comment-time {
    display: inline-block;
    position: relative;
    margin-top: 2px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 85.7%;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    color: #7a7a7a;
}

.x-comment-time:hover {
    color: #ff2a13;
}

.x-comment-awaiting-moderation {
    padding: 0.5em 0.5em 0.75em;
    line-height: 1.2;
    text-align: center;
    color: #ff2a13;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

.comment-edit-link {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.comment-reply-link {
    position: relative;
    font-size: 128.5%;
    font-weight: 700;
    line-height: 1.4;
}

.comment-reply-link-after {
    position: relative;
    bottom: 1px;
    font-size: 0.722em;
    line-height: 1;
}

.x-comment-img {
    float: left;
}

.x-comment-img .avatar-wrap {
    display: block;
    position: relative;
}

.x-comment-img .avatar-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.45), 0 1px 0 0 rgba(255, 255, 255, 0.85);
}

.x-comment-img .avatar-wrap .avatar {
    width: 60px;
    border-radius: 4px;
}

.x-comment-img .bypostauthor {
    display: block;
    bottom: 0;
    width: 100%;
    clear: left;
    margin-top: 3px;
    padding: 3px 0 4px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
    text-shadow: 0 1px 0 #fff;
    color: #999;
}

#respond .required {
    font-weight: 300;
    color: #ff2a13;
}

#reply-title {
    margin: 1em 0 0;
    font-size: 285.7%;
    line-height: 1.05;
}

#reply-title small {
    margin: 0.55em 0 0.3em;
    display: block;
    font-size: 40%;
    text-transform: uppercase;
}

#reply-title small a {
    color: #ff2a13;
}

#reply-title small a:hover,
#reply-title small a:focus {
    color: #c61300;
}

#commentform {
    margin-bottom: 0;
}

.comment-notes {
    margin-bottom: 1em;
    font-size: 114.2%;
}

.logged-in-as {
    margin-bottom: 1em;
    font-size: 114.2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-rating,
.comment-form-comment {
    margin: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 171.4%;
    color: #272727;
}

.comment-form-author label .required,
.comment-form-email label .required,
.comment-form-url label .required,
.comment-form-rating label .required,
.comment-form-comment label .required {
    position: relative;
    right: 0.175em;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    margin-bottom: 0.85em;
    font-size: 18px;
}

.comment-form-comment textarea {
    width: 100%;
    resize: none;
    margin-bottom: 0.85em;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
}

.comment-form-cookies-consent {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: baseline;
}

.comment-form-cookies-consent input {
    margin: 0;
}

.comment-form-cookies-consent label {
    margin: 0 0 0 0.65em;
    line-height: inherit;
    cursor: pointer;
}

.form-submit {
    margin: 0;
}

.widget {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.95);
}

.widget .h-widget:before,
.widget .h-widget:after {
    opacity: 0.35;
}

.widget a:before,
.widget a:after {
    line-height: 1;
    text-decoration: inherit;
    opacity: 0.35;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget p:last-child,
.widget ul:last-child,
.widget ol:last-child {
    margin-bottom: 0;
}

.widget ul,
.widget ol {
    overflow: hidden;
    margin-left: 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95);
}

.widget ul li,
.widget ol li {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.65em 0.85em;
    line-height: 1.5;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.widget ul li:hover,
.widget ol li:hover {
    background-color: #fff;
}

.widget ul li a,
.widget ol li a {
    border-bottom: 1px dotted;
    color: #7a7a7a;
}

.widget ul li a:hover,
.widget ol li a:hover {
    color: #ff2a13;
}

.widget ul li:last-child,
.widget ol li:last-child {
    border-bottom: 0;
}

.widget select {
    width: 100%;
}

#lang_sel ul {
    overflow: visible;
    border: 0;
    box-shadow: none;
}

#lang_sel li {
    box-shadow: none;
}

.h-widget {
    margin: 0 0 0.5em;
    font-size: 150%;
    line-height: 1;
}

.widget_calendar #wp-calendar {
    font-size: 87.5%;
    background-color: transparent;
}

.widget_calendar #wp-calendar caption {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 128.5%;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
    line-height: 1;
    text-align: center;
}

.widget_calendar #wp-calendar th {
    border-bottom: 2px solid #272727;
    padding: 3% 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #272727;
}

.widget_calendar #wp-calendar td {
    padding: 4.75% 0;
}

.widget_calendar #wp-calendar tbody td {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.045);
}

.widget_calendar #wp-calendar tbody td.pad {
    background-color: transparent;
    box-shadow: none;
}

.widget_calendar #wp-calendar tbody td.pad:first-child {
    border-left: 0;
}

.widget_calendar #wp-calendar tbody td.pad:last-child {
    border-right: 0;
}

.widget_calendar #wp-calendar #prev,
.widget_calendar #wp-calendar #next {
    padding: 4.5% 0;
    font-size: 87.5%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
}

.widget.widget_categories li ul,
.widget.widget_product_categories li ul {
    margin: 0.65em -0.85em -0.65em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.95);
}

.widget.widget_categories li ul li,
.widget.widget_product_categories li ul li {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95);
}

.widget.widget_categories li li a,
.widget.widget_product_categories li li a {
    margin-left: 1.25em;
}

.widget.widget_categories li li li a,
.widget.widget_product_categories li li li a {
    margin-left: 2.5em;
}

.widget_categories select,
.widget_product_categories select {
    margin-bottom: 0;
}

.widget_nav_menu .menu > li:last-child {
    margin-bottom: -1px;
}

.widget_nav_menu .current-menu-item > a {
    background-color: #fff;
}

.widget.widget_meta ul {
    border-bottom: 0;
}

.widget.widget_meta li abbr[title] {
    border-bottom: 0;
}

.widget.widget_pages ul {
    border-bottom: 0;
}

.widget.widget_recent_comments li {
    padding: 1.4em 1.4em 1.5em;
    font-size: 81.25%;
    line-height: 1.3;
}

.widget_recent_comments li > a:last-child {
    display: block;
    margin-top: 0.5em;
    border-bottom: 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 135.7%;
    font-weight: 400;
    line-height: 1.2;
}

.widget_recent_comments .url {
    border-bottom: 0;
}

.widget_recent_comments .url:before {
    content: "\f35d";
    padding-right: 0.4em;
}

.widget.widget_recent_entries li {
    padding: 1.4em;
    font-size: 81.25%;
}

.widget.widget_recent_entries li a {
    display: block;
    border-bottom: 0 !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 135.7%;
    font-weight: 400;
    line-height: 1.2;
}

.widget.widget_recent_entries li .post-date {
    display: block;
    margin-top: 0.5em;
    text-transform: uppercase;
    opacity: 0.575;
}

.widget_rss .rsswidget img {
    display: none;
}

.widget.widget_rss li {
    padding: 1.4em;
    font-size: 81.25%;
}

.widget.widget_rss li .rsswidget {
    display: block;
    border-bottom: 0 !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 135.7%;
    font-weight: 400;
    line-height: 1.2;
}

.widget.widget_rss li .rsswidget:before {
    content: "\f35d";
    padding-right: 0.4em;
}

.widget_rss .rss-date {
    display: block;
    margin-top: 0.5em;
    text-transform: uppercase;
    opacity: 0.575;
}

.widget_rss .rssSummary {
    margin: 0.75em 0;
    font-size: 84.6%;
}

.widget_rss cite {
    display: block;
    text-transform: uppercase;
    opacity: 0.575;
}

.widget_rss cite:before {
    content: "By: ";
}

.widget_tag_cloud,
.widget_product_tag_cloud {
    text-shadow: none;
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-bottom: -0.615em;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    content: " ";
    display: table;
}

.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
    clear: both;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0.615em 0.615em 0 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.692em 1.154em 0.769em;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0, 0, 0, 0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767px) {
    .widget_tag_cloud .tagcloud a,
    .widget_product_tag_cloud .tagcloud a {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .widget_tag_cloud .tagcloud a,
    .widget_product_tag_cloud .tagcloud a {
        font-size: 10px;
    }
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #cfcfcf;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
    background-color: #fff;
}

.widget_tag_cloud .tagcloud a:active,
.widget_product_tag_cloud .tagcloud a:active {
    color: #777;
    color: rgba(0, 0, 0, 0.75);
    border-color: #bbb;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #ebebeb;
    background-color: rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225), 0 1px 1px rgba(255, 255, 255, 0.95);
}

.widget_text ol,
.widget_text ul {
    overflow: visible;
    margin: 0 0 1.313em 1.655em;
    border: 0;
    list-style: disc;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.widget_text ol li,
.widget_text ul li {
    border: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.widget_text ol li:hover,
.widget_text ul li:hover {
    background-color: transparent;
}

.widget_text ol li a,
.widget_text ul li a {
    border-bottom: 0;
}

.widget_text ol.x-ul-icons,
.widget_text ul.x-ul-icons {
    list-style: none;
}

.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.widget_nav_menu ul li:hover,
.widget_meta ul li:hover,
.widget_pages ul li:hover {
    background-color: transparent;
}

.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
    display: block;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.65em 0.85em;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95);
}

.widget_nav_menu ul li a:before,
.widget_meta ul li a:before,
.widget_pages ul li a:before {
    content: "\f0da";
    padding-right: 0.4em;
}

.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover {
    background-color: #fff;
}

.widget_nav_menu ul li ul,
.widget_nav_menu ul li .sub-menu,
.widget_meta ul li ul,
.widget_meta ul li .sub-menu,
.widget_pages ul li ul,
.widget_pages ul li .sub-menu {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95);
}

.widget_nav_menu ul li ul li a,
.widget_nav_menu ul li .sub-menu li a,
.widget_meta ul li ul li a,
.widget_meta ul li .sub-menu li a,
.widget_pages ul li ul li a,
.widget_pages ul li .sub-menu li a {
    padding-left: 2.55em;
}

.widget_nav_menu ul li ul li:first-child a,
.widget_nav_menu ul li .sub-menu li:first-child a,
.widget_meta ul li ul li:first-child a,
.widget_meta ul li .sub-menu li:first-child a,
.widget_pages ul li ul li:first-child a,
.widget_pages ul li .sub-menu li:first-child a {
    border-radius: 0;
}

.widget_nav_menu ul li ul ul li a,
.widget_nav_menu ul li .sub-menu ul li a,
.widget_meta ul li ul ul li a,
.widget_meta ul li .sub-menu ul li a,
.widget_pages ul li ul ul li a,
.widget_pages ul li .sub-menu ul li a {
    padding-left: 4.25em;
}

.sticky {
    margin: 0;
}

.alignright {
    float: right;
    margin: 0.35em 0 0.35em 1.313em;
}

.alignleft {
    float: left;
    margin: 0.35em 1.313em 0.35em 0;
}

.alignnone {
    float: none;
    margin: 0 0 1.313em 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 1.313em;
}

.wp-caption,
.gallery-item {
    max-width: 100%;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
}

.wp-caption img,
.gallery-item img {
    border-radius: 2px;
}

.wp-caption > .gallery-caption,
.wp-caption > .wp-caption-text,
.wp-caption > .wp-caption-text:last-child,
.gallery-item > .gallery-caption,
.gallery-item > .wp-caption-text,
.gallery-item > .wp-caption-text:last-child {
    display: block;
    margin: 9px 0 5px;
    padding: 0 5%;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gallery {
    clear: both;
    margin: -4% 0 1.313em;
}

.gallery:before,
.gallery:after {
    content: " ";
    display: table;
}

.gallery:after {
    clear: both;
}

.gallery .gallery-item {
    float: left;
    margin: 4% 4% 0 0;
}

.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 48%;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin-right: 0;
}

.gallery-columns-3 .gallery-item {
    width: 30.6666%;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item {
    width: 22%;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 979px) {
    .gallery-columns-4 .gallery-item {
        width: 48%;
    }

    .gallery-columns-4 .gallery-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .gallery-columns-0 .gallery-item,
    .gallery-columns-1 .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

.alignwide,
.alignfull {
    width: auto;
    max-width: none;
}

.alignwide img,
.alignfull img {
    display: block;
    margin: 0 auto;
}

.alignwide {
    margin-left: -30px;
    margin-right: -30px;
}

@media (max-width: 767px) {
    .alignwide {
        margin-left: -18px;
        margin-right: -18px;
    }
}

@media (max-width: 480px) {
    .alignwide {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.alignfull {
    margin-left: -60px;
    margin-right: -60px;
}

@media (max-width: 767px) {
    .alignfull {
        margin-left: -36px;
        margin-right: -36px;
    }
}

@media (max-width: 480px) {
    .alignfull {
        margin-left: -25px;
        margin-right: -25px;
    }
}

.page-template-template-blank-4-php .alignwide,
.page-template-template-blank-4-php .alignfull,
.page-template-template-blank-5-php .alignwide,
.page-template-template-blank-5-php .alignfull,
.page-template-template-blank-6-php .alignwide,
.page-template-template-blank-6-php .alignfull,
.page-template-template-blank-8-php .alignwide,
.page-template-template-blank-8-php .alignfull {
    margin-left: 0;
    margin-right: 0;
}

.x-resp-embed,
.is-type-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wp-embed-aspect-5-3 .x-resp-embed {
    padding-bottom: 60%;
}

.wp-embed-aspect-4-4 .x-resp-embed {
    padding-bottom: 80%;
}

.wp-embed-aspect-4-3 .x-resp-embed {
    padding-bottom: 75%;
}

.wp-embed-aspect-3-2 .x-resp-embed {
    padding-bottom: 66.67%;
}

.x-resp-embed iframe,
.is-type-video iframe {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.x-anim-hide,
.animated-hide {
    opacity: 0;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.center-list {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.visually-hidden,
.screen-reader-text,
.screen-reader-response,
.bp-screen-reader-text {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.transparent {
    opacity: 0;
}

.opaque {
    opacity: 1;
}

.w-900 {
    font-weight: 900;
}

.w-800 {
    font-weight: 800;
}

.w-700 {
    font-weight: 700;
}

.w-600 {
    font-weight: 600;
}

.w-500 {
    font-weight: 500;
}

.w-400 {
    font-weight: 400;
}

.w-300 {
    font-weight: 300;
}

.w-200 {
    font-weight: 200;
}

.w-100 {
    font-weight: 100;
}

.tt-upper {
    text-transform: uppercase;
}

.tt-lower {
    text-transform: lowercase;
}

.tt-none {
    text-transform: none;
}

.center-text {
    text-align: center;
}

.right-text {
    text-align: right;
}

.left-text {
    text-align: left;
}

.justify-text {
    text-align: justify;
}

@media (min-width: 1200px) {
    .x-hide-xl {
        display: none !important;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .x-hide-lg {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .x-hide-md {
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .x-hide-sm {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .x-hide-xs {
        display: none !important;
    }
}

.x-visible-phone {
    display: none !important;
}

.x-visible-tablet {
    display: none !important;
}

.x-visible-desktop {
    display: inherit !important;
}

span.x-visible-desktop {
    display: inline !important;
}

.x-hidden-desktop {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .x-visible-tablet {
        display: inherit !important;
    }

    span.x-visible-tablet {
        display: inline !important;
    }

    .x-hidden-tablet {
        display: none !important;
    }

    .x-hidden-desktop {
        display: inherit !important;
    }

    span.x-hidden-desktop {
        display: inline !important;
    }

    .x-visible-desktop {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .x-visible-phone {
        display: inherit !important;
    }

    span.x-visible-phone {
        display: inline !important;
    }

    .x-hidden-phone {
        display: none !important;
    }

    .x-hidden-desktop {
        display: inherit !important;
    }

    span.x-hidden-desktop {
        display: inline !important;
    }

    .x-visible-desktop {
        display: none !important;
    }
}

.ptn,
.pvn,
.pan {
    padding-top: 0 !important;
}

.pts,
.pvs,
.pas {
    padding-top: 0.5em !important;
}

.ptm,
.pvm,
.pam {
    padding-top: 1em !important;
}

.ptl,
.pvl,
.pal {
    padding-top: 2em !important;
}

.prn,
.phn,
.pan {
    padding-right: 0 !important;
}

.prs,
.phs,
.pas {
    padding-right: 0.5em !important;
}

.prm,
.phm,
.pam {
    padding-right: 1em !important;
}

.prl,
.phl,
.pal {
    padding-right: 2em !important;
}

.pbn,
.pvn,
.pan {
    padding-bottom: 0 !important;
}

.pbs,
.pvs,
.pas {
    padding-bottom: 0.5em !important;
}

.pbm,
.pvm,
.pam {
    padding-bottom: 1em !important;
}

.pbl,
.pvl,
.pal {
    padding-bottom: 2em !important;
}

.pln,
.phn,
.pan {
    padding-left: 0 !important;
}

.pls,
.phs,
.pas {
    padding-left: 0.5em !important;
}

.plm,
.phm,
.pam {
    padding-left: 1em !important;
}

.pll,
.phl,
.pal {
    padding-left: 2em !important;
}

.mtn,
.mvn,
.man {
    margin-top: 0 !important;
}

.mts,
.mvs,
.mas {
    margin-top: 0.5em !important;
}

.mtm,
.mvm,
.mam {
    margin-top: 1em !important;
}

.mtl,
.mvl,
.mal {
    margin-top: 2em !important;
}

.mrn,
.mhn,
.man {
    margin-right: 0 !important;
}

.mrs,
.mhs,
.mas {
    margin-right: 0.5em !important;
}

.mrm,
.mhm,
.mam {
    margin-right: 1em !important;
}

.mrl,
.mhl,
.mal {
    margin-right: 2em !important;
}

.mbn,
.mvn,
.man {
    margin-bottom: 0 !important;
}

.mbs,
.mvs,
.mas {
    margin-bottom: 0.5em !important;
}

.mbm,
.mvm,
.mam {
    margin-bottom: 1em !important;
}

.mbl,
.mvl,
.mal {
    margin-bottom: 2em !important;
}

.mln,
.mhn,
.man {
    margin-left: 0 !important;
}

.mls,
.mhs,
.mas {
    margin-left: 0.5em !important;
}

.mlm,
.mhm,
.mam {
    margin-left: 1em !important;
}

.mll,
.mhl,
.mal {
    margin-left: 2em !important;
}

.cs-cf:before,
.cs-cf:after,
.cs-clearfix:before,
.cs-clearfix:after {
    content: " ";
    display: table;
}

.cs-cf:after,
.cs-clearfix:after {
    clear: both;
}

.cs-f-n {
    float: none;
}

.cs-f-l {
    float: left;
}

.cs-f-r {
    float: right;
}

.cs-hide {
    display: none !important;
}

.cs-visually-hidden {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
}

.cs-o-1 {
    opacity: 0 !important;
}

.cs-o-0 {
    opacity: 1 !important;
}

.cs-pos-r {
    position: relative !important;
}

.cs-pos-a {
    position: absolute !important;
}

.cs-pos-f {
    position: fixed !important;
}

.cs-fw-900 {
    font-weight: 900 !important;
}

.cs-fw-800 {
    font-weight: 800 !important;
}

.cs-fw-700 {
    font-weight: 700 !important;
}

.cs-fw-600 {
    font-weight: 600 !important;
}

.cs-fw-500 {
    font-weight: 500 !important;
}

.cs-fw-400 {
    font-weight: 400 !important;
}

.cs-fw-300 {
    font-weight: 300 !important;
}

.cs-fw-200 {
    font-weight: 200 !important;
}

.cs-fw-100 {
    font-weight: 100 !important;
}

.cs-ta-left {
    text-align: left !important;
}

.cs-ta-right {
    text-align: right !important;
}

.cs-ta-center {
    text-align: center !important;
}

.cs-ta-justify {
    text-align: justify !important;
}

.cs-tt-none {
    text-transform: none !important;
}

.cs-tt-uppercase {
    text-transform: uppercase !important;
}

.cs-tt-lowercase {
    text-transform: lowercase !important;
}

.cs-tt-capitalize {
    text-transform: capitalize !important;
}

@media (min-width: 1200px) {
    .cs-hide-xl {
        display: none !important;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .cs-hide-lg {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .cs-hide-md {
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cs-hide-sm {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .cs-hide-xs {
        display: none !important;
    }
}

.cs-ptn,
.cs-pvn,
.cs-pan {
    padding-top: 0 !important;
}

.cs-pts,
.cs-pvs,
.cs-pas {
    padding-top: 0.5em !important;
}

.cs-ptm,
.cs-pvm,
.cs-pam {
    padding-top: 1em !important;
}

.cs-ptl,
.cs-pvl,
.cs-pal {
    padding-top: 2em !important;
}

.cs-prn,
.cs-phn,
.cs-pan {
    padding-right: 0 !important;
}

.cs-prs,
.cs-phs,
.cs-pas {
    padding-right: 0.5em !important;
}

.cs-prm,
.cs-phm,
.cs-pam {
    padding-right: 1em !important;
}

.cs-prl,
.cs-phl,
.cs-pal {
    padding-right: 2em !important;
}

.cs-pbn,
.cs-pvn,
.cs-pan {
    padding-bottom: 0 !important;
}

.cs-pbs,
.cs-pvs,
.cs-pas {
    padding-bottom: 0.5em !important;
}

.cs-pbm,
.cs-pvm,
.cs-pam {
    padding-bottom: 1em !important;
}

.cs-pbl,
.cs-pvl,
.cs-pal {
    padding-bottom: 2em !important;
}

.cs-pln,
.cs-phn,
.cs-pan {
    padding-left: 0 !important;
}

.cs-pls,
.cs-phs,
.cs-pas {
    padding-left: 0.5em !important;
}

.cs-plm,
.cs-phm,
.cs-pam {
    padding-left: 1em !important;
}

.cs-pll,
.cs-phl,
.cs-pal {
    padding-left: 2em !important;
}

.cs-mtn,
.cs-mvn,
.cs-man {
    margin-top: 0 !important;
}

.cs-mts,
.cs-mvs,
.cs-mas {
    margin-top: 0.5em !important;
}

.cs-mtm,
.cs-mvm,
.cs-mam {
    margin-top: 1em !important;
}

.cs-mtl,
.cs-mvl,
.cs-mal {
    margin-top: 2em !important;
}

.cs-mrn,
.cs-mhn,
.cs-man {
    margin-right: 0 !important;
}

.cs-mrs,
.cs-mhs,
.cs-mas {
    margin-right: 0.5em !important;
}

.cs-mrm,
.cs-mhm,
.cs-mam {
    margin-right: 1em !important;
}

.cs-mrl,
.cs-mhl,
.cs-mal {
    margin-right: 2em !important;
}

.cs-mbn,
.cs-mvn,
.cs-man {
    margin-bottom: 0 !important;
}

.cs-mbs,
.cs-mvs,
.cs-mas {
    margin-bottom: 0.5em !important;
}

.cs-mbm,
.cs-mvm,
.cs-mam {
    margin-bottom: 1em !important;
}

.cs-mbl,
.cs-mvl,
.cs-mal {
    margin-bottom: 2em !important;
}

.cs-mln,
.cs-mhn,
.cs-man {
    margin-left: 0 !important;
}

.cs-mls,
.cs-mhs,
.cs-mas {
    margin-left: 0.5em !important;
}

.cs-mlm,
.cs-mhm,
.cs-mam {
    margin-left: 1em !important;
}

.cs-mll,
.cs-mhl,
.cs-mal {
    margin-left: 2em !important;
}

[data-x-icon-o],
[data-x-icon-l],
[data-x-icon-s],
[data-x-icon-b],
[data-x-icon],
[data-x-fa-pro-icon],
[class*="x-icon-"] {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    line-height: 1.4;
    overflow-x: initial;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Scada", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #5e2f62;
    margin: 0 0 0.25em !important;
}

h4, .h4 {
    font-size: 125% !important;
}

h6 {
    margin: 0 !important;
}

h1 a {
    color: #5e2f62 !important;
}

.logotype {
    margin-right: 15px;
}

.site-branding {
    font-family: "Scada", sans-serif !important;
}

.site-branding .site-title {
    font-size: 2.2em !important;
    font-weight: bold !important;
    margin: 0.25em 0 0 0 !important;
    line-height: 0.85 !important;
}

.site-branding div.site-title {
    margin: 0.15em 0 0.1em !important;
}

.site-branding .site-subtitle {
    font-size: 0.86em;
    line-height: 1.1 !important;
}

.shiftnav-toggle-button {
    background: none !important;
    color: #000 !important;
    height: 52px;
}

.shiftnav .shiftnav-content-top {
    padding: 0.5em !important;
}

.shiftnav .shiftnav-content-top-title {
    font-weight: 700;
    font-size: 1.2em;
    font-family: "Scada", sans-serif !important;
}

.shiftnav .shiftnav-content-top-phones a {
    border-bottom: 0.75px solid rgba(0, 0, 0, 0.5) !important;
}

.shiftnav .shiftnav-content-top-messengers {
    padding: 0.5em 0;
}

.shiftnav-search .shiftnav-search-submit {
    box-shadow: none !important;
}

.shiftnav-search .shiftnav-search-input {
    background: none !important;
    border: none !important;
    border-radius: unset;
    padding: 0 50px 0 0.5em !important;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.075);
}

.shiftnav-search [type="submit"] {
    text-shadow: none;
}

.shiftnav .shiftnav-sub-active {
    background-color: rgba(94, 47, 98, 0.05);
}

.shiftnav .shiftnav-menu .menu-item > .shiftnav-target {
    padding: 0.5em !important;
}

.shiftnav .shiftnav-active > a {
    background-color: #5e2f62;
    color: #fff;
}

.shiftnav .shiftnav-active .shiftnav-active > a {
    background-color: rgba(94, 47, 98, 0.85);
}

.shiftnav-submenu-activation-close i {
    color: #fff;
}

.shiftnav .shiftnav-depth-3 > a,
.shiftnav .shiftnav .shiftnav-depth-7 > a,
.shiftnav .shiftnav .shiftnav-depth-11 > a {
    padding-left: 0.25em !important;
}

.shiftnav .current-menu-item > a {
    font-weight: 700;
}

.shiftnav-submenu-activation > i {
    margin-top: 8px;
}

.shiftnav-content-bottom {
    padding: 0.25em !important;
    font-size: 2em !important;
}

.shiftnav-content-bottom a:link {
    border-bottom: none !important;
}

.shiftnav-submenu-activation img {
    max-width: initial !important;
}

h4 a:link,
.entry-title a:link,
.x-text a:link,
.ubermenu-submenu a:link {
    text-decoration: none !important;
    border-bottom: 0.75px solid rgba(0, 0, 0, 0.5) !important;
    outline: none !important;
}

.link,
.x-anchor-toggle .x-anchor-text-primary {
    border-bottom: 0.75px dashed rgba(0, 0, 0, 0.5) !important;
    color: #5e2f62 !important;
}

.nolink {
    border-bottom: none !important;
}

.bolder {
    font-weight: 700 !important;
}

header a:link,
header a:hover,
footer a:link,
footer a:hover,
.x-off-canvas-content a:link,
.x-off-canvas-content a:hover {
    border: none !important;
    outline: none !important;
}

@media (max-width: 769px) {
    .x-text-headline h1 {
        font-size: 1.75em !important;
    }
}

.x-text-headline h5 {
    font-size: 1em !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.x-text h3 {
    font-size: 150% !important;
}

@media (max-width: 979px) {
    .x-text h3 {
        font-size: 125% !important;
    }
}

.x-text h4 {
    font-size: 125% !important;
}

.x-text > p:last-child,
.x-text > ul:last-child {
    margin-bottom: 1em !important;
}

.entry-content {
    margin-top: 0 !important;
}

@media (max-width: 769px) {
    .x-crumbs-list-item {
        margin-bottom: 1em;
    }
}

.table-price {
    display: table;
    width: 100%;
}

.table-price-row {
    display: table-row;
}

.table-price-row div:first-child {
    width: 70%;
    text-align: left;
}

.table-price header {
    color: #222 !important;
}

.table-price header .table-price-cell {
    border-bottom: solid 1px #572c5b;
    padding-top: 0 !important;
    font-weight: 400 !important;
    font-size: 1.3em !important;
}

.table-price header div:last-child {
    text-align: center;
}

.table-price .table-price-row div:last-child {
    white-space: nowrap !important;
}

.table-price-row div {
    width: 30%;
    text-align: right;
}

.table-price-cell {
    display: table-cell;
    padding: 10px 0;
    border-bottom: dotted thin #572c5b;
}

.table-price-cell span {
    width: 80%;
    margin: 0 auto;
    display: table;
}

@media (max-width: 1023px) {
    .table-price-row div:first-child {
        width: 60%;
        text-align: left;
    }

    .table-price-row div {
        width: 40%;
    }

    .table-price .table-price-row div:last-child {
        white-space: normal !important;
    }
}

.stick {
    font-family: "Scada", sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 1.25em !important;
    color: #5e2f62;
}

.service-services-category {
    padding: 1em 0 !important;
}

.service-services-category h3 {
    margin-top: 0 !important;
}

.service-services-category h4 {
    font-size: 125% !important;
    font-weight: 700 !important;
}

.service-services {
    padding: 0 !important;
}

.service-services-teaser {
    padding-bottom: 2em;
    padding-top: 2em;
}

.service-services-image {
    margin-bottom: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.service-services-image:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.service-services-title {
    font-size: 1.1em !important;
}

.services-price {
    color: rgba(0, 0, 0, 0.5);
}

.panel-title .x-icon {
    vertical-align: super !important;
    margin-right: 10px;
    width: 10px !important;
}

.service-bottom-posts-list {
    margin-bottom: 2em;
}

.service-staff-title {
    font-size: 1.25em !important;
    margin-top: 0 !important;
    line-height: 1.5 !important;
}

.staff-staff-image {
    width: 100%;
}

.service-staff-description {
    line-height: 1.4;
}

.x-flexslider-shortcode-container .flex-viewport {
    height: 250px !important;
}

@media (max-width: 440px) {
    .x-flexslider-shortcode-container .flex-viewport {
        height: 400px !important;
    }
}

.staff-staff-title {
    font-size: 1.3em !important;
    margin-top: 1em !important;
}

.staff-staff-description {
    margin-bottom: 2em !important;
}

.service-sales-title {
    margin-top: 0 !important;
}

.service-sales .service-sales-offer-content {
    background: #642b73;
    background: -webkit-linear-gradient(to bottom, #c6426e, #642b73);
    background: linear-gradient(to bottom, #c6426e, #642b73);
    border-color: #572c5b !important;
    padding: 1em;
    border-radius: 0.5em;
}

.service-sales p {
    margin-bottom: 0 !important;
    font-size: 1.5em !important;
    line-height: 1.2 !important;
    color: #f5f5f5 !important;
}

.getcall-button {
    border-radius: 0.35em;
    background-color: rgba(232, 47, 58, 0.95);
}

.getcall-button .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.575em 0.85em 0.575em 0.85em;
}

.getcall-button .x-anchor-text {
    margin: 5px;
}

.getcall-button .x-anchor-text-primary {
    font-family: "Scada", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.getcall-button .x-anchor-text-secondary {
    margin-top: 0.35em;
    font-family: inherit;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.getcall-button {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (max-width: 769px) {
    #bingc-phone-button.bingc-show {
        bottom: 0.5% !important;
        right: 1% !important;
    }
}

#bingc-passive div.bingc-passive-overlay a.bingc-passive-close-button,
#bingc-passive div.bingc-passive-overlay a.bingc-active-close-button {
    border-bottom: none !important;
}

.header-nav {
    z-index: 9998 !important;
}

.search-results .p-meta {
    display: none !important;
}

.sales-sales {
    margin-bottom: 2em;
}

.x-block-grid.four-up > li {
    margin: 0 2% 2% 0 !important;
}

.x-block-grid.four-up > li .x-img {
    margin-bottom: 0 !important;
}

.x-block-grid.four-up > li:nth-child(4n + 1) {
    clear: none !important;
}

@media (max-width: 979px) {
    .x-block-grid.four-up > li:nth-child(2n + 1) {
        clear: none !important;
    }
}

@media (max-width: 480px) {
    .x-block-grid.four-up > li {
        width: 47.5% !important;
    }

    .x-block-grid.four-up > li:nth-child(2n + 1) {
        clear: none !important;
    }
}

a.entry-thumb:hover img {
    opacity: 1 !important;
}

a.entry-thumb:before {
    display: none !important;
}

@media (max-width: 480px) {
    .title-branding,
    .header-top-phones {
        font-size: 0.75em !important;
    }

    .logo-branding {
        height: 50% !important;
    }
}

.home-services-list li {
    font-size: 1em !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    list-style: none !important;
}

.home-services-list ul {
    margin: 0 !important;
}

.megamenu-title {
    font-weight: 700;
}

img.lazyload,
img.lazyloading {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.001;
}

img.lazyload,
img.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

iframe.lazyload,
iframe.lazyloading {
    display: block;
    background-color: rgba(0, 0, 0, 0);
}

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.x-breadcrumb-wrap a:hover,
.widget ul li a:hover,
.widget ol li a:hover,
.widget.widget_text ul li a,
.widget.widget_text ol li a,
.widget_nav_menu .current-menu-item > a,
.x-accordion-heading .x-accordion-toggle:hover,
.x-comment-author a:hover,
.x-comment-time:hover,
.x-recent-posts a:hover .h-recent-posts {
    color: #5e2f62;
}

a:hover,
.widget.widget_text ul li a:hover,
.widget.widget_text ol li a:hover,
.x-twitter-widget ul li a:hover {
    color: #000;
}

.rev_slider_wrapper,
a.x-img-thumbnail:hover,
.x-slider-container.below,
.page-template-template-blank-3-php .x-slider-container.above,
.page-template-template-blank-6-php .x-slider-container.above {
    border-color: #5e2f62;
}

.entry-thumb:before,
.x-pagination span.current,
.flex-direction-nav a,
.flex-control-nav a:hover,
.flex-control-nav a.flex-active,
.mejs-time-current,
.x-dropcap,
.x-skill-bar .bar,
.x-pricing-column.featured h2,
.h-comments-title small,
.x-entry-share .x-share:hover,
.x-highlight,
.x-recent-posts .x-recent-posts-img:after {
    background-color: #5e2f62;
}

.x-nav-tabs > .active > a,
.x-nav-tabs > .active > a:hover {
    box-shadow: inset 0 3px 0 0 #5e2f62;
}

.x-main {
    width: 69.536945%;
}

.x-sidebar {
    width: 25.536945%;
}

.x-comment-author,
.x-comment-time,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label,
.widget_calendar #wp-calendar caption,
.widget.widget_rss li .rsswidget {
    font-family: "Scada", sans-serif;
    font-weight: 700;
}

.p-landmark-sub,
.p-meta,
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}

.widget ul li a,
.widget ol li a,
.x-comment-time {
    color: #272727;
}

.widget_text ol li a,
.widget_text ul li a {
    color: #5e2f62;
}

.widget_text ol li a:hover,
.widget_text ul li a:hover {
    color: #000;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label,
.widget_calendar #wp-calendar th,
.p-landmark-sub strong,
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-footer a:hover,
.entry-footer a:active,
.x-breadcrumbs .current,
.x-comment-author,
.x-comment-author a {
    color: #272727;
}

.widget_calendar #wp-calendar th {
    border-color: #272727;
}

.h-feature-headline span i {
    background-color: #272727;
}

html {
    font-size: 16px;
}

@media (min-width: 480px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 767px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 979px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

body {
    font-style: normal;
    font-weight: 400;
    color: #272727;
    background-color: #fff;
}

.w-b {
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Scada", sans-serif;
    font-style: normal;
    font-weight: 700;
}

h1, .h1 {
    letter-spacing: 0;
}

h2, .h2 {
    letter-spacing: 0;
}

h3, .h3 {
    letter-spacing: 0;
}

h4, .h4 {
    letter-spacing: 0;
}

h5, .h5 {
    letter-spacing: 0;
}

h6, .h6 {
    letter-spacing: 0;
}

.w-h {
    font-weight: 700 !important;
}

.x-container.width {
    width: 88%;
}

.x-container.max {
    max-width: 1440px;
}

.x-main.full {
    float: none;
    display: block;
    width: auto;
}

@media (max-width: 979px) {
    .x-main.full,
    .x-main.left,
    .x-main.right,
    .x-sidebar.left,
    .x-sidebar.right {
        float: none;
        display: block;
        width: auto !important;
    }
}

.entry-header,
.entry-content {
    font-size: 1rem;
}

body,
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
blockquote {
    color: #272727;
}

.cfc-h-tx {
    color: #272727 !important;
}

.cfc-h-bd {
    border-color: #272727 !important;
}

.cfc-h-bg {
    background-color: #272727 !important;
}

.cfc-b-tx {
    color: #272727 !important;
}

.cfc-b-bd {
    border-color: #272727 !important;
}

.cfc-b-bg {
    background-color: #272727 !important;
}

.x-btn,
.button,
[type="submit"] {
    color: #fff;
    border-color: #ac1100;
    background-color: #ff2a13;
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
    border-radius: 0.25em;
}

.x-btn:hover,
.button:hover,
[type="submit"]:hover {
    color: #fff;
    border-color: #600900;
    background-color: #ef2201;
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-real,
.x-btn.x-btn-real:hover {
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
}

.x-btn.x-btn-real {
    box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-real:hover {
    box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-flat,
.x-btn.x-btn-flat:hover {
    margin-bottom: 0;
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
    box-shadow: none;
}

.x-btn.x-btn-transparent,
.x-btn.x-btn-transparent:hover {
    margin-bottom: 0;
    border-width: 3px;
    text-shadow: none;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: none;
}

.e2929-1.x-bar {
    height: 5em;
    font-size: 16px;
    background-color: transparent;
    z-index: 9999;
}

.e2929-14.x-bar {
    height: 3.2em;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0.15em 1em 0 rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.e2929-1.x-bar-content {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex: 0 1 100%;
    height: 5em;
}

.e2929-14.x-bar-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 3.2em;
}

.e2929-1.x-bar-outer-spacers:before,
.e2929-1.x-bar-outer-spacers:after {
    flex-basis: 0;
    width: 0;
    height: 0;
}

.e2929-14.x-bar-outer-spacers:before,
.e2929-14.x-bar-outer-spacers:after {
    flex-basis: 0;
    width: 0;
    height: 0;
}

.e2929-1.x-bar-space {
    font-size: 16px;
    height: 5em;
}

.e2929-14.x-bar-space {
    font-size: 16px;
    height: 3.2em;
}

.e2929-2.x-bar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
}

.e2929-5.x-bar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
}

.e2929-7.x-bar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
}

.e2929-9.x-bar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
}

.e2929-12.x-bar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
}

.e2929-15.x-bar-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 0 0%;
    background-color: transparent;
}

.e2929-3.x-image {
    background-color: transparent;
}

a.e2929-8.x-image:hover {
    background-color: transparent;
}

.e2929-10.x-menu {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-self: stretch;
    flex: 0 0 auto;
    margin: 0;
    font-size: 1em;
}

.e2929-16.x-menu {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    flex: 1 0 0%;
    margin: 0;
    font-size: 1em;
}

.e2929-10.x-menu > li,
.e2929-10.x-menu > li > a {
    flex: 0 1 auto;
}

.e2929-16.x-menu > li,
.e2929-16.x-menu > li > a {
    flex: 0 1 auto;
}

.e2929-10.x-menu > li > .x-anchor {
    font-size: 1em;
    background-color: transparent;
}

.e2929-16.x-menu > li > .x-anchor {
    font-size: 1em;
    background-color: transparent;
}

.e2929-10.x-menu > li > .x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75em;
}

.e2929-16.x-menu > li > .x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.e2929-10.x-menu > li > .x-anchor[class*="active"] {
    background-color: transparent;
}

.e2929-16.x-menu > li > .x-anchor[class*="active"] {
    background-color: transparent;
}

.e2929-10.x-menu > li > .x-anchor .x-anchor-text {
    margin: 5px;
}

.e2929-16.x-menu > li > .x-anchor .x-anchor-text {
    margin: 5px;
}

.e2929-10.x-menu > li > .x-anchor .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: black;
}

.e2929-16.x-menu > li > .x-anchor .x-anchor-text-primary {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: black;
}

.e2929-10.x-menu > li > .x-anchor[class*="active"] .x-anchor-text-primary {
    color: rgba(0, 0, 0, 0.5);
}

.e2929-16.x-menu > li > .x-anchor[class*="active"] .x-anchor-text-primary {
    color: rgba(0, 0, 0, 0.5);
}

.e2929-10.x-menu > li > .x-anchor .x-anchor-text-secondary {
    margin-top: 0.35em;
    font-family: inherit;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: black;
}

.e2929-16.x-menu > li > .x-anchor .x-anchor-text-secondary {
    margin-top: 0.35em;
    font-family: inherit;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: black;
}

.e2929-10.x-menu > li > .x-anchor[class*="active"] .x-anchor-text-secondary {
    color: rgba(0, 0, 0, 0.5);
}

.e2929-16.x-menu > li > .x-anchor[class*="active"] .x-anchor-text-secondary {
    color: rgba(0, 0, 0, 0.5);
}

.e2929-10 .x-dropdown {
    width: 14em;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0.15em 2em 0 rgba(0, 0, 0, 0.15);
}

.e2929-16 .x-dropdown {
    width: 14em;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0.15em 2em 0 rgba(0, 0, 0, 0.15);
}

.e2929-11.x-modal {
    font-size: 16px;
}

.e2929-11.x-modal .x-modal-bg {
    background-color: rgba(0, 0, 0, 0.75);
}

.e2929-11.x-modal .x-modal-close {
    width: calc(1em * 1);
    height: calc(1em * 1);
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.5);
}

.e2929-11.x-modal .x-modal-close:hover,
.e2929-11.x-modal .x-modal-close:focus {
    color: #fff;
}

.e2929-11.x-modal .x-modal-content-inner {
    padding: calc(1.5em * 1);
}

.e2929-11.x-modal .x-modal-content {
    max-width: 28em;
    padding: 2em;
    background-color: transparent;
}

.e2929-11.x-search {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 100em;
    font-size: 1em;
    background-color: #fff;
    box-shadow: inset 0 0.15em 0.5em 0 rgba(0, 0, 0, 0.15);
}

.e2929-11.x-search.x-search-focused {
    background-color: #fff;
    box-shadow: inset 0 0.15em 0.5em 0 rgba(0, 0, 0, 0.15);
}

.e2929-11.x-search .x-search-input {
    order: 1;
    margin: 0.5em 0.5em 0.5em 0.5em;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.5);
}

.e2929-11.x-search.x-search-has-content .x-search-input {
    color: black;
}

.e2929-11.x-search .x-search-btn-submit {
    order: 3;
    width: 1em;
    height: 1em;
    margin: 0.5em 0.5em 0.5em 0.9em;
    font-size: 1em;
    color: black;
    background-color: transparent;
}

.e2929-11.x-search .x-search-btn-submit:hover,
.e2929-11.x-search .x-search-btn-submit:focus {
    color: black;
    background-color: transparent;
}

.e2929-11.x-search .x-search-btn-clear {
    order: 2;
    width: 2em;
    height: 2em;
    margin: 0.5em;
    border-radius: 100em;
    font-size: 0.9em;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
}

.e2929-11.x-search .x-search-btn-clear:hover,
.e2929-11.x-search .x-search-btn-clear:focus {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

.e2943-1.x-bar {
    height: auto;
    font-size: 16px;
    background-color: transparent;
    z-index: 1;
}

.e2943-1.x-bar-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 1 100%;
    height: auto;
}

.e2943-1.x-bar-outer-spacers:before,
.e2943-1.x-bar-outer-spacers:after {
    flex-basis: 0;
    width: 0;
    height: 0;
}

.e2943-1.x-bar-space {
    font-size: 16px;
}

.e2943-2.x-bar-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
}

.logo-branding {
    max-width: 50px !important;
}

.e3581-13.x-crumbs {
    margin: 1em 0 1em 0;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    background-color: transparent;
}

.e3581-13 .x-crumbs-list {
    justify-content: flex-start;
    margin-left: -8px !important;
}

.e3581-13 .x-crumbs-list-item {
    margin-left: 8px;
}

.e3581-13 .x-crumbs-link {
    font-style: normal;
    line-height: 1.3;
    color: black;
    background-color: transparent;
}

.e3581-13 .x-crumbs-link:hover {
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
}

.e3581-13 .x-crumbs-delimiter {
    margin-left: 8px;
    color: rgba(0, 0, 0, 0.5);
}

.e3581-25.x-line {
    padding: 50px 0 0 0;
    font-size: 1em;
}

.e3581-4.x-text {
    margin: 0;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
}

.e3581-4.x-text .x-text-content-text-primary {
    margin: 0 calc(0em * -1) 0 0;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: black;
}

.e3581-6.x-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.e3581-20.x-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.e3581-3.x-col {
    z-index: 1;
    border-radius: 5px 5px 5px 5px;
    font-size: 1em;
    background-color: transparent;
}

.e3581-12.x-col {
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.e3581-16.x-col {
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.e3581-18.x-col {
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.e3581-24.x-col {
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}

.e3581-2.x-row {
    z-index: 1;
    margin: 0 auto 0 auto;
    padding: 1px;
    font-size: 1em;
    background-color: transparent;
}

.e3581-11.x-row {
    z-index: 1;
    margin: 0 auto 0 auto;
    padding: 1px;
    font-size: 1em;
    background-color: transparent;
}

.e3581-15.x-row {
    z-index: 1;
    margin: 0 auto 0 auto;
    padding: 1px;
    font-size: 1em;
    background-color: transparent;
}

.e3581-23.x-row {
    z-index: 1;
    margin: 0 auto 0 auto;
    padding: 1px;
    font-size: 1em;
    background-color: transparent;
}

.e3581-2 > .x-row-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}

.e3581-11 > .x-row-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}

.e3581-15 > .x-row-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}

.e3581-23 > .x-row-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((1rem / 2) + 1px) * -1) calc(((1rem / 2) + 1px) * -1);
}

.e3581-11 > .x-row-inner > * {
    flex-grow: 1;
    margin: calc(1rem / 2) calc(1rem / 2);
}

.e3581-15 > .x-row-inner > * {
    flex-grow: 1;
    margin: calc(1rem / 2) calc(1rem / 2);
}

.e3581-23 > .x-row-inner > * {
    flex-grow: 1;
    margin: calc(1rem / 2) calc(1rem / 2);
}

.e3581-2 > .x-row-inner > * {
    margin: calc(1rem / 2) calc(1rem / 2);
}

.e3581-1.x-section {
    margin: 0 0 0 0;
    padding: 1em 0 0 0;
    background-color: transparent;
    z-index: 1;
}

.e3581-10.x-section {
    margin: 0 0 0 0;
    border-width: 1px 1px 0.5px 1px;
    border-style: none none solid none;
    border-color: #5e2f62 #5e2f62 rgba(94, 47, 98, 0.1) #5e2f62;
    padding: 0 0 0 0;
    background-color: rgba(94, 47, 98, 0.1);
    z-index: 1;
}

.e3581-14.x-section {
    margin: 0 0 0 0;
    padding: 1em 0 0 0;
    background-color: rgba(94, 47, 98, 0.05);
    z-index: 1;
}

.e3581-7.x-tabs {
    font-size: 1em;
    background-color: transparent;
}

.e3581-7 .x-tabs-list {
    background-color: transparent;
}

.e3581-7 .x-tabs-list ul {
    justify-content: flex-start;
}

.e3581-7 .x-tabs-list button {
    margin: 0 1em 0 0;
    border-width: 0 0 1px 0;
    border-style: none solid solid solid;
    border-color: transparent transparent transparent transparent;
    border-radius: 0 0 0 0;
    padding: 0 0 0.25em 0;
    font-family: inherit;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
}

.e3581-7 .x-tabs-list button span {
    margin-right: calc(0.125em * -1);
}

.e3581-7 .x-tabs-list button:hover,
.e3581-7 .x-tabs-list button[class*="active"] {
    color: #5e2f62;
    border-color: transparent transparent black transparent;
    background-color: transparent;
}

.e3581-7 .x-tabs-panel {
    padding: 1em 0 1em 0;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: black;
    background-color: transparent;
}

.e3581-7 .x-tabs-panel.x-active {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.e3581-5.x-text {
    margin: 0 0 0 0;
    padding: 0;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: black;
    background-color: transparent;
}

.e3581-17.x-text {
    margin: 0;
    padding: 0;
    font-family: "Scada", sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: black;
    background-color: transparent;
}

.e3581-19.x-text {
    margin: 0;
    padding: 0;
    font-family: "Scada", sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: black;
    background-color: transparent;
}

.e3581-21.x-text {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    background-color: transparent;
}

.e3581-22.x-text {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: black;
    background-color: transparent;
}

.e3581-5.x-text > :first-child {
    margin-top: 0;
}

.e3581-17.x-text > :first-child {
    margin-top: 0;
}

.e3581-19.x-text > :first-child {
    margin-top: 0;
}

.e3581-21.x-text > :first-child {
    margin-top: 0;
}

.e3581-22.x-text > :first-child {
    margin-top: 0;
}

.e3581-5.x-text > :last-child {
    margin-bottom: 0;
}

.e3581-17.x-text > :last-child {
    margin-bottom: 0;
}

.e3581-19.x-text > :last-child {
    margin-bottom: 0;
}

.e3581-21.x-text > :last-child {
    margin-bottom: 0;
}

.e3581-22.x-text > :last-child {
    margin-bottom: 0;
}

@media (max-width: 479.98px) {
    .e3581-2 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-11 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-23 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }
}

@media (min-width: 480px) and (max-width: 766.98px) {
    .e3581-2 > .x-row-inner > *:nth-child(2n - 1) {
        flex-basis: calc(50% - 1rem);
    }

    .e3581-11 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(2n - 1) {
        flex-basis: calc(50% - 1rem);
    }

    .e3581-23 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-2 > .x-row-inner > *:nth-child(2n - 0) {
        flex-basis: calc(50% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(2n - 0) {
        flex-basis: calc(50% - 1rem);
    }
}

@media (min-width: 767px) and (max-width: 978.98px) {
    .e3581-2 > .x-row-inner > *:nth-child(2n - 1) {
        flex-basis: calc(33.33% - 1rem);
    }

    .e3581-11 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 2) {
        flex-basis: calc(25% - 1rem);
    }

    .e3581-23 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-2 > .x-row-inner > *:nth-child(2n - 0) {
        flex-basis: calc(66.66% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 1) {
        flex-basis: calc(25% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 0) {
        flex-basis: calc(50% - 1rem);
    }
}

@media (min-width: 979px) and (max-width: 1199.98px) {
    .e3581-2 > .x-row-inner > *:nth-child(2n - 1) {
        flex-basis: calc(33.33% - 1rem);
    }

    .e3581-11 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 2) {
        flex-basis: calc(25% - 1rem);
    }

    .e3581-23 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-2 > .x-row-inner > *:nth-child(2n - 0) {
        flex-basis: calc(66.66% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 1) {
        flex-basis: calc(25% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 0) {
        flex-basis: calc(50% - 1rem);
    }
}

@media (min-width: 1200px) {
    .e3581-2 > .x-row-inner > *:nth-child(2n - 1) {
        flex-basis: calc(33.33% - 1rem);
    }

    .e3581-11 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 2) {
        flex-basis: calc(25% - 1rem);
    }

    .e3581-23 > .x-row-inner > *:nth-child(1n - 0) {
        flex-basis: calc(100% - 1rem);
    }

    .e3581-2 > .x-row-inner > *:nth-child(2n - 0) {
        flex-basis: calc(66.66% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 1) {
        flex-basis: calc(25% - 1rem);
    }

    .e3581-15 > .x-row-inner > *:nth-child(3n - 0) {
        flex-basis: calc(50% - 1rem);
    }
}

.section-main {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.section-main:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, 0) !important;
}

.x-anchor,
.x-anchor-text-primary,
.x-anchor-text-secondary,
.x-anchor-sub-indicator {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-text-content-text-primary {
    margin: 0 calc(0em * -1) 0 0;
    font-family: inherit;
    font-size: 1.75em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    color: black;
}

.s-list-content {
    margin: 0 0 0.5em 0;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    padding: 1em 1em 1em 1em;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    color: black;
    background-color: rgba(94, 47, 98, 0.1);
}

.sales-button {
    margin: 0 0.5em 0 0;
    border-width: 0 0 3px 0;
    border-style: none none solid none;
    border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
    border-radius: 0.35em;
    font-size: 1em;
    background-color: #e82f3a;
    box-shadow: 0 0.15em 2em 0 rgba(0, 0, 0, 0.25);
}

.sales-button .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75em 0.85em 0.75em 0.85em;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sales-button .x-anchor-content:hover {
    border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
    background-color: #cb0c2a;
    box-shadow: 0 0.15em 2em 0 rgba(0, 0, 0, 0.25);
}

.sales-button span {
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 4px;
}

footer .nav-pills .nav-link {
    font-family: "Scada", sans-serif !important;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin: 0 1em 0 0;
    color: #000;
    padding: 0 0 0.25em 0;
}

footer .nav-pills .nav-link:first-of-type {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

footer .nav-pills .nav-link.active, footer .nav-pills .nav-link:hover {
    color: #5e2f62;
    border-color: transparent transparent black transparent !important;
    background-color: transparent;
    border-width: 0 0 1px 0 !important;
    border-style: none solid solid solid !important;
    border-radius: 0 0 0 0;
}

footer .tab-pane {
    padding: 1em 0 1em 0;
}

@media (min-width: 1200px) {
    .x-hide-xl {
        display: none !important;
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.x-anchor.x-anchor-menu-item:hover span, .x-anchor.x-anchor-menu-item.active span {
    color: rgba(0, 0, 0, 0.5);
}

.navbar .nav-item.dropdown.show {
    background-color: #5e2f62;
    color: #fff;
}

.navbar .nav-item.dropdown.show .dropdown-toggle {
    color: #fff;
}

.navbar .dropdown-toggle {
    font-size: 1.3em !important;
    line-height: 1.4em;
}

.navbar ul {
    font-size: 19px;
    font-family: "Scada";
    color: #5e2f62;
    margin-left: 0;
}

.navbar .tab-content {
    margin-left: 18px;
}

.navbar .nav-link-child {
    color: #5e2f62;
    text-decoration: none !important;
    outline: none !important;
}

.navbar .nav-link-child:hover {
    color: #000;
}

.navbar .nav-link-child.active {
    border-bottom: 0;
}

.navbar .nav-link-child.show {
    color: #000;
}

.navbar .nav-link-child.has-childs::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.12em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(270deg);
}

.navbar .nav-link {
    color: #5e2f62;
    padding: 9.5px 19px !important;
}

.navbar .nav-link:hover {
    color: #000;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {
    background-color: inherit;
}

.navbar .dropdown-item:hover a, .navbar .dropdown-item:focus a {
    color: #fff;
}

.navbar .dropdown-item:hover a:after, .navbar .dropdown-item:focus a:after {
    border-left-color: #fff;
    margin-top: 9px;
}

.navbar .dropdown-item {
    color: #5e2f62;
}

.navbar .dropdown-menu {
    font-size: 19px;
    margin-top: 0;
    white-space: normal;
}

.navbar .dropdown-menu li.hover {
    background-color: #5e2f621a;
}

.navbar .dropdown-menu li.hover a:hover {
    background-color: unset;
}

.navbar .nav-tabs {
    border-bottom: 0;
}

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

.navbar .zero-min-height {
    min-height: 0;
}

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

.megamenu .megamenu-dropdown {
    margin-top: -8px !important;
}

.megamenu-tabs {
    background-color: #5e2f62;
    color: #c5c5c5;
}

.megamenu-tabs .nav-item {
    color: #c5c5c5;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0;
}

.megamenu-tabs .nav-item .nav-link {
    color: #c5c5c5;
}

.megamenu-tabs .nav-item .nav-link:hover {
    color: #fff;
    border-bottom: 0 !important;
}

.megamenu-tabs .nav-item .nav-link.active {
    background-color: #5e2f62;
    color: #fff;
    border-bottom: 0 !important;
}

.megamenu-content {
    margin-left: -1.2em !important;
    margin-right: -1.2em !important;
}

.megamenu-content h6 {
    padding-left: 19px;
    font-size: 20px;
}

.nav-tabs .nav-item {
    margin-bottom: unset;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Scada", sans-serif;
    font-style: normal;
}

h1 {
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: black;
}

h2 {
    font-size: 228.5%;
    line-height: 1.3;
}

.accordion .card {
    border-radius: unset;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
    margin-top: 10px;
}

.accordion .card:first-child {
    margin-top: 0;
}

.accordion .card-header {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}

.accordion .btn-link {
    padding: 10px 15px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #272727;
    white-space: break-spaces;
    text-align: start;
}

.accordion .btn-link:active, .accordion .btn-link:focus {
    box-shadow: none !important;
}

.accordion .btn-link:hover {
    color: #5e2f62;
}

.accordion .btn-link::before {
    content: "\f067";
    position: relative;
    display: inline-block;
    bottom: 0.1em;
    margin-right: 10px;
    font-size: 74%;
    color: #ccc;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion .btn-link.collapsed::before {
    content: "\f067";
    position: relative;
    display: inline-block;
    bottom: 0.1em;
    margin-right: 10px;
    font-size: 74%;
    color: #ccc;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-item {
    padding: 10px 15px;
}

.service-item .service-link {
    padding: 10px 0;
    border-bottom: dotted thin #572c5b;
}

.service-image {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.service-container {
    width: 88%;
}

.service-container h1 {
    font-size: 28px;
}

.service-container .service-info-block {
    background-color: rgba(255, 255, 255, 0.85);
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: stretch;
    z-index: 1;
    border-radius: 5px 5px 5px 5px;
    font-size: 1em;
    padding: 1rem;
}

.service-container .service-header {
    margin: 0 auto 0 auto;
    padding: 2em 0 2em 0;
}

.service-container .service-header-info {
    font-size: 0.75em;
    font-style: normal;
    font-weight: inherit;
    line-height: 1.2;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #5e2f62;
}

.service-container .service-header-price {
    font-size: 1.35em;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: black;
}

.service-container .service-container-footer {
    border-top: 0.125px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px;
}

.service-content-box {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.085);
    border-radius: 5px 5px 5px 5px;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.service-content-box h3 {
    font-size: 24px;
}

.service-content-box .services-prices-table {
    margin-top: 0.75rem;
}

.service-content-container h3 {
    font-family: "Scada", sans-serif;
    font-size: 24px;
}

.service-content-container .service-col-header {
    width: 90%;
}

.service-contacts {
    font-family: "Scada", sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.service-contacts a {
    text-decoration: none !important;
    border-bottom: 0.75px solid rgba(0, 0, 0, 0.5) !important;
    outline: none !important;
    color: #5e2f62;
}

.service-contacts a:hover {
    color: #000;
}

.service-sales-offer-content {
    background: #642b73;
    background: -webkit-linear-gradient(to bottom, #c6426e, #642b73);
    background: linear-gradient(to bottom, #c6426e, #642b73);
    border-color: #572c5b !important;
    padding: 1em;
    border-radius: 0.5em;
}

.service-sales-offer-content p {
    margin-bottom: 0 !important;
    font-size: 1.5em !important;
    line-height: 1.2 !important;
    color: whitesmoke !important;
}

.service-img {
    float: left;
}

.staff-img {
    max-height: 290px;
    width: 290px;
}

.service-services-image:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.x-separator-top-angle-in {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: unset !important;
    margin-top: 30px;
}

.glsr-shortcode .glsr-ltr .glsr-default .glsr-summary-rating,
.glsr-shortcode .glsr-ltr .glsr-default .glsr-summary-stars {
    margin-right: 10px;
}

.glsr-shortcode .glsr-default .glsr-summary-rating {
    display: inline-block;
    line-height: 1.25;
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
}

.glsr-shortcode .glsr-default.glsr-summary {
    position: relative;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.5;
}

.glsr-shortcode .glsr-reviews-wrap .screen-reader-text,
.glsr-shortcode .glsr-summary-wrap .screen-reader-text {
    position: absolute;
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
    padding: 0;
    margin: -1px;
}

.glsr-shortcode .glsr-default .glsr-summary-stars .glsr-star {
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.glsr-shortcode .glsr-default .glsr-star {
    width: 20px;
    height: 20px;
    font-size: inherit;
    background-size: 20px;
}

.glsr-shortcode .glsr-star {
    display: inline-block;
    background-repeat: no-repeat;
}

.glsr-shortcode .glsr-ltr .glsr-default .glsr-summary-rating,
.glsr-shortcode .glsr-ltr .glsr-default .glsr-summary-stars {
    margin-right: 10px;
}

.glsr-shortcode .glsr-summary-rating {
    margin-right: 10px;
}

.glsr-shortcode .glsr-default.glsr-summary > div {
    margin-bottom: 8px;
}

.glsr-shortcode .glsr-default.glsr-summary > div:last-of-type {
    margin-bottom: 10%;
}

.glsr-shortcode .glsr-default .glsr-summary-rating {
    display: inline-block;
    line-height: 1.25;
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
}

.glsr-shortcode .glsr-shortcode .glsr-star {
    display: inline-block;
    background-repeat: no-repeat;
}

.glsr-shortcode .glsr-default.glsr-summary {
    position: relative;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.5;
}

.glsr-shortcode .glsr-default .glsr-summary-stars {
    display: inline-block;
}

.glsr-shortcode .gl-star-rating-stars.s10 > span:first-child,
.glsr-shortcode .gl-star-rating-stars.s20 > span:nth-child(-1n + 2),
.glsr-shortcode .gl-star-rating-stars.s30 > span:nth-child(-1n + 3),
.glsr-shortcode .gl-star-rating-stars.s40 > span:nth-child(-1n + 4),
.glsr-shortcode .gl-star-rating-stars.s50 > span:nth-child(-1n + 5),
.glsr-shortcode .gl-star-rating-stars.s60 > span:nth-child(-1n + 6),
.glsr-shortcode .gl-star-rating-stars.s70 > span:nth-child(-1n + 7),
.glsr-shortcode .gl-star-rating-stars.s80 > span:nth-child(-1n + 8),
.glsr-shortcode .gl-star-rating-stars.s90 > span:nth-child(-1n + 9),
.glsr-shortcode .gl-star-rating-stars.s100 > span,
.glsr-shortcode .glsr-star-full {
    background-image: url("/storage/img/icons/star-full.svg") !important;
}

.glsr-shortcode .glsr-star {
    display: inline-block;
    background-repeat: no-repeat;
}

.glsr-shortcode .glsr-default .glsr-bar {
    display: table-row;
    white-space: nowrap;
}

.glsr-shortcode .glsr-default .glsr-bar > span {
    display: table-cell;
    vertical-align: middle;
}

.glsr-shortcode .glsr-default .glsr-bar-background {
    position: relative;
    width: 100%;
}

.glsr-shortcode .glsr-default .glsr-bar-background:before {
    opacity: 0.1;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    background-color: currentColor;
}

.glsr-shortcode .glsr-bar-percent {
    padding-left: 10px;
}

.glsr-shortcode .glsr-default .glsr-bar-background-percent {
    position: relative;
    display: block;
    height: 12px;
    background-color: #ffb900;
}

.glsr-shortcode .glsr-bar-label {
    padding-right: 10px;
}

.glsr-shortcode .glsr-review-content {
    margin-top: 16px;
}

.glsr-shortcode .glsr-default :not(.glsr-review-avatar) + .glsr-review-author:before {
    content: "\2014";
}

.glsr-shortcode .glsr-ltr .glsr-default .glsr-review-rating {
    margin-right: 0.5em;
}

.glsr-shortcode .glsr-default .glsr-navigation > :not(.glsr-loader),
.glsr-shortcode .glsr-default .glsr-review {
    opacity: 1;
    transition: opacity 0.5s;
}

.glsr-shortcode .glsr-default .glsr-review {
    margin-bottom: 2em !important;
}

.glsr-shortcode .glsr-default .glsr-review-rating {
    display: inline-block;
}

.glsr-shortcode .glsr-default .glsr-review-date {
    display: inline-block;
    font-style: italic;
    white-space: nowrap;
}

.nav-tab-toogler {
    margin: 0 1em 0 0;
    border-width: 0 0 1px 0;
    border-style: solid solid solid solid;
    border-color: transparent transparent transparent transparent;
    border-radius: 0 0 0 0;
    padding: 0 0 0.25rem 0;
    font-family: inherit;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
}

.nav-tab-toogler .nav-tab-toogler-button {
    font-family: "Scada", sans-serif !important;
    font-style: normal !important;
    font-size: 16px;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid solid solid solid;
    border-color: transparent transparent transparent transparent;
    border-radius: 0 0 0 0;
    padding: 0 0 0.25rem 0;
}

.nav-tab-toogler .nav-tab-toogler-button[class*="active"] {
    color: black;
    border-color: transparent transparent black transparent;
    background-color: transparent;
}

.nav-tab-toogler .nav-tab-toogler-button:hover {
    color: black;
    border-color: transparent transparent black transparent;
    background-color: transparent;
}

.feedback-container form.glsr-form .gl-star-rating[data-star-rating] {
    position: relative;
    display: block;
}

.feedback-container form.glsr-form .gl-star-rating-stars {
    position: relative;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.feedback-container form.glsr-form .gl-star-rating-stars > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: none;
    margin: 0 4px 0 0;
}

.feedback-container .gl-star-rating-stars > span,
.feedback-container .glsr-star-empty {
    background-image: url("/storage/img/icons/star-empty.svg") !important;
}

.feedback-container .glsr-field {
    margin-bottom: 1em;
}

.feedback-container form.glsr-form input[type="email"],
.feedback-container form.glsr-form input[type="text"],
.feedback-container form.glsr-form textarea {
    float: none;
    display: block;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
}

.feedback-container input[type="radio"],
.feedback-container input[type="checkbox"] {
    margin: 0.425em 0;
    line-height: normal;
    cursor: pointer;
}

.feedback-container form.glsr-form label.glsr-checkbox-label,
.feedback-container form.glsr-form label.glsr-radio-label {
    display: inline;
}

.x-frame-inner video,
.x-frame-inner > div,
.x-frame-inner > embed,
.x-frame-inner > iframe,
.x-frame-inner > img,
.x-frame-inner > object,
.x-frame-inner > .x-map iframe,
.x-frame-inner > .x-video iframe,
.x-frame-inner > .x-video .mejs-poster img {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

h3.post-type {
    font-size: 36px;
}

.staff-button {
    margin: 2em 0em 1em 0em;
    border-width: 0 0 3px 0;
    border-style: none none solid none;
    border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
    border-radius: 0.35em;
    font-size: 1em;
    background-color: #e82f3a;
    box-shadow: 0em 0.15em 2em 0em rgba(0, 0, 0, 0.25);
    padding: 12px 13.6px;
}

.staff-button:hover {
    border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
    border-radius: 0.35em;
    font-size: 1em;
    background-color: #cb0c2a;
    box-shadow: 0em 0.15em 2em 0em rgba(0, 0, 0, 0.25);
}

.staff-button .x-anchor-text-primary {
    text-transform: uppercase;
}

.image-gallery img {
    max-width: 100%;
}

.services-schedule .row {
    margin: 0 -30px;
}

.services-schedule .schedule-item {
    padding: 2%;
}

.services-schedule .schedule-item:first-child {
    background-color: #f6f6f5;
}

.services-schedule .schedule-item:nth-child(2n) {
    background-color: #f2f1ef;
}

.services-schedule .schedule-item:nth-child(3n) {
    background-color: #eeebe7;
}

.services-schedule .schedule-item:nth-child(4n) {
    background-color: #e9e4dc;
}

.services-schedule .schedule-item .x-text-content {
    margin: 0 0 1rem 0;
}

.services-schedule .schedule-item .schedule-text {
    margin-top: 1rem;
}

.blog-article-header a {
    font-size: 24px;
    line-height: 1.5;
}

.x-alert {
    margin: .5em 0em 1em 0em;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 1em 2.75em 1em 1.15em;
    font-family: inherit;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-shadow: 0 0 0 transparent;
    text-transform: none;
    color: black;
    background-color: transparent;
    box-shadow: 0em 0.15em 0.25em 0em rgba(0, 0, 0, 0.05);
}

.blog-services-list {
    border-radius: .5em .5em .5em .5em;
    padding: 1em 1em 1em 1em;
    background-color: rgba(94, 47, 98, 0.1);
    z-index: 1;
}

.header-alert {
    margin: 3em 0 3em 0;
    border-radius: .25em .25em .25em .25em;
    padding: 1em 1em 1em 1em;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.75);
}

.header-alert h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
}

.x-line {
    padding: 8em 0 0 0;
    font-size: 1em;
}

.service-teaser {
    padding: 0 0 !important;
}

.collapse-toggle-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1px;
    vertical-align: 2px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.collapse-toggle-link[aria-expanded="true"]::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1px;
    vertical-align: 2px;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

@media screen and (max-width: 992px) {
    header .x-bar-content {
        position: fixed;
        background-color: white;
        width: 100%;
    }
}

.modal {
    z-index: 9999;
}

.slider-button {
    background-color: #5E2F62 !important;
    border-color: #5E2F62 !important;
    color: #fff !important;
}

.Newspaper-Subtitle {
    color: #5E2F62 !important;
    font-size: 22px !important;
    width: 200px !important;
    line-height: 22px !important;
    top: 0px !important;
}

.Newspaper-Title {
    top: 7px;
    line-height: 20px;
}

.tp-tab-title {
    color: #5E2F62 !important;
    font-size: 16px !important;
}

.tp-tab-desc {
    color: #fff !important;
    font-size: 22px !important;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 25 px; */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dropdown-item:empty {
    display: none;
}

.dropdown-item {
	white-space: normal;
}

@media (max-width: 1366px) {
	.dropdown-menu .submenu .submenu {
  max-width: 270px;
  min-width: 230px; }
  .dropdown-menu .submenu .submenu .dropdown-item {
    white-space: normal; }
}

.header-site-messengers .viber {
    height: 100%; max-height: 32px;
}
.post-entry-thumb {
    outline: none;
}
.post-image {
    background-repeat: no-repeat; background-position: left center; background-size: cover; opacity: 1; top: auto; bottom: 0px; height: 150%; transform: translate3d(0px, 75px, 0px);
}
.post-image-bottom {
    background-repeat: no-repeat; background-position: center; background-size: cover;
}

#faq-schema-block {
    margin-bottom: 50px;
}
#faq-schema-block .faq-item {
    margin-bottom: 15px;
}
#faq-schema-block header, #faq-schema-block h3 {
    color: #800080;
    font-weight: bold;
}
#faq-schema-block header {
    margin-bottom: 5px;
    font-size: 20px;
}
.article-headline {
    font-size: 25pt !important;
    line-height: 115% !important;
    font-family: Helvetica, sans-serif !important;
    color: #993366 !important;
    text-align: center;
    margin: 5px 0 0px 0 !important;
}

.schema-hidden {
    display: none;
}

.author-block {
    align-items: center;
    display: flex;
    gap: 15px;
    margin: 3em 0 3em 0;
    border-radius: .25em .25em .25em .25em;
    border: 2px solid #800080;
    padding: 1em 1em 1em 1em;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 0.75);
    justify-content: space-between;
    width: 100%;
    @media (max-width: 767px) {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.author-data {
    display: flex;
    align-items: baseline;
}
.author-block .social-networks {
    display: flex;
    column-gap: 15px;
}
.author-block .social-networks a {
    max-width: 25px;
}
.author-block .social-networks a * {
    height: 100%;
}
.tiktok-icon {
    min-width: 32px;
    min-height: 32px;
}


.blog-service-text .getcall-button {
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-family: "Scada", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 5px;
    padding: 0.575em 0.85em 0.575em 0.85em;
}
/*
JQuery Simple MobileMenu
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
    overflow: hidden;
}
.mobile_menu {
    display: none;
    position: relative;
    margin: 0 0;
}

.mobile_menu .submenu {
    background-color: #f1f1f1f5;
    /* border-bottom: 1px solid #5e2f5e; */
}

.mobile_menu li.active > a {
    /* border-bottom: 1px solid #5e2f5e; */
    background-color: #fff;
    color: #5e2f5e;
}

.mobile_menu .submenu li.active > a {
    border-bottom: none;
    /* background-color: #5e2f621a; */
    background-color: unset;
}


.sm_menu_outer.active .mobile_menu {
    display: block;
}
.sm_menu_outer {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.sm_menu_outer.active {
    opacity: 1;
    z-index: 9999;
}
.sm_menu_outer .mobile_menu a {
    color: #5e2f5e;
    display: block;
    font-size: 16px;
    font-family: "Scada";
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: none;
    text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    color: #000;
}
/*Hamburger Animation */
#sm_menu_ham {
    z-index: 9999;
    cursor: pointer;
    float: right;
    height: 25px;
    position: fixed;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 30px;
    top: 27px;
    right: 15px;
    z-index: 9999;
}
#sm_menu_ham span {
    z-index: 9999;
    background-color: #5e2f5e;
    border-radius: 5px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}
#sm_menu_ham span:nth-child(1) {
    top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 10px;
}
#sm_menu_ham span:nth-child(4) {
    top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
    left: 50%;
    top: 15px;
    width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}
.sm_menu_outer.accordion .mobile_menu .submenu,
.sm_menu_outer.accordion .mobile_menu li.hasChild ul.submenu {
    display: none;
}
.sm_menu_outer.accordion .mobile_menu .hasChild > .submenu li > .submenu li {

}
.sm_menu_outer.accordion .mobile_menu li.active > .submenu {
    right: auto;
}
.sm_menu_outer.accordion .mobile_menu li > .submenu {
    margin-left: 0;
}

.sm_menu_outer.accordion .mobile_menu li.hasChild > a {
    position: relative;
}
.sm_menu_outer.accordion .mobile_menu li.hasChild > a::before {
    position: absolute;
    content: '';
    background: url("/storage/index/next.png") no-repeat scroll 0% top / 30% auto;
    right: 0;
    top: 14px;
    width: 40px;
    height: 25px;
    transition: all 0.19s ease;
}
.sm_menu_outer.accordion .mobile_menu .submenu li.hasChild.active > a::before {
    background: url("/storage/index/next.png") no-repeat scroll 0% top / 30% auto;
}
/* .sm_menu_outer.accordion .mobile_menu li.hasChild.active > a {

} */
.sm_menu_outer.accordion .mobile_menu li.hasChild.active > a::before {
    transform: rotate(89deg);
    transition: all 0.19s ease;
    right: 20px;
    top: 22px;
}
@media (min-width: 992px) {
    #sm_menu_ham,
    .sm_menu_outer {
        display: none;
    }
}

.mobile_menu_header {
    margin-bottom: 15px;
}

.mobile_menu_header .main-header {
    color: #5e2f5e !important;
    font-weight: bold !important;
    font-family: "Scada" !important;
    padding: 0 0 0 30px !important;
}

.mobile_menu_header .social-links a {
    padding: 0;
}

.mobile_menu .search-input {
    width: 100%;
    margin: 0 10px;
    padding: 0 35px;
    height: 40px;
    margin-bottom: 5px;
    background-color: #f1f1f1f5;
}

.mobile_menu .search-input::placeholder {
    text-transform: uppercase;
}

.mobile_menu_header .contact-link {
    /* border-bottom: 0.75px solid rgba(0, 0, 0, 0.5) !important; */
    outline: none !important;
    color: #5e2f62 !important;
    text-decoration: underline !important;
    padding: 0 0 0 30px !important;
}




/*
JQuery Simple MobileMenu Slide
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
    overflow: hidden;
}
.mobile_menu {
    display: none;
    position: relative;
}
.sm_menu_outer.active .mobile_menu {
    display: block;
}
.sm_menu_outer {
    /* height: calc(100vh - 60px); */
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    /* background-color: #000000; */
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
    padding: 20px 5px 20px 55px;
    background: url("/storage/index/back.png") no-repeat scroll 15px center / 5% auto;
}
.sm_menu_outer .mobile_menu a {
    /* color: #ffffff; */
    display: block;
    /* font: 300 18px/140% "Lato", sans-serif; */
    letter-spacing: 1px;
    /* padding: 20px 15px; */
    text-transform: uppercase;
    text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9999;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
    right: 0;
}
.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    /* border-bottom: 0.5px solid rgba(0, 0, 0, 0); */
    /* border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0; */
    /* color: #ffffff; */
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
    background: url("/storage/index/next.png") no-repeat scroll 95% center / 5% auto;
}
/*Hamburger Animation */
#sm_menu_ham {
    cursor: pointer;
    float: right;
    height: 25px;
    position: fixed;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 30px;
    /* top: 15px; */
    right: 15px;
    z-index: 9999;
}
/* #sm_menu_ham span {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
} */
#sm_menu_ham span:nth-child(1) {
    top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 10px;
}
#sm_menu_ham span:nth-child(4) {
    top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}
@media (min-width: 1024px) {
    #sm_menu_ham,
    .sm_menu_outer {
        display: none;
    }
}

.mobile_menu .submenu .back {
    background-color: #5e2f621a;


}

.mobile_menu .submenu .back a {
    font-weight: bold;
}
.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.largeblackbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#000;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 6.0 Default Style Settings -

Screen Stylesheet

version:   	6.0.0
date:      	24/06/19
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }  

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}


rs-debug {
	z-index:100000;
	position:fixed;
	top:0px; width:300px;
	height:300px;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll;
}

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important; }
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons/revicons.eot?5510888');
  src: url('../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons/revicons.woff?5510888') format('woff'),
       url('../fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('../fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"], 
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"], 
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"], 
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"], 
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"], 
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"], 
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"], 
#builderView i[class*=" 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;
}

rs-module [class^="fa-"]:before, 
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before, 
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before, 
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before, 
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before, 
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before, 
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before, 
#builderView [class*=" fa-"]:before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
   
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only 
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							


/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; }


rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block;}

/*rs-carousel-wrap,*/
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;	
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

rs-module rs-layer,
rs-module .rs-layer { 
	opacity: 0;
	position:relative;  
	visibility: hidden;
	white-space: nowrap;
	display: block;	
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;	
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;   
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


	
/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(closedhand.cur), move;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:1px;position:relative;margin-bottom:-1px }

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {	
	box-sizing:border-box;	
	max-height:none !important;	
}


.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;}
rs-layer-wrap,
rs-row-wrap,
rs-column,
rs-parallax-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap,
rs-loop-wrap 	{	display:block; visibility: hidden}


rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat; perspective:10000px;}

 /*@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { filter: blur(0px); }
 }*/   /* REMOVED LINES TO FIX BOX-SHADOW ISSUE IN FIREFOX */

 .rs-fixedscrollon rs-module-wrap{left: 0 !important;}

rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; }

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

rs-column-wrap {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;    
    z-index: 0;
    box-sizing: border-box;     
} 
rs-column-bg {	
    position: absolute;    
    z-index: 0;
    box-sizing: border-box; 
    width: 100%;
    height: 100%; 
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {	
	visibility:hidden !important; 
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction { 
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none;}

/* new static layers position option */
rs-static-layers.rs-stl-back {	
	z-index:0;
}


.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}

									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0; display: block}

.rs-layer.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.rs-layer.rs-fsv		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; display: none}

.fullcoveredvideo audio,
.rs-fsv audio
.fullcoveredvideo video,
.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;	
	transition:opacity 300ms ease-out !important;				
}


.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}									
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
 

.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;} 

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(../assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(../assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;  
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{  
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;        
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;    
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;    
    border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;  
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
 
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
 
  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
 
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;	
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark,  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;	
	border-radius: 50%;	
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress								{	visibility: hidden; width:100%; height:5px; background:#000; background:rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
rs-progress.rs-bottom					{	top:auto; bottom:0px !important;height:5px}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(../assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;	
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating, 
.rs-layer .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;	
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before, 
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;	
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	margin-top:-20px;
	margin-left:-20px;	
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;	
}



rs-loader.spinner5 	{	
	background-image:url(../assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;	
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);	
	border-radius: 100%;	
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);} 
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;  
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */  
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {  
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;  
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block;}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before, 
.rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;	
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}

/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; oveflow: hidden; }
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQ0UsOEJBQXlCLEFBQXpCLHVCQUF5QixBQUN6QixzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFDeEIseUJBQTZCLENBQzlCLEFBQ0QseUJBQ0UsaUJBQW1CLENBQ3BCLEFBQ0QsZ0RBQ0Usa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsU0FBVSxBQUNWLFFBQVMsQUFDVCxVQUFZLENBQ2IsQUFDRCxzQkFDRSxXQUFZLEFBQ1osV0FBYSxDQUNkLEFBQ0QsMkJBQ0UsVUFBYSxBQUNiLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFdBQVksQUFDWixZQUFhLEFBQ2Isb0JBQWMsQUFBZCxZQUFjLENBQ2YsQUFDRCw2QkFDRSxXQUFRLEFBQVIsT0FBUSxBQUNSLG9CQUFjLEFBQWQsYUFBYyxBQUNkLHNCQUFvQixBQUFwQixtQkFBb0IsQUFDcEIsVUFBVyxBQUNYLHVCQUF5QixBQUN6QixXQUFZLEFBQ1osZUFBZ0IsQUFDaEIsU0FBYSxDQUNkLEFBQ0QsK0JBQ0Usb0JBQWEsQUFBYixXQUFhLENBQ2QsQUFDRCxvQ0FDRSxZQUFjLENBQ2YsQUFDRCxrQ0FDRSxjQUFnQixDQUNqQixBQUNELDZDQUNFLGdCQUFrQixDQUNuQixBQUNELG1DQUNFLG9CQUFzQixDQUN2QixBQUNELG1DQUNFLFlBQWMsQ0FDZixBQUNELHNDQUNFLGVBQWdCLEFBQ2hCLGlCQUFtQixDQUNwQixBQUNELHVCQUNFLFVBQVcsQUFDWCxvQkFBc0IsQ0FDdkIsQUFDRCw2QkFDRSxZQUFjLENBQ2YsQUFDRCw2QkFDRSxlQUFpQixDQUNsQixBQUNELHNCQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsV0FBWSxBQUNaLG9CQUFjLEFBQWQsYUFBYyxBQUVkLDBCQUF1QixBQUF2QixzQkFBdUIsQUFFdkIscUJBQXdCLEFBQXhCLHVCQUF3QixBQUV4QixzQkFBb0IsQUFBcEIsa0JBQW9CLENBQ3JCLEFBQ0QsMEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsaUJBQW1CLENBQ3BCLEFBQ0QsOEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsc0JBQXVCLEFBQ3ZCLFdBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixtQ0FBNkMsQ0FDOUMsQUFDRCx5Q0FDRSxtQkFBcUIsQ0FDdEIsQUFDRCw0Q0FDRSxxQkFBdUIsQ0FDeEIsQUFVRCxhQUNFLE1BRUUsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixBQUNELElBQ0UsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixDQUNGIiwiZmlsZSI6ImVra28tbGlnaHRib3guY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmVra28tbGlnaHRib3gge1xuICBkaXNwbGF5OiBmbGV4ICFpbXBvcnRhbnQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nLXJpZ2h0OiAwcHghaW1wb3J0YW50O1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyID4gZGl2LmVra28tbGlnaHRib3gtaXRlbSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbn1cbi5la2tvLWxpZ2h0Ym94IGlmcmFtZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSB7XG4gIHotaW5kZXg6IDEwMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgb3BhY2l0eTogMDtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjVzO1xuICBjb2xvcjogI2ZmZjtcbiAgZm9udC1zaXplOiAzMHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKiB7XG4gIGZsZXgtZ3JvdzogMTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgPiAqOmZvY3VzIHtcbiAgb3V0bGluZTogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgc3BhbiB7XG4gIHBhZGRpbmc6IDAgMzBweDtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6bGFzdC1jaGlsZCBzcGFuIHtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmhvdmVyIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG59XG4uZWtrby1saWdodGJveCBhOmhvdmVyIHtcbiAgb3BhY2l0eTogMTtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWRpYWxvZyB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZWtrby1saWdodGJveCAubW9kYWwtZm9vdGVyIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgLyogZXN0YWJsaXNoIGZsZXggY29udGFpbmVyICovXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIC8qIG1ha2UgbWFpbiBheGlzIHZlcnRpY2FsICovXG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAvKiBjZW50ZXIgaXRlbXMgdmVydGljYWxseSwgaW4gdGhpcyBjYXNlICovXG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYge1xuICB3aWR0aDogNDBweDtcbiAgaGVpZ2h0OiA0MHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciA+IGRpdiA+IGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3BhY2l0eTogMC42O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYW5pbWF0aW9uOiBzay1ib3VuY2UgMnMgaW5maW5pdGUgZWFzZS1pbi1vdXQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXY6bGFzdC1jaGlsZCB7XG4gIGFuaW1hdGlvbi1kZWxheTogLTFzO1xufVxuLm1vZGFsLWRpYWxvZyAuZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzMzO1xufVxuQC13ZWJraXQta2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMCk7XG4gIH1cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbkBrZXlmcmFtZXMgc2stYm91bmNlIHtcbiAgMCUsXG4gIDEwMCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbiJdfQ== */