@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: Sofia Pro Light;
    font-style: normal;
    font-weight: lighter;
    src: url(../fonts/SofiaProLight.otf) format("opentype")
}

.background-green {
    background-color: #B8895E !important
}

.color-green {
    color:  #B8895E !important
}

.background-green-dark {
    background-color: #B8895E !important
}

.color-green-dark {
    color: #B8895E !important
}

.background-green-lighter {
    background-color: #B8895E !important
}

.color-green-lighter {
    color: #B8895E !important
}

.background-green-lightest {
    background-color: #B8895E !important
}

.color-green-lightest {
    color: #B8895E !important
}

.background-color-text {
    background-color: #242424 !important
}

.color-color-text {
    color: #242424 !important
}

.background-gray {
    background-color: #aaa !important
}

.color-gray {
    color: #aaa !important
}

.background-gray-f7 {
    background-color: #f7f7f7 !important
}

.color-gray-f7 {
    color: #f7f7f7 !important
}

.background-gray-lighter {
    background-color: #d4d4d4 !important
}

.color-gray-lighter {
    color: #d4d4d4 !important
}

.background-gray-lightest {
    background-color: #fdfdfe !important
}

.color-gray-lightest {
    color: #fdfdfe !important
}

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

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

.background-black {
    background-color: #000 !important
}

.color-black {
    color: #000 !important
}

.background-primary {
    background-color: #B8895E !important
}

.color-primary {
    color: #B8895E !important
}

.background-secondary {
    background-color: #242424 !important
}

.color-secondary {
    color: #242424 !important
}

.color-inherit {
    color: inherit !important
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: green;
    --teal: #20c997;
    --cyan: #B8895E;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #B8895E;
    --secondary: #242424;
    --success: #B8895E;
    --info: #B8895E;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

[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-bottom: .5rem;
    margin-top: 0
}

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

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

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

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "— "
}

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

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

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

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

    
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
    .contact-logo{
        position: relative;left: 255px;
    }
}

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

    }
    
}

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

    
}

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

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }

    
}

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

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

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

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

.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.3333333333%;
    max-width: 33.3333333333%
}

.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.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        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.3333333333%;
        max-width: 33.3333333333%
    }

    .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.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-md {
        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.3333333333%;
        max-width: 33.3333333333%
    }

    .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.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        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.3333333333%;
        max-width: 33.3333333333%
    }

    .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.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        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.3333333333%;
        max-width: 33.3333333333%
    }

    .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.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #B8895E !important
}

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

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

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #0b0b0b !important
}

.bg-success {
    background-color: #B8895E !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #B8895E !important
}

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

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

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

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

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

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

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

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #B8895E !important
}

.border-secondary {
    border-color: #242424 !important
}

.border-success {
    border-color: #B8895E !important
}

.border-info {
    border-color: #B8895E !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

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

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

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

.rounded-pill {
    border-radius: 50rem !important
}

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.m-1 {
    margin: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
    margin: 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-1 {
    padding: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
    padding: 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: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n5 {
    margin: -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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-5 {
        margin: 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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-5 {
        padding: 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: -.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-n5 {
        margin: -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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-5 {
        margin: 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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-5 {
        padding: 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: -.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-n5 {
        margin: -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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-5 {
        margin: 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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-lg-5 {
        padding: 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: -.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-n5 {
        margin: -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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xl-5 {
        margin: 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: .25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-xl-5 {
        padding: 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: -.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xl-n5 {
        margin: -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
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #B8895E !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #B8895E !important
}

.text-secondary {
    color: #242424 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #000 !important
}

.text-success {
    color: #B8895E !important
}

a.text-success:focus,
a.text-success:hover {
    color: #B8895E !important
}

.text-info {
    color: #B8895E !important
}

a.text-info:focus,
a.text-info:hover {
    color: #B8895E !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    width: 12px
}

.slick-dots li button {
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0px;
    outline: none;
    width: 10px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    color: #000;
    content: "•";
    content: "";
    font-family: slick;
    font-size: 6px;
    height: 10px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 10px
}

.slider--publications .slick-dots {
    bottom: 30px;
    text-align: left
}

.slider--publications .slick-dots li button:before {
    background-color: transparent;
    content: ""
}

.slider--feedback .slick-dots {
    bottom: 30px;
    left: 0;
    text-align: center
}

.slider--feedback .slick-dots li button:before {
    background-color: transparent;
    content: ""
}

.slider--feedback .slick-dots button {
    background-color: #fff
}

.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}

.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 90vw;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }

    .icon-video{
        position: relative;right: 420px;
        
    }

    .icon-button{
        width: 20%;
        height: 20%;
    }

    .video{
        position: relative;right:240px;
    }


}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.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-sm {
    margin: 15px !important
}

.mt-sm,
.my-sm {
    margin-top: 15px !important
}

.mr-sm,
.mx-sm {
    margin-right: 15px !important
}

.mb-sm,
.my-sm {
    margin-bottom: 15px !important
}

.ml-sm,
.mx-sm {
    margin-left: 15px !important
}

.m-md {
    margin: 50px !important
}

.mt-md,
.my-md {
    margin-top: 50px !important
}

.mr-md,
.mx-md {
    margin-right: 50px !important
}

.mb-md,
.my-md {
    margin-bottom: 50px !important
}

.ml-md,
.mx-md {
    margin-left: 50px !important
}

.m-lg {
    margin: 80px !important
}

.mt-lg,
.my-lg {
    margin-top: 80px !important
}

.mr-lg,
.mx-lg {
    margin-right: 80px !important
}

.mb-lg,
.my-lg {
    margin-bottom: 80px !important
}

.ml-lg,
.mx-lg {
    margin-left: 80px !important
}

.m-xl {
    margin: 110px !important
}

.mt-xl,
.my-xl {
    margin-top: 110px !important
}

.mr-xl,
.mx-xl {
    margin-right: 110px !important
}

.mb-xl,
.my-xl {
    margin-bottom: 110px !important
}

.ml-xl,
.mx-xl {
    margin-left: 110px !important
}

.m-5 {
    margin: 5px !important
}

.mt-5,
.my-5 {
    margin-top: 5px !important
}

.mr-5,
.mx-5 {
    margin-right: 5px !important
}

.mb-5,
.my-5 {
    margin-bottom: 5px !important
}

.ml-5,
.mx-5 {
    margin-left: 5px !important
}

.m-10 {
    margin: 10px !important
}

.mt-10,
.my-10 {
    margin-top: 10px !important
}

.mr-10,
.mx-10 {
    margin-right: 10px !important
}

.mb-10,
.my-10 {
    margin-bottom: 10px !important
}

.ml-10,
.mx-10 {
    margin-left: 10px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15,
.my-15 {
    margin-top: 15px !important
}

.mr-15,
.mx-15 {
    margin-right: 15px !important
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important
}

.ml-15,
.mx-15 {
    margin-left: 15px !important
}

.m-20 {
    margin: 20px !important
}

.mt-20,
.my-20 {
    margin-top: 20px !important
}

.mr-20,
.mx-20 {
    margin-right: 20px !important
}

.mb-20,
.my-20 {
    margin-bottom: 20px !important
}

.ml-20,
.mx-20 {
    margin-left: 20px !important
}

.m-25 {
    margin: 25px !important
}

.mt-25,
.my-25 {
    margin-top: 25px !important
}

.mr-25,
.mx-25 {
    margin-right: 25px !important
}

.mb-25,
.my-25 {
    margin-bottom: 25px !important
}

.ml-25,
.mx-25 {
    margin-left: 25px !important
}

.m-30 {
    margin: 30px !important
}

.mt-30,
.my-30 {
    margin-top: 30px !important
}

.mr-30,
.mx-30 {
    margin-right: 30px !important
}

.mb-30,
.my-30 {
    margin-bottom: 30px !important
}

.ml-30,
.mx-30 {
    margin-left: 30px !important
}

.m-40 {
    margin: 40px !important
}

.mt-40,
.my-40 {
    margin-top: 40px !important
}

.mr-40,
.mx-40 {
    margin-right: 40px !important
}

.mb-40,
.my-40 {
    margin-bottom: 40px !important
}

.ml-40,
.mx-40 {
    margin-left: 40px !important
}

.m-50 {
    margin: 50px !important
}

.mt-50,
.my-50 {
    margin-top: 50px !important
}

.mr-50,
.mx-50 {
    margin-right: 50px !important
}

.mb-50,
.my-50 {
    margin-bottom: 50px !important
}

.ml-50,
.mx-50 {
    margin-left: 50px !important
}

.m-60 {
    margin: 60px !important
}

.mt-60,
.my-60 {
    margin-top: 60px !important
}

.mr-60,
.mx-60 {
    margin-right: 60px !important
}

.mb-60,
.my-60 {
    margin-bottom: 60px !important
}

.ml-60,
.mx-60 {
    margin-left: 60px !important
}

.m-70 {
    margin: 70px !important
}

.mt-70,
.my-70 {
    margin-top: 70px !important
}

.mr-70,
.mx-70 {
    margin-right: 70px !important
}

.mb-70,
.my-70 {
    margin-bottom: 70px !important
}

.ml-70,
.mx-70 {
    margin-left: 70px !important
}

.m-80 {
    margin: 80px !important
}

.mt-80,
.my-80 {
    margin-top: 80px !important
}

.mr-80,
.mx-80 {
    margin-right: 80px !important
}

.mb-80,
.my-80 {
    margin-bottom: 80px !important
}

.ml-80,
.mx-80 {
    margin-left: 80px !important
}

.m-90 {
    margin: 90px !important
}

.mt-90,
.my-90 {
    margin-top: 90px !important
}

.mr-90,
.mx-90 {
    margin-right: 90px !important
}

.mb-90,
.my-90 {
    margin-bottom: 90px !important
}

.ml-90,
.mx-90 {
    margin-left: 90px !important
}

.m-100 {
    margin: 100px !important
}

.mt-100,
.my-100 {
    margin-top: 100px !important
}

.mr-100,
.mx-100 {
    margin-right: 100px !important
}

.mb-100,
.my-100 {
    margin-bottom: 100px !important
}

.ml-100,
.mx-100 {
    margin-left: 100px !important
}

.m-120 {
    margin: 120px !important
}

.mt-120,
.my-120 {
    margin-top: 120px !important
}

.mr-120,
.mx-120 {
    margin-right: 120px !important
}

.mb-120,
.my-120 {
    margin-bottom: 120px !important
}

.ml-120,
.mx-120 {
    margin-left: 120px !important
}

.m-150 {
    margin: 150px !important
}

.mt-150,
.my-150 {
    margin-top: 150px !important
}

.mr-150,
.mx-150 {
    margin-right: 150px !important
}

.mb-150,
.my-150 {
    margin-bottom: 150px !important
}

.ml-150,
.mx-150 {
    margin-left: 150px !important
}

.m-200 {
    margin: 200px !important
}

.mt-200,
.my-200 {
    margin-top: 200px !important
}

.mr-200,
.mx-200 {
    margin-right: 200px !important
}

.mb-200,
.my-200 {
    margin-bottom: 200px !important
}

.ml-200,
.mx-200 {
    margin-left: 200px !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-sm {
    padding: 15px !important
}

.pt-sm,
.py-sm {
    padding-top: 15px !important
}

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

.pb-sm,
.py-sm {
    padding-bottom: 15px !important
}

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

.p-md {
    padding: 50px !important
}

.pt-md,
.py-md {
    padding-top: 50px !important
}

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

.pb-md,
.py-md {
    padding-bottom: 50px !important
}

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

.p-lg {
    padding: 80px !important
}

.pt-lg,
.py-lg {
    padding-top: 80px !important
}

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

.pb-lg,
.py-lg {
    padding-bottom: 80px !important
}

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

.p-xl {
    padding: 110px !important
}

.pt-xl,
.py-xl {
    padding-top: 110px !important
}

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

.pb-xl,
.py-xl {
    padding-bottom: 110px !important
}

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

.p-5 {
    padding: 5px !important
}

.pt-5,
.py-5 {
    padding-top: 5px !important
}

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

.pb-5,
.py-5 {
    padding-bottom: 5px !important
}

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

.p-10 {
    padding: 10px !important
}

.pt-10,
.py-10 {
    padding-top: 10px !important
}

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

.pb-10,
.py-10 {
    padding-bottom: 10px !important
}

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

.p-15 {
    padding: 15px !important
}

.pt-15,
.py-15 {
    padding-top: 15px !important
}

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

.pb-15,
.py-15 {
    padding-bottom: 15px !important
}

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

.p-20 {
    padding: 20px !important
}

.pt-20,
.py-20 {
    padding-top: 20px !important
}

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

.pb-20,
.py-20 {
    padding-bottom: 20px !important
}

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

.p-25 {
    padding: 25px !important
}

.pt-25,
.py-25 {
    padding-top: 25px !important
}

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

.pb-25,
.py-25 {
    padding-bottom: 25px !important
}

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

.p-30 {
    padding: 30px !important
}

.pt-30,
.py-30 {
    padding-top: 30px !important
}

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

.pb-30,
.py-30 {
    padding-bottom: 30px !important
}

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

.p-40 {
    padding: 40px !important
}

.pt-40,
.py-40 {
    padding-top: 40px !important
}

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

.pb-40,
.py-40 {
    padding-bottom: 40px !important
}

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

.p-50 {
    padding: 50px !important
}

.pt-50,
.py-50 {
    padding-top: 50px !important
}

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

.pb-50,
.py-50 {
    padding-bottom: 50px !important
}

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

.p-60 {
    padding: 60px !important
}

.pt-60,
.py-60 {
    padding-top: 60px !important
}

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

.pb-60,
.py-60 {
    padding-bottom: 60px !important
}

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

.p-70 {
    padding: 70px !important
}

.pt-70,
.py-70 {
    padding-top: 70px !important
}

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

.pb-70,
.py-70 {
    padding-bottom: 70px !important
}

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

.p-80 {
    padding: 80px !important
}

.pt-80,
.py-80 {
    padding-top: 80px !important
}

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

.pb-80,
.py-80 {
    padding-bottom: 80px !important
}

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

.p-90 {
    padding: 90px !important
}

.pt-90,
.py-90 {
    padding-top: 90px !important
}

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

.pb-90,
.py-90 {
    padding-bottom: 90px !important
}

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

.p-100 {
    padding: 100px !important
}

.pt-100,
.py-100 {
    padding-top: 100px !important
}

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

.pb-100,
.py-100 {
    padding-bottom: 100px !important
}

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

.p-120 {
    padding: 120px !important
}

.pt-120,
.py-120 {
    padding-top: 120px !important
}

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

.pb-120,
.py-120 {
    padding-bottom: 120px !important
}

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

.p-150 {
    padding: 150px !important
}

.pt-150,
.py-150 {
    padding-top: 150px !important
}

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

.pb-150,
.py-150 {
    padding-bottom: 150px !important
}

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

.p-200 {
    padding: 200px !important
}

.pt-200,
.py-200 {
    padding-top: 200px !important
}

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

.pb-200,
.py-200 {
    padding-bottom: 200px !important
}

.pl-200,
.px-200 {
    padding-left: 200px !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-sm {
        margin: 15px !important
    }

    .mt-sm-sm,
    .my-sm-sm {
        margin-top: 15px !important
    }

    .mr-sm-sm,
    .mx-sm-sm {
        margin-right: 15px !important
    }

    .mb-sm-sm,
    .my-sm-sm {
        margin-bottom: 15px !important
    }

    .ml-sm-sm,
    .mx-sm-sm {
        margin-left: 15px !important
    }

    .m-sm-md {
        margin: 50px !important
    }

    .mt-sm-md,
    .my-sm-md {
        margin-top: 50px !important
    }

    .mr-sm-md,
    .mx-sm-md {
        margin-right: 50px !important
    }

    .mb-sm-md,
    .my-sm-md {
        margin-bottom: 50px !important
    }

    .ml-sm-md,
    .mx-sm-md {
        margin-left: 50px !important
    }

    .m-sm-lg {
        margin: 80px !important
    }

    .mt-sm-lg,
    .my-sm-lg {
        margin-top: 80px !important
    }

    .mr-sm-lg,
    .mx-sm-lg {
        margin-right: 80px !important
    }

    .mb-sm-lg,
    .my-sm-lg {
        margin-bottom: 80px !important
    }

    .ml-sm-lg,
    .mx-sm-lg {
        margin-left: 80px !important
    }

    .m-sm-xl {
        margin: 110px !important
    }

    .mt-sm-xl,
    .my-sm-xl {
        margin-top: 110px !important
    }

    .mr-sm-xl,
    .mx-sm-xl {
        margin-right: 110px !important
    }

    .mb-sm-xl,
    .my-sm-xl {
        margin-bottom: 110px !important
    }

    .ml-sm-xl,
    .mx-sm-xl {
        margin-left: 110px !important
    }

    .m-sm-5 {
        margin: 5px !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5px !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5px !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5px !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5px !important
    }

    .m-sm-10 {
        margin: 10px !important
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10px !important
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10px !important
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10px !important
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10px !important
    }

    .m-sm-15 {
        margin: 15px !important
    }

    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important
    }

    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important
    }

    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important
    }

    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important
    }

    .m-sm-20 {
        margin: 20px !important
    }

    .mt-sm-20,
    .my-sm-20 {
        margin-top: 20px !important
    }

    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 20px !important
    }

    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 20px !important
    }

    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 20px !important
    }

    .m-sm-25 {
        margin: 25px !important
    }

    .mt-sm-25,
    .my-sm-25 {
        margin-top: 25px !important
    }

    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 25px !important
    }

    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 25px !important
    }

    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 25px !important
    }

    .m-sm-30 {
        margin: 30px !important
    }

    .mt-sm-30,
    .my-sm-30 {
        margin-top: 30px !important
    }

    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 30px !important
    }

    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 30px !important
    }

    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 30px !important
    }

    .m-sm-40 {
        margin: 40px !important
    }

    .mt-sm-40,
    .my-sm-40 {
        margin-top: 40px !important
    }

    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 40px !important
    }

    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 40px !important
    }

    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 40px !important
    }

    .m-sm-50 {
        margin: 50px !important
    }

    .mt-sm-50,
    .my-sm-50 {
        margin-top: 50px !important
    }

    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 50px !important
    }

    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 50px !important
    }

    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 50px !important
    }

    .m-sm-60 {
        margin: 60px !important
    }

    .mt-sm-60,
    .my-sm-60 {
        margin-top: 60px !important
    }

    .mr-sm-60,
    .mx-sm-60 {
        margin-right: 60px !important
    }

    .mb-sm-60,
    .my-sm-60 {
        margin-bottom: 60px !important
    }

    .ml-sm-60,
    .mx-sm-60 {
        margin-left: 60px !important
    }

    .m-sm-70 {
        margin: 70px !important
    }

    .mt-sm-70,
    .my-sm-70 {
        margin-top: 70px !important
    }

    .mr-sm-70,
    .mx-sm-70 {
        margin-right: 70px !important
    }

    .mb-sm-70,
    .my-sm-70 {
        margin-bottom: 70px !important
    }

    .ml-sm-70,
    .mx-sm-70 {
        margin-left: 70px !important
    }

    .m-sm-80 {
        margin: 80px !important
    }

    .mt-sm-80,
    .my-sm-80 {
        margin-top: 80px !important
    }

    .mr-sm-80,
    .mx-sm-80 {
        margin-right: 80px !important
    }

    .mb-sm-80,
    .my-sm-80 {
        margin-bottom: 80px !important
    }

    .ml-sm-80,
    .mx-sm-80 {
        margin-left: 80px !important
    }

    .m-sm-90 {
        margin: 90px !important
    }

    .mt-sm-90,
    .my-sm-90 {
        margin-top: 90px !important
    }

    .mr-sm-90,
    .mx-sm-90 {
        margin-right: 90px !important
    }

    .mb-sm-90,
    .my-sm-90 {
        margin-bottom: 90px !important
    }

    .ml-sm-90,
    .mx-sm-90 {
        margin-left: 90px !important
    }

    .m-sm-100 {
        margin: 100px !important
    }

    .mt-sm-100,
    .my-sm-100 {
        margin-top: 100px !important
    }

    .mr-sm-100,
    .mx-sm-100 {
        margin-right: 100px !important
    }

    .mb-sm-100,
    .my-sm-100 {
        margin-bottom: 100px !important
    }

    .ml-sm-100,
    .mx-sm-100 {
        margin-left: 100px !important
    }

    .m-sm-120 {
        margin: 120px !important
    }

    .mt-sm-120,
    .my-sm-120 {
        margin-top: 120px !important
    }

    .mr-sm-120,
    .mx-sm-120 {
        margin-right: 120px !important
    }

    .mb-sm-120,
    .my-sm-120 {
        margin-bottom: 120px !important
    }

    .ml-sm-120,
    .mx-sm-120 {
        margin-left: 120px !important
    }

    .m-sm-150 {
        margin: 150px !important
    }

    .mt-sm-150,
    .my-sm-150 {
        margin-top: 150px !important
    }

    .mr-sm-150,
    .mx-sm-150 {
        margin-right: 150px !important
    }

    .mb-sm-150,
    .my-sm-150 {
        margin-bottom: 150px !important
    }

    .ml-sm-150,
    .mx-sm-150 {
        margin-left: 150px !important
    }

    .m-sm-200 {
        margin: 200px !important
    }

    .mt-sm-200,
    .my-sm-200 {
        margin-top: 200px !important
    }

    .mr-sm-200,
    .mx-sm-200 {
        margin-right: 200px !important
    }

    .mb-sm-200,
    .my-sm-200 {
        margin-bottom: 200px !important
    }

    .ml-sm-200,
    .mx-sm-200 {
        margin-left: 200px !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-sm {
        padding: 15px !important
    }

    .pt-sm-sm,
    .py-sm-sm {
        padding-top: 15px !important
    }

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

    .pb-sm-sm,
    .py-sm-sm {
        padding-bottom: 15px !important
    }

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

    .p-sm-md {
        padding: 50px !important
    }

    .pt-sm-md,
    .py-sm-md {
        padding-top: 50px !important
    }

    .pr-sm-md,
    .px-sm-md {
        padding-right: 50px !important
    }

    .pb-sm-md,
    .py-sm-md {
        padding-bottom: 50px !important
    }

    .pl-sm-md,
    .px-sm-md {
        padding-left: 50px !important
    }

    .p-sm-lg {
        padding: 80px !important
    }

    .pt-sm-lg,
    .py-sm-lg {
        padding-top: 80px !important
    }

    .pr-sm-lg,
    .px-sm-lg {
        padding-right: 80px !important
    }

    .pb-sm-lg,
    .py-sm-lg {
        padding-bottom: 80px !important
    }

    .pl-sm-lg,
    .px-sm-lg {
        padding-left: 80px !important
    }

    .p-sm-xl {
        padding: 110px !important
    }

    .pt-sm-xl,
    .py-sm-xl {
        padding-top: 110px !important
    }

    .pr-sm-xl,
    .px-sm-xl {
        padding-right: 110px !important
    }

    .pb-sm-xl,
    .py-sm-xl {
        padding-bottom: 110px !important
    }

    .pl-sm-xl,
    .px-sm-xl {
        padding-left: 110px !important
    }

    .p-sm-5 {
        padding: 5px !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5px !important
    }

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

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5px !important
    }

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

    .p-sm-10 {
        padding: 10px !important
    }

    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10px !important
    }

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

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10px !important
    }

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

    .p-sm-15 {
        padding: 15px !important
    }

    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important
    }

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

    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important
    }

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

    .p-sm-20 {
        padding: 20px !important
    }

    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px !important
    }

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

    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20px !important
    }

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

    .p-sm-25 {
        padding: 25px !important
    }

    .pt-sm-25,
    .py-sm-25 {
        padding-top: 25px !important
    }

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

    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 25px !important
    }

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

    .p-sm-30 {
        padding: 30px !important
    }

    .pt-sm-30,
    .py-sm-30 {
        padding-top: 30px !important
    }

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

    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 30px !important
    }

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

    .p-sm-40 {
        padding: 40px !important
    }

    .pt-sm-40,
    .py-sm-40 {
        padding-top: 40px !important
    }

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

    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 40px !important
    }

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

    .p-sm-50 {
        padding: 50px !important
    }

    .pt-sm-50,
    .py-sm-50 {
        padding-top: 50px !important
    }

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

    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 50px !important
    }

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

    .p-sm-60 {
        padding: 60px !important
    }

    .pt-sm-60,
    .py-sm-60 {
        padding-top: 60px !important
    }

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

    .pb-sm-60,
    .py-sm-60 {
        padding-bottom: 60px !important
    }

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

    .p-sm-70 {
        padding: 70px !important
    }

    .pt-sm-70,
    .py-sm-70 {
        padding-top: 70px !important
    }

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

    .pb-sm-70,
    .py-sm-70 {
        padding-bottom: 70px !important
    }

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

    .p-sm-80 {
        padding: 80px !important
    }

    .pt-sm-80,
    .py-sm-80 {
        padding-top: 80px !important
    }

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

    .pb-sm-80,
    .py-sm-80 {
        padding-bottom: 80px !important
    }

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

    .p-sm-90 {
        padding: 90px !important
    }

    .pt-sm-90,
    .py-sm-90 {
        padding-top: 90px !important
    }

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

    .pb-sm-90,
    .py-sm-90 {
        padding-bottom: 90px !important
    }

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

    .p-sm-100 {
        padding: 100px !important
    }

    .pt-sm-100,
    .py-sm-100 {
        padding-top: 100px !important
    }

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

    .pb-sm-100,
    .py-sm-100 {
        padding-bottom: 100px !important
    }

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

    .p-sm-120 {
        padding: 120px !important
    }

    .pt-sm-120,
    .py-sm-120 {
        padding-top: 120px !important
    }

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

    .pb-sm-120,
    .py-sm-120 {
        padding-bottom: 120px !important
    }

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

    .p-sm-150 {
        padding: 150px !important
    }

    .pt-sm-150,
    .py-sm-150 {
        padding-top: 150px !important
    }

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

    .pb-sm-150,
    .py-sm-150 {
        padding-bottom: 150px !important
    }

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

    .p-sm-200 {
        padding: 200px !important
    }

    .pt-sm-200,
    .py-sm-200 {
        padding-top: 200px !important
    }

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

    .pb-sm-200,
    .py-sm-200 {
        padding-bottom: 200px !important
    }

    .pl-sm-200,
    .px-sm-200 {
        padding-left: 200px !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-sm {
        margin: 15px !important
    }

    .mt-md-sm,
    .my-md-sm {
        margin-top: 15px !important
    }

    .mr-md-sm,
    .mx-md-sm {
        margin-right: 15px !important
    }

    .mb-md-sm,
    .my-md-sm {
        margin-bottom: 15px !important
    }

    .ml-md-sm,
    .mx-md-sm {
        margin-left: 15px !important
    }

    .m-md-md {
        margin: 50px !important
    }

    .mt-md-md,
    .my-md-md {
        margin-top: 50px !important
    }

    .mr-md-md,
    .mx-md-md {
        margin-right: 50px !important
    }

    .mb-md-md,
    .my-md-md {
        margin-bottom: 50px !important
    }

    .ml-md-md,
    .mx-md-md {
        margin-left: 50px !important
    }

    .m-md-lg {
        margin: 80px !important
    }

    .mt-md-lg,
    .my-md-lg {
        margin-top: 80px !important
    }

    .mr-md-lg,
    .mx-md-lg {
        margin-right: 80px !important
    }

    .mb-md-lg,
    .my-md-lg {
        margin-bottom: 80px !important
    }

    .ml-md-lg,
    .mx-md-lg {
        margin-left: 80px !important
    }

    .m-md-xl {
        margin: 110px !important
    }

    .mt-md-xl,
    .my-md-xl {
        margin-top: 110px !important
    }

    .mr-md-xl,
    .mx-md-xl {
        margin-right: 110px !important
    }

    .mb-md-xl,
    .my-md-xl {
        margin-bottom: 110px !important
    }

    .ml-md-xl,
    .mx-md-xl {
        margin-left: 110px !important
    }

    .m-md-5 {
        margin: 5px !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 5px !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 5px !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5px !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 5px !important
    }

    .m-md-10 {
        margin: 10px !important
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 10px !important
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 10px !important
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10px !important
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 10px !important
    }

    .m-md-15 {
        margin: 15px !important
    }

    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important
    }

    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important
    }

    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important
    }

    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important
    }

    .m-md-20 {
        margin: 20px !important
    }

    .mt-md-20,
    .my-md-20 {
        margin-top: 20px !important
    }

    .mr-md-20,
    .mx-md-20 {
        margin-right: 20px !important
    }

    .mb-md-20,
    .my-md-20 {
        margin-bottom: 20px !important
    }

    .ml-md-20,
    .mx-md-20 {
        margin-left: 20px !important
    }

    .m-md-25 {
        margin: 25px !important
    }

    .mt-md-25,
    .my-md-25 {
        margin-top: 25px !important
    }

    .mr-md-25,
    .mx-md-25 {
        margin-right: 25px !important
    }

    .mb-md-25,
    .my-md-25 {
        margin-bottom: 25px !important
    }

    .ml-md-25,
    .mx-md-25 {
        margin-left: 25px !important
    }

    .m-md-30 {
        margin: 30px !important
    }

    .mt-md-30,
    .my-md-30 {
        margin-top: 30px !important
    }

    .mr-md-30,
    .mx-md-30 {
        margin-right: 30px !important
    }

    .mb-md-30,
    .my-md-30 {
        margin-bottom: 30px !important
    }

    .ml-md-30,
    .mx-md-30 {
        margin-left: 30px !important
    }

    .m-md-40 {
        margin: 40px !important
    }

    .mt-md-40,
    .my-md-40 {
        margin-top: 40px !important
    }

    .mr-md-40,
    .mx-md-40 {
        margin-right: 40px !important
    }

    .mb-md-40,
    .my-md-40 {
        margin-bottom: 40px !important
    }

    .ml-md-40,
    .mx-md-40 {
        margin-left: 40px !important
    }

    .m-md-50 {
        margin: 50px !important
    }

    .mt-md-50,
    .my-md-50 {
        margin-top: 50px !important
    }

    .mr-md-50,
    .mx-md-50 {
        margin-right: 50px !important
    }

    .mb-md-50,
    .my-md-50 {
        margin-bottom: 50px !important
    }

    .ml-md-50,
    .mx-md-50 {
        margin-left: 50px !important
    }

    .m-md-60 {
        margin: 60px !important
    }

    .mt-md-60,
    .my-md-60 {
        margin-top: 60px !important
    }

    .mr-md-60,
    .mx-md-60 {
        margin-right: 60px !important
    }

    .mb-md-60,
    .my-md-60 {
        margin-bottom: 60px !important
    }

    .ml-md-60,
    .mx-md-60 {
        margin-left: 60px !important
    }

    .m-md-70 {
        margin: 70px !important
    }

    .mt-md-70,
    .my-md-70 {
        margin-top: 70px !important
    }

    .mr-md-70,
    .mx-md-70 {
        margin-right: 70px !important
    }

    .mb-md-70,
    .my-md-70 {
        margin-bottom: 70px !important
    }

    .ml-md-70,
    .mx-md-70 {
        margin-left: 70px !important
    }

    .m-md-80 {
        margin: 80px !important
    }

    .mt-md-80,
    .my-md-80 {
        margin-top: 80px !important
    }

    .mr-md-80,
    .mx-md-80 {
        margin-right: 80px !important
    }

    .mb-md-80,
    .my-md-80 {
        margin-bottom: 80px !important
    }

    .ml-md-80,
    .mx-md-80 {
        margin-left: 80px !important
    }

    .m-md-90 {
        margin: 90px !important
    }

    .mt-md-90,
    .my-md-90 {
        margin-top: 90px !important
    }

    .mr-md-90,
    .mx-md-90 {
        margin-right: 90px !important
    }

    .mb-md-90,
    .my-md-90 {
        margin-bottom: 90px !important
    }

    .ml-md-90,
    .mx-md-90 {
        margin-left: 90px !important
    }

    .m-md-100 {
        margin: 100px !important
    }

    .mt-md-100,
    .my-md-100 {
        margin-top: 100px !important
    }

    .mr-md-100,
    .mx-md-100 {
        margin-right: 100px !important
    }

    .mb-md-100,
    .my-md-100 {
        margin-bottom: 100px !important
    }

    .ml-md-100,
    .mx-md-100 {
        margin-left: 100px !important
    }

    .m-md-120 {
        margin: 120px !important
    }

    .mt-md-120,
    .my-md-120 {
        margin-top: 120px !important
    }

    .mr-md-120,
    .mx-md-120 {
        margin-right: 120px !important
    }

    .mb-md-120,
    .my-md-120 {
        margin-bottom: 120px !important
    }

    .ml-md-120,
    .mx-md-120 {
        margin-left: 120px !important
    }

    .m-md-150 {
        margin: 150px !important
    }

    .mt-md-150,
    .my-md-150 {
        margin-top: 150px !important
    }

    .mr-md-150,
    .mx-md-150 {
        margin-right: 150px !important
    }

    .mb-md-150,
    .my-md-150 {
        margin-bottom: 150px !important
    }

    .ml-md-150,
    .mx-md-150 {
        margin-left: 150px !important
    }

    .m-md-200 {
        margin: 200px !important
    }

    .mt-md-200,
    .my-md-200 {
        margin-top: 200px !important
    }

    .mr-md-200,
    .mx-md-200 {
        margin-right: 200px !important
    }

    .mb-md-200,
    .my-md-200 {
        margin-bottom: 200px !important
    }

    .ml-md-200,
    .mx-md-200 {
        margin-left: 200px !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-sm {
        padding: 15px !important
    }

    .pt-md-sm,
    .py-md-sm {
        padding-top: 15px !important
    }

    .pr-md-sm,
    .px-md-sm {
        padding-right: 15px !important
    }

    .pb-md-sm,
    .py-md-sm {
        padding-bottom: 15px !important
    }

    .pl-md-sm,
    .px-md-sm {
        padding-left: 15px !important
    }

    .p-md-md {
        padding: 50px !important
    }

    .pt-md-md,
    .py-md-md {
        padding-top: 50px !important
    }

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

    .pb-md-md,
    .py-md-md {
        padding-bottom: 50px !important
    }

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

    .p-md-lg {
        padding: 80px !important
    }

    .pt-md-lg,
    .py-md-lg {
        padding-top: 80px !important
    }

    .pr-md-lg,
    .px-md-lg {
        padding-right: 80px !important
    }

    .pb-md-lg,
    .py-md-lg {
        padding-bottom: 80px !important
    }

    .pl-md-lg,
    .px-md-lg {
        padding-left: 80px !important
    }

    .p-md-xl {
        padding: 110px !important
    }

    .pt-md-xl,
    .py-md-xl {
        padding-top: 110px !important
    }

    .pr-md-xl,
    .px-md-xl {
        padding-right: 110px !important
    }

    .pb-md-xl,
    .py-md-xl {
        padding-bottom: 110px !important
    }

    .pl-md-xl,
    .px-md-xl {
        padding-left: 110px !important
    }

    .p-md-5 {
        padding: 5px !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 5px !important
    }

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

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5px !important
    }

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

    .p-md-10 {
        padding: 10px !important
    }

    .pt-md-10,
    .py-md-10 {
        padding-top: 10px !important
    }

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

    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10px !important
    }

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

    .p-md-15 {
        padding: 15px !important
    }

    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important
    }

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

    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important
    }

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

    .p-md-20 {
        padding: 20px !important
    }

    .pt-md-20,
    .py-md-20 {
        padding-top: 20px !important
    }

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

    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20px !important
    }

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

    .p-md-25 {
        padding: 25px !important
    }

    .pt-md-25,
    .py-md-25 {
        padding-top: 25px !important
    }

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

    .pb-md-25,
    .py-md-25 {
        padding-bottom: 25px !important
    }

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

    .p-md-30 {
        padding: 30px !important
    }

    .pt-md-30,
    .py-md-30 {
        padding-top: 30px !important
    }

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

    .pb-md-30,
    .py-md-30 {
        padding-bottom: 30px !important
    }

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

    .p-md-40 {
        padding: 40px !important
    }

    .pt-md-40,
    .py-md-40 {
        padding-top: 40px !important
    }

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

    .pb-md-40,
    .py-md-40 {
        padding-bottom: 40px !important
    }

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

    .p-md-50 {
        padding: 50px !important
    }

    .pt-md-50,
    .py-md-50 {
        padding-top: 50px !important
    }

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

    .pb-md-50,
    .py-md-50 {
        padding-bottom: 50px !important
    }

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

    .p-md-60 {
        padding: 60px !important
    }

    .pt-md-60,
    .py-md-60 {
        padding-top: 60px !important
    }

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

    .pb-md-60,
    .py-md-60 {
        padding-bottom: 60px !important
    }

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

    .p-md-70 {
        padding: 70px !important
    }

    .pt-md-70,
    .py-md-70 {
        padding-top: 70px !important
    }

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

    .pb-md-70,
    .py-md-70 {
        padding-bottom: 70px !important
    }

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

    .p-md-80 {
        padding: 80px !important
    }

    .pt-md-80,
    .py-md-80 {
        padding-top: 80px !important
    }

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

    .pb-md-80,
    .py-md-80 {
        padding-bottom: 80px !important
    }

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

    .p-md-90 {
        padding: 90px !important
    }

    .pt-md-90,
    .py-md-90 {
        padding-top: 90px !important
    }

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

    .pb-md-90,
    .py-md-90 {
        padding-bottom: 90px !important
    }

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

    .p-md-100 {
        padding: 100px !important
    }

    .pt-md-100,
    .py-md-100 {
        padding-top: 100px !important
    }

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

    .pb-md-100,
    .py-md-100 {
        padding-bottom: 100px !important
    }

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

    .p-md-120 {
        padding: 120px !important
    }

    .pt-md-120,
    .py-md-120 {
        padding-top: 120px !important
    }

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

    .pb-md-120,
    .py-md-120 {
        padding-bottom: 120px !important
    }

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

    .p-md-150 {
        padding: 150px !important
    }

    .pt-md-150,
    .py-md-150 {
        padding-top: 150px !important
    }

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

    .pb-md-150,
    .py-md-150 {
        padding-bottom: 150px !important
    }

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

    .p-md-200 {
        padding: 200px !important
    }

    .pt-md-200,
    .py-md-200 {
        padding-top: 200px !important
    }

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

    .pb-md-200,
    .py-md-200 {
        padding-bottom: 200px !important
    }

    .pl-md-200,
    .px-md-200 {
        padding-left: 200px !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-sm {
        margin: 15px !important
    }

    .mt-lg-sm,
    .my-lg-sm {
        margin-top: 15px !important
    }

    .mr-lg-sm,
    .mx-lg-sm {
        margin-right: 15px !important
    }

    .mb-lg-sm,
    .my-lg-sm {
        margin-bottom: 15px !important
    }

    .ml-lg-sm,
    .mx-lg-sm {
        margin-left: 15px !important
    }

    .m-lg-md {
        margin: 50px !important
    }

    .mt-lg-md,
    .my-lg-md {
        margin-top: 50px !important
    }

    .mr-lg-md,
    .mx-lg-md {
        margin-right: 50px !important
    }

    .mb-lg-md,
    .my-lg-md {
        margin-bottom: 50px !important
    }

    .ml-lg-md,
    .mx-lg-md {
        margin-left: 50px !important
    }

    .m-lg-lg {
        margin: 80px !important
    }

    .mt-lg-lg,
    .my-lg-lg {
        margin-top: 80px !important
    }

    .mr-lg-lg,
    .mx-lg-lg {
        margin-right: 80px !important
    }

    .mb-lg-lg,
    .my-lg-lg {
        margin-bottom: 80px !important
    }

    .ml-lg-lg,
    .mx-lg-lg {
        margin-left: 80px !important
    }

    .m-lg-xl {
        margin: 110px !important
    }

    .mt-lg-xl,
    .my-lg-xl {
        margin-top: 110px !important
    }

    .mr-lg-xl,
    .mx-lg-xl {
        margin-right: 110px !important
    }

    .mb-lg-xl,
    .my-lg-xl {
        margin-bottom: 110px !important
    }

    .ml-lg-xl,
    .mx-lg-xl {
        margin-left: 110px !important
    }

    .m-lg-5 {
        margin: 5px !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5px !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5px !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5px !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5px !important
    }

    .m-lg-10 {
        margin: 10px !important
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10px !important
    }

    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10px !important
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10px !important
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10px !important
    }

    .m-lg-15 {
        margin: 15px !important
    }

    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important
    }

    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important
    }

    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important
    }

    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important
    }

    .m-lg-20 {
        margin: 20px !important
    }

    .mt-lg-20,
    .my-lg-20 {
        margin-top: 20px !important
    }

    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px !important
    }

    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 20px !important
    }

    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px !important
    }

    .m-lg-25 {
        margin: 25px !important
    }

    .mt-lg-25,
    .my-lg-25 {
        margin-top: 25px !important
    }

    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 25px !important
    }

    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 25px !important
    }

    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 25px !important
    }

    .m-lg-30 {
        margin: 30px !important
    }

    .mt-lg-30,
    .my-lg-30 {
        margin-top: 30px !important
    }

    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 30px !important
    }

    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 30px !important
    }

    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 30px !important
    }

    .m-lg-40 {
        margin: 40px !important
    }

    .mt-lg-40,
    .my-lg-40 {
        margin-top: 40px !important
    }

    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 40px !important
    }

    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 40px !important
    }

    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 40px !important
    }

    .m-lg-50 {
        margin: 50px !important
    }

    .mt-lg-50,
    .my-lg-50 {
        margin-top: 50px !important
    }

    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 50px !important
    }

    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 50px !important
    }

    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 50px !important
    }

    .m-lg-60 {
        margin: 60px !important
    }

    .mt-lg-60,
    .my-lg-60 {
        margin-top: 60px !important
    }

    .mr-lg-60,
    .mx-lg-60 {
        margin-right: 60px !important
    }

    .mb-lg-60,
    .my-lg-60 {
        margin-bottom: 60px !important
    }

    .ml-lg-60,
    .mx-lg-60 {
        margin-left: 60px !important
    }

    .m-lg-70 {
        margin: 70px !important
    }

    .mt-lg-70,
    .my-lg-70 {
        margin-top: 70px !important
    }

    .mr-lg-70,
    .mx-lg-70 {
        margin-right: 70px !important
    }

    .mb-lg-70,
    .my-lg-70 {
        margin-bottom: 70px !important
    }

    .ml-lg-70,
    .mx-lg-70 {
        margin-left: 70px !important
    }

    .m-lg-80 {
        margin: 80px !important
    }

    .mt-lg-80,
    .my-lg-80 {
        margin-top: 80px !important
    }

    .mr-lg-80,
    .mx-lg-80 {
        margin-right: 80px !important
    }

    .mb-lg-80,
    .my-lg-80 {
        margin-bottom: 80px !important
    }

    .ml-lg-80,
    .mx-lg-80 {
        margin-left: 80px !important
    }

    .m-lg-90 {
        margin: 90px !important
    }

    .mt-lg-90,
    .my-lg-90 {
        margin-top: 90px !important
    }

    .mr-lg-90,
    .mx-lg-90 {
        margin-right: 90px !important
    }

    .mb-lg-90,
    .my-lg-90 {
        margin-bottom: 90px !important
    }

    .ml-lg-90,
    .mx-lg-90 {
        margin-left: 90px !important
    }

    .m-lg-100 {
        margin: 100px !important
    }

    .mt-lg-100,
    .my-lg-100 {
        margin-top: 100px !important
    }

    .mr-lg-100,
    .mx-lg-100 {
        margin-right: 100px !important
    }

    .mb-lg-100,
    .my-lg-100 {
        margin-bottom: 100px !important
    }

    .ml-lg-100,
    .mx-lg-100 {
        margin-left: 100px !important
    }

    .m-lg-120 {
        margin: 120px !important
    }

    .mt-lg-120,
    .my-lg-120 {
        margin-top: 120px !important
    }

    .mr-lg-120,
    .mx-lg-120 {
        margin-right: 120px !important
    }

    .mb-lg-120,
    .my-lg-120 {
        margin-bottom: 120px !important
    }

    .ml-lg-120,
    .mx-lg-120 {
        margin-left: 120px !important
    }

    .m-lg-150 {
        margin: 150px !important
    }

    .mt-lg-150,
    .my-lg-150 {
        margin-top: 150px !important
    }

    .mr-lg-150,
    .mx-lg-150 {
        margin-right: 150px !important
    }

    .mb-lg-150,
    .my-lg-150 {
        margin-bottom: 150px !important
    }

    .ml-lg-150,
    .mx-lg-150 {
        margin-left: 150px !important
    }

    .m-lg-200 {
        margin: 200px !important
    }

    .mt-lg-200,
    .my-lg-200 {
        margin-top: 200px !important
    }

    .mr-lg-200,
    .mx-lg-200 {
        margin-right: 200px !important
    }

    .mb-lg-200,
    .my-lg-200 {
        margin-bottom: 200px !important
    }

    .ml-lg-200,
    .mx-lg-200 {
        margin-left: 200px !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-sm {
        padding: 15px !important
    }

    .pt-lg-sm,
    .py-lg-sm {
        padding-top: 15px !important
    }

    .pr-lg-sm,
    .px-lg-sm {
        padding-right: 15px !important
    }

    .pb-lg-sm,
    .py-lg-sm {
        padding-bottom: 15px !important
    }

    .pl-lg-sm,
    .px-lg-sm {
        padding-left: 15px !important
    }

    .p-lg-md {
        padding: 50px !important
    }

    .pt-lg-md,
    .py-lg-md {
        padding-top: 50px !important
    }

    .pr-lg-md,
    .px-lg-md {
        padding-right: 50px !important
    }

    .pb-lg-md,
    .py-lg-md {
        padding-bottom: 50px !important
    }

    .pl-lg-md,
    .px-lg-md {
        padding-left: 50px !important
    }

    .p-lg-lg {
        padding: 80px !important
    }

    .pt-lg-lg,
    .py-lg-lg {
        padding-top: 80px !important
    }

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

    .pb-lg-lg,
    .py-lg-lg {
        padding-bottom: 80px !important
    }

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

    .p-lg-xl {
        padding: 110px !important
    }

    .pt-lg-xl,
    .py-lg-xl {
        padding-top: 110px !important
    }

    .pr-lg-xl,
    .px-lg-xl {
        padding-right: 110px !important
    }

    .pb-lg-xl,
    .py-lg-xl {
        padding-bottom: 110px !important
    }

    .pl-lg-xl,
    .px-lg-xl {
        padding-left: 110px !important
    }

    .p-lg-5 {
        padding: 5px !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5px !important
    }

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

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5px !important
    }

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

    .p-lg-10 {
        padding: 10px !important
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10px !important
    }

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

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10px !important
    }

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

    .p-lg-15 {
        padding: 15px !important
    }

    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important
    }

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

    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important
    }

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

    .p-lg-20 {
        padding: 20px !important
    }

    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important
    }

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

    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important
    }

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

    .p-lg-25 {
        padding: 25px !important
    }

    .pt-lg-25,
    .py-lg-25 {
        padding-top: 25px !important
    }

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

    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 25px !important
    }

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

    .p-lg-30 {
        padding: 30px !important
    }

    .pt-lg-30,
    .py-lg-30 {
        padding-top: 30px !important
    }

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

    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 30px !important
    }

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

    .p-lg-40 {
        padding: 40px !important
    }

    .pt-lg-40,
    .py-lg-40 {
        padding-top: 40px !important
    }

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

    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 40px !important
    }

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

    .p-lg-50 {
        padding: 50px !important
    }

    .pt-lg-50,
    .py-lg-50 {
        padding-top: 50px !important
    }

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

    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 50px !important
    }

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

    .p-lg-60 {
        padding: 60px !important
    }

    .pt-lg-60,
    .py-lg-60 {
        padding-top: 60px !important
    }

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

    .pb-lg-60,
    .py-lg-60 {
        padding-bottom: 60px !important
    }

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

    .p-lg-70 {
        padding: 70px !important
    }

    .pt-lg-70,
    .py-lg-70 {
        padding-top: 70px !important
    }

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

    .pb-lg-70,
    .py-lg-70 {
        padding-bottom: 70px !important
    }

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

    .p-lg-80 {
        padding: 80px !important
    }

    .pt-lg-80,
    .py-lg-80 {
        padding-top: 80px !important
    }

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

    .pb-lg-80,
    .py-lg-80 {
        padding-bottom: 80px !important
    }

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

    .p-lg-90 {
        padding: 90px !important
    }

    .pt-lg-90,
    .py-lg-90 {
        padding-top: 90px !important
    }

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

    .pb-lg-90,
    .py-lg-90 {
        padding-bottom: 90px !important
    }

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

    .p-lg-100 {
        padding: 100px !important
    }

    .pt-lg-100,
    .py-lg-100 {
        padding-top: 100px !important
    }

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

    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 100px !important
    }

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

    .p-lg-120 {
        padding: 120px !important
    }

    .pt-lg-120,
    .py-lg-120 {
        padding-top: 120px !important
    }

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

    .pb-lg-120,
    .py-lg-120 {
        padding-bottom: 120px !important
    }

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

    .p-lg-150 {
        padding: 150px !important
    }

    .pt-lg-150,
    .py-lg-150 {
        padding-top: 150px !important
    }

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

    .pb-lg-150,
    .py-lg-150 {
        padding-bottom: 150px !important
    }

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

    .p-lg-200 {
        padding: 200px !important
    }

    .pt-lg-200,
    .py-lg-200 {
        padding-top: 200px !important
    }

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

    .pb-lg-200,
    .py-lg-200 {
        padding-bottom: 200px !important
    }

    .pl-lg-200,
    .px-lg-200 {
        padding-left: 200px !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-sm {
        margin: 15px !important
    }

    .mt-xl-sm,
    .my-xl-sm {
        margin-top: 15px !important
    }

    .mr-xl-sm,
    .mx-xl-sm {
        margin-right: 15px !important
    }

    .mb-xl-sm,
    .my-xl-sm {
        margin-bottom: 15px !important
    }

    .ml-xl-sm,
    .mx-xl-sm {
        margin-left: 15px !important
    }

    .m-xl-md {
        margin: 50px !important
    }

    .mt-xl-md,
    .my-xl-md {
        margin-top: 50px !important
    }

    .mr-xl-md,
    .mx-xl-md {
        margin-right: 50px !important
    }

    .mb-xl-md,
    .my-xl-md {
        margin-bottom: 50px !important
    }

    .ml-xl-md,
    .mx-xl-md {
        margin-left: 50px !important
    }

    .m-xl-lg {
        margin: 80px !important
    }

    .mt-xl-lg,
    .my-xl-lg {
        margin-top: 80px !important
    }

    .mr-xl-lg,
    .mx-xl-lg {
        margin-right: 80px !important
    }

    .mb-xl-lg,
    .my-xl-lg {
        margin-bottom: 80px !important
    }

    .ml-xl-lg,
    .mx-xl-lg {
        margin-left: 80px !important
    }

    .m-xl-xl {
        margin: 110px !important
    }

    .mt-xl-xl,
    .my-xl-xl {
        margin-top: 110px !important
    }

    .mr-xl-xl,
    .mx-xl-xl {
        margin-right: 110px !important
    }

    .mb-xl-xl,
    .my-xl-xl {
        margin-bottom: 110px !important
    }

    .ml-xl-xl,
    .mx-xl-xl {
        margin-left: 110px !important
    }

    .m-xl-5 {
        margin: 5px !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5px !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5px !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5px !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5px !important
    }

    .m-xl-10 {
        margin: 10px !important
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10px !important
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10px !important
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10px !important
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10px !important
    }

    .m-xl-15 {
        margin: 15px !important
    }

    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important
    }

    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important
    }

    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important
    }

    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important
    }

    .m-xl-20 {
        margin: 20px !important
    }

    .mt-xl-20,
    .my-xl-20 {
        margin-top: 20px !important
    }

    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 20px !important
    }

    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 20px !important
    }

    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 20px !important
    }

    .m-xl-25 {
        margin: 25px !important
    }

    .mt-xl-25,
    .my-xl-25 {
        margin-top: 25px !important
    }

    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 25px !important
    }

    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 25px !important
    }

    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 25px !important
    }

    .m-xl-30 {
        margin: 30px !important
    }

    .mt-xl-30,
    .my-xl-30 {
        margin-top: 30px !important
    }

    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 30px !important
    }

    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 30px !important
    }

    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 30px !important
    }

    .m-xl-40 {
        margin: 40px !important
    }

    .mt-xl-40,
    .my-xl-40 {
        margin-top: 40px !important
    }

    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 40px !important
    }

    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 40px !important
    }

    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 40px !important
    }

    .m-xl-50 {
        margin: 50px !important
    }

    .mt-xl-50,
    .my-xl-50 {
        margin-top: 50px !important
    }

    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 50px !important
    }

    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 50px !important
    }

    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 50px !important
    }

    .m-xl-60 {
        margin: 60px !important
    }

    .mt-xl-60,
    .my-xl-60 {
        margin-top: 60px !important
    }

    .mr-xl-60,
    .mx-xl-60 {
        margin-right: 60px !important
    }

    .mb-xl-60,
    .my-xl-60 {
        margin-bottom: 60px !important
    }

    .ml-xl-60,
    .mx-xl-60 {
        margin-left: 60px !important
    }

    .m-xl-70 {
        margin: 70px !important
    }

    .mt-xl-70,
    .my-xl-70 {
        margin-top: 70px !important
    }

    .mr-xl-70,
    .mx-xl-70 {
        margin-right: 70px !important
    }

    .mb-xl-70,
    .my-xl-70 {
        margin-bottom: 70px !important
    }

    .ml-xl-70,
    .mx-xl-70 {
        margin-left: 70px !important
    }

    .m-xl-80 {
        margin: 80px !important
    }

    .mt-xl-80,
    .my-xl-80 {
        margin-top: 80px !important
    }

    .mr-xl-80,
    .mx-xl-80 {
        margin-right: 80px !important
    }

    .mb-xl-80,
    .my-xl-80 {
        margin-bottom: 80px !important
    }

    .ml-xl-80,
    .mx-xl-80 {
        margin-left: 80px !important
    }

    .m-xl-90 {
        margin: 90px !important
    }

    .mt-xl-90,
    .my-xl-90 {
        margin-top: 90px !important
    }

    .mr-xl-90,
    .mx-xl-90 {
        margin-right: 90px !important
    }

    .mb-xl-90,
    .my-xl-90 {
        margin-bottom: 90px !important
    }

    .ml-xl-90,
    .mx-xl-90 {
        margin-left: 90px !important
    }

    .m-xl-100 {
        margin: 100px !important
    }

    .mt-xl-100,
    .my-xl-100 {
        margin-top: 100px !important
    }

    .mr-xl-100,
    .mx-xl-100 {
        margin-right: 100px !important
    }

    .mb-xl-100,
    .my-xl-100 {
        margin-bottom: 100px !important
    }

    .ml-xl-100,
    .mx-xl-100 {
        margin-left: 100px !important
    }

    .m-xl-120 {
        margin: 120px !important
    }

    .mt-xl-120,
    .my-xl-120 {
        margin-top: 120px !important
    }

    .mr-xl-120,
    .mx-xl-120 {
        margin-right: 120px !important
    }

    .mb-xl-120,
    .my-xl-120 {
        margin-bottom: 120px !important
    }

    .ml-xl-120,
    .mx-xl-120 {
        margin-left: 120px !important
    }

    .m-xl-150 {
        margin: 150px !important
    }

    .mt-xl-150,
    .my-xl-150 {
        margin-top: 150px !important
    }

    .mr-xl-150,
    .mx-xl-150 {
        margin-right: 150px !important
    }

    .mb-xl-150,
    .my-xl-150 {
        margin-bottom: 150px !important
    }

    .ml-xl-150,
    .mx-xl-150 {
        margin-left: 150px !important
    }

    .m-xl-200 {
        margin: 200px !important
    }

    .mt-xl-200,
    .my-xl-200 {
        margin-top: 200px !important
    }

    .mr-xl-200,
    .mx-xl-200 {
        margin-right: 200px !important
    }

    .mb-xl-200,
    .my-xl-200 {
        margin-bottom: 200px !important
    }

    .ml-xl-200,
    .mx-xl-200 {
        margin-left: 200px !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-sm {
        padding: 15px !important
    }

    .pt-xl-sm,
    .py-xl-sm {
        padding-top: 15px !important
    }

    .pr-xl-sm,
    .px-xl-sm {
        padding-right: 15px !important
    }

    .pb-xl-sm,
    .py-xl-sm {
        padding-bottom: 15px !important
    }

    .pl-xl-sm,
    .px-xl-sm {
        padding-left: 15px !important
    }

    .p-xl-md {
        padding: 50px !important
    }

    .pt-xl-md,
    .py-xl-md {
        padding-top: 50px !important
    }

    .pr-xl-md,
    .px-xl-md {
        padding-right: 50px !important
    }

    .pb-xl-md,
    .py-xl-md {
        padding-bottom: 50px !important
    }

    .pl-xl-md,
    .px-xl-md {
        padding-left: 50px !important
    }

    .p-xl-lg {
        padding: 80px !important
    }

    .pt-xl-lg,
    .py-xl-lg {
        padding-top: 80px !important
    }

    .pr-xl-lg,
    .px-xl-lg {
        padding-right: 80px !important
    }

    .pb-xl-lg,
    .py-xl-lg {
        padding-bottom: 80px !important
    }

    .pl-xl-lg,
    .px-xl-lg {
        padding-left: 80px !important
    }

    .p-xl-xl {
        padding: 110px !important
    }

    .pt-xl-xl,
    .py-xl-xl {
        padding-top: 110px !important
    }

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

    .pb-xl-xl,
    .py-xl-xl {
        padding-bottom: 110px !important
    }

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

    .p-xl-5 {
        padding: 5px !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5px !important
    }

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

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5px !important
    }

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

    .p-xl-10 {
        padding: 10px !important
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10px !important
    }

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

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10px !important
    }

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

    .p-xl-15 {
        padding: 15px !important
    }

    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important
    }

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

    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important
    }

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

    .p-xl-20 {
        padding: 20px !important
    }

    .pt-xl-20,
    .py-xl-20 {
        padding-top: 20px !important
    }

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

    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 20px !important
    }

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

    .p-xl-25 {
        padding: 25px !important
    }

    .pt-xl-25,
    .py-xl-25 {
        padding-top: 25px !important
    }

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

    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 25px !important
    }

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

    .p-xl-30 {
        padding: 30px !important
    }

    .pt-xl-30,
    .py-xl-30 {
        padding-top: 30px !important
    }

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

    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 30px !important
    }

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

    .p-xl-40 {
        padding: 40px !important
    }

    .pt-xl-40,
    .py-xl-40 {
        padding-top: 40px !important
    }

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

    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 40px !important
    }

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

    .p-xl-50 {
        padding: 50px !important
    }

    .pt-xl-50,
    .py-xl-50 {
        padding-top: 50px !important
    }

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

    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 50px !important
    }

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

    .p-xl-60 {
        padding: 60px !important
    }

    .pt-xl-60,
    .py-xl-60 {
        padding-top: 60px !important
    }

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

    .pb-xl-60,
    .py-xl-60 {
        padding-bottom: 60px !important
    }

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

    .p-xl-70 {
        padding: 70px !important
    }

    .pt-xl-70,
    .py-xl-70 {
        padding-top: 70px !important
    }

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

    .pb-xl-70,
    .py-xl-70 {
        padding-bottom: 70px !important
    }

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

    .p-xl-80 {
        padding: 80px !important
    }

    .pt-xl-80,
    .py-xl-80 {
        padding-top: 80px !important
    }

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

    .pb-xl-80,
    .py-xl-80 {
        padding-bottom: 80px !important
    }

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

    .p-xl-90 {
        padding: 90px !important
    }

    .pt-xl-90,
    .py-xl-90 {
        padding-top: 90px !important
    }

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

    .pb-xl-90,
    .py-xl-90 {
        padding-bottom: 90px !important
    }

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

    .p-xl-100 {
        padding: 100px !important
    }

    .pt-xl-100,
    .py-xl-100 {
        padding-top: 100px !important
    }

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

    .pb-xl-100,
    .py-xl-100 {
        padding-bottom: 100px !important
    }

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

    .p-xl-120 {
        padding: 120px !important
    }

    .pt-xl-120,
    .py-xl-120 {
        padding-top: 120px !important
    }

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

    .pb-xl-120,
    .py-xl-120 {
        padding-bottom: 120px !important
    }

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

    .p-xl-150 {
        padding: 150px !important
    }

    .pt-xl-150,
    .py-xl-150 {
        padding-top: 150px !important
    }

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

    .pb-xl-150,
    .py-xl-150 {
        padding-bottom: 150px !important
    }

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

    .p-xl-200 {
        padding: 200px !important
    }

    .pt-xl-200,
    .py-xl-200 {
        padding-top: 200px !important
    }

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

    .pb-xl-200,
    .py-xl-200 {
        padding-bottom: 200px !important
    }

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

@media (max-width:991.98px) {

    .mb-xl,
    .my-xl {
        margin-bottom: 70px !important
    }

    .mt-xl,
    .my-xl {
        margin-top: 70px !important
    }

    .pb-lg,
    .py-lg {
        padding-bottom: 50px !important
    }

    .pt-lg,
    .py-lg {
        padding-top: 50px !important
    }

    .mb-lg,
    .my-lg {
        margin-bottom: 50px !important
    }

    .mt-lg,
    .my-lg {
        margin-top: 50px !important
    }

    .mb-md,
    .my-md {
        margin-bottom: 30px !important
    }

    .mt-md,
    .my-md {
        margin-top: 30px !important
    }
}

@media (max-width:767.98px) {

    .mb-xl,
    .my-xl {
        margin-bottom: 50px !important
    }

    .mt-xl,
    .my-xl {
        margin-top: 50px !important
    }

    .pb-lg,
    .py-lg {
        padding-bottom: 30px !important
    }

    .pt-lg,
    .py-lg {
        padding-top: 30px !important
    }

    .mb-lg,
    .my-lg {
        margin-bottom: 15px !important
    }

    .mt-lg,
    .my-lg {
        margin-top: 30px !important
    }

    .mb-md,
    .my-md {
        margin-bottom: 20px !important
    }

    .mt-md,
    .my-md {
        margin-top: 20px !important
    }
}

.my-no-bottom {
    margin-bottom: 0 !important
}

.my-no-top {
    margin-top: 0 !important
}

.overlay-container {
    position: relative;
    z-index: 0
}

.content-over,
.overlay-content-over {
    position: relative;
    z-index: 1
}

[class^=overlay].overlay--light {
    opacity: .5
}

[class^=overlay].overlay--lighter {
    opacity: .25
}

[class^=overlay].overlay--dark {
    opacity: .75
}

[class^=overlay].overlay--darker {
    opacity: .9
}

.overlay--full {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0
}

.overlay--top {
    background: linear-gradient(180deg, #000, transparent);
    top: 0
}

.overlay--bottom,
.overlay--top {
    height: 50%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0
}

.overlay--bottom {
    background: linear-gradient(180deg, transparent, #000);
    bottom: 0
}

.overlay--bottom--bigger {
    height: 80%
}

.overlay--bottom--small {
    height: 20%
}

.overlay--left {
    background: linear-gradient(90deg, #000, transparent);
    bottom: 0;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 40%;
    top: 0
}

@media (max-width:767px) {
    .overlay--left {
        right: 0
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Sofia Pro Light, Arial, Calibri, sans-serif;
    height: 100%
}

.no-scroll {
    overflow: hidden
}

#page-wrap {
    height: 100%;
    overflow-x: hidden;
    position: relative
}

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

@media (min-width:1600px) {
    .container {
        max-width: 1330px
    }

    
}

@media (min-width:992px) {
    .extra-padding {
        margin-left: -25px;
        margin-right: -25px
    }

    .extra-padding [class*=col-] {
        padding-left: 25px;
        padding-right: 25px
    }
}

.scroll-to:active,
.scroll-to:focus,
.scroll-to:hover {
    text-decoration: none
}

.tag {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative
}

.tag:before {
    background-color: #B8895E;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 20px
}

.background-green .tag:before {
    background-color: #fff
}

.border-top {
    border-top: 4px solid #B8895E !important;
    transition: border .4s ease
}

.border-top:active,
.border-top:focus,
.border-top:hover {
    border-top-color: #B8895E !important;
    text-decoration: none
}

.border-bottom {
    border-bottom: 4px solid #B8895E !important;
    transition: border .4s ease
}

.border-bottom:active,
.border-bottom:focus,
.border-bottom:hover {
    border-bottom-color: #B8895E !important;
    text-decoration: none
}

.background-image-container {
    position: relative
}

.background-image,
.background-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.invisible {
    opacity: 0;
    transition: opacity 4s ease-in
}

.reveal {
    overflow: hidden;
    position: relative;
    visibility: hidden
}

.full-cover {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.full-cover--fit {
    -o-object-fit: cover;
    object-fit: cover
}

.full-cover--fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.full-cover img {
    height: inherit;
    -o-object-fit: inherit;
    object-fit: inherit;
    width: inherit
}

.zindex--1 {
    z-index: -1
}

.zindex-10 {
    z-index: 10
}

.with-circle {
    align-items: center;
    display: flex;
    height: 126px;
    justify-content: center;
    position: relative
}

.with-circle:after {
    background: url(../img/circle.svg) no-repeat;
    bottom: 0;
    content: "";
    height: 126px;
    left: calc(50% - 63px);
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transition: transform .4s ease-in;
    transition-delay: .8s;
    width: 126px;
    z-index: 0
}

.twk-aos-animate .with-circle:after {
    transform: rotate(0)
}

@media (max-width:767px) {
    .with-circle {
        left: calc(50% - 50px);
        top: 15px;
        width: 100px
    }
}

.twitter-feed a {
    color: inherit !important;
    transition: color .4s ease-in-out
}

.twitter-feed a:active,
.twitter-feed a:focus,
.twitter-feed a:hover {
    color: #242424;
    text-decoration: none
}

.top-nav {
    left: 0;
    padding: 12px 70px 13px;
    position: fixed;
    top: 55px;
    transition: all .4s ease-in-out;
    width: 100vw;
    z-index: 100
}

.top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.top-nav ul>li {
    padding: 0;
    text-indent: 0
}

.top-nav ul li,
.top-nav ul li a {
    display: inline-block
}

.top-nav ul li a {
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 2.18px;
    line-height: 1.25;
    padding: 20px 10px;
    position: relative;
    text-transform: uppercase
}

.top-nav ul li a:after {
    background-color: #B8895E;
    bottom: 10px;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    transition: width .4s ease-in-out;
    width: 0
}

.top-nav ul li a:hover {
    color: #fff;
    text-decoration: none
}

.top-nav ul li.current-menu-item>a:after,
.top-nav ul li.current-page-ancestor>a:after,
.top-nav ul li.current_page_item>a:after,
.top-nav ul li a:hover:after,
body.single.single-post .top-nav ul li.posts-archive>a:after {
    width: calc(100% - 20px)
}

.top-nav__logo {
    margin-right: 80px;
    width: 140px
}

.top-nav__logo img,
.top-nav__logo svg {
    height: 32px
}

@media (max-width:1199px) and (min-width:992px) {
    .top-nav {
        left: 0;
        top: 50px;
        width: 100vw
    }

    .top-nav__logo {
        margin-right: 50px
    }

    .top-nav ul li a {
        padding: 10px 5px
    }
}

.top-nav.fixed-header {
    background: #fff;
    top: 0
}

.top-nav.fixed-header ul li a {
    color: #242424
}

.top-nav.fixed-header .top-nav__logo svg g {
    fill: #B8895E
}

.top-nav.top-nav--dark ul li a {
    color: #242424
}

.top-nav.top-nav--dark .top-nav__logo svg g {
    fill: #242424
}

@media (min-width:992px) {
    .top-nav .sub-menu-wrap {
        left: 200px;
        margin-top: 10px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        transform: translateY(50px);
        transition: all .4s ease-in-out
    }

    .top-nav .sub-menu .background-image {
        z-index: -1
    }

    .top-nav .sub-menu>li {
        margin: 0 2px
    }

    .top-nav .sub-menu .sub-menu-item {
        background-color: rgba(0, 0, 0, .25);
        height: 400px;
        outline: 8px solid #fff;
        transition: background-color .4s ease-in;
        width: 250px
    }

    .top-nav .sub-menu .sub-menu-item a {
        align-items: center;
        color: #fff !important;
        display: flex;
        font-size: 30px;
        font-size: 1.875rem;
        height: 100%;
        justify-content: center;
        letter-spacing: -.14px;
        line-height: 2.1333333333;
        padding: 30px;
        text-transform: none;
        width: 100%
    }

    .top-nav .sub-menu .sub-menu-item:active,
    .top-nav .sub-menu .sub-menu-item:focus,
    .top-nav .sub-menu .sub-menu-item:hover,
    .top-nav .sub-menu .sub-menu-item a:active,
    .top-nav .sub-menu .sub-menu-item a:focus,
    .top-nav .sub-menu .sub-menu-item a:hover {
        background-color: rgba(0, 0, 0, .5)
    }

    .top-nav .sub-menu .sub-menu-item:active a:after,
    .top-nav .sub-menu .sub-menu-item:focus a:after,
    .top-nav .sub-menu .sub-menu-item:hover a:after,
    .top-nav .sub-menu .sub-menu-item a:active a:after,
    .top-nav .sub-menu .sub-menu-item a:focus a:after,
    .top-nav .sub-menu .sub-menu-item a:hover a:after {
        display: none
    }
}

.top-nav .sub-menu-wrap.menu-active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

@media (max-width:991px) {
    .hamburger-menu--wrapper {
        background-color: #B8895E;
        height: 70px;
        position: absolute;
        right: 0;
        top: -15px;
        width: 70px
    }
}

.top-nav .hamburger-menu {
    cursor: pointer;
    display: none;
    height: 25px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 40px
}

.top-nav .hamburger-menu span {
    background: #fff;
    border-radius: 5px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%
}

.top-nav .hamburger-menu span:first-child {
    top: 0
}

.top-nav .hamburger-menu span:nth-child(2),
.top-nav .hamburger-menu span:nth-child(3) {
    top: 10px
}

.top-nav .hamburger-menu span:nth-child(4) {
    top: 20px
}

.top-nav .hamburger-menu.open span:first-child {
    left: 50%;
    top: 10px;
    width: 0
}

.top-nav .hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg)
}

.top-nav .hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.top-nav .hamburger-menu.open span:nth-child(4) {
    left: 50%;
    top: 10px;
    width: 0
}

@media (max-width:991px) {
    .top-nav {
        left: 0;
        padding: 12px 70px 13px 20px;
        top: 40px;
        width: 100vw
    }

    .top-nav .hamburger-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 9px
    }

    .top-nav .mobile-menu-curtain {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        background: #B8895E;
        border-radius: 50%;
        height: 100vh;
        position: fixed;
        top: -40px;
        transform: translateY(100%) scale(0);
        visibility: hidden;
        width: 100vw;
        z-index: 0
    }

    .top-nav .curtain-up {
        -webkit-animation-name: curtainUp;
        animation-name: curtainUp
    }

    .top-nav .curtain-down {
        -webkit-animation-name: curtainDown;
        animation-name: curtainDown
    }
}

@media (max-width:991px) and (min-width:992px) {
    .top-nav .mobile-menu-curtain {
        transform: translateY(100%) scale(0) !important;
        visibility: hidden
    }
    
}

@media (max-width:991px) {
    @-webkit-keyframes curtainUp {
        0% {
            border-radius: 50%;
            opacity: 1;
            transform: translateY(100%) scale(1);
            visibility: visible
        }

        50% {
            border-radius: 50%
        }

        to {
            border-radius: 0;
            opacity: 1;
            transform: translateY(0) scaleX(3);
            visibility: visible
        }
    }

    @keyframes curtainUp {
        0% {
            border-radius: 50%;
            opacity: 1;
            transform: translateY(100%) scale(1);
            visibility: visible
        }

        50% {
            border-radius: 50%
        }

        to {
            border-radius: 0;
            opacity: 1;
            transform: translateY(0) scaleX(3);
            visibility: visible
        }
    }
}

@media (max-width:991px) {
    @-webkit-keyframes curtainDown {
        0% {
            border-radius: 0;
            opacity: 1;
            transform: translateY(0) scaleX(3);
            visibility: visible
        }

        50% {
            border-radius: 50%;
            opacity: 1;
            visibility: visible
        }

        99% {
            opacity: 1;
            transform: translateY(100%) scale(0);
            visibility: visible
        }

        to {
            opacity: 0;
            transform: translateY(100%) scale(0);
            visibility: hidden
        }
    }

    @keyframes curtainDown {
        0% {
            border-radius: 0;
            opacity: 1;
            transform: translateY(0) scaleX(3);
            visibility: visible
        }

        50% {
            border-radius: 50%;
            opacity: 1;
            visibility: visible
        }

        99% {
            opacity: 1;
            transform: translateY(100%) scale(0);
            visibility: visible
        }

        to {
            opacity: 0;
            transform: translateY(100%) scale(0);
            visibility: hidden
        }
    }
}

@media (max-width:991px) {
    .top-nav .menu-main-menu-container {
        height: 100vh;
        margin-right: -40px;
        opacity: 0;
        padding: 100px 30px 40px;
        position: absolute;
        right: -100vw;
        text-align: center;
        top: -40px;
        transition: all .4s ease-in 0s;
        width: 90vw
    }

    .contact-logo{
        position: relative;left: 355px;bottom: 100px;
        width: 50% !important;
    }

    .top-nav .menu-main-menu-container ul li {
        display: block
    }

    .top-nav .menu-main-menu-container ul li a {
        color: #fff;
        font-size: 18px;
        position: relative;
        left: 100px;
        padding: 10px
    }

    .top-nav .menu-main-menu-container .sub-menu a {
        font-size: 14px
    }

    .top-nav .col-with-cta {
        display: none !important
    }

    .top-nav.open .menu-main-menu-container {
        opacity: 1;
        right: 510px;
        transition-delay: .3s
    }

    .top-nav .sub-menu-item img,
    .top-nav .sub-menu-item picture {
        display: none
    }

    .top-nav .sub-menu {
        height: 0;
        margin: 0 0 0 15px;
        opacity: 0
    }

    .top-nav .menu-active .sub-menu {
        height: auto;
        margin: 0 0 15px 15px;
        opacity: 1;
        transition: all .4s ease-in
    }
}

@media (max-width:575px) {
    .top-nav {
        padding: 15px 5px;
        top: 15px
    }

    .top-nav .mobile-menu-curtain {
        top: -30px
    }

    .top-nav .menu-main-menu-container {
        margin-right: 0
    }
}

.site-footer {
    background-color: #000;
    font-size: 14px;
    font-size: .875rem;
   
    line-height: 1.9285714286;
    padding-bottom: 45px;
    padding-top: 90px
}

@media (max-width:575px) {
    .site-footer {
        padding-top: 50px
    }
}

.site-footer__logo {
    width: 180px
}

.site-footer__logo svg {
    width: 100%
}

.site-footer a {
    display: inline-block;
    transition: color .4s ease-in
}

.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
    color: #B8895E !important;
    text-decoration: none
}

.site-footer header {
    align-items: center;
    display: flex
}

.site-footer__title {
    padding-right: 5px;
}

.site-footer .line {
    background-color: #B8895E;
    flex: 1;
    height: 2px;
    
}

.site-footer .line--gray {
    background-color: rgba(253, 253, 254, .3);
    
}

.site-footer .two-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.site-footer .copyright,
.site-footer .social-media {
    color: #fff
}

.site-footer .copyright a,
.site-footer .social-media a {
    color: inherit;
    transition: color .4s ease-in
}

.site-footer .copyright a:active,
.site-footer .copyright a:focus,
.site-footer .copyright a:hover,
.site-footer .social-media a:active,
.site-footer .social-media a:focus,
.site-footer .social-media a:hover {
    color: #B8895E;
    text-decoration: none
}

.site-footer .social-media__link img,
.site-footer .social-media__link svg {
    height: 15px;
    transition: transform .4s ease-in
}

.site-footer .social-media__link:active img,
.site-footer .social-media__link:active svg,
.site-footer .social-media__link:focus img,
.site-footer .social-media__link:focus svg,
.site-footer .social-media__link:hover img,
.site-footer .social-media__link:hover svg {
    transform: scale(.8)
}

.title {
    font-family: Sofia Pro Light, Arial, Calibri, serif
}

.cursor-follow.view,
.link-download,
.link-external,
.title--2xs {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2727272727
}

.title--xs {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: -.08px;
    line-height: 1.7058823529
}

.block--gallery--showcase .intro,
.title--sm {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -.1px;
    line-height: 1.3
}

.block--columns-text .intro,
.title--2sm {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -.13px;
    line-height: 1.2142857143
}

.title--md {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 500;
    letter-spacing: -.18px;
    line-height: 1.0526315789
}

.title--lg {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 500;
    letter-spacing: -.81px;
    line-height: 1.2380952381
}

.title--2lg {
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: 500;
    letter-spacing: -.25px;
    line-height: 1.2307692308
}

.title--xl {
    font-size: 62px;
    font-size: 3.875rem;
    letter-spacing: -.3px;
    line-height: 1.1290322581
}

@media (max-width:1199px) {
    .title--xs {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125
    }

    .block--columns-text .intro,
    .title--2sm {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.2
    }

    .title--2lg {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.2857142857
    }
}

@media (max-width:991px) {
    .title--xs {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 1.2
    }

    .block--columns-text .intro,
    .title--2sm {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25
    }

    .title--lg {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.2142857143
    }

    .title--2lg {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.375
    }

    .title--xl {
        font-size: 55px;
        font-size: 3.4375rem;
        line-height: 1.0909090909
    }
}

@media (max-width:767px) {

    .cursor-follow.view,
    .link-download,
    .link-external,
    .title--2xs {
        font-size: 10px;
        font-size: .625rem;
        line-height: 1.4
    }

    .block--columns-text .intro,
    .title--2sm {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.25
    }

    .title--md {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }

    .title--xl {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.1904761905
    }
}

@media (max-width:575px) {

    .block--gallery--showcase .intro,
    .title--sm {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.3333333333
    }

    .title--lg {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.4
    }

    .title--xl {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.09375
    }
}

.text,
body {
    font-family: Sofia Pro Light, Arial, Calibri, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -.28px;
    line-height: 1.6666666667
}

@media (max-width:575px) {

    .text,
    body {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5625
    }
}

.font-sans {
    font-family: Sofia Pro Light, Arial, Calibri, sans-serif !important
}

.font-serif {
    font-family: Sofia Pro Light, Arial, Calibri, serif !important
}

::-moz-selection {
    background: #242424;
    color: #fff;
    padding: 10px
}

::selection {
    background: #242424;
    color: #fff;
    padding: 10px
}

#content-wrap {
    position: relative
}

a.post-edit-link {
    background: #B8895E;
    bottom: 0;
    color: #fff;
    padding: 10px 15px;
    position: fixed;
    z-index: 999
}

.intro {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333
}

@media (min-width:768px) {
    .split-list {
        -moz-column-count: 2;
        column-count: 2
    }
}

li a:not(.button),
ol a:not(.button),
p a:not(.button),
ul a:not(.button) {
    color: #B8895E;
    transition: color .3s linear
}

li a:not(.button):hover,
ol a:not(.button):hover,
p a:not(.button):hover,
ul a:not(.button):hover {
    color: #B8895E
}

ul.gallery {
    padding: 0;
    width: 100%
}

ul.gallery li {
    display: inline-block;
    margin: 0;
    padding-bottom: 20px;
    width: 50%
}

ul.gallery li:nth-child(2n-1) {
    padding-right: 15px
}

ul.gallery li:nth-child(2n) {
    padding-left: 15px
}

@media (max-width:575.98px) {
    ul.gallery li {
        width: 100%
    }
}

ul.gallery li:before {
    content: none
}

ul.gallery li div.gallery__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    max-height: 250px;
    min-height: 250px;
    width: 100%
}

ul.gallery li p {
    display: none;
    margin: 0
}

blockquote {
    margin: 65px 0 60px;
    position: relative
}

blockquote p {
    color: #B8895E;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0
}

blockquote cite,
blockquote p {
    font-family: Sofia Pro Light, Arial, Calibri, sans-serif
}

blockquote cite {
    color: #242424;
    font-size: 11px;
    font-size: .6875rem;
    font-style: normal;
    letter-spacing: .85px;
    line-height: 1.4545454545;
    text-transform: uppercase
}

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

.alignleft {
    float: left;
    margin-right: 30px
}

.alignright {
    float: right;
    margin-left: 30px
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.block ul:not(.slick-dots) {
    padding: 0 0 0 10px
}

.block ul:not(.slick-dots) li+li {
    margin-top: 5px
}

.block ul:not(.slick-dots) li {
    list-style: none;
    padding-left: 20px;
    position: relative
}

.block ul:not(.slick-dots) li:before {
    background: white;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: calc(1em - 5px);
    width: 4px
}

body.single-post .post-cover {
    height: 500px;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:991px) {
    body.single-post .post-cover {
        height: 400px
    }
}

@media (max-width:575px) {
    body.single-post .post-cover {
        height: 220px
    }
}

.news-footer__title {
    border-bottom: 1px solid #B8895E
}

.news-footer .social-media__link img {
    vertical-align: bottom
}

ul.share-buttons {
    list-style: none;
    padding: 0
}

ul.share-buttons li {
    display: inline
}

ul.share-buttons .sr-only {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

ul.share-buttons img {
    margin-right: 2px;
    width: 32px
}

.button {
    background-color: #B8895E;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: 1.82px;
    line-height: 1.3;
    overflow: hidden;
    padding: 17px 35px;
    position: relative;
    text-transform: uppercase
}

.button:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2
}

.button:after {
    background-color: #B8895E;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width .4s ease-in-out;
    width: 0
}

.button:active,
.button:focus,
.button:hover {
    color: #fff;
    text-decoration: none
}

.button:active:before,
.button:focus:before,
.button:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.button:active:after,
.button:focus:after,
.button:hover:after {
    width: 100%
}

.button--light {
    background-color: #B8895E
}

.button--outline {
    background-color: transparent;
    border: 1px solid #B8895E;
    color: #B8895E
}

.button--outline:before {
    background: linear-gradient(90deg, rgba(0, 116, 112, 0) 0, rgba(0, 116, 112, .3))
}

.button--outline:active,
.button--outline:focus,
.button--outline:hover {
    color: #B8895E
}

.button--outline-white {
    background-color: transparent;
    border: 1px solid #fff
}

.button--outline-white:active,
.button--outline-white:focus,
.button--outline-white:hover {
    background-color: #fff;
    color: #B8895E !important
}

.button--editor,
.link--editor {
    margin-right: 25px
}

.link-download,
.link-external {
    align-items: center;
    display: inline-flex;
    position: relative;
    text-transform: uppercase;
    transition: color .4s ease-in
}

.link-download:before,
.link-external:before {
    content: url(../img/download.svg);
    display: inline-block;
    height: auto;
    margin: 5px 12px 0 0;
    transition: all .4s ease-in
}

.link-download:active,
.link-download:focus,
.link-download:hover,
.link-external:active,
.link-external:focus,
.link-external:hover {
    color: #B8895E !important;
    text-decoration: none
}

.link-download:active:before,
.link-download:focus:before,
.link-download:hover:before,
.link-external:active:before,
.link-external:focus:before,
.link-external:hover:before {
    opacity: .7
}

.link-external:before {
    content: url(../img/external-link.svg)
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

img.alignleft {
    float: left;
    margin-right: 30px
}

img.alignright {
    float: right;
    margin-left: 30px
}

img.logo-divider {
    max-width: 90%
}

img.aligncenter {
    display: block;
    margin: 0 auto
}

img.responsive {
    height: auto;
    width: 100%
}

.img-background,
.img-background--cover {
    background-size: cover !important
}

.img-background,
.img-background--contain,
.img-background--cover {
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.img-background--contain {
    background-size: contain !important
}

.object-fit--cover {
    background-position: 50%;
    background-size: cover
}

.object-fit--cover img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.object-fit--contain {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.object-fit--contain img {
    -o-object-fit: contain;
    object-fit: contain
}

.object-fit--circle img {
    border-radius: 50%
}

.object-fit.not-compatible img {
    opacity: 0
}

.absolute-fill {
    position: relative
}

.absolute-fill>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bleed-right {
    max-width: none;
    width: calc(100% + 50vw - 635px)
}

.responsive-img {
    height: 0;
    position: relative
}

.responsive-img img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.banner--media {
    height: 45vw;
    min-height: 700px
}

.banner--media .banner__intro {
    max-width: 600px
}

.banner--media .text-center .banner__intro {
    margin-left: auto;
    margin-right: auto
}

.banner--media .video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-height:700px) {
    .banner--media {
        min-height: 100vh
    }
}

@media (max-width:575px) {
    .banner--media {
        min-height: 65vh
    }
}

.banner__anchor-link {
    bottom: 65px;
    padding-left: 25px;
    position: absolute
}

.banner__anchor-link:before {
    background-color: #B8895E;
    bottom: -65px;
    content: "";
    height: 107px;
    left: 0;
    position: absolute;
    transition: height .4s ease-in;
    width: 2px
}

.banner__anchor-link:active:before,
.banner__anchor-link:focus:before,
.banner__anchor-link:hover:before {
    height: 90px
}

@media (max-width:575px) {
    .banner__anchor-link {
        bottom: 30px;
        padding-left: 35px
    }

    .banner__anchor-link:before {
        bottom: -30px;
        height: 60px;
        left: 20px
    }
}

.banner--full-height {
    height: 100vh
}

.full-width,
.full-width input,
.full-width select,
.full-width textarea {
    width: 100% !important
}

input:not([type=submit]) {
    color: #fff;
    font-size: 1.125rem !important;
    padding: 20px 25px
}

input:not([type=submit]):focus {
    outline: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background: url(../img/arrow-down--black.svg) 90%/15% no-repeat;
    background-size: 12px;
    border-radius: 0;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2727272727;
    max-width: 100%;
    padding: 17px 15px;
    text-transform: uppercase;
    width: 100%
}

select option {
    background: rgba(36, 36, 36, .5);
    color: #fff;
    margin: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4)
}

body.mac select {
    padding: 17px 15px 14px
}

.background-color-text select {
    background: url(../img/arrow-down.svg) 95%/15% no-repeat;
    background-size: 12px
}

.gform_wrapper h3.gform_title {
    font-size: 42px !important;
    font-weight: 500 !important;
    letter-spacing: -.81px !important;
    line-height: 52px !important;
    margin-bottom: 50px !important;
    text-align: center
}

.gform_wrapper .gfield_label {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.gform_wrapper input:not(.button),
.gform_wrapper select,
.gform_wrapper textarea {
    background-color: transparent;
    border: 1px solid #B8895E;
    color: #fff;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    line-height: 13px;
    padding: 16px 20px 14px !important;
    text-transform: uppercase
}

.gform_wrapper ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.gform_wrapper :-ms-input-placeholder {
    opacity: 1
}

.gform_wrapper ::placeholder {
    color: #fff;
    opacity: 1
}

.gform_wrapper :-ms-input-placeholder {
    color: #fff
}

.gform_wrapper ::-ms-input-placeholder {
    color: #fff
}

.gform_wrapper .gform_footer {
    text-align: center
}

.gform_wrapper .gform_footer .button {
    font-size: 11px !important
}

.gform_fields {
    padding-left: 30px !important
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 30px !important
}

@media (max-width:575px) {
    .gform_wrapper h3.gform_title {
        font-size: 28px !important;
        line-height: 32px !important
    }

    .gform_fields {
        padding-left: 0 !important
    }

    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important
    }
}

.gform_ajax_spinner {
    -webkit-animation: spinner 1.1s linear infinite;
    animation: spinner 1.1s linear infinite;
    border: 4px solid hsla(0, 0%, 100%, .2);
    border-left-color: #B8895E;
    border-radius: 50%;
    height: 30px;
    margin-left: 20px;
    width: 30px
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-overflow[data-number-slides="4"] .teaser--team-member {
    padding: 0
}

.slick-next:before,
.slick-prev:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px
}

.slick-next:before {
    transform: rotate(-135deg)
}

.slick-prev:before {
    transform: rotate(45deg)
}

.slick-dots {
    bottom: 30px;
    position: absolute;
    right: 20px;
    width: auto
}

.slick-dots li button {
    background-color: transparent
}

.slick-dots li button:before {
    border: 1px solid white
}

.slick-dots li.slick-active button:before {
    background-color: white
}

.background-green .slick-dots li button {
    background-color: transparent
}

.background-green .slick-dots li button:before {
    background-color: white;
    border: 0
}

.background-green .slick-dots li.slick-active button:before {
    background-color: black
}

.gallery-slider {
    margin-bottom: 65px;
    position: relative
}

.gallery-slider .slick-slide>div {
    padding-bottom: 55%;
    position: relative;
    width: 100%
}

.gallery-slider .slick-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.gallery-slider .slick-slide img.contain {
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-slider__full {
    background: #000;
    position: relative
}

.gallery-slider__full-nav {
    bottom: 23%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9
}

.gallery-slider__full-nav .pages {
    color: #fff;
    display: inline-block
}

.gallery-slider__full-nav .slick-next,
.gallery-slider__full-nav .slick-prev {
    display: inline-block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: none
}

.gallery-slider__full-nav .slick-next:before,
.gallery-slider__full-nav .slick-prev:before {
    
    height: 9px;
    width: 9px
}

.gallery-slider__thumb .slick-next,
.gallery-slider__thumb .slick-prev {
    background-color: rgba(36, 36, 36, .45);
    background-color: #242424;
    height: 100%;
    opacity: .65;
    transition: opacity .2s linear;
    width: 36px;
    z-index: 1
}

.gallery-slider__thumb .slick-next:hover,
.gallery-slider__thumb .slick-prev:hover {
    opacity: 1
}

.gallery-slider__thumb .slick-prev {
    left: 0
}

.gallery-slider__thumb .slick-next {
    right: 0
}

.gallery-slider__thumb .slick-slide {
    cursor: pointer
}

.gallery-slider__thumb .slick-slide>div:before {
    background: #fff;
    content: "";
    height: 100%;
    opacity: .6;
    position: absolute;
    transition: opacity .2s linear;
    width: 100%;
    z-index: 1
}

.gallery-slider__thumb .slick-slide:hover>div:before {
    opacity: .3
}

.gallery-slider__thumb .slick-slide.slick-current>div:before {
    opacity: 0
}

.teaser {
    align-items: flex-end;
    display: flex;
    min-height: 240px;
    overflow: hidden;
    padding: 30px
}

.teaser img {
    transition: transform .7s ease-in-out
}

.teaser header {
    max-width: 90%
}

.teaser:active img,
.teaser:focus img,
.teaser:hover img {
    transform: scale(1.1);
    transition: transform .7s cubic-bezier(.34, 1.56, .64, 1)
}

@media (min-width:767px) {
    .teaser--big {
        padding: 40px
    }

    .teaser--big .title:not(.tag) {
        font-size: 38px;
        font-size: 2.375rem;
        font-weight: 500;
        letter-spacing: -.18px;
        line-height: 1.0526315789
    }
}

@media (max-width:991px) {

    .teaser,
    .teaser--big {
        padding: 20px 40px
    }
}

.teaser--case-study {
    display: block;
    min-height: 240px;
    padding: 0 !important
}

.teaser--case-study .picture {
    height: 360px;
    overflow: hidden
}

@media (max-width:991px) {
    .teaser--case-study .picture {
        height: 250px
    }
}

.teaser--team-member {
    display: block
}

.teaser--team-member .team-member-picture {
    height: 340px
}

.teaser--team-member .team-member-picture img {
    height: 340px;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.teaser--team-member .title--xs {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px
}

.teaser--team-member:active img,
.teaser--team-member:focus img,
.teaser--team-member:hover img {
    transform: none
}

@media (max-width:1199px) {

    .teaser--team-member .team-member-picture,
    .teaser--team-member .team-member-picture img {
        height: 240px
    }
}

.pagination {
    margin: 30px 0
}

.pagination .next,
.pagination .prev,
.pagination__pages {
    color: #000;
    font-family: Sofia Pro Light, Arial, Calibri, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .25px;
    line-height: 1.8
}

.pagination .page-numbers {
    border: 4px solid transparent;
    display: inline-block;
    margin: 5px;
    padding: 4px 13px
}

.pagination .page-numbers.current,
.pagination .page-numbers:active,
.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
    border: 4px solid rgba(0, 116, 112, .37)
}

.pagination .next,
.pagination .placeholder,
.pagination .prev {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    width: 140px
}

.pagination .next {
    padding-right: 25px;
    text-align: right
}

.pagination .placeholder:before {
    display: none
}

.search-result {
    margin: 40px 0
}

.search-result a {
    color: #242424
}

.search-result .image-contain {
    background-position: 50%;
    background-size: cover;
    float: left;
    height: 120px;
    margin-right: 30px;
    width: 120px
}

.search-type {
    text-transform: uppercase
}

.searchandfilter-container .social-media a {
    align-items: center;
    background: #B8895E;
    border-radius: 50%;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin: 4px;
    width: 28px
}

.searchandfilter-container .social-media a img {
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform .4s ease-in;
    width: 12px;
    will-change: transform
}

.searchandfilter-container .social-media a:active img,
.searchandfilter-container .social-media a:focus img,
.searchandfilter-container .social-media a:hover img {
    transform: scale(.85)
}

@media (max-width:575px) {
    .searchandfilter-container .social-media a {
        display: flex
    }
}

.searchandfilter ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px
}

.searchandfilter ul li {
    margin-right: 20px
}

.searchandfilter h4 {
    display: none
}

.searchandfilter select option {
    font-size: 14px;
    line-height: 18px
}

.notification.cookies-bar {
    background: #B8895E;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 30px 50px 10px;
    position: fixed;
    right: 0;
    z-index: 1000
}

.notification.cookies-bar .notification__content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.notification.cookies-bar .notification__content .notification__text {
    margin-right: 40px;
    max-width: 75%
}

.notification.cookies-bar .notification__content a {
    color: #fff
}

.notification.cookies-bar .notification__content a:not(.button):focus,
.notification.cookies-bar .notification__content a:not(.button):hover {
    text-decoration: underline
}

.notification.cookies-bar .notification__content .buttons {
    align-items: center;
    display: flex
}

.notification.cookies-bar .notification__content .buttons .button {
    font-size: 11px;
    padding: 14px 30px
}

@media (max-width:991px) {
    .notification.cookies-bar .buttons {
        display: block;
        margin-top: 30px
    }

    .notification.cookies-bar .buttons .button {
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .notification.cookies-bar {
        padding: 30px 30px 5px
    }

    .notification.cookies-bar .notification__content {
        display: block
    }

    .notification.cookies-bar .notification__content .notification__text {
        margin-right: 0
    }

    .notification.cookies-bar .buttons .button {
        margin-left: 0 !important;
        margin-right: 30px
    }
}

.notification.popup {
    background-color: #B8895E;
    left: 50%;
    padding: 70px 50px 50px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 90
}

.notification.popup .close-button {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px
}

.switch input {
    display: none
}

.slider {
    background-color: #d4d4d4;
    bottom: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0
}

.slider,
.slider:before {
    position: absolute;
    transition: .4s
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    width: 26px
}

input:checked+.slider {
    background-color: #B8895E
}

input:checked+.slider:before {
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.cursor-follow {
    pointer-events: none;
    position: fixed;
    z-index: 10
}

.cursor-follow.view {
    align-items: center;
    background-color: #B8895E;
    border-radius: 50%;
    display: flex;
    height: 90px;
    justify-content: center;
    text-transform: uppercase;
    width: 90px
}

html.is-touch-screen .cursor-follow {
    display: none
}

.banner--case-study {
    margin-bottom: 140px;
    overflow: visible
}

.case-study-infobar {
    bottom: -48px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

.case-study-infobar__logo,
.case-study-infobar__logo img {
    max-height: 100px;
    max-width: 170px
}

.case-study-infobar__data {
    padding: 36px 70px 18px
}

.case-study-infobar__data .title {
    border-bottom: 1px solid #B8895E;
    margin-bottom: 8px;
    padding-bottom: 10px
}

.case-study-infobar__data .text,
.case-study-infobar__data body {
    font-size: 16px;
    letter-spacing: -.25px;
    line-height: 27px
}

@media (max-width:991px) {
    .case-study-infobar__data {
        padding: 35px 25px 15px
    }

    .case-study-infobar__data .text,
    .case-study-infobar__data body {
        line-height: 20px
    }
}

@media (max-width:767px) {
    .banner--case-study {
        display: block !important;
        height: auto;
        margin-bottom: 40px;
        padding-top: 150px
    }

    .case-study-infobar {
        position: static;
        transform: none
    }
}

@media (max-width:575px) {
    .banner--case-study {
        margin-bottom: 15px
    }
}

.point-contact [class^=col-] {
    padding-left: 32px;
    padding-right: 32px
}

.point-contact .with-border {
    border-bottom: 1px solid #B8895E;
    padding: 0 0 10px
}

.point-contact .email,
.point-contact .phone {
    color: #242424;
    transition: color .4s ease-in
}

.point-contact .email:active,
.point-contact .email:focus,
.point-contact .email:hover,
.point-contact .phone:active,
.point-contact .phone:focus,
.point-contact .phone:hover {
    color: #B8895E;
    text-decoration: none
}

.addresses-map {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(7, 1fr);
    margin: 115px 0
}

.addresses-map .addresses {
    grid-area: 3/2/6/8
}

.addresses-map .map {
    grid-area: 1/5/8/13
}

.addresses-map .addresses {
    display: inline-flex;
    position: relative;
    z-index: 2
}

.addresses-map .addresses__address {
    margin-right: 50px
}

.addresses-map .map {
    min-height: 500px
}

@media (max-width:991px) {
    .addresses-map .addresses {
        grid-area: 2/2/7/8
    }

    .addresses-map .map {
        grid-area: 1/4/8/13
    }

    .addresses-map .addresses {
        display: block
    }

    .addresses-map .addresses__address {
        margin-bottom: 30px;
        margin-right: 0
    }

    .addresses-map .map {
        min-height: 380px
    }
}

@media (max-width:767px) {
    .addresses-map {
        margin: 50px 0
    }

    .addresses{
        height: 60%;
    }

    .addresses-map .addresses {
        grid-area: 4/1/8/13
    }

    .addresses-map .map {
        grid-area: 1/1/4/13
    }
}

.contact-form-wrapper {
    margin-bottom: 180px
}

.contact-form {
    padding: 70px
}

@media (max-width:1199px) {
    .contact-form {
        padding: 50px
    }
}

@media (max-width:767px) {
    .contact-form-wrapper {
        margin-bottom: 100px
    }
}

@media (max-width:575px) {
    .contact-form-wrapper {
        margin-bottom: 50px
    }

    .contact-form {
        padding: 40px 30px
    }
}

.gform_wrapper div.validation_error {
    border: 0 !important;
    color: #fff !important;
    font-weight: 100 !important
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent !important;
    border: 0 !important
}

.gform_wrapper .validation_message {
    color: #fff !important;
    font-weight: 100 !important;
    opacity: .7
}

@media (max-width:767px) {
    .page-template-tpl-news .news--group {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap
    }
}

[twk-aos] {
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.34, 1.56, .64, 1)
}

[twk-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[twk-aos^=fade].twk-aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[twk-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[twk-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[twk-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[twk-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[twk-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[twk-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[twk-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[twk-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[twk-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[twk-aos^=zoom].twk-aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[twk-aos=zoom-in] {
    transform: scale(.6)
}

[twk-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[twk-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[twk-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[twk-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[twk-aos=zoom-out] {
    transform: scale(1.2)
}

[twk-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[twk-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[twk-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[twk-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[twk-aos^=slide] {
    transition-property: transform
}

[twk-aos^=slide].twk-aos-animate {
    transform: translateZ(0)
}

[twk-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[twk-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[twk-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[twk-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[twk-aos-delay] {
    transition-delay: 0s
}

[twk-aos-delay="100"].twk-aos-animate {
    transition-delay: .1s
}

[twk-aos-delay="200"].twk-aos-animate {
    transition-delay: .2s
}

[twk-aos-delay="300"].twk-aos-animate {
    transition-delay: .3s
}

[twk-aos-delay="400"].twk-aos-animate {
    transition-delay: .4s
}

[twk-aos-delay="500"].twk-aos-animate {
    transition-delay: .5s
}

[twk-aos-delay="600"].twk-aos-animate {
    transition-delay: .6s
}

[twk-aos-delay="700"].twk-aos-animate {
    transition-delay: .7s
}

[twk-aos-delay="800"].twk-aos-animate {
    transition-delay: .8s
}

[twk-aos-delay="900"].twk-aos-animate {
    transition-delay: .9s
}

[twk-aos-delay="1000"].twk-aos-animate {
    transition-delay: 1s
}

[twk-aos-delay="1200"].twk-aos-animate {
    transition-delay: 1.2s
}

[twk-aos-delay="1400"].twk-aos-animate {
    transition-delay: 1.4s
}

[twk-aos-delay="1600"].twk-aos-animate {
    transition-delay: 1.6s
}

[twk-aos-delay="1800"].twk-aos-animate {
    transition-delay: 1.8s
}

[twk-aos-delay="2000"].twk-aos-animate {
    transition-delay: 2s
}

[twk-aos-duration] {
    transition-duration: 0s
}

[twk-aos-duration="100"].twk-aos-animate {
    transition-duration: .1s
}

[twk-aos-duration="200"].twk-aos-animate {
    transition-duration: .2s
}

[twk-aos-duration="300"].twk-aos-animate {
    transition-duration: .3s
}

[twk-aos-duration="400"].twk-aos-animate {
    transition-duration: .4s
}

[twk-aos-duration="500"].twk-aos-animate {
    transition-duration: .5s
}

[twk-aos-duration="600"].twk-aos-animate {
    transition-duration: .6s
}

[twk-aos-duration="700"].twk-aos-animate {
    transition-duration: .7s
}

[twk-aos-duration="800"].twk-aos-animate {
    transition-duration: .8s
}

[twk-aos-duration="900"].twk-aos-animate {
    transition-duration: .9s
}

[twk-aos-duration="1000"].twk-aos-animate {
    transition-duration: 1s
}

[twk-aos-duration="1200"].twk-aos-animate {
    transition-duration: 1.2s
}

[twk-aos-duration="1400"].twk-aos-animate {
    transition-duration: 1.4s
}

[twk-aos-duration="1600"].twk-aos-animate {
    transition-duration: 1.6s
}

[twk-aos-duration="1800"].twk-aos-animate {
    transition-duration: 1.8s
}

[twk-aos-duration="2000"].twk-aos-animate {
    transition-duration: 2s
}

.block--blockquote blockquote {
    background-color: #B8895E;
    color: #fff;
    margin: 0
}

.block--blockquote .tag:before {
    background-color: #fff;
    top: 6px
}

.block--big-teaser .big-teaser {
    align-items: center;
    display: flex !important;
    height: 700px;
    justify-content: center;
    padding: 50px
}

.block--big-teaser .big-teaser .overlay {
    background-color: rgba(0, 0, 0, .26);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .4s ease-in;
    z-index: 1
}

.block--big-teaser .big-teaser a:active+.overlay,
.block--big-teaser .big-teaser a:focus+.overlay,
.block--big-teaser .big-teaser a:hover+.overlay {
    background-color: rgba(0, 0, 0, .4)
}

.block--big-teaser .big-teaser__data {
    width: 100%
}

@media (max-width:991px) {
    .block--big-teaser .big-teaser {
        height: 500px
    }
}

@media (max-width:767px) {
    .block--big-teaser .big-teaser {
        height: 400px
    }
}

@media (max-width:575px) {
    .block--big-teaser .big-teaser {
        padding: 20px
    }
}

.block--big-teaser button.slick-arrow {
    height: 100%;
    position: absolute;
    width: 25%;
    z-index: 90
}

.block--big-teaser button.slick-arrow:before {
    display: none
}

.block--big-teaser button.slick-prev.slick-arrow {
    bottom: 0;
    left: 0
}

.block--big-teaser button.slick-next.slick-arrow {
    background-color: #B8895E;
    bottom: 0;
    right: 0
}

.block--big-teaser .slick-dotted.slick-slider {
    margin-bottom: 0
}

.block--big-teaser ul.slick-dots {
    bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

@media (max-width:991px) {
    .block--big-teaser button.slick-arrow:after {
        
        background-size: 50px !important;
        height: 50px;
        width: 50px
    }

    .block--big-teaser button.slick-prev.slick-arrow:after {
        
        right: 60px;
        top: 80%
    }

    .block--big-teaser button.slick-next.slick-arrow:after {
        left: 40%;
        top: 10%
    }
}

@media (max-width:575px) {
    .block--big-teaser button.slick-arrow:after {
        background-size: 40px !important;
        height: 40px;
        width: 40px
    }

    .block--big-teaser button.slick-prev.slick-arrow:after {
        right: 20px;
        top: 85%
    }

    .block--big-teaser button.slick-next.slick-arrow:after {
        left: 20%;
        top: 5%
    }
}

.block--carousel__intro-block {
    padding: 70px 0 270px
}

.block--carousel__data-block {
    margin-top: -220px
}

.block--carousel__data-block .slick-track {
    display: flex !important
}

.block--carousel__data-block .slick-slide {
    height: inherit !important
}

.block--carousel__data-block .slick-slide>div {
    height: 100%
}

.block--carousel .slide__data {
    padding: 130px 70px 140px
}

.block--carousel .slide__data .title.with-circle {
    font-size: 38px;
    letter-spacing: -.77px;
    line-height: 52px;
    margin-bottom: 20px
}

.block--carousel .slide__data .text--data {
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: 2.36px;
    line-height: 1.5384615385;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .block--carousel .slide__data {
        padding: 50px 30px 100px
    }
}

@media (max-width:767px) {
    .block--carousel .slide__image {
        display: none
    }
}

@media (max-width:575px) {
    .block--carousel__intro-block {
        padding: 50px 0 210px
    }

    .block--carousel .slide__data {
        padding: 40px 20px 80px
    }
}

.block--carousel .slick-dots {
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%)
}

.block--carousel .slick-dots li {
    margin: 0 5px
}

.block--carousel .slick-dots li button:before {
    background-color: black;
    border-color: black;
}

.block--carousel .slick-dots li.slick-active button:before {
    background-color: #fff;
    border-color: #fff
}

.block--carousel-quotes .quote-carousel {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(7, 1fr)
}

.block--carousel-quotes .quote-carousel__quote {
    grid-area: 2/2/7/7
}

.block--carousel-quotes .quote-carousel__image {
    grid-area: 1/6/8/13
}

@media (max-width:767px) {
    .block--carousel-quotes .quote-carousel__quote {
        grid-area: 4/1/8/13
    }

    .block--carousel-quotes .quote-carousel__image {
        grid-area: 1/1/4/13
    }
}

.block--carousel-quotes .quote-carousel__quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.block--carousel-quotes .quote-carousel__image {
    max-height: 90vh;
    min-height: 700px
}

.block--carousel-quotes .quote-carousel .custom-dots {
    height: 30px;
    width: 100%;
    z-index: 20
    
}

.block--carousel-quotes .quote-carousel .custom-dots .slick-dots {
    bottom: 50px;
    left: 60px;
    right: auto;
    width: auto
}

@media (max-width:767px) {
    .block--carousel-quotes .quote-carousel__image {
        min-height: 250px
    }

    .block--carousel-quotes .quote-carousel .custom-dots .slick-dots {
        left: 30px
    }
}

.block--columns-text .intro {
    color: #B8895E;
    font-weight: 700
}

.block--facts .fact .description {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.36px;
    line-height: 20px
}

@media (max-width:767px) {
    .block--facts .fact .description {
        font-size: 11px;
        line-height: 14px
    }
}

.block--featured-link .featured-link {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(7, 1fr)
}

.block--featured-link .image-position-right .featured-link__data {
    grid-area: 2/2/7/7
}

.block--featured-link .image-position-right .featured-link__image {
    grid-area: 1/6/8/13
}

.block--featured-link .image-position-left .featured-link__data {
    grid-area: 2/7/7/12
}

.block--featured-link .image-position-left .featured-link__image {
    grid-area: 1/1/8/8
}

@media (max-width:767px) {
    .block--featured-link .featured-link__data {
        grid-area: 4/1/8/13 !important;
        margin: -50px auto 0;
        width: calc(100% - 30px)
    }

    .block--featured-link .featured-link__image {
        grid-area: 1/1/4/13 !important;
        min-height: 200px !important
    }
}

.block--featured-link .featured-link__data {
    position: relative;
    z-index: 1
}

.block--featured-link .featured-link__link {
    bottom: 78px;
    padding-left: 20px;
    position: absolute
}

.block--featured-link .featured-link__link:before {
    background-color: #B8895E;
    bottom: -78px;
    content: "";
    height: 107px;
    left: 0;
    position: absolute;
    transition: height .4s ease-in;
    width: 2px
}

.block--featured-link .featured-link__link:active,
.block--featured-link .featured-link__link:focus,
.block--featured-link .featured-link__link:hover {
    text-decoration: none
}

.block--featured-link .featured-link__link:active:before,
.block--featured-link .featured-link__link:focus:before,
.block--featured-link .featured-link__link:hover:before {
    height: 90px
}

.block--featured-link .featured-link__image {
    max-height: 90vh;
    min-height: 700px
}

@media (max-width:1199px) {
    .block--featured-link .featured-link__link {
        bottom: 30px
    }

    .block--featured-link .featured-link__link:before {
        bottom: -30px;
        height: 60px
    }

    .block--featured-link .featured-link__image {
        min-height: 500px
    }
}

.block--logos>div {
    padding: 130px 0 110px
}

@media (min-width:992px) {
    .block--logos .col-5-columns .logo-container {
        flex: 0 0 20% !important;
        max-width: 20% !important
    }
}

.block--logos .logo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 30px 50px
}

.block--logos .logo picture {
    display: inline-block;
    text-align: center
}

.block--logos .logo img {
    max-height: 75px
}

.block--logos .logo-1 {
    text-align: center
}

.block--logos .logo-1 img {
    margin-left: auto;
    margin-right: auto;
    max-height: 132px
}

.block--logos .logo-1.with-link img,
.block--logos .logo.with-link img {
    transition: transform .4s ease-in
}

.block--logos .logo-1.with-link:active img,
.block--logos .logo-1.with-link:focus img,
.block--logos .logo-1.with-link:hover img,
.block--logos .logo.with-link:active img,
.block--logos .logo.with-link:focus img,
.block--logos .logo.with-link:hover img {
    transform: scale(1.1)
}

@media (max-width:767px) {
    .block--logos>div {
        padding: 70px 0 90px
    }

    .block--logos .logo-1 {
        text-align: left
    }
}

@media (max-width:575px) {
    .block--logos>div {
        padding: 30px 15px 40px
    }
}

.block--folding-links .folding-link {
    height: 55vw;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease-in
}

.block--folding-links .folding-link.shrink .content-over {
    opacity: 0
}

.block--folding-links .folding-link .content-over {
    left: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: calc(50% - 35px);
    width: 100%
}

.block--folding-links .folding-link .content-over--bottom {
    bottom: 50px;
    text-align: center;
    top: auto;
    width: 100%
}

.block--folding-links .folding-link .content-hidden {
    opacity: 0;
    padding: 0 150px;
    transform: translateY(30px);
    transition: all .2s ease
}

.block--folding-links .folding-link .overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    transition: opacity .4s ease-in;
    width: 100%
}

.block--folding-links .folding-link:active .overlay,
.block--folding-links .folding-link:focus .overlay,
.block--folding-links .folding-link:hover .overlay {
    opacity: .58
}

@media (min-width:1040px) {
    .block--folding-links .folding-link img {
        transition: transform .7s ease-in-out
    }

    .block--folding-links .folding-link:active img,
    .block--folding-links .folding-link:focus img,
    .block--folding-links .folding-link:hover img {
        transform: scale(1.1);
        transition: transform .7s cubic-bezier(.34, 1.56, .64, 1)
    }

    .block--folding-links .folding-link:active .content-hidden,
    .block--folding-links .folding-link:focus .content-hidden,
    .block--folding-links .folding-link:hover .content-hidden {
        opacity: 1;
        transform: translateY(0);
        transition: all .4s ease-in .4s
    }
}

@media (max-width:1039px) {

    .block--folding-links .folding-link:active .content-hidden.content-hidden--link,
    .block--folding-links .folding-link:focus .content-hidden.content-hidden--link,
    .block--folding-links .folding-link:hover .content-hidden.content-hidden--link {
        opacity: 1;
        transform: translateY(0);
        transition: all .4s ease-in .4s
    }
}

@media (max-width:1199px) {
    .block--folding-links .folding-link {
        min-height: 500px
    }

    .block--folding-links .folding-link .content-hidden {
        padding: 0 50px
    }
}

@media (max-width:991px) {
    .block--folding-links .folding-link {
        height: 380px;
        min-height: auto
    }

    .block--folding-links .folding-link .content-hidden {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .block--folding-links .folding-link {
        height: 250px
    }

    .block--folding-links .folding-link .title--2lg {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.5454545455
    }
}

@media (max-width:575px) {
    .block--folding-links .folding-link {
        height: 160px
    }

    .block--folding-links .folding-link .content-over {
        padding: 0
    }
}

.block--growing-block {
    position: relative
}

.block--growing-block .block-image {
    width: 100%
}

.block--growing-block .curtain {
    background-color: #fff;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 30vw
}

.block--growing-block .curtain--right {
    right: -30vw
}

.block--growing-block .curtain--left {
    left: -30vw
}

.block--video .video {
    align-items: flex-end;
    display: flex;
    height: 450px;
    justify-content: flex-start;
    padding: 40px;
    position: relative
}

.block--video .video:active .icon,
.block--video .video:focus .icon,
.block--video .video:hover .icon {
    transform: scale(.8)
}

.block--video .title {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: -.14px;
    line-height: 1.2
}

.block--video .icon {
    margin-right: 20px;
    transition: transform .4s ease-in;
    width: 62px
}

@media (max-width:991px) {
    .block--video .video {
        height: 320px
    }

    .block--video .icon {
        width: 50px
    }
}

@media (max-width:575px) {
    .block--video .video {
        height: 220px;
        padding: 20px
    }
}

.block--video-and-text .video-text-container {
    grid-column-gap: 0;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 1fr)
}

.block--video-and-text .video {
    grid-area: 1/1/6/9
}

.block--video-and-text .text,
.block--video-and-text body {
    grid-area: 2/7/5/12
}

@media (max-width:1380px) {

    .block--video-and-text .text,
    .block--video-and-text body {
        grid-area: 2/6/5/12
    }
}

@media (max-width:1199px) {

    .block--video-and-text .text,
    .block--video-and-text body {
        grid-area: 2/7/6/13
    }
}

@media (max-width:991px) {
    .block--video-and-text .video-text-container {
        display: block
    }

    .block--video-and-text .video+.text,
    .block--video-and-text .video+body {
        margin: -50px auto 0;
        max-width: calc(100% - 30px)
    }
}

.block--video-and-text .video {
    height: 700px;
    position: relative
}

.block--video-and-text .video__data {
    cursor: pointer;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.block--video-and-text .video__data .icon {
    height: auto;
    margin: 10px;
    width: 60px
}

.block--video-and-text .video__data:active,
.block--video-and-text .video__data:focus,
.block--video-and-text .video__data:hover {
    text-decoration: none
}

@media (max-width:991px) {
    .block--video-and-text .video {
        height: 400px
    }
}

.accordion__title {
    padding-right: 50px
}

.accordion__item {
    border-bottom: 1px solid #B8895E
}

.accordion__trigger {
    cursor: pointer;
    padding: 28px 30px;
    position: relative
}

.accordion__content--wrapper .accordion__content {
    padding: 0 15px 20px 30px
}

.accordion__trigger-icon {
    height: 14px;
    position: absolute;
    right: 30px;
    top: 28px;
    width: 14px
}

.accordion__plus {
    height: 14px;
    position: absolute;
    right: 0;
    top: 14px;
    width: 14px
}

.accordion__plus:after,
.accordion__plus:before {
    background-color: #B8895E;
    content: "";
    position: absolute;
    transition: transform .3s ease-in-out
}

.accordion__plus:before {
    height: 100%;
    left: 6px;
    top: 0;
    width: 2px
}

.accordion__plus:after {
    height: 2px;
    left: 0;
    top: 6px;
    transform-origin: center;
    width: 100%
}

.accordion .open .accordion__trigger-icon svg {
    transform: rotate(180deg)
}

.accordion .open .accordion__plus:before {
    transform: rotate(-90deg)
}

.block--gallery .gallery__item.object-fit img {
    height: 20vw;
    min-height: 240px;
    width: 100%
}

.block--gallery--showcase .extra-padding {
    margin-left: -35px;
    margin-right: -35px
}

.block--gallery--showcase .extra-padding>[class*=col-] {
    padding-left: 35px;
    padding-right: 35px
}

.block--gallery--showcase .intro {
    color: #B8895E
}

.block--gallery--showcase .gallery__item {
    height: 100%
}

.block--gallery--showcase .gallery__item img {
    height: 100% !important
}

.block--gallery--showcase .gallery__item a {
    cursor: zoom-in
}

@media (max-width:991px) {
    .block--gallery--showcase .extra-padding>[class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }

    .block--gallery--showcase .h-50 {
        height: auto !important
    }
}

@media (max-width:767px) {
    .block--gallery--showcase .gallery__item {
        padding-bottom: 20px
    }
}

.block--gallery--masonry-slider .masonry-slider__slide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, 1fr);
    height: 830px;
    max-height: 90vh
}

.block--gallery--masonry-slider .masonry-slider__slide div:first-child {
    grid-area: 1/1/3/7
}

.block--gallery--masonry-slider .masonry-slider__slide div:nth-child(2) {
    grid-area: 3/1/5/7
}

.block--gallery--masonry-slider .masonry-slider__slide div:nth-child(3) {
    grid-area: 1/7/5/13
}

@media (max-width:1199px) {
    .block--gallery--masonry-slider .masonry-slider__slide {
        height: 570px
    }
}

@media (max-width:991px) {
    .block--gallery--masonry-slider .masonry-slider__slide {
        height: 400px
    }
}

@media (max-width:575px) {
    .block--gallery--masonry-slider .masonry-slider__slide {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        height: 250px
    }
}

.block--gallery--masonry-slider .masonry-slider__slide div {
    opacity: 0;
    transform: scale(.5);
    transition: all .8s ease-out
}

.block--gallery--masonry-slider .slick-slide.slick-current .masonry-slider__slide div:first-child {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0ms
}

.block--gallery--masonry-slider .slick-slide.slick-current .masonry-slider__slide div:nth-child(2) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .2s
}

.block--gallery--masonry-slider .slick-slide.slick-current .masonry-slider__slide div:nth-child(3) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .4s
}

.block--gallery--masonry-slider .slick-prev.slick-arrow {
    display: none
}

.block--gallery--masonry-slider button.slick-next.slick-arrow:after {
    background: url(../img/arrow-right.svg) no-repeat;
    content: "";
    height: 92px;
    position: absolute;
    right: -20px;
    top: calc(50% - 46px);
    width: 92px;
    z-index: 10
}

@media (max-width:1199px) {
    .block--gallery--masonry-slider button.slick-next.slick-arrow:after {
        right: 10px
    }
}

@media (max-width:991px) {
    .block--gallery--masonry-slider button.slick-next.slick-arrow:after {
        background-size: 50px !important;
        height: 50px;
        top: calc(50% - 25px);
        width: 50px
    }
}

@media (max-width:767px) {
    .block--gallery--masonry-slider button.slick-next.slick-arrow:after {
        background-size: 30px !important;
        height: 30px;
        top: calc(50% - 15px);
        width: 30px
    }
}

.block--gallery--slider .gallery__item.object-fit img {
    height: 30vw;
    max-height: 500px
}

@media (max-width:767px) {
    .block--text-image__content__image {
        min-height: 250px
    }
}

/*# sourceMappingURL=screen.css.map*/