/* boostrap imports */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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: #212529;
    text-align: left;
    background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

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

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.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%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.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%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .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%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .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%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .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%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .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%;
    }
}

.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;
    }
}

.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;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
  .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
  .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
  .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
  .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
  .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
  .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
  .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
  .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
  .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
  .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
  .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
  .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
  .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
  .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
  .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
  .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
  .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
  .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
  .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
  .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
  .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
  .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
  .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
  .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
  .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
  .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
  .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
  .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
  .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
  .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
  .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
  .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
  .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
  .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
  .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
  .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
  .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
  .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
  .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
  .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
  .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
  .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
  .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
  .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
  .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
  .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
  .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
  .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
  .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
  .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
  .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
  .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
  .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
  .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
  .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
  .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
  .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
  .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
  .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
  .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
  .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
  .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
  .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
  .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
  .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
  .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
  .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
  .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
  .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
  .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
  .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
  .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
  .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
  .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
  .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
  .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
  .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
  .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
  .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
  .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
  .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
  .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
  .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
  .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
  .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
  .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
  .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
  .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
  .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
  .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
  .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
  .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
  .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
  .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
  .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
  .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
  .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
  .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
  .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
  .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
  .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
  .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
  .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
  .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
  .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
  .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
  .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
  .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
  .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
  .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
  .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
  .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
  .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
  .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
  .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
  .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
  .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
  .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
  .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
  .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
  .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
  .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
  .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
  .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
  .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
  .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
  .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
  .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
  .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
  .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
  .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
  .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
  .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
  .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
  .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
  .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
  .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
  .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
  .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
  .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
  .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
  .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
  .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
  .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
  .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
  .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
  .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
  .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
  .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
  .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
  .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
  .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
  .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
  .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
  .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
  .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
  .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
  .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
  .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
  .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
  .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
  .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
  .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
  .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
  .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
  .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
  .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
  .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
  .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
  .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
  .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
  .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
  .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
  .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
  .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
  .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
  .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
  .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
  .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
  .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
  .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
  .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
  .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
  .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
  .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
  .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
  .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
  .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
  .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
  .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
  .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
  .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
  .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
  .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
  .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
  .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
  .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
  .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
  .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
  .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
  .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
  .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
  .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
  .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
  .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
  .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
  .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
  .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
  .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
  .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
  .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
  .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
  .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
  .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
  .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
  .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
  .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
  .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
  .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
  .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
  .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
  .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
  .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
  .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
  .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
  .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
  .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
  .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
  .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
  .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
  .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
  .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
  .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
  .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
  .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
  .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
  .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
  .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
  .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
  .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
  .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
  .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
  .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
  .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
  .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
  .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
  .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
  .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
  .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
  .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
  .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
  .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
  .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
  .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
  .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
  .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
  .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
  .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
  .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
  .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
  .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
  .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
  .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
  .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
  .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
  .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
  .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
  .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
  .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
  .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
  .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
  .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
  .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
  .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
  .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
  .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
  .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
  .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
  .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
  .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
  .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
  .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
  .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
  .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
  .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
  .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
  .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
  .mx-xl-auto {
        margin-left: auto !important;
    }
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.btn, .filters li {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    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 (prefers-reduced-motion: reduce) {
    .btn, .filters li {
        transition: none;
    }
}

.btn:hover, .filters li:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .filters li:focus, .btn.focus, .filters li.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .filters li.disabled, .btn:disabled, .filters li:disabled {
    opacity: 0.65;
}

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

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

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

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

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

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

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

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

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

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

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

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

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

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

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

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

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

.btn-sm, .filters li {
    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%;
}

/*-----------------------------------------------------------------------------------

	variables.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Letter Spaces Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Foundry Colours
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	ti&m Colours
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Navigation
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Media Query
-----------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------

 1. Global Styles
 2. Mixins
 3. Typography
 4. Colours
 5. Sections
 6. Buttons
 7. Nav
 8. Tooltips
 9. Alerts
 10. Icons
 11. Forms
 12. Accordions
 13. Tabs
 14. Progress Bars
 15. Stats
 16. Breadcrumbs
 17. Pagination
 18. Icon Features
 19. Pricing Tables
 20. Page Titles
 21. Widgets
 22. Image Tiles
 23. Sliders
 24. Galleries
 25. Intros
 26. Shop
 27. Video
 28. Blog
 29. Image Blocks
 30. Portfolio
 31. Testimonials
 32. Countdown
 33. Maps
 34. Twitter
 35. Footers
 36. Spacing

/*!---------- 2. MIXINS ----------*/
/*!---------- 1. GLOBAL STYLES ----------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 24px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    overflow-x: hidden;
}

body.boxed-layout {
    background: #EEEEEE;
}

body.boxed-layout .main-container {
    background: #FFFFFF;
}

body.boxed-layout, .boxed-layout .nav-container, .boxed-layout .main-container, .boxed-layout nav {
    max-width: 1366px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

ul {
    list-style: none;
}

ul.bullets {
    list-style: inside;
}

.main-container {
    clear: both;
}

hr {
    border: none;
    border-top: 1px solid #CCCCCC;
    margin: 0 0 24px 0;
    width: 100%;
}

hr.short-thick {
    max-width: 50px;
    border-top: 5px solid #CCCCCC;
    opacity: 1 !important;
}

.image-bg hr {
    border-color: #FFFFFF;
    opacity: .6;
}

.image-bg.bg-light hr {
    border-color: #CCCCCC;
    opacity: 1;
}

.bg-dark hr, .bg-dark .filters.floating hr {
    border-color: #555555;
}

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

.list-inline {
    margin-left: 0;
}

.list-inline > li {
    padding: 0 8px;
}

.list-inline > li:last-child {
    padding-right: 0;
}

.list-inline > li:first-child {
    padding-left: 0;
}

.bg-primary .list-inline i, .bg-footer-dynamics .list-inline i {
    color: #067fff;
}

.overflow-hidden {
    overflow: hidden;
}

.display-block {
    display: block;
}

.show-grid {
    border: 1px dashed rgba(255, 255, 255, 0);
    padding: 8px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    cursor: default;
}

.show-grid:hover {
    border-color: #222222;
}

.right {
    right: 0;
}

.relative {
    position: relative;
    z-index: 2;
}

.clearboth {
    clear: both;
}

.spread-children * {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.spread-children-large * {
    display: inline-block;
    margin-left: 24px;
    margin-right: 24px;
}

.container {
    position: relative;
}

.vnu {
    display: inline;
}

.row-gapless > div[class*='col-'] {
    padding: 0;
}

.visible-xs, .visible-sm {
    display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media all and (max-width: 1100px) {
    .col-md-push-1 {
        left: 0;
    }
}

@media all and (max-width: 767px) {
    .pull-left-sm {
        float: left !important;
    }

    .overflow-hidden-xs {
        overflow: hidden;
    }
}

@media all and (max-width: 767px) {
    .spread-children * {
        margin-left: 6px;
        margin-right: 6px;
    }
}

/*!---------- 3. TYPOGRAPHY ----------*/
@media all and (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }
}

.bold {
    font-weight: 600 !important;
}

.thin {
    font-weight: 100 !important;
}

@media all and (max-width: 767px) {
    .thin {
        font-weight: 300 !important;
    }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .countdown, .h2, .h3, .h4, .h5, .h6, .bold-h6, .label, .accordion-1 .title span, .icon-tabs .tab-title span, .progress-1 .progress-bar span, .progress-2 span, .widget .title, .breadcrumb.breadcrumb-dynamics li {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h3, h4, h5, h6 {
    font-weight: 300;
    color: #292929;
}

h2, .h2 {
    font-weight: 300;
    color: #292929;
}

h1, .h1, .countdown {
    font-size: 56px;
    line-height: 64px;
}

h1.large {
    font-size: 72px;
    line-height: 80px;
    font-weight: 100;
}

@media all and (max-width: 991px) {
    h1.large {
        font-size: 56px;
        line-height: 64px;
    }
}

h2, .h2 {
    font-size: 40px;
    line-height: 48px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h6, .h6, .bold-h6, .label, .accordion-1 .title span, .icon-tabs .tab-title span, .progress-1 .progress-bar span, .progress-2 span, .widget .title, .breadcrumb.breadcrumb-dynamics li {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

@media all and (max-width: 767px) {
    h1, h1.large, .h1, .countdown {
        font-size: 32px;
        line-height: 40px;
        font-weight: 300;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    h6, .h6, .bold-h6, .label, .accordion-1 .title span, .icon-tabs .tab-title span, .progress-1 .progress-bar span, .progress-2 span, .widget .title, .breadcrumb.breadcrumb-dynamics li {
        font-size: 12px;
        line-height: 24px;
        font-weight: 700;
    }
}

p, span {
    font-weight: 400;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

p.lead.reason-title {
    font-size: 20px;
}

.sub {
    font-size: 12px;
}

@media all and (max-width: 767px) {
    p.lead {
        font-size: 13px;
        line-height: 24px;
    }

    p {
        font-size: 12px;
    }
}

a, a:focus, a:active, a:hover, a.contact-link:hover {
    text-decoration: none;
    outline: none;
}

a {
    font-weight: 600;
    color: #004D9F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.image-bg a, .bg-primary a, .bg-footer-dynamics a {
    color: #FFFFFF;
}

.image-bg a:hover, .bg-primary a:hover, .bg-footer-dynamics a:hover {
    color: #FFFFFF;
    opacity: .9;
}

.bg-light a {
    color: #004D9F;
}

.bg-light a:hover {
    color: #004D9F;
    opacity: 1;
}

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

.label {
    background: #004D9F;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 10px;
    vertical-align: middle;
}

blockquote {
    overflow: hidden;
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 40px;
    font-style: italic;
    background: #F5F5F5;
    padding: 32px;
    color: #777777;
    font-weight: 300;
}

.bg-secondary blockquote {
    background: #FFFFFF;
    border-color: #004D9F;
}

blockquote .author {
    font-size: 12px;
    display: block;
    float: right;
    margin-top: 16px;
}

.number, .pagination li, .pricing-table .price {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.columns-2 {
    column-count: 2;
    -webkit-column-count: 2;
}

@media all and (max-width: 767px) {
    br {
        display: none;
    }

    blockquote {
        font-size: 16px;
        line-height: 32px;
    }

    .columns-2 {
        column-count: 1;
        -webkit-column-count: 1;
    }
}

.text-left {
    text-align: left !important;
}

@media all and (max-width: 767px) {
    .text-left-xs {
        text-align: left !important;
    }
}

/*!---------- 3.1. TYPOGRAPHY - LISTS ----------*/
ul[data-bullet] li {
    line-height: 32px;
}

ul[data-bullet] li i:first-child {
    margin-right: 16px;
    @scale (1.5);
  display: inline-block;
}

ul.lead li {
    font-size: 16px;
    line-height: 40px;
}

/*!---------- 4. COLOURS ----------*/
.bg-primary, .bg-footer-dynamics {
    background: #004D9F !important;
}

.bg-secondary {
    background: #f8f8f8;
}

.bg-white {
    background: #FFFFFF;
}

.bg-dark, .bg-dark .filters.floating {
    background: #292929;
}

.color-body {
    color: #666666;
}

.color-primary {
    color: #004D9F !important;
}

.color-red {
    color: #e31d3b !important;
}

.color-white {
    color: #FFFFFF;
}

/*!---------- 5. SECTIONS ----------*/
section, footer {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}

footer {
    padding: 72px 0;
}

.fullscreen {
    height: 100vh;
}

.bg-dark h1, .bg-dark .filters.floating h1, .bg-dark h2, .bg-dark .filters.floating h2, .bg-dark h3, .bg-dark .filters.floating h3, .bg-dark h4, .bg-dark .filters.floating h4, .bg-dark h5, .bg-dark .filters.floating h5, .bg-dark h6, .bg-dark .filters.floating h6, nav.bg-dark h1, .bg-dark nav.filters.floating h1, nav.bg-dark h2, .bg-dark nav.filters.floating h2, nav.bg-dark h3, .bg-dark nav.filters.floating h3, nav.bg-dark h4, .bg-dark nav.filters.floating h4, nav.bg-dark h5, .bg-dark nav.filters.floating h5, nav.bg-dark h6, .bg-dark nav.filters.floating h6, footer.bg-dark h1, .bg-dark footer.filters.floating h1, footer.bg-dark h2, .bg-dark footer.filters.floating h2, footer.bg-dark h3, .bg-dark footer.filters.floating h3, footer.bg-dark h4, .bg-dark footer.filters.floating h4, footer.bg-dark h5, .bg-dark footer.filters.floating h5, footer.bg-dark h6, .bg-dark footer.filters.floating h6, .bg-primary h1, .bg-footer-dynamics h1, .bg-primary h2, .bg-footer-dynamics h2, .bg-primary h3, .bg-footer-dynamics h3, .bg-primary h4, .bg-footer-dynamics h4, .bg-primary h5, .bg-footer-dynamics h5, .bg-primary h6, .bg-footer-dynamics h6 {
    color: #FFFFFF;
}

.bg-dark p, .bg-dark .filters.floating p, .bg-dark span, .bg-dark .filters.floating span, .bg-dark li, .bg-dark .filters.floating li, nav.bg-dark p, .bg-dark nav.filters.floating p, nav.bg-dark span, .bg-dark nav.filters.floating span, nav.bg-dark li, .bg-dark nav.filters.floating li, footer.bg-dark p, .bg-dark footer.filters.floating p, footer.bg-dark span, .bg-dark footer.filters.floating span, footer.bg-dark li, .bg-dark footer.filters.floating li, .bg-primary p, .bg-footer-dynamics p, .bg-primary span, .bg-footer-dynamics span, .bg-primary li, .bg-footer-dynamics li {
    color: #FEFEFE;
}

@media all and (max-width: 767px) {
    section {
        padding: 80px 0;
    }
}

.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.3;
    z-index: 2;
}

.overlay.videoslide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0;
    z-index: 2;
}

.overlay-heavy:before {
    opacity: .6;
}

.bg-light.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0.1;
    z-index: 2;
}

.image-bg h1, .image-bg h2, .image-bg h3, .image-bg h4, .image-bg h5, .image-bg h6 {
    color: #FFFFFF;
}

.image-bg p, .image-bg span, .image-bg li {
    color: #FFFFFF;
}

.image-bg .container, .image-bg div[class*='col-'] {
    position: relative;
    z-index: 3;
}

.container.image-bg .row {
    position: relative;
    z-index: 3;
}

.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #292929;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
}

.background-image-holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-image-holder img {
    display: none;
}

.background-multiply .background-image-holder {
    background-color: #004D9F !important;
    background-blend-mode: multiply;
}

.background-image-holder.fadeIn {
    opacity: 1;
}

.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    height: 100vh;
    max-height: 900px;
    top: -50vh;
    transition: all 0s ease !important;
    transition: opacity 0.3s ease !important;
    -webkit-transform-style: preserve-3d;
}

.parallax > .background-image-holder.tile-container, .parallax .slides li > .background-image-holder.tile-container {
    max-height: none;
    min-height: 100%;
}

.parallax:first-child .slides li > .background-image-holder, .parallax:first-child .background-image-holder {
    top: 0;
}

.main-container > a:first-child + .parallax .background-image-holder {
    top: 0;
}

@media all and (max-width: 767px) {
    .parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
        height: 100%;
        top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
    }
}

/*!---------- 6. BUTTONS ----------*/
.btn, .filters li {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #004D9F;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 0;
    color: #004D9F;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

.btn:last-child, .filters li:last-child, .btn:last-of-type, .filters li:last-of-type {
    margin-right: 0;
}

.btn:hover, .filters li:hover {
    background: #004D9F;
    color: #FFFFFF;
}

.btn-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    min-width: 0;
    padding: 0;
    line-height: 38px;
}

.btn-lg {
    height: 50px;
    line-height: 46px;
    min-width: 200px;
}

.btn-icon.btn-lg {
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-size: 24px;
    min-width: 0;
}

.btn-icon.btn-sm, .filters li.btn-icon {
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 13px;
    min-width: 0;
    padding: 0 0 0 1px !important;
}

.btn-sm, .filters li {
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
}

.btn-filled {
    background: #004D9F;
    color: #FFFFFF;
}

.btn-white, .image-bg .btn, .image-bg .filters li, .filters .image-bg li, .image-bg .btn:visited, .image-bg .filters li:visited, .filters .image-bg li:visited {
    color: #FFFFFF;
    border-color: #FFFFFF;
    font-weight: 900;
}

.btn-white:hover, .image-bg .btn:hover, .image-bg .filters li:hover, .filters .image-bg li:hover, .image-bg .btn:visited:hover, .image-bg .filters li:visited:hover, .filters .image-bg li:visited:hover {
    background: #FFFFFF;
    color: #222222;
    font-weight: 900;
    text-transform: none;
}

.image-bg .btn.btn-filled, .image-bg .filters li.btn-filled, .filters .image-bg li.btn-filled, .image-bg .btn-filled:visited {
    border-color: #004D9F;
}

.image-bg .btn-filled:hover {
    border-color: #FFFFFF;
}

.btn-rounded {
    border-radius: 25px;
}

body.btn-rounded .btn, body.btn-rounded .filters li, .filters body.btn-rounded li {
    border-radius: 25px !important;
}

.bg-light .btn, .bg-light .filters li, .filters .bg-light li {
    border-color: #222222;
    color: #222222;
}

.bg-light .btn:visited, .bg-light .filters li:visited, .filters .bg-light li:visited, .bg-light .btn:visited:hover, .bg-light .filters li:visited:hover, .filters .bg-light li:visited:hover {
    color: #222222;
}

.bg-light .btn-filled, .bg-light .btn-filled:visited {
    color: #FFFFFF;
}

.btn:visited, .filters li:visited {
    color: #004D9F;
}

.btn-white:visited, .btn:visited:hover, .filters li:visited:hover {
    color: #FFFFFF;
}

.btn-white:visited:hover {
    color: #222222;
}

.btn-filled:visited {
    color: #FFFFFF;
}

.btn.bg-dark, .filters li.bg-dark, .filters .bg-dark li.filters.floating, .bg-dark .filters li.filters.floating, .bg-dark .btn.filters.floating {
    color: #FFFFFF;
    border-color: #292929;
}

.btn.bg-dark:hover, .filters li.bg-dark:hover, .filters .bg-dark li.filters.floating:hover, .bg-dark .filters li.filters.floating:hover, .bg-dark .btn.filters.floating:hover {
    background: #434343;
}

.bg-primary .btn, .bg-footer-dynamics .btn, .bg-primary .filters li, .filters .bg-primary li, .bg-footer-dynamics .filters li, .filters .bg-footer-dynamics li {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.bg-primary .btn:hover, .bg-footer-dynamics .btn:hover, .bg-primary .filters li:hover, .filters .bg-primary li:hover, .bg-footer-dynamics .filters li:hover, .filters .bg-footer-dynamics li:hover {
    background: #FFFFFF;
    color: #004D9F;
}

/*!---------- 7. NAVIGATION ----------*/
.nav-container {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

nav {
    background: #FFFFFF;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

nav ul {
    margin-bottom: 0;
}

.module {
    display: inline-block;
    padding: 0 32px;
}

.module-group {
    display: inline-block;
}

.module.left, .module-group.left {
    float: left;
}

.module.right, .module-group.right {
    float: right;
}

nav .btn, nav .filters li, .filters nav li, .nav-bar .btn, .nav-bar .filters li, .filters .nav-bar li {
    margin: 0;
    height: auto;
}

.nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
}

.nav-utility i {
    position: relative;
    top: 1px;
}

.nav-bar {
    height: 55px;
    max-height: 55px;
    line-height: 53px;
    border-bottom: 1px solid #CCCCCC;
}

.nav-bar .module, .nav-bar .module-group {
    height: 55px;
}

.nav-bar a {
    display: inline-block;
    height: 55px;
}

.logo {
    max-height: 60%;
}

.logo-light {
    display: none;
}

nav.nav-centered .logo {
    max-height: 64px;
    margin: 64px 0 40px 0;
}

nav.bg-dark .logo-light, .bg-dark nav.filters.floating .logo-light {
    display: inline;
}

nav.bg-dark .logo-dark, .bg-dark nav.filters.floating .logo-dark {
    display: none;
}

.has-dropdown {
    padding-right: 18px;
}

.has-dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    content: "\e64b";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.menu {
    width: 100%;
    height: 55px;
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu.inline-block {
    width: auto;
}

.menu li a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}

.menu li a:hover {
    opacity: 1 !important;
}

.menu > li {
    margin-right: 32px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.menu > li:last-child {
    margin-right: 0;
}

.menu > li:last-child > ul {
    right: 0;
}

.menu > li ul {
    width: 200px;
    padding: 8px 0;
    background: #292929;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
}

.menu > li > ul > li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}

.menu > li > ul > li i {
    display: inline-block;
    margin-right: 2px;
}

.menu > li > ul > .has-dropdown:after {
    color: #FFFFFF;
    top: 5px;
    right: 24px;
    content: "\e649";
}

.menu > li > ul li a {
    color: #FFFFFF;
    height: auto;
    padding: 6px 24px;
}

.menu > li > ul > li > ul {
    left: 100%;
    top: 0;
}

.menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.menu > li > ul > li:hover > ul, .has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.mega-menu {
    width: auto !important;
    white-space: nowrap;
    line-height: 24px;
}

.mega-menu ul {
    position: relative !important;
    left: auto !important;
    padding: 0 !important;
}

.mega-menu > li {
    width: 200px !important;
    overflow: hidden;
    display: inline-block;
}

.mega-menu .title {
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 24px;
    font-size: 11px;
    font-weight: 600;
}

.make-right {
    right: 0;
}

.module.widget-handle {
    border-left: 1px solid #CCCCCC;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

nav.nav-centered .module.widget-handle {
    border: none !important;
}

@media all and (max-width: 1100px) {
    .module.widget-handle {
        padding: 0 16px;
    }
}

@media all and (max-width: 991px) {
    .menu > li > ul > .has-dropdown:after {
        right: 0;
    }
}

.module.widget-handle i {
    font-size: 20px;
    line-height: 53px;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.module.widget-handle:hover i, .module.active i {
    opacity: 1;
}

.widget-handle .function {
    cursor: default;
    width: 200px;
    background: #292929;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -2px;
    right: 0;
}

.module.widget-handle:hover .function {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.module.widget-handle .title {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: none;
    opacity: .5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.module.widget-handle .title:hover {
    opacity: 1;
}

.widget-handle .cart {
    position: relative;
}

.widget-handle .cart .label {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #004D9F;
    top: 10px;
    right: -10px;
    border-radius: 50%;
}

.widget-handle .search-form {
    padding: 8px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
}

.widget-handle .search-form input {
    margin: 0;
    font-size: 16px;
}

nav .widget {
    margin: 0;
    padding: 24px;
}

nav .widget .title {
    display: none !important;
}

nav .widget, nav .widget a:not(.btn) {
    color: #FFFFFF;
}

nav .widget hr {
    border-color: #777777;
    margin-bottom: 16px;
}

nav .widget hr:first-of-type {
    display: none;
}

.cart-widget-handle .function {
    width: auto;
    background: #FFFFFF;
}

.cart-widget-handle .function span {
    color: #222222 !important;
}

nav .cart-overview {
    min-width: 300px;
    margin-bottom: 16px;
}

nav .cart-overview a {
    height: auto;
}

.language .menu > li ul {
    max-width: 150px;
}

.nav-open {
    max-height: 10000px !important;
    height: auto !important;
}

.nav-open .mobile-toggle {
    border-bottom: 1px solid #CCCCCC;
}

@media all and (max-width: 1120px) {
    .menu > li {
        margin-right: 24px;
    }
}

.has-offscreen-nav .main-container {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.offscreen-container {
    position: fixed;
    transform: translate3d(200%, 0, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    width: 50%;
    top: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 20;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    overflow: hidden;
}

.offscreen-container.reveal-nav {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
}

.main-container.reveal-nav {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
}

.offscreen-left .offscreen-container {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
}

.offscreen-left .offscreen-container.reveal-nav {
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
}

.offscreen-left .main-container.reveal-nav, .offscreen-left nav.reveal-nav {
    transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
}

.offscreen-container .close-nav {
    position: absolute;
    right: 24px;
    top: 16px;
    z-index: 24;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.offscreen-container .close-nav:hover {
    opacity: 1;
}

.offscreen-container.bg-dark .close-nav i, .bg-dark .offscreen-container.filters.floating .close-nav i {
    color: #FFFFFF;
}

@media all and (max-width: 991px) {
    .offscreen-container {
        width: 100vw;
    }

    .offscreen-container.reveal-nav {
        transform: translate3d(0vw, 0, 0);
        -webkit-transform: translate3d(0vw, 0, 0);
        -moz-transform: translate3d(0vw, 0, 0);
    }

    .main-container.reveal-nav {
        transform: none !important;
    }
}

@media all and (max-width: 991px) {
    nav.fixed {
        position: absolute !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    nav.outOfSight {
        transform: translate3d(0, 0px !important, 0);
        -webkit-transform: translate3d(0, 0px !important, 0);
        -moz-transform: translate3d(0, 0px !important, 0);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .nav-bar, .nav-bar .module-group, .nav-bar .module {
        height: auto;
        overflow: hidden;
    }

    .nav-bar .module {
        padding: 0 16px;
    }

    .nav-bar .module-group {
        width: 100%;
        padding: 16px 0;
    }

    .nav-bar .module-group .module {
        display: block;
        float: none;
        width: 100%;
    }

    nav.nav-centered .logo {
        margin: 24px 0 16px 0;
        max-height: 40px;
    }

    .menu {
        height: auto;
    }

    .menu.inline-block {
        width: 100%;
    }

    .menu a {
        height: auto;
        line-height: 24px;
        padding: 4px 0;
    }

    .menu li {
        line-height: 24px;
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .menu > li ul {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        left: 0;
    }

    .menu > li > ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
    }

    .menu > li > ul > .has-dropdown:after {
        content: "\e64b";
    }

    .menu > li > ul > li > ul {
        left: 0;
        display: none;
        padding: 0;
    }

    .menu > li > ul li a, .mega-menu .title {
        padding: 4px 16px;
    }

    .has-dropdown .has-dropdown li {
        padding-left: 18px;
    }

    .has-dropdown {
        padding-right: 0;
    }

    .mega-menu {
        margin-left: 0 !important;
    }

    .mega-menu li {
        width: 100% !important;
    }

    .toggle-sub > ul, .toggle-sub .mega-menu ul {
        display: block !important;
    }

    .module.widget-handle {
        border-left: 0;
        border-top: 0;
        line-height: 55px;
        min-height: 45px;
    }

    .module.widget-handle .menu {
        line-height: 40px;
    }

    .module.widget-handle .menu li {
        line-height: 40px;
    }

    .module.widget-handle i {
        line-height: 40px;
    }

    .module.widget-handle .title {
        display: inline-block;
        position: relative;
        bottom: 3px;
        margin-left: 8px;
    }

    .widget-handle .function {
        width: 100%;
        position: relative;
        opacity: 1;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        visibility: visible;
        margin-top: 0;
        display: none;
        box-shadow: none !important;
    }

    .toggle-widget-handle .function {
        display: block !important;
    }

    .widget-handle .cart .label {
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        top: 18px;
    }

    .mobile-toggle {
        border-left: 1px solid #CCCCCC !important;
        border-bottom: none !important;
    }

    .mobile-toggle i {
        line-height: 53px !important;
    }

    .mobile-toggle.absolute-xs {
        position: absolute;
        top: 0;
    }

    nav.nav-centered .mobile-toggle {
        width: 100%;
    }

    nav.bg-dark .module.widget-handle, .bg-dark nav.filters.floating .module.widget-handle {
        border-top: 1px solid #444444;
    }

    nav.bg-dark .mobile-toggle, .bg-dark nav.filters.floating .mobile-toggle {
        border-left: 1px solid #444444 !important;
    }

    nav.bg-dark .nav-open .mobile-toggle, .bg-dark nav.filters.floating .nav-open .mobile-toggle {
        border-bottom: 1px solid #444444;
    }
}

nav.outOfSight {
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

nav.scrolled {
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}

nav.fixed, nav.absolute {
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}

nav.absolute {
    position: absolute;
}

nav.fixed {
    position: fixed;
    visibility: hidden;
    opacity: 0;
}

nav.fixed .nav-utility {
    display: none;
}

nav.fixed.scrolled {
    visibility: visible;
    opacity: 1;
}

.has-offscreen-nav nav.fixed {
    opacity: 1;
    transform: none;
    visibility: visible;
}

nav.transparent {
    background: none;
}

nav.transparent .menu > li > a, nav.transparent .module.widget-handle i, nav.transparent .nav-utility {
    color: #FFFFFF;
}

nav.transparent .nav-utility, nav.transparent .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav.transparent .module.widget-handle {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

nav.transparent .menu > li > a, nav.transparent .module.widget-handle i {
    opacity: 1;
}

nav.transparent .has-dropdown:after {
    color: #FFFFFF;
}

nav.transparent .logo-dark {
    display: none;
}

nav.transparent .logo-light {
    display: inline;
}

@media all and (max-width: 9 991px) {
    nav.transparent .nav-open {
        background: #FFFFFF;
    }

    nav.transparent .nav-open .menu > li > a, nav.transparent .nav-open .module.widget-handle i, nav.transparent .nav-open .nav-utility {
        color: #292929;
    }

    nav.transparent .nav-open .logo-dark {
        display: inline;
    }

    nav.transparent .nav-open .logo-light {
        display: none;
    }

    nav.transparent .nav-open .has-dropdown:after {
        color: #292929;
    }

    .menu > li:last-child > ul ul {
        right: 0;
    }
}

nav.transparent.fixed {
    background: #FFFFFF;
}

nav.transparent.fixed .logo-light {
    display: none;
}

nav.transparent.fixed .logo-dark {
    display: inline;
}

nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {
    color: #292929;
}

nav.transparent.fixed .menu > .has-dropdown:after {
    color: #FFFFFF;
    color: #292929;
}

nav.transparent.fixed .module.widget-handle {
    border-left: 1px solid #CCCCCC;
}

nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {
    opacity: .5;
}

nav.bg-dark .menu > li > a, .bg-dark nav.filters.floating .menu > li > a, nav.bg-dark .module.widget-handle i, .bg-dark nav.filters.floating .module.widget-handle i, nav.bg-dark .nav-utility, .bg-dark nav.filters.floating .nav-utility {
    color: #FFFFFF;
    opacity: .7;
}

nav.bg-dark .module.widget-handle, .bg-dark nav.filters.floating .module.widget-handle {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

nav.bg-dark .nav-utility, .bg-dark nav.filters.floating .nav-utility, nav.bg-dark .nav-bar, .bg-dark nav.filters.floating .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav.transparent.fixed.bg-dark, .bg-dark nav.transparent.fixed.filters.floating {
    background: #292929;
}

nav.transparent.fixed.bg-dark .menu > li > a, .bg-dark nav.transparent.fixed.filters.floating .menu > li > a, nav.transparent.fixed.bg-dark .module.widget-handle i, .bg-dark nav.transparent.fixed.filters.floating .module.widget-handle i {
    color: #FFFFFF;
}

nav.nav-centered.outOfSight .logo {
    display: none;
}

/*!---------- 8. TOOLTIPS ----------*/
.tooltip {
    font-weight: 600;
    font-size: 13px;
}

.tooltip-inner {
    border-radius: 0;
    padding: 9px 24px 12px 24px;
}

/*!---------- 9. ALERTS ----------*/
.alert {
    margin-bottom: 24px;
    background: none;
    border-radius: 0;
    font-weight: 600;
    padding: 12px 16px;
}

.alert .close {
    opacity: 1;
    font-size: 24px;
    top: -2px;
    right: -4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.alert .close span {
    font-weight: 400;
}

.alert-warning {
    border: 1px solid #D88519;
    color: #D88519;
}

.alert-success {
    border: 1px solid #60B963;
    color: #60B963;
}

.alert-danger {
    border: 1px solid #C64444;
    color: #C64444;
}

/*!---------- 10. ICONS ----------*/
.icon {
    font-size: 64px;
    display: inline-block;
    color: #292929;
}

.image-bg.bg-light .icon {
    color: #292929;
}

.image-bg .icon, .bg-dark .icon, .bg-dark .filters.floating .icon {
    color: #FFFFFF;
}

.icon-lg {
    font-size: 80px;
}

.icon-sm {
    font-size: 32px;
}

.icon-xs {
    font-size: 18px;
}

@media all and (max-width: 767px) {
    .icon {
        font-size: 48px;
    }

    .icon-lg {
        font-size: 64px;
    }

    .icon-sm {
        font-size: 18px;
    }

    .icon-xs {
        font-size: 16px;
    }
}

.embelish-icons {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: scale(10);
    -webkit-transform: scale(10);
    left: 50%;
    opacity: 0.05;
    z-index: -1;
}

/*!---------- 11. FORMS ----------*/
input, button, select, textarea {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="text"], button, textarea, select, input[type="password"], input[type="email"], input[type="search"], input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bg-secondary input[type="text"], input[type="email"], input[type="search"], input[type="url"], .bg-secondary textarea, .bg-secondary select {
    background: #FFFFFF;
}

.input-lh {
    line-height: 50px;
}

.attempted-submit .field-error {
    outline: 1px red !important;
}

.input-with-label span {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #292929;
    font-weight: 700;
    display: block;
    cursor: default;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"] {
    background: #F5F5F5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.image-bg input[type="text"], input[type="email"], input[type="search"], input[type="url"], .image-bg textarea {
    color: #555555;
}

.image-bg.bg-light input.transparent, .image-bg.bg-light button.transparent {
    border-color: #292929;
}

input.transparent, button.transparent {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus {
    outline: 1px solid #CCCCCC;
}

textarea {
    width: 100%;
    border: none;
    background: #F5F5F5;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
}

textarea:focus {
    outline: 1px solid #CCCCCC;
}

input.transparent::-webkit-input-placeholder, button.transparent::-webkit-input-placeholder {
    color: #FFFFFF;
}

input.transparent::-moz-input-placeholder, button.transparent::-moz-input-placeholder {
    color: #FFFFFF;
}

input.transparent:-moz-input-placeholder, button.transparent:-moz-input-placeholder {
    color: #FFFFFF;
}

input.transparent:-ms-input-placeholder, button.transparent:-ms-input-placeholder {
    color: #FFFFFF;
}

input[type="submit"], button[type="submit"] {
    height: 50px;
    line-height: 48px;
    border: 2px solid #004D9F;
    background: #004D9F;
    color: #FFFFFF;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

.bg-primary input[type="submit"], .bg-footer-dynamics input[type="submit"], .bg-primary button[type="submit"], .bg-footer-dynamics button[type="submit"] {
    background: #FFFFFF;
    color: #004D9F;
}

input[type="submit"]:focus, button[type="submit"]:focus {
    outline: none;
}

input[type="submit"].hollow, button[type="submit"].hollow {
    background: none;
    border: 2px solid #004D9F;
    color: #004D9F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

input[type="submit"].hollow:hover, button[type="submit"].hollow:hover {
    background: #004D9F;
    color: #FFFFFF;
}

.select-option {
    position: relative;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    margin-bottom: 24px;
}

.select-option i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 14px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.select-option:focus i {
    color: #FFFFFF;
}

.select-option select {
    margin-bottom: 0;
}

select {
    height: 50px;
    background: #F5F5F5;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 20px;
    position: relative;
    font-size: 11px;
    font-weight: bold;
    color: #777777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

select:focus {
    background: #EEEEEE;
}

select:active, select:focus, select:hover {
    outline: none;
    border: none;
}

.checkbox-option, .radio-option {
    display: inline-block;
    width: 50px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #004D9F;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 24px;
}

.checkbox-option .inner, .radio-option .inner {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #004D9F;
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.checkbox-option.checked .inner {
    transform: translate3d(25px, 0, 0);
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    background: #004D9F;
}

.checkbox-option input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.radio-option {
    width: 25px;
    height: 25px;
    text-align: left;
}

.radio-option:nth-of-type(n+2) {
    margin-left: 24px;
}

.radio-option input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.radio-option .inner {
    border: none;
    width: 19px;
    height: 19px;
    left: 2px;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.radio-option + span {
    display: inline-block;
    line-height: 25px;
}

.radio-option.checked .inner {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.radio-option.checked .inner {
    background: #004D9F;
}

@media all and (min-width: 991px) {
    input.col-md-6, button.col-md-6 {
        width: 49%;
        float: left;
    }

    input.col-md-6:first-of-type, button.col-md-6:first-of-type {
        margin-right: 1%;
    }

    input.col-md-6:last-of-type, button.col-md-6:last-of-type {
        margin-left: 1%;
    }
}

form.thirds input, form.thirds button {
    width: 32%;
    float: left;
    margin-left: 1%;
    margin-bottom: 16px;
}

form.halves input, form.halves button {
    width: 46%;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 16px;
}

form.halves p, form.thirds p, form.halves span, form.thirds span {
    clear: both;
}

.form-error, .form-success {
    background: #58CE38;
    padding: 12px;
    width: 80%;
    color: #FFFFFF;
    clear: both;
    display: block;
    max-width: 700px;
    position: relative;
    top: 16px;
    margin: 0 auto;
    word-break: break-word;
}

.form-error {
    background: #CE3838;
}

.form-error a, .form-success a {
    display: block;
    color: #FFFFFF;
}

.attempted-submit .field-error {
    outline: 1px solid #CE3838 !important;
}

form iframe.mail-list-form {
    display: none;
}

.form-loading {
    border: 3px solid white;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    margin: 0px auto;
    top: 50%;
    width: 30px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    z-index: 99999;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

button[type="submit"] .form-loading {
    height: 25px;
    width: 25px;
    display: inline-block;
    top: 9px;
    position: relative;
    left: 0;
}

.btn-white .form-loading {
    border: 3px solid #c8c8c8;
}

@media all and (max-width: 767px) {
    form.thirds input, form.halves input, form.thirds button, form.halves button {
        width: 100%;
        margin-bottom: 8px;
        float: left;
        margin-left: 0;
    }
}

/*!---------- 12. ACCORDIONS ----------*/
.accordion .title {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.accordion li.active .content {
    max-height: 400px;
}

.accordion p:last-child {
    margin-bottom: 0;
}

.accordion-1 li {
    margin-bottom: 10px;
}

.accordion-1 li:last-child {
    margin-bottom: 0;
}

.accordion-1 .title {
    background: #F5F5F5;
    padding: 13px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.bg-secondary .accordion-1 .title {
    background: #ebebeb;
}

.bg-secondary .accordion-1 .title:hover {
    background: #e4e4e4;
}

.accordion-1 .active .title {
    background: #004D9F;
}

.accordion-1 .active .title span {
    color: #FFFFFF;
}

.accordion-1 .content {
    border: 1px solid #EEEEEE;
    border-top: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
}

.accordion-1 .content p {
    padding: 13px;
}

.accordion-1 .active .content {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}

.accordion-1 .title:hover {
    background: #EEEEEE;
}

.accordion-1 .active .title:hover {
    background: #004D9F;
}

.accordion-2 .title {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0;
    border-bottom: 1px solid #CCCCCC;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .7;
}

.accordion-2 .title:before {
    content: "\e622";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.accordion-2 .active .title {
    opacity: 1;
}

.accordion-2 .active .title:before {
    content: '\e61a';
}

.accordion-2 .content p {
    padding: 16px 0;
}

.accordion-2 .title:hover {
    opacity: 1;
}

/*!---------- 13. TABBED CONTENT ----------*/
.tabs {
    overflow: hidden;
}

.tabs li {
    display: inline-block;
    cursor: pointer;
}

.tabs.thirds {
    width: 100%;
}

.tabs.thirds li {
    width: 33.3333333%;
}

.tabs.thirds .tab-title {
    width: 100%;
}

.button-tabs .tabs {
    display: inline-block;
    overflow: hidden;
}

.button-tabs .tabs > li {
    margin-bottom: 8px;
    float: left;
}

.button-tabs .tabs > li:last-child {
    margin-right: 0;
}

.button-tabs .tab-title {
    padding: 13px;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    background: #F5F5F5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title {
    background: #EEEEEE;
}

.button-tabs .active .tab-title, .btn.apply-button, .filters li.apply-button {
    background: #004D9F;
    color: #FFFFFF;
}

.button-tabs .tab-title:hover {
    background: #EEEEEE;
}

.button-tabs .active .tab-title:hover {
    background: #004D9F;
}

.btn.apply-button:focus, .filters li.apply-button:focus, .btn.apply-button.focus, .filters li.apply-button.focus {
    outline: none;
    box-shadow: none;
}

.button-tabs.vertical {
    overflow: hidden;
}

.button-tabs.vertical > .tabs {
    max-width: 30%;
    float: left;
}

.button-tabs.vertical > .content {
    padding-left: 3%;
    max-width: 70%;
    float: right;
}

.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title {
    width: 100%;
}

.button-tabs.vertical > .tabs li {
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    .button-tabs .tabs li {
        width: 49%;
        margin-bottom: 15px;
    }

    .button-tabs.vertical .tabs, .button-tabs.vertical .content {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.tabbed-content .content > li {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: none;
}

.tabbed-content .content .active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.text-tabs .tabs {
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCC;
    overflow: visible;
}

.text-tabs.no-border .tabs {
    border-bottom: none;
}

.text-tabs .tab-title {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 0 24px;
    opacity: 0.5;
    position: relative;
}

.text-tabs .tab-title span,
.button-tabs .tab-title span {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.text-tabs .tab-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #004D9F;
    bottom: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    bottom: -17px;
    left: 0;
}

.text-tabs .active .tab-title {
    opacity: 1;
    color: #004D9F;
}

.bg-primary .text-tabs .tab-title:after, .bg-footer-dynamics .text-tabs .tab-title:after {
    background: #3999ff;
}

.text-tabs .active .tab-title:after {
    opacity: 1;
}

.text-tabs .tab-title:hover {
    opacity: 1;
}

@media all and (max-width: 767px) {
    .text-tabs .tabs {
        padding-bottom: 0;
    }

    .text-tabs .tabs li {
        width: 49%;
        margin-bottom: 15px;
    }

    .text-tabs .tab-title:after {
        display: none;
    }

    .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
        padding-left: 24px;
    }
}

.icon-tabs .tabs li {
    width: 24.5%;
    margin-bottom: 24px;
}

.icon-tabs .tab-title {
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.icon-tabs .tab-title:hover {
    opacity: 1;
}

.icon-tabs .active .tab-title {
    color: #004D9F;
    opacity: 1;
}

.icon-tabs .active .tab-title i {
    color: #004D9F;
}

.image-bg .icon-tabs .active .tab-title i {
    color: #FFFFFF;
}

.icon-tabs .tab-title i {
    display: block;
    margin-bottom: 16px;
}

@media all and (max-width: 767px) {
    .icon-tabs .tabs li {
        margin-bottom: 16px;
        margin-right: 0;
        width: 49%;
    }

    .icon-tabs .tab-title i {
        font-size: 32px;
    }
}

/*!---------- 14. PROGRESS BARS ----------*/
.progress-bars {
    margin-bottom: 24px;
}

.progress {
    height: auto;
    box-shadow: none;
}

.progress-bar {
    background: #004D9F;
    box-shadow: none !important;
}

.bg-primary .progress-bar, .bg-footer-dynamics .progress-bar {
    background: #0061c8;
}

.progress-1 {
    height: 32px;
    margin-bottom: 8px;
    border-radius: 0;
    border: none;
}

.progress-1:last-child {
    margin-bottom: 0;
}

.progress-1 .progress-bar {
    text-align: right;
    padding-right: 12px;
    line-height: 32px;
    border-radius: 0;
}

.progress-1 .progress-bar span {
    font-size: 11px;
}

.progress-2 {
    height: auto;
    background: none;
    text-align: center;
    margin-bottom: 8px;
}

.progress-2 span {
    display: inline-block;
    margin-bottom: 8px;
}

.progress-2 .bar-holder {
    height: 16px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #004D9F;
}

.bg-primary .progress-2 .bar-holder, .bg-footer-dynamics .progress-2 .bar-holder {
    border-color: #006bdc;
}

/*!---------- 15. STATS ----------*/
.stat-2 h1 {
    font-size: 80px;
    line-height: 88px;
}

.stat-3 h1 {
    margin-bottom: 8px;
    font-size: 72px;
    line-height: 80px;
}

.stat-3 h6 {
    margin-bottom: 0;
}

/*!---------- 16. BREADCRUMBS ----------*/
.breadcrumb {
    margin-bottom: 24px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb-2 {
    background: none;
    padding: 0;
}

.breadcrumb-2 li a, .breadcrumb-2 li {
    font-size: 12px;
    font-weight: 600;
    list-style: none;
    line-height: 24px;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
}

.breadcrumb-2 > li + li:before {
    padding: 0 12px;
    color: #BBBBBB;
}

.image-bg .breadcrumb li a {
    color: #FFFFFF;
    opacity: .8;
}

.image-bg .breadcrumb li a:hover {
    opacity: 1;
}

.image-bg .breadcrumb li.active {
    color: #FFFFFF;
}

.bg-dark .breadcrumb a, .bg-dark .filters.floating .breadcrumb a {
    color: #FFFFFF;
}

@media all and (max-width: 991px) {
    .page-title-4 .breadcrumb, .page-title-2 .breadcrumb {
        float: left;
        margin-top: 32px;
    }
}

@media all and (max-width: 767px) {
    .breadcrumb-2 > li + li:before {
        padding: 0 4px;
    }

    .page-title-4 .breadcrumb, .page-title-2 .breadcrumb {
        float: left;
        margin-top: 8px;
    }
}

@media (min-width: 767px) {
    .breadcrumb {
        justify-content: flex-end;
    }
}

/*!---------- 17. PAGINATION ----------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li a {
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    padding-top: 6px;
    margin: 0 4px;
    color: #292929;
    font-weight: 400;
}

.pagination li a:hover, .pagination li.active a, .pagination li.active:hover a {
    background: #004D9F;
    color: #FFFFFF;
    border-color: #004D9F;
}

/*!---------- 18. ICON FEATURES ----------*/
.feature.boxed {
    padding: 32px;
    background: #f8f8f8;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
}

.feature.boxed.bg-dark, .bg-dark .feature.boxed.filters.floating {
    background: #292929;
}

.bg-dark .feature.boxed {
    background: #363636;
}

.bg-secondary .feature.boxed {
    background: #FFFFFF;
}

.feature.bordered {
    padding: 32px;
    border: 1px solid #CCCCCC;
}

.feature {
    margin-bottom: 24px;
}

.feature p:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .feature.boxed, .feature.bordered {
        padding: 24px;
    }
}

@media all and (max-width: 991px) {
    .feature .icon-lg {
        font-size: 40px;
    }
}

.feature-1 i {
    display: inline-block;
    margin-bottom: 16px;
    color: #004D9F;
}

.feature-2 i {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #004D9F;
    text-align: center;
    line-height: 80px;
    color: #004D9F;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.feature-2 i:hover, .feature-2.filled i {
    background: #004D9F;
    color: #FFFFFF;
}

.feature-3 {
    overflow: hidden;
}

@media all and (min-width: 768px) {
    .feature-3 {
        min-height: 160px;
    }
}

.feature-3 .left, .feature-3 .right {
    display: inline-block;
    float: left;
}

.feature-3 .left {
    width: 15%;
}

.feature-3 .right {
    width: 85%;
}

.feature-3 i {
    color: #004D9F;
}

.bg-primary .feature-3 i, .bg-footer-dynamics .feature-3 i {
    color: #FFFFFF;
}

.feature-4 .left {
    width: 25%;
}

.feature-4 .right {
    width: 75%;
}

.feature-color h1, .feature-color h2, .feature-color h3, .feature-color h4, .feature-color h5, .feature-color h6 {
    color: #FFFFFF;
}

.feature-color p, .feature-color span, .feature-color li {
    color: #FFFFFF;
}

.feature-color i {
    color: #FFFFFF;
    opacity: .7;
}

.feature-color:nth-of-type(1) {
    background: #004D9F;
}

.feature-color:nth-of-type(2) {
    background: #004186;
}

.feature-color:nth-of-type(3) {
    background: #00346c;
}

.feature-5 {
    height: 33.333333vw;
    padding: 0 48px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@media all and (max-width: 1280px) {
    .feature-5 {
        height: auto;
        padding: 80px 48px;
    }

    .feature-5 .v-align-transform {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

@media all and (max-width: 767px) {
    .feature-3 .left, .feature-4 .left {
        margin-bottom: 8px;
    }

    .feature-3 .left, .feature-4 .left, .feature-3 .right, .feature-4 .right {
        width: 100%;
    }

    .feature-5 {
        padding: 40px 24px;
    }
}

.image-bg .feature i {
    color: #FFFFFF;
}

.image-bg .feature h1, .image-bg .feature h2, .image-bg .feature h3, .image-bg .feature h4, .image-bg .feature h5, .image-bg .feature h6 {
    color: #FFFFFF;
}

.image-bg .feature p, .image-bg .feature span, .image-bg .feature li {
    color: #FFFFFF;
}

.image-bg .feature.bordered {
    border-color: rgba(255, 255, 255, 0.4);
}

.image-bg .feature.boxed {
    background: rgba(34, 34, 34, 0.4);
}

.bg-light .feature.bordered {
    border-color: rgba(34, 34, 34, 0.2);
}

/*!---------- 19. PRICING TABLES ----------*/
.pricing-table {
    padding: 48px 32px;
}

.pricing-table .price {
    font-size: 80px;
    line-height: 80px;
    font-weight: 300;
    color: #292929;
    display: inline-block;
    margin-bottom: 16px;
}

.bg-dark .pricing-table .price {
    color: #FFFFFF;
}

.pricing-table p:last-child {
    margin-bottom: 0;
}

.pricing-table.boxed, .pricing-table.emphasis {
    background: #f8f8f8;
}

.pricing-table.emphasis {
    background: #004D9F;
    color: #FFFFFF;
}

.pricing-table.emphasis a:not(.btn) {
    color: #FFFFFF;
}

.pricing-table.emphasis .price, .pricing-table.emphasis h5 {
    color: #FFFFFF;
}

.pt-2 ul {
    line-height: 36px;
}

/*!---------- 20. PAGE TITLES ----------*/
.page-title {
    padding: 0;
    max-height: 600px;
}

.page-title .container {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
}

.page-title i {
    position: relative;
    top: 1px;
}

.page-title-1, .page-title-2 {
    height: 400px;
}

.page-title-1 .breadcrumb, .page-title-3 .breadcrumb {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.page-title-2 .breadcrumb {
    position: relative;
    margin-bottom: 0;
}

.nav-is-overlay .page-title-1.image-bg:first-child,
.nav-is-overlay.page-title-1.bg-dark:first-child,
.bg-dark .nav-is-overlay.page-title-1.filters.floating:first-child,
.nav-is-overlay .page-title-2.image-bg:first-child,
.nav-is-overlay.page-title-2.bg-dark:first-child,
.bg-dark .nav-is-overlay.page-title-2.filters.floating:first-child {
    height: 455px;
    padding-top: 55px;
}

@media all and (max-width: 767px) {
    .page-title-1, .page-title-2 {
        height: 320px;
    }
}

.page-title-3, .page-title-4 {
    height: 240px;
}

.page-title-4 .breadcrumb {
    position: relative;
    top: 8px;
    margin-bottom: 0;
}

.text-right {
    text-align: right;
}

.nav-is-overlay .page-title-3.image-bg:first-child,
.nav-is-overlay.page-title-3.bg-dark:first-child,
.bg-dark .nav-is-overlay.page-title-3.filters.floating:first-child,
.nav-is-overlay .page-title-4.image-bg:first-child,
.nav-is-overlay.page-title-4.bg-dark:first-child,
.bg-dark .nav-is-overlay.page-title-4.filters.floating:first-child {
    height: 295px;
    padding-top: 55px;
}

@media all and (max-width: 767px) {
    .page-title {
        max-height: 410px;
        text-align: left !important;
    }

    .page-title i:not(.fa) {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .text-left-md {
        text-align: left !important;
    }
}

.page-title.fullscreen {
    height: 100vh !important;
    padding-top: 0;
}

/*!---------- 21. WIDGETS ----------*/
.widget {
    margin-bottom: 48px;
}

.link-list {
    line-height: 32px;
}

.link-list a:after {
    content: "\e628";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    margin-left: 8px;
}

.widget ul:last-child, .widget p:last-child {
    margin-bottom: 0;
}

.widget .title {
    margin-bottom: 12px;
}

.widget hr {
    margin-bottom: 12px;
}

.recent-posts {
    line-height: 24px;
}

.recent-posts li {
    margin-bottom: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.recent-posts .date {
    display: block;
    letter-spacing: 0;
    opacity: .8;
}

.recent-posts li:hover .date {
    opacity: 1;
}

.tags {
    overflow: hidden;
}

.tags li {
    float: left;
    margin: 0 4px 4px 0;
}

.tags .btn-sm, .tags .filters li, .filters .tags li {
    padding: 0 8px;
    margin: 0;
}

.widget .gallery {
    overflow: hidden;
}

.widget .gallery li {
    width: 33.33333%;
    float: left;
    padding: 0 4px 4px 0;
}

.twitter-feed .user, .twitter-feed .interact {
    display: none;
}

.widget .twitter-feed .timePosted {
    display: none;
}

.widget .tweet {
    margin-bottom: 0;
}

.widget .twitter-feed .slides li {
    margin-bottom: 24px;
}

.widget .twitter-feed .slides li:last-child {
    margin-bottom: 0;
}

.widget .twitter-feed .slides li:nth-of-type(n+3) {
    display: none;
}

.widget .twitter-feed .slides li:before {
    position: relative;
    top: 6px;
    float: left;
    display: inline-block;
    margin-right: 8px;
    color: #292929;
    content: "\e74b";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 13px;
}

.widget .twitter-feed p {
    padding-left: 22px;
    position: relative;
}

.bg-dark .widget .twitter-feed .slides li:before {
    color: #FFFFFF;
}

.widget .instafeed li {
    width: 33.3333%;
    display: inline-block;
    padding: 0 4px 4px 0;
}

.widget .instafeed li:nth-of-type(n+7) {
    display: none;
}

.widget .cart-overview img {
    width: 25%;
    padding-right: 2%;
}

.widget .cart-overview .description {
    display: inline-block;
    width: auto;
    line-height: 24px;
}

.widget .cart-overview span {
    display: block;
}

.widget .cart-overview li {
    margin-bottom: 24px;
    overflow: hidden;
}

.widget .cart-overview li:last-child {
    margin-bottom: 0;
}

.widget .cart-controls {
    max-height: 30px;
    line-height: 30px;
}

.cart-overview a {
    color: #292929;
}

.cart-overview a:hover {
    color: #004D9F;
}

.widget .flex-direction-nav li a {
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
}

.widget .flex-direction-nav li a:before {
    font-size: 16px;
}

.widget .flex-direction-nav li a.flex-next {
    right: 8px;
}

.widget .flex-direction-nav li a.flex-prev {
    left: 8px;
}

.widget .flex-control-nav {
    display: none;
}

.widget .image-slider {
    margin: 0;
}

/*!---------- 22. IMAGE TILES ----------*/
img {
    max-width: 100%;
}

.image-tile {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.image-tile img {
    width: 100%;
    display: inline-block;
}

.image-tile .label {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
}

.inner-title:before {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
    pointer-events: none;
}

.inner-title.title-center:before {
    background: #292929;
    opacity: .4;
}

.inner-title:hover:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.inner-title .title {
    position: absolute;
    width: 100%;
    bottom: 24px;
    z-index: 5;
}

.inner-title .title h1, .inner-title .title h2, .inner-title .title h3, .inner-title .title h4, .inner-title .title h5, .inner-title .title h6 {
    color: #FFFFFF;
}

.inner-title .title p, .inner-title .title span, .inner-title .title li {
    color: #FFFFFF;
}

.inner-title.title-center .title {
    bottom: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
}

.inner-title .title h5 {
    font-weight: 300;
}

.inner-title {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.inner-title:hover {
    opacity: .95;
}

.inner-title.hover-reveal:before {
    opacity: 0;
}

.inner-title.hover-reveal .title {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.inner-title.hover-reveal:hover .title {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}

.inner-title.hover-reveal:hover:before {
    opacity: 1;
}

.outer-title img {
    display: inline-block;
    margin-bottom: 12px;
}

.hover-tile {
    position: relative;
    overflow: hidden;
    background: #292929;
}

.hover-tile img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.hover-tile:hover img {
    opacity: .5;
}

.hover-tile .hover-state {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    width: 100%;
}

.hover-state {
    z-index: 99;
    padding: 0 40px;
    cursor: default;
}

.hover-state h1, .hover-state h2, .hover-state h3, .hover-state h4, .hover-state h5, .hover-state h6 {
    color: #FFFFFF;
}

.hover-state p, .hover-state span, .hover-state li {
    color: #FFFFFF;
}

.hover-state * {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 30px, 0) scale(1.05);
    -webkit-transform: translate3d(0, 30px, 0) scale(1.05);
}

.hover-tile:hover .hover-state {
    opacity: 1;
}

.hover-tile:hover .hover-state * {
    transform: translate3d(0, 0px, 0) scale(1);
    -webkit-transform: translate3d(0, 0px, 0) scale(1);
}

.hover-state *:last-child {
    margin-bottom: 0;
}

.border-thick {
    border: 16px solid #FFFFFF;
    border-top: none;
}

.border-thick.col-sm-6:first-child {
    border-right: 8px solid #FFFFFF;
}

.border-thick.col-sm-6:last-child {
    border-left: 8px solid #FFFFFF;
}

.horizontal-tile {
    overflow: hidden;
}

.horizontal-tile:not(:last-of-type) {
    margin-bottom: 30px;
}

.tile-left, .tile-right {
    width: 50%;
    float: left;
    display: inline-block;
    overflow: hidden;
    min-height: 300px;
    position: relative;
}

.tile-right .description, .tile-left .description {
    padding: 48px;
}

.tile-right:hover .background-image-holder, .tile-left:hover .background-image-holder {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media all and (max-width: 767px) {
    .tile-left, .tile-right {
        width: 100%;
        float: none;
    }
}

/*!---------- 23. SLIDERS ----------*/
.image-slider {
    position: relative;
}

.image-slider .slides {
    position: relative;
    overflow: hidden;
}

.image-slider .slides li {
    position: relative;
}

.image-slider .slides li > img {
    width: 100%;
}

.row .image-slider {
    margin-bottom: 24px;
}

.image-slider.height-70 .slides li {
    height: 57vh;
    min-height: 410px;
    max-height: 600px;
}

.image-slider.height-70 .slides li .fa {
    color: #FFFFFF;
}

.image-slider.height-70.collapsible {
    max-height: 70vh;
}

.image-slider.height-70.collapsible.hide {
    max-height: 0;
}

.collapsible.hide {
    min-height: 0;
    max-height: 0;
}

.main-container.collapsible.hide {
    display: none;
}

@media all and (max-width: 767px) {
    .image-slider.height-70 .slides li {
        padding: 80px 0;
    }

    .image-slider.height-70 .v-align-transform {
        top: 30px;
        transform: none;
        -webkit-transform: none;
    }
}

.flex-direction-nav a.flex-next {
    right: 16px;
}

.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
    content: "\e649";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    color: #FFFFFF;
}

.flex-direction-nav a.flex-prev {
    left: 16px;
}

.flex-direction-nav a.flex-prev:before {
    content: "\e64a";
}

.flex-direction-nav a {
    opacity: 1;
    text-shadow: none;
    color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
}

.flex-control-nav li {
    overflow: hidden;
}

.flex-control-nav li a {
    background: none;
    border: 2px solid #292929;
    width: 10px;
    height: 10px;
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none;
    }
}

.controls-inside .flex-control-nav {
    bottom: 24px;
    z-index: 10;
}

.controls-inside .flex-control-nav li a {
    border-color: #FFFFFF;
}

.controls-inside .flex-control-nav li a.flex-active {
    background: #FFFFFF;
}

.image-bg .flex-control-nav li a {
    border-color: #FFFFFF;
}

.image-bg .flex-control-nav li a.flex-active {
    background: #FFFFFF;
}

.slider-thumb-controls .flex-control-thumbs {
    margin: 0;
}

.slider-thumb-controls .flex-direction-nav {
    display: none;
}

@media all and (max-width: 767px) {
    .slider-thumb-controls .flex-control-thumbs {
        display: none;
    }

    .slider-thumb-controls .flex-direction-nav {
        display: block;
    }
}

.logo-carousel li {
    text-align: center;
}

.logo-carousel li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.logo-carousel li:hover {
    opacity: 1;
}

.logo-carousel img {
    max-height: 60px;
}

@media all and (max-width: 767px) {
    .logo-carousel .slides li {
        width: 100%;
    }
}

.text-slider .flex-direction-nav li a:before {
    color: #222222;
}

.image-bg .text-slider .flex-direction-nav li a:before {
    color: #FFFFFF;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.image-bg .text-slider .flex-direction-nav li a:hover:before {
    opacity: 1;
}

.text-slider .flex-direction-nav a.flex-prev {
    left: -60px;
}

.text-slider .flex-direction-nav a.flex-next {
    right: -60px;
}

.kenburns .slides li:nth-of-type(odd) .background-image-holder {
    animation: kenBurnsEast 25s linear infinite alternate;
    -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

.kenburns .slides li:nth-of-type(even) .background-image-holder {
    animation: kenBurnsWest 25s linear infinite alternate;
    -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}

@keyframes kenBurnsEast {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px);
    }
}

@-webkit-keyframes kenBurnsEast {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px);
    }
}

@keyframes kenBurnsWest {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px);
    }
}

@-webkit-keyframes kenBurnsWest {
    from {
        transform: scale(1) translateX(0px);
        -webkit-transform: scale(1) translateX(0px);
    }

    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px);
    }
}

@media all and (max-width: 767px) {
    .kenburns .slides li .background-image-holder {
        animation: none !important;
        -webkit-animation: none !important;
    }
}

/*!---------- 24. IMAGE GALLERIES ----------*/
.instafeed.grid-gallery {
    overflow: hidden;
}

.instafeed.grid-gallery li {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.instafeed.grid-gallery li:hover {
    opacity: .9;
}

.instafeed.grid-gallery.gapless li {
    padding: 0;
    width: 16.66667%;
}

.instafeed.grid-gallery.gapless li img {
    width: 100%;
}

.instafeed li img {
    height: auto;
}

@media all and (max-width: 991px) {
    .instafeed.grid-gallery li {
        width: 33.333333%;
    }
}

.lightbox-grid, .lightbox-grid ul, .lightbox-grid li {
    position: relative;
    overflow: hidden;
}

.lightbox-grid li {
    width: 25%;
    float: left;
    border: 8px solid rgba(0, 0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lightbox-grid li:hover {
    opacity: .9;
}

.third-thumbs li {
    width: 33.33333vw;
    height: 33vw;
    border: none;
}

@media all and (max-width: 991px) {
    .lightbox-grid li {
        width: calc(100% / 3);
    }
}

@media all and (max-width: 767px) {
    .lightbox-grid li {
        width: 50%;
    }

    .third-thumbs li {
        height: 50vw;
    }
}

.lb-outerContainer {
    background: none;
    border-radius: 0;
}

.lightbox .lb-image {
    border-radius: 0;
}

.lb-data .lb-close, .lb-nav a.lb-next, .lb-nav a.lb-prev {
    background: none;
}

.lb-data .lb-close:before, .lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
    content: "\e646";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    color: #FFFFFF;
}

.lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
    position: absolute;
    top: 50%;
    font-size: 32px;
    margin-top: -16px;
}

.lb-nav a.lb-next:before {
    content: "\e649";
    right: 16px;
}

.lb-nav a.lb-prev:before {
    content: "\e64a";
    left: 16px;
}

.flickr-feed li {
    width: 25%;
    padding: 8px;
}

.flickr-feed li.masonry-item {
    margin-bottom: 0;
}

.flickr-feed li img {
    min-width: 100%;
}

@media all and (max-width: 991px) {
    .flickr-feed li {
        width: 33.33333%;
    }
}

@media all and (max-width: 767px) {
    .flickr-feed li {
        padding: 4px;
    }
}

/*!---------- 25. INTROS ----------*/
.cover {
    margin: 0;
    padding: 0;
}

.cover h1, .cover h2, .cover h3, .cover h4, .cover h5, .cover h6 {
    color: #FFFFFF;
}

.cover p, .cover span, .cover li {
    color: #FFFFFF;
}

.image-bg.bg-light h1, .image-bg.bg-light h2, .image-bg.bg-light h3, .image-bg.bg-light h4, .image-bg.bg-light h5, .image-bg.bg-light h6 {
    color: #222222;
}

.image-bg.bg-light p, .image-bg.bg-light span, .image-bg.bg-light li {
    color: #777777;
}

.cover:first-child .fullscreen {
    max-height: 100%;
}

.cover.fullscreen .slides > li {
    height: 100vh;
}

.cover .slides li .container {
    z-index: 4;
    position: relative;
}

.cover .flex-control-nav {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .9;
}

.cover .flex-control-nav:hover {
    opacity: 1;
}

.cover .align-bottom {
    padding: 0 32px;
    bottom: 16px;
}

.cover .align-top {
    padding: 0 32px;
}

@media all and (max-width: 767px) {
    .cover .align-bottom {
        padding: 0 15px;
    }

    .cover .align-bottom.relative-xs {
        position: relative;
        bottom: 0;
    }

    .cover.fullscreen {
        height: auto;
        padding: 80px 0;
    }

    .cover.fullscreen.image-slider {
        padding: 0;
    }

    .cover.fullscreen .container {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }

    .cover.fullscreen .slides li {
        height: auto;
        padding: 80px 0;
    }
}

/*!---------- 26. SHOP ----------*/
.product-single .image-slider .label {
    font-size: 12px;
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 16px;
}

.product-single .price {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    display: inline-block;
    margin-right: 32px;
}

.product-single .old-price {
    text-decoration: line-through;
    opacity: .7;
}

.product-single .price:not(.old-price) {
    color: #004D9F;
}

.add-to-cart input[type="text"] {
    width: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.add-to-cart input[type="submit"] {
    width: 160px;
    margin: 0;
}

th, td {
    line-height: 24px !important;
}

.ratings {
    margin-bottom: 24px;
}

.ratings li {
    display: inline-block;
    background: #f8f8f8;
    padding: 24px;
    margin-bottom: 16px;
}

.star-rating li {
    padding: 0;
    color: #000000;
}

.star-rating {
    margin: 0;
    display: inline-block;
    margin-right: 24px;
}

.ratings .user span {
    display: inline-block;
    margin-right: 8px;
}

.ratings .user .date {
    opacity: .7;
}

.ratings .user {
    margin-bottom: 8px;
}

.ratings-form input[type="text"] {
    width: 50%;
    float: left;
}

.ratings-form input[type="text"]:first-child {
    width: 48%;
    margin-right: 2%;
}

.ratings-form input[type="submit"] {
    width: 200px;
}

.product-thumb {
    max-width: 180px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.col-sm-6 .product-thumb {
    max-width: 320px;
}

.product-thumb:hover {
    transform: scale3d(0.95, 0.95, 0.95);
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
}

.cart .product-thumb {
    max-width: 10000px;
    max-height: 100px;
}

.cart .product-thumb:hover {
    transform: none;
}

.cart td, .cart span, .cart th {
    vertical-align: middle !important;
}

.cart span {
    display: inline-block;
}

.cart .remove-item {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #C64444;
    color: #C64444;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.cart .remove-item:hover {
    color: #FFFFFF;
    background: #C64444;
}

/*!---------- 27. VIDEO ----------*/
video:-webkit-full-screen,
audio:-webkit-full-screen {
    -webkit-transform: translateY(0%);
}

iframe {
    border: none;
}

.player {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

@media all and (max-width: 767px) {
    .player {
        display: none;
    }
}

.vid-bg {
    background: #222222;
}

.vid-bg .background-image-holder {
    display: none;
    z-index: 0;
}

.vid-bg .masonry-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.vid-bg .container.fadeOut {
    opacity: 0;
}

@media all and (max-width: 1024px) {
    .vid-bg .background-image-holder {
        display: block;
    }

    .vid-bg .player {
        display: none;
    }

    .vid-bg .container.fadeOut {
        opacity: 1;
    }

    .vid-bg .masonry-loader {
        display: none;
    }
}

video {
    max-width: 100%;
}

.local-video-container {
    position: relative;
    margin-bottom: 24px;
}

.local-video-container video {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.local-video-container .background-image-holder {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    top: 0;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
}

.background-image-holder.fadeout {
    opacity: 0 !important;
    z-index: 0;
}

@media all and (max-width: 767px) {
    video {
        max-width: 100% !important;
    }
}

.play-button {
    width: 80px;
    height: 80px;
    border: 2px solid #FFFFFF;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 4;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.play-button:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #FFFFFF;
}

.play-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

.play-button.dark {
    border-color: #292929;
}

.play-button.dark:before {
    border-color: transparent transparent transparent #292929;
}

@media all and (max-width: 767px) {
    .play-button {
        width: 65px;
        height: 65px;
        margin-top: -32px;
    }

    .play-button:before {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        margin-left: -8px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 20.0px;
        border-color: transparent transparent transparent #FFFFFF;
    }
}

.play-button.large {
    height: 120px;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
}

.play-button.large:before {
    margin-top: -18px;
    margin-left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 31.0px;
    border-color: transparent transparent transparent #FFFFFF;
}

.play-button.large.dark:before {
    border-color: transparent transparent transparent #292929;
}

.play-button.inline {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    z-index: 0;
}

@media all and (max-width: 767px) {
    .play-button.large {
        width: 90px;
        height: 90px;
        margin-top: -45px;
    }

    .play-button.large:before {
        margin-top: -14px;
        margin-left: -8px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 25.0px;
        border-color: transparent transparent transparent #FFFFFF;
    }
}

.modal-video {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
}

.modal-video video {
    margin: 0 auto;
    width: 675px;
    display: block;
    top: 50%;
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.modal-video.reveal-modal {
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}

.modal-video iframe {
    position: absolute;
    width: 768px;
    height: 432px;
    left: 50%;
    margin-left: -384px;
    margin-top: -216px;
    top: 50%;
    border: none;
}

.modal-video .ti-close {
    font-size: 24px;
    position: absolute;
    top: 32px;
    right: 32px;
    color: #FFFFFF;
    cursor: pointer;
}

@media all and (max-width: 991px) {
    .modal-video iframe {
        width: 640px;
        height: 360px;
        margin-left: -320px;
        margin-top: -160px;
    }
}

@media all and (max-width: 767px) {
    .modal-video video {
        width: 100%;
        padding: 0 15px;
    }

    .modal-video iframe {
        width: 100%;
        margin-left: -50%;
    }
}

.fs-video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.fs-video-wrapper video {
    position: absolute;
    width: 100%;
    left: 0;
}

.embed-video-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

.embed-video-container iframe {
    border: none;
    width: 100%;
    height: 312px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.modal-video .embed-video-container {
    width: 80%;
    max-height: 800px;
}

@media all and (max-width: 767px) {
    .embed-video-container iframe {
        height: 200px;
    }
}

.fs-vid-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.fs-vid-background video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overlay .fs-vid-background:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222222;
    opacity: 0.5;
    z-index: 2;
}

@media all and (max-width: 1024px) {
    .fs-vid-background {
        display: none;
    }
}

/*!---------- 28. BLOG ----------*/
.post-title .label {
    margin-right: 16px;
}

.post-title h4 {
    position: relative;
    top: 2px;
    margin-bottom: 16px;
}

.post-meta, .post-meta .tags {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 12px;
}

.post-meta > li {
    float: left;
    margin-right: 24px;
}

.post-meta i {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.post-snippet iframe {
    width: 100%;
    margin-bottom: 12px;
}

.post-snippet .embed-video-container {
    margin-bottom: 24px;
}

.post-snippet .embed-video-container iframe {
    margin: 0;
}

.post-snippet .inner {
    background: #FFFFFF;
    padding: 24px;
}

.comments-list, .comments-list ul {
    width: 100%;
    overflow: hidden;
}

.comments-list li {
    overflow: hidden;
    margin-bottom: 40px;
}

.comments-list p:last-of-type {
    margin: 0;
}

.comments-list .avatar, .comments-list .comment {
    display: inline-block;
    float: left;
}

.comments-list .avatar {
    width: 10%;
}

.comments-list .avatar img {
    width: 75px;
}

.comments-list .comment {
    width: 90%;
    padding-left: 5%;
}

.comments-list .author {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
}

.comments-list .comment .btn, .comments-list .comment .filters li, .filters .comments-list .comment li {
    position: relative;
    margin: 0;
}

.comments-list ul {
    padding-left: 10%;
    padding-top: 40px;
}

.comments-list ul li:last-of-type {
    margin-bottom: 0;
}

.comments input[type="submit"] {
    max-width: 25%;
    float: right;
}

.masonry {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
}

.masonry.fadeIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.masonry-item {
    max-width: 100%;
}

.container .masonry-item {
    margin-bottom: 30px;
}

.masonry-item blockquote:hover {
    background: #004D9F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #FFFFFF;
}

.masonryFlyIn .masonry-item {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
}

.masonryFlyIn .masonry-item.fadeIn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.masonry-loader {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 80px;
}

.masonry-loader.fixed-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    margin-top: -25px;
}

.masonry-loader.fadeOut {
    opacity: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #004D9F;
    -moz-animation: spin 0.7s linear infinite;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media all and (max-width: 767px) {
    .post-title .label {
        margin-bottom: 8px;
        display: inline-block;
    }

    .post-title h4 {
        top: 0;
        display: block;
    }

    .comments input[type="submit"] {
        max-width: 100%;
        float: none;
    }
}

/* FIXES for blog padding after abstract and before author box by cba 18/12/2018 */
.blog-components {
    padding-top: 0px;
}

.about-author {
    padding: 20px;
}

/*!---------- 29. IMAGE BLOCKS ----------*/
.image-md {
    max-height: 120px;
}

.image-small {
    max-height: 80px;
}

.image-xs {
    max-height: 50px;
}

.image-xxs {
    max-height: 30px;
}

.fade-half {
    opacity: 0.5;
}

.fade-1-4 {
    opacity: 0.75;
}

.fade-3-4 {
    opacity: 0.25;
}

.fade-on-hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}

.fade-on-hover:hover {
    opacity: 1;
}

.cast-shadow, .foundry_modal, .modal-strip {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cast-shadow-light {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.image-block, .image-block .image-bg {
    padding: 0;
    height: 50vw;
    max-height: 700px;
}

.image-block .container {
    height: 100%;
}

.image-block-right .image-bg {
    position: absolute;
    top: 0;
}

@media all and (max-width: 767px) {
    .image-block {
        height: auto;
        max-height: 1000000px;
    }

    .image-block .image-bg {
        height: 350px;
    }

    .image-block .v-align-transform {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }

    .image-block-right .image-bg {
        position: relative;
    }
}

.image-square {
    height: 50vw;
    max-height: 640px;
    overflow: hidden;
    padding: 0;
}

.image-square .image, .image-square > .content {
    position: absolute;
}

.image-square .image {
    height: 100%;
}

.image-square > .content {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
}

.image-square.left .image {
    left: 0;
}

.image-square.left > .content {
    right: 0;
}

.image-square.right .image {
    right: 0;
}

.image-square.right > .content {
    left: 0;
}

@media all and (max-width: 767px) {
    .image-square {
        height: auto;
        max-height: 100000px;
        padding-bottom: 48px;
    }

    .image-square .image, .image-square > .content {
        position: relative;
    }

    .image-square .image {
        height: 100vw;
        margin-bottom: 48px;
        max-height: 500px;
    }

    .image-square > .content {
        top: 0;
        transform: none;
        -webkit-transform: none;
        padding: 0 20%;
    }
}

@media all and (min-width: 991px) {
    .image-square > .content {
        padding: 0 10%;
    }
}

.image-zoom img {
    transition: all 9s ease;
    -webkit-transition: all 9s ease;
    -moz-transition: all 9s ease;
}

.image-zoom:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.image-caption {
    position: relative;
    overflow: hidden;
}

.image-caption .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px;
    color: #FFFFFF;
}

.image-caption .caption p {
    position: relative;
    z-index: 4;
    margin: 0;
}

.image-caption .caption:before {
    content: "" attr(data-caption) "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.7)));
  /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%);
  /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6222222', GradientType=0);
  /* IE6-9 */
}

.image-caption.hover-caption .caption {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
}

.image-caption.hover-caption:hover .caption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

/*!---------- 30. PORTOFLIO ----------*/
.filters {
    overflow: hidden;
    display: inline-block;
}

.filters li {
    float: left;
    margin-right: 32px;
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0);
    opacity: .7;
    border-radius: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}

.filters li a:hover {
    color: #FFFFFF;
}

.filters li.active {
    border-color: #004D9F;
    opacity: 1;
}

.filters li:last-child {
    margin-right: 0;
}

.filters.floating {
    position: absolute;
    z-index: 10;
    top: 16px;
    text-align: center;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    background: rgba(255, 255, 255, 0.98);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border-radius: 200px;
}

.filters.floating li {
    margin-bottom: 0;
}

.project {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    padding: 0;
}

.container .project {
    padding: 0 15px;
}

.project.inactive {
    opacity: .1 !important;
    pointer-events: none !important;
}

.project .image-tile {
    margin: 0;
}

.project.inactive:hover .title, .project.inactive .image-tile:hover:before {
    display: none;
}

@media all and (max-width: 868px) {
    .filters.floating {
        width: 90vw;
    }

    .filters.floating li {
        float: none;
    }
}

@media all and (max-width: 767px) {
    .filters.floating {
        border-radius: 0;
        padding: 8px;
    }

    .filters.floating li {
        width: 50%;
        float: left;
        margin: 0;
    }
}

section + .portfolio-pullup {
    padding-top: 0;
    margin-top: -128px;
    position: relative;
    z-index: 20;
}

.portfolio-pullup .project {
    margin-bottom: 0;
}

.portfolio-pullup .inner-title:hover {
    opacity: 1;
}

/*!---------- 31. TESTIMONIALS ----------*/
.testimonials h4 {
    line-height: 40px;
}

.testimonials .quote-author {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    width: 250px;
    margin-top: 24px;
}

.testimonials .quote-author img {
    max-height: 60px;
    float: left;
    display: inline-block;
    margin-right: 16px;
}

.testimonials .quote-author h6 {
    display: inline-block;
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 14px;
}

.testimonials .quote-author span {
    display: block;
    line-height: 18px;
}

@media all and (max-width: 767px) {
    .testimonials h4 {
        line-height: 26px;
    }
}

/*!---------- 32. COUNTDOWNS ----------*/
.countdown {
    font-size: 80px;
    line-height: 88px;
    font-weight: 100;
}

.image-bg .countdown {
    color: #FFFFFF;
}

@media all and (max-width: 991px) {
    .countdown {
        font-size: 64px;
        line-height: 72px;
    }
}

@media all and (max-width: 767px) {
    .countdown {
        font-size: 48px;
        line-height: 56px;
    }
}

/*!---------- 33. MAPS ----------*/
.map-holder {
    overflow: hidden;
    position: relative;
}

.map-holder iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 180%;
    top: -40%;
    left: 0;
    z-index: 1;
}

.map-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.map-holder.interact:before {
    width: 0;
}

.map-holder.inline {
    height: 400px;
    overflow: hidden;
}

.map-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/*!---------- 34. TWITTER ----------*/
.twitter-feed.thirds li {
    width: 33.333333%;
    padding: 0 15px;
    float: left;
}

.twitter-feed.thirds ul {
    overflow: hidden;
}

@media all and (max-width: 991px) {
    .twitter-feed.thirds li {
        width: 50%;
    }
}

@media all and (max-width: 767px) {
    .twitter-feed.thirds li {
        width: 100%;
    }
}

.tweets-slider.large p {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
}

.tweets-slider.large .timePosted {
    font-size: 14px;
}

@media all and (max-width: 991px) {
    .tweets-slider.large p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media all and (max-width: 767px) {
    .tweets-slider.large p {
        font-size: 14px;
    }
}

.sc-background-orange {
    background: #004D9F !important;
}

/*!---------- 35. MODALS ----------*/
.foundry_modal {
    overflow-y: auto;
    max-height: 100%;
    max-width: 50%;
    width: 50%;
    position: fixed;
    padding: 80px 48px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.foundry_modal.no-bg {
    background: none;
    box-shadow: none !important;
}

.modal-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0;
    z-index: 9998;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    visibility: hidden;
    top: 0;
    left: 0;
}

.modal-screen.reveal-modal {
    opacity: .8;
    visibility: visible;
}

.foundry_modal.reveal-modal {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.foundry_modal .close-modal {
    z-index: 4;
    position: absolute;
    top: 24px;
    right: 32px;
    cursor: pointer;
    font-size: 18px;
}

.foundry_modal *:not(.background-image-holder):not(.close-modal) {
    z-index: 4;
    position: relative;
}

.foundry_modal.image-bg .close-modal, .foundry_modal.no-bg .close-modal {
    color: #FFFFFF;
}

.foundry_modal iframe {
    width: 100%;
    min-height: 400px;
}

@media all and (min-width: 1500px) {
    .foundry_modal {
        max-width: 45%;
        width: 45%;
    }
}

@media all and (max-width: 1190px) {
    .foundry_modal {
        max-width: 70%;
        width: 70%;
        padding: 64px 32px;
    }
}

@media all and (max-width: 991px) {
    .foundry_modal {
        max-width: 80%;
        width: 80%;
        padding: 64px 32px;
    }
}

@media all and (max-width: 767px) {
    .foundry_modal {
        max-width: 90%;
        width: 90%;
        padding: 48px 15px;
        transform: translateX(0%) translateY(50%);
        -webkit-transform: translateX(0%) translateY(50%);
    }

    .foundry_modal .close-modal {
        right: 18px;
    }
}

.iframe-modal {
    width: 90%;
    height: 90%;
    max-width: 90%;
    padding: 0;
}

.iframe-modal .close-modal {
    z-index: 9999;
}

.iframe-modal iframe {
    width: 100%;
    height: 100%;
}

.modal-strip {
    padding: 18px 0;
    position: fixed;
    bottom: 1%;
    z-index: 200;
    width: 98%;
    margin: 0 1%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
}

.modal-strip.reveal-modal {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
}

.modal-strip .close-modal {
    position: absolute;
    right: 32px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.modal-strip i.close-modal {
    font-size: 18px;
}

.modal-strip .icon + p {
    padding-left: 32px;
    position: relative;
    top: 3px;
}

.modal-strip p + .btn, .modal-strip .filters p + li, .filters .modal-strip p + li {
    margin-left: 24px;
}

@media all and (max-width: 1024px) {
    .modal-strip {
        margin: 0;
        width: 100%;
        bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .modal-strip .close-modal {
        position: relative;
        top: 0;
        right: 0;
        left: 15px;
        transform: none !important;
        -webkit-transform: none !important;
        margin-top: 16px;
    }

    .modal-strip .icon {
        display: none;
    }

    .modal-strip .icon + p {
        padding-left: 0;
        top: 0;
    }
}

/*!---------- 36. FOOTERS ----------*/
footer.bg-dark a, .bg-dark footer.filters.floating a {
    color: #FFFFFF;
}

.footer-1 .logo {
    max-height: 30px;
}

.footer-1 .sub {
    opacity: .5;
}

.social-list {
    margin: 0;
}

.image-bg .social-list a {
    color: #FFFFFF;
}

.bg-dark .social-list a, .bg-dark .filters.floating .social-list a, .image-bg .social-list a {
    color: #FFFFFF;
    opacity: .5;
}

.bg-dark .social-list a:hover {
    opacity: 1;
}

.image-bg .social-list a {
    opacity: 1;
}

.bg-light .social-list a {
    color: #222222;
}

.back-to-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.back-to-top:hover {
    opacity: 1;
}

.bg-dark .back-to-top, .bg-dark .filters.floating .back-to-top {
    border-color: #FFFFFF;
}

.bg-dark .back-to-top:active, .bg-dark .back-to-top:focus {
    color: #FFFFFF;
}

.bg-dark .back-to-top:hover {
    background: none;
}

/*!---------- 36. SPACING ----------*/
.mr0 {
    margin-right: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb56 {
    margin-bottom: 56px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb72 {
    margin-bottom: 72px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb88 {
    margin-bottom: 88px;
}

.mb96 {
    margin-bottom: 96px;
}

.mb104 {
    margin-bottom: 104px;
}

.mb112 {
    margin-bottom: 112px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb160 {
    margin-bottom: 160px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt8 {
    margin-top: 8px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mt40 {
    margin-top: 40px;
}

.mt48 {
    margin-top: 48px;
}

.mt56 {
    margin-top: 56px;
}

.mt64 {
    margin-top: 64px;
}

.mt72 {
    margin-top: 72px;
}

.mt80 {
    margin-top: 80px;
}

.mt88 {
    margin-top: 88px;
}

.mt96 {
    margin-top: 96px;
}

.mt104 {
    margin-top: 104px;
}

.mt112 {
    margin-top: 112px;
}

.mt120 {
    margin-top: 120px;
}

.mt160 {
    margin-top: 160px;
}

.p32 {
    padding: 0 32px;
}

.p24 {
    padding: 24px;
}

.p0 {
    padding: 0;
}

.pt0 {
    padding-top: 0;
}

.pt8 {
    padding-top: 8px;
}

.pt16 {
    padding-top: 16px;
}

.pt24 {
    padding-top: 24px;
}

.pt32 {
    padding-top: 32px;
}

.pt40 {
    padding-top: 40px;
}

.pt48 {
    padding-top: 48px;
}

.pt64 {
    padding-top: 64px;
}

.pt72 {
    padding-top: 72px;
}

.pt80 {
    padding-top: 80px;
}

.pt88 {
    padding-top: 88px;
}

.pt96 {
    padding-top: 96px;
}

.pt104 {
    padding-top: 104px;
}

.pt112 {
    padding-top: 112px;
}

.pt120 {
    padding-top: 120px;
}

.pt160 {
    padding-top: 160px;
}

.pt180 {
    padding-top: 180px;
}

.pt240 {
    padding-top: 240px;
}

.pb0 {
    padding-bottom: 0;
}

.pb8 {
    padding-bottom: 8px;
}

.pb16 {
    padding-bottom: 16px;
}

.pb24 {
    padding-bottom: 24px;
}

.pb32 {
    padding-bottom: 32px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb48 {
    padding-bottom: 48px;
}

.pb56 {
    padding-bottom: 56px;
}

.pb64 {
    padding-bottom: 64px;
}

.pb72 {
    padding-bottom: 72px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb88 {
    padding-bottom: 88px;
}

.pb96 {
    padding-bottom: 96px;
}

.pb104 {
    padding-bottom: 104px;
}

.pb112 {
    padding-bottom: 112px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb160 {
    padding-bottom: 160px;
}

.pb180 {
    padding-bottom: 180px;
}

.pb240 {
    padding-bottom: 240px;
}

@media all and (max-width: 991px) {
    .mb-s-0 {
        margin-bottom: 0;
    }

    .mb-s-8 {
        margin-bottom: 8px;
    }

    .mb-s-16 {
        margin-bottom: 16px;
    }

    .mb-s-24 {
        margin-bottom: 24px;
    }

    .mb-s-32 {
        margin-bottom: 32px;
    }

    .mb-s-40 {
        margin-bottom: 40px;
    }

    .mb-s-48 {
        margin-bottom: 48px;
    }

    .mb-s-64 {
        margin-bottom: 64px;
    }

    .mb-s-72 {
        margin-bottom: 72px;
    }

    .mb-s-80 {
        margin-bottom: 80px;
    }

    .mb-s-88 {
        margin-bottom: 88px;
    }

    .mb-s-96 {
        margin-bottom: 96px;
    }

    .mb-s-104 {
        margin-bottom: 104px;
    }

    .mb-s-112 {
        margin-bottom: 112px;
    }

    .mb-s-120 {
        margin-bottom: 120px;
    }
}

@media all and (max-width: 991px) {
    .mb-sm-0 {
        margin-bottom: 0;
    }

    .mb-sm-8 {
        margin-bottom: 8px;
    }

    .mb-sm-16 {
        margin-bottom: 16px;
    }

    .mb-sm-24 {
        margin-bottom: 24px;
    }

    .mb-sm-32 {
        margin-bottom: 32px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-48 {
        margin-bottom: 48px;
    }

    .mb-sm-64 {
        margin-bottom: 64px;
    }

    .mb-sm-72 {
        margin-bottom: 72px;
    }

    .mb-sm-80 {
        margin-bottom: 80px;
    }

    .mb-sm-88 {
        margin-bottom: 88px;
    }

    .mb-sm-96 {
        margin-bottom: 96px;
    }

    .mb-sm-104 {
        margin-bottom: 104px;
    }

    .mb-sm-112 {
        margin-bottom: 112px;
    }

    .mb-sm-120 {
        margin-bottom: 120px;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-8 {
        margin-top: 8px;
    }

    .mt-sm-16 {
        margin-top: 16px;
    }

    .mt-sm-24 {
        margin-top: 24px;
    }

    .mt-sm-32 {
        margin-top: 32px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-48 {
        margin-top: 48px;
    }

    .mt-sm-56 {
        margin-top: 56px;
    }

    .mt-sm-64 {
        margin-top: 64px;
    }

    .mt-sm-72 {
        margin-top: 72px;
    }

    .mt-sm-80 {
        margin-top: 80px;
    }

    .mt-sm-88 {
        margin-top: 88px;
    }

    .mt-sm-96 {
        margin-top: 96px;
    }

    .mt-sm-104 {
        margin-top: 104px;
    }

    .mt-sm-112 {
        margin-top: 112px;
    }

    .mt-sm-120 {
        margin-top: 120px;
    }

    .p0-sm {
        padding: 0;
    }

    .pt-sm-0 {
        padding-top: 0;
    }

    .pt-sm-8 {
        padding-top: 8px;
    }

    .pt-sm-16 {
        padding-top: 16px;
    }

    .pt-sm-24 {
        padding-top: 24px;
    }

    .pt-sm-32 {
        padding-top: 32px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-48 {
        padding-top: 48px;
    }

    .pt-sm-64 {
        padding-top: 64px;
    }

    .pt-sm-72 {
        padding-top: 72px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .pt-sm-88 {
        padding-top: 88px;
    }

    .pt-sm-96 {
        padding-top: 96px;
    }

    .pt-sm-104 {
        padding-top: 104px;
    }

    .pt-sm-112 {
        padding-top: 112px;
    }

    .pt-sm-120 {
        padding-top: 120px;
    }

    .pt-sm-160 {
        padding-top: 160px;
    }

    .pb-sm-0 {
        padding-bottom: 0;
    }

    .pb-sm-8 {
        padding-bottom: 8px;
    }

    .pb-sm-16 {
        padding-bottom: 16px;
    }

    .pb-sm-24 {
        padding-bottom: 24px;
    }

    .pb-sm-32 {
        padding-bottom: 32px;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-48 {
        padding-bottom: 48px;
    }

    .pb-sm-64 {
        padding-bottom: 64px;
    }

    .pb-sm-72 {
        padding-bottom: 72px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }

    .pb-sm-88 {
        padding-bottom: 88px;
    }

    .pb-sm-96 {
        padding-bottom: 96px;
    }

    .pb-sm-104 {
        padding-bottom: 104px;
    }

    .pb-sm-112 {
        padding-bottom: 112px;
    }

    .pb-sm-120 {
        padding-bottom: 120px;
    }
}

@media all and (max-width: 767px) {
    .mb-xs-0 {
        margin-bottom: 0;
    }

    .mb-xs-8 {
        margin-bottom: 8px;
    }

    .mb-xs-16 {
        margin-bottom: 16px;
    }

    .mb-xs-24 {
        margin-bottom: 24px;
    }

    .mb-xs-32 {
        margin-bottom: 32px;
    }

    .mb-xs-40 {
        margin-bottom: 40px;
    }

    .mb-xs-48 {
        margin-bottom: 48px;
    }

    .mb-xs-64 {
        margin-bottom: 64px;
    }

    .mb-xs-72 {
        margin-bottom: 72px;
    }

    .mb-xs-80 {
        margin-bottom: 80px;
    }

    .mb-xs-88 {
        margin-bottom: 88px;
    }

    .mb-xs-96 {
        margin-bottom: 96px;
    }

    .mb-xs-104 {
        margin-bottom: 104px;
    }

    .mb-xs-112 {
        margin-bottom: 112px;
    }

    .mb-xs-120 {
        margin-bottom: 120px;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-8 {
        margin-top: 8px;
    }

    .mt-xs-16 {
        margin-top: 16px;
    }

    .mt-xs-24 {
        margin-top: 24px;
    }

    .mt-xs-32 {
        margin-top: 32px;
    }

    .mt-xs-40 {
        margin-top: 40px;
    }

    .mt-xs-48 {
        margin-top: 48px;
    }

    .mt-xs-56 {
        margin-top: 56px;
    }

    .mt-xs-64 {
        margin-top: 64px;
    }

    .mt-xs-72 {
        margin-top: 72px;
    }

    .mt-xs-80 {
        margin-top: 80px;
    }

    .mt-xs-88 {
        margin-top: 88px;
    }

    .mt-xs-96 {
        margin-top: 96px;
    }

    .mt-xs-104 {
        margin-top: 104px;
    }

    .mt-xs-112 {
        margin-top: 112px;
    }

    .mt-xs-120 {
        margin-top: 120px;
    }

    .p0-xs {
        padding: 0;
    }

    .pt-xs-0 {
        padding-top: 0;
    }

    .pt-xs-8 {
        padding-top: 8px;
    }

    .pt-xs-16 {
        padding-top: 16px;
    }

    .pt-xs-24 {
        padding-top: 24px;
    }

    .pt-xs-32 {
        padding-top: 32px;
    }

    .pt-xs-40 {
        padding-top: 40px;
    }

    .pt-xs-48 {
        padding-top: 48px;
    }

    .pt-xs-64 {
        padding-top: 64px;
    }

    .pt-xs-72 {
        padding-top: 72px;
    }

    .pt-xs-80 {
        padding-top: 80px;
    }

    .pt-xs-88 {
        padding-top: 88px;
    }

    .pt-xs-96 {
        padding-top: 96px;
    }

    .pt-xs-104 {
        padding-top: 104px;
    }

    .pt-xs-112 {
        padding-top: 112px;
    }

    .pt-xs-120 {
        padding-top: 120px;
    }

    .pt-xs-160 {
        padding-top: 160px;
    }

    .pt-xs-180 {
        padding-top: 180px;
    }

    .pt-xs-240 {
        padding-top: 240px !important;
    }

    .pb-xs-0 {
        padding-bottom: 0;
    }

    .pb-xs-8 {
        padding-bottom: 8px;
    }

    .pb-xs-16 {
        padding-bottom: 16px;
    }

    .pb-xs-24 {
        padding-bottom: 24px;
    }

    .pb-xs-32 {
        padding-bottom: 32px;
    }

    .pb-xs-40 {
        padding-bottom: 40px;
    }

    .pb-xs-48 {
        padding-bottom: 48px;
    }

    .pb-xs-64 {
        padding-bottom: 64px;
    }

    .pb-xs-72 {
        padding-bottom: 72px;
    }

    .pb-xs-80 {
        padding-bottom: 80px;
    }

    .pb-xs-88 {
        padding-bottom: 88px;
    }

    .pb-xs-96 {
        padding-bottom: 96px;
    }

    .pb-xs-104 {
        padding-bottom: 104px;
    }

    .pb-xs-112 {
        padding-bottom: 112px;
    }

    .pb-xs-120 {
        padding-bottom: 120px;
    }

    .pb-xs-180 {
        padding-bottom: 180px;
    }

    .pb-xs-240 {
        padding-bottom: 240px !important;
    }
}

/*!
// Contents
// ------------------------------------------------

 1.  General
 2.  Helper Classes
 3.  Titles
 4.  Navigation
 5.  Events
 6.  Image Tile
 7.  Testimonial
 8.  Tabs
 8.1 Jobs
 9.  Publication
 10. Contact
 11. Search Result
 12. Footer
 13. Cookie Consent
 14. Cleverreach
 15. Anchor Tiles
 16. References
 17. Icons
 18. Reference Tile
 19. Menu
 20. FAQs
 21. Videos
 22. Home Tiles
 23. Layout Containers
 24. Anchors
 25. Dynamics Events
 */
/*!---------- 1. General ----------*/
body, section {
    font-size: 16px;
    line-height: 24px;
}

ul, ol {
    list-style: outside;
    padding-left: 20px;
}

ul > li > ul,
  ul > li > ol, ol > li > ul,
  ol > li > ol {
    list-style: outside;
    padding-left: 20px;
}

ol {
    list-style-type: decimal;
}

p.lead,
div.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

p.lead img,
  div.lead img {
    width: 100% !important;
    height: 100% !important;
}

input[type="text"], input[type="password"] {
    padding-right: 20px;
}

.page-title-1, .page-title-2 {
    height: 600px;
}

.page-title img {
    width: 100%;
}

.page-title video {
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.page-title .fa {
    color: #FFFFFF;
}

.text-center {
    text-align: center;
}

.text-gray {
    color: #666666;
}

.lightbox-grid ul {
    list-style: none;
}

.lightbox-grid li.contact-tile {
    width: 100%;
    float: none;
    border: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    overflow: visible;
}

.image-block-center {
    display: block;
    margin: 0 auto;
}

.editing-error {
    color: #e31d3b;
    font-weight: 700;
}

.v-align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
}

@media all and (max-width: 767px) {
    .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
        padding: 0;
    }

    .post-meta > li {
        margin-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .module.widget-handle {
        border-left: none;
        border-top: none;
        line-height: 55px;
        min-height: 45px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .contact-tile div[class*='col-'] {
        width: 100%;
        float: none;
    }
}

/*!---------- 2. Helper Classes ----------*/
.hidden {
    display: none !important;
}

.no-padding {
    padding: 0 !important;
}

.background-image-layer {
    background-color: rgba(87, 87, 87, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.background-image-layer.white {
    background-color: rgba(255, 255, 255, 0.8);
}

.background-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 400;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
    transition-duration: 0.1s;
}

a:hover .background-image-overlay {
    background-color: rgba(0, 0, 0, 0.55);
    transition-duration: 0.5s;
    visibility: visible;
}

.bar-overlay {
    position: absolute;
    width: 100%;
    z-index: 400;
    bottom: 10px;
    left: 0;
}

.p8 {
    padding-left: 8px;
    padding-right: 8px;
}

#gotoTop {
    display: none;
    background-color: #004D9F;
    border-color: #FFFFFF;
    color: #FFFFFF;
    z-index: 299;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 10px;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

#gotoTop i {
    transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
}

.lb-cancel {
    background-image: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #FFFFFF;
    -moz-animation: spin 0.7s linear infinite;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-dark .btn, .bg-dark .filters.floating .btn, .bg-dark .filters li, .filters .bg-dark li, .bg-dark .filters.floating li, .bg-dark .bg-dark .btn:visited, .bg-dark .filters.floating .btn:visited, .bg-dark .bg-dark .filters li:visited, .filters .bg-dark .bg-dark li:visited, .bg-dark .filters.floating li:visited {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.bg-dark .btn:hover, .bg-dark .filters li:hover, .filters .bg-dark li:hover, .bg-dark .bg-dark .btn:visited:hover, .bg-dark .filters.floating .btn:visited:hover, .bg-dark .bg-dark .filters li:visited:hover, .filters .bg-dark .bg-dark li:visited:hover, .bg-dark .filters.floating li:visited:hover {
    background: #FFFFFF;
    color: #222222;
}

.row-centered {
    text-align: center;
    line-height: 0;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px) {
    .col-sm-15 {
        width: 100%;
        float: none;
    }
}

a.white {
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .page-intro .text-right {
        text-align: left !important;
    }
}

.pagination li a {
    font-size: 13px;
}

.pagination > li.pagination-three-dots > span {
    border: 0;
    color: black;
    padding: 6px;
}

.pagination > li.pagination-three-dots > span:hover {
    background: none;
}

.lightbox-grid ul,
ul.content {
    padding-left: 0;
}

ul.recent-posts {
    list-style: none;
    padding-left: 0;
}

ul.recent-posts li:hover .date {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .text-left-md {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    p.lead {
        font-size: 16px;
        line-height: 24px;
    }
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row:before {
    display: -webkit-flex;
}

@media (max-width: 767px) {
    .flex-row div[class*='col-'] {
        width: 100%;
    }
}

/*!---------- 3. Titles ----------*/
/*- h1 size -*/
h1, .h1, .countdown {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #292929;
    margin-top: 0;
    padding: 0;
}

h1.white,
  .h1.white,
  .white.countdown {
    color: #FFFFFF;
}

h1 a,
  .h1 a,
  .countdown a {
    font-weight: 300;
}

/*- h2 size -*/
h2, .h2 {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #292929;
    margin-top: 0;
    padding: 0;
}

h2.white, .h2.white {
    color: #FFFFFF;
}

h2 a, .h2 a {
    font-weight: 300;
}

/*- h3 size -*/
h3,
.h3 {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #292929;
    margin-top: 0;
}

h3.white,
  .h3.white {
    color: #FFFFFF;
}

h3 a,
  .h3 a {
    font-weight: 300;
}

/*- h4 size -*/
h4,
.h4 {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #292929;
    margin-top: 0;
    padding: 0;
}

h4.white,
  .h4.white {
    color: #FFFFFF;
}

h4 a,
  .h4 a {
    font-weight: 300;
}

.blogTitle {
    min-height: 100px;
}

/*- h5 size -*/
h5,
.h5 {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #292929;
}

h5.white,
  .h5.white {
    color: #FFFFFF;
}

h5 a,
  .h5 a {
    font-weight: 300;
}

/*- h6 size -*/
h6, .h6, .bold-h6, .label, .accordion-1 .title span, .icon-tabs .tab-title span, .progress-1 .progress-bar span, .progress-2 span, .widget .title, .breadcrumb.breadcrumb-dynamics li {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #292929;
    letter-spacing: 1px;
}

h6.white,
  .h6.white,
  .white.bold-h6,
  .white.label,
  .accordion-1 .title span.white,
  .icon-tabs .tab-title span.white,
  .progress-1 .progress-bar span.white,
  .progress-2 span.white,
  .widget .white.title,
  .breadcrumb.breadcrumb-dynamics li.white {
    color: #FFFFFF;
}

@media all and (max-width: 767px) {
  /*- h1,h2 size -*/
    h1,
  h2,
  h2.h6,
  h2.bold-h6,
  h2.label,
  .widget h2.title, .h1, .countdown,
  .h2 {
        font-size: 24px;
        line-height: 32px;
    }
  /*- h3 size -*/
    h3,
  .h3 {
        font-size: 20px;
        line-height: 28px;
    }
  /*- h4 size -*/
    h4,
  .h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .blogTitle {
        min-height: 80px;
    }

    p {
        font-size: 16px;
    }
}

/*!---------- 4. Navigation ----------*/
nav ul.menu li > ul li > ul li.has-dropdown:after {
    display: none;
}

.nav-container ul,
.post-meta {
    list-style: none;
    padding-left: 0;
}

.nav-utility {
    height: 35px;
    line-height: 33px;
    overflow: hidden;
    background-color: #f8f8f8;
    font-size: 14px;
}

.nav-utility .module {
    padding: 0 32px 0 0;
}

.nav-utility a {
    color: #292929;
    opacity: 0.5;
    font-weight: 400;
}

.nav-utility a:hover {
    opacity: 1;
}

.menu > li ul {
    background: #FFFFFF;
}

.menu > li ul > .has-dropdown:after {
    color: #292929;
}

.menu > li ul li a {
    color: #292929;
}

.has-dropdown:after {
    line-height: 57px;
}

@media (max-width: 991px) {
    .has-dropdown:after {
        line-height: 40px;
    }

    .menu li:not(.has-dropdown) a {
        width: 100%;
    }

    .language .menu > li ul {
        max-width: 100%;
    }
}

.menu > li > ul > .has-dropdown:after {
    line-height: 26px;
}

.menu > li:nth-last-child(2) > ul {
    right: 0;
}

.nav-bar > a {
    float: left;
    padding: 0 32px;
}

nav.notFixed.fixed.scrolled {
    position: fixed !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.module.widget-handle .function {
    background: #004D9F;
}

.module.widget-handle:hover .function {
    opacity: 0;
    visibility: hidden;
}

.module.widget-handle .function.open {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
    width: 400px;
}

.language .menu > li p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    margin: 0;
    display: inline-block;
    height: 55px;
}

.language .menu > li ul {
    width: auto;
}

@media (max-width: 991px) {
    .module.widget-handle .function,
  .module.widget-handle:hover .function {
        width: 100%;
    }
}

.widget-handle .search-form {
    padding: 5px;
}

@media all and (max-width: 991px) {
    .nav-bar > a {
        padding: 0 16px;
        overflow: hidden;
    }
}

/*!---------- 5. Events ----------*/
.image-tile {
    background-color: #f8f8f8;
}

.outer-title img {
    margin-bottom: 0;
}

.event-abstract {
    padding: 30px 30px 0 30px;
}

.event-abstract a {
    margin: 10px 10px 0 0 !important;
    float: left;
}

.event-abstract .modal-container {
    float: none;
}

.event-avatar {
    width: 120px;
    height: 120px;
}

.event-links .modal-container a {
    float: left;
    margin: 0 0 30px 30px;
}

.event-links .modal-container .btn-modal .icon {
    font-size: 30px;
    line-height: 40px;
    color: #004D9F;
}

.event-links .btn, .event-links .filters li, .filters .event-links li {
    float: right;
    margin: 0 30px 30px 0;
}

.foundry_modal .social-list {
    font-size: 30px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .event-abstract {
        padding: 18px 18px 0 18px;
    }

    .event-links .btn, .event-links .filters li, .filters .event-links li {
        margin: 0 18px 18px 0;
    }

    .event-links .modal-container a {
        margin: 0 0 18px 18px;
    }
}

/*!---------- 6. Image Tile ----------*/
.image-square:nth-of-type(odd) .image,
.image-square:nth-of-type(even) > .content {
    left: 0;
}

.image-square:nth-of-type(even) .image,
.image-square:nth-of-type(odd) > .content {
    right: 0;
}

/*!---------- 7. Testimonial ----------*/
blockquote p {
    overflow: hidden;
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 40px;
    font-style: italic;
    background: #F5F5F5;
    color: #777777;
    font-weight: 300;
}

.quote,
.quote p {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
}

html[language="de"] .quote:before,
html[language="de"] blockquote p:before {
    content: "\201E";
}

html[language="de"] .quote:after,
html[language="de"] blockquote p:after {
    content: "\201D";
}

html[language="en"] .quote:before,
html[language="en"] blockquote p:before {
    content: "\201C";
}

html[language="en"] .quote:after,
html[language="en"] blockquote p:after {
    content: "\201D";
}

/*!---------- 8. Tabs ----------*/
.tabs {
    padding-left: 0;
}

.inner-title.hover-reveal .title a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: underline;
}

.inner-title.hover-reveal .title a i {
    margin-right: 10px;
}

ul.content .lightbox-grid ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

ul.content .lightbox-grid ul .contact-tile {
    background-color: #f8f8f8;
    margin-bottom: 15px;
    border-left: 15px solid white;
    border-right: 15px solid #fff;
    width: 100%;
}

.lightbox-grid li.contact-tile.editMode {
    width: calc(100% / 3);
    border-left: 15px solid white;
    border-right: 15px solid #fff;
    float: left;
}

@media (min-width: 768px) {
    ul.content .lightbox-grid ul .contact-tile {
        width: 50%;
    }
}

@media (min-width: 992px) {
    ul.content .lightbox-grid ul .contact-tile {
        width: calc(100% / 3);
    }
}

/*!---------- 8.1 Jobs ----------*/
.filter-tabs {
    width: 100%;
    padding: 13px;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    background: #F5F5F5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-bottom: 8px;
    cursor: pointer;
}

.filter-tabs span {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

.selectedFilter > .filter-tabs {
    background: #004d9f;
    color: #FFFFFF;
}

.tabs.fourth {
    width: 100%;
}

.tabs.fourth li {
    width: 25%;
}

.tabs.fourth .tab-title {
    width: 100%;
}

.filter-button-group {
    width: 100%;
}

.filter-button-group li {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
    float: left;
}

.jobTabs {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
}

.jobTabs li {
    padding: 0 16px 0 0;
    width: 50%;
    float: left;
    display: inline-block;
}

.jobTabs li .tab-title {
    background: #004d9f;
    color: #FFFFFF;
    width: 100%;
    padding: 13px;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    font-weight: 600;
    font-size: 16px;
}

.button-tabs .tabs > li {
    padding: 0 8px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .jobTabs {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .tabs.fourth li,
  .filter-button-group li,
  .button-tabs .tabs li {
        width: 100%;
        padding: 0;
    }

    .button-tabs .tab-title {
        padding: 6px 0;
        line-height: 0;
    }
}

/*!---------- 9. Publication ----------*/
.contentBody .container {
    width: 100%;
    padding: 0;
}

.contentBody .text-center.col-sm-10.col-sm-offset-1 {
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.contentBody .locationTitle {
    display: none;
}

.contentBody .locationTitle + hr {
    display: none;
}

.component-richtext {
    padding-right: 30px;
}

.component-richtext > *:last-child {
    margin-bottom: 0;
}

.component-richtext img {
    width: 100% !important;
    height: 100% !important;
}

.widget span.external, span.page, span.download {
    float: left;
    clear: both;
}

.sidebar .widget .title {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sidebar .widget span.external, .sidebar .widget span.page, .sidebar .widget span.download {
    font-size: 14px;
    line-height: 24px;
}

.sidebar .widget span.download em {
    font-style: normal;
}

.sidebar .widget span.download a:before {
    content: "\e62a";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .sidebar .widget .title {
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 300;
        color: #292929;
        margin-bottom: 24px;
        margin-top: 0;
        padding: 0;
        text-transform: none;
    }

    .sidebar .widget .title.uppercase {
        letter-spacing: 6px;
        margin-right: -10px;
    }

    .sidebar .widget .title.white {
        color: #FFFFFF;
    }

    .sidebar .widget .title a {
        font-weight: 300;
    }
}

/*!---------- 10. Contact ----------*/
.contact .h3 {
    text-align: left;
    text-transform: none;
}

.contact-image {
    border-radius: 50%;
    object-fit: contain;
}

.contact .col-md-4 .contact-image {
    max-width: 50%;
}

.contact-link {
    float: left;
    margin-right: 24px;
}

.contact-link:last-child {
    margin-right: 0;
}

.contact-link.v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.contact-link .icon {
    font-size: 34px;
    padding-left: 15px;
    padding-right: 8px;
    color: #666666;
}

.contact-link label {
    margin-bottom: 0;
    line-height: 32px;
    font-weight: 500;
    color: #575756;
    cursor: pointer;
}

.col-md-4 .contact-image {
    width: 160px;
    margin: 0 5px;
}

.contact.row .col-md-4.text-center {
    display: flex;
    justify-content: space-evenly;
    height: fit-content;
}

@media (max-width: 991px) {
    .contact.v-align-children {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .contact.v-align-children {
        display: block !important;
    }

    .contact-link {
        float: none;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .contact-link:last-child {
        margin-bottom: 0;
    }

    .contact .text-center-xs,
  .contact .text-center-xs .h3 {
        text-align: center;
    }

    .contact .text-center-xs {
        padding-top: 20px;
    }

    .contact .text-center-xs .row {
        justify-content: space-evenly;
    }
}

/*!---------- 11. Search Result ----------*/
.searchForm {
    height: 50px;
}

button[type="submit"].btnSearch {
    width: 70px;
    background-color: #FFFFFF;
    border: 0px none;
    position: absolute;
    margin-left: -70px;
}

button[type="submit"].btnSearch i {
    line-height: 50px;
    color: #292929;
}

input[type="text"].searchResultInput {
    float: left;
    padding-right: 70px;
    outline: 1px solid #CCCCCC;
    outline-offset: 0px;
}

.searchResult:last-child hr {
    display: none;
}

.searchResult .breadcrumb-2 li a, .searchResult .searchResult .breadcrumb-2 li {
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
}

.searchResult .breadcrumb-2 > li + li:before,
.searchResult .breadcrumb.breadcrumb-dynamics > li + li:before {
    padding: 0 8px;
}

/*!---------- 12. Footer ----------*/
footer {
    font-size: 14px;
    line-height: 24px;
}

footer footer ul {
    list-style: none;
    padding-left: 0;
}

footer .btn:visited, footer .filters li:visited, .filters footer li:visited {
    color: #ffffff;
}

footer .widget .title {
    color: #FFFFFF;
}

footer .widget span.external,
  footer .widget span.page,
  footer .widget span.download {
    float: left;
    clear: both;
}

footer .widget .twitter-feed .slides li:before {
    color: #FFFFFF;
}

footer hr {
    border-top-color: #FFFFFF;
}

footer.bg-primary .list-inline i, footer.bg-footer-dynamics .list-inline i {
    color: #FFFFFF;
}

footer.bg-primary .list-inline a, footer.bg-footer-dynamics .list-inline a {
    color: #FFFFFF;
    opacity: 0.5;
}

footer.bg-primary .list-inline a a:hover, footer.bg-footer-dynamics .list-inline a a:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    footer .text-right {
        text-align: center !important;
    }
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub,
  footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget {
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub span,
    footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget span {
    float: none;
    margin-left: 10px;
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub span a,
      footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget span a {
    font-weight: 400;
    color: #fefefe;
    opacity: 0.5;
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub span:hover a,
      footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget span:hover a {
    opacity: 1;
}

@media (max-width: 767px) {
    footer p {
        font-size: 14px;
        line-height: 24px;
    }

    footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub,
  footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget {
        float: none;
    }
}

/*!---------- 13. Cookie Consent ----------*/
.cc-banner,
.cc-banner.cc-bottom {
    border: 1px solid #004D9F;
}

.cc-link,
.cc-link:hover {
    color: #004D9F !important;
    text-decoration: none;
}

.cc-btn {
    border-color: #004D9F !important;
}

.cc-btn:hover {
    background-color: #004D9F !important;
    color: #FFFFFF !important;
    border-color: #004D9F !important;
}

.cc-window.cc-floating {
    max-width: 100%;
    width: 100%;
    bottom: 0;
}

/*!---------- 14. Cleverreach ----------*/
.cleverreach-form {
    padding: 96px 0;
    margin: 0 auto;
}

.newsletter-list {
    list-style: none;
    padding: 0;
}

.newsletter-list li {
    border-bottom: 1px solid #f8f8f8;
}

.newsletter-list li i {
    margin-right: 8px;
}

.newsletter-list li a {
    border: none;
}

@media (min-width: 768px) {
    .cleverreach-form {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .cleverreach-form {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .cleverreach-form {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    .cleverreach-form {
        padding: 96px 15px;
    }
}

.cleverreach-form-title {
    text-align: center;
}

div.cr_ipe_item[rel="email"] {
    margin-bottom: 0 !important;
}

div.cr_ipe_item[rel="text"] {
    width: 50%;
    float: left;
}

div.cr_ipe_item[rel="text"]:nth-child(even) {
    padding-right: 10px;
}

div.cr_ipe_item[rel="radio"] {
    margin-bottom: 24px !important;
}

div.cr_ipe_item[rel="radio"] div {
    position: relative;
    font-size: 16px;
}

div.cr_ipe_item[rel="radio"] input {
    height: 17px;
    width: 17px;
    margin-right: 5px;
    margin-left: 1px;
}

div.cr_ipe_item[rel="radio"] input:last-child {
    margin-left: 24px;
}

div.cr_ipe_item[rel="captcha"] {
    display: none;
}

div.cr_ipe_item[rel="checkbox"] > div {
    overflow: visible !important;
    margin-bottom: 22px;
}

div.cr_ipe_item[rel="checkbox"] > div input {
    margin: 0px 8px 0 0;
    height: 16px;
    width: 17px;
}

div.cr_ipe_item[rel="checkbox"] > br {
    display: none;
}

@media (max-width: 767px) {
    div.cr_ipe_item[rel="text"] {
        width: 100%;
        float: left;
    }

    div.cr_ipe_item[rel="text"]:nth-child(even) {
        padding-right: 0px;
    }
}

.newsletterDetails .ti8mNewsletter {
    background-color: #fff !important;
}

.newsletterDetails .ti8mNewsletter table.container {
    max-width: 700px;
    width: 100% !important;
}

.newsletterDetails .ti8mNewsletter img {
    height: auto;
}

.newsletterDetails .ti8mNewsletter .onlineVersion {
    display: none;
}

.newsletterDetails .ti8mNewsletter .row {
    margin: 0;
}

.newsletterDetails .ti8mNewsletter .cred_is_frame.first,
  .newsletterDetails .ti8mNewsletter .cred_is_frame.last {
    width: 50% !important;
}

.newsletterDetails .ti8mNewsletter br {
    display: block;
}

.newsletterDetails .ti8mNewsletter table.container {
    width: 100% !important;
    max-width: 700px;
}

.newsletterDetails .ti8mNewsletter img {
    height: auto;
}

@media only screen and (max-width: 758px) {
    .newsletterDetails .ti8mNewsletter .cred_is_frame.first,
  .newsletterDetails .ti8mNewsletter .cred_is_frame.last {
        width: 100% !important;
        display: block;
    }
}

/*!---------- 15. Anchor Tiles ----------*/
.feature.hover-fill {
    padding: 32px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.feature.hover-fill:hover {
    background-color: #CCCCCC;
}

.feature.hover-fill i {
    margin: 0;
}

.feature.hover-fill .competenciesTitle {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #292929;
}

@media (max-width: 991px) {
    .feature.hover-fill {
        padding: 24px 0;
    }
}

@media (min-width: 768px) {
    section:nth-of-type(even) .list + .content {
        position: absolute;
        width: 52%;
        right: 40%;
    }

    section:nth-of-type(odd) .list + .content {
        position: absolute;
        width: 52%;
        left: 40%;
    }

    section:nth-of-type(odd) .list {
        width: 30%;
        float: left;
        clear: left;
    }

    section:nth-of-type(even) .list {
        width: 30%;
        float: right;
        clear: right;
    }

    section:nth-of-type(odd) .list-intro {
        width: 30%;
        float: left;
        clear: right;
    }

    section:nth-of-type(even) .list-intro {
        width: 30%;
        float: right;
        clear: left;
    }
}

@media (max-width: 767px) {
    .list-intro,
  section:nth-of-type(odd) .list,
  section:nth-of-type(odd) .list + .content,
  section:nth-of-type(even) .list,
  section:nth-of-type(even) .list + .content {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.list li {
    width: 100%;
    padding: 0;
    float: left;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

.list .tab-title {
    text-align: left;
    background: transparent;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    width: 100%;
    padding: 13px;
    display: inline-block;
    min-width: 150px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.list .tab-title:hover {
    background: #F5F5F5;
}

.list .tab-title span {
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
}

.list .active .tab-title {
    color: #004D9F;
}

.list .active .tab-title span {
    font-weight: 400;
}

.hover-image-caption {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.hover-image-caption:before {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.9) 100%, rgba(34, 34, 34, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(34, 34, 34, 0.9)), color-stop(100%, rgba(34, 34, 34, 0.9)));
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.9) 100%, rgba(34, 34, 34, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(34, 34, 34, 0.9) 100%, rgba(34, 34, 34, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(34, 34, 34, 0.9) 100%, rgba(34, 34, 34, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.9) 100%, rgba(34, 34, 34, 0.9) 100%);
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
}

.hover-image-caption.active:before {
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.hover-image-caption img {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.hoverContainer {
    position: absolute;
    width: 100%;
    bottom: 24px;
    z-index: 5;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #FFFFFF;
    padding: 10%;
    height: 100%;
    top: 0;
}

.hoverContainer.editMode {
    position: static;
    color: #000000;
}

.hoverContainer.active {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}

@media (min-width: 768px) {
    .list-min-height {
        min-height: 400px;
    }
}

@media (min-width: 992px) {
    .list-min-height {
        min-height: 505px;
    }
}

@media (min-width: 1200px) {
    .list-min-height {
        min-height: 605px;
    }
}

@media (max-width: 991px) {
    .positionRel {
        position: relative;
    }

    .hover-image-caption img.opacity {
        position: absolute;
        opacity: 0;
    }
}

/*!---------- 16. References ----------*/
.app-container a {
    color: #FFFFFF;
    margin-right: 5px;
}

.btn, .filters li {
    text-transform: none;
    font-weight: 900;
}

.btn.no-hover, .filters li.no-hover {
    cursor: auto;
}

.btn.no-hover:hover, .filters li.no-hover:hover {
    color: #004D9F;
    background-color: transparent;
}

.btn.no-hover:active, .filters li.no-hover:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wide-img {
    min-width: 100%;
}

.referenceSingle {
    height: 550px;
    padding-left: 0;
    padding-right: 0;
}

.referenceSingle div.referenceSingle-content {
    z-index: 3;
    position: absolute;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

/*!---------- 17. Icons ----------*/
.icon {
    font-size: 34px;
    padding: 0 15px;
}

.icon-sm {
    font-size: 24px;
}

.icon-contact {
    font-size: 24px;
}

/*!---------- 18. Reference Tile ----------*/
.image-edge {
    display: flex;
}

.image-edge > div {
    display: flex;
    width: 50%;
    align-items: center;
}

@media all and (max-width: 767px) {
    .image-edge {
        flex-direction: column;
    }

    .image-edge > div {
        width: 100%;
    }

    .image-edge .image-col {
        order: 1;
    }

    .image-edge .text-col {
        order: 2;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .image-edge:nth-child(even) .image-col {
        order: 2;
    }

    .image-edge:nth-child(even) .text-col {
        order: 1;
        justify-content: flex-end;
        margin-right: 4rem;
    }

    .image-edge:nth-child(odd) .image-col {
        order: 1;
    }

    .image-edge:nth-child(odd) .text-col {
        order: 2;
        justify-content: flex-start;
        margin-left: 5rem;
    }
}

/*!---------- 19. Menu ----------*/
@media (max-width: 991px) {
    .has-dropdown:after {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 11px;
        content: "\e64b";
        font-family: 'themify';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }

    .has-dropdown.toggle-sub:after,
  .menu > li > ul > .has-dropdown.toggle-sub:after {
        content: "\e648";
        font-family: 'themify';
    }
}

.mobile-toggle .ti-close {
    display: none;
}

.mobile-toggle.active {
    border-left: none !important;
}

.mobile-toggle.active .ti-close {
    display: block;
}

.mobile-toggle.active .ti-menu {
    display: none;
}

.mobile-toggle.active i {
    opacity: 0.5 !important;
}

.mobile-toggle.active:hover i {
    opacity: 1 !important;
}

@media (max-width: 991px) {
    .menu a {
        padding: 8px 0;
    }

    .menu > li > ul li a, .mega-menu .title {
        padding: 8px 16px;
    }
}

.feature.feature-1 .h5.white {
    color: #FFFFFF;
    font-weight: 600;
}

.feature.feature-products.boxed {
    background: transparent;
    border: 1px solid #f8f8f8;
}

.feature.feature-products.boxed .h-5,
  .feature.feature-products.boxed p {
    color: #666666;
}

.feature.feature-products.boxed .animation-container {
    display: flex;
    justify-content: center;
}

.feature.feature-products.boxed.error, .feature.feature-products.boxed .error {
    color: #e31d3b;
}

.feature.reason.boxed img,
.feature.feature-products.boxed img {
    width: 64px;
    height: 64px;
}

a:hover.feature.feature-products.boxed {
    background: #f8f8f8;
}

a:hover.feature.feature-offering.boxed {
    background: #002E5F;
}

.main-container > .richText {
    padding: 96px 15px;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.main-container > .richText h2 {
    letter-spacing: 6px;
    margin-right: -10px;
    margin-bottom: 48px;
    font-weight: 300;
}

.main-container > .richText h3 {
    letter-spacing: 6px;
    margin-right: -6px;
    font-weight: 300;
}

.main-container > .richText h4 {
    letter-spacing: 3px;
    margin-right: -3px;
    font-weight: 300;
}

.main-container > .richText h5 {
    letter-spacing: 2px;
    margin-right: -2px;
    font-weight: 300;
}

.main-container > .richText h6 {
    letter-spacing: 1px;
    font-weight: 700;
}

.main-container > .widget {
    padding: 96px 15px;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.main-container > .widget .title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 6px;
    margin-right: -10px;
    margin-bottom: 24px;
    color: #292929;
}

.main-container > .widget span.download {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 24px;
}

.main-container > .widget span.download a:before {
    content: "\e62a";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    margin-right: 8px;
}

.main-container.collapsible {
    max-height: max-content;
}

.main-container.collapsible.hide {
    max-height: 0;
}

.blogIntro {
    padding-bottom: 0;
}

.blog-components {
    padding: 0;
}

.blog-components .about-author {
    padding: 72px 0 96px 0;
}

.blog-components .richText {
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.blog-components .image-section .row,
.blog-components .video-section .row {
    margin: 0;
}

@media (min-width: 768px) {
    .blog-components .richText .component-richtext,
  .blog-components .image-section img,
  .blog-components .video-section .video-container {
        width: 66.66666667%;
        margin-left: 16.66666667%;
        float: left;
    }

    .feature.cast-shadow-light.bordered.boxed {
        height: 490px;
    }
}

@media (min-width: 768px) {
    .main-container > .widget {
        width: 750px;
    }

    .blog-components .richText {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .main-container > .widget {
        width: 970px;
    }

    .blog-components .richText {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .main-container > .widget {
        width: 1170px;
    }

    .blog-components .richText {
        width: 1140px;
    }
}

@media (max-width: 767px) {
    .main-container > .widget span.download {
        width: 100%;
        float: none;
    }

    .main-container > .widget .title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 300;
        color: #292929;
        margin-top: 0;
        padding: 0;
    }
}

blockquote {
    background-color: transparent;
    border-left: none;
}

blockquote p {
    overflow: hidden;
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    line-height: 40px;
    font-style: italic;
    color: #777777;
    font-weight: 300;
    background-color: transparent;
    border-left: none;
    text-align: center;
    font-size: 28px;
}

.filters li {
    float: none;
    margin-right: 0;
    padding: 0;
}

.filters li a {
    display: inline-block;
    padding: 0 12px;
    line-height: 32px;
    position: relative;
    top: -2px;
    width: 105%;
    left: -2px;
}

.post-snippet h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #292929;
    margin-top: 0;
}

.post-snippet h3 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #292929;
    margin-top: 0;
}

@media all and (max-width: 767px) {
  /*- h3 size -*/
    .post-snippet h2 {
        font-size: 20px;
        line-height: 28px;
    }
  /*- h4 size -*/
    .post-snippet h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.blog-avatar {
    float: left;
    clear: both;
}

.blog-avatar:not(:last-child) {
    margin-bottom: 30px;
}

.blog-avatar .blog-avatar-img {
    display: block;
    border-radius: 50%;
    margin-right: 24px;
}

.blog-avatar .blog-avatar-abstract p {
    margin-bottom: 0;
    text-align: justify;
}

.blog-avatar.v-align-children {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

@media (max-width: 991px) {
    .blog-avatar {
        float: none;
    }
}

@media (max-width: 767px) {
    .blog-avatar.v-align-children {
        display: block !important;
    }

    .blog-avatar .blog-avatar-img {
        margin: 0 auto 24px auto;
    }
}

.fa.fa-chevron-left {
    margin-right: 8px;
}

.social-sharing {
    float: right;
}

@media (max-width: 767px) {
    .social-sharing {
        float: none !important;
        margin-top: 24px;
    }
}

/*!---------- 20. FAQs ----------*/
.accordion {
    list-style: none;
    padding-left: 0;
}

.accordion li.active .content {
    display: block;
    max-height: 100%;
}

.accordion li img {
    height: auto !important;
}

.accordion .content {
    max-height: none;
    overflow: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    display: none;
}

.accordion-1 .content > div {
    padding: 13px;
}

.accordion-1 .content > div p {
    padding: 0;
}

/*!---------- 21. Videos ----------*/
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

nav ul.menu li > ul li > ul li.has-dropdown:after {
    display: none;
}

/*!---------- 22. Home Tiles ----------*/
.tile-col {
    position: relative;
    z-index: 3;
    min-height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    width: calc(33.33333333% - 30px);
}

@media all and (max-width: 991px) {
    .tile-col {
        width: calc(50% - 30px);
    }
}

@media all and (max-width: 767px) {
    .tile-col {
        width: 100%;
    }
}

/*!---------- 23. Layout Containers ----------*/
.container.text-white {
    color: #FFFFFF;
}

.container.text-white h1, .container.text-white h2 {
    color: #FFFFFF;
}

.container.text-white a {
    color: #E5E5E5;
}

.container.text-white a:hover {
    color: #FFFFFF;
}

.container.text-black {
    color: #000000;
}

.container.text-black h1, .container.text-black h2 {
    color: #000000;
}

/*!---------- 24. Anchors ----------*/
.anchorStatus, .anchorBar {
    padding-left: 2em;
}

.anchorStatus.anchorValid, .anchorStatus.anchorLink, .anchorBar.anchorValid, .anchorBar.anchorLink {
    background-color: #004D9F;
}

.anchorStatus.noAnchorLink, .anchorBar.noAnchorLink {
    background-color: #878787;
}

.anchorStatus.anchorInvalid, .anchorBar.anchorInvalid {
    background-color: #e31d3b;
}

/*!---------- 23. Dynamics Events ----------*/
.breadcrumb.breadcrumb-dynamics {
    background: none;
    padding: 0;
}

.breadcrumb.breadcrumb-dynamics li {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    list-style: none;
    color: #666666;
}

.breadcrumb.breadcrumb-dynamics li a {
    color: #004D9F;
}

.breadcrumb.breadcrumb-dynamics li a:hover {
    text-decoration: none;
}

.breadcrumb.breadcrumb-dynamics > li + li:before {
    padding: 0 16px;
    color: #BBBBBB;
}

a.a-dynamics {
    font-weight: 600;
    color: #004D9F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

@media all and (max-width: 767px) {
    .breadcrumb.breadcrumb-dynamics > li + li:before {
        padding: 0 4px;
    }
}

.bg-footer-dynamics {
    background: #004D9F !important;
}

footer {
    font-size: 14px;
    line-height: 24px;
    background-color: #004D9F;
    padding: 72px 0;
}

footer footer ul {
    list-style: none;
    padding-left: 0;
}

footer .btn:visited, footer .filters li:visited, .filters footer li:visited {
    color: #ffffff;
}

footer .widget .title {
    color: #FFFFFF;
}

footer .widget span.external,
  footer .widget span.page,
  footer .widget span.download {
    float: left;
    clear: both;
}

footer .widget .twitter-feed .slides li:before {
    color: #FFFFFF;
}

footer hr {
    border-top-color: #FFFFFF;
}

footer.bg-primary .list-inline i, footer.bg-footer-dynamics .list-inline i {
    color: #FFFFFF;
}

footer.bg-primary .list-inline a, footer.bg-footer-dynamics .list-inline a {
    color: #FFFFFF;
    opacity: 0.5;
}

footer.bg-primary .list-inline a a:hover, footer.bg-footer-dynamics .list-inline a a:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    footer .text-right {
        text-align: center !important;
    }
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub,
  footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget {
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub span,
    footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget span {
    float: none;
    margin-left: 10px;
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub span a,
      footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget span a {
    font-weight: 400;
    color: #fefefe;
    opacity: 0.5;
}

footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub span:hover a,
      footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget span:hover a {
    opacity: 1;
}

footer ul.recent-posts {
    list-style: none;
    padding-left: 0;
}

footer ul.recent-posts li:hover .date {
    opacity: 0.8;
}

@media (max-width: 767px) {
    footer p {
        font-size: 14px;
        line-height: 24px;
    }

    footer .container > .row:nth-child(2) div[class*='col-']:first-child .sub,
  footer .container > .row:nth-child(2) div[class*='col-']:first-child .widget {
        float: none;
    }
}

/*!---------- 36. FOOTERS ----------*/
footer.bg-dark a, .bg-dark footer.filters.floating a {
    color: #FFFFFF;
}

.footer-1 .logo {
    max-height: 30px;
}

.footer-1 .sub {
    opacity: .5;
}

.social-list {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.social-list li {
    display: inline-block;
}

.image-bg .social-list a {
    color: #FFFFFF;
}

.bg-dark .social-list a, .bg-dark .filters.floating .social-list a, .image-bg .social-list a {
    color: #FFFFFF;
    opacity: .5;
}

.bg-dark .social-list a:hover {
    opacity: 1;
}

.image-bg .social-list a {
    opacity: 1;
}

.bg-light .social-list a {
    color: #222222;
}

.back-to-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.back-to-top:hover {
    opacity: 1;
}

.bg-dark .back-to-top, .bg-dark .filters.floating .back-to-top {
    border-color: #FFFFFF;
}

.bg-dark .back-to-top:active, .bg-dark .back-to-top:focus {
    color: #FFFFFF;
}

.bg-dark .back-to-top:hover {
    background: none;
}

#root {
    min-height: 250px;
    max-height: 50vh;
    position: relative;
    overflow: hidden;
}

.question {
    border-radius: 100%;
    border: solid 3px black;
    min-width: 100px;
    min-height: 100px;
    max-width: 100vw;
    max-height: 100vh;
    width: 150px;
    height: 150px;
    padding: 12px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    transition: transform ease-in 0.3s;
    position: absolute;
    left: calc(50% - 75px);
}

.question.answered {
    transform: translateY(-300px);
}

.question.rested {
    transform: translateY(300px);
}

.question.over {
    transform: translateX(-150vh);
}

.question--text {
    text-align: center;
}

.question--yes,
.question--no {
    width: 50px;
    height: 50px;
    top: 125%;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
}

.question--yes {
    background-color: #004d9f;
    right: 125%;
}

.result--answer-value__yes {
    color: #004d9f;
}

.question--no {
    background-color: #dedede;
    left: 125%;
}

.result--answer-value__no {
    color: #dedede;
}

.question--yes-arrow,
.question--no-arrow {
    height: calc(75% - 6px);
    width: calc(63px);
    position: absolute;
    border-top: solid 3px black;
    top: 50%;
}

.question--yes-arrow {
    border-left: solid 3px black;
    right: 100%;
}

.question--no-arrow {
    border-right: solid 3px black;
    left: 100%;
}

.question--yes-arrow::after,
.question--no-arrow::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-bottom: solid 3px black;
    border-right: solid 3px black;
    top: calc(100% - 20px);
}

.question--yes-arrow::after {
    right: calc(100% - 8.5px);
}

.question--no-arrow::after {
    left: calc(100% - 8.5px);
}

.result-page {
    position: absolute;
    transform: translateX(100vw);
    transition: transform ease-in 0.3s;
    width: 100%;
    display: flex;
    justify-content: center;
}

.result-page.active {
    transform: translateX(0);
}

.result-page--image-column {
    text-align: right;
    margin: 0 1.6rem 0 3.2rem;
    flex-basis: 50%;
}

.result-page--form-column {
    margin: 0 3.2rem 0 1.6rem;
    flex-basis: 50%;
}

.result-page--form-column input[type="email"] {
    width: 260px;
}

#back-button {
    position: absolute;
    border: none;
    box-shadow: none;
    background: none;
    left: 25%;
}

#back-button.rested {
    display: none;
}

input[type="file"] {
    display: none;
}

.file-upload-button-container {
    padding: 15px 0 5px 0;
    text-align: left;
}

.file-upload-button-container .file-upload-button {
    display: inline-block;
}

.file-upload-file {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.file-upload-file .file-upload-file-name,
  .file-upload-file .file-upload-file-size,
  .file-upload-file .file-upload-file-type {
    flex-grow: 1;
}

.file-upload-file .file-upload-file-info {
    padding: 0 10px;
}

.file-upload-file .file-upload-file-info:first-child {
    padding-left: 0;
}

.file-upload-file .file-upload-file-info:last-child {
    padding-right: 0;
}

.file-upload-intro-text {
    text-align: left;
    color: #666;
    padding-bottom: 15px;
}

.file-display-error {
    display: none;
    color: red;
    padding: 10px 0;
    text-align: left;
}

.file-display-error-size,
.file-display-error-type {
    display: none;
}

.file-display {
    padding-bottom: 2vh;
}

@media (max-width: 991.98px) {
    .file-upload-file .file-upload-file-type,
  .file-upload-file .file-upload-file-size {
        display: none;
    }
}

.form-item.checkbox {
    position: relative;
    text-align: left;
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
}

.form-item.checkbox label {
    padding-left: 10px;
}

.form-item.checkbox input[type="checkbox"] {
    opacity: 0;
}

.form-item.checkbox input[type="checkbox"] ~ label {
    display: inline-block;
}

.form-item.checkbox .checkbox-container:before,
  .form-item.checkbox .checkbox-container:after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

.form-item.checkbox .checkbox-container:before {
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    top: 3px;
}

.form-item.checkbox .checkbox-container:after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
}

.form-item.checkbox input[type="checkbox"] + .checkbox-container::after {
    content: none;
}

.form-item.checkbox input[type="checkbox"]:checked + .checkbox-container::after {
    content: "";
}

.form-item.checkbox input[type="checkbox"]:focus + .checkbox-container::before {
    outline: #3b99fc auto 5px;
}

.form-row a.btn:hover {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .form-item.checkbox label {
        padding-left: 20px;
        line-height: 30px;
    }

    .form-item.checkbox .checkbox-container:before {
        height: 26px;
        width: 26px;
    }

    .form-item.checkbox .checkbox-container:after {
        height: 10px;
        width: 18px;
    }
}

.form-row-select {
    padding: 10px 0;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="file"] {
    padding: 10px;
    width: 100%;
}

.form legend {
    text-align: left;
    font-size: 1.3rem;
    padding-left: 10px;
    padding-top: 15px;
}

.form select {
    width: 100%;
    color: #555;
    padding: 10px 5px;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form select:focus {
    outline: none;
}

.form input[type="text"],
.form input[type="email"],
.form select {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #555;
    background-color: #F8F8F8;
    font-size: 18px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="file"],
.form select {
    margin: 0 0 16px 0;
}

.form .button-wrapper {
    text-align: center;
}

.form input[type="text"] ~ label,
.form input[type="email"] ~ label {
    display: none;
}

.form label {
    display: none;
}

input[type="submit"][disabled="disabled"] {
    color: lightgrey;
    transition: 0.5s;
}

form a.btn {
    margin-bottom: 0;
}

/*# sourceMappingURL=ti8mTheme.css.map */
