/* body.loading>* {
    display: block;
} */

body .blur_into_image {
    display: none;
}

.blur_into_image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.blur_into_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(30px);
    transform: scale(1.1);
    object-fit: cover;
    object-position: center;
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}


body {
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);

    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    text-decoration: none;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: '';
    content: none
}

q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.pd-tp-180 {
    padding-top: 180px
}

.pd-bt-180 {
    padding-bottom: 180px
}

.pd-tp-120 {
    padding-top: 120px
}

.pd-bt-120 {
    padding-bottom: 120px
}

.pd-tp-70 {
    padding-top: 70px
}

.pd-bt-70 {
    padding-bottom: 70px
}

.mg-tp-180 {
    margin-top: 180px
}

.mg-bt-180 {
    margin-bottom: 180px
}

.mg-tp-150 {
    margin-top: 150px
}

.mg-bt-150 {
    margin-bottom: 150px
}

.mg-tp-140 {
    margin-top: 140px
}

.mg-bt-140 {
    margin-bottom: 140px
}

.mg-tp-120 {
    margin-top: 120px
}

.mg-bt-120 {
    margin-bottom: 120px
}

.mg-tp-100 {
    margin-top: 100px
}

.mg-bt-100 {
    margin-bottom: 100px
}

.mg-tp-80 {
    margin-top: 80px
}

.mg-bt-80 {
    margin-bottom: 80px
}

.mg-tp-70 {
    margin-top: 70px
}

.mg-bt-70 {
    margin-bottom: 70px
}

.mg-tp-50 {
    margin-top: 50px
}

.mg-bt-50 {
    margin-bottom: 50px
}

.mg-tp-40 {
    margin-top: 40px
}

.mg-bt-40 {
    margin-bottom: 40px
}

.mg-tp-30 {
    margin-top: 30px
}

.mg-bt-30 {
    margin-bottom: 30px
}

.mg-tp-24 {
    margin-top: 24px
}

.mg-bt-24 {
    margin-bottom: 24px
}

.mg-tp-0 {
    margin-top: 0 !important
}

.mg-bt-0 {
    margin-bottom: 0 !important
}

.pd-tp-80 {
    padding-top: 80px
}

.pd-bt-80 {
    padding-bottom: 80px
}

.pd-tp-30 {
    padding-top: 30px
}

.pd-bt-30 {
    padding-bottom: 30px
}

@media (max-width:768px) {
    .pd-tp-180-sm {
        padding-top: 180px
    }

    .pd-tp-100-sm {
        padding-top: 100px
    }

    .pd-lr-28-sm {
        padding-left: 28px;
        padding-right: 28px
    }

    .pd-bt-180-sm {
        padding-bottom: 180px
    }

    .pd-tp-120-sm {
        padding-top: 120px
    }

    .pd-bt-120-sm {
        padding-bottom: 120px
    }

    .pd-tp-70-sm {
        padding-top: 70px
    }

    .pd-bt-70-sm {
        padding-bottom: 70px
    }

    .pd-tp-64-sm {
        padding-top: 64px
    }

    .pd-bt-64-sm {
        padding-bottom: 64px
    }

    .pd-tp-0-sm {
        padding-top: 0
    }

    .pd-bt-0-sm {
        padding-bottom: 0
    }

    .mg-tp-180-sm {
        margin-top: 180px
    }

    .mg-bt-180-sm {
        margin-bottom: 180px
    }

    .mg-tp-150-sm {
        margin-top: 150px
    }

    .mg-bt-150-sm {
        margin-bottom: 150px
    }

    .mg-tp-140-sm {
        margin-top: 140px
    }

    .mg-bt-140-sm {
        margin-bottom: 140px
    }

    .mg-tp-120-sm {
        margin-top: 120px
    }

    .mg-bt-120-sm {
        margin-bottom: 120px
    }

    .mg-tp-100-sm {
        margin-top: 100px
    }

    .mg-bt-100-sm {
        margin-bottom: 100px
    }

    .mg-tp-80-sm {
        margin-top: 80px
    }

    .mg-bt-80-sm {
        margin-bottom: 80px
    }

    .mg-tp-64-sm {
        margin-top: 64px
    }

    .mg-bt-64-sm {
        margin-bottom: 64px
    }

    .mg-tp-50-sm {
        margin-top: 50px
    }

    .mg-bt-50-sm {
        margin-bottom: 50px
    }

    .mg-tp-40-sm {
        margin-top: 40px
    }

    .mg-bt-40-sm {
        margin-bottom: 40px
    }

    .mg-tp-30-sm {
        margin-top: 30px
    }

    .mg-bt-30-sm {
        margin-bottom: 30px
    }

    .mg-tp-24-sm {
        margin-top: 24px
    }

    .mg-bt-24-sm {
        margin-bottom: 24px
    }

    .mg-tp-15-sm {
        margin-top: 15px
    }

    .mg-bt-15-sm {
        margin-bottom: 15px
    }

    .mg-tp-10-sm {
        margin-top: 10px
    }

    .mg-bt-10-sm {
        margin-bottom: 10px
    }

    .mg-tp-0-sm {
        margin-top: 0 !important
    }

    .mg-bt-0-sm {
        margin-bottom: 0 !important
    }

    .pd-tp-80-sm {
        padding-top: 80px
    }

    .pd-bt-80-sm {
        padding-bottom: 80px
    }

    .pd-tp-30-sm {
        padding-top: 30px
    }

    .pd-bt-30-sm {
        padding-bottom: 30px
    }
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

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

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

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

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

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

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

.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: -ms-flexbox !important;
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

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

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

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

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

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

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

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

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

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

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

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

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

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

.p-1 {
    padding: .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
    }
}

.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
    overflow: hidden
}

.glightbox-container.inactive {
    display: none
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.glightbox-container .gslide-inner-content {
    width: 100%
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe,
.gslide video {
    outline: 0 !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.zoomable {
    position: relative
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, .34)
}

.gslide-video.playing::before {
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.gslide-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gslide-description {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.zoomed .gslide-description {
    display: none
}

.glightbox-button-hidden {
    display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    background: 0 0;
    position: absolute;
    bottom: 0;
    padding: 19px 11px;
    max-width: 100vw !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    padding-bottom: 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc string {
    color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1
}

.greset {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gabsolute {
    position: absolute
}

.grelative {
    position: relative
}

.glightbox-desc {
    display: none !important
}

.glightbox-open {
    overflow: hidden
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(8px);
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: rgba(49, 52, 57, .6);
    will-change: opacity
}

.glightbox-mobile .goverlay {
    backdrop-filter: blur(8px);
    background: rgba(49, 52, 57, .6)
}

.gclose,
.gnext,
.gprev {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gclose svg,
.gnext svg,
.gprev svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
    opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: 2px solid #0f3d81
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em
}

.glightbox-clean .gslide-video {
    background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: #70b656
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
    fill: #fff
}

.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute
}

.glightbox-clean .gclose svg {
    width: 18px;
    height: auto
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@media (min-width:769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: -webkit-zoom-in;
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(49, 52, 57, .6)
    }

    .glightbox-clean .gslide-media {
        -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto
    }

    .glightbox-clean .gclose,
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        background-color: #70b656
    }

    .glightbox-clean .gclose:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gprev:hover {
        background-color: #70b656
    }
}

@media (min-width:992px) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

@media screen and (max-height:420px) {
    .goverlay {
        background: #000
    }
}

.glightbox-clean .gclose {
    background-color: transparent !important;
    opacity: 1
}

glightbox-clean .gclose:hover {
    background-color: transparent
}

button.gclose.gbtn::after {
    content: 'Schließen';
    position: absolute;
    left: -74px;
    top: -1px;
    color: #fff;
    font-family: MetaOT-CondBook;
    font-size: 20px;
    line-height: 160%
}

.gslide-desc {
    font-family: MetaOT-CondBook !important
}

@media (min-width:769px) {

    .ginner-container,
    .gslide-media.gslide-image {
        width: 1070px;
        max-height: 670px !important;
        box-shadow: none
    }

    .lg-ht .gslide-media.gslide-image {
        height: 670px !important
    }

    .gslide-media.gslide-image {
        background-color: #313439
    }

    .gslide-media.gslide-image img {
        max-width: 1070px
    }

    .glightbox-clean .gnext.loaded,
    .glightbox-clean .gprev.loaded {
        visibility: visible
    }

    .glightbox-clean .gnext {
        visibility: hidden;
        width: 64px;
        height: 64px;
        left: calc(100% - 64px);
        top: calc(-50% + -32px);
        position: relative;
        z-index: 99999
    }

    .glightbox-clean .gnext {
        left: 0;
        top: calc(-50% + -32px);
        position: relative;
        z-index: 99999
    }
}

.lg-ht .gslide-media.gslide-image img {
    max-height: 670px !important
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
    transition: visibility 150ms ease;
    visibility: hidden;
    position: absolute;
    width: 64px;
    height: 64px
}

@media (max-width:767px) {

    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        width: 40px;
        height: 40px
    }

    button.gclose.gbtn::after {
        font-size: 17px;
        line-height: 150%;
        top: 4px;
        left: -66px
    }

    .gslide-image img.zoomable {
        max-height: 238px
    }

    .gslide-media.gslide-image {
        background-color: #313439;
        height: 238px;
        width: 100%
    }

    .gnext svg,
    .gprev svg {
        width: 13px
    }

    .glightbox-clean .gnext {
        left: calc(100% - 40px)
    }

    .gslide-image img {
        height: 100%
    }

    .glightbox-mobile .glightbox-container .gslide-desc {
        padding: 0
    }

    .glightbox-mobile .glightbox-container .gslide-description {
        padding: 5px 28px;
        opacity: 0
    }
}

.glightbox-mobile .glightbox-container .gslide-description.loaded {
    opacity: 1
}

.gcontainer #counter {
    font-family: MetaOT-CondBook;
    position: absolute;
    padding: 8px 18px;
    background: rgba(24, 25, 27, .5);
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 32px;
    transform: translateY(-100%)
}

.glightbox-clean .gnext.loaded,
.glightbox-clean .gprev.loaded {
    visibility: visible
}

.gslide-description.description-bottom {
    max-width: 1070px !important
}



html {
    font-size: 62.5%
}

body {
    color: #18191b;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    hyphens: auto
}

@media (min-width:1300px) {
    body {
        font-size: 2.3rem;
        line-height: 1.75
    }
}

a {
    text-decoration: none;
    color: inherit
}

b,
bold,
strong {
    font-family: MetaOT-CondBold, sans-serif
}

h1 {
    font-size: 3rem;
    line-height: 1.1;
    font-family: MetaHeadlineOT-Light, sans-serif;
    color: #000
}

@media (min-width:769px) {
    h1 {
        font-size: 7.2rem;
        line-height: 1
    }
}

h2 {
    font-size: 2.4rem;
    line-height: 1.2
}

/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

@font-face {
    font-family: swiper-icons;
    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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: 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 {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.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 {
    right: 10px;
    left: auto
}

.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: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    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 {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.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 {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.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: .2s transform, .2s top
}

.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: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.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));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.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 {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 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 {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.icon .icon-search {
    width: 17px;
    height: 16px
}

.icon.icon-facebook {
    width: 22px;
    height: 21.87px
}

.icon.icon-facebook svg {
    fill: #8b8e95
}

@media (min-width:769px) {
    .icon.icon-facebook:hover svg {
        fill: #60a447
    }

    .icon.icon-facebook:hover:active svg {
        fill: #5a9942
    }
}

.icon.icon-instagram {
    width: 19px;
    height: 19px
}

.icon.icon-instagram svg {
    fill: #8b8e95
}

@media (min-width:769px) {
    .icon.icon-instagram:hover svg {
        fill: #60a447
    }

    .icon.icon-instagram:hover:active svg {
        fill: #5a9942
    }
}

.icon.icon-angle-down {
    width: 10px;
    height: 7px
}

.icon.icon-angle-down svg {
    fill: #18191b
}

.icon.icon-remove-filter {
    width: 19px;
    height: 19px
}

.icon.icon-remove-filter svg {
    fill: #fff
}

.btn {
    display: inline-block;
    padding: 16.5px 24px;
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: .16rem;
    text-transform: uppercase;
    font-family: MetaOT-CondBold, sans-serif;
    transform: translateY(0);
    cursor: pointer;
    position: relative;
    border-radius: 0;
    transition: background-color 250ms cubic-bezier(.16, .32, .21, .93), color 250ms cubic-bezier(.16, .32, .21, .93), transform 250ms cubic-bezier(.16, .32, .21, .93)
}

.btn.primary-btn {
    background-color: #70b656;
    color: #fff
}

@media (min-width:769px) {
    .btn.primary-btn:hover {
        background-color: #60a447;
        transform: translateY(-3px)
    }
}

.btn.primary-btn.active,
.btn.primary-btn:active {
    background-color: #5a9942;
    transform: translateY(-4px)
}

.btn.primary-btn.disabled,
.btn.primary-btn:disabled {
    background-color: #8fc67b
}

.btn.secondary-btn {
    background-color: #474b53;
    color: #fff
}

@media (min-width:769px) {
    .btn.secondary-btn:hover {
        background-color: #313439;
        transform: translateY(-3px)
    }
}

.btn.secondary-btn.active,
.btn.secondary-btn:active {
    background-color: #18191b;
    transform: translateY(-4px)
}

.btn.secondary-btn.disabled,
.btn.secondary-btn:disabled {
    background-color: #a8a8a8
}

.btn.secondary-btn.white-btn {
    background-color: #fff;
    color: #18191b
}

@media (min-width:769px) {
    .btn.secondary-btn.white-btn:hover {
        background-color: #ededed
    }
}

.btn.secondary-btn.white-btn.active,
.btn.secondary-btn.white-btn:active {
    background-color: #e7e7e7
}

.btn.secondary-btn.white-btn.disabled,
.btn.secondary-btn.white-btn:disabled {
    background-color: #e5e5e5;
    color: #a8a8a8
}

.btn.cta-btn {
    width: 210px;
    height: 63px;
    padding: 24px;
    text-align: center;
    clip-path: polygon(100% 18%, 95% 95%, 10% 100%, 0 27%, 1% 0)
}

.btn.loading {
    color: transparent !important
}

.btn.loading:before {
    content: '';
    display: block;
    background-image: url();
    background-color: inherit;
    width: 75px;
    height: 100%;
    margin-left: -37.5px;
    left: 50%;
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0
}

.btn.loading.login-btn:before,
.btn.loading.newsletter-btn:before {
    background-image: url(../img/loader-dark.svg)
}

.primary-link {
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: .16rem;
    text-transform: uppercase;
    font-family: MetaOT-CondBold;
    transition: color 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .primary-link:hover {
        color: #70b656 !important
    }
}

.primary-link:active {
    color: #60a447 !important
}

.primary-link.active {
    color: #70b656 !important
}

.primary-link.has-icon {
    display: flex;
    align-items: center
}

.primary-link.has-icon .icon {
    margin-right: 8px
}

.primary-link.has-icon .icon svg {
    display: block;
    fill: #18191b;
    transition: fill 250ms cubic-bezier(.48, .04, .25, 1)
}

.primary-link.has-icon.icon-right .icon {
    margin-left: 8px;
    margin-right: 0
}

@media (min-width:769px) {
    .primary-link.has-icon:hover .icon svg {
        fill: #70b656
    }
}

.primary-link.has-icon:active .icon svg {
    fill: #60a447
}

.primary-link.has-icon.active .icon svg {
    fill: #70b656
}

.primary-link.green-link {
    color: #70b656
}

.primary-link.green-link .icon svg {
    fill: #70b656
}

.primary-link.white-link {
    color: #fff
}

@media (min-width:769px) {
    .primary-link.white-link:hover {
        color: #8fc67b
    }
}

.primary-link.white-link:active {
    color: #70b656
}

.primary-link.white-link.active {
    color: #8fc67b
}

@media (min-width:769px) {
    .primary-link.white-link:hover .icon svg {
        fill: #8fc67b
    }
}

.primary-link.white-link:active .icon svg {
    fill: #70b656
}

.primary-link.white-link.active .icon svg {
    fill: #8fc67b
}

.secondary-link {
    font-size: 1.6rem;
    line-height: 1.1;
    font-family: MetaOT-CondBold, sans-serif;
    background-image: linear-gradient(#cdcdcd, #cdcdcd);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size 250ms cubic-bezier(.48, .04, .25, 1), background-image 250ms cubic-bezier(.48, .04, .25, 1), color 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .secondary-link:hover {
        color: #70b656;
        background-image: linear-gradient(#70b656, #70b656)
    }
}

.secondary-link:active {
    color: #60a447;
    background-image: linear-gradient(#60a447, #60a447)
}

.secondary-link.active {
    color: #70b656;
    background-image: linear-gradient(#70b656, #70b656)
}

.secondary-link.has-icon .icon {
    margin-right: 15px
}

.secondary-link.has-icon .icon svg {
    fill: #18191b;
    transition: fill 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .secondary-link.has-icon:hover .icon svg {
        fill: #70b656
    }
}

.secondary-link.has-icon:active .icon svg {
    fill: #60a447
}

.secondary-link.has-icon.active .icon svg {
    fill: #70b656
}

.secondary-link.white-link {
    color: #fff;
    background-image: linear-gradient(#fff, #fff)
}

@media (min-width:769px) {
    .secondary-link.white-link:hover {
        color: #8fc67b;
        background-image: linear-gradient(#8fc67b, #8fc67b)
    }
}

.secondary-link.white-link:active {
    color: #70b656;
    background-image: linear-gradient(#70b656, #70b656)
}

.secondary-link.white-link.active {
    color: #70b656;
    background-image: linear-gradient(#70b656, #70b656)
}

.secondary-link.white-link.has-icon .icon svg {
    fill: #fff;
    transition: fill 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .secondary-link.white-link.has-icon:hover .icon svg {
        fill: #8fc67b
    }
}

.secondary-link.white-link.has-icon:active .icon svg {
    fill: #70b656
}

.secondary-link.white-link.has-icon.active .icon svg {
    fill: #70b656
}

.tertiary-link {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #8b8e95;
    background-image: linear-gradient(#cdcdcd, #cdcdcd);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size 250ms cubic-bezier(.48, .04, .25, 1), background-image 250ms cubic-bezier(.48, .04, .25, 1), color 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .tertiary-link:hover {
        color: #70b656 !important;
        background-image: linear-gradient(#70b656, #70b656) !important
    }
}

.tertiary-link:active {
    color: #60a447 !important;
    background-image: linear-gradient(#60a447, #60a447) !important
}

.tertiary-link.active {
    color: #70b656;
    background-image: linear-gradient(#70b656, #70b656)
}

.tertiary-link.white-link {
    color: #fff
}

@media (min-width:769px) {
    .tertiary-link.white-link:hover {
        color: #8fc67b;
        background-image: linear-gradient(#8fc67b, #8fc67b)
    }
}

.tertiary-link.white-link:active {
    color: #70b656;
    background-image: linear-gradient(#70b656, #70b656)
}

.tertiary-link.white-link.active {
    color: #70b656;
    background-image: linear-gradient(#70b656, #70b656)
}

.filter {
    display: flex;
    align-items: center;
    background-color: #474b53;
    border-radius: 4px;
    font-size: 1.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-family: MetaOT-CondBold, sans-serif;
    transition: background-color 350ms cubic-bezier(.48, .04, .25, 1), color 350ms cubic-bezier(.48, .04, .25, 1);
    cursor: pointer
}

@media (min-width:769px) {
    .filter:hover {
        background-color: #313439
    }
}

.filter.active,
.filter:active {
    background-color: #18191b
}

.filter span {
    display: block;
    padding: 6px 0 6px 12px
}

.filter .remove-filter {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    cursor: pointer
}

.filter .icon {
    margin-top: 2px
}

.filter-list {
    display: flex;
    flex-wrap: wrap
}

.filter-list .filter {
    margin-right: 8px
}

.filter-list .filter:last-child {
    margin-right: 0
}

.archive-menu+.filter-list {
    margin-top: 38px
}

.cat {
    display: inline-block;
    padding: 4px 8px;
    background-color: #474b53;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: .16rem;
    text-transform: uppercase;
    color: #fff;
    font-family: MetaOT-CondBold, sans-serif;
    position: relative;
    transition: background-color 350ms cubic-bezier(.48, .04, .25, 1), color 350ms cubic-bezier(.48, .04, .25, 1)
}

.cat span {
    position: relative;
    z-index: 9
}

.cat:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .cat:hover:before {
        opacity: .1
    }
}

.cat.active:before,
.cat:active:before {
    opacity: .15
}

.cat-list {
    display: flex;
    flex-wrap: wrap
}

.cat-list .cat {
    margin-right: 8px
}

.cat-list .cat:last-child {
    margin-right: 0
}

body,
html {
    font-family: MetaOT-CondBook;
    overflow-x: hidden;
    font-variant-numeric: lining-nums
}

body.loading,
html.loading {
    cursor: wait
}

* {
    box-sizing: border-box
}

.text-center {
    text-align: center
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

.no-scroll {
    overflow: hidden
}

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

sup {
    vertical-align: super;
    font-size: 12.8804px;
    padding-left: 2px
}

input {
    font-variant-numeric: lining-nums;
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

.sm-only {
    display: block !important
}

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

@media (min-width:769px) {
    .sm-only.flex {
        display: none !important
    }
}

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

@media (min-width:769px) {
    .sm-only.inline {
        display: none !important
    }
}

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

.sm-hide {
    display: none !important
}

@media (min-width:769px) {
    .sm-hide {
        display: block !important
    }

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

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

@media screen and (max-width:768px) {
    .col-sm-100 {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important
}

.clamp {
    hyphens: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (min-width:769px) {
    .clamp.imp.sm-hide {
        display: -webkit-box !important
    }
}

.clamp.clamp-1 {
    -webkit-line-clamp: 1
}

.clamp.clamp-3 {
    -webkit-line-clamp: 3
}

.no-clamp {
    display: inherit;
    overflow: visible
}

.br-tp-grey {
    border-top: 1px solid rgba(131, 131, 131, .4)
}

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

.sm-hide {
    display: none
}

@media (min-width:769px) {
    .sm-hide {
        display: block
    }
}

@media screen and (max-width:768px) {
    .sm-mg-tp-51 {
        margin-top: 51px
    }
}

@media screen and (max-width:768px) {
    .mg-bt-120.sm-mg-bt-64 {
        margin-bottom: 64px
    }

    .mg-bt-120.sm-mg-tp-36 {
        margin-top: 36px
    }

    .mg-bt-120.sm-mg-bt-0 {
        margin-bottom: 0
    }
}

.custom-container {
    max-width: 739px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto
}

.custom-container.lg {
    max-width: 1208px
}

.custom-container.md {
    max-width: 1024px
}

.custom-container.sm {
    max-width: 528px
}

@media (min-width:1300px) {

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

@media (min-width:1600px) {

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

@media (max-width:768px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 28px;
        padding-right: 28px
    }
}

.img-box {
    position: relative;
    height: 100%;
    overflow: hidden
}

.img-box img,
.img-box video {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    background: #e5e5e5
}

.img-box.object-cover img,
.img-box.object-cover video {
    object-fit: cover
}

.img-box.object-center img,
.img-box.object-center video {
    object-position: center
}

.floating-label-content {
    position: relative;
    margin-bottom: 16px
}

.floating-label-content .error-label {
    position: absolute;
    font-size: 1.2rem;
    line-height: 120%;
    color: #8b8e95;
    margin-top: 8px;
    padding-left: 12px;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.16, .32, .21, .93);
    font-family: MetaOT-CondBook
}

.floating-label-content .error-label.show {
    opacity: 1
}

.floating-label-content.error .floating-input,
.floating-label-content.error .select-selected {
    border-color: #e93b2b
}

.floating-label-content.error .error-label {
    opacity: 1;
    color: #e93b2b
}

.floating-label-content .floating-label {
    color: #8b8e95;
    font-size: 1.6rem;
    line-height: 140%;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 12px;
    padding: 0 5px;
    background: #fff;
    transition: .2s ease all
}

.floating-label-content .floating-input {
    font-size: 1.6rem;
    line-height: 140%;
    display: block;
    width: 100%;
    height: 48px;
    padding: 15px;
    background: #fff;
    color: #18191b;
    border: 1px solid #8b8e95;
    border-radius: 0;
    box-sizing: border-box
}

.floating-label-content .floating-input#comment {
    height: 100%
}

.floating-label-content .floating-input:not(:placeholder-shown)~.floating-label {
    top: -11px;
    font-size: 1.2rem;
    color: #18191b
}

.floating-label-content .floating-input:focus {
    outline: 0;
    border-color: #474b53
}

.floating-label-content .floating-input:focus~.floating-label {
    color: #18191b;
    top: -11px;
    font-size: 1.2rem
}

form .form-footer {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:769px) {
    form .form-footer {
        flex-direction: row
    }
}

form .form-footer .btn {
    width: 100%;
    text-align: center;
    margin-top: 12px
}

@media (min-width:769px) {
    form .form-footer .btn {
        margin-top: 0;
        width: auto
    }
}

form .form-footer .price {
    margin-right: 24px;
    font-size: 3.2rem;
    line-height: 120%;
    color: #18191b;
    font-family: MetaOT-CondBold;
    margin-bottom: 12px
}

form .form-footer .price p {
    display: flex;
    align-items: center
}

@media (min-width:769px) {
    form .form-footer .price {
        margin-bottom: 0
    }
}

form .form-footer .price span {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 26px
}

@media (min-width:769px) {
    form .form-footer .price span {
        margin-left: 4px
    }
}

@media (min-width:769px) {
    form .form-footer .price:first-child {
        margin-right: 32px
    }
}

.custom-select {
    position: relative
}

.custom-select select {
    display: none
}

.custom-select .select-selected {
    border: 1px solid #8b8e95;
    font-size: 1.6rem;
    line-height: 140%;
    color: #8b8e95
}

.custom-select .select-selected.active {
    color: #000
}

.custom-select .select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    width: 14px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M1 1.11914L8 8.11914L15 1.11914' stroke='%2318191B' stroke-width='2'/%3E%3C/svg%3E");
    background-size: cover;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.custom-select .select-selected.select-arrow-active {
    border-color: #18191b
}

.custom-select .select-selected.select-arrow-active:after {
    transform: rotateX(180deg)
}

.custom-select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #18191b;
    border-top: 0
}

.custom-select .select-items div {
    font-size: 1.6rem;
    line-height: 140%;
    border: 0;
    background: #fff;
    border-bottom: 1px solid #efefef
}

@media (min-width:769px) {
    .custom-select .select-items div:hover {
        background: #efefef
    }
}

.custom-select .select-items div:first-child {
    border-top: 0
}

.custom-select .select-items div:last-child {
    border-bottom: 0
}

.custom-select .select-hide {
    display: none
}

.custom-select .select-items div,
.custom-select .select-selected {
    padding: 12px 16px;
    cursor: pointer
}

.container-check {
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.container-check input:checked~.checkmark {
    background-color: #70b656;
    border-color: #70b656
}

.container-check input:checked~.checkmark:after {
    display: block
}

@media (min-width:769px) {
    .container-check input:checked~.checkmark:hover {
        background-color: #60a447 !important;
        border-color: #60a447
    }
}

.container-check input:active~.checkmark {
    background: rgba(205, 205, 205, .4)
}

.container-check input:checked:active {
    background-color: #5a9942;
    border-color: #5a9942
}

.container-check .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #000;
    transition: background cubic-bezier(.16, .32, .21, .93) 250ms, border-color cubic-bezier(.16, .32, .21, .93) 250ms
}

.container-check .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:769px) {
    .container-check .checkmark:hover {
        background: rgba(205, 205, 205, .2) !important;
        border-color: #18191b
    }
}

.check li {
    position: relative;
    font-size: 2rem;
    line-height: 160%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding-left: 36px
}

.check li::before {
    content: '';
    display: block;
    width: 30px;
    height: 17px;
    margin-right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.3376 7.77244L6.45118 12.0193L6.67093 12.2461L6.8862 12.015L17.659 0.448431L19.5965 2.67729L6.66667 16.5598L0.409964 9.84211L2.3376 7.77244Z' fill='black' stroke='%23E2EEF3' stroke-width='0.6'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 11px;
    background-repeat: no-repeat
}

@media (min-width:769px) {
    .check li::before {
        width: 20px;
        position: relative;
        left: 0;
        top: 0
    }
}

.grey-bg {
    background: #e2eef3;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%)
}

.grey-bg.box {
    padding-bottom: 250px
}

.grey-bg h1 {
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 40px
}

@media (min-width:769px) {
    .grey-bg h1 {
        font-size: 5.6rem;
        line-height: 70px;
        margin-bottom: 33px
    }
}

.grey-bg img.abs {
    position: absolute;
    top: -45px;
    width: 95%
}

.box-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-105%);
    margin-top: 50px;
    margin-bottom: -226px
}

@media (min-width:769px) {
    .box-wrapper {
        margin-bottom: -50px;
        margin-top: 0;
        transform: translateY(-50%);
        flex-direction: row
    }
}

.box-wrapper .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, .05);
    border: 2px solid transparent;
    transition: border .2s cubic-bezier(.16, .32, .21, .93);
    width: calc(100% - 64px);
    margin-left: 32px;
    height: 114px
}

@media (min-width:769px) {
    .box-wrapper .box {
        margin-left: 0;
        width: 340px;
        height: 340px
    }
}

.box-wrapper .box .svg {
    line-height: 0;
    margin-bottom: 10px
}

.box-wrapper .box .svg svg {
    fill: #70b656;
    width: 37px;
    height: 37px
}

@media (min-width:769px) {
    .box-wrapper .box .svg svg {
        width: 50px;
        height: 50px
    }
}

.box-wrapper .box .svg svg.person {
    stroke: none;
    fill: none;
    stroke: #70b656;
    stroke-width: .6px;
    margin-bottom: 0
}

@media (min-width:769px) {
    .box-wrapper .box .svg svg.person {
        width: 60px;
        height: 60px
    }
}

.box-wrapper .box p {
    margin-bottom: 0;
    margin-top: -7px;
    font-size: 1.8rem;
    line-height: 120%
}

@media (min-width:769px) {
    .box-wrapper .box p {
        font-size: 3.2rem;
        line-height: 120%
    }
}

@media (min-width:769px) {
    .box-wrapper .box:hover {
        border: 2px solid #70b656
    }
}

.box-wrapper .box:first-child {
    margin-bottom: 50px
}

@media (min-width:769px) {
    .box-wrapper .box:first-child {
        margin-right: 32px;
        margin-bottom: 0
    }
}

ul.address {
    padding-top: 8px;
    list-style: none !important;
    padding-left: 0 !important
}

ul.address li {
    position: relative;
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 140%;
    color: #374151;
    margin-bottom: 12px
}

ul.address li a {
    border-bottom: 2px solid rgba(55, 65, 81, .15)
}

ul.address li:last-child {
    margin-bottom: 0
}

ul.address li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-size: cover
}

ul.address li:first-child::after {
    left: 2px;
    width: 10px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99922 0.642822C2.3455 0.642822 0.199219 2.78911 0.199219 5.44282C0.199219 9.04282 4.99922 14.3571 4.99922 14.3571C4.99922 14.3571 9.79922 9.04282 9.79922 5.44282C9.79922 2.78911 7.65293 0.642822 4.99922 0.642822ZM4.99922 7.15711C4.05293 7.15711 3.28493 6.38911 3.28493 5.44282C3.28493 4.49654 4.05293 3.72854 4.99922 3.72854C5.9455 3.72854 6.7135 4.49654 6.7135 5.44282C6.7135 6.38911 5.9455 7.15711 4.99922 7.15711Z' fill='%2318191B'/%3E%3C/svg%3E%0A")
}

ul.address li:nth-of-type(2)::after {
    top: 8px;
    height: 13px;
    width: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.41333 5.69333C3.37333 7.58 4.92 9.12 6.80667 10.0867L8.27333 8.62C8.45333 8.44 8.72 8.38 8.95333 8.46C9.7 8.70667 10.5067 8.84 11.3333 8.84C11.7 8.84 12 9.14 12 9.50667V11.8333C12 12.2 11.7 12.5 11.3333 12.5C5.07333 12.5 0 7.42667 0 1.16667C0 0.8 0.3 0.5 0.666667 0.5H3C3.36667 0.5 3.66667 0.8 3.66667 1.16667C3.66667 2 3.8 2.8 4.04667 3.54667C4.12 3.78 4.06667 4.04 3.88 4.22667L2.41333 5.69333Z' fill='%2318191B'/%3E%3C/svg%3E%0A")
}

ul.address li:nth-of-type(3)::after {
    top: 8px;
    height: 11px;
    width: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.332 0.166504H1.66536C0.932031 0.166504 0.338698 0.766504 0.338698 1.49984L0.332031 9.49984C0.332031 10.2332 0.932031 10.8332 1.66536 10.8332H12.332C13.0654 10.8332 13.6654 10.2332 13.6654 9.49984V1.49984C13.6654 0.766504 13.0654 0.166504 12.332 0.166504ZM12.332 2.83317L6.9987 6.1665L1.66536 2.83317V1.49984L6.9987 4.83317L12.332 1.49984V2.83317Z' fill='%2318191B'/%3E%3C/svg%3E%0A")
}

ul.address li:nth-of-type(4)::after {
    height: 14px;
    width: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 3.99625L6.64287 0.5L13.2857 3.99625V5.39475H0V3.99625ZM1.39794 6.79326V11.688H3.49569V6.79326H1.39794ZM5.59375 6.79327V11.688H7.6915V6.79327H5.59375ZM13.2857 15.1843H-3.90601e-05V13.0865H13.2857V15.1843ZM9.78924 6.79326V11.688H11.887V6.79326H9.78924Z' fill='%2318191B'/%3E%3C/svg%3E%0A")
}

.iframe-wrapper {
    position: relative;
    margin-top: 48px;
    margin-bottom: 48px;
    width: calc(100% + 64px);
    margin-left: -32px
}

@media (min-width:769px) {
    .iframe-wrapper {
        margin-bottom: 120px;
        margin-top: 120px;
        width: 100%;
        margin-left: 0
    }
}

.iframe-wrapper::after {
    content: '';
    display: block;
    padding-bottom: calc(100% / (1456/1056))
}

.iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.custom-title {
    font-size: 1.4rem;
    line-height: 110%;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding-bottom: 16px;
    font-family: MetaOT-CondBold;
    border-bottom: 1px solid rgba(24, 25, 27, .4)
}

.custom-title.mb-28 {
    margin-bottom: 28px
}

.cats-cards-list {
    position: relative
}

.cats-cards-list .nav {
    opacity: 0;
    transition: opacity .5s cubic-bezier(.16, .32, .21, .93)
}

.cats-cards-list .nav.show {
    opacity: 1
}

.cats-cards-list .swiper-container {
    overflow: visible;
    transition: opacity 50ms cubic-bezier(.16, .32, .21, .93);
    opacity: 0
}

.cats-cards-list .swiper-container .swiper-slide {
    opacity: 0;
    transform: translateX(25px);
    transition: opacity 250ms cubic-bezier(.16, .32, .21, .93), transform 250ms cubic-bezier(.16, .32, .21, .93)
}

.cats-cards-list .swiper-container .swiper-slide:nth-of-type(2) {
    transition-delay: .1s
}

.cats-cards-list .swiper-container .swiper-slide:nth-of-type(3) {
    transition-delay: .2s
}

.cats-cards-list .swiper-container .swiper-slide:nth-of-type(4) {
    transition-delay: .3s
}

.cats-cards-list .swiper-container.overflow-visible {
    opacity: 1
}

.cats-cards-list .swiper-container.overflow-visible .swiper-slide {
    transform: translate(0);
    opacity: 1
}

.cats-cards-list .swiper-slide {
    width: 33.33%;
    margin-right: 32px
}

.cats-cards-list .link.dropdown {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 2.2rem;
    line-height: 130%
}

.cats-cards-list .link.dropdown.active svg {
    transform: rotateX(180deg)
}

.cats-cards-list .link.dropdown svg {
    margin-bottom: 2px;
    margin-left: 5px;
    transition: all 250ms cubic-bezier(.16, .32, .21, .93)
}

.cats-cards-list .overflow-visible {
    overflow: visible
}

.cats-cards-list .slide-nav-btn {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(.48, .04, .25, 1);
    display: none
}

@media (min-width:769px) {
    .cats-cards-list .slide-nav-btn {
        display: block
    }
}

.cats-cards-list .slide-nav-btn.slide-next {
    right: 0;
    left: auto
}

.cats-cards-list .slide-nav-btn.slide-prev {
    right: auto;
    left: 0
}

.cats-cards-list .slide-nav-btn.swiper-button-disabled {
    opacity: 0;
    cursor: default
}

.cats-cards-list .slide-nav-btn svg {
    display: block;
    position: relative;
    width: 34px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -17px;
    transition: transform 250ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .cats-cards-list .slide-nav-btn:hover {
        background-color: rgba(0, 0, 0, .4)
    }

    .cats-cards-list .slide-nav-btn:hover.slide-next svg {
        transform: translateX(3px)
    }

    .cats-cards-list .slide-nav-btn:hover.slide-prev svg {
        transform: translateX(-3px)
    }

    .cats-cards-list .slide-nav-btn:hover.pressed {
        background-color: rgba(0, 0, 0, .55)
    }

    .cats-cards-list .slide-nav-btn:hover.pressed.slide-next svg {
        transform: translateX(4px)
    }

    .cats-cards-list .slide-nav-btn:hover.pressed.slide-prev svg {
        transform: translateX(-4px)
    }
}

input {
    border: 0;
    padding: 0;
    margin: 0
}

input:active,
input:focus {
    border: 0;
    outline: 0
}

button {
    background: 0 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

.custom-accordion .accordion-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(139, 142, 149, .5)
}

@media (min-width:769px) {
    .custom-accordion .accordion-item:last-child {
        border-bottom: 1px solid rgba(139, 142, 149, .5)
    }
}

.custom-accordion .accordion-item:first-of-type {
    border-top: 1px solid rgba(139, 142, 149, .5)
}

.custom-accordion .accordion-item.open .accordion-label {
    color: #70b656
}

.custom-accordion .accordion-item.open .accordion-content {
    height: 100%
}

.custom-accordion .accordion-item.open .accordion-content .wrapper {
    opacity: 1;
    transform: translateY(0)
}

.custom-accordion .accordion-item.open svg {
    transform: rotateX(180deg);
    fill: #70b656
}

@media (min-width:769px) {
    .custom-accordion .accordion-item:hover .accordion-label {
        color: #60a447
    }

    .custom-accordion .accordion-item:hover svg {
        fill: #60a447
    }
}

.custom-accordion .accordion-label {
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    z-index: 1;
    transition: color 250ms cubic-bezier(.16, .32, .21, .93)
}

.custom-accordion .accordion-label.has-desc {
    padding: 16px 0
}

@media (min-width:769px) {
    .custom-accordion .accordion-label.has-desc {
        padding: 42px 0
    }
}

.custom-accordion .accordion-label.has-no .title {
    padding-left: 40px
}

.custom-accordion .accordion-label.has-no .title .no {
    margin-left: -40px;
    margin-right: 10px;
    align-self: flex-start;
    min-width: 20px
}

@media (min-width:769px) {
    .custom-accordion .accordion-label.has-no .title .no {
        min-width: unset
    }
}

.custom-accordion .accordion-label .txt {
    max-width: 80%;
    font-size: 1.6rem;
    line-height: 110%
}

@media (min-width:769px) {
    .custom-accordion .accordion-label .txt {
        font-size: 2rem;
        line-height: 160%
    }
}

.custom-accordion .accordion-label .sub-title {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 8px
}

@media (min-width:769px) {
    .custom-accordion .accordion-label .sub-title {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-top: 0
    }
}

.custom-accordion svg {
    position: absolute;
    right: 5px;
    transition: background 250ms cubic-bezier(.16, .32, .21, .93), transform 450ms cubic-bezier(.16, .32, .21, .93);
    top: 28px;
    width: 14px
}

@media (min-width:769px) {
    .custom-accordion svg {
        width: auto;
        top: 38px
    }
}

.custom-accordion .accordion-content {
    height: 0;
    transition: height 450ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .custom-accordion .accordion-content {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.custom-accordion .accordion-content .wrapper {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 450ms cubic-bezier(.48, .04, .25, 1), transform 450ms cubic-bezier(.16, .32, .21, .93);
    padding-bottom: 24px
}

@media (min-width:769px) {
    .custom-accordion .accordion-content .wrapper {
        padding-bottom: 30px
    }
}

.custom-accordion .accordion-content p {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 140%
}

@media (min-width:769px) {
    .custom-accordion .accordion-content p {
        font-size: 2rem;
        line-height: 160%;
        margin-bottom: 24px
    }
}

.custom-accordion .accordion-content p:last-child {
    margin-bottom: 0
}

.article-list-comment-block {
    margin-top: 48px
}

@media (min-width:769px) {
    .article-list-comment-block {
        margin-top: 32px
    }
}

.article-list-comment-block h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: MetaOT-CondBook
}

@media (min-width:769px) {
    .article-list-comment-block h2 {
        font-size: 2.2rem;
        margin-bottom: 24px
    }
}

.article-list-comment-block .content-wrapper {
    border-top: 0;
    margin-left: -28px;
    margin-right: -28px
}

@media (min-width:769px) {
    .article-list-comment-block .content-wrapper {
        border-top: 1px solid rgba(131, 131, 131, .4);
        padding-top: 32px;
        margin-left: 0;
        margin-right: 0
    }
}

.article-list-comment-block .content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
    flex-wrap: nowrap;
    overflow-x: auto
}

@media (min-width:769px) {
    .article-list-comment-block .content-wrapper .row {
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px
    }
}

.article-list-comment-block .comment-item {
    width: 100%;
    flex-shrink: 0;
    padding-left: 0
}

@media (min-width:769px) {
    .article-list-comment-block .comment-item {
        padding-left: 15px;
        margin-bottom: 58px
    }

    .article-list-comment-block .comment-item:last-of-type {
        margin-bottom: 0
    }
}

.article-list-comment-block .comment-item .info {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #8b8e95;
    font-family: MetaOT-CondBook
}

.article-list-comment-block .comment-item .article-link {
    margin-top: 2px
}

.article-list-comment-block .comment-item p {
    margin-top: 8px;
    font-size: 1.8rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: MetaOT-CondBook
}

@media (min-width:769px) {
    .article-list-comment-block .comment-item p {
        font-size: 2.2rem
    }
}

@media (min-width:769px) {
    .hero-section {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

.hero-section .indicator {
    font-size: 1rem;
    font-family: MetaOT-CondBold;
    color: #a8a8a8;
    position: absolute;
    right: 42px;
    top: 90vh;
    transform: rotate(90deg);
    display: none
}

@media (min-width:769px) {
    .hero-section .indicator {
        display: block
    }
}

.hero-section .indicator svg {
    transform: rotate(-90deg);
    margin-bottom: -1.5px;
    animation: scrollDown .5s infinite alternate ease-in-out
}

@keyframes scrollDown {
    0% {
        transform: rotate(-90deg) translateY(0)
    }

    100% {
        transform: rotate(-90deg) translateY(5px)
    }
}

.hero-section .img-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 290px;
    overflow: hidden
}

@media (min-width:769px) {
    .hero-section .img-wrapper {
        height: calc((100vh*568)/ 1000)
    }
}

.finished .hero-section .img-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 81.5%, 9.5% 85%, 7.5% 100%, 0 100%);
    transition: clip-path 450ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .finished .hero-section .img-wrapper {
        clip-path: polygon(0 0, 100% 0, 96% 68%, 17% 85%, 15% 100%, 3% 99%)
    }
}

.hero-section .img-wrapper .img-box {
    transition: transform 450ms cubic-bezier(.16, .32, .21, .93)
}

.hero-section .img-wrapper .img-box .dark_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    opacity: 0;
    pointer-events: none;
    transition: opacity 450ms cubic-bezier(.16, .32, .21, .93)
}

.hero-section .img-wrapper .img-box img {
    height: calc(100% + 50px);
    margin-top: -50px
}

@keyframes polygon {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 17.6% 100%, 15.4% 100%, 0 100%)
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 96.4% 68.9%, 17.6% 85.2%, 15.4% 100%, 2.6% 99.2%)
    }
}

.hero-section .text {
    display: flex;
    justify-content: flex-end;
    transition: margin 450ms cubic-bezier(.16, .32, .21, .93)
}

.hero-section .text .wrapper {
    width: 100%;
    padding-left: 52px;
    padding-right: 12px;
    flex-grow: 0
}

@media (min-width:769px) {
    .hero-section .text .wrapper {
        padding-left: 0;
        padding-right: 0;
        width: 80%
    }
}

.hero-section .text h1 {
    max-width: 913px;
    margin-bottom: 4px
}

@media (min-width:769px) {
    .hero-section .text h1 {
        margin-bottom: 32px
    }
}

.hero-section .text h1 i,
.hero-section .text h1 span {
    display: inline-block
}

.hero-section .text .info {
    display: flex;
    align-items: flex-start
}

@media (min-width:769px) {
    .hero-section .text .info {
        align-items: center
    }
}

.hero-section .text .cat-list {
    margin-right: 8px
}

.hero-section .text .published-wrapper {
    font-size: 0
}

.hero-section .text .published {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #8b8e95;
    margin-right: 8px;
    font-family: MetaOT-CondBook
}

.hero-section .text .author {
    display: inline;
    font-size: 0;
    line-height: 0;
    font-family: MetaOT-CondBook
}

.hero-section>a .text {
    margin-top: -30px
}

@media (min-width:769px) {
    .hero-section>a .text {
        margin-top: -40px
    }
}

.finished .hero-section>a {
    display: block
}

@media (min-width:769px) {

    .finished .hero-section>a.hovered .img-wrapper,
    .finished .hero-section>a:hover .img-wrapper {
        clip-path: polygon(0 0, 100% 0, 96% 65%, 17.5% 82%, 15% 100%, 3% 99%) !important
    }

    .finished .hero-section>a.hovered .img-box,
    .finished .hero-section>a:hover .img-box {
        transform: scale(1.05) translateZ(0)
    }

    .finished .hero-section>a.hovered .img-box .dark_overlay,
    .finished .hero-section>a:hover .img-box .dark_overlay {
        opacity: 1
    }

    .finished .hero-section>a.hovered .text,
    .finished .hero-section>a:hover .text {
        margin-top: -52px
    }

    .finished .hero-section>a.hovered:active .img-wrapper,
    .finished .hero-section>a:hover:active .img-wrapper {
        clip-path: polygon(0 0, 100% 0, 96% 64%, 17.5% 81%, 15% 100%, 3% 99%) !important
    }

    .finished .hero-section>a.hovered:active .img-box,
    .finished .hero-section>a:hover:active .img-box {
        transform: scale(1.07) translateZ(0)
    }

    .finished .hero-section>a.hovered:active .text,
    .finished .hero-section>a:hover:active .text {
        margin-top: -56px
    }
}

.issues-hero {
    position: relative;
    padding-top: 48px;
    padding-bottom: 23px;
    height: 540px;
    background-color: #474b53
}

@media (min-width:769px) {
    .issues-hero {
        height: 760px;
        padding-top: 137px;
        padding-bottom: 133px
    }
}

.issues-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1
}

.issues-hero .overlay p {
    font-size: 3rem;
    line-height: 1.1;
    font-family: MetaHeadlineOT-Light, sans-serif;
    color: #fff;
    margin-bottom: 16px
}

@media (min-width:769px) {
    .issues-hero .overlay p {
        font-size: 5.6rem;
        line-height: 1.2;
        margin-bottom: 40px
    }
}

@media (min-width:769px) {
    .issues-hero .overlay .btns {
        display: flex;
        justify-content: center
    }
}

.issues-hero .overlay .btns .btn {
    display: block;
    margin-bottom: 16px
}

@media (min-width:769px) {
    .issues-hero .overlay .btns .btn {
        margin-bottom: 0;
        display: inline-block
    }
}

@media (min-width:769px) {
    .issues-hero .overlay .btns .secondary-btn {
        margin-right: 32px
    }
}

.issues-hero .issues-list {
    position: relative;
    z-index: 0
}

.issues-hero .issues-list .issue-item {
    opacity: 1;
    transform: translateX(0);
    transition: transform cubic-bezier(.16, .32, .21, .93) .6s, opacity cubic-bezier(.48, .04, .25, 1) .6s;
    transition-delay: .2s;
    display: block;
    margin-bottom: 25px
}

@media (min-width:769px) {
    .issues-hero .issues-list .issue-item {
        margin-bottom: 0;
        opacity: 0
    }
}

.issues-hero .issues-list .issue-item .img-box {
    position: relative
}

.issues-hero .issues-list .issue-item .img-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #474b53;
    opacity: 0;
    z-index: 1
}

.issues-hero .issues-list .issue-item p {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: MetaOT-CondBook;
    color: #fff
}

@media (min-width:769px) {
    .issues-hero .issues-list .issue-item p {
        margin-top: 16px;
        font-size: 2.4rem;
        line-height: 1.1
    }
}

.issues-hero .issues-list.locked .issue-item .img-box::after {
    opacity: .8
}

.issues-hero .issues-list.locked .issue-item .img-box img {
    opacity: .8
}

.issues-hero .issues-list.locked .issue-item p {
    color: #18191b
}

.issues-hero .issues-list .col-md-3:nth-of-type(1) .issue-item {
    transform: none
}

@media (min-width:769px) {
    .issues-hero .issues-list .col-md-3:nth-of-type(1) .issue-item {
        transform: translateX(80px);
        transition-delay: 30ms
    }
}

.issues-hero .issues-list .col-md-3:nth-of-type(2) .issue-item {
    transform: none
}

@media (min-width:769px) {
    .issues-hero .issues-list .col-md-3:nth-of-type(2) .issue-item {
        transform: translateX(104px);
        transition-delay: 30ms
    }
}

.issues-hero .issues-list .col-md-3:nth-of-type(3) .issue-item {
    transform: none
}

@media (min-width:769px) {
    .issues-hero .issues-list .col-md-3:nth-of-type(3) .issue-item {
        transform: translateX(104px);
        transition-delay: 30ms
    }
}

.issues-hero .issues-list .col-md-3:nth-of-type(4) .issue-item {
    transform: none
}

@media (min-width:769px) {
    .issues-hero .issues-list .col-md-3:nth-of-type(4) .issue-item {
        transform: translateX(104px);
        transition-delay: 30ms
    }
}

.issues-hero .issues-list.fadeInLeft .col-md-3 .issue-item {
    opacity: 1;
    transform: translateX(0)
}

.issues-hero .issues-list a {
    display: block;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.issues-hero .issues-list a .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .issues-hero .issues-list a:hover {
        transform: translateY(-8px)
    }

    .issues-hero .issues-list a:hover .img-box:before {
        opacity: .8
    }

    .issues-hero .issues-list a:hover:active {
        transform: translateY(-12px)
    }

    .issues-hero .issues-list a:hover:active .img-box:before {
        opacity: .85
    }
}

.news-title {
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 12px
}

@media (min-width:769px) {
    .news-title {
        margin-bottom: 40px;
        font-size: 4.2rem;
        text-align: center;
        line-height: 70px
    }
}

.news-title.type2 {
    text-align: left;
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 16px;
    font-family: MetaHeadlineOT-Light;
    color: #18191b
}

@media (min-width:769px) {
    .news-title.type2 {
        font-size: 7.2rem;
        line-height: 70px;
        margin-bottom: 32px
    }
}

.news-btn {
    margin-top: 40px
}

.latest-news {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 40px;
    padding-bottom: 40px
}

.latest-news .news-item {
    cursor: pointer;
    margin-bottom: 40px
}

.latest-news .news-item:last-of-type {
    margin-bottom: 0
}

@media (min-width:769px) {
    .latest-news .news-item {
        margin-bottom: 0
    }
}

.latest-news .news-item .figure_container {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
    display: block;
    transition: width 350ms cubic-bezier(.16, .32, .21, .93)
}

.latest-news .news-item .figure_container .strip {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    transform: translateX(-12px);
    background: #fff;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.latest-news .news-item .figure_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1) translateZ(0);
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.latest-news .news-item .figure_container .dark_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    transition: opacity 350ms cubic-bezier(.16, .32, .21, .93)
}

.latest-news .news-item h1 {
    margin-top: 8px;
    font-size: 2.2rem;
    line-height: 1.3;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93);
    transform: translate3d(0, 0, 0);
    font-family: MetaOT-CondBook, sans-serif
}

.latest-news .news-item .info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 16px;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93);
    transform: translate3d(0, 0, 0)
}

@media (min-width:769px) {
    .latest-news .news-item .info {
        padding-top: 0
    }
}

.latest-news .news-item .cat-list {
    margin-right: 12px
}

.latest-news .news-item .published {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #8b8e95;
    margin-right: 8px;
    font-family: MetaOT-CondBook
}

.latest-news .news-item .author {
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #8b8e95;
    margin-top: 10px;
    font-family: MetaOT-CondBook
}

@media (min-width:769px) {
    .latest-news .news-item:hover .figure_container {
        width: calc(100% - 8px)
    }

    .latest-news .news-item:hover .figure_container img {
        transform: scale(1.05) translateZ(0)
    }

    .latest-news .news-item:hover .info,
    .latest-news .news-item:hover h1 {
        transform: translateX(-8px)
    }

    .latest-news .news-item:hover .dark_overlay {
        opacity: .2
    }
}

.latest-news .news-item.pressed .figure_container {
    width: calc(100% - 12px)
}

.latest-news .news-item.pressed .figure_container img {
    transform: scale(1.07) translateZ(0)
}

.latest-news .news-item.pressed .info,
.latest-news .news-item.pressed h1 {
    transform: translate3d(-12px, 0, 0)
}

.latest-news .news-item.pressed .dark_overlay {
    opacity: .25
}

.sales-section {
    position: relative;
    padding-top: 137px;
    padding-bottom: 133px;
    height: 470px;
    overflow: hidden
}

@media (min-width:769px) {
    .sales-section {
        height: 455px
    }
}

.sales-section img {
    position: absolute;
    top: -10vh;
    left: 0;
    width: 100%;
    height: calc(100% + 20vh);
    object-fit: cover;
    object-position: center
}

.sales-section::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
    background-color: #18191b
}

.sales-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1
}

.sales-section .overlay p {
    font-size: 3rem;
    line-height: 1.1;
    font-family: MetaHeadlineOT-Light, sans-serif;
    color: #fff;
    margin-bottom: 12px
}

@media (min-width:769px) {
    .sales-section .overlay p {
        font-size: 5.6rem;
        line-height: 1.2;
        margin-bottom: 27px
    }
}

@media (min-width:769px) {
    .sales-section .overlay .btns {
        display: flex;
        justify-content: center
    }
}

.sales-section .overlay .btns .btn {
    display: block
}

@media (min-width:769px) {
    .sales-section .overlay .btns .btn {
        display: inline-block
    }
}

.sales-section-issue-list {
    background-color: #313439;
    color: #fff;
    height: 557px;
    overflow: hidden
}

@media (min-width:769px) {
    .sales-section-issue-list {
        height: 610px
    }
}

@media (min-width:769px) {
    .sales-section-issue-list .content-wrapper {
        display: flex;
        justify-content: space-between
    }
}

.sales-section-issue-list .content-wrapper .txt-content {
    margin-top: 30px
}

@media (min-width:769px) {
    .sales-section-issue-list .content-wrapper .txt-content {
        margin-top: 128px;
        margin-bottom: 128px
    }
}

.sales-section-issue-list .content-wrapper .mag-img {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 187px;
    flex-shrink: 0
}

@media (min-width:769px) {
    .sales-section-issue-list .content-wrapper .mag-img {
        margin-top: 128px;
        margin-left: 55px;
        width: 486px
    }
}

.sales-section-issue-list .content-wrapper .mag-img .img-box {
    width: 100%;
    height: auto;
    transform: rotate(4.79deg)
}

.sales-section-issue-list .txt-content {
    max-width: 610px
}

.sales-section-issue-list h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff
}

@media (min-width:769px) {
    .sales-section-issue-list h1 {
        font-size: 5.2rem;
        line-height: 1.3
    }
}

.sales-section-issue-list ul {
    font-family: MetaOT-CondBook, sans-serif;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-top: -10px
}

@media (min-width:769px) {
    .sales-section-issue-list ul {
        font-size: 2.4rem;
        line-height: 1.2
    }
}

.sales-section-issue-list ul li {
    display: flex;
    margin-bottom: 12px
}

.sales-section-issue-list ul li:before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 17px;
    margin-top: 10px;
    margin-right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.3376 7.77244L6.45118 12.0193L6.67093 12.2461L6.8862 12.015L17.659 0.448431L19.5965 2.67729L6.66667 16.5598L0.409964 9.84211L2.3376 7.77244Z' fill='white' stroke='%23E2EEF3' stroke-width='0.6'/%3E%3C/svg%3E")
}

@media (min-width:769px) {
    .sales-section-issue-list ul li:before {
        margin-top: 7px
    }
}

.sales-section-issue-list .btn {
    display: none;
    margin-top: 30px
}

@media (min-width:769px) {
    .sales-section-issue-list .btn {
        display: inline-block
    }
}

.issue-list-block .issue-item {
    margin-bottom: 20px;
    display: block;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .issue-list-block .issue-item {
        margin-bottom: 60px
    }
}

.issue-list-block .issue-item .img-box {
    position: relative
}

.issue-list-block .issue-item .img-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.48, .04, .25, 1)
}

.issue-list-block .issue-item p {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: MetaOT-CondBook, sans-serif
}

@media (min-width:769px) {
    .issue-list-block .issue-item p {
        margin-top: 16px;
        font-size: 2.4rem;
        line-height: 1.1
    }
}

@media (min-width:769px) {
    .issue-list-block .issue-item:hover {
        transform: translateY(-8px)
    }

    .issue-list-block .issue-item:hover .img-box:before {
        opacity: .8
    }

    .issue-list-block .issue-item:hover:active {
        transform: translateY(-12px)
    }

    .issue-list-block .issue-item:hover:active .img-box:before {
        opacity: .85
    }
}

.issue-list-block .btn-wrapper {
    text-align: center
}

.issue-list-block .btn-wrapper .btn {
    display: block;
    width: 100%;
    margin-top: 32px
}

@media (min-width:769px) {
    .issue-list-block .btn-wrapper .btn {
        display: inline-block;
        width: auto;
        margin-top: 0
    }
}

.comments_container h3 {
    font-size: 1.8rem;
    line-height: 120%;
    font-family: MetaOT-CondBold;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(139, 142, 149, .5)
}

@media (min-width:769px) {
    .comments_container h3 {
        font-size: 2.2rem;
        line-height: 110%
    }
}

.comments_container .comment-list li.comment {
    padding: 24px 0;
    border-bottom: 1px solid rgba(139, 142, 149, .5)
}

@media (min-width:769px) {
    .comments_container .comment-list li.comment {
        padding: 32px 0
    }
}

.comments_container .comment-list li.comment .author {
    font-family: MetaOT-CondBold;
    font-size: 1.8rem;
    line-height: 22px
}

@media (min-width:769px) {
    .comments_container .comment-list li.comment .author {
        font-size: 2.2rem;
        line-height: 33px
    }
}

.comments_container .comment-list li.comment .comment-meta,
.comments_container .comment-list li.comment .comment-reply-link,
.comments_container .comment-list li.comment .delete-comment {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: inherit;
    text-transform: inherit;
    font-family: MetaOT-CondBook;
    color: #8b8e95
}

.comments_container .comment-list li.comment .comment-desc {
    margin-top: 11px;
    font-size: 1.7rem;
    line-height: 26px;
    font-family: MetaOT-CondBook
}

@media (min-width:769px) {
    .comments_container .comment-list li.comment .comment-desc {
        margin-top: 16px;
        font-size: 2rem;
        line-height: 32px
    }
}

.comments_container .comment-list li.comment:first-child {
    padding-top: 0
}

.comments_container .comment-list li.comment>.children {
    padding-left: 30px
}

@media (min-width:769px) {
    .comments_container .comment-list li.comment>.children {
        padding-left: 40px
    }
}

.comments_container .comment-list li.comment>.children li {
    padding-top: 0;
    border-bottom: 0
}

@media (min-width:769px) {
    .comments_container .comment-list li.comment>.children li {
        padding-top: 0;
        padding-bottom: 40px
    }
}

.comments_container .comment-list li.comment>.children li:last-child {
    padding-bottom: 0
}

.comments_container .comment-list li.comment>.children li:first-child {
    margin-top: 24px
}

@media (min-width:769px) {
    .comments_container .comment-list li.comment>.children li:first-child {
        padding-top: 0;
        margin-top: 48px
    }
}

.comment-respond {
    margin-top: 64px;
    position: relative
}

.comment-respond form {
    margin-top: 48px
}

@media (min-width:769px) {
    .comment-respond form {
        margin-top: 64px
    }
}

.comment-respond .reply-label {
    display: none
}

.comment-list .comment-respond {
    margin-top: 32px;
    margin-bottom: 32px
}

.comment-list .comment-respond .comment-label {
    display: none
}

.comment-list .comment-respond .reply-label {
    display: block
}

.comment-respond #cancel-comment-reply-link {
    position: absolute;
    top: -60px;
    right: 0
}

.comment-respond #comment-status {
    position: absolute;
    bottom: -32px;
    color: #e93b2b;
    font-size: 1.5rem;
    right: 0
}

.comment-respond #comment-status .ajax-success {
    color: #70b656
}

.comment-respond .comment-notes {
    display: none
}

.comment-respond .row-2 {
    display: flex;
    flex-direction: column
}

@media (min-width:769px) {
    .comment-respond .row-2 {
        flex-direction: row
    }
}

.comment-respond .row-2.flex-end {
    justify-content: flex-end
}

.comment-respond .row-2 .btn {
    padding: 14.5px 24px;
    cursor: pointer;
    width: 100%
}

@media (min-width:769px) {
    .comment-respond .row-2 .btn {
        width: auto;
        margin-left: 16px
    }
}

.comment-respond .row-2 .btn:disabled {
    background-color: #474b53;
    color: #8b8e95;
    cursor: not-allowed
}

.comment-respond .floating-label-content {
    position: relative;
    margin-bottom: 16px
}

.comment-respond .floating-label-content.comment-form-author {
    flex: 1;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 16px
}

@media (min-width:769px) {
    .comment-respond .floating-label-content.comment-form-author {
        margin-top: 0;
        margin-bottom: 16px;
        margin-right: 16px;
        width: 50%
    }
}

.comment-respond .floating-label-content.comment-form-email {
    flex: 1;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 16px
}

@media (min-width:769px) {
    .comment-respond .floating-label-content.comment-form-email {
        margin-bottom: 16px;
        margin-left: 16px;
        width: 50%
    }
}

.comment-respond .floating-label-content.comment-form-comment label {
    top: 17px
}

.comment-respond .floating-label-content .floating-label {
    color: #8b8e95;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 7px;
    padding: 0 5px;
    background: #fff;
    transition: .2s ease all
}

.comment-respond .floating-label-content .floating-input {
    font-size: 2rem;
    line-height: 30px;
    display: block;
    width: 100%;
    height: 48px;
    padding: 15px;
    background: #fff;
    color: #18191b;
    border: 1px solid #8b8e95;
    border-radius: 0;
    box-sizing: border-box
}

.comment-respond .floating-label-content .floating-input#comment {
    height: 100%
}

.comment-respond .floating-label-content .floating-input:not(:placeholder-shown)~.floating-label {
    top: -15px;
    font-size: 1.2rem;
    color: #18191b
}

.comment-respond .floating-label-content .floating-input:focus {
    outline: 0;
    border-color: #474b53
}

.comment-respond .floating-label-content .floating-input:focus~.floating-label {
    color: #18191b;
    top: -15px;
    font-size: 1.2rem
}

.comment-respond .floating-label-content input:-webkit-autofill,
.comment-respond .floating-label-content input:-webkit-autofill:active,
.comment-respond .floating-label-content input:-webkit-autofill:focus,
.comment-respond .floating-label-content input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #18191b !important
}

.comment-respond .floating-label-content textarea {
    font-family: MetaOT-CondBook
}

.comment-respond .error-input .floating-input {
    border: 2px solid #9d3b3b;
    color: #9d3b3b
}

.comment-respond .error-input .floating-label {
    font-weight: 600;
    color: #9d3b3b
}

.article-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 24px
}

@media (min-width:769px) {
    .article-card {
        margin-bottom: 0
    }
}

.article-card .overlay {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%)
}

.article-card .img-box {
    position: relative;
    height: 390px;
    z-index: 0;
    transform: scale(1) translateZ(0);
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .article-card .img-box {
        height: 100vh
    }
}

.article-card .img-box a {
    display: block;
    width: 100%;
    height: 100%
}

.article-card .content-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 24px;
    z-index: 3;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .article-card .content-wrapper {
        padding: 40px
    }
}

.article-card .info {
    display: flex;
    align-items: flex-start
}

@media (min-width:769px) {
    .article-card .info {
        align-items: center
    }
}

.article-card .cat-list {
    margin-right: 12px;
    flex-shrink: 0
}

.article-card .published-wrapper {
    font-size: 0
}

.article-card .published {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-right: 8px;
    color: #fff;
    font-family: MetaOT-CondBook
}

.article-card .author {
    display: block;
    font-size: 0;
    line-height: 0;
    font-family: MetaOT-CondBook
}

@media (min-width:769px) {
    .article-card .author {
        display: inline
    }
}

.article-card h1 {
    margin-top: 12px;
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: MetaOT-CondBook;
    color: #fff
}

@media (min-width:769px) {
    .article-card h1 {
        font-size: 4.2rem;
        line-height: 1.2
    }
}

@media (min-width:769px) {
    .article-card:hover .img-box {
        transform: scale(1.05) translateZ(0)
    }

    .article-card:hover .content-wrapper {
        transform: translateY(-16px)
    }
}

.article-card.pressed .img-box {
    transform: scale(1.07) translateZ(0)
}

.article-card.pressed .content-wrapper {
    transform: translateY(-20px)
}

.archive-menu {
    position: relative;
    display: flex;
    margin-top: 16px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 28px;
    padding-bottom: 16px
}

@media (min-width:769px) {
    .archive-menu {
        overflow: initial;
        padding-bottom: 0;
        padding-left: 0;
        margin-top: 24px;
        white-space: normal
    }
}

.archive-menu .menu-item {
    position: relative;
    cursor: pointer;
    color: #000;
    margin-right: 18px
}

.archive-menu .menu-item svg {
    width: 14px;
    margin-top: 1px
}

@media (min-width:769px) {
    .archive-menu .menu-item svg {
        width: 10px;
        margin-top: 0
    }
}

@media (min-width:769px) {
    .archive-menu .menu-item {
        margin-right: 40px
    }
}

.archive-menu .menu-item:last-of-type {
    margin-right: 28px
}

@media (min-width:769px) {
    .archive-menu .menu-item:last-of-type {
        margin-right: 0
    }
}

.archive-menu .menu-item:first-of-type .submenu {
    left: 0;
    margin-left: 0
}

.archive-menu .menu-item.active .label .icon-angle-down {
    transform: rotateX(180deg)
}

.archive-menu .menu-item .label .icon-angle-down {
    transform: rotateX(0);
    transition: transform 450ms cubic-bezier(.16, .32, .21, .93)
}

.archive-menu .menu-item .submenu {
    position: fixed;
    top: 270px;
    left: 50%;
    width: 258px;
    margin-top: 32px;
    margin-left: -129px;
    border: 1px solid #b3b3b3;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms cubic-bezier(.48, .04, .25, 1), visibility 0s 250ms;
    z-index: 1
}

@media (min-width:769px) {
    .archive-menu .menu-item .submenu {
        position: absolute;
        top: 100%
    }
}

.archive-menu .menu-item .submenu.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms cubic-bezier(.48, .04, .25, 1), visibility 0s 0s
}

.archive-menu .menu-item .submenu .search {
    padding: 24px;
    border-bottom: 1px solid #efefef;
    cursor: initial
}

.archive-menu .menu-item .submenu .search .search-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #b3b3b3
}

.archive-menu .menu-item .submenu .search .search-input {
    width: 100%;
    padding-left: 16px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-family: MetaOT-CondBook, sans-serif
}

.archive-menu .menu-item .submenu .search .search-input::-webkit-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

.archive-menu .menu-item .submenu .search .search-input:-ms-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

.archive-menu .menu-item .submenu .search .search-input::placeholder {
    color: #b3b3b3;
    opacity: 1
}

.archive-menu .menu-item .submenu .search .search-btn {
    padding: 11px 16px
}

.archive-menu .menu-item .submenu .search .icon-search {
    width: 14px;
    height: 14px
}

.archive-menu .menu-item .submenu .search .icon-search svg {
    fill: #474b53
}

.archive-menu .menu-item .submenu ul {
    font-size: 1.6rem;
    line-height: 1.4;
    max-height: 330px;
    overflow-y: auto
}

.archive-menu .menu-item .submenu ul li {
    display: block;
    background-color: transparent;
    border-top: 1px solid #efefef;
    padding: 11px 24px;
    transition: background-color 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .archive-menu .menu-item .submenu ul li:hover {
        background-color: #efefef
    }
}

.archive-menu .menu-item .submenu ul li:first-child {
    border-top: 0
}

.filter-list.custom {
    margin-top: 0;
    padding-left: 28px
}

@media (min-width:769px) {
    .filter-list.custom {
        padding-left: 0
    }
}

.filter-list.custom .filter {
    margin-top: 19px
}

@media (min-width:769px) {
    .filter-list.custom .filter {
        margin-top: 38px
    }
}

.sm-full {
    width: calc(100% + 56px)
}

@media (min-width:769px) {
    .sm-full {
        width: 100%
    }
}

.article-card-small {
    margin-bottom: 36px;
    cursor: pointer
}

.article-card-small:last-of-type {
    margin-bottom: 0
}

.article-card-small .content-wrapper {
    position: relative;
    padding: 24px 24px 0 24px;
    z-index: 1;
    margin-left: 26px;
    margin-top: -48px;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.article-card-small .img-box {
    height: 260px;
    clip-path: polygon(0 0, 100% 0, 100% 81.5%, 9.5% 85%, 7.5% 100%, 0 100%);
    transition: clip-path 350ms cubic-bezier(.16, .32, .21, .93)
}

.article-card-small .img-box img {
    transform: scale(1) translateZ(0);
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.article-card-small:nth-of-type(2n) .img-box {
    height: 360px;
    clip-path: polygon(0 0, 100% 0, 100% 86.5%, 9.5% 89.5%, 7.5% 100%, 0 100%)
}

.second-col .article-card-small .img-box {
    height: 360px;
    clip-path: polygon(0 0, 100% 0, 100% 86.5%, 9.5% 89.5%, 7.5% 100%, 0 100%)
}

.second-col .article-card-small:nth-of-type(2n) .img-box {
    height: 260px;
    clip-path: polygon(0 0, 100% 0, 100% 81.5%, 9.5% 85%, 7.5% 100%, 0 100%)
}

.article-card-small .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.article-card-small .cat-list {
    margin-right: 12px
}

.article-card-small .published-wrapper {
    font-size: 0
}

.article-card-small .published {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-right: 8px;
    color: #8b8e95;
    font-family: MetaOT-CondBook
}

.article-card-small .author {
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 4px;
    font-family: MetaOT-CondBook
}

.article-card-small h1 {
    margin-top: 8px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: MetaOT-CondBook, sans-serif
}

@media (min-width:769px) {
    .article-card-small:hover .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 78.5%, 9.5% 82%, 7% 100%, 0 100%)
    }

    .article-card-small:hover .img-box img {
        transform: scale(1.05) translateZ(0)
    }

    .article-card-small:hover .content-wrapper {
        transform: translateY(-8px)
    }

    .article-card-small:hover:nth-of-type(2n) .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 84.5%, 9.5% 87%, 7% 100%, 0 100%)
    }

    .second-col .article-card-small:hover .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 84.5%, 9.5% 87%, 7% 100%, 0 100%)
    }

    .second-col .article-card-small:hover:nth-of-type(2n) .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 78.5%, 9.5% 82%, 7% 100%, 0 100%)
    }

    .article-card-small.pressed .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 77%, 9.5% 81%, 7% 100%, 0 100%)
    }

    .article-card-small.pressed .img-box img {
        transform: scale(1.07) translateZ(0)
    }

    .article-card-small.pressed .content-wrapper {
        transform: translateY(-12px)
    }

    .article-card-small.pressed:nth-of-type(2n) .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 84.5%, 9.5% 87%, 7% 100%, 0 100%)
    }

    .second-col .article-card-small.pressed .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 83.5%, 9.5% 86%, 7% 100%, 0 100%)
    }

    .second-col .article-card-small.pressed:nth-of-type(2n) .img-box {
        clip-path: polygon(0 0, 100% 0, 100% 77%, 9.5% 81%, 7% 100%, 0 100%)
    }
}

.article-card-small.mobile-list-card .mobile-read-more-link {
    display: none
}

@media (max-width:767px) {
    .article-card-small.mobile-list-card {
        padding-top: 16px;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-top: 1px solid #cdcdcd
    }

    .article-card-small.mobile-list-card .img-box {
        display: none
    }

    .article-card-small.mobile-list-card .content-wrapper {
        margin-top: 0;
        margin-left: 0;
        padding: 0
    }

    .article-card-small.mobile-list-card h1 {
        font-size: 1.8rem;
        line-height: 1.2
    }

    .article-card-small.mobile-list-card .mobile-read-more-link {
        display: flex;
        font-size: 1.2rem;
        line-height: 1.1;
        margin-top: 8px
    }

    .article-card-small.mobile-list-card .mobile-read-more-link .icon {
        width: 11px;
        height: 10px;
        margin-left: 3px
    }

    .second-col .article-card-small.mobile-list-card:last-of-type {
        border-bottom: 1px solid #cdcdcd
    }
}

.article-card-small.cat-article-card .info .author {
    flex-basis: auto;
    margin-top: 0
}

.article-list-block {
    margin-top: 48px;
    margin-bottom: 48px
}

@media (min-width:769px) {
    .article-list-block {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.article-list-block .btn-wrapper {
    margin-top: 40px;
    text-align: center
}

@media (min-width:769px) {
    .article-list-block .btn-wrapper {
        margin-top: 80px
    }
}

.filter-list+.article-list-block {
    margin-top: 54px
}

.article-list-block .no_post_found {
    text-align: center;
    display: none;
    font-size: 2.8rem;
    line-height: 120%;
    margin-bottom: 240px
}

.article-list-block-horizontal {
    margin-bottom: 90px
}

.article-list-block-horizontal:last-of-type {
    margin-bottom: 0
}

.article-list-block-horizontal.sm-only {
    margin-top: 78px
}

.article-list-block-horizontal.sm-only .content-wrapper {
    padding: 20px 20px 0 20px
}

.article-list-block-horizontal.sm-only .top-bar .list-title {
    font-size: 1.8rem;
    line-height: 120%
}

.article-list-block-horizontal.sm-only .swiper-slide {
    width: 100%;
    margin-right: 8px
}

.article-list-block-horizontal.sm-only .swiper-slide .article-card-small h1 {
    margin-top: 5px
}

.article-list-block-horizontal .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.article-list-block-horizontal .top-bar .list-title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: MetaOT-CondBold, sans-serif;
    margin-bottom: 16px
}

.article-list-block-horizontal .top-bar .link {
    line-height: 1.4
}

.article-list-card {
    display: flex;
    cursor: pointer;
    background-color: #f8f8f9;
    margin-bottom: 24px
}

.article-list-card:last-of-type {
    margin-bottom: 0
}

.article-list-card.load_next {
    display: none
}

.article-list-card .img-box {
    width: 340px;
    height: 239px;
    margin-right: 32px;
    flex-shrink: 0;
    transition: width 350ms cubic-bezier(.16, .32, .21, .93);
    display: none
}

@media (min-width:769px) {
    .article-list-card .img-box {
        display: block
    }
}

.article-list-card .img-box img {
    transform: scale(1) translateZ(0);
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.article-list-card .img-box .dark_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, #000, #000);
    transition: opacity 350ms cubic-bezier(.48, .04, .25, 1)
}

.article-list-card .content-wrapper {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px
}

@media (min-width:769px) {
    .article-list-card .content-wrapper {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 600px
    }

    .custom-container .article-list-card .content-wrapper {
        padding-right: 12px
    }
}

.article-list-card .content-wrapper .mobile-read-more-link {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 1.2rem;
    line-height: 110%;
    letter-spacing: .16em;
    text-transform: uppercase
}

.article-list-card .content-wrapper .mobile-read-more-link i {
    margin-left: 6px !important;
    width: 8px;
    height: 8px;
    margin-top: -1px
}

.article-list-card .content-wrapper .cat-list {
    margin-top: 16px;
    margin-bottom: 12px
}

.article-list-card .content-wrapper .cat-list .cat {
    margin-bottom: 4px
}

@media (min-width:769px) {
    .article-list-card .content-wrapper .cat-list .cat {
        margin-bottom: 0
    }
}

@media (min-width:769px) {
    .article-list-card .content-wrapper .cat-list {
        margin-bottom: 8px;
        margin-top: 32px
    }
}

.article-list-card .content-wrapper h1 {
    font-family: MetaOT-CondBold, sans-serif;
    font-size: 1.8rem;
    line-height: 120%
}

@media (min-width:769px) {
    .article-list-card .content-wrapper h1 {
        font-size: 2.4rem;
        line-height: 1.2
    }
}

.article-list-card .content-wrapper p {
    margin-top: 8px;
    margin-bottom: 16px;
    font-family: MetaOT-CondBook, sans-serif;
    font-size: 1.4rem;
    line-height: 130%
}

@media (min-width:769px) {
    .article-list-card .content-wrapper p {
        font-size: 1.6rem;
        line-height: 1.4
    }
}

.article-list-card .content-wrapper .info {
    display: flex;
    font-family: MetaOT-CondBook, sans-serif;
    color: #18191b;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 130%
}

@media (min-width:769px) {
    .article-list-card .content-wrapper .info {
        font-size: 1.6rem;
        line-height: 1.4;
        align-items: center;
        flex-direction: row
    }
}

.article-list-card .content-wrapper .info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px
}

.article-list-card .content-wrapper .info .info-item.author {
    max-width: 263px
}

.article-list-card .content-wrapper .info .info-item.author a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:769px) {
    .article-list-card .content-wrapper .info .info-item {
        margin-bottom: 0;
        margin-right: 35px
    }
}

.article-list-card .content-wrapper .info .info-item .icon {
    margin-right: 12px;
    flex-shrink: 0
}

.article-list-card .content-wrapper .info .info-item .icon svg {
    fill: #18191b
}

.article-list-card .content-wrapper .info .info-item:last-of-type {
    margin-right: 0
}

.article-list-card .content-wrapper .info .info-item a {
    color: #18191b;
    font-size: 1.4rem;
    line-height: 130%
}

@media (min-width:769px) {
    .article-list-card .content-wrapper .info .info-item a {
        font-size: 1.6rem;
        line-height: 1.4
    }
}

@media (min-width:769px) {
    .article-list-card:hover .img-box {
        width: 332px
    }

    .article-list-card:hover .img-box img {
        transform: scale(1.05) translateZ(0)
    }

    .article-list-card:hover .img-box .dark_bg {
        opacity: .2
    }

    .article-list-card:hover.pressed .img-box {
        width: 328px
    }

    .article-list-card:hover.pressed .img-box img {
        transform: scale(1.07) translateZ(0)
    }

    .article-list-card:hover.pressed .img-box .dark_bg {
        opacity: .25
    }
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin-top: 32px
}

@media (min-width:769px) {
    .breadcrumb {
        margin-top: 64px
    }
}

.breadcrumb li {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.1;
    font-family: MetaOT-CondBold;
    padding-right: 32px;
    color: #000
}

.breadcrumb li:last-child {
    padding-right: 0
}

.breadcrumb li a {
    font-size: 1.6rem;
    line-height: 1.1;
    font-family: MetaOT-CondBook;
    position: relative;
    text-transform: initial
}

.breadcrumb li a::after {
    content: '';
    position: absolute;
    right: -21px;
    top: 9px;
    width: 5px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%2318191B'/%3E%3C/svg%3E%0A");
    background-size: cover
}

.cat-card {
    cursor: pointer;
    display: block;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

.cat-card .content-wrapper {
    position: relative;
    padding: 7px 8px 0 25px;
    z-index: 1;
    margin-left: 16px;
    margin-top: -62px;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .cat-card .content-wrapper {
        padding: 40px 24px 0 64px
    }
}

.cat-card .cat-img {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-right: 30px;
    height: 270px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 76.5%, 12% 80.5%, 8.5% 100%, 0 100%);
    transition: clip-path 350ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .cat-card .cat-img {
        padding: 32px
    }
}

.cat-card .cat-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.48, .04, .25, 1)
}

.cat-card .cat-img.fullWidth {
    padding: 0
}

.cat-card .cat-img figcaption {
    font-size: 1.4rem;
    line-height: 130%;
    margin-right: 20px;
    color: #fff;
    font-family: MetaOT-CondBook, sans-serif;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .cat-card .cat-img figcaption {
        margin-top: 40px;
        font-size: 2.4rem;
        line-height: 1.2
    }
}

.cat-card .cat-img img {
    flex-grow: 0;
    filter: drop-shadow(0 16.3765px 21.8353px rgba(0, 0, 0, .2));
    transform: translateY(10px) rotate(5deg);
    object-fit: cover;
    object-position: top left;
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93);
    width: 60%;
    height: 194px
}

@media (min-width:769px) {
    .cat-card .cat-img img {
        transform: translateY(0) rotate(5deg);
        width: 202px;
        height: 267px
    }
}

.cat-card .cat-img img.cat-img-full {
    width: 100%;
    height: 100%;
    transform: none;
    filter: none;
    object-fit: cover
}

.cat-card h1 {
    margin-top: 8px;
    font-family: MetaOT-CondBook;
    font-size: 4.2rem;
    line-height: 120%
}

@media (min-width:769px) {
    .cat-card:hover {
        transform: translateY(-8px)
    }

    .cat-card:hover .cat-img {
        clip-path: polygon(0 0, 100% 0, 100% 73.5%, 12% 77.5%, 7.5% 100%, 0 100%)
    }

    .cat-card:hover .cat-img:before {
        opacity: .9
    }

    .cat-card:hover .cat-img figcaption {
        transform: translateY(-8px)
    }

    .cat-card:hover .cat-img img {
        transform: translateY(-12px) rotate(3deg)
    }

    .cat-card:hover .cat-img img.cat-img-full {
        transform: none
    }

    .cat-card:hover .content-wrapper {
        transform: translateY(-8px)
    }

    .cat-card:hover:active {
        transform: translateY(-12px)
    }

    .cat-card:hover:active .cat-img {
        clip-path: polygon(0 0, 100% 0, 100% 72%, 12% 76.5%, 7.5 100%, 0 100%)
    }

    .cat-card:hover:active .cat-img:before {
        opacity: .95
    }

    .cat-card:hover:active .cat-img figcaption {
        transform: translateY(-12px)
    }

    .cat-card:hover:active .cat-img img {
        transform: translateY(-16px) rotate(2deg)
    }

    .cat-card:hover:active .cat-img img.cat-img-full {
        transform: none
    }

    .cat-card:hover:active .content-wrapper {
        transform: translateY(-12px)
    }
}

.status {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 21px;
    color: #a8a8a8;
    text-align: center
}

.dashboard {
    background: #313439;
    color: #fff;
    padding-top: 32px;
    padding-bottom: 64px
}

@media (min-width:769px) {
    .dashboard {
        padding-top: 100px;
        padding-bottom: 110px
    }
}

.dashboard .change-pass .btn-wrapper {
    flex-direction: column
}

@media (min-width:769px) {
    .dashboard .change-pass .btn-wrapper {
        flex-direction: row
    }
}

.dashboard .change-pass .btn-wrapper .btn {
    flex: 1;
    text-align: center
}

@media (min-width:769px) {
    .dashboard .change-pass .btn-wrapper .btn {
        margin-left: 16px
    }
}

.dashboard .change-pass .btn-wrapper .btn:first-child {
    margin-left: 0;
    margin-bottom: 16px
}

@media (min-width:769px) {
    .dashboard .change-pass .btn-wrapper .btn:first-child {
        margin-right: 16px;
        margin-bottom: 0
    }
}

.dashboard .change-pass .floating-input,
.dashboard .change-pass .floating-label {
    background-color: #313439
}

.dashboard .change-pass .floating-input:not(:placeholder-shown)~.floating-label,
.dashboard .change-pass .floating-label:not(:placeholder-shown)~.floating-label {
    color: #fff
}

.dashboard .change-pass .floating-input:focus,
.dashboard .change-pass .floating-label:focus {
    outline: 0;
    border-color: #fff
}

.dashboard .change-pass .floating-input:focus~.floating-label,
.dashboard .change-pass .floating-label:focus~.floating-label {
    color: #fff
}

.dashboard .change-pass .floating-input {
    color: #fff
}

.dashboard .header {
    text-align: center;
    margin-bottom: 17px
}

.dashboard .header p {
    font-family: MetaHeadlineOT-Light;
    font-size: 4rem;
    line-height: 45px;
    letter-spacing: .02em
}

.dashboard .header a,
.dashboard .header span {
    cursor: pointer;
    font-family: MetaHeadlineOT-Light;
    font-size: 1.6rem;
    transition: color 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {

    .dashboard .header a:hover,
    .dashboard .header span:hover {
        color: #70b656
    }
}

.dashboard .info-box {
    background-color: #474b53;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 32px;
    position: relative
}

@media (min-width:769px) {
    .dashboard .info-box.ht {
        height: calc(100% - 32px)
    }

    .dashboard .info-box.ht .notice {
        position: absolute;
        width: 100%;
        bottom: 0
    }
}

.dashboard .info-box.address {
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    width: 100%
}

.dashboard .info-box.address .col-6 {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 32px
}

.dashboard .info-box.address .notice {
    margin-left: 0
}

.dashboard .info-box.address .notice svg {
    width: 34px
}

@media (min-width:769px) {
    .dashboard .info-box.address .notice svg {
        width: 24px
    }
}

.dashboard .info-box.address p {
    margin-bottom: 4px
}

.dashboard .info-box.address p:last-child {
    margin-bottom: 0
}

.dashboard .info-box.f18 p:not(.notice) {
    font-size: 1.8rem;
    line-height: 20px
}

.dashboard .info-box.f18 p:not(.notice) svg {
    margin-right: 8px;
    margin-bottom: -3px
}

.dashboard .info-box h4 {
    font-family: MetaOT-CondBold;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .02em;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .6);
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media (min-width:769px) {
    .dashboard .info-box h4 {
        flex-direction: row
    }
}

.dashboard .info-box h4 a {
    font-family: MetaOT-CondBold;
    cursor: pointer;
    letter-spacing: .16em;
    color: #fff;
    margin-top: 4px
}

@media (min-width:769px) {
    .dashboard .info-box h4 a {
        margin-top: 0
    }
}

@media (min-width:769px) {
    .dashboard .info-box h4 a:hover {
        color: #70b656
    }
}

.dashboard .info-box .mb5 {
    margin-bottom: 5px
}

.dashboard .info-box .mt-20 {
    margin-top: 20px
}

.dashboard .info-box p {
    font-family: MetaOT-CondBook;
    font-size: 1.9rem;
    line-height: 20px;
    letter-spacing: .02em
}

.dashboard .info-box p.bold {
    font-family: MetaOT-CondBold
}

.dashboard .info-box p a {
    transition: color 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .dashboard .info-box p a:hover {
        color: #70b656
    }
}

.dashboard .info-box .notice {
    background: #3b3e44;
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: .02em;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-top: 20px;
    display: flex
}

.dashboard .info-box .notice svg {
    margin-bottom: -5px;
    margin-right: 7px;
    width: 24px
}

.dashboard .floating-label-content.error .floating-input {
    border-color: #ee7f7f
}

.dashboard .floating-label-content.error .error-label {
    color: #ee7f7f
}

.site-footer {
    font-family: MetaOT-CondBook
}

@media (max-width:768px) {
    .site-footer .container {
        padding-left: 0;
        padding-right: 0
    }
}

.site-footer .content-wrapper {
    display: block
}

@media (min-width:769px) {
    .site-footer .content-wrapper {
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.site-footer .content-wrapper .menu-1 ul {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width:769px) {
    .site-footer .content-wrapper .menu-1 ul {
        flex-direction: row
    }
}

.site-footer .content-wrapper .menu-1 ul li {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: MetaOT-CondBook;
    border-bottom: 1px solid #cdcdcd
}

.site-footer .content-wrapper .menu-1 ul li a {
    font-family: MetaOT-CondBook;
    color: #18191b;
    background-image: none
}

.site-footer .content-wrapper .menu-1 ul li a:active {
    color: #60a447;
    background-image: linear-gradient(#60a447, #60a447)
}

@media (min-width:769px) {
    .site-footer .content-wrapper .menu-1 ul li {
        border-bottom: none;
        height: auto;
        width: auto;
        margin-right: 40px
    }

    .site-footer .content-wrapper .menu-1 ul li a {
        color: #8b8e95;
        background-image: linear-gradient(#cdcdcd, #cdcdcd)
    }

    .site-footer .content-wrapper .menu-1 ul li a:hover {
        color: #70b656;
        background-image: linear-gradient(#70b656, #70b656)
    }
}

.site-footer .content-wrapper .menu-1 ul li:last-child {
    margin-right: 0
}

.site-footer .content-wrapper .menu-2 {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #8b8e95;
    padding-top: 34px;
    padding-bottom: 34px
}

@media (min-width:769px) {
    .site-footer .content-wrapper .menu-2 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.site-footer .content-wrapper .menu-2 ul {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width:769px) {
    .site-footer .content-wrapper .menu-2 ul {
        flex-direction: row
    }
}

.site-footer .content-wrapper .menu-2 ul li {
    font-family: MetaOT-CondBook;
    margin-bottom: 20px;
    color: #18191b
}

@media (min-width:769px) {
    .site-footer .content-wrapper .menu-2 ul li {
        margin-bottom: 0;
        color: #8b8e95
    }
}

.site-footer .content-wrapper .menu-2 ul li ul {
    flex-direction: row
}

.site-footer .content-wrapper .menu-2 ul li ul li {
    margin-right: 20px;
    margin-bottom: 0
}

.site-footer .content-wrapper .menu-2 ul li ul li svg {
    fill: #474b53
}

@media (min-width:769px) {
    .site-footer .content-wrapper .menu-2 ul li ul li svg {
        fill: #8b8e95
    }
}

.site-footer .content-wrapper .menu-2 ul li ul li:last-child {
    margin-right: 0
}

.site-footer .content-wrapper .menu-2 ul li:last-child {
    margin-bottom: 0
}

@media (min-width:769px) {
    .site-footer .content-wrapper .menu-2 ul li {
        margin-right: 23px
    }

    .site-footer .content-wrapper .menu-2 ul li:last-child {
        margin-right: 0
    }
}

.site-footer .content-wrapper .menu-2 ul li a {
    display: inline-block;
    font-family: MetaOT-CondBook
}

.greybg {
    background: #e2eef3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px
}

@media (min-width:769px) {
    .greybg {
        padding-top: 0;
        height: 519px
    }
}

.greybg .img-wrapper {
    text-align: center
}

.greybg .img-wrapper img {
    transform: translate(0, 50px) rotate(4deg);
    width: 187px
}

@media (min-width:769px) {
    .greybg .img-wrapper img {
        transform: translate(0, -8%) rotate(4deg);
        position: absolute;
        width: 413px
    }
}

.greybg h3 {
    font-size: 3.5rem;
    line-height: 120%;
    margin-bottom: 24px
}

@media (min-width:769px) {
    .greybg h3 {
        margin-bottom: 32px;
        font-size: 5.8rem;
        line-height: 120%
    }
}

.greybg h3 span {
    font-family: MetaOT-CondBold
}

.greybg .btn {
    margin-bottom: 60px
}

.site-header {
    position: relative
}

.site-header .black_strip {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    top: 0;
    left: 0;
    background-color: #000;
    transform: translateY(-8px)
}

.site-header .logo {
    max-width: 169px
}

.site-header .logo .logo-img {
    display: block;
    transition: transform 250ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .site-header .logo .logo-img:hover {
        transform: scale(.97)
    }

    .site-header .logo .logo-img:hover:active {
        transform: scale(.95)
    }
}

.site-header .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 12px
}

.site-header .site-links {
    align-items: center;
    justify-content: space-between;
    margin-right: 242px;
    display: none
}

@media (min-width:769px) {
    .site-header .site-links {
        display: flex
    }
}

.site-header .site-links>a {
    margin-right: 18px;
    transition: transform 250ms cubic-bezier(.16, .32, .21, .93), filter 250ms cubic-bezier(.16, .32, .21, .93);
    filter: grayscale(1)
}

.site-header .site-links>a:last-child {
    margin-right: 0
}

@media (min-width:769px) {
    .site-header .site-links>a:hover {
        transform: scale(.97);
        filter: grayscale(0)
    }

    .site-header .site-links>a:hover:active {
        transform: scale(.95);
        filter: grayscale(0)
    }
}

.site-header .page_trans_helper {
    position: relative
}

.site-header .page_trans_helper::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 42.5px;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none
}

@media (min-width:769px) {
    .site-header .page_trans_helper::after {
        display: none
    }
}

.site-header .menu-bar {
    position: relative;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: calc((100vh*20)/ 1000) calc((100vh*32)/ 1000);
    padding: 20px 32px;
    white-space: nowrap;
    overflow-x: auto
}

@media (min-width:769px) {
    .site-header .menu-bar {
        white-space: normal;
        overflow: hidden
    }
}

.site-header .menu-bar ul {
    display: flex
}

.site-header .menu-bar ul li {
    margin-right: 24px
}

@media (min-width:769px) {
    .site-header .menu-bar ul li {
        margin-right: 40px
    }
}

.site-header .menu-bar ul li:last-child {
    padding-right: 70px
}

@media (min-width:769px) {
    .site-header .menu-bar ul li:last-child {
        padding-right: 0;
        margin-right: 0
    }
}

.site-header .menu-bar ul li a {
    display: flex;
    align-items: center
}

.site-header .menu-bar ul li .icon {
    margin-right: 8px
}

.site-header .menu-bar ul li .icon.icon-search {
    width: 15px;
    height: 15px
}

.magazine-link {
    position: absolute;
    z-index: 9999;
    right: 22px;
    top: 82px
}

@media (min-width:769px) {
    .magazine-link {
        position: fixed;
        right: 32px;
        top: 42px
    }
}

.magazine-link img {
    filter: drop-shadow(0 16.5042px 12.3782px rgba(0, 0, 0, .25));
    transform: rotate(5deg);
    transform-origin: bottom;
    width: 140px;
    margin-right: 25px;
    margin-bottom: 20px;
    transition: transform 250ms cubic-bezier(.16, .32, .21, .93);
    display: none
}

@media (min-width:769px) {
    .magazine-link img {
        display: block
    }
}

@media (min-width:1600px) {
    .magazine-link img {
        margin-right: 30px
    }
}

.magazine-link .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 45px
}

@media (min-width:769px) {
    .magazine-link .btn {
        width: 190px;
        height: 54px
    }
}

@media (min-width:1600px) {
    .magazine-link .btn {
        height: 58px;
        width: 210px;
        font-size: 1.4rem
    }
}

.magazine-link .btn.secondary-btn-white {
    z-index: 1;
    opacity: 1 !important
}

@media (min-width:769px) {
    .magazine-link:hover .btn {
        background-color: #60a447;
        transform: translateY(-3px)
    }

    .magazine-link:hover img {
        transform: translateY(3px) rotate(4deg)
    }

    .magazine-link:hover.active .btn,
    .magazine-link:hover:active .btn {
        transform: translateY(-4px)
    }

    .magazine-link:hover.active img,
    .magazine-link:hover:active img {
        transform: translateY(4px) rotate(4deg)
    }
}

.magazine-link.active .btn,
.magazine-link:active .btn {
    background-color: #5a9942
}

.slide_down {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none
}

.locked-component {
    background-color: #f8f8f9;
    padding: 48px 32px;
    margin-bottom: 80px;
    width: calc(100% + 64px);
    margin-left: -32px
}

.locked-component .w-100 {
    width: 100%;
    text-align: center
}

@media (min-width:769px) {
    .locked-component {
        margin-left: 0;
        width: 100%;
        padding: 48px 52px
    }
}

.locked-component .col-1 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

@media (min-width:769px) {
    .locked-component .col-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

.locked-component .col-11 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

@media (min-width:769px) {
    .locked-component .col-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
}

.locked-component .icon {
    width: 29px;
    height: 40px;
    fill: #70b656
}

.locked-component .content-locked {
    max-width: 571px
}

.locked-component .content-locked h2 {
    margin-bottom: 12px;
    font-family: MetaOT-CondBold;
    font-size: 2.4rem;
    line-height: 120%
}

@media (min-width:769px) {
    .locked-component .content-locked h2 {
        font-size: 2.8rem;
        line-height: 120%;
        margin-bottom: 8px
    }
}

.locked-component .content-locked p {
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 44px
}

@media (min-width:769px) {
    .locked-component .content-locked p {
        font-size: 2rem;
        line-height: 160%;
        margin-bottom: 24px
    }
}

.login-section {
    background-color: #313439;
    color: #fff;
    min-height: 75vh
}

.login-section .login {
    max-width: 504px;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
    text-align: center;
    font-family: MetaOT-CondBook;
    padding-top: 32px;
    padding-bottom: 64px
}

@media (min-width:769px) {
    .login-section .login {
        padding-top: 105px;
        padding-bottom: 105px
    }
}

.login-section .login .alert {
    padding: 24px;
    background-color: #e8953e;
    color: #fff;
    margin-bottom: 16px
}

.login-section .login .alert p {
    font-family: MetaOT-CondBook;
    font-size: 1.7rem;
    line-height: 150%;
    margin-bottom: 24px
}

@media (min-width:769px) {
    .login-section .login .alert p {
        font-size: 2rem;
        line-height: 160%
    }
}

.login-section .login .alert p span {
    display: block;
    margin-bottom: 20px
}

.login-section .login .alert a {
    font-size: 1.7rem;
    line-height: 150%;
    font-family: MetaOT-CondBook;
    border-bottom: 1px solid #fff
}

@media (min-width:769px) {
    .login-section .login .alert a {
        font-size: 2rem;
        line-height: 160%
    }
}

.login-section .login .status {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 21px;
    color: #a8a8a8
}

.login-section .login h1 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 4rem;
    line-height: 50.76px
}

.login-section .login .btn {
    display: block
}

.login-section .login .pass-link {
    margin-top: 16px;
    margin-bottom: 32px;
    display: inline-block;
    border-bottom: 1px solid;
    border-color: inherit;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-size: 1.6rem;
    line-height: 24px
}

@media (min-width:769px) {
    .login-section .login .pass-link {
        font-size: 2rem;
        line-height: 160%
    }
}

.login-section .login .divider {
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 32px;
    position: relative;
    height: auto
}

.login-section .login .divider span {
    padding: 0 18px;
    background: #313439;
    position: relative;
    z-index: 1
}

.login-section .login .divider::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 12px;
    height: 1px;
    background-color: #fff
}

.login-section .login .alt-link {
    font-family: MetaHeadlineOT-Light;
    display: inline-block;
    border-color: inherit;
    margin-top: 16px;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-size: 1.6rem;
    line-height: 24px
}

@media (min-width:769px) {
    .login-section .login .alt-link {
        font-size: 2rem;
        line-height: 160%
    }
}

.login-section .login .floating-label-content {
    margin-bottom: 32px;
    position: relative
}

.login-section .login .floating-label-content.error .floating-input {
    border-color: #ee7f7f
}

.login-section .login .floating-label-content.error .error-label {
    opacity: 1
}

.login-section .login .floating-label-content .error-label {
    font-size: 1.2rem;
    line-height: 120%;
    color: #ee7f7f;
    position: absolute;
    bottom: -18px;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.16, .32, .21, .93)
}

.login-section .login .floating-label-content .floating-label {
    background-color: #313439;
    color: #a8a8a8
}

.login-section .login .floating-label-content .floating-input {
    background-color: #313439;
    border-color: #fff;
    color: #fff
}

.login-section .login .floating-label-content .floating-input:focus~.floating-label,
.login-section .login .floating-label-content .floating-input:not(:placeholder-shown)~.floating-label {
    color: #fff
}

.login-section .login .small_info {
    font-size: 1.4rem;
    line-height: 21px;
    color: #a8a8a8;
    margin-top: 16px
}

.login-section .success_msg {
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 712px;
    margin: 0 auto;
    margin-left: -356px
}

.newsletter-section {
    position: relative;
    min-height: 343px;
    background-color: #70b656;
    padding-top: 48px;
    padding-bottom: 48px
}

@media screen and (max-width:768px) {
    .newsletter-section .container {
        padding-left: 32px;
        padding-right: 32px
    }

    .newsletter-section .terms {
        width: 100% !important
    }

    .newsletter-section .terms .container-check {
        padding-left: 29px
    }
}

@media (min-width:769px) {
    .newsletter-section {
        padding-top: 72px;
        padding-bottom: 74px
    }
}

.newsletter-section .holder {
    opacity: 1;
    transform: translateY(0);
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93), opacity 350ms cubic-bezier(.48, .04, .25, 1)
}

.newsletter-section .holder.fadeIn {
    opacity: 1;
    transform: translateY(0)
}

@media (min-width:769px) {
    .newsletter-section .holder {
        opacity: 0;
        transform: translateY(24px)
    }
}

.newsletter-section p {
    font-family: MetaHeadlineOT-Light, sans-serif;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
    font-size: 4rem;
    line-height: 120%
}

@media (min-width:769px) {
    .newsletter-section p {
        font-size: 5.6rem;
        line-height: 1.2;
        margin-bottom: 2px
    }
}

.newsletter-section .subheading {
    font-family: MetaOT-CondBook;
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 48px
}

@media (min-width:769px) {
    .newsletter-section .subheading {
        font-size: 2.4rem;
        line-height: 1.2
    }
}

.newsletter-section .btns {
    display: block;
    text-align: center
}

@media (min-width:769px) {
    .newsletter-section .btns {
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
}

.newsletter-section form {
    margin: 0
}

@media (min-width:769px) {
    .newsletter-section form {
        margin-right: 32px
    }
}

.newsletter-section form .floating-label-content {
    margin: 0
}

.newsletter-section form .floating-label-content .floating-input {
    background: 0 0;
    border-color: #fff;
    color: #fff;
    width: 100%
}

@media (min-width:769px) {
    .newsletter-section form .floating-label-content .floating-input {
        width: 409px
    }
}

.newsletter-section form .floating-label-content .floating-input:focus~.floating-label {
    color: #fff;
    background: #70b656
}

.newsletter-section form .floating-label-content .floating-input:not(:placeholder-shown)~.floating-label {
    color: #fff;
    background: #70b656
}

.newsletter-section form .floating-label-content .floating-label {
    color: #fff;
    background: 0 0
}

.newsletter-section form .floating-label-content.error .floating-input {
    border-color: #e93b2b
}

.newsletter-section form .floating-label-content.error .floating-label {
    color: #e93b2b;
    background: #70b656
}

.newsletter-section form .terms {
    color: #fff
}

@media (min-width:769px) {
    .newsletter-section form .terms {
        max-width: 390px
    }
}

.newsletter-section form .terms .container-check {
    color: #fff;
    text-align: left;
    word-break: break-all;
    hyphens: auto
}

.newsletter-section form .terms .container-check .checkmark {
    background: 0 0;
    border-color: #fff
}

.newsletter_msg {
    text-align: center;
    color: #fff;
    font-size: 2rem
}

.page-wrapper {
    padding-top: 32px;
    padding-bottom: 64px
}

@media (min-width:769px) {
    .page-wrapper {
        padding-top: 60px;
        padding-bottom: 120px
    }
}

.page-wrapper ol,
.page-wrapper ul {
    list-style: initial;
    padding-left: 34px
}

@media screen and (max-width:768px) {
    .page-wrapper.kontakt .col-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.page-wrapper.kontakt ul.address li:nth-of-type(4)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.4974 5.4165H11.8307L5.9974 11.2498L0.164062 5.4165H3.4974V0.416504H8.4974V5.4165ZM0.164388 14.5832V12.9166H11.8311V14.5832H0.164388Z' fill='%2318191B'/%3E%3C/svg%3E%0A");
    height: 14px;
    width: 12px;
    left: 3px;
    top: 8px
}

.page-wrapper h1 {
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 16px
}

@media (min-width:769px) {
    .page-wrapper h1 {
        font-size: 7.2rem;
        line-height: 70px
    }
}

.page-wrapper p {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 32px
}

.page-wrapper p a {
    border-bottom: 1px solid #cdcdcd;
    text-transform: initial
}

.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5 {
    font-family: MetaOT-CondBold;
    color: #111827;
    margin-bottom: 8px;
    margin-top: 32px;
    font-size: 1.8rem;
    line-height: 120%;
    word-break: break-all;
    hyphens: auto
}

@media (min-width:769px) {

    .page-wrapper h2,
    .page-wrapper h3,
    .page-wrapper h4,
    .page-wrapper h5 {
        word-break: keep-all;
        font-size: 2.5rem;
        line-height: 115%
    }
}

.page-wrapper .bold,
.page-wrapper p.bold,
.page-wrapper strong {
    font-family: MetaOT-CondBold
}

.page-wrapper p:empty {
    padding-bottom: 16px
}

.page-wrapper hr {
    margin-top: 32px;
    border-top: 1px solid rgba(139, 142, 149, .5);
    border-bottom: 0
}

.page-wrapper.not_found {
    min-height: 60vh;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.page-wrapper.not_found h1 {
    margin-bottom: 32px
}

.page-intro {
    display: flex
}

.page-intro .img-box {
    flex-shrink: 0;
    width: 216px;
    height: 213px;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 3% 87%);
    margin-right: 80px
}

.page-intro .info p {
    font-family: MetaOT-CondBook, sans-serif;
    margin-top: 32px;
    max-width: 835px;
    font-size: 1.8rem;
    line-height: 1.5
}

@media (min-width:769px) {
    .page-intro .info p {
        font-size: 2.4rem
    }
}

.page-intro .info a.btn {
    margin-top: 32px
}

.page-intro.author-cat {
    flex-direction: column;
    margin-top: 32px
}

@media (min-width:769px) {
    .page-intro.author-cat {
        margin-top: 70px
    }
}

.page-intro.author-cat .img-box {
    width: 140px;
    height: 140px;
    margin-bottom: 14px
}

@media (min-width:769px) {
    .page-intro.author-cat .img-box {
        width: 216px;
        height: 213px;
        margin-bottom: 0
    }
}

.page-intro.author-cat h1 {
    font-size: 3rem;
    line-height: 110%
}

@media (min-width:769px) {
    .page-intro.author-cat h1 {
        font-size: 7.2rem;
        line-height: 70px
    }
}

.page-intro.author-cat p {
    margin-top: 16px
}

@media (min-width:769px) {
    .page-intro.author-cat p {
        margin-top: 32px
    }
}

@media (min-width:769px) {
    .page-intro.author-cat {
        flex-direction: row
    }
}

.page-intro.author-cat .info p {
    max-width: 452px
}

.msg {
    text-align: center;
    display: none;
    margin-top: 160px;
    margin-bottom: 160px
}

.msg.show {
    display: block
}

.msg svg {
    width: 120px;
    height: 120px
}

.msg .msg-wrapper {
    max-width: 970px;
    margin: 0 auto;
    display: none
}

.msg .msg-wrapper.show {
    display: block
}

.msg .msg-wrapper h1 {
    font-size: 4.2rem;
    line-height: 60px;
    margin-top: 43px;
    margin-bottom: 40px
}

.msg .msg-wrapper .btn-wrapper .primary-btn {
    display: inline-block;
    margin-left: 11px
}

.msg .msg-wrapper p {
    margin-top: -16px;
    font-size: 2.4rem;
    line-height: 120%;
    color: #8b8e95;
    margin-bottom: 32px;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto
}

.divider {
    height: 178px;
    overflow: hidden;
    position: relative;
    margin-bottom: 64px
}

@media (min-width:769px) {
    .divider {
        margin-bottom: 120px
    }
}

.divider img {
    width: 100%;
    height: calc(100% + 100px);
    object-fit: cover
}

form {
    margin-top: 64px;
    margin-bottom: 64px
}

form h3 {
    font-size: 1.4rem;
    line-height: 110%;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-family: MetaOT-CondBold
}

form .custom-select,
form .floating-label-content .floating-input,
form .floating-label-content .floating-label {
    font-size: 1.6rem;
    line-height: 22.4px;
    top: 12px
}

form .custom-select,
form .floating-label-content {
    margin-bottom: 32px
}

@media (min-width:769px) {

    form .custom-select,
    form .floating-label-content {
        margin-bottom: 48px
    }
}

form .custom-select input,
form .floating-label-content input {
    font-family: MetaOT-CondBook
}

form .custom-select .error-label,
form .floating-label-content .error-label {
    font-size: 1.2rem;
    line-height: 120%;
    color: #8b8e95;
    margin-top: 8px;
    padding-left: 12px;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.16, .32, .21, .93)
}

form .custom-select .error-label.show,
form .floating-label-content .error-label.show {
    opacity: 1
}

form .custom-select.error .floating-input,
form .custom-select.error .select-selected,
form .floating-label-content.error .floating-input,
form .floating-label-content.error .select-selected {
    border-color: #e93b2b
}

form .custom-select.error .error-label,
form .floating-label-content.error .error-label {
    opacity: 1;
    color: #e93b2b
}

form .custom-select {
    top: 0
}

form .custom-select .error-label {
    position: absolute;
    bottom: -22px
}

form .terms {
    margin-top: 16px;
    margin-bottom: 32px;
    color: #18191b
}

form .terms .container-check {
    color: #18191b;
    font-size: 1.6rem;
    font-family: MetaOT-CondBook
}

form .terms .container-check.error .checkmark {
    border-color: #e93b2b
}

form .terms .container-check a {
    border-bottom: 1px solid;
    text-transform: initial;
    letter-spacing: inherit;
    font-family: inherit
}

form .info {
    margin-top: 32px;
    font-size: 1.4rem;
    line-height: 160%;
    color: #8b8e95
}

form .error_email {
    font-size: 1.6rem;
    line-height: 120%;
    color: #e93b2b;
    margin-top: 20px;
    display: none
}

form#register_form input:-webkit-autofill,
form#register_form input:-webkit-autofill:active,
form#register_form input:-webkit-autofill:focus,
form#register_form input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #18191b !important
}

.acc-title {
    font-family: MetaOT-CondBold;
    color: #18191b;
    margin-bottom: 26px;
    font-size: 1.8rem;
    line-height: 120%
}

@media (min-width:769px) {
    .acc-title {
        margin-bottom: 23px;
        font-size: 3rem;
        line-height: 110%
    }
}

.grey-bg {
    background: #e2eef3;
    padding-top: 38px;
    padding-bottom: 120px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%)
}

@media (min-width:769px) {
    .grey-bg {
        padding-top: 120px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%)
    }
}

.grey-bg h1 {
    font-size: 3rem;
    line-height: 110%;
    margin-bottom: 40px
}

@media (min-width:769px) {
    .grey-bg h1 {
        font-size: 5.6rem;
        line-height: 70px;
        margin-bottom: 33px
    }
}

.grey-bg img {
    margin-bottom: -150px;
    transform: rotate(-5deg);
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-top: 45px
}

@media (min-width:769px) {
    .grey-bg img {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        top: -45px;
        width: 95%;
        transform: rotate(5deg)
    }
}

.search-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 7px;
    margin-top: 37px;
    transition: border-color 250ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .search-box {
        padding-bottom: 16px;
        margin-top: 163px
    }
}

.search-box.active {
    border-bottom: 1px solid #18191b
}

.search-box .search-input {
    font-family: MetaHeadlineOT-Light, sans-serif;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 3rem;
    line-height: 110%
}

@media (min-width:769px) {
    .search-box .search-input {
        font-size: 7.2rem;
        line-height: .97;
        height: 70px
    }
}

.search-box .search-input::-webkit-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.search-box .search-input:-ms-input-placeholder {
    color: #a8a8a8;
    opacity: 1
}

.search-box .search-input::placeholder {
    color: #a8a8a8;
    opacity: 1
}

.search-box .search-btn {
    padding: 12px;
    cursor: pointer;
    margin-bottom: -2px;
    display: none
}

@media (min-width:769px) {
    .search-box .search-btn {
        display: block
    }
}

.search-box .search-btn .icon {
    width: 23px;
    height: 23px
}

.search-box .search-btn .icon svg {
    fill: #18191b;
    transition: fill 250ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {
    .search-box .search-btn:hover svg {
        fill: #70b656
    }
}

.single-page.blogpost .page-head {
    position: relative;
    width: 100%;
    margin-left: 0
}

@media (min-width:769px) {
    .single-page.blogpost .page-head {
        width: 88%;
        margin-left: 6%
    }
}

.single-page.blogpost .page-head::before {
    content: '';
    display: block;
    padding-bottom: calc(100% / (375/300))
}

@media (min-width:769px) {
    .single-page.blogpost .page-head::before {
        padding-bottom: calc(100% / (1450/675))
    }
}

.single-page.blogpost .page-head p {
    color: #000;
    position: absolute;
    top: 76%;
    padding: 20px 30px;
    background: #e2eef3;
    transform: translateY(-50%);
    clip-path: polygon(0 1%, 90% 0, 100% 60%, 100% 100%, 10% 100%, 0 40%);
    font-size: 1.4rem;
    line-height: 130%;
    right: 15.5%
}

@media (min-width:769px) {
    .single-page.blogpost .page-head p {
        left: 2.5%;
        right: unset;
        padding: 35px 60px;
        font-size: 2.2rem;
        line-height: 130%
    }
}

.single-page.blogpost .page-head p a {
    font-family: MetaOT-CondBold;
    border-bottom: 1px solid #cdcdcd;
    font-size: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit
}

.single-page.blogpost .page-head img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    background: #e5e5e5;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 86.5% 100%, 84% 83%, 0 77%)
}

@media (min-width:769px) {
    .single-page.blogpost .page-head img {
        clip-path: polygon(0 0, 100% 0, 95% 100%, 70.5% 98%, 67% 81%, 3% 75%)
    }
}

.single-page.blogpost .info {
    color: #8b8e95;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 130%
}

@media (min-width:769px) {
    .single-page.blogpost .info {
        font-size: 2rem;
        line-height: 160%;
        margin-top: -36px
    }
}

.single-page.blogpost .info .author {
    margin-bottom: 13px
}

.single-page.blogpost .info .author a,
.single-page.blogpost .info .author span {
    font-size: 1.4rem;
    line-height: 130%
}

@media (min-width:769px) {

    .single-page.blogpost .info .author a,
    .single-page.blogpost .info .author span {
        font-size: 2rem;
        line-height: 160%
    }
}

.single-page.blogpost .info .cat-list {
    margin-right: 12px
}

.single-page.blogpost .info .cat-list .cat {
    background-color: #6baed3;
    margin-top: 2px
}

.single-page.blogpost .comments-wrapper,
.single-page.blogpost .post-footer {
    max-width: 712px;
    margin-left: auto;
    margin-right: auto
}

.single-page.blogpost .post-footer {
    border-top: 1px solid rgba(139, 142, 149, .3);
    border-bottom: 1px solid rgba(139, 142, 149, .3);
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 32px
}

@media (min-width:769px) {
    .single-page.blogpost .post-footer {
        padding-bottom: 32px;
        padding-top: 32px
    }
}

@media (max-width:768px) {

    .single-page.blogpost .post-footer .col-4,
    .single-page.blogpost .post-footer .col-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .single-page.blogpost .post-footer .sm-only p {
        margin-top: 12px
    }
}

.single-page.blogpost .post-footer .author_img_box {
    transition: clip-path 350ms cubic-bezier(.16, .32, .21, .93);
    width: 100%;
    padding-bottom: 75%;
    background: grey;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 5% 89%)
}

@media (min-width:769px) {
    .single-page.blogpost .post-footer .author_img_box {
        padding-bottom: 0;
        height: calc(100% - 32px)
    }
}

.single-page.blogpost .post-footer .author_img_box .dark_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.48, .04, .25, 1)
}

.single-page.blogpost .post-footer .author_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: calc(100% - 28px)
}

.single-page.blogpost .post-footer .author_meta {
    transition: transform 350ms cubic-bezier(.16, .32, .21, .93);
    font-family: MetaOT-CondBook
}

.single-page.blogpost .post-footer h5 {
    font-size: 1.4rem;
    line-height: 130%;
    color: #8b8e95
}

.single-page.blogpost .post-footer h2 {
    margin-bottom: 16px;
    color: #000;
    font-size: 2.2rem;
    line-height: 29px
}

@media (min-width:769px) {
    .single-page.blogpost .post-footer h2 {
        font-size: 4.2rem;
        line-height: 120%
    }
}

.single-page.blogpost .post-footer p {
    color: #000;
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: MetaOT-CondBook
}

@media (min-width:769px) {
    .single-page.blogpost .post-footer p {
        font-size: 2rem;
        line-height: 160%
    }
}

.single-page.blogpost .post-footer .custom-link {
    text-transform: uppercase;
    border-bottom: 0;
    color: #18191b;
    position: relative;
    padding-bottom: 32px;
    display: inline-flex;
    font-size: 1.2rem;
    line-height: 110%;
    letter-spacing: .205em;
    font-family: MetaOT-CondBold;
    transition: color 350ms cubic-bezier(.16, .32, .21, .93)
}

.single-page.blogpost .post-footer .custom-link .icon {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-top: 1px
}

.single-page.blogpost .post-footer .custom-link .icon svg {
    fill: #18191b
}

.single-page.blogpost .post-footer .social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    border-top: 1px solid rgba(139, 142, 149, .5);
    padding-bottom: 10px
}

.single-page.blogpost .post-footer .social-share p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 160%;
    color: #000;
    margin-right: 17px;
    margin-top: -11px
}

@media (min-width:769px) {
    .single-page.blogpost .post-footer .social-share p {
        margin-top: 0;
        padding-bottom: 0
    }
}

.single-page.blogpost .post-footer .social-share .icon {
    margin-right: 25px;
    margin-top: -16px
}

.single-page.blogpost .post-footer .social-share .icon a {
    width: 24px;
    display: inline-block
}

.single-page.blogpost .post-footer .social-share .icon a:hover svg {
    fill: #60a447
}

.single-page.blogpost .post-footer .social-share .icon a:active svg {
    fill: #5a9942
}

.single-page.blogpost .post-footer .social-share .icon svg {
    fill: #474b53;
    transition: fill 250ms cubic-bezier(.16, .32, .21, .93)
}

.single-page.blogpost .post-footer .social-share .icon.mail {
    margin-right: 0
}

@media (min-width:769px) {
    .single-page.blogpost .post-footer .author_link:hover .author_img_box {
        clip-path: polygon(0 0, 96% 0, 85% 99%, 5% 89%)
    }

    .single-page.blogpost .post-footer .author_link:hover .author_img_box .dark_bg {
        opacity: .2
    }

    .single-page.blogpost .post-footer .author_link:hover .author_meta {
        transform: translateX(-8px)
    }

    .single-page.blogpost .post-footer .author_link:hover .author_meta .custom-link {
        color: #60a447
    }

    .single-page.blogpost .post-footer .author_link:hover .author_meta .custom-link svg {
        fill: #60a447
    }

    .single-page.blogpost .post-footer .author_link:active .author_img_box {
        clip-path: polygon(0 0, 94% 0, 83% 99%, 5% 89%)
    }

    .single-page.blogpost .post-footer .author_link:active .author_img_box .dark_bg {
        opacity: .25
    }

    .single-page.blogpost .post-footer .author_link:active .author_meta {
        transform: translateX(-12px)
    }

    .single-page.blogpost .post-footer .author_link:active .author_meta .custom-link {
        color: #5a9942
    }

    .single-page.blogpost .post-footer .author_link:active .author_meta .custom-link svg {
        fill: #5a9942
    }
}

.single-page.blogpost .content h1 {
    margin-top: 13px;
    margin-bottom: 16px;
    font-size: 3rem;
    line-height: 110%
}

@media (min-width:769px) {
    .single-page.blogpost .content h1 {
        margin-top: 44px;
        margin-bottom: 24px;
        font-size: 7.2rem;
        line-height: 70px
    }
}

.single-page.blogpost .content .excerpt {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 24px;
    font-family: MetaOT-CondBook
}

@media (min-width:769px) {
    .single-page.blogpost .content .excerpt {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 80px
    }
}

.single-page.blogpost .content .editor {
    font-family: MetaOT-CondBook;
    font-size: 1.7rem;
    line-height: 150%
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor {
        font-size: 2rem;
        line-height: 160%
    }
}

.single-page.blogpost .content .editor em {
    font-style: italic
}

.single-page.blogpost .content .editor .wp-block-group {
    padding: 24px 16px;
    max-width: 760px;
    margin: 0 -14px
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-group {
        padding: 32px 24px;
        margin: 0 auto
    }
}

.single-page.blogpost .content .editor .wp-block-group h2 {
    margin-top: 0;
    margin-bottom: -16px
}

.single-page.blogpost .content .editor .wp-block-group figure {
    margin-bottom: 0
}

.single-page.blogpost .content .editor .wp-block-group.is-style-highlight-box-green {
    background: #bbe0a766
}

.single-page.blogpost .content .editor .wp-block-group.is-style-highlight-box-orange {
    background: #fca95266
}

.single-page.blogpost .content .editor .wp-block-group.is-style-highlight-box-blue {
    background: #e2eef3
}

.single-page.blogpost .content .editor .wp-block-group.is-style-highlight-box-purple {
    background: #8677d433
}

.single-page.blogpost .content .editor div {
    float: none !important
}

.single-page.blogpost .content .editor h2,
.single-page.blogpost .content .editor h3,
.single-page.blogpost .content .editor h4,
.single-page.blogpost .content .editor h5,
.single-page.blogpost .content .editor h6,
.single-page.blogpost .content .editor strong {
    font-family: MetaOT-CondBold;
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: -16px
}

@media (min-width:769px) {

    .single-page.blogpost .content .editor h2,
    .single-page.blogpost .content .editor h3,
    .single-page.blogpost .content .editor h4,
    .single-page.blogpost .content .editor h5,
    .single-page.blogpost .content .editor h6,
    .single-page.blogpost .content .editor strong {
        margin-top: 48px
    }
}

.single-page.blogpost .content .editor .wp-block-embed,
.single-page.blogpost .content .editor .wp-block-gallery,
.single-page.blogpost .content .editor .wp-block-image {
    margin-top: 32px;
    margin-bottom: 32px
}

.single-page.blogpost .content .editor .wp-block-embed #wp-counter,
.single-page.blogpost .content .editor .wp-block-gallery #wp-counter,
.single-page.blogpost .content .editor .wp-block-image #wp-counter {
    position: absolute;
    bottom: unset;
    right: 0;
    left: unset;
    width: 73px;
    height: 48px;
    background: rgba(24, 25, 27, .5);
    color: #fff;
    font-size: 1.8rem;
    line-height: 180%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    transform: translateY(-100%)
}

.single-page.blogpost .content .editor .wp-block-embed .blocks-gallery-grid,
.single-page.blogpost .content .editor .wp-block-gallery .blocks-gallery-grid,
.single-page.blogpost .content .editor .wp-block-image .blocks-gallery-grid {
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.single-page.blogpost .content .editor .wp-block-embed .blocks-gallery-grid figure,
.single-page.blogpost .content .editor .wp-block-gallery .blocks-gallery-grid figure,
.single-page.blogpost .content .editor .wp-block-image .blocks-gallery-grid figure {
    position: relative;
    padding-bottom: calc((100% / (310/215)) + 60px)
}

@media (min-width:769px) {

    .single-page.blogpost .content .editor .wp-block-embed .blocks-gallery-grid figure,
    .single-page.blogpost .content .editor .wp-block-gallery .blocks-gallery-grid figure,
    .single-page.blogpost .content .editor .wp-block-image .blocks-gallery-grid figure {
        padding-bottom: 56.25%
    }
}

.single-page.blogpost .content .editor .wp-block-embed .blocks-gallery-grid figure img,
.single-page.blogpost .content .editor .wp-block-gallery .blocks-gallery-grid figure img,
.single-page.blogpost .content .editor .wp-block-image .blocks-gallery-grid figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.single-page.blogpost .content .editor .wp-block-embed figcaption,
.single-page.blogpost .content .editor .wp-block-gallery figcaption,
.single-page.blogpost .content .editor .wp-block-image figcaption {
    font-size: 1.4rem;
    line-height: 140%;
    margin-top: 0
}

@media (min-width:769px) {

    .single-page.blogpost .content .editor .wp-block-embed figcaption,
    .single-page.blogpost .content .editor .wp-block-gallery figcaption,
    .single-page.blogpost .content .editor .wp-block-image figcaption {
        font-size: 1.6rem;
        line-height: 140%
    }
}

.single-page.blogpost .content .editor .wp-block-gallery {
    overflow: visible;
    position: relative;
    width: calc(100% + 56px);
    margin-left: -28px;
    padding-left: 28px
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-gallery {
        padding-left: 0;
        width: 100%;
        margin-left: 0
    }
}

.single-page.blogpost .content .editor .wp-block-gallery .blocks-gallery-item {
    padding-bottom: 28px;
    margin-bottom: 0
}

.single-page.blogpost .content .editor .wp-block-gallery .blocks-gallery-item img {
    height: 86%
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-gallery .blocks-gallery-item img {
        height: 100%
    }
}

.single-page.blogpost .content .editor .wp-block-gallery .oh {
    overflow: hidden;
    padding-left: 28px;
    padding-right: 56px
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-gallery .oh {
        padding-left: 0;
        padding-right: 0
    }
}

.single-page.blogpost .content .editor .wp-block-gallery figcaption {
    position: absolute;
    bottom: -35px;
    width: 100%;
    min-height: 24%;
    max-height: 100%;
    overflow: visible;
    background: #fff;
    color: #18191b;
    padding: 0
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-gallery figcaption {
        min-height: auto;
        padding-bottom: 8px
    }
}

.single-page.blogpost .content .editor .wp-block-gallery .swiper-button-prev {
    left: -15px
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-gallery .swiper-button-prev:hover {
        transform: translateX(6px)
    }
}

.single-page.blogpost .content .editor .wp-block-gallery .swiper-button-next {
    right: -15px
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-gallery .swiper-button-next:hover {
        transform: translateX(-6px)
    }
}

.single-page.blogpost .content .editor .wp-block-gallery .swiper-button-next,
.single-page.blogpost .content .editor .wp-block-gallery .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: #70b656;
    border: 0;
    outline: 0;
    top: calc(50% - 20px);
    transition: transform 250ms cubic-bezier(.16, .32, .21, .93);
    display: none
}

@media (min-width:769px) {

    .single-page.blogpost .content .editor .wp-block-gallery .swiper-button-next,
    .single-page.blogpost .content .editor .wp-block-gallery .swiper-button-prev {
        display: flex
    }
}

.single-page.blogpost .content .editor .wp-block-gallery .swiper-button-next::after,
.single-page.blogpost .content .editor .wp-block-gallery .swiper-button-prev::after {
    color: #fff;
    font-size: 2.1rem
}

.single-page.blogpost .content .editor ol,
.single-page.blogpost .content .editor p,
.single-page.blogpost .content .editor ul {
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    margin-top: 32px
}

.single-page.blogpost .content .editor ol ol,
.single-page.blogpost .content .editor ol ul,
.single-page.blogpost .content .editor p ol,
.single-page.blogpost .content .editor p ul,
.single-page.blogpost .content .editor ul ol,
.single-page.blogpost .content .editor ul ul {
    max-width: 100%;
    margin: 0;
    padding-top: 12px
}

.single-page.blogpost .content .editor ol a,
.single-page.blogpost .content .editor p a,
.single-page.blogpost .content .editor ul a {
    color: #8b8e95;
    border-bottom: 1px solid #cdcdcd;
    transition: color 250ms cubic-bezier(.16, .32, .21, .93), border 250ms cubic-bezier(.16, .32, .21, .93)
}

@media (min-width:769px) {

    .single-page.blogpost .content .editor ol a:hover,
    .single-page.blogpost .content .editor p a:hover,
    .single-page.blogpost .content .editor ul a:hover {
        color: #70b656;
        border-bottom: 1px solid #70b656
    }
}

.single-page.blogpost .content .editor blockquote {
    max-width: 100%;
    position: relative;
    padding-left: 38px;
    margin-top: 48px;
    margin-bottom: 48px
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor blockquote {
        margin-bottom: 80px;
        margin-top: 80px;
        padding-left: 125px
    }
}

.single-page.blogpost .content .editor blockquote::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='66' viewBox='0 0 79 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M78.005 49.1071C78.005 39.6786 71.2393 32.4107 60.6927 32.8036C61.6877 19.6429 72.0353 8.25 79 2.94644L77.0101 0C62.4836 9.03571 44.1763 27.6964 44.1763 46.9464C44.1763 57.9464 50.5441 66 60.8917 66C71.2393 66 78.005 58.1429 78.005 49.1071ZM33.8287 49.1071C33.8287 39.6786 27.063 32.4107 16.5164 32.8036C17.5113 19.6429 27.8589 8.25 34.8237 2.94644L32.8338 0C18.3073 9.03571 0 27.6964 0 46.9464C0 57.9464 6.36776 66 16.7154 66C27.063 66 33.8287 58.1429 33.8287 49.1071Z' fill='%2370B656'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    top: 10px;
    background-repeat: no-repeat;
    left: 0;
    background-size: contain;
    width: 26px;
    height: 24px
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor blockquote::before {
        top: 16px;
        background-size: cover;
        width: 79px;
        height: 66px
    }
}

.single-page.blogpost .content .editor blockquote p {
    max-width: 100%;
    font-size: 3rem;
    line-height: 140%;
    margin-bottom: 16px;
    font-family: MetaOT-CondBook;
    margin: 0
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor blockquote p {
        font-size: 5.6rem;
        line-height: 70px;
        margin-bottom: 32px
    }
}

.single-page.blogpost .content .editor blockquote cite {
    font-size: 1.4rem;
    line-height: 130%
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor blockquote cite {
        font-size: 1.8rem;
        line-height: 160%
    }
}

.single-page.blogpost .content .editor ul {
    list-style: disc;
    padding-left: 34px
}

.single-page.blogpost .content .editor ul li {
    margin-bottom: 12px
}

.single-page.blogpost .content .editor ol {
    list-style: decimal;
    padding-left: 34px
}

.single-page.blogpost .content .editor ol li {
    margin-bottom: 12px
}

.single-page.blogpost .content .editor .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%
}

@media (min-width:769px) {
    .single-page.blogpost .content .editor .wp-block-embed .wp-block-embed__wrapper {
        padding-bottom: 56.25%
    }
}

.single-page.blogpost .content .editor .wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.single-page.blogpost .sidebar {
    padding: 0 32px;
    background-color: #e2eef3;
    width: calc(100% + 56px);
    margin-left: -28px;
    display: flex;
    flex-direction: column-reverse
}

@media (min-width:769px) {
    .single-page.blogpost .sidebar {
        margin-top: 250px;
        flex-direction: column;
        padding: 64px 74px;
        width: 100%;
        margin-left: 0
    }
}

.single-page.blogpost .sidebar .img-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px
}

.single-page.blogpost .sidebar .img-wrapper img {
    width: 95%;
    transform: rotate(5deg) translateY(20px)
}

@media (min-width:769px) {
    .single-page.blogpost .sidebar .img-wrapper {
        margin-top: 0
    }

    .single-page.blogpost .sidebar .img-wrapper img {
        width: auto;
        margin-top: -60%;
        transform: none
    }
}

.single-page.blogpost .sidebar h3 {
    font-size: 3.6rem;
    line-height: 120%;
    margin-top: 42px;
    margin-bottom: 47px;
    text-align: center;
    font-family: MetaOT-CondBold
}

.single-page.blogpost .sidebar .btn-wrapper .btn {
    width: 100%;
    text-align: center
}

.single-page.blogpost .sidebar .btn-wrapper .divider {
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
    height: auto;
    text-align: center
}

.single-page.blogpost .sidebar .btn-wrapper .divider span {
    padding: 0 18px;
    background: #e2eef3;
    position: relative;
    z-index: 1;
    color: #000
}

.single-page.blogpost .sidebar .btn-wrapper .divider::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 12px;
    height: 1px;
    background-color: #000
}

.downloads ul li {
    position: relative;
    border-bottom: 2px solid #ededed;
    font-size: 2rem;
    line-height: 160%;
    padding-bottom: 24px;
    padding-top: 24px
}

.downloads ul li article {
    background-color: #fff
}

.downloads ul li article:hover .img-box {
    width: 233px
}

.downloads ul li article .img-box {
    width: 241px;
    height: 151px
}

.downloads ul li article .content-wrapper {
    padding-right: 0 !important;
    max-width: 100%
}

.downloads ul li article .content-wrapper .cat-list {
    margin-top: 0
}

.downloads ul li article h1 {
    position: relative;
    padding-left: 28px;
    font-size: 2rem;
    line-height: 160%;
    color: #18191b
}

.downloads ul li article h1 a {
    font-family: MetaOT-CondBook
}

.downloads ul li article h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0H2C0.9 0 0.0100002 0.9 0.0100002 2L0 18C0 19.1 0.89 20 1.99 20H14C15.1 20 16 19.1 16 18V6L10 0ZM12 16H4V14H12V16ZM12 12H4V10H12V12ZM9 7V1.5L14.5 7H9Z' fill='%2318191B'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 250ms cubic-bezier(.48, .04, .25, 1)
}

@media (min-width:769px) {
    .downloads ul li article h1:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0013 3L12.0013 15M12.0013 15L16.668 10.3333M12.0013 15L7.3346 10.3333' stroke='%2360A447' stroke-width='1.5'/%3E%3Cline x1='6' y1='20.25' x2='18' y2='20.25' stroke='%2360A447' stroke-width='1.5'/%3E%3C/svg%3E%0A")
    }
}

@media (min-width:769px) {
    .magzine-card {
        margin-top: 120px;
        margin-bottom: 138px
    }
}

.magzine-card .card-img {
    position: relative;
    padding-bottom: 80%;
    width: calc(100% + 56px);
    margin-left: -28px
}

@media (min-width:769px) {
    .magzine-card .card-img {
        padding-bottom: 100%;
        width: 100%;
        margin-left: 0
    }
}

.magzine-card .card-img img {
    max-height: 270px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 86.5% 100%, 84% 83%, 0 77%)
}

@media (min-width:769px) {
    .magzine-card .card-img img {
        clip-path: polygon(0 0, 100% 0, 89% 100%, 5% 87%)
    }
}

.magzine-card .info {
    max-width: 952px;
    margin-top: -32px;
    margin-bottom: 80px
}

@media (min-width:769px) {
    .magzine-card .info {
        margin-bottom: 0;
        margin-top: 0
    }
}

.magzine-card .info .info-head {
    display: flex;
    flex-direction: column-reverse
}

.magzine-card .info .info-head .sm-col-rev {
    flex-direction: column-reverse
}

@media (min-width:769px) {
    .magzine-card .info .info-head .sm-col-rev {
        flex-direction: row;
        align-items: center
    }
}

@media (min-width:769px) {
    .magzine-card .info .info-head {
        display: block
    }
}

.magzine-card .info .cat-list {
    margin-right: 12px;
    margin-top: 14px
}

@media (min-width:769px) {
    .magzine-card .info .cat-list {
        margin-top: 0
    }
}

.magzine-card .info .cat-list a,
.magzine-card .info .cat-list span {
    margin-bottom: 5px
}

@media (min-width:769px) {
    .magzine-card .info .author {
        margin-left: 12px
    }
}

.magzine-card .info .author,
.magzine-card .info .author a,
.magzine-card .info .time {
    color: #8b8e95;
    font-size: 2rem;
    line-height: 160%
}

.magzine-card .info h1 {
    margin-bottom: 16px;
    margin-top: 13px;
    font-size: 3rem;
    line-height: 110%
}

@media (min-width:769px) {
    .magzine-card .info h1 {
        font-size: 7.2rem;
        line-height: 70px;
        margin-top: 0
    }
}

.magzine-card .info .btn.primary-btn {
    width: 100%;
    text-align: center
}

@media (min-width:769px) {
    .magzine-card .info .btn.primary-btn {
        width: auto
    }
}

.magzine-card .info .content {
    margin-bottom: 40px
}

@media (min-width:769px) {
    .magzine-card .info .content {
        margin-top: 24px;
        margin-bottom: 48px
    }
}

.magzine-card .info .content p {
    font-size: 2.2rem;
    line-height: 130%
}

@media (min-width:769px) {
    .magzine-card .info .content p {
        font-size: 2.4rem;
        line-height: 120%
    }
}

#archiv_list {
    position: relative
}

#archiv_list.loading:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .5;
    z-index: 9
}

#archiv_list.loading:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(../img/loader-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999
}

#archiv_list.loading+.no_post_found {
    opacity: .5
}

.terms-list {
    margin-bottom: 48px
}

.terms-list:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .sm-only .terms-list {
        margin-bottom: 32px
    }

    .sm-only .terms-list:last-child {
        margin-bottom: 48px
    }

    .sm-only .terms-list .list-title {
        margin-bottom: 16px
    }

    .sm-only .terms-list ul {
        display: flex;
        flex-wrap: wrap
    }

    .sm-only .terms-list ul li {
        margin-right: 16px;
        margin-bottom: 12px
    }
}

.terms-list .list-title {
    font-size: 1.4rem;
    line-height: 1.1;
    letter-spacing: .16rem;
    font-family: MetaOT-CondBook, sans-serif;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 24px
}

.terms-list ul {
    font-size: 1.6rem;
    line-height: 1.4
}

.terms-list ul li {
    margin-bottom: 16px;
    color: #000
}

.terms-list ul li a {
    font-family: MetaOT-CondBook;
    text-transform: inherit;
    font-size: inherit;
    letter-spacing: inherit
}

.wrapper.terms {
    display: none
}



.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #d9edf7;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #f9f9f9;
    --even-text-color: var(--text-color);
    --even-bg-color: #fff;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 0.5rem;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%
}

.tablepress>:not(caption)>*>* {
    background: none;
    border: none;
    float: none !important;
    padding: var(--padding);
    text-align: left;
    vertical-align: top
}

.tablepress>*+tbody>*>*,
.tablepress>tbody>*~*>*,
.tablepress>tfoot>*>* {
    border-top: 1px solid var(--border-color)
}

.tablepress>:where(thead, tfoot)>*>th {
    background-color: var(--head-bg-color);
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal
}

.tablepress>:where(tbody)>.odd>* {
    background-color: var(--odd-bg-color);
    color: var(--odd-text-color)
}

.tablepress>:where(tbody)>.even>* {
    background-color: var(--even-bg-color);
    color: var(--even-text-color)
}

.tablepress>.row-hover>tr:hover>* {
    background-color: var(--hover-bg-color);
    color: var(--hover-text-color)
}

.tablepress img {
    border: none;
    margin: 0;
    max-width: none;
    padding: 0
}

.tablepress-table-description {
    clear: both;
    display: block
}

.dataTables_wrapper {
    clear: both;
    margin-bottom: 1rem;
    position: relative
}

.dataTables_wrapper .tablepress {
    clear: both;
    margin-bottom: 0
}

.dataTables_wrapper:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
    display: inline;
    margin: 2px;
    width: auto
}

.dataTables_length {
    float: left;
    white-space: nowrap
}

.dataTables_filter {
    float: right;
    white-space: nowrap
}

.dataTables_filter label input {
    margin-left: .5em;
    margin-right: 0
}

.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0
}

.dataTables_paginate {
    float: right;
    margin: 4px 0 0
}

.dataTables_paginate .paginate_button {
    color: #111;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    position: relative;
    text-decoration: underline
}

.dataTables_paginate .paginate_button:first-child {
    margin-left: 0
}

.dataTables_paginate .paginate_button:last-child {
    margin-right: 0
}

.dataTables_paginate .paginate_button:after,
.dataTables_paginate .paginate_button:before {
    color: #d9edf7
}

.dataTables_paginate .paginate_button:hover {
    cursor: pointer;
    text-decoration: none
}

.dataTables_paginate .paginate_button:hover:after,
.dataTables_paginate .paginate_button:hover:before {
    color: #049cdb
}

.dataTables_paginate .paginate_button.disabled {
    color: #999;
    cursor: default;
    text-decoration: none
}

.dataTables_paginate .paginate_button.disabled:after,
.dataTables_paginate .paginate_button.disabled:before {
    color: #f9f9f9
}

.dataTables_paginate .paginate_button.current {
    cursor: default;
    font-weight: 700;
    text-decoration: none
}

.dataTables_paginate.paging_simple {
    padding: 0 15px
}

.dataTables_paginate.paging_simple .paginate_button.next:after,
.dataTables_paginate.paging_simple .paginate_button.previous:before {
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    content: "\f053";
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    height: 14px;
    left: -14px;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: auto;
    text-align: left;
    text-shadow: .1em .1em #666;
    top: 0;
    width: 14px
}

.dataTables_paginate.paging_simple .paginate_button.next:after {
    content: "\f054";
    left: auto;
    text-align: right
}

.dataTables_processing {
    display: none
}

.dataTables_scroll {
    clear: both
}

.dataTables_scroll .tablepress {
    width: 100% !important
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.dataTables_scrollBody .tablepress thead th:after {
    content: ""
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important
}

.tablepress {
    --head-active-bg-color: #049cdb;
    --head-active-text-color: var(--head-text-color)
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    cursor: pointer;
    outline: none;
    padding-right: 20px;
    position: relative
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 400;
    height: 14px;
    left: auto;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 6px;
    top: 0
}

.tablepress .sorting:after {
    content: "\f0dc"
}

.tablepress .sorting_asc:after {
    content: "\f0d8";
    padding: 0 0 2px
}

.tablepress .sorting_desc:after {
    content: "\f0d7"
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: var(--head-active-bg-color);
    color: var(--head-active-text-color)
}