/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

*,
*::before,
*::after {
    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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.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(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.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;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
    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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.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: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -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: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */

.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%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */

.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Lazurski";
    src: url(/fonts/lazurski-cyrillic.ttf?0e112d430ef5561e68edec4d95f22e58) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lazurski Italic";
    src: url(/fonts/lazurski-italic.ttf?09ecb7d1784d07c9f7927aaa04d0a5c2) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lazurski Bold";
    src: url(/fonts/lazurski-bold.ttf?0cef1ff84ff33ec13afe3d786e30a281) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lazurski Bold Italic";
    src: url(/fonts/lazurski-bold-italic.ttf?04a79d3cb7ac646da8b03e246f93b17e) format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*__________________________________________________________________________ Grid        */

.container {
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

body {
    position: relative;
    color: #4D4038;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    background-color: white;
}

.modal-open {
    overflow-y: hidden;
}

.modal-open body {
    overflow-y: hidden;
}

main {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

@media (max-width: 767.98px) {
    main {
        padding-top: 160px;
    }
}

@media (min-width: 768px) {
    main {
        padding-top: 165px;
    }
}

@media (min-width: 1200px) {
    main {
        padding-top: 290px;
    }
}

.body_fixed main {
    padding-top: 100px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.w-100 {
    width: 100%;
}

a:focus,
a:active,
input:focus,
input:active,
button:focus,
button:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #955022;
    font-weight: 400;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    margin: 0 0 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}

h1.page-title,
h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title,
h6.page-title,
.h1.page-title,
.h2.page-title,
.h3.page-title,
.h4.page-title,
.h5.page-title,
.h6.page-title {
    margin-bottom: 32px;
}

h1.block-title,
h2.block-title,
h3.block-title,
h4.block-title,
h5.block-title,
h6.block-title,
.h1.block-title,
.h2.block-title,
.h3.block-title,
.h4.block-title,
.h5.block-title,
.h6.block-title {
    margin-bottom: 24px;
}

h1,
.h1 {
    color: #683818;
    font-weight: 600;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

h1 span,
.h1 span {
    color: #006C73;
}

[lang=deu] h1,
[lang=deu] .h1 {
    font-weight: 600;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

strong,
b {
    font-weight: 700;
    font-family: "Helvetica", Arial, sans-serif;
}

i,
em {
    font-style: italic;
}

h1,
.h1 {
    font-size: 41px;
    line-height: 50px;
}

h2,
.h2 {
    font-size: 31px;
    line-height: 40px;
}

h3,
.h3 {
    font-size: 21px;
    line-height: 26px;
}

h4,
.h4 {
    font-size: 19px;
    line-height: 26px;
}

h5,
.h5 {
    font-size: 17px;
    line-height: 24px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 24px;
}

small {
    font-size: 13px;
    line-height: 20px;
    color: #4D4038;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

*::-webkit-input-placeholder {
    opacity: 1;
    color: #C7AA97;
}

*:-webkit-input-placeholder {
    opacity: 1;
    color: #C7AA97;
}

*::-moz-placeholder {
    opacity: 1;
    color: #C7AA97;
}

*:-moz-placeholder {
    opacity: 1;
    color: #C7AA97;
}

*:-ms-input-placeholder {
    opacity: 1;
    color: #C7AA97;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #002028;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
}

.wrapper {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}

.container {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.text-right {
    text-align: right !important;
}

@media (min-width: 992px) {
    .text-right-lg {
        text-align: right !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        margin: 0 0 30px;
        letter-spacing: -1px;
    }

    strong,
    b {
        font-weight: 700;
        font-family: "Helvetica", Arial, sans-serif;
    }

    i,
    em {
        font-style: italic;
    }

    h1,
    .h1 {
        font-size: 52px;
        line-height: 60px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 30px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 30px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 26px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 26px;
    }

    h6,
    .h6 {
        font-size: 20px;
        line-height: 26px;
    }

    a {
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }

    a:hover {
        color: #006C73;
        text-decoration: none;
    }
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

@media (max-width: 1199.98px) {
    .header {
        padding: 32px 0 40px;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 54px 0;
    }
}

.body_fixed .header {
    background-color: white;
    padding: 24px 0;
}

.header__logo {
    display: inline-block;
    vertical-align: top;
    width: 166px;
    height: 114px;
    overflow: hidden;
    margin-bottom: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.header__logo svg {
    display: block;
    width: 166px;
    height: 114px;
    margin-top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.body_fixed .header__logo {
    margin-bottom: 4px;
    height: 24px;
}

.body_fixed .header__logo svg {
    margin-top: -90px;
}

@media (max-width: 1199.98px) {
    .header__logo {
        width: 124px;
        height: 85px;
    }

    .header__logo svg {
        width: 124px;
        height: 85px;
    }

    .body_fixed .header__logo {
        margin-bottom: 2px;
        height: 18px;
    }

    .body_fixed .header__logo svg {
        margin-top: -67px;
    }
}

@media (max-width: 767.98px) {
    .header__logo {
        width: 116px;
        height: 80px;
    }

    .header__logo svg {
        width: 116px;
        height: 80px;
    }

    .body_fixed .header__logo {
        margin-bottom: 2px;
        height: 16px;
    }

    .body_fixed .header__logo svg {
        margin-top: -64px;
    }
}

.header__search_trigger {
    position: relative;
    z-index: 13;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .header__search_trigger {
        position: absolute;
        right: 20px;
        bottom: 0;
    }
}

.header__search_trigger svg {
    display: block;
}

.header__search_trigger.header__search_trigger_clicked {
    z-index: 16;
}

.header__search_trigger.header__search_trigger_clicked svg g {
    stroke: #85CFCB;
}

.header__search_block {
    display: none;
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #006C73;
}

@media (max-width: 1199.98px) {
    .header__search_block {
        padding: 32px 0 40px;
    }
}

@media (min-width: 1200px) {
    .header__search_block {
        padding: 54px 0;
    }
}

.header__search_block .container,
.header__search_block .row {
    height: 100%;
}

.header__search_block .header__search_input {
    margin-left: 48px;
    padding: 0;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    border: none;
    color: #85CFCB;
    background-color: #006C73;
}

@media (max-width: 1199.98px) {
    .header__search_block .header__search_input {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    .header__search_block .header__search_input {
        font-size: 30px;
        line-height: 32px;
    }
}

.header__search_block .header__search_input::-webkit-input-placeholder {
    opacity: 1;
    color: #85CFCB;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

.header__search_block .header__search_input:-webkit-input-placeholder {
    opacity: 1;
    color: #85CFCB;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

.header__search_block .header__search_input::-moz-placeholder {
    opacity: 1;
    color: #85CFCB;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

.header__search_block .header__search_input:-moz-placeholder {
    opacity: 1;
    color: #85CFCB;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

.header__search_block .header__search_input:-ms-input-placeholder {
    opacity: 1;
    color: #85CFCB;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

.body_fixed .header__search_block {
    padding: 22px 0;
}

.header__menu_trigger {
    position: relative;
    right: 0;
    z-index: 16;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 1199.98px) {
    .header__menu_trigger {
        position: absolute;
        right: 15px;
        bottom: 0;
    }
}

.header__menu_trigger span {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #4D4038;
    font-size: 0;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: transform 0.3s ease-in-out;
}

.header__menu_trigger span:nth-child(2),
.header__menu_trigger span:nth-child(3) {
    top: 4px;
}

.header__menu_trigger span:nth-child(4) {
    top: 8px;
}

.header__menu_trigger span:before,
.header__menu_trigger span:after {
    position: absolute;
    height: 100%;
    border-radius: 2px;
    background-color: #4D4038;
    content: "";
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 1199.98px) {
    .header__menu_trigger span:before,
    .header__menu_trigger span:after {
        right: 0;
    }
}

.header__menu_trigger span:before {
    width: 27px;
    transform: translateY(-8px);
}

.header__menu_trigger span:after {
    width: 22px;
    transform: translateY(8px);
}

.header__menu_trigger.header__menu_trigger_hide {
    z-index: 11;
}

@media (max-width: 1199.98px) {
    .header__menu_trigger.header__menu_trigger_clicked span,
    .header__menu_trigger.header__menu_trigger_clicked span:before,
    .header__menu_trigger.header__menu_trigger_clicked span:after {
        background-color: white;
    }
}

@media (min-width: 1200px) {
    .header__menu_trigger.header__menu_trigger_clicked {
        transform: translateX(-580px);
    }
}

.header__menu_trigger.header__menu_trigger_clicked span {
    background-color: transparent;
}

.header__menu_trigger.header__menu_trigger_clicked span:before,
.header__menu_trigger.header__menu_trigger_clicked span:after {
    width: 32px;
}

.header__menu_trigger.header__menu_trigger_clicked span:before {
    transform: translateY(0) rotate(135deg);
}

.header__menu_trigger.header__menu_trigger_clicked span:after {
    transform: translateY(0) rotate(225deg);
}

.header__menu_overlay {
    display: none;
    position: fixed;
    z-index: 14;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.header__menu_block {
    position: fixed;
    z-index: 15;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #006C73;
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 767.98px) {
    .header__menu_block {
        right: -100%;
        width: 100%;
        padding: 140px 30px 40px 50px;
    }
}

@media (min-width: 768px) {
    .header__menu_block {
        right: -60%;
        width: 60%;
        padding: 140px 30px 40px 100px;
    }
}

@media (min-width: 1200px) {
    .header__menu_block {
        right: -45%;
        width: 45%;
        padding: 140px 150px;
    }
}

.header__menu_block.header__menu_block_open {
    right: 0;
}

@media (min-width: 1200px) {
    .header__menu_block.header__menu_block_open {
        transition-delay: 0.3s;
    }
}

@media (max-width: 1199.98px) {
    .body_fixed .header__menu_block {
        padding: 80px 30px 40px 100px;
    }
}

@media (max-width: 767.98px) {
    .body_fixed .header__menu_block {
        padding: 80px 30px 40px 50px;
    }
}

.header__menu > ul {
    list-style: none;
}

@media (max-width: 1199.98px) {
    .header__menu > ul {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .header__menu > ul {
        margin-bottom: 80px;
    }
}

@media (max-width: 1199.98px) {
    .header__menu > ul li {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .header__menu > ul li {
        margin-bottom: 30px;
    }
}

.header__menu > ul li a {
    color: white;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .header__menu > ul li a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {
    .header__menu > ul li a {
        font-size: 30px;
        line-height: 40px;
    }
}

.header__menu .header__menu_li_submenu {
    position: relative;
}

.header__menu .header__menu_li_submenu.submenu-open:after {
    display: none;
}

.header__menu .header__menu_li_submenu:before {
    position: absolute;
    left: -30px;
    width: 13px;
    height: 1px;
    content: "";
    background-color: #85CFCB;
}

@media (max-width: 1199.98px) {
    .header__menu .header__menu_li_submenu:before {
        top: 14px;
    }
}

@media (min-width: 1200px) {
    .header__menu .header__menu_li_submenu:before {
        top: 19px;
    }
}

.header__menu .header__menu_li_submenu:after {
    position: absolute;
    left: -24px;
    width: 1px;
    height: 13px;
    content: "";
    background-color: #85CFCB;
}

@media (max-width: 1199.98px) {
    .header__menu .header__menu_li_submenu:after {
        top: 8px;
    }
}

@media (min-width: 1200px) {
    .header__menu .header__menu_li_submenu:after {
        top: 13px;
    }
}

.header__menu .header__menu_submenu {
    display: none;
    list-style: none;
}

@media (max-width: 1199.98px) {
    .header__menu .header__menu_submenu {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .header__menu .header__menu_submenu {
        margin-top: 30px;
    }
}

.header__menu .header__menu_submenu li {
    margin-bottom: 10px;
}

.header__menu .header__menu_submenu li:last-child {
    margin-bottom: 0;
}

.header__menu .header__menu_submenu li a {
    color: #85CFCB;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 1199.98px) {
    .header__menu .header__menu_submenu li a {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .header__menu .header__menu_submenu li a {
        font-size: 24px;
        line-height: 30px;
    }

    .header__menu .header__menu_submenu li a:hover {
        color: white;
    }
}

@media (max-width: 1199.98px) {
    .header__lang {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .header__lang {
        margin-bottom: 110px;
    }
}

.header__lang > ul {
    list-style: none;
}

.header__lang > ul li {
    float: left;
    width: 50%;
    max-width: 200px;
    margin-bottom: 30px;
}

.header__lang > ul li a {
    font-size: 24px;
    line-height: 30px;
    color: #85CFCB;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    text-transform: lowercase;
    text-decoration: none;
}

.header__lang > ul li a.current {
    color: white;
}

@media (min-width: 1200px) {
    .header__lang > ul li a:hover {
        color: white;
    }
}

.header__phone {
    display: inline-block;
    vertical-align: top;
    color: #4D4038;
    font-size: 25px;
    line-height: 30px;
    text-decoration: none;
}

.footer {
    color: #A59488;
    line-height: 27px;
    border-top: 1px solid rgba(249, 245, 242, 1);
    background-color: white;
}

@media (max-width: 1199.98px) {
    .footer {
        padding: 64px 0 32px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .footer {
        padding: 100px 0 150px;
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .footer .footer__sosials {
        margin-top: 32px;
    }
}

@media (min-width: 1200px) {
    .footer .footer__sosials {
        margin-top: 40px;
    }
}

.footer .footer__sosials a {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    background-color: #F9F5F2;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer .footer__sosials a.facebook {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M9.99%201v2.94H8.24c-1.38%200-1.63.66-1.63%201.6v2.11h3.27l-.44%203.3H6.61v8.48H3.19v-8.47H.35v-3.3h2.84V5.21C3.2%202.4%204.92.86%207.44.86%208.65.86%209.7.95%2010%20.99z%22%20fill%3D%22%23C7AA97%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.footer .footer__sosials a.twitter {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2215%22%20viewBox%3D%220%200%2018%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M17.8%202.41c-.5.71-1.11%201.35-1.81%201.86v.47C16%209.51%2012.38%2015%205.75%2015%203.7%2015%201.8%2014.4.21%2013.38a7.45%207.45%200%200%200%205.34-1.5%203.61%203.61%200%200%201-3.37-2.5%203.81%203.81%200%200%200%201.63-.07A3.6%203.6%200%200%201%20.92%205.79v-.04c.48.26%201.04.43%201.63.45a3.6%203.6%200%200%201-1.12-4.82%2010.25%2010.25%200%200%200%207.44%203.78%203.6%203.6%200%200%201%206.15-3.3A7.1%207.1%200%200%200%2017.3.98a3.6%203.6%200%200%201-1.58%201.99%207.23%207.23%200%200%200%202.07-.56z%22%20fill%3D%22%23C7AA97%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.footer__menu {
    list-style: none;
}

@media (max-width: 1199.98px) {
    .footer__menu {
        margin-top: 32px;
    }
}

@media (min-width: 1200px) {
    .footer__menu {
        margin-top: 20px;
    }
}

.footer__menu li {
    float: left;
    margin-right: 25px;
}

.footer__menu li a {
    color: #A59488;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .footer__menu li a:hover {
        text-decoration: none;
    }
}

.footer__links {
    list-style: none;
    font-size: 20px;
    line-height: 25px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 767.98px) {
    .footer__links {
        margin-bottom: 38px;
    }

    .footer__links li {
        float: left;
        margin-right: 40px;
    }
}

.footer__links li {
    margin-bottom: 10px;
}

.footer__links li a {
    color: #006C73;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .page__first_block {
        padding: 56px 0;
    }

    .page__first_block.contacts_page {
        font-size: 18px;
        padding-bottom: 0;
    }

    .page__first_block.contacts_page .block__contacts {
        text-align: left;
    }

    .page__first_block.contacts_page .page_title {
        margin: 0 0 56px;
    }
}

@media (min-width: 1200px) {
    .page__first_block {
        padding: 54px 0 128px;
    }

    .page__first_block.contacts_page {
        font-size: 18px;
    }

    .page__first_block.contacts_page .page_title {
        margin: 90px 0 64px;
    }
}

.page__first_block h1:last-child {
    margin: 0;
}

.page__first_block .pb-0 {
    padding-bottom: 0;
}

.page__first_block.background_image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .page__first_block.background_image {
        padding: 80px 0 110px;
    }
}

@media (min-width: 1200px) {
    .page__first_block.background_image {
        padding: 130px 0 100px;
    }
}

.page__first_block.background_image:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
}

.page__first_block.background_image .container {
    position: relative;
    z-index: 2;
}

.page__first_block.background_image h1,
.page__first_block.background_image p {
    color: white;
}

.page__first_block.background_image p {
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 1199.98px) {
    .page__first_block.background_image p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .page__first_block.background_image p {
        font-size: 25px;
        line-height: 30px;
    }
}

.page__first_block.background_image p:last-child {
    margin-bottom: 0;
}

.back-to-list {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2226%22%20viewBox%3D%220%200%2025%2026%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20transform%3D%22translate%280%201%29%22%20stroke%3D%22%23D1C3B9%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%2017L10%2012.5%2014.5%208%22%2F%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    padding-left: 24px;
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    background-position: 0 3px;
    line-height: 24px;
    background-size: 16px 16px;
}

.back-to-list span {
    color: #955022;
    opacity: 0.3;
}

@media (max-width: 1199.98px) {
    .h1_practice {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 1199.98px) {
    .page__title {
        margin-bottom: 64px;
    }
}

@media (min-width: 1200px) {
    .page__title {
        margin-bottom: 80px;
    }
}

.page__block_title {
    margin-bottom: 48px;
}

.page__block_title.blue_title {
    color: #006C73;
}

@media (max-width: 1199.98px) {
    .page__article_title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .page__article_title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 64px;
    }

    .page__article_title + time {
        font-size: 20px;
        line-height: 20px;
    }
}

.page__article_title + time {
    color: #955022;
    opacity: 0.6;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

@media (max-width: 767.98px) {
    .page__right_block.text_block {
        margin: 0 0 -30px -30px;
    }
}

@media (min-width: 768px) {
    .page__right_block.text_block {
        margin: -60px 0 -100px -30px;
    }
}

@media (min-width: 1200px) {
    .page__right_block.text_block {
        margin: -94px 0 -263px;
    }
}

@media (min-width: 768px) {
    .page__right_block.practices_block {
        margin: -60px 0 -100px;
    }
}

@media (min-width: 1200px) {
    .page__right_block.practices_block {
        margin: -94px 0 -263px;
    }
}

.page__right_block.practices_block .page__right_block_inner {
    background: url(/images/prictices_bg.png?23e1b93c53df9a354813367632906f3c) no-repeat calc(100% - 30px) 0;
}

@media (max-width: 991.98px) {
    .page__right_block.practices_block .page__right_block_inner {
        background-size: 162px 267px;
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .page__right_block.practices_block .page__right_block_inner {
        background-size: 252px 415px;
        padding-top: 110px;
    }
}

.page__right_block.practices_block .page__right_block_inner .page__right_block_main:after {
    background-blend-mode: multiply;
}

@media (max-width: 991.98px) {
    .page__right_block.practices_block .page__right_block_inner .page__right_block_main:after {
        background: url(/images/prictices_bg.png?23e1b93c53df9a354813367632906f3c) no-repeat calc(100% - 30px) -50px;
        background-size: 162px 267px;
    }
}

@media (min-width: 992px) {
    .page__right_block.practices_block .page__right_block_inner .page__right_block_main:after {
        background: url(/images/prictices_bg.png?23e1b93c53df9a354813367632906f3c) no-repeat calc(100% - 30px) -110px;
        background-size: 252px 415px;
    }
}

.page__right_block .page__right_block_inner {
    position: relative;
}

@media (max-width: 767.98px) {
    .page__right_block .page__right_block_inner {
        padding-top: 56px;
    }
}

@media (min-width: 768px) {
    .page__right_block .page__right_block_inner {
        background: url(/images/columns.png?b2c8533cb3c23b78aa3365bc48e3d61d) no-repeat left top;
        background-size: 368px 252px;
        padding-top: 26px;
    }
}

@media (min-width: 1200px) {
    .page__right_block .page__right_block_inner {
        padding-top: 80px;
        background: url(/images/columns.png?b2c8533cb3c23b78aa3365bc48e3d61d) no-repeat left 7px;
        background-size: 544px 373px;
    }
}

.page__right_block .page__right_block_inner .page__right_block_main {
    position: relative;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .page__right_block .page__right_block_inner .page__right_block_main {
        padding: 64px 30px;
    }
}

@media (min-width: 768px) {
    .page__right_block .page__right_block_inner .page__right_block_main {
        padding: 35px 40px;
    }
}

@media (min-width: 1200px) {
    .page__right_block .page__right_block_inner .page__right_block_main {
        padding: 64px 56px;
    }
}

.page__right_block .page__right_block_inner .page__right_block_main .page__right_block_content {
    position: relative;
    z-index: 2;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    color: white;
}

@media (max-width: 1199.98px) {
    .page__right_block .page__right_block_inner .page__right_block_main .page__right_block_content {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {
    .page__right_block .page__right_block_inner .page__right_block_main .page__right_block_content {
        font-size: 26px;
        line-height: 34px;
    }
}

.page__right_block .page__right_block_inner .page__right_block_main:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: #EFA561;
}

.page__right_block .page__right_block_inner .page__right_block_main:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    content: "";
    background-image: url(/images/columns.png?b2c8533cb3c23b78aa3365bc48e3d61d);
    background-size: 544px 373px;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-color: #EFA561;
}

@media (max-width: 767.98px) {
    .page__right_block .page__right_block_inner .page__right_block_main:after {
        background-position: left bottom;
    }
}

@media (min-width: 768px) {
    .page__right_block .page__right_block_inner .page__right_block_main:after {
        background-position: left -26px;
        background-size: 368px 252px;
    }
}

@media (min-width: 1200px) {
    .page__right_block .page__right_block_inner .page__right_block_main:after {
        background-size: 544px 373px;
        background-position: left -73px;
    }
}

.page__right_block .page__right_block_inner .page__right_block_shadow {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: #006C73;
}

@media (max-width: 1199.98px) {
    .page__right_block .page__right_block_inner .page__right_block_shadow {
        top: 30px;
        left: 30px;
    }
}

@media (min-width: 1200px) {
    .page__right_block .page__right_block_inner .page__right_block_shadow {
        top: 40px;
        left: 40px;
    }
}

@media (max-width: 767.98px) {
    .page__simple_block {
        padding: 80px 0 64px;
    }

    .page__simple_block.page__members {
        padding: 80px 0 0;
    }

    .page__simple_block.page__awards {
        padding: 80px 0 0;
    }

    .page__simple_block.page__services {
        padding: 80px 0;
    }

    .page__simple_block.page__subscribe_block {
        padding: 64px 0;
    }

    .page__simple_block.padding-130-80 {
        padding: 64px 0 24px;
    }

    .page__simple_block.page__members_list {
        padding: 80px 0 30px;
    }

    .page__simple_block.page__members_list .page__member {
        margin: 0 auto 32px;
        width: auto;
    }

    .page__simple_block.padding-80 {
        padding: 0 0 64px;
    }

    .page__simple_block.padding-90 {
        padding: 80px 0 64px;
    }

    .page__simple_block.padding-250-50 {
        padding: 0 0 24px;
    }

    .page__simple_block.padding-130-100 {
        padding: 40px 0;
    }
}

@media (min-width: 768px) {
    .page__simple_block {
        padding: 64px 0 80px;
    }

    .page__simple_block.page__history {
        padding: 120px 0;
    }

    .page__simple_block.padding-150-100 {
        padding: 150px 0 100px;
    }

    .page__simple_block.padding-250-50 {
        padding: 0 0 50px;
    }

    .page__simple_block.padding-130 {
        padding: 130px 0;
    }

    .page__simple_block.padding-130-80 {
        padding: 64px 0;
    }

    .page__simple_block.padding-130-100 {
        padding: 64px 0;
    }

    .page__simple_block.padding-65-100 {
        padding: 65px 0 0;
    }

    .page__simple_block.padding-130-30 {
        padding: 130px 0 30px;
    }

    .page__simple_block.padding-90 {
        padding: 90px 0;
    }

    .page__simple_block.padding-80 {
        padding: 80px 0;
    }

    .page__simple_block.page__subscribe_block {
        padding: 64px 0 32px;
    }

    .page__simple_block.page__members {
        padding: 80px 0 30px;
    }

    .page__simple_block.page__members_list {
        padding: 0 0 100px;
    }

    .page__simple_block.page__members_list .page__member {
        margin: 0 auto 32px;
        width: auto;
    }

    .page__simple_block.page__practices_list {
        padding: 130px 0 50px;
    }

    .page__simple_block.page__history {
        padding: 130px 0 64px;
    }
}

@media (min-width: 992px) {
    .page__simple_block.padding-250-50 {
        padding: 180px 0 50px;
    }
}

@media (min-width: 1200px) {
    .page__simple_block {
        padding: 150px 0;
    }

    .page__simple_block.page__subscribe_block {
        padding: 88px 0;
    }

    .page__simple_block.padding-250-50 {
        padding: 250px 0 50px;
    }

    .page__simple_block.padding-65-100 {
        padding: 65px 0 100px;
    }

    .page__simple_block.padding-130-80 {
        padding: 130px 0 80px;
    }

    .page__simple_block.padding-130-100 {
        padding: 130px 0 100px;
    }

    .page__simple_block.page__members {
        padding: 150px 0 100px;
    }

    .page__simple_block.page__history {
        padding: 150px 0;
    }

    .page__simple_block.page__members_list .page__member {
        margin: 0 0 50px;
        width: auto;
    }
}

.page__simple_block.bg__grey_light {
    background-color: #F9F5F2;
}

.page__simple_block.bg__grey_dark {
    background-color: #F5EFEB;
}

.page__simple_block.bg__green {
    background-color: #006C73;
}

.page__simple_block.bg__brown {
    background-color: #4D4038;
}

.page__simple_block p {
    margin-bottom: 30px;
}

.page__simple_block ul:not(.nav, .page__number_list),
.page__simple_block ol:not(.nav, .page__number_list) {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.page__simple_block ol:not(.nav, .page__number_list) > li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    text-align: left !important;
}

.page__simple_block ul:not(.nav, .page__number_list) li {
    margin-bottom: 0px;
    position: relative;
    text-align: left !important;
}

.page__simple_block ul:not(.nav, .page__number_list) li:last-child {
    margin-bottom: 30px;
}

.page__simple_block ol:not(.nav, .page__number_list) li:last-child {
    margin-bottom: 0;
}

.page__simple_block ol:not(.nav, .page__number_list) > li:last-child {
    margin-bottom: 30px;
}

.page__simple_block ul:not(.nav, .page__number_list) li:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 1px;
    content: "";
    background-color: #683818;
}

@media (min-width: 1200px) {
    .page__members_list .member-slider,
    .page__members_list .member-slider-block {
        margin-top: -180px;
    }
}

@media (min-width: 768px) {
    .about-margin {
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    .about-margin {
        margin-top: 130px;
    }
}

.right-margin-34 {
    margin-right: 34px;
}

@media (max-width: 767.98px) {
    .mb-50 {
        margin-bottom: 0;
    }

    .mb-100 {
        margin-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .mb-50 {
        margin-bottom: 50px;
    }

    .mb-100 {
        margin-bottom: 100px;
    }
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #f2f2f2;
}

@media (max-width: 1199.98px) {
    .hr {
        margin-bottom: 64px;
    }
}

@media (min-width: 1200px) {
    .hr {
        margin-bottom: 100px;
    }
}

.page__file {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 100px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .page__file {
        margin-bottom: -24px;
    }
}

.page__file .page__file_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2233%22%20height%3D%2224%22%20viewBox%3D%220%200%2033%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M21.43%2013.4c0-.3-.24-.54-.54-.54h-3.75v-5.9a.55.55%200%200%200-.53-.53h-3.22a.55.55%200%200%200-.53.53v5.9H9.1c-.3%200-.54.25-.54.53%200%20.14.05.29.15.39l5.9%205.9c.1.1.23.14.38.14.13%200%20.28-.05.39-.15l5.87-5.88c.1-.11.17-.25.17-.4zm10.71%203.74a6.43%206.43%200%200%201-6.43%206.43H7.5A7.5%207.5%200%200%201%204.32%209.3l-.03-.72a8.57%208.57%200%200%201%2016.5-3.25%204.3%204.3%200%200%201%206.38%205.56%206.44%206.44%200%200%201%204.97%206.26z%22%20fill%3D%22%23A59488%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.page__file .page__file_title {
    max-width: 174px;
    font-size: 20px;
    line-height: 22px;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    color: #A59488;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    font-style: italic;
}

.page__practices {
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 767.98px) {
    .page__practices h2 {
        margin-bottom: 48px;
    }

    .page__practices .order-lg-1 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .page__practices h2 {
        position: absolute;
        right: 15px;
        top: -8px;
        max-width: 32.3333%;
        text-align: left;
    }

    .page__practices .order-lg-1 {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .page__practices h2 {
        right: calc(8.3333% + 30px);
        top: -8px;
    }

    .page__practices .order-lg-1 {
        margin-bottom: 0;
    }
}

.page__number_list {
    clear: both;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1199.98px) {
    .page__number_list {
        padding-left: 26px;
    }
}

@media (min-width: 1200px) {
    .page__number_list {
        padding: 0 45px 0 26px;
    }
}

@media (min-width: 1300px) {
    .page__number_list {
        padding: 0 45px 0 0;
    }
}

.page__number_list li {
    position: relative;
    margin-bottom: 20px !important;
}

.page__number_list li:last-child {
    margin-bottom: 0 !important;
}

.page__number_list li span {
    position: absolute;
    left: -26px;
    width: 20px;
    font-size: 12px;
    line-height: 26px;
    color: #C7AA97;
}

.page__number_list li a {
    color: #4D4038;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .page__number_list li a:hover {
        color: #006C73;
    }
}

.page__list {
    list-style: none;
}

.page__list a {
    color: #4D4038;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .page__list a:hover {
        color: #006C73;
    }
}

.page__list li {
    margin-bottom: 20px !important;
}

.page__list li:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .margin-72 {
        margin-top: 20px;
    }

    .margin-144 {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .margin-72 {
        margin-top: 72px;
    }

    .margin-144 {
        margin-top: 144px;
    }
}

.page__history {
    background: url(/images/green_bg.png?8dd9f649cfbed0c3f12773544de1bbd6) no-repeat left bottom;
    background-size: 459px 413px;
    background-blend-mode: multiply;
}

.page__history h2 {
    color: white;
}

@media (max-width: 1199.98px) {
    .page__history h2 {
        text-align: center;
    }
}

.page__history_light {
    background: url(/images/green_bg.png?8dd9f649cfbed0c3f12773544de1bbd6) no-repeat left bottom;
    background-size: 459px 413px;
    background-blend-mode: multiply;
}

@media (max-width: 1199.98px) {
    .page__history_light.contacts_history {
        background-image: none;
    }
}

.contacts__nav {
    display: block;
}

@media (max-width: 991.98px) {
    .contacts__nav {
        min-width: 528px;
    }

    .contacts__nav a {
        white-space: nowrap;
    }
}

.contacts__nav a {
    font-size: 20px;
    line-height: 30px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    color: #955022;
    opacity: 0.6;
    text-decoration: none;
}

.contacts__nav a.active {
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .contacts__nav li {
        float: left;
        margin: 0 20px 10px 0;
    }
}

@media (min-width: 1200px) {
    .contacts__nav li {
        margin-bottom: 24px;
    }
}

.tab-pane p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .nav-wrap {
        overflow-x: auto;
    }
}

@media (max-width: 1199.98px) {
    .nav-wrap {
        margin-bottom: 30px;
    }
}

.page__awards h2 {
    margin: 0 0 32px;
}

.page__awards p {
    margin: 0 0 90px;
}

.page__awards img {
    mix-blend-mode: multiply;
}

@media (max-width: 1199.98px) {
    .page__awards .align-self-center {
        width: 33.3333%;
    }

    .page__awards img {
        display: block;
        max-width: 100%;
        margin: 0 auto 48px;
    }
}

/* General styles for all types of buttons */

.progress-button {
    position: relative;
    overflow: hidden;
}

.progress-button span {
    position: relative;
    z-index: 4;
    display: block;
}

.progress-button::after {
    position: absolute;
    z-index: 3;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
}

.progress-button::after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2214%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M17.7%202.8c0%20.2%200%20.5-.3.7l-9.7%209.7a1%201%200%200%201-1.5%200L.6%207.6a1%201%200%200%201%200-1.5l1.5-1.6a1%201%200%200%201%201.6%200L7%208%2014.3.5a1%201%200%200%201%201.6%200L17.4%202c.2.2.3.5.3.8z%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.progress-button.state-success span {
    opacity: 0;
}

.progress-button.state-success::after {
    opacity: 1;
}

.progress-button::before {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    overflow: hidden;
}

.progress-button.state-loading::before {
    -webkit-animation-name: scrolling;
    animation-name: scrolling;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: black;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    background: rgba(0, 0, 0, 0.5) !important;
}

@-webkit-keyframes scrolling {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes scrolling {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.shake {
    -webkit-animation: kf_shake 0.4s 1 linear;
    -moz-animation: kf_shake 0.4s 1 linear;
    -o-animation: kf_shake 0.4s 1 linear;
}

@-webkit-keyframes kf_shake {
    0% {
        -webkit-transform: translate(30px);
    }

    20% {
        -webkit-transform: translate(-30px);
    }

    40% {
        -webkit-transform: translate(15px);
    }

    60% {
        -webkit-transform: translate(-15px);
    }

    80% {
        -webkit-transform: translate(8px);
    }

    100% {
        -webkit-transform: translate(0px);
    }
}

.page__practice_block {
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .page__practice_block {
        padding-right: 25%;
    }
}

.page__practice_block h3 {
    margin-bottom: 12px;
    color: #683818;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
}

.page__practice_block p {
    font-size: 14px;
    line-height: 20px;
    color: #4D4038;
    opacity: 0.5;
}

.page__subscribe_block {
    background: url(/images/big_column.png?c9cfd7f14688fa69d11ab29043d2398a);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

@media (max-width: 1199.98px) {
    .page__subscribe_block {
        background-position: 0 40%;
    }
}

@media (min-width: 1200px) {
    .page__subscribe_block {
        background-position: calc(100% + 250px) 40%;
    }
}

.page__subscribe_block h2 {
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

.modal-header {
    padding: 40px 60px 20px;
    border: none;
}

.modal-header .close {
    position: relative;
    background: none;
    border: none;
    margin: 8px 0;
}

.modal-header .close span {
    display: none;
}

.modal-header .close:before,
.modal-header .close:after {
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    width: 15px;
    height: 1px;
    content: "";
    background-color: #4D4038;
}

.modal-header .close:before {
    transform: rotate(135deg);
}

.modal-header .close:after {
    transform: rotate(225deg);
}

.modal-body {
    padding: 20px 60px 20px;
}

.modal-footer {
    border: none;
    justify-content: flex-start;
    padding: 20px 60px 60px;
}

.modal-footer .messages {
    margin-left: 20px;
}

.modal-footer .messages .message {
    display: block;
    font-size: 18px;
}

.modal-footer .messages .message.error {
    color: #f00;
}

.modal-footer .messages .message.success {
    color: #0b8d3f;
}

.msgs {
    margin-left: 20px;
}

.msgs .msg {
    display: block;
    font-size: 18px;
}

.msgs .msg.error {
    color: #f00;
}

.msgs .msg.success {
    color: #0b8d3f;
}

.btn_subscribe {
    border: none;
    display: block;
    width: 220px;
    margin: 0 auto;
    padding: 0;
    background-color: #85CFCB;
    font-size: 20px;
    line-height: 60px;
    color: #4D4038;
    font-weight: 300;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

@media (min-width: 1200px) {
    .btn_subscribe:hover {
        color: white;
        background-color: #006C73;
    }
}

.styled-checkbox {
    display: inline-block;
    margin: 15px 20px 0 0;
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
}

.styled-checkbox [type=checkbox]:not(:checked),
.styled-checkbox [type=checkbox]:checked {
    position: absolute;
    left: -9999px;
}

.styled-checkbox [type=checkbox]:not(:checked) + label,
.styled-checkbox [type=checkbox]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-family: "Helvetica", Arial, sans-serif;
}

.styled-checkbox [type=checkbox]:not(:checked) + label:before,
.styled-checkbox [type=checkbox]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23C7AA97%22%20d%3D%22M.5.5h19v19H.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.styled-checkbox [type=checkbox]:not(:checked) + label:after,
.styled-checkbox [type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22%2385CFCB%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.54%206.52l-8.37%208.6-3.74-4.4%201.14-.97%202.68%203.14%207.21-7.41%201.08%201.04z%22%20fill%3D%22%234C4038%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.styled-checkbox [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
}

.styled-checkbox [type=checkbox]:checked + label:after {
    opacity: 1;
}

.subscribe__form input[type=text],
.subscribe__form input[type=email],
.subscribe_event__form input[type=text],
.subscribe_event__form input[type=email] {
    background-color: white;
    border: 1px solid #C7AA97;
    height: 50px;
    font-size: 18px;
    line-height: 36px;
    padding: 7px 16px;
    margin-bottom: 20px;
    color: #4D4038;
    font-weight: 300;
}

.subscribe__form input[type=text].is-invalid,
.subscribe__form input[type=email].is-invalid,
.subscribe_event__form input[type=text].is-invalid,
.subscribe_event__form input[type=email].is-invalid {
    border: 1px solid red;
}

.subscribe__form [type=submit],
.subscribe_event__form [type=submit] {
    border: none;
    width: 220px;
    padding: 0;
    background-color: #85CFCB;
    font-size: 20px;
    line-height: 60px;
    color: #4D4038;
    font-weight: 300;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

@media (min-width: 1200px) {
    .subscribe__form [type=submit]:hover,
    .subscribe_event__form [type=submit]:hover {
        color: white;
        background-color: #006C73;
    }
}

.page__first_block_video {
    position: relative;
    width: 100%;
    margin: 95px 0 -300px;
}

.page__first_block_video .before {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    content: "";
    background: #006C73 url(/images/slider_bg.png?69d1f62aefef128c3be678de9f75eb0b) no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
}

.page__first_block_video img {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
}

.page__first_block_video .page__video_link {
    position: absolute;
    z-index: 3;
    display: block;
    text-decoration: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page__first_block_video .page__video_link:before {
    position: absolute;
    z-index: 4;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M40%2080a40%2040%200%201%201%200-80%2040%2040%200%200%201%200%2080zm-4.35-49.57V51.3l15.73-10.43-15.73-10.44z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.page__first_block_video .page__video_link:after {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.2;
    background-color: black;
}

.page__first_block_statistic {
    position: relative;
}

@media (max-width: 767.98px) {
    .page__first_block_statistic {
        margin: 32px 0 -30px -30px;
    }
}

@media (min-width: 768px) {
    .page__first_block_statistic {
        margin: 32px 0 -90px -30px;
    }
}

@media (min-width: 1200px) {
    .page__first_block_statistic {
        margin: 95px 0 -300px;
        width: 100%;
    }
}

.page__first_block_statistic .before {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    content: "";
    background: #006C73 url(/images/big_column.png?c9cfd7f14688fa69d11ab29043d2398a) no-repeat calc(50% - 30px) calc(50% - 30px);
    background-blend-mode: multiply;
}

.page__first_block_statistic .page__statistic_item {
    position: relative;
    z-index: 2;
    background: #EFA561 url(/images/big_column.png?c9cfd7f14688fa69d11ab29043d2398a) no-repeat center center;
    background-blend-mode: multiply;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .page__first_block_statistic .page__statistic_item {
        padding: 24px 32px 32px;
    }
}

@media (min-width: 1200px) {
    .page__first_block_statistic .page__statistic_item {
        padding: 44px 56px 74px;
    }
}

.page__first_block_statistic .number {
    display: block;
    color: white;
    margin-bottom: 8px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .page__first_block_statistic .number {
        font-size: 60px;
        line-height: 72px;
    }
}

@media (min-width: 1200px) {
    .page__first_block_statistic .number {
        font-size: 80px;
        line-height: 82px;
    }
}

.page__first_block_statistic p {
    color: white;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

@media (max-width: 1199.98px) {
    .page__first_block_statistic p {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -1px;
    }
}

@media (min-width: 1200px) {
    .page__first_block_statistic p {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1px;
    }
}

.video__item {
    margin-bottom: 50px;
}

.video__item .video__item_image {
    display: block;
    position: relative;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.video__item .video__item_image:before {
    position: absolute;
    z-index: 3;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M30%2060a30%2030%200%201%201%200-60%2030%2030%200%200%201%200%2060zm-3.26-37.17v15.65l11.8-7.83-11.8-7.82z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.video__item .video__item_image:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.2;
    background-color: black;
}

.video__item .video__item_desc {
    padding: 24px 56px 0 16px;
    font-size: 18px;
    line-height: 26px;
    color: #4D4038;
}

@media (max-width: 767.98px) {
    .video__item .video__item_desc {
        padding: 24px 0 0;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .video-slider .video__item {
        width: 260px;
    }

    .video-slider .video__item .video__item_desc {
        padding: 24px 0 0;
        font-size: 16px;
    }
}

.page__testimonials h2 {
    margin-bottom: 64px;
}

.testimonials-item p {
    color: #4D4038;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

@media (max-width: 1199.98px) {
    .testimonials-item p {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 1200px) {
    .testimonials-item p {
        font-size: 28px;
        line-height: 34px;
    }
}

.testimonials-item span {
    display: block;
    color: #4D4038;
    font-weight: 300;
}

.page__services h2 {
    color: white;
}

@media (max-width: 1199.98px) {
    .page__services h2 {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .page__services h2 {
        margin-bottom: 40px;
    }
}

.toggle-block {
    border-bottom: 1px solid rgba(133, 207, 255, 0.15);
    position: relative;
}

.toggle-block:first-child {
    border-top: none;
}

.toggle-block .toggle-button {
    position: relative;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    color: #85CFCB;
    transition: color 0.25s ease-in-out;
}

.toggle-block .toggle-button span {
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .toggle-block .toggle-button {
        margin: 40px 0 40px 20px;
        font-size: 18px;
        line-height: 26px;
    }

    .toggle-block .toggle-button:before {
        top: 11px;
        left: -28px;
        width: 16px;
        height: 1px;
    }

    .toggle-block .toggle-button:after {
        top: 3px;
        left: -20px;
        width: 1px;
        height: 16px;
    }
}

@media (min-width: 1200px) {
    .toggle-block .toggle-button {
        margin: 40px 100px;
        font-size: 24px;
        line-height: 30px;
    }

    .toggle-block .toggle-button:before {
        top: 14px;
        left: -60px;
        width: 25px;
        height: 1px;
    }

    .toggle-block .toggle-button:after {
        top: 2px;
        left: -48px;
        width: 1px;
        height: 25px;
    }
}

.toggle-block .toggle-button.open-toggle {
    color: white;
}

.toggle-block .toggle-button.open-toggle:after {
    display: none;
}

.toggle-block .toggle-button:before,
.toggle-block .toggle-button:after {
    position: absolute;
    content: "";
    background-color: #85CFCB;
}

.toggle-block .toggle-panel {
    display: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.toggle-block .toggle-panel a {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .toggle-block .toggle-panel {
        padding: 0 0 40px 20px;
    }
}

@media (min-width: 1200px) {
    .toggle-block .toggle-panel {
        padding: 0 100px 40px 100px;
    }
}

.toggle-block .toggle-panel p {
    margin-bottom: 10px;
}

.toggle-block .toggle-panel img {
    display: block;
    max-width: 100%;
}

.toggle-block .toggle-panel *:last-child {
    margin-bottom: 0;
}

.toggle-block .toggle-panel ul,
.toggle-block .toggle-panel ol {
    padding: 0;
    list-style: none;
}

.toggle-block .toggle-panel ul li,
.toggle-block .toggle-panel ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-align: left !important;
}

.toggle-block .toggle-panel ul li:last-child,
.toggle-block .toggle-panel ol li:last-child {
    margin: 0;
}

.toggle-block .toggle-panel ul li:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 1px;
    content: "";
    background-color: white;
}

.index-2 {
    position: relative;
    z-index: 2;
}

.press__brown_block {
    position: relative;
    background-color: #4D4038;
}

@media (max-width: 1199.98px) {
    .press__brown_block.no-margin {
        margin: 0 -30px 50px;
    }
}

@media (min-width: 1200px) {
    .press__brown_block.no-margin {
        margin: -164px 0 50px;
    }
}

@media (max-width: 991.98px) {
    .press__brown_block {
        padding: 64px 30px 24px;
        margin: 0 -30px 64px;
    }
}

@media (min-width: 992px) {
    .press__brown_block {
        padding: 32px 30px 0;
        margin: -320px 0 -30px -30px;
    }

    .press__brown_block .before {
        position: absolute;
        z-index: -1;
        top: 30px;
        left: 30px;
        width: 100%;
        height: 100%;
        content: "";
        background: #006C73 url(/images/big_column.png?c9cfd7f14688fa69d11ab29043d2398a) no-repeat center center;
        background-blend-mode: multiply;
    }
}

@media (min-width: 1200px) {
    .press__brown_block {
        margin: -470px 0 0 0;
        padding: 64px 56px 0;
    }
}

.press__brown_block .article__item a {
    color: white;
    font-size: 25px;
    line-height: 30px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 1200px) {
    .press__brown_block .article__item a:hover {
        color: #cccccc;
    }
}

.press__brown_block .article__item .article__item_meta {
    margin-top: 24px;
}

.press__brown_block .article__item .article__item_meta time {
    color: white;
    font-size: 18px;
}

.page__contacts {
    margin-bottom: 50px;
}

.page__contacts p {
    margin: 0;
}

.page__map_block {
    position: relative;
    background-color: #4D4038;
}

.page__map_block iframe {
    display: block;
}

.page__map_block .before {
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    content: "";
    background: #006C73 url(/images/slider_bg.png?69d1f62aefef128c3be678de9f75eb0b) no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
}

@media (max-width: 1199.98px) {
    .page__map_block {
        margin: 0 -30px;
    }

    .page__map_block .before {
        display: none;
    }
}

#map {
    width: 100%;
    height: 500px;
}

.international_member {
    position: relative;
    z-index: 3;
    margin-top: -270px;
}

@media (max-width: 767.98px) {
    .international_block .col-12 {
        margin-bottom: 48px;
    }

    .international_block .col-12:last-child {
        margin-bottom: 0;
    }

    .international_block h2 {
        margin-bottom: 48px;
    }

    .international_member {
        margin: 0 -30px;
        padding: 48px 30px 28px;
        background-color: #F5EFEB;
    }

    .international_member .page__member {
        width: auto;
        max-width: none;
        margin: 0;
    }

    .international_member .page__member .page__member_image {
        float: left;
        width: 104px;
    }

    .international_member .page__member .page__member_name,
    .international_member .page__member .page__member_about {
        margin-left: 124px;
    }

    .international_member .page__member .block__contacts {
        clear: both;
        margin: 24px 0 0;
    }

    .international_member .page__member .block__contacts a {
        background-color: white;
    }
}

.lawyer_desc_block.hidden-desc {
    position: relative;
    height: 308px;
    padding-bottom: 5px;
    overflow: hidden;
}

.lawyer_desc_block.hidden-desc:before {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #F9F5F2 80%, #F9F5F2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#faf9f9", GradientType=0);
}

.lawyer_desc_block.hidden-desc .show-hidden-desc {
    visibility: visible;
}

.lawyer_desc_block .show-hidden-desc {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    bottom: -2px;
    color: #955022;
    left: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .page__home .page__simple_block.padding-130-80 .row:nth-child(3) .page__block_title,
    .page__home .page__simple_block.padding-130-80 .row:nth-child(4) .page__block_title {
        margin-top: 48px;
    }
}

.page__home_first_block {
    position: relative;
}

@media (max-width: 1199.98px) {
    .page__home_first_block {
        margin-top: -160px;
        padding: 160px 0 56px;
    }
}

@media (min-width: 1200px) {
    .page__home_first_block {
        margin-top: -290px;
        padding: 315px 0 215px;
    }
}

.page__home_first_block .container {
    position: relative;
    z-index: 3;
}

.page__home_first_block:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #F9F5F2;
}

@media (max-width: 1199.98px) {
    .page__home_first_block:before {
        left: 25%;
    }
}

@media (min-width: 1200px) {
    .page__home_first_block:before {
        left: calc(50% - 290px);
    }
}

.page__home_first_block:after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: url(/images/first_bg.png?6f62c0864bdcf637ca0a3a825be7a829) no-repeat right bottom;
    background-size: 459px 800px;
}

@media (max-width: 767.98px) {
    .page__home_first_block:after {
        background-size: 402px 700px;
    }
}

@media (max-width: 400px) {
    .page__home_first_block:after {
        background-size: 100%;
    }
}

.page__home_slider {
    position: relative;
}

@media (max-width: 1199.98px) {
    .page__home_slider {
        margin: 0 0 0 -30px;
    }
}

@media (min-width: 1200px) {
    .page__home_slider {
        margin: 0 20px 0 -50px;
    }
}

.page__home_slider .before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #006C73 url(/images/big_column.png?c9cfd7f14688fa69d11ab29043d2398a) no-repeat 50% 60%;
    background-blend-mode: multiply;
}

@media (max-width: 1199.98px) {
    .page__home_slider .before {
        top: 30px;
        left: 30px;
    }
}

@media (min-width: 1200px) {
    .page__home_slider .before {
        top: 50px;
        left: 50px;
    }
}

.page__home_slider_content {
    margin-top: 80px;
}

.page__home_slider_content h1 {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .page__home_slider_content h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 768px) {
    .page__home_slider_content h1 {
        width: 75%;
        font-size: 42px;
        line-height: 50px;
    }
}

@media (min-width: 1200px) {
    .page__home_slider_content h1 {
        width: 100%;
    }
}

.page__home_slider_content p {
    font-size: 18px;
    line-height: 26px;
    color: #4D4038;
}

@media (max-width: 1199.98px) {
    .page__home_slider_content .swiper-pagination {
        position: relative;
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .page__home_slider_content .swiper-pagination {
        position: absolute;
        text-align: center;
        top: -58px;
        left: 0;
        right: 0;
    }

    .page__home_slider_content .swiper-pagination .swiper-pagination-bullet {
        background: white;
    }
}

@media (min-width: 992px) {
    .page__home_slider_content .swiper-pagination {
        margin-top: 88px;
    }
}

@media (max-width: 1199.98px) {
    .page__home_news_block {
        padding: 80px 0 0;
    }
}

@media (min-width: 1200px) {
    .page__home_news_block {
        padding: 48px 0 0;
    }
}

.page__home_events {
    position: relative;
}

@media (max-width: 1199.98px) {
    .page__home_events {
        padding: 80px 0 0;
    }
}

@media (min-width: 1200px) {
    .page__home_events {
        padding: 116px 0 0;
    }

    .page__home_events .container,
    .page__home_events .col-12 {
        position: unset;
    }
}

@media (max-width: 767.98px) {
    .page__home_events .block_shadow {
        padding: 32px 0 32px;
    }

    .page__home_events .block_shadow h2 {
        margin-top: 32px;
    }
}

@media (min-width: 768px) {
    .page__home_events .block_shadow {
        padding: 80px 0 60px;
    }

    .page__home_events .block_shadow .h-2nd {
        margin-top: -30px;
    }
}

@media (min-width: 1200px) {
    .page__home_events .block_shadow {
        padding: 0 0 60px;
    }

    .page__home_events .block_shadow .h-2nd {
        margin-top: 0;
    }
}

.page__home_events .block_shadow > h2,
.page__home_events .block_shadow > .row {
    z-index: 2;
    position: relative;
}

.page__home_events .block_shadow:before {
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.05;
    background-color: #006C73;
}

@media (max-width: 767.98px) {
    .page__home_events .block_shadow:before {
        top: 0;
        left: -15px;
        right: -15px;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .page__home_events .block_shadow:before {
        top: 0;
        left: -15px;
        right: 15px;
        bottom: 0;
    }
}

@media (min-width: 1200px) {
    .page__home_events .block_shadow:before {
        top: 0;
        left: 0;
        right: calc(50% - 200px);
        bottom: 0;
    }
}

.page__events_last_column {
    padding-bottom: 32px;
}

@media (max-width: 767.98px) {
    .page__events_last_column h2 {
        margin: 0 0 48px;
    }
}

@media (min-width: 768px) {
    .page__events_last_column h2 {
        margin: 160px 0 48px;
    }
}

@media (min-width: 1200px) {
    .page__events_last_column h2 {
        margin: 160px 0 48px;
    }
}

@media (max-width: 767.98px) {
    .page__video_block {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .page__video_block {
        margin: -108px 30px 0 0;
    }

    .page__video_block h2 {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .page__video_block {
        margin: 0 30px -110px 0;
    }

    .page__video_block h2 {
        margin-right: 20px;
    }
}

.page__video_block .page__video_item {
    position: relative;
    background-image: url(/images/column.png?237fca278944b25214805e5412289a6f);
    background-repeat: no-repeat;
    background-position: center bottom;
}

@media (max-width: 767.98px) {
    .page__video_block .page__video_item {
        margin: 0 -30px;
        height: 350px;
        background-size: 491px 350px;
    }
}

@media (min-width: 768px) {
    .page__video_block .page__video_item {
        height: 254px;
        margin: 0 -30px 0 30px;
        background-size: 322px 254px;
    }
}

@media (min-width: 1200px) {
    .page__video_block .page__video_item {
        margin: -30px 80px 0 -30px;
        height: 350px;
        background-size: 491px 350px;
    }
}

.page__video_block .page__video_link {
    position: absolute;
    display: block;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .page__video_block .page__video_link {
        top: 60px;
        right: 30px;
        bottom: 0;
        left: 30px;
    }
}

@media (min-width: 768px) {
    .page__video_block .page__video_link {
        top: 39px;
        right: 0;
        bottom: 0;
        left: 30px;
    }
}

@media (min-width: 1200px) {
    .page__video_block .page__video_link {
        top: 70px;
        right: -48px;
        bottom: 0;
        left: 100px;
    }
}

.page__video_block .page__video_link .before {
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.1;
    background: #955022;
}

.page__video_block .page__video_link:after {
    position: absolute;
    z-index: 3;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M40%2080a40%2040%200%201%201%200-80%2040%2040%200%200%201%200%2080zm-4.35-49.57V51.3l15.73-10.43-15.73-10.44z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.page__video_block .page__video_link span {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.page__video_block .page__video_link span:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: #EFA561;
}

.page__video_block .page__video_link span:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    content: "";
    background-image: url(/images/column.png?237fca278944b25214805e5412289a6f);
    background-color: #EFA561;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

@media (max-width: 767.98px) {
    .page__video_block .page__video_link span:after {
        background-position: 50% bottom;
        background-size: 491px 350px;
    }
}

@media (min-width: 768px) {
    .page__video_block .page__video_link span:after {
        background-position: calc(50% - 15px) bottom;
        background-size: 322px 254px;
    }
}

@media (min-width: 1200px) {
    .page__video_block .page__video_link span:after {
        background-position: calc(50% - 74px) bottom;
        background-size: 491px 350px;
    }
}

.page__member {
    max-width: 260px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .page__member {
        width: 260px;
    }
}

@media (min-width: 1200px) {
    .page__member:hover .page__member_image {
        box-shadow: 30px 30px 0 0 rgba(0, 0, 0, 0.1);
    }
}

.page__member .page__member_image {
    margin: 0 0 32px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.page__member .page__member_image img {
    display: block;
    width: 100%;
    margin: 0;
}

.page__member .page__member_name {
    margin: 0 30px 24px;
    color: #006C73;
    font-size: 20px;
    line-height: 20px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
}

.page__member .page__member_name a {
    color: #006C73;
    text-decoration: none;
}

.page__member .page__member_about {
    margin: 0 30px;
    font-size: 14px;
    line-height: 20px;
    color: #4D4038;
}

.page__member .block__contacts {
    margin: 24px 20px 0 30px;
}

.page__member .block__contacts.right-0 {
    margin-right: 0;
}

.member__desc {
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1199.98px) {
    .member__desc {
        margin: 20px 0;
    }
}

@media (min-width: 1200px) {
    .member__desc {
        margin: 20px 0 -48px;
    }
}

.member__block {
    position: relative;
}

@media (max-width: 767.98px) {
    .member__block {
        margin: -30px 0 0 0;
    }
}

@media (min-width: 768px) {
    .member__block {
        margin: -300px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .member__block {
        margin: -300px 0 0 0;
    }

    .member__block .block__contacts {
        position: absolute;
        left: calc(100% + 60px);
        top: 260px;
    }
}

.member__block .member__image {
    position: relative;
}

@media (max-width: 767.98px) {
    .member__block .member__image {
        width: calc(100% + 30px);
        margin: 0 0 72px -30px;
    }
}

@media (min-width: 768px) {
    .member__block .member__image {
        margin: 0 0 72px -30px;
        width: calc(100% + 30px);
    }
}

@media (min-width: 1200px) {
    .member__block .member__image {
        margin: 0 0 120px -30px;
        width: 100%;
    }
}

.member__block .member__image .before {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    content: "";
    background: #006C73 url(/images/slider_bg.png?69d1f62aefef128c3be678de9f75eb0b) no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
}

.member__block .member__image img {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
}

.member__awards img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .member__awards {
        margin-bottom: -30px;
    }
}

.member__awards > div {
    margin-bottom: 30px;
    opacity: 0.5;
}

.hidden-block {
    display: none;
}

@media (min-width: 768px) {
    .hidden-block.show-desktop {
        display: block;
    }
}

.show-more {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .show-more.no-desktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .show-more:hover {
        text-decoration: underline;
    }
}

.block__contacts {
    font-size: 0;
    letter-spacing: -0.36em;
}

@media (max-width: 991.98px) {
    .block__contacts {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .block__contacts.vertical {
        width: 50px;
        float: right;
    }

    .block__contacts.vertical a {
        margin: 0 0 20px;
    }
}

.block__contacts.grey a {
    background-color: #F9F5F2;
}

.block__contacts a {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    width: 50px;
    height: 50px;
    margin: 0 20px 20px 0;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
}

.block__contacts a:hover .member__contact_hint {
    visibility: visible;
    opacity: 1;
}

.block__contacts a .member__contact_hint {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    padding: 8px 15px;
    min-width: 140px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: white;
    white-space: nowrap;
    background-color: #006C73;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.block__contacts a .member__contact_hint:before {
    position: absolute;
    left: calc(50% - 7px);
    bottom: -7px;
    content: "";
    border-top: 7px solid #006C73;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.block__contacts a.facebook {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M9.99%201v2.94H8.24c-1.38%200-1.63.66-1.63%201.6v2.11h3.27l-.44%203.3H6.61v8.48H3.19v-8.47H.35v-3.3h2.84V5.21C3.2%202.4%204.92.86%207.44.86%208.65.86%209.7.95%2010%20.99z%22%20fill%3D%22%23C7AA97%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.block__contacts a.twitter {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2215%22%20viewBox%3D%220%200%2018%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M17.8%202.41c-.5.71-1.11%201.35-1.81%201.86v.47C16%209.51%2012.38%2015%205.75%2015%203.7%2015%201.8%2014.4.21%2013.38a7.45%207.45%200%200%200%205.34-1.5%203.61%203.61%200%200%201-3.37-2.5%203.81%203.81%200%200%200%201.63-.07A3.6%203.6%200%200%201%20.92%205.79v-.04c.48.26%201.04.43%201.63.45a3.6%203.6%200%200%201-1.12-4.82%2010.25%2010.25%200%200%200%207.44%203.78%203.6%203.6%200%200%201%206.15-3.3A7.1%207.1%200%200%200%2017.3.98a3.6%203.6%200%200%201-1.58%201.99%207.23%207.23%200%200%200%202.07-.56z%22%20fill%3D%22%23C7AA97%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.block__contacts a.linkedin {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M4.03%2018H.296V5.982H4.03V18zM2.16%204.343C.968%204.343%200%203.355%200%202.161a2.161%202.161%200%20114.322%200c0%201.194-.968%202.182-2.16%202.182zM17.996%2018h-3.724v-5.85c0-1.394-.028-3.182-1.94-3.182-1.94%200-2.238%201.514-2.238%203.081V18H6.367V5.982h3.579v1.64h.052c.498-.945%201.715-1.941%203.53-1.941%203.778%200%204.472%202.487%204.472%205.718V18h-.004z%22%20fill%3D%22%23C7AA97%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.block__contacts a.email {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M17.23.53c.2.15.3.37.26.61l-2.43%2014.57a.6.6%200%200%201-.6.5.65.65%200%200%201-.22-.04l-4.3-1.76-2.3%202.8a.59.59%200%200%201-.46.22c-.07%200-.14-.01-.21-.04a.6.6%200%200%201-.4-.57v-3.3l8.2-10.06-10.14%208.78L.88%2010.7A.6.6%200%200%201%20.8%209.62L16.6.52c.1-.06.2-.1.3-.1a.6.6%200%200%201%20.34.11z%22%20fill%3D%22%23C7AA97%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.block__contacts a.card {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M15%2015.86c0-.4-.32-.72-.71-.72-.4%200-.72.33-.72.72%200%20.39.33.71.72.71.39%200%20.71-.32.71-.71zm2.86%200c0-.4-.33-.72-.72-.72-.39%200-.71.33-.71.72%200%20.39.32.71.71.71.4%200%20.72-.32.72-.71zm1.43-2.5v3.57c0%20.59-.48%201.07-1.08%201.07H1.8c-.6%200-1.08-.48-1.08-1.07v-3.57c0-.6.48-1.07%201.08-1.07h5.19l1.5%201.51a2.16%202.16%200%200%200%203.04%200l1.52-1.51h5.17c.6%200%201.08.48%201.08%201.07zM15.66%207a.7.7%200%200%201-.16.78l-5%205a.68.68%200%200%201-.5.21.68.68%200%200%201-.5-.21l-5-5A.7.7%200%200%201%204.34%207%20.72.72%200%200%201%205%206.57h2.86v-5c0-.39.32-.71.71-.71h2.86c.39%200%20.71.32.71.71v5H15c.29%200%20.55.18.66.44z%22%20fill%3D%22%23C7AA97%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

@media (min-width: 992px) {
    .member-slider {
        margin-top: -78px;
    }

    .member-slider .swiper-wrapper {
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        box-sizing: border-box;
    }
}

.swiper-container img {
    display: block;
    width: 100%;
}

.swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    background: #4D4038;
    margin: 0 20px 0 0;
    opacity: 1;
    border-radius: 3px;
    transition: 0.25s ease-in-out;
}

.swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
}

.swiper-pagination-bullet-active {
    width: 20px;
}

.swiper-pagination {
    z-index: 2;
}

.swiper-wrapper {
    min-height: 100%;
}

.swiper-wrapper .swiper-slide {
    height: auto !important;
}

.video-slider {
    width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .video-slider .swiper-wrapper {
        box-sizing: border-box;
        flex-wrap: wrap;
    }
}

.member-slider {
    width: 100%;
    margin-bottom: 50px;
}

.simple-swiper {
    margin-top: 40px;
}

@media (max-width: 1199.98px) {
    .simple-swiper {
        margin-left: -20px;
    }
}

@media (max-width: 1199.98px) {
    .simple-swiper.member-simple-swiper {
        margin: 10px 0 0;
    }
}

@media (min-width: 1200px) {
    .simple-swiper.member-simple-swiper {
        margin-top: 100px;
    }
}

.simple-swiper.member-simple-swiper .simple-swiper-pagination .swiper-pagination-bullet {
    background: #683818;
}

.simple-swiper .swiper-wrapper {
    counter-reset: myCounter;
}

.simple-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    height: auto !important;
    background-color: white;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #4D4038;
}

@media (max-width: 1199.98px) {
    .simple-swiper .swiper-wrapper .swiper-slide {
        padding: 32px 48px 48px 32px;
    }
}

@media (min-width: 1200px) {
    .simple-swiper .swiper-wrapper .swiper-slide {
        padding: 50px 80px 40px 50px;
    }
}

.simple-swiper .swiper-wrapper .swiper-slide:before {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 0 30px 0 0;
    font-size: 90px;
    line-height: 92px;
    letter-spacing: -3px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    color: #F4EDE8;
    counter-increment: myCounter;
    content: counter(myCounter);
}

.simple-swiper .swiper-wrapper .swiper-slide .history-block {
    position: relative;
    z-index: 2;
}

.simple-swiper .simple-swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.simple-swiper .simple-swiper-pagination .swiper-pagination-bullet {
    background: #85CFCB;
}

.testimonials-swiper .swiper-pagination-bullets {
    position: relative;
    margin-top: 60px;
}

.swiper-history-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 0 15px;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 50px;
    line-height: 60px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    color: #85CFCB;
    opacity: 0.12;
}

@media (max-width: 991.98px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 7px;
    }
}

@media (min-width: 992px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -6px;
}

.hide-swiper-years {
    overflow: hidden;
    margin-bottom: 45px;
}

.hide-swiper-years .swiper-slide {
    cursor: pointer;
}

.swiper-years {
    padding-bottom: 10px;
}

@media (max-width: 767.98px) {
    .swiper-years {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .swiper-years {
        margin-top: 40px;
    }
}

.swiper-years .line {
    position: absolute;
    z-index: 1;
    bottom: 12px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #85CFCB;
}

.swiper-years:before,
.swiper-years:after {
    position: absolute;
    z-index: 2;
    bottom: 2px;
    width: 12px;
    height: 21px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
}

.swiper-years:before {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2221%22%20viewBox%3D%220%200%2012%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11%201L1%2010.5L11%2020%22%20stroke%3D%22%2385CFCB%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.swiper-years:after {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2221%22%20viewBox%3D%220%200%2012%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%201L11%2010.5L1%2020%22%20stroke%3D%22%2385CFCB%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.swiper-years .swiper-slide {
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    color: #85CFCB;
    padding-bottom: 45px;
    text-align: center;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767.98px) {
    .swiper-years .swiper-slide {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .swiper-years .swiper-slide {
        font-size: 24px;
        line-height: 30px;
    }
}

.swiper-years .swiper-slide:before {
    position: absolute;
    left: calc(50% - 5px);
    bottom: -3px;
    width: 11px;
    height: 11px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%225.5%22%20cy%3D%225.5%22%20r%3D%225%22%20fill%3D%22%23006C73%22%20stroke%3D%22%2385CFCB%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.swiper-years .swiper-slide.swiper-slide-active {
    color: white;
}

@media (max-width: 767.98px) {
    .swiper-years .swiper-slide.swiper-slide-active {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .swiper-years .swiper-slide.swiper-slide-active {
        font-size: 30px;
        line-height: 30px;
    }
}

.swiper-years .swiper-slide.swiper-slide-active:before {
    left: calc(50% - 11px);
    bottom: -8px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20fill%3D%22%23006C73%22%20stroke%3D%22%23fff%22%2F%3E%0A%20%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%226.37%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.swiper-history .swiper-slide {
    font-size: 18px;
}

.swiper-history > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.swiper-history > .swiper-wrapper > .swiper-slide-active {
    opacity: 1 !important;
}

.first_history_block,
.second_history_block {
    font-size: 14px;
    line-height: 16px;
}

.first_history_block h3,
.second_history_block h3 {
    letter-spacing: normal;
    margin-bottom: 20px;
}

.first_history_block p,
.second_history_block p {
    margin-bottom: 15px;
}

.first_history_block p:last-child,
.second_history_block p:last-child {
    margin-bottom: 0;
}

.first_history_block {
    color: white;
}

@media (max-width: 991.98px) {
    .first_history_block {
        padding-top: 25px;
    }
}

.first_history_block h3 {
    color: white;
}

.second_history_block {
    color: #85CFCB;
}

.second_history_block h3 {
    color: #85CFCB;
}

.swiper-history-h .swiper-wrapper {
    counter-reset: myCounter;
}

.swiper-history-h .swiper-wrapper .swiper-slide {
    position: relative;
    height: auto !important;
    background-color: white;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #4D4038;
}

@media (max-width: 1199.98px) {
    .swiper-history-h .swiper-wrapper .swiper-slide {
        padding: 32px 48px 48px 32px;
        min-height: 278px;
    }
}

@media (min-width: 1200px) {
    .swiper-history-h .swiper-wrapper .swiper-slide {
        padding: 50px 80px 40px 50px;
        min-height: 358px;
    }
}

.swiper-history-h .swiper-wrapper .swiper-slide:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    font-size: 90px;
    line-height: 92px;
    letter-spacing: -3px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    color: #F4EDE8;
    counter-increment: myCounter;
    content: counter(myCounter);
}

.swiper-history-h .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .swiper-history-h .swiper-pagination {
        text-align: right;
    }
}

.swiper-history-h .swiper-pagination .swiper-pagination-bullet {
    background: #85CFCB;
}

@media (max-width: 991.98px) {
    .article__item {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .article__item {
        padding-right: 20px;
        margin-bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .article__item {
        padding-right: 40px;
    }
}

.article__item.small_item {
    padding-right: 32px;
}

.article__item > a {
    display: inline-block;
    color: #4D4038;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .article__item > a:hover {
        color: #006C73;
    }
}

.article__item .article__item_meta {
    margin-top: 16px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.article__item .article__item_meta.blue-green-time time {
    color: #006C73;
}

.article__item .article__item_meta time,
.article__item .article__item_meta a {
    display: inline-block;
    opacity: 0.6;
}

.article__item .article__item_meta time {
    color: #955022;
}

.article__item .article__item_meta a {
    color: #006C73;
    margin-left: 10px;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .article__item .article__item_meta a:hover {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .page__home_news_block .article__item {
        padding-right: 16px;
    }

    .page__home_news_block .article__item > a {
        font-size: 18px;
        line-height: 26px;
    }
}

.page__pagination {
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.page__pagination ul {
    font-size: 0;
    letter-spacing: -0.36em;
}

.page__pagination .page-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    width: 24px;
    height: 24px;
}

.page__pagination .page-item span svg path {
    stroke: #D1C3B9;
}

.page__pagination .page-item svg {
    display: block;
}

.page__pagination .page-item svg path {
    transition: fill 0.25s ease-in-out;
}

@media (max-width: 1199.98px) {
    .page__pagination .page-item {
        margin: 0 4px;
    }
}

@media (min-width: 1200px) {
    .page__pagination .page-item {
        margin: 0 12px;
    }
}

.page__pagination .page-item.active {
    color: white;
    border-radius: 50%;
    background-color: #4D4038;
}

.page__pagination .page-item a {
    display: block;
    width: 24px;
    height: 24px;
    color: inherit;
    text-decoration: none;
}

.page__pagination .page-item a:hover {
    color: #006C73;
}

.article__inner_block p {
    margin-bottom: 30px;
}

.article__inner_block p a {
    text-decoration: underline;
}

.article__inner_block h1,
.article__inner_block h2,
.article__inner_block h3,
.article__inner_block h4,
.article__inner_block h5,
.article__inner_block h6,
.article__inner_block .h1,
.article__inner_block .h2,
.article__inner_block .h3,
.article__inner_block .h4,
.article__inner_block .h5,
.article__inner_block .h6 {
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    letter-spacing: 0;
}

.article__inner_block img {
    display: block;
    height: auto;
}

@media (max-width: 1199.98px) {
    .article__inner_block img {
        margin: 30px -30px;
        width: calc(100% + 60px);
    }
}

@media (min-width: 1200px) {
    .article__inner_block img {
        margin: 30px 0;
        width: 100%;
    }
}

.article__inner_block ul,
.article__inner_block ol {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.article__inner_block ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-align: left !important;
}

.article__inner_block ol > li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    text-align: left !important;
}

.article__inner_block ul li:last-child,
.article__inner_block ol li:last-child {
    margin: 0;
}

.article__inner_block ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 1px;
    content: "";
    background-color: #4D4038;
}

.article__inner_block ol {
    counter-reset: myCounter;
}

.article__inner_block ol > li:before {
    position: absolute;
    left: 0;
    width: 18px;
    top: 0;
    text-align: right;
    counter-increment: myCounter;
    content: counter(myCounter) ".";
}

.article__inner_block blockquote {
    padding-left: 30px;
    font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 1.3;
    font-style: italic;
}

@media (max-width: 991.98px) {
    .block__contacts {
        margin: 18px 0 44px;
    }

    .article__member {
        margin: 0 -30px;
        padding: 48px 30px 28px;
        background-color: #F9F5F2;
    }

    .article__member .page__member {
        max-width: none;
        margin: 0 auto;
    }

    .article__member .page__member .page__member_image {
        float: left;
        width: 104px;
    }

    .article__member .page__member .page__member_name,
    .article__member .page__member .page__member_about {
        margin-left: 124px;
    }

    .article__member .page__member .block__contacts {
        clear: both;
        margin: 24px 0 0;
    }

    .article__member .page__member .block__contacts a {
        background-color: white;
    }
}

@media (min-width: 992px) {
    .article__member {
        margin-top: -180px;
    }
}



.page__404 {
    position: relative;
}
.page__404 .container{
    position: relative;
    z-index: 3;
}

.page__404 p {
    margin-bottom: 40px;
}






@media (min-width: 768px) {
    .page__404:before {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        background-color: #F9F5F2;
    }

    .page__404 h1 {
        font-size: 128px;
        line-height: 148px;
    }

}

@media (max-width: 1199.98px) {
    .page__404 {
        margin-top: -160px;
        padding: 160px 0 56px;
    }
    .page__404:before {
        left: 25%;
    }
}
@media (min-width: 1200px) {
    .page__404 {
        margin-top: -290px;
        padding: 400px 0 200px;
    }
    .page__404:before {
        left: calc(50% - 290px)
    }
}

@media (max-width: 767.98px) {
    .page__404 {
        background-color: #F9F5F2;
        margin-top: 0;
        padding: 64px 0;
    }

    .page__404 h1 {
        font-size: 90px;
        line-height: 100px;
        margin-bottom: 32px;
    }

}


.btn_error {
    border: none;
    display: block;
    width: 200px;
    padding: 0;
    background-color: #85CFCB;
    font-size: 20px;
    line-height: 60px;
    color: #4D4038;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

@media (min-width: 1200px) {
    .btn_error:hover {
        color: white;
        background-color: #006C73;
    }
}
