.stretched-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

button, .button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.d-flex-cc,
.d-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-size: 18px;
    line-height: 1.8;
}
@media only screen and (max-width: 766px) {
    body {
        font-size: 16px;
    }
}

.text--28 {
    font-size: 28px;
    line-height: 1.39;
}
@media only screen and (max-width: 766px) {
    .text--28 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.text--24 {
    font-size: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 766px) {
    .text--24 {
        font-size: 18px;
        line-height: 1.83;
    }
}

.text--20 {
    font-size: 20px;
    line-height: 1.6;
}
@media only screen and (max-width: 766px) {
    .text--20 {
        font-size: 18px;
    }
}

.text--18 {
    font-size: 18px;
    line-height: 1.8;
}
@media only screen and (max-width: 766px) {
    .text--18 {
        font-size: 16px;
    }
}

.text--16 {
    font-size: 16px;
    line-height: 1.5;
}

.text--14 {
    font-size: 14px;
    line-height: 1.79;
}

.text--12 {
    font-size: 12px;
}

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

*,
*::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;
    text-align: left;
}

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

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 {
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
    text-decoration: none;
}

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

pre,
code,
kbd,
samp {
    font-family: 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: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

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

select {
    word-wrap: normal;
    text-transform: none;
}

input {
    overflow: visible;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 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;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }

    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

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

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

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

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

    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 767px) {
    .text-sm-center {
        text-align: center;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

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

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

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

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

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

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

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

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

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

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1171px) {
    .text-lg-center {
        text-align: center;
    }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

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

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

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

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

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-center {
        text-align: center;
    }

    .text-xl-left {
        text-align: left;
    }

    .text-xl-right {
        text-align: right;
    }

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

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

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

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

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(var(--cols, auto), minmax(0, 1fr));
}

.grid-auto > div {
    grid-row: 1;
}

@media (min-width: 320px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 16px);
    }

    .container {
        max-width: calc(100% - 32px);
        padding: 0 8px;
    }

    .grid-item-xs-0 {
        display: none;
    }

    .grid-xs-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr));
    }

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

    .grid-item-xs-1 {
        grid-column-start: span var(--span, 1);
    }

    .grid-xs-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr));
    }

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

    .grid-item-xs-2 {
        grid-column-start: span var(--span, 2);
    }

    .grid-xs-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr));
    }

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

    .grid-item-xs-3 {
        grid-column-start: span var(--span, 3);
    }

    .grid-xs-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    }

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

    .grid-item-xs-4 {
        grid-column-start: span var(--span, 4);
    }

    .grid-xs-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
    }

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

    .grid-item-xs-5 {
        grid-column-start: span var(--span, 5);
    }

    .grid-xs-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr));
    }

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

    .grid-item-xs-6 {
        grid-column-start: span var(--span, 6);
    }

    .grid-xs-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr));
    }

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

    .grid-item-xs-7 {
        grid-column-start: span var(--span, 7);
    }

    .grid-xs-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr));
    }

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

    .grid-item-xs-8 {
        grid-column-start: span var(--span, 8);
    }

    .grid-xs-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr));
    }

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

    .grid-item-xs-9 {
        grid-column-start: span var(--span, 9);
    }

    .grid-xs-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr));
    }

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

    .grid-item-xs-10 {
        grid-column-start: span var(--span, 10);
    }

    .grid-xs-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr));
    }

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

    .grid-item-xs-11 {
        grid-column-start: span var(--span, 11);
    }

    .grid-xs-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr));
    }

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

    .grid-item-xs-12 {
        grid-column-start: span var(--span, 12);
    }

    .grid-xs-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr));
    }

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

    .align-items-xs-end {
        align-items: end;
    }

    .align-items-xs-center {
        align-items: center;
    }
}
@media (min-width: 767px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 20px);
    }

    .container {
        max-width: 728px;
        padding: 0 10px;
    }

    .grid-item-sm-0 {
        display: none;
    }

    .grid-sm-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr));
    }

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

    .grid-item-sm-1 {
        grid-column-start: span var(--span, 1);
    }

    .grid-sm-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr));
    }

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

    .grid-item-sm-2 {
        grid-column-start: span var(--span, 2);
    }

    .grid-sm-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr));
    }

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

    .grid-item-sm-3 {
        grid-column-start: span var(--span, 3);
    }

    .grid-sm-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    }

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

    .grid-item-sm-4 {
        grid-column-start: span var(--span, 4);
    }

    .grid-sm-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
    }

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

    .grid-item-sm-5 {
        grid-column-start: span var(--span, 5);
    }

    .grid-sm-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr));
    }

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

    .grid-item-sm-6 {
        grid-column-start: span var(--span, 6);
    }

    .grid-sm-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr));
    }

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

    .grid-item-sm-7 {
        grid-column-start: span var(--span, 7);
    }

    .grid-sm-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr));
    }

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

    .grid-item-sm-8 {
        grid-column-start: span var(--span, 8);
    }

    .grid-sm-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr));
    }

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

    .grid-item-sm-9 {
        grid-column-start: span var(--span, 9);
    }

    .grid-sm-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr));
    }

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

    .grid-item-sm-10 {
        grid-column-start: span var(--span, 10);
    }

    .grid-sm-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr));
    }

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

    .grid-item-sm-11 {
        grid-column-start: span var(--span, 11);
    }

    .grid-sm-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr));
    }

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

    .grid-item-sm-12 {
        grid-column-start: span var(--span, 12);
    }

    .grid-sm-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr));
    }

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

    .align-items-sm-end {
        align-items: end;
    }

    .align-items-sm-center {
        align-items: center;
    }
}
@media (min-width: 1023px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 20px);
    }

    .container {
        max-width: 840px;
        padding: 0 10px;
    }

    .grid-item-md-0 {
        display: none;
    }

    .grid-md-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr));
    }

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

    .grid-item-md-1 {
        grid-column-start: span var(--span, 1);
    }

    .grid-md-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr));
    }

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

    .grid-item-md-2 {
        grid-column-start: span var(--span, 2);
    }

    .grid-md-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr));
    }

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

    .grid-item-md-3 {
        grid-column-start: span var(--span, 3);
    }

    .grid-md-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    }

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

    .grid-item-md-4 {
        grid-column-start: span var(--span, 4);
    }

    .grid-md-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
    }

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

    .grid-item-md-5 {
        grid-column-start: span var(--span, 5);
    }

    .grid-md-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr));
    }

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

    .grid-item-md-6 {
        grid-column-start: span var(--span, 6);
    }

    .grid-md-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr));
    }

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

    .grid-item-md-7 {
        grid-column-start: span var(--span, 7);
    }

    .grid-md-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr));
    }

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

    .grid-item-md-8 {
        grid-column-start: span var(--span, 8);
    }

    .grid-md-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr));
    }

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

    .grid-item-md-9 {
        grid-column-start: span var(--span, 9);
    }

    .grid-md-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr));
    }

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

    .grid-item-md-10 {
        grid-column-start: span var(--span, 10);
    }

    .grid-md-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr));
    }

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

    .grid-item-md-11 {
        grid-column-start: span var(--span, 11);
    }

    .grid-md-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr));
    }

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

    .grid-item-md-12 {
        grid-column-start: span var(--span, 12);
    }

    .grid-md-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr));
    }

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

    .align-items-md-end {
        align-items: end;
    }

    .align-items-md-center {
        align-items: center;
    }
}
@media (min-width: 1171px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 30px);
    }

    .container {
        max-width: 840px;
        padding: 0 15px;
    }

    .grid-item-lg-0 {
        display: none;
    }

    .grid-lg-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr));
    }

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

    .grid-item-lg-1 {
        grid-column-start: span var(--span, 1);
    }

    .grid-lg-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr));
    }

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

    .grid-item-lg-2 {
        grid-column-start: span var(--span, 2);
    }

    .grid-lg-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr));
    }

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

    .grid-item-lg-3 {
        grid-column-start: span var(--span, 3);
    }

    .grid-lg-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    }

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

    .grid-item-lg-4 {
        grid-column-start: span var(--span, 4);
    }

    .grid-lg-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
    }

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

    .grid-item-lg-5 {
        grid-column-start: span var(--span, 5);
    }

    .grid-lg-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr));
    }

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

    .grid-item-lg-6 {
        grid-column-start: span var(--span, 6);
    }

    .grid-lg-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr));
    }

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

    .grid-item-lg-7 {
        grid-column-start: span var(--span, 7);
    }

    .grid-lg-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr));
    }

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

    .grid-item-lg-8 {
        grid-column-start: span var(--span, 8);
    }

    .grid-lg-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr));
    }

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

    .grid-item-lg-9 {
        grid-column-start: span var(--span, 9);
    }

    .grid-lg-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr));
    }

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

    .grid-item-lg-10 {
        grid-column-start: span var(--span, 10);
    }

    .grid-lg-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr));
    }

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

    .grid-item-lg-11 {
        grid-column-start: span var(--span, 11);
    }

    .grid-lg-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr));
    }

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

    .grid-item-lg-12 {
        grid-column-start: span var(--span, 12);
    }

    .grid-lg-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr));
    }

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

    .align-items-lg-end {
        align-items: end;
    }

    .align-items-lg-center {
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .grid {
        grid-gap: var(--gap_y, 0) var(--gap_x, 30px);
    }

    .container {
        max-width: 840px;
        padding: 0 15px;
    }

    .grid-item-xl-0 {
        display: none;
    }

    .grid-xl-0 {
        grid-template-columns: repeat(var(--cols, 0), minmax(0, 1fr));
    }

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

    .grid-item-xl-1 {
        grid-column-start: span var(--span, 1);
    }

    .grid-xl-1 {
        grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr));
    }

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

    .grid-item-xl-2 {
        grid-column-start: span var(--span, 2);
    }

    .grid-xl-2 {
        grid-template-columns: repeat(var(--cols, 2), minmax(0, 1fr));
    }

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

    .grid-item-xl-3 {
        grid-column-start: span var(--span, 3);
    }

    .grid-xl-3 {
        grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    }

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

    .grid-item-xl-4 {
        grid-column-start: span var(--span, 4);
    }

    .grid-xl-4 {
        grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
    }

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

    .grid-item-xl-5 {
        grid-column-start: span var(--span, 5);
    }

    .grid-xl-5 {
        grid-template-columns: repeat(var(--cols, 5), minmax(0, 1fr));
    }

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

    .grid-item-xl-6 {
        grid-column-start: span var(--span, 6);
    }

    .grid-xl-6 {
        grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr));
    }

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

    .grid-item-xl-7 {
        grid-column-start: span var(--span, 7);
    }

    .grid-xl-7 {
        grid-template-columns: repeat(var(--cols, 7), minmax(0, 1fr));
    }

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

    .grid-item-xl-8 {
        grid-column-start: span var(--span, 8);
    }

    .grid-xl-8 {
        grid-template-columns: repeat(var(--cols, 8), minmax(0, 1fr));
    }

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

    .grid-item-xl-9 {
        grid-column-start: span var(--span, 9);
    }

    .grid-xl-9 {
        grid-template-columns: repeat(var(--cols, 9), minmax(0, 1fr));
    }

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

    .grid-item-xl-10 {
        grid-column-start: span var(--span, 10);
    }

    .grid-xl-10 {
        grid-template-columns: repeat(var(--cols, 10), minmax(0, 1fr));
    }

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

    .grid-item-xl-11 {
        grid-column-start: span var(--span, 11);
    }

    .grid-xl-11 {
        grid-template-columns: repeat(var(--cols, 11), minmax(0, 1fr));
    }

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

    .grid-item-xl-12 {
        grid-column-start: span var(--span, 12);
    }

    .grid-xl-12 {
        grid-template-columns: repeat(var(--cols, 12), minmax(0, 1fr));
    }

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

    .align-items-xl-end {
        align-items: end;
    }

    .align-items-xl-center {
        align-items: center;
    }
}
/* stylelint-disable */
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

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

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* 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));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
     --swiper-navigation-color: var(--swiper-theme-color);
     */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
     --swiper-pagination-color: var(--swiper-theme-color);
     */
}

.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: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.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: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-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-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #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%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
     --swiper-preloader-color: var(--swiper-theme-color);
     */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
/* 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: 0;
    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;
}

/* stylelint-enable */
/* stylelint-disable */
@font-face {
    font-family: "lg";
    src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
    background-color: transparent;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: medium none;
    border: none;
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../images/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../images/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../images/lightgallery/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../images/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../images/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906";
}

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
    content: "\e900";
}

.lg-rotate-right:after {
    content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
    font-size: 26px;
}

.lg-flip-hor:after {
    content: "\e902";
}

.lg-flip-ver:after {
    content: "\e903";
}

.lg-group {
    *zoom: 1;
}

.lg-group:before,
.lg-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.lg-group:after {
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("../images/lightgallery/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-outer .lg-thumb {
    margin: 0 auto;
}

/* stylelint-enable */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

@font-face {
    font-family: "Camel";
    src: url("../fonts/Winston-Bold.woff2") format("woff2"), url("../fonts/Winston-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Camel Sans";
    src: url("../fonts/Winston-Medium.woff2") format("woff2"), url("../fonts/Winston-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Camel Sans";
    src: url("../fonts/Winston-Bold.woff2") format("woff2"), url("../fonts/Winston-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Camel Sans";
    src: url("../fonts/Winston-Thin.woff2") format("woff2"), url("../fonts/Winston-Thin.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}

.blue-bg {
    background-color: #091c2e;
    color: #fff;
}

.card {
    position: relative;
    box-shadow: 0 0 16px rgba(9, 28, 46, 0.16);
    border-radius: 2px;
    background-color: #fff;
}

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

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

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

.text--white {
    color: #fff;
}
.text--gray {
    color: #616575;
}
.text--bold {
    font-weight: 700;
}
.text--uppercase {
    text-transform: uppercase;
}

.font-secondary {
    font-family: "Camel", sans-serif;
}

.stretched-link::before {
    z-index: 3;
}

@media only screen and (max-width: 766px) {
    .hidden-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .hidden-tablet-p {
        display: none;
    }
}

.visible-mobile {
    display: none;
}
@media only screen and (max-width: 766px) {
    .visible-mobile {
        display: block;
    }
}
.visible-tablet-p {
    display: none;
}
@media only screen and (max-width: 1023px) {
    .visible-tablet-p {
        display: block;
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #000;
    color: #fff;
}

body {
    color: #000;
    font-family: "Camel Sans", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    align-items: flex-start;
    background-color: #2a8fc1;
    /* stylelint-disable-next-line */
}
body.is-open-menu, body.noscroll {
    overflow: hidden;
}
@media only screen and (min-width: 1023px) {
    body.is-open-menu, body.noscroll {
        overflow: auto;
    }
}
body.is-open-modal {
    overflow: hidden;
}

.noselect,
.noselect * {
    user-select: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

/* stylelint-disable-next-line */
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

:focus {
    outline: none;
}

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

figure img {
    margin: 0;
}

figcaption,
.wp-caption {
    color: #616575;
    font-size: 13px;
    padding-top: 12px;
    line-height: 1.2;
}
@media only screen and (max-width: 766px) {
    figcaption,
.wp-caption {
        font-size: 12px;
        padding-top: 10px;
    }
}

.sc-general {
    width: 100%;
    position: relative;
}

.swiper-container:not(.swiper-container-initialized) .swiper-pagination,
.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important;
}

form select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input:invalid {
    outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
    display: none;
}

main {
    width: 100%;
    flex: 1 0 auto;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

/* stylelint-disable */
.camel-game {
    width: 100%;
    padding: 48px 0;
    display: flex;
    align-items: center;
    flex: 1;
    display: none;
}
@media only screen and (max-width: 1023px) {
    .camel-game {
        align-items: start;
        padding-bottom: 20px;
    }
}
.camel-game.is-visible .camel-game__content {
    opacity: 1;
}
.screen-1-active .camel-game.screen-1 {
    display: flex;
}
.screen-2-active .camel-game.screen-2 {
    display: flex;
}
.screen-3-active .camel-game.screen-3 {
    display: flex;
}
.screen-4-active .camel-game.screen-4 {
    display: flex;
}
.screen-5-active .camel-game.screen-5 {
    display: flex;
}
.screen-6-active .camel-game.screen-6 {
    display: flex;
}
@media only screen and (max-width: 1023px) {
    .camel-game.screen-6 {
        align-items: center;
    }
}
.camel-game.screen-6 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Camel", sans-serif;
}
@media only screen and (max-width: 766px) {
    .camel-game.screen-6 .title {
        flex-direction: column;
    }
}
.camel-game.screen-6 .title img {
    margin-left: 68px;
}
@media only screen and (max-width: 766px) {
    .camel-game.screen-6 .title img {
        margin-left: 0;
        margin-top: 20px;
    }
}
.camel-game__content {
    transition: 0.2s ease;
    opacity: 0;
}
.camel-game__inner {
    display: grid;
    grid-template-columns: 188px 1fr;
    grid-gap: 92px;
    align-items: start;
    position: relative;
}
@media only screen and (max-width: 1171px) {
    .camel-game__inner {
        grid-template-columns: 160px 1fr;
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1023px) {
    .camel-game__inner {
        grid-template-columns: 120px 1fr;
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 766px) {
    .camel-game__inner {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
}
@media only screen and (max-width: 766px) {
    .camel-game__logo {
        width: 80px;
    }
}
.camel-game .title {
    color: #fcd902;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    font-size: 59px;
    font-weight: 700;
    line-height: 1.32;
    margin-bottom: 48px;
    font-family: "Camel", sans-serif;
}
@media only screen and (max-width: 1171px) {
    .camel-game .title {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1023px) {
    .camel-game .title {
        font-size: 44px;
    }
}
@media only screen and (max-width: 766px) {
    .camel-game .title {
        font-size: 36px;
        margin-bottom: 20px;
    }
}
.camel-game__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-bottom: 48px;
}
@media only screen and (max-width: 766px) {
    .camel-game__cards {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-bottom: 20px;
    }
}
.camel-game__card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    width: 100%;
    padding-bottom: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.camel-game__canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.camel-game__text {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    padding: 0 12px;
    text-align: center;
}
@media only screen and (max-width: 1023px) {
    .camel-game__text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 766px) {
    .camel-game__text {
        font-size: 16px;
    }
}
.camel-game__text a {
    text-decoration: underline;
}
.camel-game__text span {
    color: #fcd902;
    font-size: 27px;
    font-weight: 700;
    display: block;
    font-style: normal;
}
.camel-game__footer {
    position: relative;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    width: 100%;
}
.camel-game__footer-container {
    width: 100%;
    max-width: 840px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 0 40px 280px;
}
@media only screen and (max-width: 1171px) {
    .camel-game__footer-container {
        padding: 40px 0 40px 200px;
    }
}
@media only screen and (max-width: 1023px) {
    .camel-game__footer-container {
        padding: 40px 0 40px 160px;
        max-width: 728px;
    }
}
@media only screen and (max-width: 766px) {
    .camel-game__footer-container {
        position: relative;
        padding: 40px 20px 20px 20px;
    }
}
.camel-game__footer-link {
    color: #fff;
    font-size: 16px;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .camel-game__footer-link {
        font-size: 14px;
    }
}
.camel-game__footer-link:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: 0.2s ease;
}
.camel-game__footer-link:hover:after {
    width: 100%;
}
.camel-game__btn {
    display: block;
    background-color: #fcd902;
    color: #10a8d5;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    line-height: normal;
    padding: 18px 28px;
    margin-top: 28px;
    transition: 0.3s ease;
}
.camel-game__btn:hover {
    background-color: #fff;
}
@media only screen and (max-width: 1023px) {
    .camel-game__btn {
        font-size: 18px;
        padding: 12px 16px;
    }
}
.camel-game__btn.blue {
    color: #fcd902;
    background-color: #10a8d5;
    width: auto;
    margin: 0 auto;
    margin-top: 28px;
    min-width: 280px;
}
.camel-game__btn.blue:hover {
    background-color: #fff;
    color: #10a8d5;
}
.camel-game .form-module__form {
    width: calc(100% + 90px);
    position: relative;
    left: -70px;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form {
        left: auto;
        width: 100%;
    }
}
.camel-game .form-module__form .mod-input {
    position: relative;
}
.camel-game .form-module__form .mod-input.is-failed .error-message {
    display: block;
}
.camel-game .form-module__form .mod-input.is-focused .mod-input__label {
    font-size: 10px;
    padding-left: 12px;
    transform: translate(16px, -3px);
}
.camel-game .form-module__form .mod-input__label {
    display: block;
    color: #15375A;
    margin: 0;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 2px;
    padding-left: 12px;
    letter-spacing: 0.36px;
    transform: translate(16px, 7px);
    pointer-events: none;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form .mod-input__label {
        font-size: 16px;
    }
}
.camel-game .form-module__form .mod-input__field {
    width: 100%;
    height: 50px;
    outline: none;
    padding: 0 28px;
    border: none;
    color: #15375a;
    font-size: 18px;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form .mod-input__field {
        font-size: 16px;
    }
}
.camel-game .form-module__form .mod-input__field.input-validation-failed {
    border: 2px solid red;
}
.camel-game .form-module__form .checkbox {
    margin-top: 40px;
    position: relative;
}
.camel-game .form-module__form .checkbox.is-failed .checkbox-text {
    color: red;
}
.camel-game .form-module__form .checkbox.is-failed .checkmark {
    border-color: red;
}
.camel-game .form-module__form .checkbox__label {
    color: #0e3087;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 1.33;
    position: relative;
    padding-left: 48px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form .checkbox__label {
        padding-left: 32px;
    }
}
.camel-game .form-module__form .checkbox__label:before {
    content: "";
    width: 27px;
    height: 27px;
    border: 4px solid #15375a;
    position: absolute;
    top: 4px;
    left: 0;
    pointer-events: none;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form .checkbox__label:before {
        width: 24px;
        height: 24px;
        border-width: 2px;
    }
}
.camel-game .form-module__form .checkbox__label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 27px;
    height: 27px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2315375a' d='M4.429 10.127L.23 5.929a.646.646 0 0 1 0-.913l.913-.914a.646.646 0 0 1 .914 0L4.886 6.93 10.942.873a.646.646 0 0 1 .914 0l.913.914a.646.646 0 0 1 0 .913l-7.427 7.427a.646.646 0 0 1-.913 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/12px;
    opacity: 0;
    transition: 0.2s ease;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form .checkbox__label:after {
        top: 4px;
        left: 0;
        width: 24px;
        height: 24px;
    }
}
.camel-game .form-module__form .checkbox__label a {
    text-decoration: underline;
}
.camel-game .form-module__form .checkbox__label .error-message {
    margin-top: 8px;
}
.camel-game .form-module__form .checkbox__label.checkbox-validation-failed:before {
    border-color: red;
}
.camel-game .form-module__form .checkbox__label.checkbox-validation-failed .error-message {
    display: block;
}
.camel-game .form-module__form .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.camel-game .form-module__form .checkbox input:checked ~ .checkbox__label:after {
    opacity: 1;
}
.camel-game .form-module__form .error-message {
    color: red;
    font-weight: 600;
    font-size: 12px;
    display: none;
}
.camel-game .form-module__title {
    background-color: #fcd902;
    color: #10a8d5;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 28px 16px;
    line-height: 1.39;
    margin: 0 auto;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__title {
        max-width: 100%;
        padding: 20px 12px;
        font-size: 16px;
    }
}
.camel-game .form-module__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form-row {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
}
.camel-game .form-module__form-row--full-width {
    grid-template-columns: 1fr;
}
.camel-game .form-module__form-row + .form-module__form-row {
    margin-top: 12px;
}
.camel-game .form-module__form-row-postal-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}
@media only screen and (max-width: 766px) {
    .camel-game .form-module__form-row-postal-input {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
}

.step-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1135px;
    height: 864px;
    pointer-events: none;
    transform: translate(19%, 10%);
    transition: 0.8s ease;
    opacity: 0;
}
@media only screen and (max-width: 1171px) {
    .step-bg {
        transform: translate(11%, 4%);
    }
}
@media only screen and (max-width: 1023px) {
    .step-bg {
        width: 992px;
        height: 752px;
        bottom: auto;
        transform: translate(1%, 12%);
    }
}
@media only screen and (max-width: 766px) {
    .step-bg {
        transform: translate(-18%, 14%);
    }
}
.step-bg img {
    width: 100%;
}

.step-bg-2 {
    width: 1363px;
    height: 905px;
    transform: translate(7%, 6%);
}
@media only screen and (max-width: 1171px) {
    .step-bg-2 {
        transform: translate(-6%, 3%);
    }
}
@media only screen and (max-width: 1023px) {
    .step-bg-2 {
        width: 1398px;
        height: 855px;
        bottom: auto;
        transform: translate(-11%, 4%);
    }
}
@media only screen and (max-width: 766px) {
    .step-bg-2 {
        transform: translate(-25%, 1%);
    }
}

.step-bg-3 {
    width: 1435px;
    height: 1077px;
    transform: translate(12%, 8%);
}
@media only screen and (max-width: 1171px) {
    .step-bg-3 {
        transform: translate(-6%, 3%);
    }
}
@media only screen and (max-width: 1023px) {
    .step-bg-3 {
        width: 1315px;
        height: 897px;
        bottom: auto;
        transform: translate(-16%, 3%);
    }
}
@media only screen and (max-width: 766px) {
    .step-bg-3 {
        transform: translate(-25%, 1%);
    }
}

.step-bg-4 {
    width: 1260px;
    height: 1077px;
    transform: translate(26%, 1%);
}
@media only screen and (max-width: 1171px) {
    .step-bg-4 {
        transform: translate(8%, 1%);
    }
}
@media only screen and (max-width: 1023px) {
    .step-bg-4 {
        width: 1060px;
        height: 1004px;
        bottom: auto;
        transform: translate(2%, -4%);
    }
}
@media only screen and (max-width: 766px) {
    .step-bg-4 {
        transform: translate(-11%, 1%);
    }
}

.step-bg-5 {
    width: 1435px;
    height: 1077px;
    transform: translate(11%, 20%);
}
@media only screen and (max-width: 1171px) {
    .step-bg-5 {
        transform: translate(-2%, 18%);
    }
}
@media only screen and (max-width: 1023px) {
    .step-bg-5 {
        width: 1334px;
        height: 1004px;
        bottom: auto;
        transform: translate(-13%, 11%);
    }
}
@media only screen and (max-width: 766px) {
    .step-bg-5 {
        transform: translate(-30%, 11%);
    }
}

.step-bg-6 {
    width: 1435px;
    height: 1077px;
    transform: translate(7%, 8%);
}
@media only screen and (max-width: 1171px) {
    .step-bg-6 {
        transform: translate(-6%, 6%);
    }
}
@media only screen and (max-width: 1023px) {
    .step-bg-6 {
        width: 1334px;
        height: 1004px;
        bottom: auto;
        transform: translate(-13%, 11%);
    }
}
@media only screen and (max-width: 766px) {
    .step-bg-6 {
        transform: translate(-30%, -7%);
    }
}
/*
.modal {
    width: calc(100% - 24px);
    max-width: 500px;
    background-color: #fff;
    position: relative;
    margin: auto;
    max-height: calc(100% - 48px);
    overflow: hidden;
    padding: 24px 40px;
    overflow: auto;
}
@media only screen and (max-width: 766px) {
    .modal {
        padding: 20px;
    }
}
.modal__close {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    cursor: pointer;
    background: #2a8fc1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") no-repeat center/24px;
}
@media only screen and (max-width: 766px) {
    .modal__close {
        top: 20px;
        right: 20px;
        height: 28px;
        width: 28px;
        background-size: 20px;
    }
}
.modal__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
}
.is-open-modal .modal__wrapper {
    opacity: 1;
    pointer-events: auto;
}
.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal__text {
    font-size: 18px;
}
@media only screen and (max-width: 1023px) {
    .modal__text {
        font-size: 16px;
    }
}
.modal__title {
    color: #fcd902;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.32;
    margin-bottom: 28px;
    width: calc(100% - 20px);
}
@media only screen and (max-width: 1023px) {
    .modal__title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 766px) {
    .modal__title {
        font-size: 24px;
        width: calc(100% - 28px);
    }
}
*/

.screen-1-active .step-bg-1 {
    opacity: 1;
}

.step-bg-1.active, .step-bg-2.active, .step-bg-3.active, .step-bg-4.active, .step-bg-5.active, .step-bg-6.active {
    opacity: 1;
}

.screen-2-active .step-bg-2 {
    opacity: 1;
}

.screen-3-active .step-bg-3 {
    opacity: 1;
}

.screen-4-active .step-bg-4 {
    opacity: 1;
}

.screen-5-active .step-bg-5 {
    opacity: 1;
}

.screen-6-active .step-bg-6 {
    opacity: 1;
}

/* stylelint-enable */
/*# sourceMappingURL=bundle.css.map */
