#mask {
    /* display: none; */
}
.ps {
    -ms-overflow-style: none;
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    bottom: 0;
    height: 15px
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear
}

.ps__rail-y {
    right: 0;
    width: 15px
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    background-color: transparent;
    display: block
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    bottom: 2px;
    height: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    right: 2px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif:  "Noto Sans";
    --font-family-monospace:  "Noto Sans"
}

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

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

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

body {
    background-color: #fff;
    color: #212529;
    font-family:  Noto Sans;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

code,
kbd,
pre,
samp {
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: 87.5%
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    color: #212529;
    display: block;
    font-size: 87.5%
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #212529
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    appearance: none
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle
}

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

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

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

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

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

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

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

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

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

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

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

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

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

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

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

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

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

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

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

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

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

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

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

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

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

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

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

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

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

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

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

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

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

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

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

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

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

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #007bff
}

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

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

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

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

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

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

.btn-link:hover {
    color: #0056b3
}

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

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

.btn-group-lg>.btn,
.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #007bff;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1.5rem
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    color-adjust: exact;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    border-radius: .5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem
}

.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(.25rem + 2px);
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: calc(1rem - 4px)
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-range {
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #007bff;
    color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/html/static/css/"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(/html/static/css/"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    float: left;
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    border-radius: .25rem;
    display: flex;
    list-style: none;
    padding-left: 25%
}

.pagination a, .pagination li { 
    padding: 0 5px; 
    /*height: 28px; */
    /*line-height: 30px;    */
    display: inline-block;  
    /*background: #ddd; */
    /*color: #666;  */
    margin: 0 3px;  
    /*font-size: 14px;*/
}
.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #007bff;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

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

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #0062cc;
    color: #fff
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    outline: 0
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    outline: 0
}

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

a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff
}

a.badge-success.focus,
a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: 0
}

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

a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

a.badge-info.focus,
a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}

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

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}

a.badge-warning.focus,
a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}

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

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff
}

a.badge-danger.focus,
a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    outline: 0
}

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

a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

a.badge-light.focus,
a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    outline: 0
}

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

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    outline: 0
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem;
    line-height: 0
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #007bff;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    align-items: flex-start;
    display: flex
}

.media-body {
    flex: 1
}

.list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    background-color: #b8daff;
    color: #004085
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #9fcdff;
    color: #004085
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #004085;
    border-color: #004085;
    color: #fff
}

.list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #383d41
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
    color: #fff
}

.list-group-item-success {
    background-color: #c3e6cb;
    color: #155724
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #155724
}

.list-group-item-success.list-group-item-action.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460
}

.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff
}

.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #856404
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff
}

.list-group-item-danger {
    background-color: #f5c6cb;
    color: #721c24
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #721c24
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #721c24;
    border-color: #721c24;
    color: #fff
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #818182
}

.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff
}

.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family:  Noto Sans;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: Noto Sans;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover,
.popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after,
.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: .5rem .75rem
}

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

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

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

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

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

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

.carousel-indicators .active {
    opacity: 1
}

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

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: Noto Sans !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit
    }
}

.only-kiosk {
    visibility: hidden
}

html.kiosk .only-kiosk {
    visibility: visible
}

html.kiosk .no-kiosk {
    visibility: hidden
}

html.kiosk .no-kiosk-block {
    display: none !important
}

html.kiosk .no-kiosk-links a {
    border-bottom: none !important;
    cursor: default;
    pointer-events: none;
    text-decoration: none !important
}

@media (min-width:1146px) {
    html.kiosk .kiosk-no-click {
        pointer-events: none
    }
}

.hero-media {
    height: 100vh;
    overflow: hidden;
    position: relative
}

.hero-media.hero-media--exclude {
    height: calc(100vh - 65px)
}

.hero-media.hero-media--exclude-full {
    height: 100vh
}

.hero-media .hero-media--wrapper {
    height: 100%;
    position: absolute;
    width: 100%
}

.hero-media .hero-media--wrapper .hero-media--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.hero-media .hero-media--wrapper.hero-media--mobile {
    display: block
}

@media (min-width:769px) {
    .hero-media .hero-media--wrapper.hero-media--mobile {
        display: none
    }
}

.hero-media .hero-media--wrapper.hero-media--desktop {
    display: none
}

@media (min-width:769px) {
    .hero-media .hero-media--wrapper.hero-media--desktop {
        display: block
    }
}

.hero-media .hero-media--wrapper.hero-media--all {
    display: block
}

.hero-media .hero-media--video {
    height: calc(100vh - 65px);
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    width: 100%
}

.hero-media .hero-media--video:after {
    background-color: rgba(0, 0, 0, .2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-media .hero-media--video video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.hero-media .hero-media--title {
    bottom: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 0;
    padding: 50px;
    position: absolute;
    z-index: 1
}

@media (max-width:667px) {
    .hero-media .hero-media--title {
        font-size: 40px;
        padding: 25px
    }
}

@media (orientation:landscape) and (max-width:900px) {
    .hero-media .hero-media--title {
        font-size: 42px
    }
}

.hero-media .hero-media--subtitle {
    background-color: #082d7b;
    bottom: 25px;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    left: -50px;
    padding: 14px 25px 14px 50px;
    position: relative;
    z-index: 1
}

.hero-media .hero-media--subtitle.black {
    background-color: #000;
    padding: 14px 45px 14px 100px
}

@media (max-width:667px) {
    .hero-media .hero-media--subtitle {
        font-size: 22px;
        left: -25px;
        padding: 14px 25px
    }

    .hero-media .hero-media--subtitle.black {
        padding: 14px 25px 14px 50px
    }
}

@media (orientation:landscape) and (max-width:900px) {
    .hero-media .hero-media--subtitle {
        font-size: 25px
    }
}

.hero-media:after {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
    bottom: -30px;
    content: "";
    height: 30vh;
    left: 0;
    position: absolute;
    width: 100%
}

@media (max-width:667px) {
    .hero-media:after {
        bottom: 0;
        height: 20%
    }
}

.error-page .hero-media--desktop {
    display: none
}

@media (min-width:576px) {
    .error-page .hero-media--desktop {
        display: block
    }
}

.error-page .hero-media--desktop .hero-media--image {
    background-position: 0
}

.error-page.hero-media:after {
    display: none
}

@media (min-width:1145px) {
    #cookie-info .container {
        max-width: 1146px;
        padding-left: 30px;
        padding-right: 30px
    }
}

#cookie-info .container .row {
    align-items: center;
    margin-left: 0;
    margin-right: 0
}

#cookie-info .container .row div {
    padding: 25px 30px
}

@media screen and (min-width:668px) and (max-width:1144px) {
    #cookie-info .container .row div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px
    }
}

@media screen and (max-width:667px) {
    #cookie-info .container .row div {
        padding: 20px 10px
    }
}

#cookie-info .container .row div.center-content {
    margin-right: -1px
}

@media screen and (min-width:668px) and (max-width:1144px) {
    #cookie-info .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:667px) {
    #cookie-info .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

.footer {
    background: #082d7b;
    color: #e6e8e7
}

@media (min-width:1920px) {

    .footer>.container-fluid,
    .footer>.container-lg,
    .footer>.container-md,
    .footer>.container-sm,
    .footer>.container-xl {
        max-width: 1920px
    }
}

.footer .footer__menu {
    padding-bottom: 50px;
    padding-top: 50px
}

@media (max-width:576px) {
    .footer .footer__menu {
        border-bottom: 1px solid #494948
    }
}

@media (max-width:667px) {
    .footer .footer__menu {
        padding-bottom: 20px;
        padding-top: 30px
    }
}

@media (min-width:1200px) {
    .footer .footer__menu img {
        max-width: 300px
    }
}

.footer .footer__menu .footer__menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .footer__menu .footer__menu-list .footer__menu-item {
    padding-bottom: 10px
}

@media (max-width:667px) {
    .footer .footer__menu .footer__menu-list .footer__menu-item {
        padding-bottom: 2px
    }
}

.footer .footer__menu .footer__menu-list .footer__menu-item a {
    color: #e6e8e7;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none
}

.footer .footer__menu .footer__menu-list .footer__menu-item.footer__menu-item--bold {
    padding-bottom: 15px
}

@media (max-width:667px) {
    .footer .footer__menu .footer__menu-list .footer__menu-item.footer__menu-item--bold {
        padding-bottom: 6px
    }
}

.footer .footer__menu .footer__menu-list .footer__menu-item.footer__menu-item--bold a {
    color: #fff;
    font-size: 120%;
    font-weight: 700
}

.footer .footer__menu .footer__menu-list .footer__menu-item.footer__menu-item--eco-green a {
    color: #8dc82e
}

.footer .footer__menu .footer__menu-list .footer__menu-item:last-child {
    padding-bottom: 0
}

.footer .footer__copyrights {
    align-items: center;
    border-top: 1px solid #ccc;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 30px 0;
    position: relative
}

@media (max-width:576px) {
    .footer .footer__copyrights {
        border-top: none
    }
}

@media (max-width:667px) {
    .footer .footer__copyrights {
        font-size: 10px;
        padding: 15px 0
    }
}

.footer .footer__copyrights a {
    color: #fff;
    transition: .25s
}

.footer .footer__copyrights a:focus,
.footer .footer__copyrights a:hover {
    color: #ccc;
    text-decoration: none
}

.footer .footer__copyrights .footer__disclaimer a {
    font-size: 16px;
    transition: .25s
}

@media (max-width:667px) {
    .footer .footer__copyrights .footer__disclaimer a {
        font-size: 10px
    }
}

.footer .footer__social-icons a {
    color: #8f9094;
    transition: .25s
}

.footer .footer__social-icons a:focus,
.footer .footer__social-icons a:hover {
    color: #082d7b;
    text-decoration: none
}

.footer .footer__social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .footer__social-icons ul li {
    display: inline-block;
    margin: 0 6px
}

@media (max-width:576px) {
    .footer .footer__social-icons ul li:first-of-type {
        margin: 0 6px 0 0
    }
}

.button-action--outline {
    border: 2px solid #082d7b;
    border-radius: 2px;
    color: #082d7b;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 18px 40px;
    text-align: center;
    text-decoration: none !important;
    transition: all .4s
}

@media (min-width:768px) {
    .button-action--outline {
        padding-top: 15px
    }
}

@media (min-width:992px) {
    .button-action--outline {
        padding-top: 15px
    }
}

@media (min-width:1200px) {
    .button-action--outline {
        padding-top: 18.75px
    }
}

@media (min-width:768px) {
    .button-action--outline {
        padding-bottom: 15px
    }
}

@media (min-width:992px) {
    .button-action--outline {
        padding-bottom: 15px
    }
}

@media (min-width:1200px) {
    .button-action--outline {
        padding-bottom: 18.75px
    }
}

@media (min-width:768px) {
    .button-action--outline {
        padding-left: 40px
    }
}

@media (min-width:992px) {
    .button-action--outline {
        padding-left: 40px
    }
}

@media (min-width:1200px) {
    .button-action--outline {
        padding-left: 50px
    }
}

@media (min-width:768px) {
    .button-action--outline {
        padding-right: 40px
    }
}

@media (min-width:992px) {
    .button-action--outline {
        padding-right: 40px
    }
}

@media (min-width:1200px) {
    .button-action--outline {
        padding-right: 50px
    }
}

.button-action--outline.button-filtrate {
    background: none;
    font-size: 12px;
    line-height: .5;
    margin: 13px 0;
    padding: 12px 42px
}

@media (max-width:991.98px) {
    .button-action--outline.button-filtrate {
        padding: 14px 32px
    }
}

.button-action--outline:active,
.button-action--outline:focus,
.button-action--outline:hover {
    background-color: #082d7b;
    color: #fff
}

.button-action--outline.btn-hover span,
.button-action--outline:active span,
.button-action--outline:focus span,
.button-action--outline:hover span {
    color: #fff
}

.button-action--outline span {
    color: #082d7b;
    transition: color .4s
}

.button-action--outline.button-action--white {
    border-color: #fff;
    z-index: 1
}

.button-action--outline.button-action--white span {
    color: #fff
}

.button-action--outline.button-action--white:active,
.button-action--outline.button-action--white:focus,
.button-action--outline.button-action--white:hover {
    background-color: #fff
}

.button-action--outline.button-action--white:active span,
.button-action--outline.button-action--white:focus span,
.button-action--outline.button-action--white:hover span {
    color: #25242a
}

.button-action--outline.button-action--white-bg-dark {
    background-color: rgba(0, 0, 0, .4)
}

@media (max-width:575.98px) {
    .button-action--outline {
        width: 100%
    }
}

.button-action--outline-eco {
    align-items: center;
    background-color: #25242a;
    border: 2px solid #25242a;
    color: #8dc82e;
    display: flex;
    justify-content: center
}

.button-action--outline-eco span {
    color: #8dc82e;
    margin-left: 10px
}

.button-action--outline-eco span.icon {
    font-size: 1.2em;
    margin-left: 0
}

.button-action--outline-eco:active,
.button-action--outline-eco:focus,
.button-action--outline-eco:hover {
    background-color: #8dc82e;
    border: 2px solid #8dc82e
}

.button-action--outline-eco:active span,
.button-action--outline-eco:focus span,
.button-action--outline-eco:hover span {
    color: #fff
}

.button-action--outline-standard {
    align-items: center;
    background-color: #25242a;
    border: 2px solid #25242a;
    color: #082d7b;
    display: flex;
    justify-content: center
}

.button-action--outline-standard span {
    color: #082d7b;
    margin-left: 10px
}

.button-action--outline-standard span.icon {
    font-size: 1.2em;
    margin-left: 0
}

.button-action--outline-standard:active,
.button-action--outline-standard:focus,
.button-action--outline-standard:hover {
    background-color: #082d7b;
    border: 2px solid #082d7b
}

.button-action--outline-standard:active span,
.button-action--outline-standard:focus span,
.button-action--outline-standard:hover span {
    color: #fff
}

.button-action--outline-eco-dark {
    align-items: center;
    background-color: rgba(159, 157, 170, .8);
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center
}

.button-action--outline-eco-dark span {
    color: #fff;
    margin-left: 10px
}

.button-action--outline-eco-dark span.icon {
    font-size: 1.2em;
    margin-left: 0
}

.button-action--outline-eco-dark:active,
.button-action--outline-eco-dark:focus,
.button-action--outline-eco-dark:hover {
    background-color: #082d7b;
    border: 1px solid #082d7b
}

.button-action--outline-eco-dark:active span,
.button-action--outline-eco-dark:focus span,
.button-action--outline-eco-dark:hover span {
    color: #fff
}

.button-action--outline-eco-light {
    align-items: center;
    background-color: rgba(141, 201, 46, .2);
    border: 2px solid #8dc82e;
    color: #fff;
    display: flex;
    justify-content: center
}

.button-action--outline-eco-light span {
    color: #fff;
    margin-left: 10px
}

.button-action--outline-eco-light:active,
.button-action--outline-eco-light:focus,
.button-action--outline-eco-light:hover {
    background-color: #8dc82e
}

.link-arrow {
    color: #082d7b;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-decoration: none;
    transition: color .2s ease-in-out
}

@media (max-width:767.98px) {
    .link-arrow {
        font-size: .938rem
    }
}

.link-arrow i {
    line-height: inherit;
    margin-left: 5px;
    position: relative
}

.link-arrow i:before {
    position: absolute;
    top: 33%
}

.link-arrow.white-arrow {
    color: #fff
}

.link-arrow.white-arrow:active,
.link-arrow.white-arrow:focus,
.link-arrow.white-arrow:hover {
    color: #f6f7fb !important;
    text-decoration: none !important
}

.link-arrow:active,
.link-arrow:focus,
.link-arrow:hover {
    color: #0080c8 !important;
    text-decoration: none !important
}

.link-arrow:active i:before,
.link-arrow:focus i:before,
.link-arrow:hover i:before {
    margin-left: 5px
}

#slider-section {
    margin: 0;
    position: relative
}

#slider-section .swiper-slide {
    opacity: 0;
    transition: all .3s
}

#slider-section .swiper-slide .hero-media--subtitle,
#slider-section .swiper-slide .hero-media--title {
    text-shadow: 1px 1px #000
}

#slider-section .hero-media--text-box {
    left: 50px;
    position: absolute;
    top: calc(50% - 100px);
    user-select: none
}

@media (max-width:991.98px) {
    #slider-section .hero-media--text-box {
        bottom: 5%;
        left: 20px;
        top: auto
    }
}

#slider-section .hero-media--title {
    color: #fff;
    text-shadow: 1px 1px #000;
    z-index: 1
}

@media (min-width:1920px) {
    #slider-section .hero-media--title {
        font-size: 4.5rem
    }
}

@media (max-width:767.98px) {
    #slider-section .hero-media--title {
        font-size: 2.625rem
    }
}

@media (max-width:575.98px) {
    #slider-section .hero-media--title {
        font-size: 2rem
    }
}

#slider-section .hero-media--subtitle {
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 1px #000;
    z-index: 1
}

@media (min-width:1920px) {
    #slider-section .hero-media--subtitle {
        font-size: 1.875rem;
        letter-spacing: 6px
    }
}

#slider-section .hero-media:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent);
    bottom: 0;
    height: 100%;
    width: 50%
}

@media (max-width:991.98px) {
    #slider-section .hero-media:after {
        background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
        height: 50%;
        width: 100%
    }
}

#slider-section .hero-media--subtitle,
#slider-section .hero-media--title {
    text-shadow: 1px 1px #000
}

#slider-section .swiper-pagination {
    bottom: 10px !important;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 21
}

#slider-section .swiper-pagination.disabled {
    display: none
}

#slider-section .swiper-pagination .swiper-pagination-bullet {
    background: grey;
    border-radius: 10px;
    display: inline-block;
    height: 11px;
    margin: 5px;
    text-align: center;
    transition: all .3s;
    width: 11px
}

#slider-section .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.charter-section__top-image,
.overview-section__top-image {
    left: 0;
    position: absolute
}

@media (min-width:992px) {

    .charter-section__top-image,
    .overview-section__top-image {
        padding-left: 0
    }
}

@media (max-width:991.98px) {

    .charter-section__top-image,
    .overview-section__top-image {
        order: 2;
        position: relative
    }
}

.charter-section__top-image img,
.overview-section__top-image img {
    padding-top: 3px;
    width: 100%
}

@media (min-width:992px) and (max-width:1440px) {

    .charter-section__top-image img,
    .overview-section__top-image img {
        height: 600px;
        object-fit: cover
    }
}

@media (min-width:992px) {

    .charter-section__text,
    .overview-section__text {
        padding-left: 60px;
        padding-top: 60px
    }
}

@media (max-width:991.98px) {

    .charter-section__text,
    .overview-section__text {
        order: 1;
        padding-top: 3rem
    }
}

.charter-section__bottom-image,
.overview-section__bottom-image {
    margin-top: calc(5% - 50px)
}

.charter-section__bottom-image img,
.overview-section__bottom-image img {
    border: 3px solid #fff;
    border-right: none;
    width: 100%
}

@media (max-width:991.98px) {

    .charter-section__bottom-image,
    .overview-section__bottom-image {
        margin-top: -50px;
        order: 2 !important;
        padding-right: 0
    }
}

@media (min-width:2100px) {

    .charter-section__bottom-image,
    .overview-section__bottom-image {
        margin-top: calc(25% - 50px)
    }
}

.charter-section__top-image {
    left: auto
}

.design-section {
    margin-bottom: 40px !important
}

.design-section__title-section {
    line-height: 2;
    margin-top: -25px
}

@media (max-width:991.98px) {
    .design-section__title-section {
        line-height: normal;
        margin-top: 0
    }

    .design-section__title-section br {
        display: none
    }
}

.product-section__product-box {
    display: flex;
    height: 500px;
    justify-content: center;
    position: relative;
    width: 100%
}

.product-section__product-box,
.product-section__product-box:active,
.product-section__product-box:focus,
.product-section__product-box:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width:1440px) {
    .product-section__product-box {
        height: 350px
    }
}

@media (max-width:700px) {
    .product-section__product-box {
        height: 300px
    }
}

@media (max-width:500px) {
    .product-section__product-box {
        height: 320px
    }
}

@media (max-width:350px) {
    .product-section__product-box {
        height: 300px
    }
}

.product-section__product-box__image_product {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.product-section__product-box__title-product {
    align-self: flex-end;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    height: 20%;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: height .5s;
    z-index: 1
}

.product-section__product-box__title-product h4 {
    font-weight: 300;
    margin: 20px 0;
    transition: all .5s
}

.product-section__product-box__title-product:before {
    border-top: 1px solid #bfbfbf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%
}

.product-section__product-box:hover .product-section__product-box__title-product {
    height: 100%
}

.product-section__product-box:hover .product-section__product-box__title-product:before {
    border-top: none
}

.endless-section {
    background: #71809c;
    position: relative
}

.endless-section__line-title {
    color: #cfcfcf;
    left: 0;
    max-width: calc(30% - 20px);
    position: absolute;
    text-align: right;
    top: 20px;
    width: 100%
}

@media (max-width:991.98px) {
    .endless-section__line-title {
        max-width: calc(45% - 20px)
    }
}

.endless-section__line-title p {
    font-weight: 700;
    letter-spacing: 1.6px
}

.endless-section__line-title p:before {
    background-color: #cfcfcf;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: -100%;
    position: relative;
    right: .5em;
    vertical-align: middle;
    width: 100%
}

.last-news-section {
    background-color: #fff
}

@media (min-width:768px) and (max-width:991.98px) {
    .last-news-section {
        padding: 0 15px
    }
}

.last-news-section__line-title {
    height: 100%;
    position: absolute
}

.last-news-section__line-title .block_line-title {
    background: #b2bac9;
    height: 95%;
    margin: 0 auto;
    width: 2px
}

.last-news-section__line-title .block_line-title__box {
    background: #71809c;
    color: #b2bac9;
    height: 0;
    margin-left: -22px;
    margin-top: 290px;
    padding: 0;
    transform: rotate(-90deg);
    transform-origin: 50% 50%
}

.last-news-section__line-title .block_line-title__box__title {
    text-align: right;
    width: 300px
}

.last-news-section__line-title .block_line-title__box__title p {
    font-weight: 700;
    overflow: hidden
}

.last-news-section__line-title .block_line-title__box__title p:before {
    background-color: #b2bac9;
    content: "";
    display: inline-block;
    height: 2px;
    margin-left: -100%;
    position: relative;
    right: .5em;
    vertical-align: middle;
    width: 100%
}

@media (min-width:1441px) {
    .last-news-section__box {
        padding: 0
    }
}

.last-news-section__box__last_news {
    height: 100%;
    padding-bottom: 80px !important
}

.last-news-section__box__last_news .swiper-wrapper {
    margin-left: calc(-25% + 10px)
}

@media (max-width:1440px) {
    .last-news-section__box__last_news .swiper-wrapper {
        margin-left: 0
    }
}

@media (max-width:767.98px) {
    .last-news-section__box__last_news {
        padding-bottom: 60px !important
    }
}

.last-news-section__box__last_news__image {
    width: 100%
}

.last-news-section__box__last_news__date {
    color: #666;
    font-size: .95rem;
    letter-spacing: 2.4px
}

@media (max-width:767.98px) {
    .last-news-section__box__last_news__date {
        font-size: .563rem;
        letter-spacing: 1.8px
    }
}

.last-news-section__box__last_news__title {
    color: #212529;
    font-size: 1.3rem
}

@media (max-width:767.98px) {
    .last-news-section__box__last_news__title {
        font-size: 1.125em;
        line-height: 1.33
    }
}

.last-news-section__box__last_news__short-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.88
}

@media (max-width:767.98px) {
    .last-news-section__box__last_news__short-text {
        font-size: .938em;
        line-height: 1.6
    }
}

.last-news-section__box__last_news__link {
    bottom: 0;
    color: #212529;
    position: absolute;
    right: 5px
}

.last-news-section__box__last_news__link:active,
.last-news-section__box__last_news__link:focus,
.last-news-section__box__last_news__link:hover {
    color: #082d7b !important
}

.last-news-section__box__last_news .swiper-slide {
    background-color: #fff;
    overflow: hidden;
    width: 0
}

.last-news-section__box__last_news .swiper-slide div {
    height: 100%;
    opacity: .5
}

.last-news-section__box__last_news .swiper-slide.swiper-slide-active div,
.last-news-section__box__last_news .swiper-slide.swiper-slide-next div {
    opacity: 1 !important
}

.last-news-section__box__last_news .swiper-slide a:hover {
    text-decoration: none
}

.last-news-section__box__last_news .swiper-pagination {
    bottom: 10px !important;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 21
}

.last-news-section__box__last_news .swiper-pagination .swiper-pagination-bullet {
    border-bottom: 2px solid;
    border-color: #ddd;
    display: inline-block;
    margin: 5px;
    opacity: .4;
    padding-top: 15px;
    text-align: center;
    transition: all .3s;
    width: 45px
}

@media (max-width:767.98px) {
    .last-news-section__box__last_news .swiper-pagination .swiper-pagination-bullet {
        width: 30px
    }
}

.last-news-section__box__last_news .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.last-news-section__box__last_news .swiper-button {
    background-image: none;
    bottom: 0;
    height: 100%;
    margin-top: 0;
    outline: none;
    pointer-events: auto;
    top: 0 !important;
    -webkit-transform: none;
    transform: none !important
}

.last-news-section__box__last_news .swiper-button-next:after,
.last-news-section__box__last_news .swiper-button-prev:after {
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    color: #fff;
    font-family: swiper-icons;
    font-size: 40px;
    font-variant: normal;
    opacity: 1
}

@media (min-width:1441px) {

    .last-news-section__box__last_news .swiper-button-next:after,
    .last-news-section__box__last_news .swiper-button-prev:after {
        opacity: 0
    }
}

.last-news-section__box__last_news .swiper-button-next.swiper-button-disabled,
.last-news-section__box__last_news .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0
}

@media (min-width:1441px) {
    .last-news-section__box__last_news .swiper-button-prev {
        cursor: url(/html/static/image/arrow-prev.0d3f55e5.png) 16 16, pointer;
        width: calc(16.66667% - 10px) !important
    }
}

.last-news-section__box__last_news .swiper-button-prev:after {
    content: "prev";
    padding-left: 15px
}

.last-news-section__box__last_news .swiper-button-next {
    right: 0
}

@media (min-width:1441px) {
    .last-news-section__box__last_news .swiper-button-next {
        cursor: url(/html/static/image/arrow.84aee3b6.png) 16 16, pointer;
        width: calc(16.66667% - 40px) !important
    }
}

.last-news-section__box__last_news .swiper-button-next:after {
    content: "next";
    padding-right: 15px
}

.contact-section {
    background: #71809c;
    position: relative
}

@media (max-width:420px) {
    .contact-section .img-mobile {
        height: 590px;
        object-fit: cover
    }
}

.contact-section__information {
    bottom: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    top: calc(50% - 100px)
}

@media (max-width:991.98px) {
    .contact-section__information {
        left: 10%;
        top: calc(35% - 80px)
    }
}

@media (max-width:575.98px) {
    .contact-section__information {
        left: 5%;
        top: calc(75% - 80px)
    }
}

@media (max-width:991.98px) {
    .contact-section__information__title {
        font-size: 1.938rem
    }
}

.contact-section__information__block {
    width: 450px
}

@media (max-width:991.98px) {
    .contact-section__information__block {
        width: 100%
    }
}

.contact-section__information__block p {
    font-weight: 400;
    line-height: 1.67;
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .contact-section__information__block p {
        line-height: 1.5
    }
}

.contact-section__information__block p a {
    color: #fff
}

.contact-section__information__block .link-arrow:active,
.contact-section__information__block .link-arrow:focus,
.contact-section__information__block .link-arrow:hover {
    color: #fff !important
}

.comparison-slider-wrapper {
    background-color: #fff;
    margin: 20px 0;
    width: 100%
}

.comparison-slider-wrapper .comparison-slider {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.comparison-slider-wrapper .comparison-slider:before {
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.comparison-slider-wrapper .comparison-slider>img {
    display: block;
    height: auto;
    width: 100%
}

.comparison-slider-wrapper .comparison-slider .resize {
    background-color: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 30%
}

.comparison-slider-wrapper .comparison-slider .resize>img {
    -webkit-touch-callout: none;
    display: block;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.comparison-slider-wrapper .comparison-slider .resize .overlay {
    left: 20px;
    right: auto;
    text-align: left
}

.comparison-slider-wrapper .comparison-slider .divider {
    background-color: hsla(0, 0%, 82%, .4);
    bottom: 0;
    cursor: ew-resize;
    height: 100%;
    left: 30%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1
}

.comparison-slider-wrapper .comparison-slider .divider:before {
    background-color: #3eb5ef;
    background-image: url(/html/static/image/arrows.6d5d28ed.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    height: 65px;
    left: -33px;
    margin-top: -10px;
    position: absolute;
    top: 40%;
    transition: all .1s ease-in-out;
    width: 65px
}

@media (max-width:767.98px) {
    .comparison-slider-wrapper .comparison-slider .divider:before {
        background-size: 25px;
        height: 50px;
        left: -25px;
        width: 50px
    }
}

.comparison-slider-wrapper .comparison-slider .divider:after {
    background-color: #fff;
    content: "";
    margin-top: -6px;
    position: absolute;
    transition: all .1s ease-in-out
}

.sticky-element {
    height: 100%;
    position: relative
}

.sticky-element .sticky-element__element {
    max-width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 63px
}

.subscribe-bar {
    flex-wrap: wrap;
    height: 200px;
    text-align: center
}

.subscribe-bar .subscribe-bar__title {
    display: inline-block;
    font-size: 34px;
    padding-right: 40px
}

.subscribe-bar .button-action--outline {
    margin-left: 40px;
    margin-right: 40px
}

@media (max-width:575.98px) {
    .subscribe-bar {
        flex-direction: column
    }

    .subscribe-bar .subscribe-bar__title {
        font-size: 22px;
        padding-bottom: 20px;
        padding-right: 0
    }

    .subscribe-bar .button-action--outline {
        margin: 0;
        width: 100%
    }
}

.subscriber-bar--shadow {
    box-shadow: 0 -4px 23px 0 rgba(8, 12, 102, .05);
    height: 200px
}

.dark-subscriber .subscriber-bar--shadow {
    background: #25282f;
    box-shadow: inset 0 20px 18px -25px rgba(0, 0, 0, .5)
}

.dark-subscriber .subscribe-bar__title {
    color: #fff
}

.map-section .ol-popup {
    border: none;
    border-radius: 2px;
    left: 7px;
    min-width: 250px;
    padding: 15px;
    top: 5px
}

.map-section .ol-popup #popup-content a {
    border-bottom: none;
    color: #494948;
    transition: all .5s
}

.map-section .ol-popup #popup-content a:hover {
    border-bottom-color: #082d7b;
    color: #082d7b
}

.map-section .ol-viewport .ol-zoom {
    background-color: transparent;
    bottom: 1em;
    left: 1rem;
    right: auto;
    top: auto
}

.map-section .ol-viewport .ol-zoom button {
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    height: 60px;
    margin-right: 10px;
    padding-bottom: 6px;
    transition: all .5s;
    width: 60px
}

.map-section .ol-viewport .ol-zoom button:active,
.map-section .ol-viewport .ol-zoom button:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .4);
    color: #000
}

.map-section .ol-viewport .ol-zoom button:focus {
    outline: none
}

.information-section {
    margin-top: -130px
}

@media (max-width:991.98px) {
    .information-section {
        margin-top: 50px;
        order: 1
    }
}

.information-section__select-box {
    background-color: #fff;
    box-shadow: 0 -7px 46px 0 rgba(11, 18, 91, .12);
    padding: 60px
}

@media (max-width:1199.98px) {
    .information-section__select-box {
        padding: 40px 35px
    }
}

@media (max-width:991.98px) {
    .information-section__select-box {
        box-shadow: none;
        padding: 0
    }
}

.information-section__select-box p {
    font-size: 1rem;
    line-height: 23px
}

.information-section__socialmedia-box {
    margin-top: 150px
}

.information-section__socialmedia-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.information-section__socialmedia-box ul li {
    display: inline-block;
    margin: 0 6px
}

.information-section__socialmedia-box ul li:last-child {
    margin-right: 0
}

.information-section__socialmedia-box ul li a {
    color: #000;
    transition: .25s
}

.information-section__socialmedia-box ul li a:hover {
    color: #0080c8;
    text-decoration: none
}

@media (min-width:768px) and (max-width:991.98px) {
    .information-section .block-information {
        float: left;
        width: 50%
    }

    .information-section .block-information .map-links {
        margin-bottom: 23px
    }
}

.information-section .block-information .map-links a {
    border-bottom: 1px solid #bfbfbf
}

.information-section .block-information a {
    border-bottom: none;
    transition: color .4s, border-bottom .4s
}

.information-section .block-information a:hover {
    border-bottom: 1px solid #082d7b;
    color: #082d7b
}

@media (max-width:991.98px) {
    .contact_form-section {
        order: 2
    }
}

@media (max-width:575.98px) {
    .contact_form-section .button-action--outline {
        width: 100%
    }
}

.contact_form-section .title-page p {
    letter-spacing: 1.6px;
    text-transform: none
}

.contact_form-section .custom-file,
.contact_form-section button span {
    display: none
}

.contact_form-section .custom-file-input {
    opacity: 1
}

.contact_form-section .custom-file-label:after {
    display: none
}

.contact_form-section .file-upload {
    align-items: center;
    display: inline-block;
    font-size: 15px
}

.contact_form-section .custom-file-input {
    display: none
}

.contact_form-section .file_upload_button {
    -webkit-appearance: none;
    background: transparent;
    border: 2px solid #082d7b;
    border-radius: 2px;
    color: #082d7b;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-top: 30px;
    outline: none;
    padding: 10px 15px;
    text-align: center;
    transition: background-color .4s
}

.contact_form-section .file_upload_button:active,
.contact_form-section .file_upload_button:hover {
    background: #082d7b;
    color: #fff
}

.contact_form-section .file-upload_label {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.custom-selectbox:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
    content: " ";
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 53px;
    transition: all .3s linear
}

.custom-selectbox:active:after,
.custom-selectbox:focus:after {
    transform: rotate(-180deg)
}

.custom-selectbox select {
    appearance: none;
    cursor: pointer;
    padding-right: 20px
}

.custom-selectbox select::-ms-expand {
    display: none
}

.custom-filter-clear {
    position: relative
}

.custom-filter-clear .clear-icon {
    bottom: 7px;
    left: 21px;
    position: absolute
}

.custom-filter-clear .custom-selectbox select {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 25px;
    padding-top: 4px
}

.custom-filter-clear .custom-selectbox:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    top: 11px
}

.select-subject label {
    font-size: 10px !important;
    left: 15px;
    top: 0
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: 1px solid #282c32;
    border-radius: 0;
    font-size: 16px;
    height: auto;
    margin-bottom: 25px;
    padding: 15px 14px 10px;
    transition: none;
    width: 100%
}

.form-control:focus {
    border-bottom: 1px solid #000;
    box-shadow: inset 0 -2px 0 -1px #282c32 !important
}

textarea.form-control {
    margin-top: 10px
}

.message textarea.form-control {
    height: 150px !important
}

@media (max-width:991.98px) {
    .message textarea.form-control {
        height: 125px !important
    }
}

.office-message textarea.form-control {
    height: 195px !important
}

@media (max-width:991.98px) {
    .office-message textarea.form-control {
        height: 125px !important
    }
}

.address-form textarea.form-control {
    height: 75px !important
}
label.required:after {
    color: #ff0000;
    content: " *"
}

/*label {
    cursor: text;
    font-size: 16px;
    left: 28px;
    position: absolute;
    text-align: initial;
    top: 16px;
    transform-origin: 0 100%;
    transition: all .1s linear
}

label.required:after {
    color: #0080c8;
    content: " *"
}

label.active {
    font-size: 10px !important;
    left: 15px;
    top: 0
}

.gdpr-block input[type=checkbox]+label:before,
.gdpr-block input[type=radio]+label:before {
    margin-left: -10px
}

.cursor-pointer {
    cursor: pointer
}

.modal .modal-dialog {
    background: #fff
}
*/
@media (min-width:768px) and (max-width:991.98px) {
    .modal .modal-dialog {
        max-width: 90%
    }
}

.modal .modal-dialog .modal-content {
    border: none
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom: none
}

.modal .modal-dialog .modal-content .modal-header .close {
    color: transparent;
    font-size: 38px;
    height: 60px;
    line-height: 0;
    outline: none
}

.modal .modal-dialog .modal-content .modal-header .close:hover:after {
    color: #082d7b
}

.modal .modal-dialog .modal-content .modal-header .close:after {
    color: #0080c8;
    content: "×";
    font-family: Noto Sans;
    font-size: 45px;
    font-weight: 300;
    position: absolute;
    right: 15px;
    top: 30px
}

.modal .modal-dialog .modal-content .modal-body p {
    font-size: 14px
}

.modal .modal-dialog .modal-content .modal-body ul {
    list-style: none
}

.modal .modal-dialog .modal-content .modal-body ul li {
    font-size: 14px
}

.modal .modal-dialog .modal-content .modal-body ul li:before {
    color: #0080c8;
    content: "•";
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .5rem;
    width: 1em
}

body .swiper-button:focus,
body .swiper-pagination-bullet:focus,
body :focus,
body a:focus {
    outline: none !important
}

body.tab-support .swiper-button:focus,
body.tab-support .swiper-pagination-bullet:focus,
body.tab-support :focus,
body.tab-support a:focus {
    outline: auto !important
}

body.tab-support form :focus {
    outline: none !important
}

.popover {
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 20px -1px rgba(0, 0, 0, .3)
}

.popover-body {
    font-size: .813rem;
    padding: 1.25rem
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    border-top-color: #cecece;
    bottom: 1px
}

.filters-shadow {
    box-shadow: 0 6px 86px 0 rgba(0, 0, 0, .1)
}

@font-face {
    font-family: Noto Sans;
}

.glyphicon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.header-1 {
    font-size: 3.75rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .header-1 {
        font-size: 2.5rem
    }
}

.header-2 {
    font-size: 3rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .header-2 {
        font-size: 2.5rem
    }
}

.header-2--yacht-page {
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.1
}

@media (max-width:767.98px) {
    .header-2--yacht-page {
        font-size: 1.75rem
    }
}

.header-2--iframe {
    font-family: Noto Sans
}

.header-3 {
    font-size: 2.25rem;
    font-weight: 700
}

@media (max-width:767.98px) {
    .header-3 {
        font-size: 1.5rem
    }
}

.header-4 {
    font-size: 2.25rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .header-4 {
        font-size: 1.5rem
    }
}

.header-5 {
    font-size: 2.75rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .header-5 {
        font-size: 1.813rem
    }
}

.header-6 {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 4px
}

@media (max-width:767.98px) {
    .header-6 {
        font-size: 1.125rem;
        letter-spacing: 3.6px
    }
}

.paragraph {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 36px
}

.paragraph.intro {
    color: grey
}

@media (max-width:767.98px) {
    .paragraph {
        font-size: .938rem;
        line-height: 24px
    }
}

.paragraph--yacht-description {
    color: #494948;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4
}

.paragraph--yacht-page-specification {
    font-size: 1rem
}

@media (min-width:1200px) {
    .paragraph--yacht-page-specification {
        font-size: 1.4em
    }
}

@media (max-width:767.98px) {
    .paragraph--yacht-page-specification {
        font-size: 1em
    }
}

.paragraph--yacht-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4
}

@media (min-width:1200px) {
    .paragraph--yacht-page {
        font-size: 1.9em
    }
}

.link {
    color: #0080c8;
    font-size: 1.125rem;
    text-decoration: underline;
    transition: color .4s
}

.link:active,
.link:hover,
.link:visited {
    color: #8374d9 !important
}

body {
    font-family: Noto Sans;
    font-size: .985rem;
    line-height: 1.42857
}

.container.container--content-width {
    max-width: 100% !important
}

@media (min-width:1380px) {
    .container.container--content-width {
        width: 1360px
    }
}

.container.container--full-width {
    max-width: 100%
}

@media (min-width:1901px) {
    .container.container--full-width {
        max-width: 1900px
    }
}

.styleguide .container {
    max-width: 1360px
}

.styleguide .container .content-box {
    background-color: #fff
}

.styleguide .container .content-box .title-style {
    font-weight: 700
}

.styleguide .container .content-box .title-style:after {
    border-bottom: 2px solid #f6f7fb;
    content: "";
    display: block;
    padding-top: 15px
}

.styleguide .container .content-box .box-text {
    border: 1px solid #000;
    float: right;
    height: 15px;
    margin-right: 5px;
    width: 15px
}

.styleguide .container .content-box .box-text-color-1 {
    background-color: #3e4150
}

.styleguide .container .content-box .box-text-color-2 {
    background-color: #f6f7fb
}

.styleguide .container .content-box .box-text-color-3 {
    background-color: #0080c8
}

.styleguide .container .content-box .btn-hover {
    background-color: #082d7b;
    color: #fff
}

.link-arrow.active,
.link-arrow.active i {
    color: #0080c8 !important
}

.link-arrow.active i {
    margin-left: 10px
}

.contact-section,
.design-section,
.endless-section,
.last-news-section,
.our-story-section,
.overview-section,
.product-section,
.slider-section {
    margin-bottom: 100px
}

@media (min-width:768px) and (max-width:991.98px) {

    .contact-section,
    .design-section,
    .endless-section,
    .last-news-section,
    .our-story-section,
    .overview-section,
    .product-section,
    .slider-section {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:575.98px) {

    .contact-section,
    .design-section,
    .endless-section,
    .last-news-section,
    .our-story-section,
    .overview-section,
    .product-section,
    .slider-section {
        margin-bottom: 30px
    }
}

.contact-section .container--full-width .row,
.design-section .container--full-width .row,
.endless-section .container--full-width .row,
.last-news-section .container--full-width .row,
.our-story-section .container--full-width .row,
.overview-section .container--full-width .row,
.product-section .container--full-width .row,
.slider-section .container--full-width .row {
    margin-left: 0;
    margin-right: 0
}

.custom-file-label {
    background: transparent;
    border: none;
    outline: none
}

.title_box {
    display: flex
}

.title_box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44
}

.title_box .radio_check {
    display: inline-flex;
    padding-left: 15px
}

.title_box .radio_check .required:after {
    content: ""
}

#contact_sex {
    display: flex;
    margin-left: 20px
}

#contact_sex .form-check {
    padding-right: 50px
}

#contact_sex .form-check label {
    top: 0
}

#contact_sex .form-check label:after {
    content: ""
}

#contact_sex .form-field-choice-check {
    top: 3px
}

.form-field-choice-check {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 25px;
    box-shadow: inset 0 0 0 3px #fff;
    display: inline-block;
    left: 0 !important;
    margin-left: -2px;
    margin-top: -3px;
    overflow: visible;
    padding: 8px;
    position: relative;
    right: unset;
    top: -18px;
    transition: background-color .4s
}

.radio_check {
    margin-right: 15px;
    position: relative
}

.radio_check input[type=radio] {
    -webkit-appearance: none
}

.radio_check input[type=radio]:checked~.form-field-choice-check {
    background-color: #082d7b
}

.contact_form-section .form-group .checkbox label {
    position: relative
}

.required-text p:before {
    color: #0080c8;
    content: "*";
    font-size: 24px;
    position: relative;
    top: 8px
}

.new-gdpr {
    box-sizing: border-box;
    color: #000;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    left: 0 !important;
    margin-bottom: 17px;
    min-height: 22px;
    overflow: hidden;
    position: relative !important
}

.new-gdpr.invert {
    color: #fff
}

.new-gdpr.invert .ticker-box {
    border: 1px solid #fff;
    color: #fff
}

.new-gdpr span {
    display: block;
    line-height: 20px
}

.new-gdpr a {
    color: #000
}

.new-gdpr input[type=checkbox] {
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0
}

.new-gdpr input[type=checkbox]:checked+.ticker-box:before {
    opacity: 1;
    transform: scale(1)
}

.new-gdpr .ticker-box {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 20px;
    height: 20px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 20px
}

.new-gdpr .ticker-box:before {
    color: #082d7b;
    content: "✓";
    display: inline-block;
    opacity: 0;
    transform: scale(0);
    transform-style: preserve-3d;
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s ease
}

.new-gdpr .ticker-box+span {
    display: block;
    padding-left: 35px
}

.new-gdpr.error-parent .ticker-box {
    border: 1px solid #082d7b
}

.new-gdpr.error-parent span:not(.ticker_box) {
    color: #082d7b;
    text-decoration: underline
}

.information_jobs {
    display: block;
    font-size: 16px !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important
}

.public_relations {
    margin-bottom: 40px
}

.error {
    color: #082d7b;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -20px
}

.error:before {
    background-image: url(/html/static/image/notification.95c3c49a.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 16px;
    content: "";
    padding-right: 25px
}

/*input[type=checkbox],
input[type=radio] {
    position: absolute;
    visibility: hidden
}

input[type=checkbox]+label,*/
/*input[type=radio]+label {
    cursor: pointer;
    overflow: revert;
    position: relative
}*/

/*input[type=checkbox]+label {
    left: 10px;
    top: 0
}*/

/*input[type=checkbox]+label:before,
input[type=radio]+label:before {
    border: 1px solid #000;
    border-radius: 10px;
    content: " ";
    display: inline-block;
    height: 20px;
    margin-left: -29px;
    margin-right: 4px;
    position: absolute;
    transition: .3s;
    vertical-align: baseline
}*/

/*input[type=radio]+label:before {
    border-radius: 50%;
    width: 20px
}*/

/*input[type=checkbox]+label:before {
    border-radius: 2px;
    width: 20px
}*/

/*input[type=radio]:checked+label:before {
    background: #082d7b;
    box-shadow: inset 0 -1px 3px #fff, inset 0 0 1px #fff, inset 0 0 0 3px #fff
}

input[type=checkbox]:checked+label:before {
    box-shadow: inset 0 -1px 3px #fff, inset 0 0 1px #fff, inset 0 0 0 3px #fff;
    color: #082d7b;
    content: "✓";
    display: inline-block;
    font-size: 21px;
    line-height: 18px
}*/

/*.public_relations .form-field-choice {
    display: block;
    margin-bottom: 25px
}

.public_relations .form-field-choice .form-check {
    padding-bottom: 5px
}*/

.gdpr-block label {
    margin-top: -25px;
    position: relative;
    top: 0
}

.gdpr-block .form-check {
    padding-left: 0
}

.gdpr-block .form-check a {
    border-bottom: 1px solid #0080c8
}

.gdpr-block .form-check .required {
    margin-bottom: 12px
}

.gdpr-block .form-check .required:after {
    display: none
}

.gdpr-block .gdpr-required:after {
    color: #0080c8;
    content: " *"
}

.loader-wrap {
    display: none;
    height: 27px;
    margin: 0 auto;
    width: 27px
}

.loader {
    animation: spin .95s linear infinite;
    border-color: #0080c8 #0080c8 #e7e7e7 #e7e7e7;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    height: 100%;
    transform: translateZ(0);
    width: 100%
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.gdpr-block a {
    border-bottom: 1px solid #082d7b;
    color: #082d7b;
    transition: color .2s
}

.gdpr-block a:hover {
    border-color: #0080c8;
    color: #0080c8;
    text-decoration: none
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #495057;
    border-bottom: 1px solid #495057;
    -webkit-box-shadow: inset 0 0 0 1000px #eee !important;
    transition: background-color 5000s ease-in-out 0s
}

input:-webkit-autofill:focus~label,
input:-webkit-autofill:hover~label,
input:-webkit-autofill~label,
select:-webkit-autofill:focus~label,
select:-webkit-autofill:hover~label,
select:-webkit-autofill~label,
textarea:-webkit-autofill:focus~label,
textarea:-webkit-autofill:hover~label,
textarea:-webkit-autofill~label {
    font-size: 10px;
    left: 15px;
    top: 0
}

.news-page {
    padding-top: 10px
}

@media (max-width:1146px) {
    .news-page {
        padding-top: 61px
    }
}

.news-page .last-news-section {
    background-color: transparent
}

.news-page .news--header a {
    color: #494948;
    font-size: 1.2em;
    letter-spacing: .5px;
    transition: color .3s
}

.news-page .news--header a:hover {
    color: #222;
    text-decoration: none
}

@media (max-width:991.98px) {
    .news-page .news--header a {
        font-size: 1em
    }
}

.news-page .media-page__header h3 {
    margin-bottom: 0
}

.news-page .media-page__header .link-arrow {
    line-height: 1.5;
    margin-right: 1.3em;
    text-align: right
}

@media (max-width:767.98px) {
    .news-page .media-page__header .link-arrow {
        font-size: .8rem
    }
}

@media (max-width:575.98px) {
    .news-page .media-page__header .link-arrow {
        margin-right: .2em
    }
}

.news-page__news>a {
    margin-right: 2rem
}

@media (max-width:991.98px) {
    .news-page__news>a {
        margin-right: 1rem
    }
}

.news-page__news .last-news-section__box__last_news--img-wrapper {
    overflow: hidden;
    padding-bottom: 66.33%;
    position: relative;
    width: 400px
}

@media (max-width:1199.98px) {
    .news-page__news .last-news-section__box__last_news--img-wrapper {
        width: 360px
    }
}

@media (max-width:991.98px) {
    .news-page__news .last-news-section__box__last_news--img-wrapper {
        width: 300px
    }
}

@media (max-width:767.98px) {
    .news-page__news .last-news-section__box__last_news--img-wrapper {
        width: 230px
    }
}

@media (max-width:575.98px) {
    .news-page__news .last-news-section__box__last_news--img-wrapper {
        width: 100%
    }
}

.news-page__news .last-news-section__box__last_news__img {
    left: 50%;
    min-height: 1000%;
    min-width: 1000%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.1)
}

.news-page__last-news-section .last-news-section__box__last_news__short-text,
.news-page__last-news-section .last-news-section__box__last_news__title {
    color: #494948
}

.news-page__news {
    box-shadow: none;
    display: inline-flex
}

@media (max-width:575.98px) {
    .news-page__news {
        display: block;
        width: 100%
    }
}

.news-page__news--content {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:575.98px) {
    .news-page__news--content {
        min-height: 160px;
        padding: 0
    }
}

.news-page__news--content a:hover {
    text-decoration: none
}

.news-page__news--content .last-news-section__box__last_news__date {
    line-height: 1;
    padding: 0
}

.news-page__news--content .last-news-section__box__last_news__short-text,
.news-page__news--content .last-news-section__box__last_news__title {
    color: #494948
}

.news-page__news--content .last-news-section__box__last_news__short-text {
    line-height: 1.6
}

@media (max-width:1199.98px) {
    .news-page__news--content .last-news-section__box__last_news__short-text {
        font-size: .85rem;
        line-height: 1.4
    }
}

@media (max-width:767.98px) {
    .news-page__news--content .last-news-section__box__last_news__short-text {
        font-size: .65rem;
        line-height: 1.2
    }
}

@media (max-width:575.98px) {
    .news-page__news--content .last-news-section__box__last_news__short-text {
        font-size: .938em;
        line-height: 1.4
    }
}

@media (max-width:1199.98px) {
    .news-page__news--content .last-news-section__box__last_news__title {
        font-size: 1.2rem
    }
}

@media (max-width:991.98px) {
    .news-page__news--content .last-news-section__box__last_news__title {
        font-size: 1.2rem
    }
}

@media (max-width:767.98px) {
    .news-page__news--content .last-news-section__box__last_news__title {
        font-size: 1rem;
        line-height: 1.2
    }
}

@media (max-width:640px) {
    .news-page__news--content .last-news-section__box__last_news__title {
        font-size: .85rem
    }
}

@media (max-width:575.98px) {
    .news-page__news--content .last-news-section__box__last_news__title {
        font-size: 15px
    }
}

.news-page__news--content .link-arrow {
    align-self: flex-end;
    line-height: 1;
    position: static
}

@media (max-width:767.98px) {
    .news-page__news--content .link-arrow {
        font-size: .8rem
    }
}

@media (max-width:575.98px) {
    .news-page__news--content .link-arrow {
        bottom: 1.5em;
        position: absolute;
        right: 2.7em
    }
}

.news-page__news--content h3 {
    margin-bottom: 5px
}

.news-page__news:hover {
    box-shadow: none
}

.news-page--events-section--event {
    box-shadow: 2.2px 2px 20px 0 rgba(0, 0, 0, .08);
    transition: all .5s
}

.news-page--events-section--event a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.news-page--events-section--event-title {
    height: 100%;
    min-height: 120px
}

@media (max-width:1199.98px) {
    .news-page--events-section--event-title {
        min-height: 100px
    }
}

.news-page--events-section--event-title img {
    max-width: 100%
}

@media (max-width:767.98px) {
    .news-page--events-section--event-title img {
        height: 40px
    }
}

@media (max-width:575.98px) {
    .news-page--events-section--event-title img {
        height: unset;
        max-width: 30%
    }
}

.news-page--events-section--event-title h6 {
    font-size: 1.1em;
    font-weight: 700
}

@media (max-width:1199.98px) {
    .news-page--events-section--event-title h6 {
        font-size: .9em
    }
}

@media (max-width:991.98px) {
    .news-page--events-section--event-title h6 {
        font-size: 1.1em
    }
}

@media (max-width:767.98px) {
    .news-page--events-section--event-title h6 {
        font-size: .9em
    }
}

@media (max-width:575.98px) {
    .news-page--events-section--event-title h6 {
        font-size: 1em
    }
}

.news-page--events-section--event span {
    border-top: 1px solid #e9e9e9;
    color: #082d7b;
    display: flex;
    font-size: 1.2em;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 12px
}

@media (max-width:1199.98px) {
    .news-page--events-section--event span {
        font-size: 1em
    }
}

@media (max-width:991.98px) {
    .news-page--events-section--event span {
        font-size: 1.1em
    }
}

@media (max-width:767.98px) {
    .news-page--events-section--event span {
        font-size: 1em
    }
}

.news-page--events-section--event:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .3)
}

.news-page--events-section--event:hover a {
    text-decoration: none !important
}

@media (max-width:575.98px) {
    .news-page--events-section--event {
        margin-bottom: 1.5rem
    }
}

.news-page__video {
    box-shadow: 2.2px 2px 20px 0 rgba(0, 0, 0, .08);
    transition: all .5s
}

.news-page__video:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .3)
}

.news-page__archive h6 {
    color: #bebec0;
    font-size: 1.4em;
    font-weight: 700;
    margin-right: 30px
}

.news-page__archive ul {
    list-style: none
}

.news-page__archive ul li {
    font-size: 1.4em;
    line-height: 1
}

.news-page__archive ul li.active a {
    color: #082d7b;
    cursor: default;
    font-weight: 700
}

.news-page__archive ul li.active a:hover {
    text-decoration: none
}

.news-page__events-section,
.news-page__magazine-section,
.news-page__press-section,
.news-page__tv-section {
    margin-bottom: 100px
}

@media (max-width:575.98px) {

    .news-page__events-section,
    .news-page__magazine-section,
    .news-page__press-section,
    .news-page__tv-section {
        margin-bottom: 30px
    }
}

@media (max-width:767.98px) {

    .news-page__events-section,
    .news-page__magazine-section,
    .news-page__tv-section {
        margin-bottom: 3rem
    }
}

.news-page__events-section,
.news-page__last-news-section {
    margin-bottom: calc(100px - 1.5rem)
}

@media (max-width:767.98px) {

    .news-page__events-section,
    .news-page__last-news-section {
        margin-bottom: 1.5rem
    }
}

.news-page__magazine {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: all .5s
}

.news-page__magazine:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .3)
}

.brokerage-page__yacht {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, .08);
    margin: 1em;
    transition: all .5s
}

@media (max-width:991.98px) {
    .brokerage-page__yacht {
        margin: 3em 9em 4em
    }
}

@media (max-width:767.98px) {
    .brokerage-page__yacht {
        margin: 1.5em 0 3em
    }
}

.brokerage-page__yacht .sold {
    align-items: center;
    background-color: #0075bd;
    border: 1px solid #0075bd;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 37px;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: 20px;
    width: 78px;
    z-index: 3
}

@media (max-width:540px) {
    .brokerage-page__yacht .sold {
        font-size: 12.5px;
        height: 26px;
        width: 54px
    }
}

.brokerage-page__yacht .sold:after {
    border-left: 10px solid transparent;
    border-top: 10px solid #0075bd;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: 36px;
    width: 0
}

@media (max-width:540px) {
    .brokerage-page__yacht .sold:after {
        top: 25px
    }
}

.brokerage-page__yacht:hover {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, .3);
    text-decoration: none
}

.brokerage-page__yacht--content {
    color: #000;
    font-weight: 700;
    padding-bottom: .5em
}

.brokerage-page__yacht hr {
    margin: 0 0 0 1em;
    width: calc(100% - 2em)
}

@media (max-width:1199.98px) {
    .brokerage-page__yacht hr {
        margin: 0 0 0 2em;
        width: calc(100% - 4em)
    }
}

@media (max-width:575.98px) {
    .brokerage-page__yacht hr {
        display: none
    }
}

.brokerage-page__yacht--header {
    text-align: center;
    padding: 1.2em 1em
}

@media (max-width:1199.98px) {
    .brokerage-page__yacht--header {
        padding: 1.5em 2em
    }
}

@media (max-width:575.98px) {
    .brokerage-page__yacht--header {
        display: block;
        padding: 0
    }
}

.brokerage-page__yacht--header h6 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 16px 0 0
}

@media (max-width:1199.98px) {
    .brokerage-page__yacht--header h6 {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .brokerage-page__yacht--header h6 {
        display: block;
        font-size: 17px;
        margin: 0;
        padding: 1.5em 2em;
        text-align: center
    }
}

.brokerage-page__yacht--header h6:not(.brokerage-page__yacht--price) {
    position: relative
}

.brokerage-page__yacht--header h6:not(.brokerage-page__yacht--price):after {
    background-color: #e2e2e2;
    bottom: 0;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (max-width:575.98px) {
    .brokerage-page__yacht--header h6:not(.brokerage-page__yacht--price):after {
        display: block
    }
}

.brokerage-page__yacht--header h6.brokerage-page__yacht--price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

@media (max-width:575.98px) {
    .brokerage-page__yacht--header h6.brokerage-page__yacht--price {
        flex-wrap: wrap;
        font-size: 16px;
        justify-content: center;
        padding-bottom: .5em;
        text-align: center
    }
}

.brokerage-page__yacht--specification {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: space-between;
    padding: 1em
}

@media (max-width:575.98px) {
    .brokerage-page__yacht--specification {
        font-size: 16px;
        padding: .5em 1em
    }
}

.brokerage-page__yacht--specification-column {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    padding: 1em 1.5em
}

@media (max-width:1199.98px) {
    .brokerage-page__yacht--specification-column {
        align-items: flex-start;
        padding: .5em 1em
    }
}

@media (max-width:575.98px) {
    .brokerage-page__yacht--specification-column {
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

.brokerage-page__yacht--specification-column span:not(.name) {
    flex-wrap: wrap;
    text-align: right
}

@media (max-width:1199.98px) {
    .brokerage-page__yacht--specification-column span:not(.name) {
        text-align: left
    }
}

.brokerage-page__yacht--specification-column--name {
    color: #082d7b;
    font-size: 12px;
    line-height: 1
}

@media (max-width:575.98px) {
    .brokerage-page__yacht--specification-column:first-child {
        padding-top: 0
    }

    .brokerage-page__yacht--specification.even .brokerage-page__yacht--specification-column {
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

.brokerage-page,
.launched-yachts-page,
.magazines-page,
.media-page,
.press-page {
    padding-top: 63px
}

@media (max-width:1146px) {

    .brokerage-page,
    .launched-yachts-page,
    .magazines-page,
    .media-page,
    .press-page {
        padding-top: 61px
    }
}

.brokerage-page .last-news-section,
.launched-yachts-page .last-news-section,
.magazines-page .last-news-section,
.media-page .last-news-section,
.press-page .last-news-section {
    background-color: transparent
}

.brokerage-page .media-page__header h3,
.launched-yachts-page .media-page__header h3,
.magazines-page .media-page__header h3,
.media-page .media-page__header h3,
.press-page .media-page__header h3 {
    margin-bottom: 0
}

.brokerage-page .media-page__header .link-arrow,
.launched-yachts-page .media-page__header .link-arrow,
.magazines-page .media-page__header .link-arrow,
.media-page .media-page__header .link-arrow,
.press-page .media-page__header .link-arrow {
    line-height: 1.5;
    margin-right: 1.3em;
    text-align: right
}

@media (max-width:767.98px) {

    .brokerage-page .media-page__header .link-arrow,
    .launched-yachts-page .media-page__header .link-arrow,
    .magazines-page .media-page__header .link-arrow,
    .media-page .media-page__header .link-arrow,
    .press-page .media-page__header .link-arrow {
        font-size: .8rem
    }
}

@media (max-width:575.98px) {

    .brokerage-page .media-page__header .link-arrow,
    .launched-yachts-page .media-page__header .link-arrow,
    .magazines-page .media-page__header .link-arrow,
    .media-page .media-page__header .link-arrow,
    .press-page .media-page__header .link-arrow {
        margin-right: .2em
    }
}

.brokerage-page__last-news-section,
.launched-yachts-page__last-news-section,
.magazines-page__last-news-section,
.media-page__last-news-section,
.press-page__last-news-section {
    margin-bottom: calc(100px - 1.5rem)
}

@media (max-width:767.98px) {

    .brokerage-page__last-news-section,
    .launched-yachts-page__last-news-section,
    .magazines-page__last-news-section,
    .media-page__last-news-section,
    .press-page__last-news-section {
        margin-bottom: 1rem
    }
}

@media (max-width:575.98px) {

    .brokerage-page__last-news-section,
    .launched-yachts-page__last-news-section,
    .magazines-page__last-news-section,
    .media-page__last-news-section,
    .press-page__last-news-section {
        margin-bottom: 30px
    }
}

.brokerage-page__last-news-section .last-news-section__box__last_news__short-text,
.brokerage-page__last-news-section .last-news-section__box__last_news__title,
.launched-yachts-page__last-news-section .last-news-section__box__last_news__short-text,
.launched-yachts-page__last-news-section .last-news-section__box__last_news__title,
.magazines-page__last-news-section .last-news-section__box__last_news__short-text,
.magazines-page__last-news-section .last-news-section__box__last_news__title,
.media-page__last-news-section .last-news-section__box__last_news__short-text,
.media-page__last-news-section .last-news-section__box__last_news__title,
.press-page__last-news-section .last-news-section__box__last_news__short-text,
.press-page__last-news-section .last-news-section__box__last_news__title {
    color: #494948
}

.brokerage-page__news,
.launched-yachts-page__news,
.magazines-page__news,
.media-page__news,
.press-page__news {
    box-shadow: 2.2px 2px 20px 0 rgba(0, 0, 0, .08);
    transition: all .5s
}

.brokerage-page__news--content,
.launched-yachts-page__news--content,
.magazines-page__news--content,
.media-page__news--content,
.press-page__news--content {
    padding: 0 3em 3em
}

.brokerage-page__news--content .link-arrow,
.launched-yachts-page__news--content .link-arrow,
.magazines-page__news--content .link-arrow,
.media-page__news--content .link-arrow,
.press-page__news--content .link-arrow {
    bottom: 2.5em;
    position: absolute;
    right: 4em
}

@media (max-width:1199.98px) {

    .brokerage-page__news--content .link-arrow,
    .launched-yachts-page__news--content .link-arrow,
    .magazines-page__news--content .link-arrow,
    .media-page__news--content .link-arrow,
    .press-page__news--content .link-arrow {
        bottom: 1.5em
    }
}

@media (max-width:767.98px) {

    .brokerage-page__news--content .link-arrow,
    .launched-yachts-page__news--content .link-arrow,
    .magazines-page__news--content .link-arrow,
    .media-page__news--content .link-arrow,
    .press-page__news--content .link-arrow {
        font-size: .8rem
    }
}

.brokerage-page__news--content p,
.launched-yachts-page__news--content p,
.magazines-page__news--content p,
.media-page__news--content p,
.press-page__news--content p {
    line-height: 1.5
}

.brokerage-page__news a:hover,
.launched-yachts-page__news a:hover,
.magazines-page__news a:hover,
.media-page__news a:hover,
.press-page__news a:hover {
    text-decoration: none
}

.brokerage-page__news:hover,
.launched-yachts-page__news:hover,
.magazines-page__news:hover,
.media-page__news:hover,
.press-page__news:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .3)
}

.brokerage-page__events-section,
.brokerage-page__magazine-section,
.brokerage-page__magazines-list-section,
.brokerage-page__press-section,
.brokerage-page__tv-section,
.launched-yachts-page__events-section,
.launched-yachts-page__magazine-section,
.launched-yachts-page__magazines-list-section,
.launched-yachts-page__press-section,
.launched-yachts-page__tv-section,
.magazines-page__events-section,
.magazines-page__magazine-section,
.magazines-page__magazines-list-section,
.magazines-page__press-section,
.magazines-page__tv-section,
.media-page__events-section,
.media-page__magazine-section,
.media-page__magazines-list-section,
.media-page__press-section,
.media-page__tv-section,
.press-page__events-section,
.press-page__magazine-section,
.press-page__magazines-list-section,
.press-page__press-section,
.press-page__tv-section {
    margin-bottom: 100px
}

@media (max-width:767.98px) {

    .brokerage-page__events-section,
    .brokerage-page__magazine-section,
    .brokerage-page__magazines-list-section,
    .brokerage-page__press-section,
    .brokerage-page__tv-section,
    .launched-yachts-page__events-section,
    .launched-yachts-page__magazine-section,
    .launched-yachts-page__magazines-list-section,
    .launched-yachts-page__press-section,
    .launched-yachts-page__tv-section,
    .magazines-page__events-section,
    .magazines-page__magazine-section,
    .magazines-page__magazines-list-section,
    .magazines-page__press-section,
    .magazines-page__tv-section,
    .media-page__events-section,
    .media-page__magazine-section,
    .media-page__magazines-list-section,
    .media-page__press-section,
    .media-page__tv-section,
    .press-page__events-section,
    .press-page__magazine-section,
    .press-page__magazines-list-section,
    .press-page__press-section,
    .press-page__tv-section {
        margin-bottom: 30px
    }
}

.brokerage-page__magazine,
.launched-yachts-page__magazine,
.magazines-page__magazine,
.media-page__magazine,
.press-page__magazine {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: all .5s
}

.brokerage-page__magazine:hover,
.launched-yachts-page__magazine:hover,
.magazines-page__magazine:hover,
.media-page__magazine:hover,
.press-page__magazine:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .3)
}

.brokerage-page__press .media-page__press-section--article-img-wrapper,
.launched-yachts-page__press .media-page__press-section--article-img-wrapper,
.magazines-page__press .media-page__press-section--article-img-wrapper,
.media-page__press .media-page__press-section--article-img-wrapper,
.press-page__press .media-page__press-section--article-img-wrapper {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: all .5s
}

.brokerage-page__press:hover .media-page__press-section--article-img-wrapper,
.launched-yachts-page__press:hover .media-page__press-section--article-img-wrapper,
.magazines-page__press:hover .media-page__press-section--article-img-wrapper,
.media-page__press:hover .media-page__press-section--article-img-wrapper,
.press-page__press:hover .media-page__press-section--article-img-wrapper {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .3)
}

.brokerage-page__press-section--article,
.launched-yachts-page__press-section--article,
.magazines-page__press-section--article,
.media-page__press-section--article,
.press-page__press-section--article {
    color: #cdcdcd;
    font-size: 1em;
    font-weight: 700;
    transition: color .4s
}

@media (max-width:767.98px) {

    .brokerage-page__press-section--article,
    .launched-yachts-page__press-section--article,
    .magazines-page__press-section--article,
    .media-page__press-section--article,
    .press-page__press-section--article {
        font-size: .8em
    }
}

.brokerage-page__press-section--article:hover,
.launched-yachts-page__press-section--article:hover,
.magazines-page__press-section--article:hover,
.media-page__press-section--article:hover,
.press-page__press-section--article:hover {
    color: grey;
    text-decoration: none
}

.brokerage-page__press-section--article-img,
.launched-yachts-page__press-section--article-img,
.magazines-page__press-section--article-img,
.media-page__press-section--article-img,
.press-page__press-section--article-img {
    left: 50%;
    width: auto;
    height: auto;
/*    min-height: 1000%;*/
    min-width: 1000%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.1)
}

.brokerage-page__press-section--article-img-wrapper,
.launched-yachts-page__press-section--article-img-wrapper,
.magazines-page__press-section--article-img-wrapper,
.media-page__press-section--article-img-wrapper,
.press-page__press-section--article-img-wrapper {
    overflow: hidden;
    padding-bottom: 136.25%;
    position: relative
}

.brokerage-page--paragraph,
.launched-yachts-page--paragraph,
.magazines-page--paragraph,
.media-page--paragraph,
.press-page--paragraph {
    -webkit-font-smoothing: none;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: justify;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center
}

@media (max-width:767.98px) {

    .brokerage-page--paragraph,
    .launched-yachts-page--paragraph,
    .magazines-page--paragraph,
    .media-page--paragraph,
    .press-page--paragraph {
        font-size: .89rem
    }
}

.brokerage-page__article-list-section--cover-wrapper,
.brokerage-page__magazines-list-section--cover-wrapper,
.launched-yachts-page__article-list-section--cover-wrapper,
.launched-yachts-page__magazines-list-section--cover-wrapper,
.magazines-page__article-list-section--cover-wrapper,
.magazines-page__magazines-list-section--cover-wrapper,
.media-page__article-list-section--cover-wrapper,
.media-page__magazines-list-section--cover-wrapper,
.press-page__article-list-section--cover-wrapper,
.press-page__magazines-list-section--cover-wrapper {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transition: all .5s
}

.brokerage-page__article-list-section--cover-wrapper:hover,
.brokerage-page__magazines-list-section--cover-wrapper:hover,
.launched-yachts-page__article-list-section--cover-wrapper:hover,
.launched-yachts-page__magazines-list-section--cover-wrapper:hover,
.magazines-page__article-list-section--cover-wrapper:hover,
.magazines-page__magazines-list-section--cover-wrapper:hover,
.media-page__article-list-section--cover-wrapper:hover,
.media-page__magazines-list-section--cover-wrapper:hover,
.press-page__article-list-section--cover-wrapper:hover,
.press-page__magazines-list-section--cover-wrapper:hover {
    transform: scale(1.2)
}

@media (max-width:575.98px) {

    .brokerage-page__article-list-section--cover-wrapper:hover,
    .brokerage-page__magazines-list-section--cover-wrapper:hover,
    .launched-yachts-page__article-list-section--cover-wrapper:hover,
    .launched-yachts-page__magazines-list-section--cover-wrapper:hover,
    .magazines-page__article-list-section--cover-wrapper:hover,
    .magazines-page__magazines-list-section--cover-wrapper:hover,
    .media-page__article-list-section--cover-wrapper:hover,
    .media-page__magazines-list-section--cover-wrapper:hover,
    .press-page__article-list-section--cover-wrapper:hover,
    .press-page__magazines-list-section--cover-wrapper:hover {
        transform: scale(1.15)
    }
}

.brokerage-page__article-list--date,
.brokerage-page__magazines-list--date,
.launched-yachts-page__article-list--date,
.launched-yachts-page__magazines-list--date,
.magazines-page__article-list--date,
.magazines-page__magazines-list--date,
.media-page__article-list--date,
.media-page__magazines-list--date,
.press-page__article-list--date,
.press-page__magazines-list--date {
    color: #cdcdcd;
    font-size: 1em;
    font-weight: 700
}

@media (max-width:991.98px) {

    .brokerage-page__article-list--flags img,
    .brokerage-page__magazines-list--flags img,
    .launched-yachts-page__article-list--flags img,
    .launched-yachts-page__magazines-list--flags img,
    .magazines-page__article-list--flags img,
    .magazines-page__magazines-list--flags img,
    .media-page__article-list--flags img,
    .media-page__magazines-list--flags img,
    .press-page__article-list--flags img,
    .press-page__magazines-list--flags img {
        height: 13px
    }
}

.magazines-page__magazines-list-section--cover-wrapper {
    overflow: hidden;
    padding-bottom: 120%;
    position: relative
}

.magazines-page__magazines-list-section--cover-wrapper img {
    left: 50%;
    min-height: 1000%;
    min-width: 1000%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.1)
}

.launched-yachts-page {
    min-height: 60vh;
    padding-top: 63px
}

@media (max-width:1146px) {
    .launched-yachts-page {
        padding-top: 61px
    }
}

.launched-yachts__container .new {
    align-items: center;
    background-color: #23282d;
    border: 1px solid #23282d;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    left: 6px;
    padding: 2px;
    position: absolute;
    top: calc(1.5rem + 20px);
    width: 75px;
    z-index: 3
}

@media (max-width:440px) {
    .launched-yachts__container .new {
        font-size: 12.5px;
        height: 28px;
        width: 78px
    }
}

.launched-yachts__container .new:after {
    border-left: 10px solid transparent;
    border-top: 10px solid #000;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: 37px;
    width: 0
}

@media (max-width:440px) {
    .launched-yachts__container .new:after {
        top: 27px
    }
}

.launched-yachts__container .new span {
    left: 50%;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.launched-yachts__container .launched-yachts__paragraph {
    font-size: 1.5em
}

@media (max-width:540px) {
    .launched-yachts__container .launched-yachts__paragraph {
        font-size: 1.5em
    }
}

.article-page {
    padding-top: 63px
}

@media (max-width:991.98px) {
    .article-page--title h1 {
        font-size: 2.5rem
    }
}

@media (max-width:575.98px) {
    .article-page--title h1 {
        font-size: 2rem
    }
}

@media (max-width:991.98px) {
    .article-page--related h2 {
        font-size: 2.5rem
    }
}

@media (max-width:575.98px) {
    .article-page--related h2 {
        font-size: 2rem
    }
}

.article-page--related .media-page__news {
    box-shadow: none
}

.article-page--related .media-page__news .last-news-section__box__last_news__short-text,
.article-page--related .media-page__news .last-news-section__box__last_news__title {
    color: #494948
}

.article-page--image img {
    width: 100%
}

.article-page--sharing-bar-container {
    border-bottom: 1px solid #b4b4b4
}

.article-page--sharing-bar-container .share-icon,
.article-page--sharing-bar-container .sharing-bar__container .sharing-bar__icons .sharing-bar__label {
    color: #212529
}

@media (max-width:991.98px) {

    .article-page--sharing-bar-container .share-icon,
    .article-page--sharing-bar-container .sharing-bar__container .sharing-bar__icons .sharing-bar__label {
        font-size: .9rem
    }
}

.article-page--sharing-bar-container .icon-share,
.article-page--sharing-bar-container .share-icon:hover {
    color: #082d7b
}

.article-page--date p {
    color: #212529;
    font-size: 1rem;
    font-weight: 700
}

@media (max-width:991.98px) {
    .article-page--date p {
        font-size: .9rem
    }
}

.article-page--content,
.article-page--content p {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    line-height: 1.5;
    margin: 0;
    text-align: justify
}

.article-page--gallery {
    clear: both
}

.navigation-bar {
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    font-size: 1rem
}

@media (max-width:991.98px) {
    .navigation-bar {
        font-size: .9rem
    }
}

.navigation-bar--button-disabled {
    color: #c7c7c7
}

.navigation-bar--button-disabled .navigation-bar--next:after,
.navigation-bar--button-disabled .navigation-bar--prev:after {
    color: #c7c7c7;
    text-shadow: 1px 0 #c7c7c7
}

.navigation-bar a {
    align-items: center;
    color: #212529;
    display: flex;
    justify-content: center
}

.navigation-bar--center-element {
    height: 100%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%)
}

.navigation-bar--next,
.navigation-bar--prev {
    position: relative
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .navigation-bar--next-text,
    .navigation-bar--prev-text {
        margin-bottom: 2px
    }
}

.navigation-bar--next:after,
.navigation-bar--prev:after {
    color: #212529;
    content: "next";
    font-family: swiper-icons;
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: 1px 0 #212529;
    top: 50%;
    transform: translateY(-50%)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .navigation-bar--next:after,
    .navigation-bar--prev:after {
        content: "";
        font-family: icomoon
    }
}

.navigation-bar--prev:after {
    content: "prev";
    left: 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .navigation-bar--prev:after {
        content: ""
    }
}

.horizontal-scroll {
    background-color: #23282d;
    color: #fefefe;
    display: flex;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 63px;
    transition: all .4s;
    width: 100%
}

@media (max-width:991.98px) {
    .horizontal-scroll {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 63px 30px 0
    }
}

.horizontal-scroll--full-page {
    background-color: #23282d;
    color: #fefefe;
    display: inline-flex;
    flex-shrink: 0;
    height: 100%;
    width: 100vw
}

@media (max-width:991.98px) {
    .horizontal-scroll--full-page {
        height: auto;
        width: 100%
    }
}

.horizontal-scroll--full-page-paragraph {
    font-size: 1.1rem;
    line-height: 1.9
}

@media (max-width:1199.98px) {
    .horizontal-scroll--full-page-paragraph {
        font-size: .9rem
    }
}

@media (max-width:991.98px) {
    .horizontal-scroll--full-page-paragraph {
        font-size: .875rem;
        line-height: 1.7
    }
}

.horizontal-scroll--full-page-centered {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    width: 100vw
}

@media (max-width:1199.98px) {
    .horizontal-scroll--full-page-centered {
        height: calc(100% - 63px)
    }
}

@media (max-width:991.98px) {
    .horizontal-scroll--full-page-centered {
        border-top: 1px solid #fefefe;
        height: 100vh !important;
        width: 100%
    }
}

.horizontal-scroll--full-page--button .link-arrow {
    color: #fefefe;
    font-size: 3rem;
    font-weight: 300
}

@media (max-width:1199.98px) {
    .horizontal-scroll--full-page--button .link-arrow {
        font-size: 2.2rem
    }
}

@media (max-width:991.98px) {
    .horizontal-scroll--full-page--button .link-arrow {
        font-size: 1.5rem;
        letter-spacing: 0
    }
}

.horizontal-scroll--full-page--button .link-arrow:hover {
    color: #082d7b !important
}

.horizontal-scroll--full-page--button .link-arrow i {
    margin-left: 14px
}

@media (max-width:991.98px) {
    .horizontal-scroll--full-page--button .link-arrow i {
        margin-left: 8px
    }
}

.horizontal-scroll--full-page--button .link-arrow i:before {
    font-size: 10px;
    top: 47%
}

@media (max-width:1199.98px) {
    .horizontal-scroll--full-page--button .link-arrow i:before {
        font-size: 8px
    }
}

@media (max-width:991.98px) {
    .horizontal-scroll--full-page--button .link-arrow i:before {
        font-size: 5px
    }
}

.main-content {
    height: 100%;
    width: 100%
}

.history-page {
    position: relative
}

@media (max-width:991.98px) {
    .history-page {
        overflow: unset !important
    }
}

.history-page__section {
    align-items: center;
    display: flex;
    height: 100%
}

.history-page__section.swiper-slide {
    height: auto
}

@media (orientation:landscape) {
    .history-page__section.swiper-slide {
        min-height: 100vh
    }
}

@media (max-width:991.98px) {
    .history-page__section {
        height: auto
    }
}

.history-page__section--img {
    min-width: 64vh;
    width: 64vh
}

@media (orientation:portrait) and (min-width:1281px) {
    .history-page__section--img {
        min-width: 455px;
        width: 455px
    }
}

@media (orientation:portrait) and (max-width:1280px) {
    .history-page__section--img {
        min-width: 455px;
        width: 455px
    }
}

@media (orientation:portrait) and (max-width:992px) {
    .history-page__section--img {
        min-width: 355px;
        width: 355px
    }
}

@media (orientation:landscape) and (min-width:992px) and (min-height:992px) {
    .history-page__section--img {
        min-width: 490px;
        width: 490px
    }
}

@media (orientation:landscape) and (min-width:1280px) {
    .history-page__section--img {
        min-width: 64vh;
        width: 64vh
    }
}

@media (orientation:landscape) and (max-height:760px) {
    .history-page__section--img {
        min-width: 490px;
        width: 490px
    }
}

@media (max-width:991.98px) {
    .history-page__section--img {
        margin-top: 15px;
        min-width: 100%;
        width: 100%
    }
}

.history-page__section--img img {
    bottom: 0;
    left: 0;
    min-width: 64vh;
    position: absolute;
    width: 64vh
}

.history-page__section--img img.desktop {
    display: block
}

@media (max-width:991.98px) {
    .history-page__section--img img.desktop {
        display: none
    }
}

.history-page__section--img img.mobile {
    display: none
}

@media (max-width:991.98px) {
    .history-page__section--img img.mobile {
        display: block
    }
}

@media (orientation:portrait) and (min-width:1281px) {
    .history-page__section--img img {
        bottom: auto;
        min-width: 455px;
        top: 50%;
        transform: translateY(-50%);
        width: 455px
    }
}

@media (orientation:portrait) and (max-width:1280px) {
    .history-page__section--img img {
        bottom: auto;
        min-width: 455px;
        top: 50%;
        transform: translateY(-50%);
        width: 455px
    }
}

@media (orientation:portrait) and (max-width:992px) {
    .history-page__section--img img {
        bottom: auto;
        min-width: 355px;
        top: 50%;
        transform: translateY(-50%);
        width: 355px
    }
}

@media (orientation:landscape) and (min-width:992px) and (min-height:992px) {
    .history-page__section--img img {
        bottom: auto;
        min-width: 490px;
        top: 50%;
        transform: translateY(-50%);
        width: 490px
    }
}

@media (orientation:landscape) and (min-width:1280px) {
    .history-page__section--img img {
        bottom: 0;
        min-width: 64vh;
        top: auto;
        transform: none;
        width: 64vh
    }
}

@media (orientation:landscape) and (max-height:760px) {
    .history-page__section--img img {
        min-width: 490px;
        width: 490px
    }
}

@media (max-width:991.98px) {
    .history-page__section--img img {
        min-width: 100%;
        position: static;
        transform: none;
        width: 100%
    }
}

.history-page__section-wrapper {
    display: flex;
    height: 100%
}

@media (orientation:portrait) and (min-width:768px) {
    .history-page__section-wrapper {
        height: 100vh
    }
}

@media (max-width:991.98px) {
    .history-page__section-wrapper {
        display: block;
        height: auto;
        width: 100%
    }
}

.history-page__section--text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 260px;
    width: 100%
}

@media (max-width:1700px) {
    .history-page__section--text {
        padding: 0 100px
    }
}

@media (max-width:1280px) {
    .history-page__section--text {
        padding: 0 70px
    }
}

@media (max-width:991.98px) {
    .history-page__section--text {
        height: auto;
        padding: 0
    }
}

.history-page__section--text h1 {
    font-size: 4.5rem
}

@media (max-width:1199.98px) {
    .history-page__section--text h1 {
        font-size: 3rem
    }
}

@media (max-width:991.98px) {
    .history-page__section--text h1 {
        margin-bottom: 1.6rem;
        margin-top: 3rem;
        text-align: center
    }
}

@media (max-width:575.98px) {
    .history-page__section--text h1 {
        font-size: 2.26rem
    }
}

.history-page__section--text h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 6px
}

@media (max-width:1199.98px) {
    .history-page__section--text h3 {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .history-page__section--text h3 {
        font-size: 1.35rem
    }
}

.history-page__section--text>p {
    font-size: 1rem
}

@media (max-width:1199.98px) {
    .history-page__section--text>p {
        font-size: .9rem;
        line-height: 1.6
    }
}

@media (max-width:991.98px) {
    .history-page__section--text>p {
        font-size: .9rem;
        line-height: 1.85
    }
}

@media (max-width:575.98px) {
    .history-page__section--text>p {
        font-size: .9rem;
        line-height: 1.6
    }
}

.history-page__section--text p.horizontal-scroll--full-page-paragraph {
    color: #fefefe
}

@media (max-width:1199.98px) {
    .history-page__section--text p.horizontal-scroll--full-page-paragraph {
        line-height: 1.72
    }
}

@media (max-width:1366px) {
    .history-page__section--text p.horizontal-scroll--full-page-paragraph {
        line-height: 1.5 !important;
        padding-top: 18px !important
    }
}

.history-page__section--text .overlay-content:after {
    background: #23282d;
    background: linear-gradient(0deg, #23282d 10%, rgba(35, 40, 45, 0))
}

.history-page__section--text .overlay-content__close a,
.history-page__section--text .overlay-content__read-more a {
    color: #fefefe
}

.history-page__section--text .overlay-content .arrow-down {
    border-top-color: #fefefe
}

.history-page__section--text .overlay-content .arrow-up {
    border-bottom-color: #fefefe
}

.history-page__section-second .history-page__section--text {
    align-items: center
}

@media (max-width:991.98px) {
    .history-page__section-second .history-page__section--text {
        padding-bottom: 3rem
    }
}

.history-page__section-second .history-page__section--text>p {
    column-count: 2;
    column-gap: 130px;
    width: 100%
}

@media (max-width:991.98px) {
    .history-page__section-second .history-page__section--text>p {
        column-count: auto
    }
}

.history-page .horizontal-scroll--full-page-centered.swiper-slide {
    height: auto
}

@media (max-width:991.98px) {
    .history-page .horizontal-scroll--full-page-centered {
        border-top: 1px solid #fefefe;
        height: 100vh !important;
        width: 100%
    }
}

@media (max-width:430px) {
    .history-page .horizontal-scroll--full-page-centered {
        margin-top: 0
    }
}

@keyframes nextSlide {
    0% {
        transform: translateX(-60px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes prevSlide {
    0% {
        transform: translateX(60px)
    }

    to {
        transform: translateX(0)
    }
}

.history-page .history-page__history-blocks {
    height: 100vh;
    position: relative;
    width: 100vw
}

@media (max-width:1199.98px) {
    .history-page .history-page__history-blocks {
        height: calc(100vh - 63px)
    }
}

@media (max-width:991.98px) {
    .history-page .history-page__history-blocks {
        height: auto;
        width: 100%
    }
}

.history-page .history-page__history-blocks .history-page__section-wrapper {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    width: 100%
}

@media (max-width:1199.98px) {
    .history-page .history-page__history-blocks .history-page__section-wrapper {
        align-items: center
    }
}

@media (max-width:991.98px) {
    .history-page .history-page__history-blocks .history-page__section-wrapper {
        display: block;
        height: auto
    }
}

.history-page .history-page__history-blocks .history-page__section-wrapper img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 43.5%
}

@media (max-width:991.98px) {
    .history-page .history-page__history-blocks .history-page__section-wrapper img {
        position: static;
        transform: none;
        width: 84%
    }
}

.history-page .history-page__history-blocks .history-page__section-wrapper .history-page__section--text {
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-play-state: running;
    margin: 0;
    padding-left: 6vw;
    padding-right: 15vw
}

@media (max-width:1520px) {
    .history-page .history-page__history-blocks .history-page__section-wrapper .history-page__section--text {
        padding-left: 4vw;
        padding-right: 6vw
    }
}

@media (max-width:1199.98px) {
    .history-page .history-page__history-blocks .history-page__section-wrapper .history-page__section--text {
        height: calc(100% - 150px);
        padding-left: 5vw;
        padding-right: 10vw
    }
}

@media (max-width:991.98px) {
    .history-page .history-page__history-blocks .history-page__section-wrapper .history-page__section--text {
        height: auto;
        padding: 3rem 0 4.4rem
    }
}

@media (max-width:767.98px) {
    .history-page .history-page__history-blocks .history-page__section-wrapper .history-page__section--text>p {
        font-size: .8rem
    }
}

.history-page .history-page__history-blocks.swiper-slide-active.moveLeft .history-page__section--text {
    -webkit-animation: prevSlide 1s ease-in-out both;
    animation: prevSlide 1s ease-in-out both
}

.history-page .history-page__history-blocks.swiper-slide-active.moveRight .history-page__section--text {
    -webkit-animation: nextSlide 1s ease-in-out both;
    animation: nextSlide 1s ease-in-out both
}

.history-page .years-navigation-swiper {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    min-height: 76px;
    padding: 14px 30px;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media (max-width:1199.98px) {
    .history-page .years-navigation-swiper {
        bottom: 20px;
        min-height: auto;
        padding: 0 20px
    }
}

@media (max-width:991.98px) {
    .history-page .years-navigation-swiper {
        display: none !important
    }
}

.history-page .years-navigation-swiper span {
    color: #828282;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 0 10px;
    transform-origin: center;
    transition: color .3s, transform .3s
}

@media (max-width:1199.98px) {
    .history-page .years-navigation-swiper span {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .history-page .years-navigation-swiper span {
        font-size: .75rem
    }
}

.history-page .years-navigation-swiper span.active {
    color: #082d7b;
    cursor: default;
    padding: 0 10px;
    transform: scale(1.5)
}

.history-page .years-navigation-swiper span:hover {
    text-decoration: none
}

.history-page .years-navigation-swiper span:not(.active):hover {
    color: #082d7b
}

.history-page .years-navigation-swiper span:first-child,
.history-page .years-navigation-swiper span:last-child,
.history-page .years-navigation-swiper span:nth-child(2) {
    display: none !important
}

.history-page .years-navigation {
    display: none
}

@media (max-width:991.98px) {
    .history-page .years-navigation {
        display: block;
        height: 100vh;
        margin-top: -3px;
        right: 0
    }
}

.history-page .years-navigation__list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 24px 50px;
    width: 100vw
}

@media (max-width:991.98px) {
    .history-page .years-navigation__list {
        align-items: flex-end;
        flex-direction: column;
        height: calc(100% - 63px);
        left: auto;
        padding: 0 0 10px;
        right: 0;
        width: auto
    }
}

.history-page .years-navigation__list li a {
    color: #828282;
    display: flex;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 5px 0;
    transform-origin: right;
    transition: color .2s, transform .2s
}

@media (max-height:400px) {
    .history-page .years-navigation__list li a {
        font-size: 2vh
    }
}

@media (max-width:575.98px) {
    .history-page .years-navigation__list li a {
        letter-spacing: 2px
    }
}

.history-page .years-navigation__list li a:first-child {
    padding-top: 0
}

.history-page .years-navigation__list li a.active {
    color: #082d7b;
    cursor: default;
    transform: scale(1.5)
}

.history-page .years-navigation__list li a:hover {
    text-decoration: none
}

@media (hover:hover) {
    .history-page .years-navigation__list li a:not(.active):hover {
        color: #082d7b
    }
}

@media (max-width:991.98px) {
    .history-page.swiper-container {
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 63px 30px 0;
        position: relative;
        z-index: auto
    }

    .history-page.swiper-container .swiper-wrapper {
        display: block;
        position: static;
        transform: none !important
    }

    .history-page.swiper-container .swiper-wrapper .swiper-slide {
        height: unset
    }
}

.history-page--scroll.link-arrow {
    bottom: 35px;
    position: fixed;
    right: 263px;
    z-index: 1
}

@media (max-width:1700px) {
    .history-page--scroll.link-arrow {
        right: 103px
    }
}

@media (max-width:1280px) {
    .history-page--scroll.link-arrow {
        right: 73px
    }
}

@media (max-width:1199.98px) {
    .history-page--scroll.link-arrow {
        font-size: .8rem
    }
}

@media (max-width:991.98px) {
    .history-page--scroll.link-arrow {
        display: none
    }
}

.history-page--scroll.link-arrow i:before {
    top: 30%
}

@media (max-width:1199.98px) {
    .history-page--scroll.link-arrow i:before {
        top: 33%
    }
}

.history-page--scroll.link-arrow .icon-long-arrow:before {
    font-size: 6px
}

@media (max-width:1199.98px) {
    .history-page--scroll.link-arrow .icon-long-arrow:before {
        font-size: 5px
    }
}

.history-page--scroll.link-arrow:hover {
    color: #fefefe !important
}

.history-page .sticky-element .sticky-element__element {
    top: 62px
}

.history-page .sticky-element.sticky-class .years-navigation {
    margin-right: 30px
}

.history-page.swiper-container-horizontal .swiper-button {
    display: block;
    height: calc(100% - 76px);
    width: 8vw
}

.history-page.swiper-container-horizontal .swiper-button-next:after,
.history-page.swiper-container-horizontal .swiper-button-prev:after {
    color: #fefefe;
    opacity: 1
}

@media (min-width:992px) {

    .history-page.swiper-container-horizontal .swiper-button-next:after,
    .history-page.swiper-container-horizontal .swiper-button-prev:after {
        opacity: 0
    }
}

.history-page.swiper-container-horizontal .swiper-button-next.swiper-button-disabled,
.history-page.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0
}

@media (min-width:992px) {
    .history-page.swiper-container-horizontal .swiper-button-prev {
        cursor: url(/html/static/image/arrow-prev.0d3f55e5.png) 16 16, pointer
    }
}

.history-page.swiper-container-horizontal .swiper-button-prev:after {
    content: "prev"
}

@media (min-width:992px) {
    .history-page.swiper-container-horizontal .swiper-button-next {
        cursor: url(/html/static/image/arrow.84aee3b6.png) 16 16, pointer
    }
}

.history-page.swiper-container-horizontal .swiper-button-next:after {
    content: "next"
}

.history-page .swiper-button-next,
.history-page .swiper-button-prev {
    display: none
}

@media (max-width:991.98px) {

    .history-page .swiper-button-next,
    .history-page .swiper-button-prev {
        display: none !important
    }
}

.history-page .swiper-pagination-bullet:hover {
    cursor: pointer
}

@media (max-width:991.98px) {
    .main-content {
        height: auto
    }
}

.history-page.vertical .history-page__section--img {
    width: auto
}

.history-page.vertical .history-page__section-wrapper {
    align-items: center;
    flex-direction: column;
    justify-content: center !important
}

.history-page.vertical .history-page__section-wrapper img {
    height: auto;
    margin-top: 4em;
    padding: 0 13em;
    position: static;
    top: unset;
    transform: none;
    width: 100%
}

.history-page.vertical .history-page__section--text {
    height: auto;
    padding: 4em 13em
}

.history-page.vertical .history-page__section--text>p {
    font-size: 1.1rem;
    line-height: 1.9
}

@media (max-width:1024px) {
    .history-page.vertical .history-page__section--text>p {
        line-height: 1.4 !important
    }
}

.history-page.vertical .history-page__section--text h1 {
    font-size: 4.5rem
}

.history-page.vertical .history-page__section--text h3 {
    font-size: 2rem
}

.history-page.vertical .history-page__section--text.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%
}

.history-page.vertical .history-page__section-second .history-page__section--text>p {
    column-count: unset
}

.history-page.vertical .history-page--scroll.link-arrow {
    bottom: 60px;
    font-size: 1rem;
    right: 10.5em
}

.history-page.vertical .history-page__history-blocks .history-page__section-wrapper .history-page__section--text {
    display: block;
    padding: 4em 13em
}

.history-page.vertical .history-page__history-blocks .history-page__section-wrapper .history-page__section--text.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    max-width: 100%
}

.history-page.vertical .history-page__history-blocks .history-page__section-wrapper img {
    height: auto;
    position: static;
    top: auto;
    width: 100%
}

.services--header {
    padding-top: 63px
}

@media (max-width:991.98px) {

    .brokerage-service-section h2,
    .charter-section h2,
    .yacht-management-section h2 {
        margin-bottom: 2rem
    }
}

@media (min-width:1200px) {
    .charter-section__top-image {
        z-index: 2
    }
}

.charter-section__top-image img {
    width: 620px
}

@media (min-width:992px) and (max-width:1440px) {
    .charter-section__top-image img {
        height: 490px;
        object-fit: cover;
        width: 100%
    }
}

@media (max-width:991.98px) {
    .charter-section__top-image img {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .charter-section__top-image {
        padding-right: 0 !important
    }
}

@media (max-width:991.98px) {
    .charter-section__top-image {
        order: 1
    }
}

@media (min-width:1200px) {
    .charter-section__bottom-image {
        z-index: 3
    }
}

@media (max-width:991.98px) {
    .charter-section__bottom-image {
        margin-top: 0
    }
}

@media (min-width:2100px) {
    .charter-section__bottom-image {
        margin-top: calc(10% - 50px)
    }
}

.charter-section__text {
    padding-left: 70px;
    padding-right: 186px;
    padding-top: 60px;
    z-index: 3
}

@media (min-width:992px) and (max-width:1440px) {
    .charter-section__text {
        padding-right: 60px
    }
}

@media (max-width:991.98px) {
    .charter-section__text {
        padding: 3rem 1rem 4rem
    }
}

.yacht-management-section {
    position: relative
}

@media (min-width:1640px) {
    .yacht-management-section {
        margin-top: -14vw !important
    }
}

@media (max-width:767.98px) {
    .yacht-management-section {
        margin-top: 7rem !important
    }
}

@media (max-width:475px) {
    .yacht-management-section {
        margin-top: 3rem !important
    }
}

.yacht-management__text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:1639px) {
    .yacht-management__text {
        top: 40%
    }
}

@media (max-width:991.98px) {
    .yacht-management__text {
        padding-bottom: 4rem;
        padding-top: 0;
        top: 0;
        transform: translateX(-50%)
    }
}

@media (max-width:767.98px) {
    .yacht-management__text {
        top: -4rem
    }
}

@media (max-width:475px) {
    .yacht-management__text {
        padding-bottom: 0 !important;
        position: static;
        transform: none
    }
}

.brokerage-service__text {
    padding: 2em 5em 2em 13.85em
}

@media (min-width:992px) and (max-width:1440px) {
    .brokerage-service__text {
        padding: 2em 5em 2em 6.85em
    }
}

@media (max-width:991.98px) {
    .brokerage-service__text {
        padding: 3rem 1rem 2rem
    }

    .brokerage-service__tile {
        margin-bottom: 3rem
    }
}

@media (max-width:767.98px) {
    .brokerage-service__tile {
        margin-bottom: 2rem
    }
}

.maintenance {
    bottom: 200px;
    color: #fff;
    max-width: calc(100% - 400px);
    position: absolute;
    right: 200px;
    width: 900px
}

@media (max-width:1400px) {
    .maintenance {
        bottom: 100px;
        max-width: calc(100% - 200px);
        right: 100px;
        width: 540px
    }
}

@media (max-width:767px) {
    .maintenance {
        bottom: 50px;
        max-width: calc(100% - 100px);
        right: 50px;
        width: calc(100% - 100px)
    }
}

.maintenance h1 {
    font-size: 70px
}

@media (max-width:1400px) {
    .maintenance h1 {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .maintenance h1 {
        font-size: 38px
    }
}

.maintenance h2 {
    font-size: 34px
}

@media (max-width:1400px) {
    .maintenance h2 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .maintenance h2 {
        font-size: 22px
    }
}

.hero-video-section {
    background-color: #23282d;
    color: #fff;
    padding-top: 61px
}

@media (max-width:991.98px) {
    .hero-video-section .video-player-block__content {
        order: 2
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hero-video-section .video-player-block__content .header-4 {
        font-size: 2rem
    }
}

.hero-video-section .video-player-block__content .stream_info {
    margin-bottom: 25px
}

.hero-video-section .video-player-block__content .stream_info p {
    background: #082d7b;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase
}

.hero-video-section .video-player-block__video_content .hero-video-img:after,
.hero-video-section .video-player-block__video_content .video-img:after {
    background: linear-gradient(90deg, #23282d, #23282d 10%, transparent 65%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .6s linear;
    width: 100%
}

@media (max-width:991.98px) {

    .hero-video-section .video-player-block__video_content .hero-video-img:after,
    .hero-video-section .video-player-block__video_content .video-img:after {
        display: none
    }
}

.hero-video-section .video-player-block__video_content .hero-video-img:hover:after,
.hero-video-section .video-player-block__video_content .video-img:hover:after {
    width: 0
}

.video-player-block {
    align-items: center;
    display: flex;
    width: 100%
}

.video-player-block__content .box-sharing .sharing-video {
    color: #082d7b
}

.video-player-block__content .box-sharing .sharing-video .sharing-bar__icons .more-icon {
    display: none
}

@media (max-width:280px) {
    .video-player-block__content .box-sharing .sharing-video .sharing-bar__icons .more-icon {
        display: block
    }
}

@media (min-width:281px) and (max-width:575.98px) {
    .video-player-block__content .box-sharing .sharing-video .sharing-bar__icons .share-icons-dropdown {
        background-color: transparent;
        display: flex !important;
        flex-direction: row;
        height: 100%;
        left: 0;
        position: relative;
        top: 0
    }

    .video-player-block__content .box-sharing .sharing-video .sharing-bar__icons .share-icons-dropdown .toggle-icon {
        padding: 0 5px
    }
}

@media (max-width:280px) {
    .video-player-block__content .box-sharing .sharing-video .sharing-bar__icons .share-icons-dropdown {
        display: none;
        z-index: 12
    }
}

.video-player-block__content .box-sharing .sharing-video .sharing-bar__icons .share-icon {
    color: #082d7b
}

.video-player-block__content .box-sharing .sharing-video .sharing-bar__icons .share-icon:hover {
    color: #0080c8
}

.video-player-block__content .box-sharing .sharing-video .sharing-bar__label {
    color: #082d7b !important
}

.video-player-block__video_content .video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.video-player-block__video_content .video-container embed,
.video-player-block__video_content .video-container iframe,
.video-player-block__video_content .video-container object {
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-player-block__video_content a {
    text-decoration: none;
    width: 100%
}

.video-player-block__video_content .hero-video-img,
.video-player-block__video_content .video-img {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    transition: all .2s
}

.video-player-block__video_content .hero-video-img__thumbnail,
.video-player-block__video_content .video-img__thumbnail {
    background: transparent;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 100%
}

.video-player-block__video_content .hero-video-img__play-icon,
.video-player-block__video_content .video-img__play-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px
}

@media (max-width:991.98px) {

    .video-player-block__video_content .hero-video-img__play-icon,
    .video-player-block__video_content .video-img__play-icon {
        width: 80px
    }
}

@media (max-width:767.98px) {

    .video-player-block__video_content .hero-video-img__play-icon,
    .video-player-block__video_content .video-img__play-icon {
        width: 65px
    }
}

.category-video-section {
    background-color: #23282d
}

.category-video-section .title-block {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    position: relative;
    width: 100%
}

.category-video-section .title-block__diver {
    border-top: 2px solid #595959;
    position: absolute;
    width: 100%;
    z-index: 1
}

.category-video-section .title-block__title {
    background: transparent;
    float: left;
    z-index: 2
}

@media (max-width:500px) {
    .category-video-section .title-block__title {
        width: 45%
    }
}

.category-video-section .title-block__title h4 {
    background: #23282d
}

@media (max-width:500px) {
    .category-video-section .title-block__title h4 {
        display: inline-block;
        font-size: 1.3rem
    }
}

.category-video-section .title-block__btn-show {
    background-color: #23282d;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    z-index: 1
}

@media (max-width:500px) {
    .category-video-section .title-block__btn-show {
        font-size: .875rem
    }
}

.category-video-section .video-player-block {
    color: #fff
}

.category-video-section .video-player-block .category-video_content {
    display: flex;
    padding: 0 5px
}

.category-video-section .video-player-block .category-video_content:hover {
    transition: all 1s ease;
    z-index: 123
}

.category-video-section .video-player-block .category-video_content:hover .hero-video-img,
.category-video-section .video-player-block .category-video_content:hover .video-img {
    transform: scale(1.1);
    transition: all 1s ease;
    z-index: 19
}

@media (max-width:1200px) {

    .category-video-section .video-player-block .category-video_content:hover .hero-video-img,
    .category-video-section .video-player-block .category-video_content:hover .video-img {
        transform: none
    }
}

.category-video-section .video-player-block .category-video_content:hover .hero-video-img .video_player,
.category-video-section .video-player-block .category-video_content:hover .video-img .video_player {
    transition: all 1s ease
}

.category-video-section .video-player-block .category-video_content:hover .hero-video-img .short_info,
.category-video-section .video-player-block .category-video_content:hover .video-img .short_info {
    visibility: visible
}

.category-video-section .video-player-block .category-video_content .hero-video-img__play-icon,
.category-video-section .video-player-block .category-video_content .video-img__play-icon {
    width: 70px
}

@media (max-width:575.98px) {

    .category-video-section .video-player-block .category-video_content .hero-video-img__play-icon,
    .category-video-section .video-player-block .category-video_content .video-img__play-icon {
        width: 45px
    }
}

.category-video-section .video-player-block__video_content .short_info {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 30%, transparent);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 25px;
    justify-content: space-between;
    margin-top: -25px;
    padding: 0 15px;
    position: absolute;
    visibility: hidden;
    width: 100%
}

.category-video-section .video-player-block__video_content .short_info .title_video {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:1200px) {
    .video-swiper__box {
        display: none !important
    }
}

@media (max-width:1199px) {
    .video-swiper__box {
        display: block
    }
}

.video-swiper__box .swiper-button {
    top: 0 !important;
    transform: translateY(0) !important
}

.video-swiper__box .swiper-button:after {
    color: #fff
}

.video-swiper__box .swiper-button-disabled {
    opacity: 0 !important
}

.video-swiper__box .swiper-button-next {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .5))
}

.video-swiper__box .swiper-button-prev {
    background: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

@media (max-width:500px) {
    .video-swiper__box .swiper-slide {
        align-items: center;
        font-size: 18px;
        height: 100%;
        justify-content: center;
        text-align: center;
        width: 80%
    }
}

.video-swiper__box .swiper-slide .short_info {
    background: transparent;
    height: auto;
    margin-top: 0;
    padding: 10px 0;
    position: relative;
    visibility: visible
}

@media (max-width:1199px) {
    .block_video {
        display: none !important
    }
}

.video-list {
    display: none;
    width: 100%
}

.video-list .video-item {
    display: block !important
}

@media (max-width:1199px) {
    .video-list .video-player-block .short_info {
        background: transparent;
        display: flex;
        margin-top: 10px;
        padding: 0;
        position: relative;
        visibility: visible
    }
}

@media (max-width:767px) {
    .video-list .video-player-block {
        display: block
    }

    .video-list .video-player-block a {
        display: flex;
        flex-wrap: wrap
    }

    .video-list .video-player-block .short_info {
        display: block;
        font-size: 14px;
        padding-left: 10px
    }

    .video-list .video-player-block .short_info .title_video {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 14px;
        overflow: hidden;
        white-space: normal
    }

    .video-list .video-player-block .short_info .time_video {
        color: #082d7b;
        display: none;
        font-weight: 700;
        margin-left: -52px;
        padding-top: 5px
    }

    .video-list .time_mobile_video {
        bottom: 0;
        color: #082d7b;
        display: block !important;
        font-weight: 700;
        position: absolute;
        right: 10px;
        z-index: 126
    }
}

.video-list .overlay-content {
    z-index: 125
}

.video-list .overlay-content:after {
    background: #23282d;
    background: linear-gradient(0deg, #23282d 10%, rgba(35, 40, 45, 0));
    z-index: 127
}

.video-list .overlay-content__close,
.video-list .overlay-content__read-more {
    z-index: 143
}

.video-list .overlay-content__close a,
.video-list .overlay-content__read-more a {
    color: #fff
}

.video-list .overlay-content .arrow-down {
    border-top-color: #fff
}

.video-list .overlay-content .arrow-up {
    border-bottom-color: #fff
}

.player-category {
    transition: all 2s ease
}

.player-category .video-player-block {
    box-shadow: 0 0 1em rgba(1, 1, 1, .4);
    margin-top: 30px;
    position: relative
}

.player-category .video-player-block__video_content .video-container {
    padding-top: 0
}

.player-category .btn_close:before {
    color: #fff;
    content: "×";
    font-family: Noto Sans;
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    right: 15px;
    top: 0
}

@media (max-width:575.98px) {
    .player-category .btn_close:before {
        padding: 0 10px;
        right: 0
    }
}

.our-story-section__image {
    margin-top: 10px
}

.our-story-section__image img {
    width: 100%
}

@media (min-width:992px) {
    .our-story-section__text {
        padding-left: 60px
    }
}

.our-story-section__text__timeline {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative
}

@media (max-width:991.98px) {
    .our-story-section__text__timeline {
        margin: 0 auto;
        padding: 0 30px
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .our-story-section__text__timeline {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (max-width:991.98px) {
    .our-story-section__text__timeline {
        padding: 0
    }
}

.our-story-section__text__timeline:before {
    background-color: #c2c2c2;
    bottom: 0;
    content: " ";
    margin-left: 39px;
    position: absolute;
    top: 0;
    width: 1px
}

.our-story-section__text__timeline li {
    list-style-type: none;
    position: relative
}

.our-story-section__text__timeline li:after,
.our-story-section__text__timeline li:before {
    content: " ";
    display: table
}

.our-story-section__text__timeline li:after {
    clear: both
}

.our-story-section__text__timeline li .timeline-panel {
    align-items: center;
    display: flex;
    float: right;
    height: 220px;
    margin-top: 105px;
    padding: 20px 20px 20px 100px;
    position: relative;
    width: 100%
}

@media (max-width:991.98px) {
    .our-story-section__text__timeline li .timeline-panel {
        margin-top: 75px
    }
}

@media (max-width:575.98px) {
    .our-story-section__text__timeline li .timeline-panel {
        height: 150px;
        margin-top: 60px;
        padding-left: 60px
    }
}

.our-story-section__text__timeline li .timeline-panel .timeline-body ul li p {
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .our-story-section__text__timeline li .timeline-panel .timeline-body ul {
        padding-left: 30px
    }
}

.our-story-section__text__timeline li:first-child .timeline-badge:before,
.our-story-section__text__timeline li:last-child .timeline-badge:after,
.our-story-section__text__timeline li:last-child .timeline-panel {
    display: none
}

.our-story-section__text__timeline li .timeline-badge {
    background-color: #fff;
    border-radius: 2px !important;
    color: #000;
    left: 0;
    position: absolute;
    width: 80px
}

.our-story-section__text__timeline li .timeline-badge:after,
.our-story-section__text__timeline li .timeline-badge:before {
    background: #c2c2c2;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    margin-left: 36px;
    padding: 2px;
    width: 7px
}

.our-story-section__text__timeline li .timeline-badge .badge-title {
    color: inherit;
    margin-bottom: 25px !important;
    margin-top: 25px
}

@media (max-width:767.98px) {
    .our-story-section__text__timeline li .timeline-badge .badge-title {
        margin-bottom: 15px !important;
        margin-top: 15px;
        text-align: center
    }
}

.our-story-section__text__link-container {
    float: right;
    margin-top: 45px;
    padding-left: 100px;
    position: relative;
    width: 100%
}

@media (min-width:576px) and (max-width:991.98px) {
    .our-story-section__text__link-container {
        padding-left: 150px
    }
}

@media (max-width:767.98px) {
    .our-story-section__text__link-container {
        top: -18px
    }
}

@media (max-width:575.98px) {
    .our-story-section__text__link-container {
        padding-left: 50px
    }
}

.our-story-section__text__link-container a {
    margin-left: 40px
}

@media (max-width:767.98px) {
    .about--header {
        padding: 1rem 15px
    }
}

.about-us-section--text {
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:991.98px) {
    .about-us-section--our-story .our-story-section__image {
        margin-top: 0
    }
}

.about-us-section--our-story h2.header-2 {
    text-transform: capitalize
}

@media (max-width:991.98px) {
    .about-us-section--our-story h2.header-2 {
        margin-bottom: 1.5rem
    }
}

.about-us-section--shipyard {
    color: #fff;
    position: relative
}

.about-us-section--shipyard .about-us-section--text {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1199.98px) {
    .about-us-section--shipyard .about-us-section--text {
        align-items: flex-start
    }
}

.about-us-section--shipyard .container {
    display: flex;
    justify-content: flex-end;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:1199.98px) {
    .about-us-section--shipyard .container {
        justify-content: flex-start
    }
}

@media (max-width:575.98px) {
    .about-us-section--shipyard .header-2 {
        width: 100%
    }
}

.about-us-section--innovation {
    color: #fff;
    position: relative
}

.about-us-section--innovation h2 {
    max-width: 280px
}

@media (max-width:991.98px) {
    .about-us-section--innovation h2 {
        max-width: none
    }
}

.about-us-section--innovation .about-us-section--text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-us-section--innovation .container {
    display: flex;
    justify-content: flex-start;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.about-us-section--csr .about-us-horizontal__paragraph.bg-color-white-padding {
    padding: 0
}

.about-us-section--csr .about-us-horizontal__paragraph.full-width {
    height: auto;
    min-width: auto;
    width: auto
}

.about-us-section--csr .about-us-horizontal__paragraph-title {
    opacity: 1;
    transform: none
}

.about-us-section--csr .about-us-horizontal__paragraph p {
    font-size: 15px;
    opacity: 1
}

.about-us-section--csr .about-us-horizontal__paragraph-container {
    position: static;
    top: auto;
    transform: none
}

.about-us-section--csr .csr-page .logo-container {
    opacity: 1;
    transform: none
}

.about-us-section--innovation,
.about-us-section--shipyard {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 59.97%;
    width: 100%
}

@media (max-width:1199.98px) {

    .about-us-section--innovation,
    .about-us-section--shipyard {
        background-position: 50%;
        background-size: cover;
        padding-top: 74.41%
    }

    .about-us-section--innovation .about-us-section--text p,
    .about-us-section--shipyard .about-us-section--text p {
        text-align: justify !important
    }
}

@media (max-width:767.98px) {

    .about-us-section--innovation,
    .about-us-section--shipyard {
        padding-top: 123.2%
    }
}

@media (max-width:575.98px) {

    .about-us-section--innovation,
    .about-us-section--shipyard {
        padding-top: 150%
    }
}

@media (max-width:1560px) {

    .about-us-section--innovation .container,
    .about-us-section--shipyard .container {
        padding: 0 130px
    }
}

@media (max-width:991.98px) {

    .about-us-section--innovation .container,
    .about-us-section--shipyard .container {
        padding: 0 100px
    }
}

@media (max-width:575.98px) {

    .about-us-section--innovation .container,
    .about-us-section--shipyard .container {
        padding: 0 15px
    }
}

@media (max-width:991.98px) {

    .about-us-section--innovation .about-us-section--text,
    .about-us-section--shipyard .about-us-section--text {
        position: static;
        top: auto;
        transform: none
    }

    .about-us-section--innovation .about-us-section--text .link-arrow,
    .about-us-section--shipyard .about-us-section--text .link-arrow {
        justify-content: flex-end;
        padding-right: 15px;
        width: 100%
    }
}

@media (max-width:575.98px) {

    .about-us-section--innovation .about-us-section--text .link-arrow,
    .about-us-section--shipyard .about-us-section--text .link-arrow {
        padding-bottom: 30px
    }
}

.about-us-section--innovation .paragraph,
.about-us-section--shipyard .paragraph {
    font-weight: 500;
    max-width: 450px
}

@media (max-width:991.98px) {

    .about-us-section--innovation .paragraph,
    .about-us-section--shipyard .paragraph {
        max-width: none
    }

    .about-us-section--design h2.header-2,
    .about-us-section--innovation h2.header-2,
    .about-us-section--our-story h2.header-2,
    .about-us-section--shipyard h2.header-2 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
}

.main-content-gsap.overflow-x-hidden {
    overflow-x: hidden
}

.pin-container {
    height: 100%;
    width: 100%
}

.about-us-horizontal {
    position: relative
}

.about-us-horizontal,
.about-us-horizontal .scroll-content {
    display: flex !important;
    flex-wrap: nowrap;
    height: 100vh
}

.about-us-horizontal .swipe-icon {
    background-color: #fff;
    border-radius: 50%;
    display: none;
    height: 70px;
    position: fixed;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px
}

.about-us-horizontal .swipe-icon .icon {
    align-items: center;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    left: 12px;
    position: relative
}

.about-us-horizontal__title {
    color: #fff;
    font-size: 84px;
    left: 100px;
    letter-spacing: 7.8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.about-us-horizontal__subtitle {
    bottom: 130px;
    color: #fff;
    font-size: 90px;
    left: 160px;
    letter-spacing: normal;
    margin: 0;
    position: absolute
}

.about-us-horizontal__full-bg,
.about-us-horizontal__full-text {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    width: 100vw
}

.about-us-horizontal__full-bg.img-width {
    width: 50vw
}

.about-us-horizontal__full-text {
    background-color: #fff
}

.about-us-horizontal__full-text p {
    color: #000;
    font-size: 48px;
    font-weight: 300;
    left: 50%;
    opacity: 0;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 790px
}

.about-us-horizontal__full-text--black {
    background-color: #23282d
}

.about-us-horizontal__full-text--black p {
    color: #fff
}

.about-us-horizontal__paragraph {
    background-color: #fff;
    color: #000;
    font-size: 48px;
    font-weight: 300;
    height: 100vh;
    margin: 0 320px;
    width: auto
}

.about-us-horizontal__paragraph.bg-color-white-padding {
    margin: 0;
    padding: 0 320px;
    z-index: 1
}

.about-us-horizontal__paragraph.bg-color-white {
    z-index: 1
}

.about-us-horizontal__paragraph-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.about-us-horizontal__paragraph-title {
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(-30px);
    width: 514px
}

.about-us-horizontal__paragraph p {
    font-size: 18px;
    line-height: 2;
    opacity: 0;
    text-align: justify;
    width: 490px
}

.about-us-horizontal__paragraph p a {
    border-bottom: 1px solid #082d7b;
    color: #082d7b;
    transition: color .2s
}

.about-us-horizontal__paragraph p a:hover {
    border-color: #0080c8;
    color: #0080c8;
    text-decoration: none
}

.about-us-horizontal__paragraph.full-width {
    min-width: 100vw;
    width: 100vw
}

.about-us-horizontal__paragraph.full-width .about-us-horizontal__paragraph-container,
.about-us-horizontal__paragraph.full-width .about-us-horizontal__paragraph-container .about-us-horizontal__paragraph-title,
.about-us-horizontal__paragraph.full-width .about-us-horizontal__paragraph-container p {
    text-align: center;
    width: 100%
}

.about-us-horizontal__paragraph.full-width .about-us-horizontal__paragraph-container p {
    margin-bottom: 6vh
}

.about-us-horizontal__one-image.bottom-image .about-us-horizontal__one-image__container {
    align-items: flex-end;
    display: flex;
    overflow-y: hidden
}

.about-us-horizontal__one-image.bottom-image .about-us-horizontal__one-image__container img {
    height: 70vh;
    width: auto
}

.about-us-horizontal__one-image__container {
    height: 100vh;
    overflow-y: hidden;
    position: relative
}

.about-us-horizontal__one-image__container img {
    height: 100vh;
    object-fit: cover;
    position: relative
}

.about-us-horizontal__one-image__container.from-bottom img {
    bottom: -30vh
}

.about-us-horizontal__two-images {
    height: 100vh;
    position: relative;
    width: 100vw
}

.about-us-horizontal__two-images .img-first {
    height: 76vh;
    width: auto
}

.about-us-horizontal__two-images .img-second {
    height: 60vh;
    width: auto
}

.about-us-horizontal__two-images.bg-color-white {
    background-color: #fff;
    z-index: 1
}

.about-us-horizontal__two-images.margin-right-10 {
    margin-right: 360px
}

.about-us-horizontal__two-images__container {
    overflow-y: hidden
}

.about-us-horizontal__two-images__container.zoomed-out img {
    transform: scale(1)
}

.about-us-horizontal__two-images__container.zoomed-in img {
    transform: scale(.8)
}

.about-us-horizontal__two-images .img-first,
.about-us-horizontal__two-images .img-second {
    overflow: hidden;
    position: absolute
}

.about-us-horizontal__two-images .img-first img,
.about-us-horizontal__two-images .img-second img {
    overflow: hidden
}

.about-us-horizontal__two-images.center-bottom1 {
    min-width: 160vh
}

.about-us-horizontal__two-images.center-bottom1 .img-first {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.about-us-horizontal__two-images.center-bottom1 .img-second {
    bottom: 0;
    right: 0
}

.about-us-horizontal__two-images.center-bottom1-small {
    min-width: 125vh
}

.about-us-horizontal__two-images.center-bottom1-small .img-first {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.about-us-horizontal__two-images.center-bottom1-small .img-second {
    bottom: 0;
    right: 0
}

.about-us-horizontal__two-images.top-bottom1 {
    min-width: 160vh
}

.about-us-horizontal__two-images.top-bottom1 .img-first {
    height: 100%;
    left: 0;
    top: 0
}

.about-us-horizontal__two-images.top-bottom1 .img-second {
    bottom: 0;
    right: 0
}

.about-us-horizontal__two-images.bottom-center1 {
    min-width: 128vh
}

.about-us-horizontal__two-images.bottom-center1 .img-first {
    bottom: 0;
    left: 0
}

.about-us-horizontal__two-images.bottom-center1 .img-second {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.about-us-horizontal__two-images.bottom-top1 {
    min-width: 160vh;
    overflow: hidden
}

.about-us-horizontal__two-images.bottom-top1 .img-first {
    bottom: 0;
    left: 0
}

.about-us-horizontal__two-images.bottom-top1 .img-second {
    right: 0;
    top: 0
}

.about-us-horizontal__two-images.bottom-top1-10 {
    min-width: 175vh
}

.about-us-horizontal__two-images.bottom-top1-10 .img-first {
    bottom: 0;
    height: 60vh;
    left: 0
}

.about-us-horizontal__two-images.bottom-top1-10 .img-second {
    right: 0;
    top: 10vh
}

.about-us-horizontal__two-images.center1-center {
    min-width: 98vh
}

.about-us-horizontal__two-images.center1-center .img-first {
    bottom: auto;
    height: 35vh;
    left: 0;
    top: calc(50% + 190px);
    transform: translateY(-50%);
    z-index: 1
}

.about-us-horizontal__two-images.center1-center .img-first img {
    border: 2px solid #fff
}

.about-us-horizontal__two-images.center1-center .img-second {
    bottom: auto;
    height: 47vh;
    right: 0;
    top: calc(50% - 80px);
    transform: translateY(-50%)
}

.about-us-horizontal__two-images__container.img-first img {
    border: none
}

.about-us-horizontal__two-images__container img {
    border: 2px solid #fff;
    height: 100%;
    object-fit: cover
}

.about-us-horizontal__two-images .about-us-horizontal__two-images__container.from-bottom-left {
    bottom: -14vh
}

.about-us-horizontal__two-images .about-us-horizontal__two-images__container.from-top-right {
    right: -10vh;
    top: -14vh
}

.about-us-horizontal__two-images .about-us-horizontal__two-images__container.from-left,
.about-us-horizontal__two-images .about-us-horizontal__two-images__container.from-left-reverse-on-mobile {
    right: 12vh
}

.about-us-horizontal__two-images .about-us-horizontal__two-images__container.from-right {
    right: -10vh
}

.about-us-horizontal__two-images .about-us-horizontal__two-images__container.from-bottom {
    bottom: -40vh
}

@media screen and (max-width:1840px) and (orientation:landscape) {
    .about-us-horizontal__full-text p {
        font-size: 48px;
        width: 790px
    }
}

@media screen and (max-width:1400px) and (orientation:landscape) {
    .about-us-horizontal .swipe-icon {
        display: flex
    }

    .about-us-horizontal__full-text p {
        font-size: 40px;
        width: 700px
    }

    .about-us-horizontal__paragraph {
        margin: 0 270px
    }

    .about-us-horizontal__paragraph.bg-color-white-padding {
        padding: 0 270px
    }

    .about-us-horizontal__paragraph-container .about-us-horizontal__paragraph-title {
        font-size: 43px
    }
}

@media screen and (max-width:1300px) and (max-height:850px) and (orientation:landscape) {
    .about-us-horizontal__full-text p {
        font-size: 40px;
        width: 700px
    }

    .about-us-horizontal__subtitle {
        bottom: 80px;
        font-size: 60px;
        left: 100px
    }

    .about-us-horizontal__two-images.center1-center .img-first {
        top: calc(50% + 90px)
    }
}

@media screen and (max-width:1200px) and (orientation:landscape) {
    .about-us-horizontal__full-text p {
        font-size: 31px;
        width: 550px
    }

    .about-us-horizontal__title {
        font-size: 64px;
        margin: 0
    }

    .about-us-horizontal__subtitle {
        bottom: 80px;
        font-size: 60px;
        left: 100px
    }

    .about-us-horizontal__paragraph {
        margin: 0 220px
    }

    .about-us-horizontal__paragraph.bg-color-white-padding {
        padding: 0 220px
    }

    .about-us-horizontal__paragraph-container .about-us-horizontal__paragraph-title {
        font-size: 34px;
        width: 400px
    }

    .about-us-horizontal__paragraph-container p {
        font-size: 15px;
        line-height: 2;
        width: 400px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .main-content-gsap {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%
    }

    .about-us-horizontal {
        display: flex !important;
        flex-wrap: wrap;
        height: auto;
        position: relative
    }

    .about-us-horizontal .swipe-icon {
        display: none
    }

    .about-us-horizontal__full-bg {
        background-size: cover
    }

    .about-us-horizontal__full-text p {
        font-size: 26px;
        width: 450px
    }

    .about-us-horizontal__title {
        font-size: 69px;
        left: 35px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:992px),
(orientation:portrait) and (orientation:portrait) and (max-width:992px) {
    .about-us-horizontal__title {
        font-size: 52px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:767px),
(orientation:portrait) and (orientation:portrait) and (max-width:767px) {
    .about-us-horizontal__title {
        margin-left: 0;
        top: 33%;
        transform: none
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:500px),
(orientation:portrait) and (orientation:portrait) and (max-width:500px) {
    .about-us-horizontal__title {
        font-size: 37px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:400px),
(orientation:portrait) and (orientation:portrait) and (max-width:400px) {
    .about-us-horizontal__title {
        font-size: 34px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:landscape) and (max-width:767px),
(orientation:portrait) and (orientation:landscape) and (max-width:767px) {
    .about-us-horizontal__title {
        font-size: 40px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images__container {
        overflow: hidden
    }

    .about-us-horizontal__subtitle {
        bottom: 11vw;
        font-size: 54px;
        left: 8vw
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:650px) and (orientation:portrait),
(orientation:portrait) and (max-width:650px) and (orientation:portrait) {
    .about-us-horizontal__subtitle {
        font-size: 45px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__paragraph {
        height: auto;
        margin: 140px auto 80px
    }

    .about-us-horizontal__paragraph.bg-color-white-padding {
        margin: 0 auto;
        padding: 140px 0 80px;
        width: 100%
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:550px),
(orientation:portrait) and (max-width:550px) {
    .about-us-horizontal__paragraph.bg-color-white-padding {
        margin: 100px 30px 50px;
        padding: 0
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__paragraph.bg-color-white-padding .about-us-horizontal__paragraph-container {
        left: 50%;
        position: relative;
        top: 0;
        transform: translateX(-50%);
        width: 400px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:550px),
(orientation:portrait) and (max-width:550px) {
    .about-us-horizontal__paragraph.bg-color-white-padding .about-us-horizontal__paragraph-container {
        width: 100%
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__paragraph-container .about-us-horizontal__paragraph-title {
        font-size: 34px;
        width: 400px
    }

    .about-us-horizontal__paragraph-container p {
        font-size: 15px;
        line-height: 2;
        width: 400px
    }

    .about-us-horizontal__paragraph.full-width {
        padding-bottom: 140px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:550px),
(orientation:portrait) and (orientation:portrait) and (max-width:550px) {
    .about-us-horizontal__paragraph.full-width {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__paragraph.full-width .about-us-horizontal__paragraph-container {
        padding: 0 30px;
        width: 100%
    }

    .about-us-horizontal__paragraph.full-width .about-us-horizontal__paragraph-container p {
        margin: 0 auto 30px;
        width: 400px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:550px) and (orientation:portrait),
(orientation:portrait) and (max-width:550px) and (orientation:portrait) {
    .about-us-horizontal__paragraph.full-width .about-us-horizontal__paragraph-container p {
        width: 100%
    }

    .about-us-horizontal__paragraph.full-width.bg-color-white-padding {
        margin: 0
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images {
        height: auto;
        min-width: auto !important
    }

    .about-us-horizontal__two-images.margin-right-10 {
        margin-bottom: 140px;
        margin-right: auto
    }

    .about-us-horizontal__two-images__container {
        overflow: hidden
    }

    .about-us-horizontal__two-images__container.img-first,
    .about-us-horizontal__two-images__container.img-second {
        height: auto;
        min-width: auto
    }

    .about-us-horizontal__two-images__container.img-first img,
    .about-us-horizontal__two-images__container.img-second img {
        width: 100%
    }

    .about-us-horizontal__two-images__container.img-second {
        overflow-y: auto
    }

    .about-us-horizontal__two-images.center-bottom1 {
        min-height: 100vmin
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .about-us-horizontal__two-images.center-bottom1 {
        min-height: 100vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images.center-bottom1 .img-first {
        top: 0;
        transform: none
    }

    .about-us-horizontal__two-images.center-bottom1 .img-second {
        right: -4vw
    }

    .about-us-horizontal__two-images.bottom-center1 {
        min-height: 90vmin
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .about-us-horizontal__two-images.bottom-center1 {
        min-height: 90vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images.bottom-center1 .img-second {
        top: 0;
        transform: none
    }

    .about-us-horizontal__two-images.top-bottom1 {
        min-height: 100vmin
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .about-us-horizontal__two-images.top-bottom1 {
        min-height: 100vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images.top-bottom1.to-right-on-mobile .img-first {
        left: auto;
        right: 0
    }

    .about-us-horizontal__two-images.top-bottom1.to-right-on-mobile .img-second {
        left: 5vh;
        right: auto
    }

    .about-us-horizontal__two-images.top-bottom1 .img-second:not(.from-left-reverse-on-mobile) {
        right: -4vw
    }

    .about-us-horizontal__two-images.bottom-top1 {
        min-height: 115vmin;
        overflow: hidden
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .about-us-horizontal__two-images.bottom-top1 {
        min-height: 115vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images.bottom-top1 .img-second {
        right: -8vh;
        top: 0
    }

    .about-us-horizontal__two-images.center-bottom1-small {
        min-height: 100vmin
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .about-us-horizontal__two-images.center-bottom1-small {
        min-height: 100vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images.center-bottom1-small .img-first {
        top: 0;
        transform: none
    }

    .about-us-horizontal__two-images.bottom-top1-10 {
        background-color: #fff;
        min-height: 83vmin
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .about-us-horizontal__two-images.bottom-top1-10 {
        min-height: 83vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images.bottom-top1-10 .img-second {
        top: -1vh
    }

    .about-us-horizontal__two-images .from-left {
        right: 6vw
    }

    .about-us-horizontal__two-images.center1-center {
        min-height: 86vmin;
        min-width: auto;
        width: 100vw
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .about-us-horizontal__two-images.center1-center {
        min-height: 100vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .about-us-horizontal__two-images.center1-center .img-first {
        bottom: 0;
        top: auto;
        transform: none
    }

    .about-us-horizontal__two-images.center1-center .img-second {
        top: 0;
        transform: none
    }

    .about-us-horizontal .mast-section {
        width: 100vw !important
    }

    .about-us-horizontal__one-image__container {
        height: auto;
        width: 100vw
    }

    .about-us-horizontal__one-image__container img {
        height: auto;
        width: 100%
    }

    .about-us-horizontal__one-image__container.from-bottom img {
        bottom: 0;
        left: -30vh
    }

    .about-us-horizontal__one-image.bottom-image .about-us-horizontal__one-image__container img {
        height: auto;
        width: 100%
    }
}

@media (max-width:550px) and (orientation:landscape),
(max-width:550px) and (orientation:portrait) {
    .about-us-horizontal__full-text p {
        font-size: 22px;
        margin: 0;
        padding: 0 30px;
        text-align: center;
        width: 100%
    }
}

@media (max-width:550px) and (orientation:landscape) and (max-width:400px),
(max-width:550px) and (orientation:portrait) and (max-width:400px) {
    .about-us-horizontal__full-text p {
        font-size: 18px
    }
}

@media (max-width:550px) and (orientation:landscape),
(max-width:550px) and (orientation:portrait) {
    .about-us-horizontal__title {
        font-size: 40px;
        left: 0;
        margin: 0;
        padding: 0 30px;
        width: 100%
    }
}

@media (max-width:550px) and (orientation:landscape) and (max-width:400px),
(max-width:550px) and (orientation:portrait) and (max-width:400px) {
    .about-us-horizontal__title {
        font-size: 34px;
        text-align: center
    }
}

@media (max-width:550px) and (orientation:landscape),
(max-width:550px) and (orientation:portrait) {
    .about-us-horizontal__subtitle {
        bottom: 11vw;
        font-size: 44px;
        left: 30px
    }
}

@media (max-width:550px) and (orientation:landscape) and (max-width:400px),
(max-width:550px) and (orientation:portrait) and (max-width:400px) {
    .about-us-horizontal__subtitle {
        font-size: 33px;
        left: 0;
        padding: 0 30px;
        text-align: center
    }
}

@media (max-width:550px) and (orientation:landscape),
(max-width:550px) and (orientation:portrait) {
    .about-us-horizontal__paragraph {
        margin: 100px 30px 50px;
        width: 100%
    }

    .about-us-horizontal__paragraph-title {
        font-size: 26px;
        width: 100%
    }

    .about-us-horizontal__paragraph-container {
        width: 100%
    }

    .about-us-horizontal__paragraph-container .about-us-horizontal__paragraph-title {
        font-size: 27px;
        width: 100%
    }

    .about-us-horizontal__paragraph-container p {
        font-size: 13px;
        width: 100%
    }

    .about-us-horizontal__two-images.margin-right-10 {
        margin-bottom: 100px
    }
}

.innovation-page h1 {
    letter-spacing: 8.8px;
    margin-left: 4vw
}

.innovation-page .about-us-horizontal__paragraph.move-to-left {
    margin: 0
}

.innovation-page .about-us-horizontal__paragraph.move-to-left .about-us-horizontal__paragraph-container {
    background-color: #fff;
    left: -50%;
    padding: 90px
}

.innovation-page .about-us-horizontal__paragraph .p-year {
    color: #f1f1f1;
    font-size: 150px;
    font-weight: 700;
    left: -222px;
    line-height: .8;
    opacity: 0;
    position: absolute;
    top: -59px;
    z-index: -1
}

.innovation-page .about-us-horizontal__video {
    background-color: #000;
    height: auto;
    min-width: 100vw;
    overflow: hidden;
    position: relative;
    width: 100vw
}

.innovation-page .about-us-horizontal__video video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.innovation-page .about-us-horizontal__full-text--super-big {
    height: 100vh;
    min-height: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow: hidden;
    width: auto
}

.innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container {
    align-items: center;
    background-color: #fff;
    display: flex
}

.innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container--mobile {
    display: none !important
}

.innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container--desktop {
    display: flex !important
}

.innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container {
    background-color: #fff;
    background: #fff;
    left: 20%;
    position: relative;
    z-index: 2
}

.innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
    font-size: 29px;
    left: 0;
    line-height: 2;
    margin: 0;
    padding: 90px;
    position: relative;
    text-align: justify;
    top: 0;
    transform: none;
    width: 930px
}

.innovation-page .about-us-horizontal__full-text--super-big__container {
    display: inline-flex;
    height: 100%;
    justify-content: flex-end
}

.innovation-page .about-us-horizontal__full-text--super-big__container .images-container {
    display: inline-flex;
    height: 100%;
    width: 100%
}

.innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-big {
    height: 93vh;
    overflow-x: hidden
}

.innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-big img {
    border: none;
    position: relative;
    top: -20vh
}

.innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-half {
    height: 67vh;
    overflow-x: hidden
}

.innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-half img {
    border: none;
    position: relative;
    top: -50vh
}

.innovation-page .about-us-horizontal__two-images.flybridge-section .img-first {
    height: 76vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.flybridge-section .img-second {
    height: 60vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.dd-power-section .img-first {
    height: 55vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.dd-power-section .img-second {
    height: 50vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.dd-sailing-section .img-first {
    height: 77vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.dd-sailing-section .img-second {
    height: 60vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.sloop-section .img-first {
    height: 66vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.sloop-section .img-second {
    height: 80vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.carbon-section .img-first {
    height: 81vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.carbon-section .img-second {
    height: 62vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.supreme-section .img-first {
    height: 60vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.supreme-section .img-second {
    height: 56vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.garage-section .img-first {
    height: 80vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.garage-section .img-second {
    height: 52vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.panels-section .img-first {
    height: 60vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.panels-section .img-second {
    height: 50vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.gas-section .img-first {
    height: 80vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.fiber-section .img-first,
.innovation-page .about-us-horizontal__two-images.gas-section .img-second {
    height: 63vh;
    width: auto
}

.innovation-page .about-us-horizontal__two-images.fiber-section .img-second {
    height: 50vh;
    width: auto
}

@media screen and (max-width:1840px) and (orientation:landscape) {
    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
        font-size: 29px;
        width: 930px
    }
}

@media screen and (max-width:1400px) and (orientation:landscape) {
    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
        font-size: 22px;
        width: 825px
    }

    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-big img {
        top: -20vh
    }

    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-half img {
        top: -40vh
    }
}

@media screen and (max-width:1300px) and (max-height:750px) and (orientation:landscape) {
    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
        font-size: 18px;
        width: 825px
    }
}

@media screen and (max-width:1200px) and (orientation:landscape) {
    .innovation-page h1 {
        margin-left: 0
    }

    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
        font-size: 18px;
        width: 645px
    }

    .innovation-page .about-us-horizontal__paragraph.move-to-left .about-us-horizontal__paragraph-container {
        left: -30%;
        padding: 70px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .innovation-page .about-us-horizontal__full-text--super-big {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100vw
    }

    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container {
        align-items: center;
        justify-content: center;
        max-width: 100vw;
        min-width: 100%;
        width: 100%
    }

    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container--mobile {
        display: flex !important
    }

    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container--desktop {
        display: none !important
    }

    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container {
        position: static
    }

    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
        font-size: 22px;
        width: 645px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:550px),
(orientation:portrait) and (max-width:550px) {
    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
        font-size: 18px;
        padding: 50px;
        width: 365px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:400px),
(orientation:portrait) and (max-width:400px) {
    .innovation-page .about-us-horizontal__full-text--super-big .super-big__paragraph-container .p-container p {
        padding: 40px;
        text-align: center;
        width: 100%
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container {
        flex-wrap: wrap
    }

    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-big {
        height: 60vmin;
        width: 100vw
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-big {
        min-height: 90vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-big img {
        right: -20%;
        top: 0
    }

    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-half {
        height: 56vmin;
        width: auto
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-half {
        min-height: 70vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .innovation-page .about-us-horizontal__full-text--super-big__container .images-container .con-half img {
        left: -40%;
        right: auto;
        top: 0
    }

    .innovation-page .about-us-horizontal__two-images.flybridge-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.flybridge-section .img-second {
        height: auto;
        width: 70vw
    }

    .innovation-page .about-us-horizontal__two-images.dd-power-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.dd-power-section .img-second {
        height: auto;
        width: 70vw
    }

    .innovation-page .about-us-horizontal__two-images.dd-sailing-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.dd-sailing-section .img-second {
        height: auto;
        width: 70vw
    }

    .innovation-page .about-us-horizontal__two-images.sloop-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.sloop-section .img-second {
        height: auto;
        width: 70vw
    }

    .innovation-page .about-us-horizontal__two-images.carbon-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.carbon-section .img-second {
        height: auto;
        width: 56vw
    }

    .innovation-page .about-us-horizontal__two-images.supreme-section .img-first {
        height: auto;
        width: 100vw
    }

    .innovation-page .about-us-horizontal__two-images.supreme-section .img-second {
        height: auto;
        width: 70vw
    }

    .innovation-page .about-us-horizontal__two-images.garage-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.garage-section .img-second {
        height: auto;
        width: 66vw
    }

    .innovation-page .about-us-horizontal__two-images.panels-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.panels-section .img-second {
        height: auto;
        width: 70vw
    }

    .innovation-page .about-us-horizontal__two-images.gas-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.gas-section .img-second {
        height: auto;
        width: 70vw
    }

    .innovation-page .about-us-horizontal__two-images.fiber-section .img-first {
        height: auto;
        width: 82vw
    }

    .innovation-page .about-us-horizontal__two-images.fiber-section .img-second {
        height: auto;
        width: 60vw
    }

    .innovation-page .about-us-horizontal__two-images.top-bottom1.to-right-on-mobile {
        min-height: 93vmin
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-height:650px) and (orientation:landscape),
(orientation:portrait) and (max-height:650px) and (orientation:landscape) {
    .innovation-page .about-us-horizontal__two-images.top-bottom1.to-right-on-mobile {
        min-height: 93vmax
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .innovation-page .about-us-horizontal__paragraph.move-to-left {
        margin: 120px auto 80px;
        position: static;
        transform: none
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:550px),
(orientation:portrait) and (max-width:550px) {
    .innovation-page .about-us-horizontal__paragraph.move-to-left {
        margin: 100px 30px 50px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .innovation-page .about-us-horizontal__paragraph.move-to-left .about-us-horizontal__paragraph-container {
        padding: 0;
        position: static;
        transform: translateY(0)
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:800px),
(orientation:portrait) and (max-width:800px) {
    .innovation-page .about-us-horizontal__paragraph .p-year {
        left: -150px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:700px),
(orientation:portrait) and (max-width:700px) {
    .innovation-page .about-us-horizontal__paragraph .p-year {
        left: -140px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:550px),
(orientation:portrait) and (max-width:550px) {
    .innovation-page .about-us-horizontal__paragraph .p-year {
        align-items: center;
        display: flex;
        font-size: 87px;
        justify-content: center;
        left: auto;
        right: 20%;
        top: -50%
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .innovation-page .about-us-horizontal__video {
        background-color: #23282d;
        display: block
    }

    .innovation-page .about-us-horizontal__video video {
        height: auto;
        position: static;
        transform: none;
        width: 100%
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:767px),
(orientation:portrait) and (max-width:767px) {
    .innovation-page .about-us-horizontal__video video {
        height: 100vh;
        min-width: 100vw;
        object-fit: cover;
        position: static;
        transform: none;
        width: auto
    }
}

.csr-page .about-us-horizontal__two-images.rxr-section .img-first {
    height: 76vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.rxr-section .img-second {
    height: 60vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.africa-section .img-first {
    height: 55vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.africa-section .img-second {
    height: 50vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.emocja-section .img-first {
    height: 77vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.emocja-section .img-second {
    height: 55vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.maasai-section .img-first {
    height: 75vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.maasai-section .img-second {
    height: 60vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.emocja2-section .img-first {
    height: 81vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.emocja2-section .img-second {
    height: 62vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.rainman-section .img-first {
    height: 60vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.rainman-section .img-second {
    height: 56vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.mulhouse-section .img-first {
    height: 80vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images.mulhouse-section .img-second {
    height: 52vh;
    width: auto
}

.csr-page .about-us-horizontal__two-images .higher-index {
    z-index: 1
}

.csr-page .multiple-images-container {
    display: inline-flex;
    flex-wrap: wrap;
    width: 86%
}

.csr-page .logo-container {
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    padding: 0;
    transform: translateY(-70px);
    width: 25%
}

.csr-page .logo-container img {
    max-width: 260px;
    padding: 38px;
    width: 100%
}

.csr-page .negative-margin-left {
    margin-left: -6vw;
    position: relative
}

.csr-page .hero-logo {
    background: #fff;
    padding: 34px 74px;
    position: absolute;
    right: -1px;
    top: 63px
}

.csr-page .hero-logo img {
    max-height: 100px
}

.csr-page .hero-logo.maasai {
    padding: 18px 55px
}

.csr-page .hero-logo.maasai img {
    max-height: 130px
}

.csr-page .hero-logo.rxr {
    padding: 46px 68px
}

.csr-page .hero-logo.rxr img {
    max-width: 140px
}

.csr-page .last-section-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:2000px) and (orientation:landscape) {
    .csr-page .logo-container {
        padding: 2px
    }

    .csr-page .logo-container img {
        max-width: 260px;
        padding: 14px;
        width: 100%
    }
}

@media (max-width:1500px) and (orientation:landscape) {
    .csr-page .logo-container img {
        padding: 16px
    }

    .csr-page .hero-logo {
        padding: 30px 67px;
        top: 63px
    }

    .csr-page .hero-logo img {
        max-height: unset;
        max-width: 100px
    }

    .csr-page .hero-logo.rxr {
        padding: 42px 53px
    }

    .csr-page .hero-logo.rxr img {
        max-width: 130px
    }
}

@media (max-width:1100px) and (orientation:landscape) {
    .csr-page .multiple-images-container {
        width: 100%
    }

    .csr-page .logo-container img {
        padding: 6px
    }

    .csr-page .hero-logo {
        padding: 22px 50px
    }

    .csr-page .hero-logo img {
        max-width: 70px
    }

    .csr-page .hero-logo.rxr {
        padding: 34px 50px
    }

    .csr-page .hero-logo.rxr img {
        max-width: 90px
    }

    .csr-page .last-section-logo img {
        height: 52px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .csr-page .about-us-horizontal__two-images.rxr-section .img-first {
        height: auto;
        width: 82vw
    }

    .csr-page .about-us-horizontal__two-images.rxr-section .img-second {
        height: auto;
        width: 60vw
    }

    .csr-page .about-us-horizontal__two-images.africa-section .img-first {
        height: auto;
        width: 82vw
    }

    .csr-page .about-us-horizontal__two-images.africa-section .img-second {
        height: auto;
        width: 60vw
    }

    .csr-page .about-us-horizontal__two-images.emocja-section .img-first {
        height: auto;
        width: 82vw
    }

    .csr-page .about-us-horizontal__two-images.emocja-section .img-second {
        height: auto;
        width: 60vw
    }

    .csr-page .about-us-horizontal__two-images.maasai-section .img-first {
        height: auto;
        width: 82vw
    }

    .csr-page .about-us-horizontal__two-images.maasai-section .img-second {
        height: auto;
        width: 60vw
    }

    .csr-page .about-us-horizontal__two-images.emocja2-section .img-first {
        height: auto;
        width: 82vw
    }

    .csr-page .about-us-horizontal__two-images.emocja2-section .img-second {
        height: auto;
        width: 60vw
    }

    .csr-page .about-us-horizontal__two-images.rainman-section .img-first {
        height: auto;
        width: 82vw
    }

    .csr-page .about-us-horizontal__two-images.rainman-section .img-second {
        height: auto;
        width: 60vw
    }

    .csr-page .about-us-horizontal__two-images.mulhouse-section .img-first {
        height: auto;
        width: 82vw
    }

    .csr-page .about-us-horizontal__two-images.mulhouse-section .img-second {
        height: auto;
        width: 60vw
    }

    .csr-page .multiple-images-container {
        width: 80%
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:1270px) and (orientation:portrait),
(orientation:portrait) and (max-width:1270px) and (orientation:portrait) {
    .csr-page .multiple-images-container {
        width: 60%
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:600px),
(orientation:portrait) and (max-width:600px) {
    .csr-page .multiple-images-container {
        width: 80%
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:390px),
(orientation:portrait) and (max-width:390px) {
    .csr-page .multiple-images-container {
        width: 100%
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .csr-page .logo-container {
        width: 50%
    }

    .csr-page .logo-container img {
        max-width: 100%;
        padding: 10px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:1100px) and (orientation:portrait),
(orientation:portrait) and (max-width:1100px) and (orientation:portrait) {
    .csr-page .logo-container img {
        max-width: 220px;
        padding: 30px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:900px) and (orientation:portrait),
(orientation:portrait) and (max-width:900px) and (orientation:portrait) {
    .csr-page .logo-container img {
        padding: 35px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:600px),
(orientation:portrait) and (max-width:600px) {
    .csr-page .logo-container img {
        padding: 10px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .csr-page .negative-margin-left {
        margin-left: 0;
        margin-top: 140px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:550px),
(orientation:portrait) and (orientation:portrait) and (max-width:550px) {
    .csr-page .negative-margin-left {
        margin-top: 100px
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .csr-page .hero-logo {
        top: 70px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:1100px),
(orientation:portrait) and (orientation:portrait) and (max-width:1100px) {
    .csr-page .hero-logo {
        padding: 24px 60px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:600px),
(orientation:portrait) and (orientation:portrait) and (max-width:600px) {
    .csr-page .hero-logo {
        padding: 30px 55px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:440px),
(orientation:portrait) and (orientation:portrait) and (max-width:440px) {
    .csr-page .hero-logo {
        padding: 5vw 11vw
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .csr-page .hero-logo img {
        max-height: unset;
        max-width: 138px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:1100px),
(orientation:portrait) and (orientation:portrait) and (max-width:1100px) {
    .csr-page .hero-logo img {
        max-width: 120px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:600px),
(orientation:portrait) and (orientation:portrait) and (max-width:600px) {
    .csr-page .hero-logo img {
        max-width: 80px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:440px),
(orientation:portrait) and (orientation:portrait) and (max-width:440px) {
    .csr-page .hero-logo img {
        max-width: 17vw
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:landscape) and (max-width:767px),
(orientation:portrait) and (orientation:landscape) and (max-width:767px) {
    .csr-page .hero-logo img {
        max-width: 11vw
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:600px),
(orientation:portrait) and (orientation:portrait) and (max-width:600px) {
    .csr-page .hero-logo.rxr {
        padding: 42px 45px
    }

    .csr-page .hero-logo.rxr img {
        max-width: 100px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:440px),
(orientation:portrait) and (orientation:portrait) and (max-width:440px) {
    .csr-page .hero-logo.rxr {
        padding: 8vw 11vw
    }

    .csr-page .hero-logo.rxr img {
        max-width: 17vw
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:600px),
(orientation:portrait) and (orientation:portrait) and (max-width:600px) {
    .csr-page .hero-logo.maasai {
        padding: 30px 55px
    }

    .csr-page .hero-logo.maasai img {
        max-width: 100px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:440px),
(orientation:portrait) and (orientation:portrait) and (max-width:440px) {
    .csr-page .hero-logo.maasai {
        padding: 5vw 11vw
    }

    .csr-page .hero-logo.maasai img {
        max-width: 17vw
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:800px),
(orientation:portrait) and (orientation:portrait) and (max-width:800px) {
    .csr-page .last-section-logo img {
        height: 50px
    }
}

@media (max-width:992px) and (orientation:landscape) and (orientation:portrait) and (max-width:500px),
(orientation:portrait) and (orientation:portrait) and (max-width:500px) {
    .csr-page .last-section-logo {
        left: 0;
        transform: translateY(-50%)
    }

    .csr-page .last-section-logo img {
        height: auto;
        padding: 0 30px;
        width: 100%
    }
}

.shipyard-page .shipyard-title h1 {
    bottom: 0;
    font-size: 84px;
    letter-spacing: 15px;
    margin-bottom: 18vh;
    margin-left: 9vh;
    top: auto;
    transform: none
}

.shipyard-page .about-us-horizontal__two-images.location-section .img-first {
    height: 35vh;
    width: auto
}

.shipyard-page .about-us-horizontal__two-images.location-section .img-second {
    height: 50vh;
    width: auto
}

.shipyard-page .about-us-horizontal__two-images.infrastructure-section .img-first {
    left: 12vh
}

.shipyard-page .about-us-horizontal__two-images.infrastructure-section .img-first img {
    height: 100%;
    object-fit: cover
}

.shipyard-page .about-us-horizontal__two-images.infrastructure-section .img-first,
.shipyard-page .about-us-horizontal__two-images.infrastructure-section .img-second {
    height: 55vh;
    width: auto
}

.shipyard-page .about-us-horizontal__two-images .higher-index {
    z-index: 1
}

.shipyard-page .about-us-horizontal__paragraph-with-images {
    position: relative
}

.shipyard-page .about-us-horizontal__paragraph-with-images__container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.shipyard-page .about-us-horizontal__paragraph-with-images__container p {
    margin-bottom: 70px
}

.shipyard-page .about-us-horizontal__paragraph-with-images .img-first {
    position: relative;
    right: -10vh;
    width: auto
}

.shipyard-page .about-us-horizontal__paragraph-with-images .img-first img {
    border: 2px solid #fff
}

.shipyard-page .about-us-horizontal__paragraph-with-images .img-second {
    height: 85vh;
    position: absolute;
    right: -18vh;
    top: 0;
    width: auto;
    z-index: 1
}

.shipyard-page .about-us-horizontal__paragraph-with-images .img-second img {
    height: 100%;
    object-fit: cover
}

.shipyard-page .negative-margin-left {
    margin-left: -6vw;
    position: relative
}

@media (max-width:1500px) and (orientation:landscape) {
    .shipyard-page .shipyard-title h1 {
        font-size: 8em;
        margin-bottom: 15vh;
        margin-left: 5vh
    }
}

@media (max-width:1300px) and (max-height:850px) and (orientation:landscape) {
    .shipyard-page .about-us-horizontal__paragraph-with-images .img-first img {
        width: 120%
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images .img-second {
        right: -27vh
    }
}

@media screen and (max-width:1200px) and (orientation:landscape) {
    .shipyard-page .shipyard-title h1 {
        font-size: 64px
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images .img-first img {
        width: 120%
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images .img-second {
        height: 74vh
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .shipyard-page .shipyard-title h1 {
        font-size: 69px;
        margin-bottom: 10vh;
        margin-left: 4vh
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:700px),
(orientation:portrait) and (max-width:700px) {
    .shipyard-page .shipyard-title h1 {
        font-size: 34px;
        letter-spacing: 8.8px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .shipyard-page .about-us-horizontal__two-images {
        position: relative
    }

    .shipyard-page .about-us-horizontal__two-images.location-section .img-first {
        height: auto;
        width: 82vw
    }

    .shipyard-page .about-us-horizontal__two-images.location-section .img-second {
        height: auto;
        width: 60vw
    }

    .shipyard-page .about-us-horizontal__two-images.infrastructure-section .img-first {
        height: auto;
        width: 47vw
    }

    .shipyard-page .about-us-horizontal__two-images.infrastructure-section .img-second {
        height: auto;
        width: 66vw
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images {
        position: relative
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images__container {
        position: relative;
        top: 0;
        transform: none;
        z-index: 2
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images__container p {
        font-size: 15px;
        margin-bottom: 70px;
        margin-left: auto;
        margin-right: auto;
        width: 400px
    }
}

@media (max-width:992px) and (orientation:landscape) and (max-width:550px),
(orientation:portrait) and (max-width:550px) {
    .shipyard-page .about-us-horizontal__paragraph-with-images__container p {
        font-size: 13px;
        width: 100%
    }
}

@media (max-width:992px) and (orientation:landscape),
(orientation:portrait) {
    .shipyard-page .about-us-horizontal__paragraph-with-images .img-first {
        height: auto;
        position: relative;
        right: -5vh;
        width: 75vw;
        z-index: 2
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images .img-first img {
        height: auto;
        width: 100%
    }

    .shipyard-page .about-us-horizontal__paragraph-with-images .img-second {
        display: none
    }

    .shipyard-page .swiper-slide {
        height: 100vh
    }
}

.event .article-page--image {
    position: relative
}

.event .article-page--image .festival-logo {
    background: #fff;
    max-width: 225px;
    padding: 25px;
    position: absolute;
    top: 5%
}

.event .boat_pressent:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.event .boat_pressent a {
    text-decoration: none
}

.event .box-info p {
    font-size: 1rem
}

.event .box-info .text-blue {
    color: #082d7b !important
}

@media screen and (max-width:1039px) {
    .event .box-info {
        flex: 0 0 100%;
        margin-top: -150px;
        max-width: 100%;
        padding: 0 8% 8%
    }

    .event .box-info .shadow {
        background: #fff;
        padding: 30px !important
    }

    .event .box-info h6 {
        text-align: center
    }

    .event .box-info p {
        font-size: .9rem;
        text-align: center
    }

    .event .event-text {
        flex: 0 0 100%;
        max-width: 100%
    }

    .event .festival-logo {
        max-width: 200px
    }

    .event h4,
    .event h5 {
        font-size: 24px
    }
}

@media screen and (min-width:1040px) {
    .event .box-info {
        order: 2
    }
}

.superyachts-performace {
    background-color: #25282f;
    position: relative;
    z-index: 126
}

.superyachts-performace-title h2 {
    color: #fff;
    font-size: 60px
}

@media (max-width:1199.98px) {
    .superyachts-performace-title h2 {
        font-size: 48px
    }
}

@media (max-width:575.98px) {
    .superyachts-performace-title h2 {
        font-size: 42px
    }
}

.superyachts-performace-title h4 {
    color: #2f90d3;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.5
}

@media (max-width:1199.98px) {
    .superyachts-performace-title h4 {
        font-size: 16px;
        letter-spacing: 6px;
        line-height: normal
    }
}

.superyachts-performace-info {
    margin-left: 5px
}

.superyachts-performace-info p {
    color: #9dacb4;
    line-height: 1.5;
    text-align: left
}

.superyachts-performace-info h6 {
    color: #fff;
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    padding-bottom: 5px;
    text-align: left
}

@media (max-width:575.98px) {
    .superyachts-performace-info h6 {
        font-size: 24px
    }
}

.superyachts-performace .performacne-icon {
    align-self: flex-start;
    margin-top: 30px
}

.info-h h2 {
    color: #fff;
    font-size: 60px
}

@media (max-width:575.98px) {
    .info-h h2 {
        font-size: 42px
    }
}

.info-h h4 {
    color: #2f90d3;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: .96;
    text-align: center
}

@media (max-width:575.98px) {
    .info-h h4 {
        font-size: 16px
    }
}

.superychats-boats {
    background-color: #25282f
}

.superyachts-section.dt {
    display: block;
    padding-top: 45%;
    position: relative;
    z-index: 123
}

@media (max-width:1199.98px) {
    .superyachts-section.dt h2 {
        font-size: 48px
    }
}

@media (max-width:575.98px) {
    .superyachts-section.dt h2 {
        font-size: 42px
    }
}

@media (max-width:1199.98px) {
    .superyachts-section.dt h4 {
        font-size: 16px;
        letter-spacing: 6px;
        line-height: normal
    }
}

.superyachts-section.dt .container {
    top: 40% !important
}

@media (max-width:1440px) {
    .superyachts-section.dt .container {
        top: 25% !important
    }
}

.superyachts-section {
    background-color: #25282f;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%
}

.superyachts-section.dt {
    background-size: contain
}

.superyachts-section--text-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1199.98px) {
    .superyachts-section--text-right {
        align-items: flex-start
    }
}

.superyachts-section--text-left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1199px) {
    .superyachts-section--text-left {
        margin-left: 30px
    }
}

.superyachts-section h4 {
    color: #0af;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: .96
}

.superyachts-section h2 {
    font-size: 60px;
    letter-spacing: normal
}

.superyachts-section .container {
    display: flex;
    justify-content: flex-end;
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%)
}

.superyachts-section .button-action--outline {
    margin-top: 15px
}

@media (max-width:575.98px) {
    .superyachts-section .header-2 {
        width: 100%
    }
}

.superyachts-section .superyachts-section--text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.superyachts-section .left.container {
    display: flex;
    justify-content: flex-start;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bottom-container,
.top-container {
    background-color: #ff0;
    flex-flow: column nowrap;
    height: 100vh
}

.bottom-container,
.panel,
.top-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.panel {
    color: #fff;
    height: 100%;
    width: 100%
}

.qw {
    position: relative
}

.info-h {
    align-content: center;
    align-items: center;
    display: block;
    margin: 0 auto;
    text-align: center
}

.carousel_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh
}

#sticky.fixed {
    display: flex !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 123
}

#superyachts,
#superyachts .pin-spacer {
    background-color: #25282f
}

.superyachts-horizontal-scroll {
    background-color: #25282f;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%
}

@media (max-width:992px) {
    .superyachts-horizontal-scroll {
        height: auto
    }
}

.superyachts-horizontal-scroll .text-box {
    position: relative;
    width: 100%
}

.superyachts-horizontal-scroll .text-box h2 {
    color: #fff;
    font-size: 62px
}

@media (max-width:1199.98px) {
    .superyachts-horizontal-scroll .text-box h2 {
        font-size: 48px
    }
}

@media (max-width:575.98px) {
    .superyachts-horizontal-scroll .text-box h2 {
        font-size: 42px
    }
}

.superyachts-horizontal-scroll .text-box h4 {
    color: #2f90d3;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 9.6px;
    line-height: .96;
    text-align: center
}

@media (max-width:1199.98px) {
    .superyachts-horizontal-scroll .text-box h4 {
        font-size: 16px;
        letter-spacing: 6px;
        line-height: normal
    }
}

.superyachts-horizontal-scroll .slide {
    background-color: #25282f;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100%;
    position: absolute;
    white-space: normal;
    width: 100%
}

@media (min-width:1920px) {
    .superyachts-horizontal-scroll .slide {
        background-size: contain
    }
}

.superyachts-horizontal-scroll .slide.fromRight {
    left: 100%
}

.superyachts-horizontal-scroll .slide h4 {
    color: #0af;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: .96
}

.superyachts-horizontal-scroll .slide h2 {
    letter-spacing: normal
}

.superyachts-horizontal-scroll .slide p {
    word-wrap: break-word;
    display: block;
    line-height: 32px;
    max-width: 640px
}

.dt {
    height: 100%;
    max-height: 300px
}

.gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity
}

.superyachts-section-boats {
    background-color: #25282f;
    color: #fff
}

@media (max-width:992px) {
    .superyachts-section-boats .right .left-yacht-image {
        order: 2
    }

    .superyachts-section-boats .right .superyachts-section-boats--text-right {
        order: 1
    }
}

.superyachts-section-boats .yacht-image {
    z-index: -1
}

@media (max-width:1199.98px) {
    .superyachts-section-boats .yacht-image {
        z-index: 1
    }
}

.superyachts-section-boats .yacht-image img {
    margin-left: -20%;
    max-width: 130%
}

@media (max-width:1560px) {
    .superyachts-section-boats .yacht-image img {
        max-width: 120%
    }
}

@media (max-width:1199.98px) {
    .superyachts-section-boats .yacht-image img {
        margin-left: 0;
        max-width: 100%
    }
}

.superyachts-section-boats .left-yacht-image img {
    margin-left: -15%;
    max-width: 130%
}

@media (max-width:1560px) {
    .superyachts-section-boats .left-yacht-image img {
        margin-left: 0;
        max-width: 120%
    }
}

@media (max-width:1199.98px) {
    .superyachts-section-boats .left-yacht-image img {
        max-width: 100%
    }
}

.superyachts-section-boats--text-left,
.superyachts-section-boats--text-right {
    align-self: center
}

.superyachts-section-boats h4 {
    color: #0af;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: .96
}

@media (max-width:1269px) {
    .superyachts-section-boats h4 {
        letter-spacing: 2.8px
    }
}

.superyachts-section-boats h2 {
    letter-spacing: normal
}

@media (max-width:1269px) {
    .superyachts-section-boats h2 {
        font-size: 2.5rem
    }
}

@media (max-width:1199.98px) {
    .superyachts-section-boats .container {
        justify-content: flex-start
    }
}

.superyachts-section-boats .button-action--outline {
    margin-top: 15px
}

@media (max-width:575.98px) {
    .superyachts-section-boats .header-2 {
        font-size: 2.1rem;
        width: 100%
    }
}

.superyachts-section-boats .superyachts-section--text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.horizontal-scroll-title {
    position: absolute;
    width: 100%;
    z-index: 123
}

.horizontal-scroll-title-block {
    display: inline-block;
    left: 50%;
    margin-top: 50px;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1040px) {
    .horizontal-scroll-title-block {
        margin-top: 0
    }
}

.box-eco {
    align-self: center;
    border: 2px solid #a9d230;
    color: #a9d230;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: normal;
    margin-top: 3px !important;
    padding: 6px 8px
}

@media (max-width:1269px) {
    .box-eco {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 3px 5px
    }
}

@media (max-width:991.98px) {
    .superyachts-section-boats {
        padding: 15px
    }
}

.divercity-img {
    margin-left: -30px;
    margin-right: -15px;
    width: 140%
}

.step-block {
    color: #fff
}

.step-block .header-5 {
    color: #2f90d3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 6.4px;
    line-height: 1.44;
    text-align: center
}

.step-block .step-number {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.step-block .step-number span {
    align-items: center;
    border: 3px solid #62c9ff;
    border-radius: 50px;
    color: #62c9ff;
    display: flex;
    font-size: 28px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    line-height: .52;
    margin: 0 20px;
    max-width: 50px;
    opacity: 1;
    width: 100%
}

.step-block .step-number:before {
    background: #62c9ff;
    content: "";
    height: 2px;
    opacity: 1;
    width: calc(100% - 50px)
}

.step-block .step-img {
    margin-left: -52%;
    margin-right: 0;
    width: calc(100vw + 50%)
}

.superyachts-horizontal-scroll .info-h {
    padding-top: 50px
}

.superyachts-horizontal-scroll .info-h .text-tt {
    margin-bottom: -9%;
    z-index: 118
}

.superyachts-horizontal-scroll .number-slider {
    color: #314c65;
    font-size: 8rem;
    left: -3%;
    line-height: 0;
    margin-top: -15px;
    position: absolute;
    top: 0;
    z-index: -4
}

.superyachts-performace .carousel_wrapper .panel .slide {
    background-size: cover
}

.superyacht-header {
    align-items: center;
    background: #25282f;
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    justify-content: center;
    min-height: 800px;
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (max-width:600px) {
    .superyacht-header {
        min-height: 65vh;
        padding-top: 0
    }
}

.superyacht-header .card {
    align-items: center;
    background: transparent;
    background-image: radial-gradient(#6c7073, #25282f);
    border: 10px solid #2f90d3;
    border-radius: 0;
    color: #58c7fa;
    display: flex;
    flex-direction: row;
    font-size: 1.5em;
    height: 70.83333vh;
    justify-content: center;
    max-width: 400px;
    padding: 3px;
    position: relative;
    width: 60vh
}

@media (max-width:1199px) {
    .superyacht-header .card {
        font-size: 1.2rem;
        height: 80vh
    }
}

@media (max-width:600px) {
    .superyacht-header .card {
        height: 55vh;
        max-width: 70vw
    }
}

.superyacht-header .card .text-hero-box {
    align-items: flex-end;
    align-self: flex-end;
    bottom: -12%;
    display: inline-block;
    position: relative;
    text-align: center
}

@media (max-width:1100px) {
    .superyacht-header .card .text-hero-box {
        bottom: -15%;
        max-width: 30%
    }
}

@media (max-width:720px) {
    .superyacht-header .card .text-hero-box {
        bottom: -10px;
        max-width: 100%
    }
}

@media (max-width:500px) {
    .superyacht-header .card .text-hero-box {
        bottom: -55%
    }
}

.superyacht-header .card .text-hero-box p {
    max-width: 320px;
    position: relative;
    width: 100%
}

.superyacht-header .card img {
    background: transparent;
    border: none;
    max-width: 900px;
    width: 108vh;
    z-index: 2
}

@media (max-width:1199px) {
    .superyacht-header .card img {
        margin-top: 15vh;
        max-width: 85vw
    }
}

.superyacht-header a {
    color: #212534;
    font-family: Noto Sans;
    font-weight: 700;
    margin-top: 2rem;
    text-decoration: none
}

.superyacht-header .tt {
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.15;
    position: absolute;
    text-align: center
}

@media (max-width:600px) {
    .superyacht-header .tt {
        font-size: 14px
    }
}

.superyacht-header .text-box {
    color: #fff;
    position: absolute;
    text-align: center;
    top: -10%;
    z-index: 5
}

@media (max-width:900px) {
    .superyacht-header .text-box {
        top: -20%
    }
}

@media (max-width:720px) {
    .superyacht-header .text-box {
        top: -30%
    }
}

@media (max-width:500px) {
    .superyacht-header .text-box {
        top: -25%
    }
}

.superyacht-header .text-box h2 {
    color: #fff;
    font-size: 86px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: .38;
    text-align: center
}

@media (max-width:900px) {
    .superyacht-header .text-box h2 {
        font-size: 60px
    }
}

@media (max-width:720px) {
    .superyacht-header .text-box h2 {
        font-size: 2.6rem
    }
}

.superyacht-header .text-box p {
    color: #2f90d3;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 9.6px;
    line-height: .96;
    text-align: center
}

@media (max-width:900px) {
    .superyacht-header .text-box p {
        font-size: 20px
    }
}

@media (max-width:720px) {
    .superyacht-header .text-box p {
        font-size: 14px
    }
}

.superyacht-header .fadein {
    position: absolute;
    top: 2vw;
    z-index: 1
}

.superyacht-header .fadein img {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    animation-name: fade;
    z-index: 4
}

.superyacht-header .fadein #img1 {
    -webkit-animation-delay: -10s
}

.superyacht-header .fadein #img2 {
    -webkit-animation-delay: -5s
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.superyachts-horizontal-scroll .stepbystep-swiper .slide {
    position: relative
}

.superyachts-horizontal-scroll22 {
    background-color: #25282f;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden
}

.superyachts-horizontal-scroll22 .text-box {
    position: relative;
    width: 100%
}

.superyachts-horizontal-scroll22 .text-box h2 {
    color: #fff;
    font-size: 62px
}

@media (max-width:575.98px) {
    .superyachts-horizontal-scroll22 .text-box h2 {
        font-size: 42px
    }
}

.superyachts-horizontal-scroll22 .text-box h4 {
    color: #2f90d3;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 9.6px;
    line-height: .96;
    text-align: center
}

@media (max-width:575.98px) {
    .superyachts-horizontal-scroll22 .text-box h4 {
        font-size: 16px
    }
}

.superyachts-horizontal-scroll22 .container-scroll {
    display: inline-block;
    font-size: 0;
    white-space: nowrap
}

.superyachts-horizontal-scroll22 .container-scroll>* {
    font-size: 1rem
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot {
    align-items: flex-start;
    margin-bottom: -20px;
    position: absolute;
    top: 50px;
    width: 100vw;
    z-index: 123
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot .nav-dot {
    position: relative
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot .navigation-slider {
    align-content: flex-end;
    display: flex;
    position: inherit
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot .dot-nav {
    bottom: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
    padding: 0;
    width: 100vw;
    z-index: 123
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot .dot-border {
    align-self: center;
    background-color: #62c9ff;
    height: 1px;
    margin: 0 15px;
    width: 137px
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot li {
    cursor: pointer;
    list-style: none;
    margin: 0 10px
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot li span {
    align-items: center;
    border: 3px solid #62c9ff;
    border-radius: 50px;
    color: #62c9ff;
    display: flex;
    font-size: 28px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    line-height: .52;
    opacity: .35;
    width: 50px
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot li span p {
    font-size: 28px;
    font-weight: 600;
    margin: 0 !important
}

.superyachts-horizontal-scroll22 .container-scroll .slider-dot li.is-active span {
    border: 3px solid #62c9ff;
    color: #62c9ff;
    opacity: 1 !important
}

.superyachts-horizontal-scroll22 .container-scroll .slide {
    background-color: #25282f;
    background-size: cover;
    color: #fff;
    display: inline-block;
    height: 100vh;
    width: 100vw
}

.superyachts-horizontal-scroll22 .container-scroll .slide:after {
    background: linear-gradient(0deg, #25282f 20%, transparent) !important;
    bottom: 0;
    content: "";
    height: 30%;
    position: absolute;
    width: 100%
}

.superyachts-horizontal-scroll22 .container-scroll .slide h4 {
    color: #0af;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: .96
}

.superyachts-horizontal-scroll22 .container-scroll .slide h2 {
    letter-spacing: normal
}

.superyachts-horizontal-scroll22 .container-scroll .slide p {
    word-wrap: break-word;
    display: block
}

.superyachts-horizontal-scroll22 .swiper-button {
    background-image: none;
    bottom: 0;
    height: 100%;
    margin-top: 0;
    outline: none;
    pointer-events: auto;
    top: 0 !important;
    -webkit-transform: none;
    transform: none !important
}

.superyachts-horizontal-scroll22 .swiper-button-next:after,
.superyachts-horizontal-scroll22 .swiper-button-prev:after {
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    color: #fff;
    font-family: swiper-icons;
    font-size: 40px;
    font-variant: normal;
    opacity: 1
}

@media (min-width:1441px) {

    .superyachts-horizontal-scroll22 .swiper-button-next:after,
    .superyachts-horizontal-scroll22 .swiper-button-prev:after {
        opacity: 0
    }
}

@media (min-width:1441px) and (-ms-high-contrast:none),
screen and (min-width:1441px) and (-ms-high-contrast:active) {

    .superyachts-horizontal-scroll22 .swiper-button-next:after,
    .superyachts-horizontal-scroll22 .swiper-button-prev:after {
        opacity: 1 !important
    }
}

.superyachts-horizontal-scroll22 .swiper-button-next.swiper-button-disabled,
.superyachts-horizontal-scroll22 .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    display: none;
    opacity: 0
}

@media (min-width:1441px) {
    .superyachts-horizontal-scroll22 .swiper-button-prev {
        cursor: url(/html/static/image/arrow-prev.0d3f55e5.png) 16 16, pointer;
        width: calc(16.66667% - 110px) !important
    }
}

.superyachts-horizontal-scroll22 .swiper-button-prev:after {
    content: "prev";
    padding-left: 15px
}

.superyachts-horizontal-scroll22 .swiper-button-next {
    background: linear-gradient(-90deg, #25282f -40%, transparent) !important;
    right: 0
}

@media (min-width:1441px) {
    .superyachts-horizontal-scroll22 .swiper-button-next {
        cursor: url(/html/static/image/arrow.84aee3b6.png) 16 16, pointer;
        width: 53% !important
    }
}

.superyachts-horizontal-scroll22 .swiper-button-next:after {
    content: "next";
    padding-right: 15px
}

.superyachts-horizontal-scroll22 .swiper-pagination {
    display: flex;
    place-content: center
}

.superyachts-horizontal-scroll22 .swiper-pagination span {
    align-items: center;
    display: flex
}

.superyachts-horizontal-scroll22 .swiper-pagination span p {
    align-items: center;
    border: 3px solid #62c9ff;
    border-radius: 50px;
    color: #62c9ff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    line-height: .52;
    margin: 0 20px;
    opacity: .35;
    width: 50px
}

.superyachts-horizontal-scroll22 .swiper-pagination span.swiper-pagination-bullet-active p {
    border: 3px solid #62c9ff;
    color: #62c9ff;
    opacity: 1 !important
}

.superyachts-horizontal-scroll22 .swiper-pagination span.swiper-pagination-bullet-active:before {
    opacity: 1
}

.superyachts-horizontal-scroll22 .swiper-pagination span:first-child:before {
    display: none
}

.superyachts-horizontal-scroll22 .swiper-pagination span:before {
    background: #62c9ff;
    content: "";
    height: 2px;
    opacity: .35;
    width: calc(50px + 5vw)
}

.btn-explore {
    align-items: center;
    display: flex;
    position: relative
}

.btn-explore .swiper-button-next,
.btn-explore .swiper-button-prev {
    background: transparent !important;
    cursor: pointer;
    padding: 20px 20px 50px 0;
    width: auto
}

.btn-explore .swiper-button-next:after,
.btn-explore .swiper-button-prev:after {
    display: none
}

.btn-explore .swiper-button-next i,
.btn-explore .swiper-button-prev i {
    display: block
}

.btn-explore .swiper-button-next i:before,
.btn-explore .swiper-button-prev i:before {
    color: #0af;
    font-size: 8px
}

.btn-explore .swiper-button-prev {
    display: block;
    margin-left: 25px;
    padding-right: 15px;
    padding-top: 13px;
    position: relative;
    right: 0
}

.btn-explore .swiper-button-prev i {
    transform: rotate(-180deg)
}

.btn-explore .swiper-button-next {
    display: flex;
    position: relative;
    right: 0;
    width: auto !important
}

.btn-explore .swiper-button-next p {
    padding-right: 15px
}

.btn-explore p {
    color: #0af;
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
    margin-bottom: 0;
    padding-top: 5px
}

.superyacht-header .fadein img {
    display: block;
    height: 100%;
    width: 100%
}

.superyacht-header .fadein .text-hero-box {
    bottom: -45%;
    left: 50%;
    padding: 1%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 30%
}

@media (max-width:820px) {
    .superyacht-header .fadein .text-hero-box {
        bottom: 13%
    }
    #mask {
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 99;
        transition: all .4s linear;
        background-color: rgba(0, 0, 0, .5);
    }
    #mask .pop-container{
        margin: 40vh auto ;
        width: 70%;
        padding: 4vw 4vw;
        background-color: #fff;
        border-radius: 0.8vw;
        box-shadow: 0px 1px 17px rgb(0 0 0 / 20%);
        text-align: center;
    }
    #mask .pop-container p{
        font-size: 4.2vw !important;
    }
    #mask .pop-container button{
        margin: auto;
        display: inline-block;
        padding: 2vw 4vw;
        background-color: #fff;
        border: solid 1px #ddd;
        border-radius: 0.8vw;
    }
}

@media (max-width:600px) {
    .superyacht-header .fadein .text-hero-box {
        bottom: -5%;
        width: 90%
    }
}

.superyacht-header .fadein .text-hero-box p {
    color: #fff;
    display: contents;
    font-size: 14px
}

@media (max-width:1100px) {
    .superyacht-header .fadein .text-hero-box p {
        font-size: 12px
    }
}

@media (max-width:1300px) {
    .superyacht-header .fadein .text-hero-box p {
        line-height: normal
    }
}

@media (max-width:1100px) {
    .superyacht-header {
        padding-bottom: 0
    }
}

@media (max-width:500px) {
    .superyacht-header {
        height: 500px;
        min-height: 500px
    }
}

.superyacht-header .card {
    background-image: radial-gradient(#6c7073, #25282f, transparent);
    border: none;
    height: 500px;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 1050px
}

@media (max-width:1100px) {
    .superyacht-header .card {
        height: 400px;
        width: 900px
    }
}

@media (max-width:900px) {
    .superyacht-header .card {
        height: 300px;
        width: 700px
    }
}

@media (max-width:720px) {
    .superyacht-header .card {
        height: 260px;
        width: 500px
    }
}

@media (max-width:500px) {
    .superyacht-header .card {
        height: 165px;
        width: 320px
    }
}

.superyacht-header .card .fadein {
    height: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: -100px;
    width: 100%
}

@media (max-width:500px) {
    .superyacht-header .card .fadein {
        top: 0
    }
}

.superyacht-header .card .fadein img {
    border: none;
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

@media (max-width:1150px) {
    .superyacht-header .card .fadein img {
        width: 100%
    }
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: none
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    list-style: none;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: flexslider-icon;
    font-style: normal;
    font-weight: 400;
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    -webkit-backface-visibility: hidden;
    display: none
}

.flexslider .slides img {
    display: block;
    width: 100%
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    zoom: 1;
    background: #fff;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    margin: 0 0 60px;
    position: relative
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    display: block;
    height: 40px;
    margin: -20px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .3);
    top: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px;
    z-index: 10
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    left: 10px;
    opacity: .7
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    cursor: default;
    filter: alpha(opacity=0);
    opacity: 0 !important
}

.flex-direction-nav a:before {
    content: "";
    display: inline-block;
    font-family: flexslider-icon;
    font-size: 40px
}

.flex-direction-nav a.flex-next:before {
    content: ""
}

.flex-pauseplay a {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 10px;
    opacity: .8;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 10
}

.flex-pauseplay a:before {
    content: "";
    display: inline-block;
    font-family: flexslider-icon;
    font-size: 20px
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: ""
}

.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%
}

.flex-control-nav li {
    zoom: 1;
    display: inline-block;
    *display: inline;
    margin: 0 6px
}

.flex-control-paging li a {
    background: #666;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static
}

.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%
}

.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: .7;
    width: 100%
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        left: 10px;
        opacity: 1
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.ps-container {
    overflow: hidden !important
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    bottom: 3px;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container>.ps-scrollbar-x-rail,
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
    position: absolute
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #aaa;
    bottom: 0;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    right: 3px;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container>.ps-scrollbar-y-rail,
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #aaa;
    right: 0;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

@font-face {
    font-display: block;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
}

[class*=" icon-"],
[class^=icon-] {
    speak: never;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Noto Sans !important;
    font-style: normal;
    font-variant: normal;
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none
}

.icon-starfish:before {
    content: ""
}

.icon-issuu:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-rss:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-vimeo:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-pinterest-outline:before {
    content: ""
}

.icon-long-arrow:before {
    content: "";
    font-size: 5px
}

.icon-chevron-thin-up:before {
    content: ""
}

.icon-chevron-thin-left:before {
    content: ""
}

.icon-chevron-thin-down:before {
    content: ""
}

.icon-chevron-small-down:before {
    content: ""
}

.icon-chevron-thin-right:before {
    content: ""
}

.icon-external-link:before {
    content: ""
}

#autoprefixer-test {
    display: flex
}

.owl-carousel .owl-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    width: 100%
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    zoom: 1;
    background: #869791;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    *display: inline;
    filter: Alpha(Opacity=50);
    font-size: 12px;
    margin: 5px;
    opacity: .5;
    padding: 3px 10px
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    zoom: 1;
    display: inline-block;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    background: #869791;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    filter: Alpha(Opacity=50);
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto
}

.owl-item.loading {
    min-height: 150px
}

#slides {
    position: relative
}

#slides .slides-container {
    display: none
}

#slides .scrollable {
    *zoom: 1;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: relative;
    top: 0
}

#slides .scrollable:after {
    clear: both;
    content: "";
    display: table
}

.slides-navigation {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 46%;
    width: 100%;
    z-index: 3
}

.slides-navigation a {
    display: block;
    position: absolute
}

.slides-navigation a.prev {
    left: 0
}

.slides-navigation a.next {
    right: 0
}

.slides-pagination {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3
}

.slides-pagination a {
    zoom: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=);
    border: 2px solid #222;
    border-radius: 15px;
    display: -moz-inline-stack;
    *display: inline;
    height: 10px;
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
    vertical-align: middle;
    *vertical-align: auto;
    width: 10px
}

.slides-pagination a.current {
    background: #222
}

.slides-pagination a {
    background: #494948;
    background: #fff;
    border: none;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    filter: none !important;
    height: 12px;
    opacity: 1 !important;
    position: relative;
    transition: background-color .4s;
    width: 12px
}

@media (min-width:768px) {
    .slides-pagination a {
        margin: 0 10px
    }
}

@media (min-width:992px) {
    .slides-pagination a {
        margin: 0 10px
    }
}

@media (min-width:1200px) {
    .slides-pagination a {
        margin: 0 10px
    }
}

.slides-pagination a.active,
.slides-pagination a.current,
.slides-pagination a.selected,
.slides-pagination a:active,
.slides-pagination a:focus,
.slides-pagination a:hover {
    background-color: #082d7b
}

.slides-pagination a:before {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: -1
}

.superslides_button {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 30px;
    padding: 5px
}

.slides-navigation a:active,
.slides-navigation a:hover,
.slides-navigation a:link,
.slides-navigation a:visited {
    color: #fff;
    outline: 0;
    text-decoration: none
}

.free-wall-gutter {
    height: 0;
    left: 100%;
    position: fixed;
    top: 100%;
    width: 0 !important
}

@media (min-width:768px) {
    .free-wall-gutter {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .free-wall-gutter {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media (min-width:1200px) {
    .free-wall-gutter {
        margin-bottom: 20px
    }
}

iframe {
    border: 0
}

.border-top {
    border-top: 1px solid #bfbfbf
}

.no-border-top {
    border-top: none !important
}

.border-bottom {
    border-bottom: 1px solid #bfbfbf
}

.no-border-bottom {
    border-bottom: none !important
}

.border-left {
    border-left: 1px solid #bfbfbf
}

.no-border-left {
    border-left: none !important
}

.border-right {
    border-right: 1px solid #bfbfbf
}

.no-border-right {
    border-right: none !important
}

@media (min-width:768px) {

    .border-top-sm,
    .border-top-xs {
        border-top: 1px solid #bfbfbf
    }

    .no-border-top-xs {
        border-top: none !important
    }

    .border-bottom-sm,
    .border-bottom-xs {
        border-bottom: 1px solid #bfbfbf
    }

    .no-border-bottom-xs {
        border-bottom: none !important
    }

    .border-left-sm,
    .border-left-xs {
        border-left: 1px solid #bfbfbf
    }

    .no-border-left-xs {
        border-left: none !important
    }

    .border-right-sm,
    .border-right-xs {
        border-right: 1px solid #bfbfbf
    }

    .no-border-right-xs {
        border-right: none !important
    }
}

@media (min-width:992px) {
    .border-top-md {
        border-top: 1px solid #bfbfbf
    }

    .no-border-top-md {
        border-top: none !important
    }

    .border-bottom-md {
        border-bottom: 1px solid #bfbfbf
    }

    .no-border-bottom-md {
        border-bottom: none !important
    }

    .border-left-md {
        border-left: 1px solid #bfbfbf
    }

    .no-border-left-md {
        border-left: none !important
    }

    .border-right-md {
        border-right: 1px solid #bfbfbf
    }

    .no-border-right-md {
        border-right: none !important
    }
}

@media (min-width:1200px) {
    .border-top-lg {
        border-top: 1px solid #bfbfbf
    }

    .no-border-top-lg {
        border-top: none !important
    }

    .border-bottom-lg {
        border-bottom: 1px solid #bfbfbf
    }

    .no-border-bottom-lg {
        border-bottom: none !important
    }

    .border-left-lg {
        border-left: 1px solid #bfbfbf
    }

    .no-border-left-lg {
        border-left: none !important
    }

    .border-right-lg {
        border-right: 1px solid #bfbfbf
    }

    .no-border-right-lg {
        border-right: none !important
    }
}

.border__bottom--dark-gray {
    border-bottom: 1px solid #44444e
}

.border-button.white {
    border: 1px solid #e6e8e7;
    box-sizing: content-box;
    color: #e6e8e7;
    display: inline-block;
    padding: 8px 33px;
    text-decoration: none;
    transition: color .4s, border-color .4s
}

.border-button.white.active,
.border-button.white:active,
.border-button.white:hover,
a.active>.border-button.white,
a:active>.border-button.white,
a:hover>.border-button.white {
    border-color: #fff;
    color: #fff
}

.hero-image {
    height: 550px;
    position: relative
}

@media (min-width:668px) {
    .hero-image.no-image {
        height: 81px
    }
}

@media (max-width:667px) {
    .hero-image.no-image {
        height: 60px
    }
}

.hero-image:before {
    content: "";
    display: block
}

.hero-image.yacht:before {
    padding-bottom: 0
}

.hero-image {
    max-height: 68vh
}

.hero-image .hero-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 0;
    width: 100%
}

.hero-image h1 {
    bottom: 30%;
    color: #fff;
    font-size: 65px;
    font-weight: 100;
    left: 38%;
    margin-left: -573px;
    padding-left: 60px;
    position: absolute;
    width: 1146px
}

.hero-image h1 a {
    color: #082d7b !important;
    text-decoration: none !important
}

@media (max-width:1145px) {
    .hero-image h1 {
        left: 0;
        margin-left: 0;
        width: 100%
    }
}

@media (min-width:668px) and (max-width:1145px) {
    .hero-image h1 {
        padding-left: 40px
    }
}

@media (max-width:667px) {
    .hero-image h1 {
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .h3.subtitle-about-us {
        font-size: 28px
    }
}

.img-responsive {
    width: 100%
}

.inline-list {
    padding-left: 0
}

.inline-list li {
    display: inline;
    margin-right: .5em
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

section>div.section-wrapper {
    font-family: Noto Sans
}

section>div.section-wrapper h2 {
    font-size: 86px
}

section>div.section-wrapper h2,
section>div.section-wrapper h3 {
    font-style: normal;
    font-weight: 300;
    padding-bottom: 66px;
    text-align: center
}

section>div.section-wrapper h3 {
    font-size: 48px;
    margin-top: 27px
}

section>div.section-wrapper p {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 43px;
    margin: 0 0 1em
}

section>div.section-wrapper p:last-child {
    margin: 0
}

h1.text-left,
h2.text-left,
h3.text-left {
    text-align: left !important
}

h1.text-right,
h2.text-right,
h3.text-right {
    text-align: right !important
}

.media-left,
.media>.pull-left {
    padding-right: 50px !important
}

section>div.section-wrapper h3.text-left {
    margin-top: 0 !important;
    padding-bottom: 26px !important
}

.text-eco-green {
    color: #8dc82e
}

@media (max-width:767px) {
    .text-sm-center {
        text-align: center
    }
}

.text-blue {
    color: #082d7b
}

.text-dark-gray {
    color: #5f5f67
}

a {
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover {
    color: #494948
}

a.no-decoration:active,
a.no-decoration:focus,
a.no-decoration:hover {
    text-decoration: none
}

a.block-link,
a.block-link .row {
    background-color: hsla(0, 0%, 99%, 0);
    transition: background-color .4s
}

a.block-link:active,
a.block-link:active .row,
a.block-link:focus,
a.block-link:focus .row,
a.block-link:hover,
a.block-link:hover .row {
    background-color: #ddd
}

a.block-link:active,
a.block-link:focus,
a.block-link:hover {
    text-decoration: none !important
}

.page-container p,
.text-links a {
    color: #494948 !important;
    text-decoration: none !important;
    transition: color .4s, border-bottom-color .4s
}

.page-container p a,
.text-links a a {
    color: #00b9f2;
    font-weight: 500
}

.page-container p a:focus,
.page-container p a:hover,
.text-links a:focus,
.text-links a:hover {
    border-bottom-color: #082d7b;
    color: #082d7b !important
}

dd {
    margin-left: .5em
}

.text-center dd {
    margin-left: 0
}

.h1,
h1 {
    font-size: 84px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 10px
}

.h1 .small,
.h1 small,
h1 .small,
h1 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

@media (min-width:768px) {

    .h1,
    h1 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .h1,
    h1 {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .h1,
    h1 {
        margin-bottom: 25px
    }
}

.h1 .small,
.h1 small,
h1 .small,
h1 small {
    font-size: 65%
}

.h2,
h2 {
    font-size: 65px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 0;
    text-align: center
}

.h2 .small,
.h2 small,
h2 .small,
h2 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

@media (min-width:768px) {

    .h2,
    h2 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .h2,
    h2 {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .h2,
    h2 {
        margin-bottom: 25px
    }
}

.h2 .small,
.h2 small,
h2 .small,
h2 small {
    font-size: 65%
}

.h3,
h3 {
    font-size: 48px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 0
}

.h3 .small,
.h3 small,
h3 .small,
h3 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

@media (min-width:768px) {

    .h3,
    h3 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .h3,
    h3 {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .h3,
    h3 {
        margin-bottom: 25px
    }
}

.h3 .small,
.h3 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
h4 {
    font-size: 28px;
    font-weight: 100;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0
}

.h4 .small,
.h4 small,
h4 .small,
h4 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

@media (min-width:768px) {

    .h4,
    h4 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .h4,
    h4 {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .h4,
    h4 {
        margin-bottom: 25px
    }
}

.h4 .small,
.h4 small,
h4 .small,
h4 small {
    font-size: 75%
}

.h5,
h5 {
    font-size: 25px;
    ;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0
}

.h5 .small,
.h5 small,
h5 .small,
h5 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

@media (min-width:768px) {

    .h5,
    h5 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .h5,
    h5 {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .h5,
    h5 {
        margin-bottom: 25px
    }
}

.h5 .small,
.h5 small,
h5 .small,
h5 small {
    font-size: 75%
}

.h6,
h6 {
    font-size: 19px;
    font-weight: 100;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0
}

.h6 .small,
.h6 small,
h6 .small,
h6 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

@media (min-width:768px) {

    .h6,
    h6 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .h6,
    h6 {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .h6,
    h6 {
        margin-bottom: 25px
    }
}

.h6 .small,
.h6 small,
h6 .small,
h6 small {
    font-size: 75%
}

@media (min-width:768px) {
    .h1-xs {
        font-size: 84px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h1-xs .small,
    .h1-xs small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h1-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h1-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h1-xs {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h1-xs .small,
    .h1-xs small {
        font-size: 65%
    }

    .h2-xs {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h2-xs .small,
    .h2-xs small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h2-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h2-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h2-xs {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h2-xs .small,
    .h2-xs small {
        font-size: 65%
    }

    .h3-xs {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h3-xs .small,
    .h3-xs small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h3-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h3-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h3-xs {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h3-xs .small,
    .h3-xs small {
        font-size: 65%
    }

    .h4-xs {
        font-size: 48px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h4-xs .small,
    .h4-xs small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h4-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h4-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h4-xs {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h4-xs .small,
    .h4-xs small {
        font-size: 65%
    }

    .h5-xs {
        font-size: 28px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h5-xs .small,
    .h5-xs small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h5-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h5-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h5-xs {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h5-xs .small,
    .h5-xs small {
        font-size: 75%
    }

    .h6-xs {
        font-size: 25px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h6-xs .small,
    .h6-xs small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h6-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h6-xs {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h6-xs {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h6-xs .small,
    .h6-xs small {
        font-size: 75%
    }

    .h1-sm {
        font-size: 84px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h1-sm .small,
    .h1-sm small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h1-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h1-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h1-sm {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h1-sm .small,
    .h1-sm small {
        font-size: 65%
    }

    .h2-sm {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h2-sm .small,
    .h2-sm small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h2-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h2-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h2-sm {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h2-sm .small,
    .h2-sm small {
        font-size: 65%
    }

    .h3-sm {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h3-sm .small,
    .h3-sm small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h3-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h3-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h3-sm {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h3-sm .small,
    .h3-sm small {
        font-size: 65%
    }

    .h4-sm {
        font-size: 48px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h4-sm .small,
    .h4-sm small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h4-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h4-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h4-sm {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h4-sm .small,
    .h4-sm small {
        font-size: 65%
    }

    .h5-sm {
        font-size: 28px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h5-sm .small,
    .h5-sm small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h5-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h5-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h5-sm {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h5-sm .small,
    .h5-sm small {
        font-size: 75%
    }

    .h6-sm {
        font-size: 25px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h6-sm .small,
    .h6-sm small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:768px) and (min-width:768px) {
    .h6-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .h6-sm {
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .h6-sm {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .h6-sm .small,
    .h6-sm small {
        font-size: 75%
    }
}

@media (min-width:992px) {
    .h1-md {
        font-size: 84px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h1-md .small,
    .h1-md small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:992px) and (min-width:768px) {
    .h1-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .h1-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .h1-md {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {

    .h1-md .small,
    .h1-md small {
        font-size: 65%
    }

    .h2-md {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h2-md .small,
    .h2-md small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:992px) and (min-width:768px) {
    .h2-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .h2-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .h2-md {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {

    .h2-md .small,
    .h2-md small {
        font-size: 65%
    }

    .h3-md {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h3-md .small,
    .h3-md small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:992px) and (min-width:768px) {
    .h3-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .h3-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .h3-md {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {

    .h3-md .small,
    .h3-md small {
        font-size: 65%
    }

    .h4-md {
        font-size: 48px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h4-md .small,
    .h4-md small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:992px) and (min-width:768px) {
    .h4-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .h4-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .h4-md {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {

    .h4-md .small,
    .h4-md small {
        font-size: 65%
    }

    .h5-md {
        font-size: 28px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h5-md .small,
    .h5-md small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:992px) and (min-width:768px) {
    .h5-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .h5-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .h5-md {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {

    .h5-md .small,
    .h5-md small {
        font-size: 75%
    }

    .h6-md {
        font-size: 25px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h6-md .small,
    .h6-md small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:992px) and (min-width:768px) {
    .h6-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .h6-md {
        margin-bottom: 20px
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .h6-md {
        margin-bottom: 25px
    }
}

@media (min-width:992px) {

    .h6-md .small,
    .h6-md small {
        font-size: 75%
    }
}

@media (min-width:1200px) {
    .h1-lg {
        font-size: 84px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h1-lg .small,
    .h1-lg small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .h1-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .h1-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .h1-lg {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {

    .h1-lg .small,
    .h1-lg small {
        font-size: 65%
    }

    .h2-lg {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h2-lg .small,
    .h2-lg small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .h2-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .h2-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .h2-lg {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {

    .h2-lg .small,
    .h2-lg small {
        font-size: 65%
    }

    .h3-lg {
        font-size: 65px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h3-lg .small,
    .h3-lg small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .h3-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .h3-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .h3-lg {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {

    .h3-lg .small,
    .h3-lg small {
        font-size: 65%
    }

    .h4-lg {
        font-size: 48px;
        font-weight: 100;
        line-height: 1.2;
        margin-top: 0
    }

    .h4-lg .small,
    .h4-lg small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .h4-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .h4-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .h4-lg {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {

    .h4-lg .small,
    .h4-lg small {
        font-size: 65%
    }

    .h5-lg {
        font-size: 28px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h5-lg .small,
    .h5-lg small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .h5-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .h5-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .h5-lg {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {

    .h5-lg .small,
    .h5-lg small {
        font-size: 75%
    }

    .h6-lg {
        font-size: 25px;
        font-weight: 100;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .h6-lg .small,
    .h6-lg small {
        color: #777;
        font-weight: 400;
        line-height: 1
    }
}

@media (min-width:1200px) and (min-width:768px) {
    .h6-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:992px) {
    .h6-lg {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .h6-lg {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {

    .h6-lg .small,
    .h6-lg small {
        font-size: 75%
    }
}

.text-medium {
    font-size: .813rem;
    margin-bottom: 25px
}

@media (min-width:768px) {

    .text-medium-sm,
    .text-medium-xs {
        font-size: .813rem;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .text-medium-md {
        font-size: .813rem;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .text-medium-lg {
        font-size: .813rem;
        margin-bottom: 25px
    }
}

.text-large {
    font-size: 16px;
    margin-bottom: 25px
}

@media (min-width:768px) {

    .text-large-sm,
    .text-large-xs {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .text-large-md {
        font-size: 16px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .text-large-lg {
        font-size: 16px;
        margin-bottom: 25px
    }
}

.text-x-large {
    font-size: 19px;
    margin-bottom: 25px
}

@media (min-width:768px) {

    .text-x-large-sm,
    .text-x-large-xs {
        font-size: 19px;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .text-x-large-md {
        font-size: 19px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .text-x-large-lg {
        font-size: 19px;
        margin-bottom: 25px
    }
}

.text-xx-large {
    font-size: 25px;
    margin-bottom: 25px
}

@media (min-width:768px) {

    .text-xx-large-sm,
    .text-xx-large-xs {
        font-size: 25px;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .text-xx-large-md {
        font-size: 25px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .text-xx-large-lg {
        font-size: 25px;
        margin-bottom: 25px
    }
}

.light {
    font-weight: 100
}

.normal {
    font-weight: 400
}

@media (max-width:767px) {
    .normal-sm {
        font-weight: 400
    }
}

.bold {
    font-weight: 700
}

.text-truncate,
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media (min-width:768px) {

    .lead,
    .margin-bottom,
    .mark,
    .vertical-spacing>*,
    address,
    blockquote,
    dd,
    dl,
    mark,
    p,
    time {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .lead,
    .margin-bottom,
    .mark,
    .vertical-spacing>*,
    address,
    blockquote,
    dd,
    dl,
    mark,
    p,
    time {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .lead,
    .margin-bottom,
    .mark,
    .vertical-spacing>*,
    address,
    blockquote,
    dd,
    dl,
    mark,
    p,
    time {
        margin-bottom: 25px
    }
}

time {
    display: block
}

.vertical-spacing div.br,
.vertical-spacing-2x div.br,
div.br {
    font-size: 0;
    height: 0;
    margin-bottom: 0 !important;
    width: 100%
}

@media (min-width:768px) {

    .vertical-spacing div.br,
    div.br {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {

    .vertical-spacing div.br,
    div.br {
        padding-bottom: 20px
    }
}

@media (min-width:1200px) {

    .vertical-spacing div.br,
    div.br {
        padding-bottom: 25px
    }
}

@media (min-width:768px) {
    .vertical-spacing-2x div.br {
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    .vertical-spacing-2x div.br {
        padding-bottom: 40px
    }
}

@media (min-width:1200px) {
    .vertical-spacing-2x div.br {
        padding-bottom: 50px
    }
}

@media (min-width:768px) {

    .margin-bottom-2x,
    .mb-2x,
    .vertical-spacing-2x>* {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {

    .margin-bottom-2x,
    .mb-2x,
    .vertical-spacing-2x>* {
        margin-bottom: 40px
    }
}

@media (min-width:1200px) {

    .margin-bottom-2x,
    .mb-2x,
    .vertical-spacing-2x>* {
        margin-bottom: 50px
    }
}

@media (min-width:768px) {

    .margin-bottom-important-2x,
    .mbi-2x,
    .vertical-spacing-important-2x>* {
        margin-bottom: 40px !important
    }
}

@media (min-width:992px) {

    .margin-bottom-important-2x,
    .mbi-2x,
    .vertical-spacing-important-2x>* {
        margin-bottom: 40px !important
    }
}

@media (min-width:1200px) {

    .margin-bottom-important-2x,
    .mbi-2x,
    .vertical-spacing-important-2x>* {
        margin-bottom: 50px !important
    }
}

@media (min-width:768px) {

    .margin-top-2x,
    .mt-2x {
        margin-top: 40px
    }
}

@media (min-width:992px) {

    .margin-top-2x,
    .mt-2x {
        margin-top: 40px
    }
}

@media (min-width:1200px) {

    .margin-top-2x,
    .mt-2x {
        margin-top: 50px
    }
}

@media (min-width:768px) {

    .margin-top-important-2x,
    .mti-2x {
        margin-top: 40px !important
    }
}

@media (min-width:992px) {

    .margin-top-important-2x,
    .mti-2x {
        margin-top: 40px !important
    }
}

@media (min-width:1200px) {

    .margin-top-important-2x,
    .mti-2x {
        margin-top: 50px !important
    }
}

@media (min-width:768px) {

    .margin-bottom-2x-xs,
    .mb-2x-xs,
    .mb-xs-2x,
    .vertical-spacing-2x-xs>* {
        margin-bottom: 40px
    }

    .margin-top-2x-xs,
    .mt-2x-xs,
    .mt-xs-2x {
        margin-top: 40px
    }

    .margin-bottom-important-2x-xs,
    .mbi-2x-xs,
    .mbi-xs-2x,
    .vertical-spacing-important-2x-xs>* {
        margin-bottom: 40px !important
    }

    .margin-top-important-2x-xs,
    .mti-2x-xs,
    .mti-xs-2x {
        margin-top: 40px !important
    }

    .margin-bottom-2x-sm,
    .mb-2x-sm,
    .mb-sm-2x,
    .vertical-spacing-2x-sm>* {
        margin-bottom: 40px
    }

    .margin-top-2x-sm,
    .mt-2x-sm,
    .mt-sm-2x {
        margin-top: 40px
    }

    .margin-bottom-important-2x-sm,
    .mbi-2x-sm,
    .mbi-sm-2x,
    .vertical-spacing-important-2x-sm>* {
        margin-bottom: 40px !important
    }

    .margin-top-important-2x-sm,
    .mti-2x-sm,
    .mti-sm-2x {
        margin-top: 40px !important
    }
}

@media (min-width:992px) {

    .margin-bottom-2x-md,
    .mb-2x-md,
    .mb-md-2x,
    .vertical-spacing-2x-md>* {
        margin-bottom: 40px
    }

    .margin-top-2x-md,
    .mt-2x-md,
    .mt-md-2x {
        margin-top: 40px
    }

    .margin-bottom-important-2x-md,
    .mbi-2x-md,
    .mbi-md-2x,
    .vertical-spacing-important-2x-md>* {
        margin-bottom: 40px !important
    }

    .margin-top-important-2x-md,
    .mti-2x-md,
    .mti-md-2x {
        margin-top: 40px !important
    }
}

@media (min-width:1200px) {

    .margin-bottom-2x-lg,
    .mb-2x-lg,
    .mb-lg-2x,
    .vertical-spacing-2x-lg>* {
        margin-bottom: 50px
    }

    .margin-top-2x-lg,
    .mt-2x-lg,
    .mt-lg-2x {
        margin-top: 50px
    }

    .margin-bottom-important-2x-lg,
    .mbi-2x-lg,
    .mbi-lg-2x,
    .vertical-spacing-important-2x-lg>* {
        margin-bottom: 50px !important
    }

    .margin-top-important-2x-lg,
    .mti-2x-lg,
    .mti-lg-2x {
        margin-top: 50px !important
    }
}

@media (min-width:768px) {

    .margin-bottom-1x,
    .mb-1x,
    .vertical-spacing-1x>* {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {

    .margin-bottom-1x,
    .mb-1x,
    .vertical-spacing-1x>* {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {

    .margin-bottom-1x,
    .mb-1x,
    .vertical-spacing-1x>* {
        margin-bottom: 25px
    }
}

@media (min-width:768px) {

    .margin-bottom-important-1x,
    .mbi-1x,
    .vertical-spacing-important-1x>* {
        margin-bottom: 20px !important
    }
}

@media (min-width:992px) {

    .margin-bottom-important-1x,
    .mbi-1x,
    .vertical-spacing-important-1x>* {
        margin-bottom: 20px !important
    }
}

@media (min-width:1200px) {

    .margin-bottom-important-1x,
    .mbi-1x,
    .vertical-spacing-important-1x>* {
        margin-bottom: 25px !important
    }
}

@media (min-width:768px) {

    .margin-top-1x,
    .mt-1x {
        margin-top: 20px
    }
}

@media (min-width:992px) {

    .margin-top-1x,
    .mt-1x {
        margin-top: 20px
    }
}

@media (min-width:1200px) {

    .margin-top-1x,
    .mt-1x {
        margin-top: 25px
    }
}

@media (min-width:768px) {

    .margin-top-important-1x,
    .mti-1x {
        margin-top: 20px !important
    }
}

@media (min-width:992px) {

    .margin-top-important-1x,
    .mti-1x {
        margin-top: 20px !important
    }
}

@media (min-width:1200px) {

    .margin-top-important-1x,
    .mti-1x {
        margin-top: 25px !important
    }
}

@media (min-width:768px) {

    .margin-bottom-1x-xs,
    .mb-1x-xs,
    .mb-xs-1x,
    .vertical-spacing-1x-xs>* {
        margin-bottom: 20px
    }

    .margin-top-1x-xs,
    .mt-1x-xs,
    .mt-xs-1x {
        margin-top: 20px
    }

    .margin-bottom-important-1x-xs,
    .mbi-1x-xs,
    .mbi-xs-1x,
    .vertical-spacing-important-1x-xs>* {
        margin-bottom: 20px !important
    }

    .margin-top-important-1x-xs,
    .mti-1x-xs,
    .mti-xs-1x {
        margin-top: 20px !important
    }

    .margin-bottom-1x-sm,
    .mb-1x-sm,
    .mb-sm-1x,
    .vertical-spacing-1x-sm>* {
        margin-bottom: 20px
    }

    .margin-top-1x-sm,
    .mt-1x-sm,
    .mt-sm-1x {
        margin-top: 20px
    }

    .margin-bottom-important-1x-sm,
    .mbi-1x-sm,
    .mbi-sm-1x,
    .vertical-spacing-important-1x-sm>* {
        margin-bottom: 20px !important
    }

    .margin-top-important-1x-sm,
    .mti-1x-sm,
    .mti-sm-1x {
        margin-top: 20px !important
    }
}

@media (min-width:992px) {

    .margin-bottom-1x-md,
    .mb-1x-md,
    .mb-md-1x,
    .vertical-spacing-1x-md>* {
        margin-bottom: 20px
    }

    .margin-top-1x-md,
    .mt-1x-md,
    .mt-md-1x {
        margin-top: 20px
    }

    .margin-bottom-important-1x-md,
    .mbi-1x-md,
    .mbi-md-1x,
    .vertical-spacing-important-1x-md>* {
        margin-bottom: 20px !important
    }

    .margin-top-important-1x-md,
    .mti-1x-md,
    .mti-md-1x {
        margin-top: 20px !important
    }
}

@media (min-width:1200px) {

    .margin-bottom-1x-lg,
    .mb-1x-lg,
    .mb-lg-1x,
    .vertical-spacing-1x-lg>* {
        margin-bottom: 25px
    }

    .margin-top-1x-lg,
    .mt-1x-lg,
    .mt-lg-1x {
        margin-top: 25px
    }

    .margin-bottom-important-1x-lg,
    .mbi-1x-lg,
    .mbi-lg-1x,
    .vertical-spacing-important-1x-lg>* {
        margin-bottom: 25px !important
    }

    .margin-top-important-1x-lg,
    .mti-1x-lg,
    .mti-lg-1x {
        margin-top: 25px !important
    }
}

@media (min-width:768px) {

    .margin-bottom-half,
    .mb-half,
    .vertical-spacing-half>* {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {

    .margin-bottom-half,
    .mb-half,
    .vertical-spacing-half>* {
        margin-bottom: 10px
    }
}

@media (min-width:1200px) {

    .margin-bottom-half,
    .mb-half,
    .vertical-spacing-half>* {
        margin-bottom: 12.5px
    }
}

@media (min-width:768px) {

    .margin-bottom-important-half,
    .mbi-half,
    .vertical-spacing-important-half>* {
        margin-bottom: 10px !important
    }
}

@media (min-width:992px) {

    .margin-bottom-important-half,
    .mbi-half,
    .vertical-spacing-important-half>* {
        margin-bottom: 10px !important
    }
}

@media (min-width:1200px) {

    .margin-bottom-important-half,
    .mbi-half,
    .vertical-spacing-important-half>* {
        margin-bottom: 12.5px !important
    }
}

@media (min-width:768px) {

    .margin-top-half,
    .mt-half {
        margin-top: 10px
    }
}

@media (min-width:992px) {

    .margin-top-half,
    .mt-half {
        margin-top: 10px
    }
}

@media (min-width:1200px) {

    .margin-top-half,
    .mt-half {
        margin-top: 12.5px
    }
}

@media (min-width:768px) {

    .margin-top-important-half,
    .mti-half {
        margin-top: 10px !important
    }
}

@media (min-width:992px) {

    .margin-top-important-half,
    .mti-half {
        margin-top: 10px !important
    }
}

@media (min-width:1200px) {

    .margin-top-important-half,
    .mti-half {
        margin-top: 12.5px !important
    }
}

@media (min-width:768px) {

    .margin-bottom-half-xs,
    .mb-half-xs,
    .mb-xs-half,
    .vertical-spacing-half-xs>* {
        margin-bottom: 10px
    }

    .margin-top-half-xs,
    .mt-half-xs,
    .mt-xs-half,
    .vertical-spacing-half-xs>* {
        margin-top: 10px
    }

    .margin-bottom-important-half-xs,
    .mbi-half-xs,
    .mbi-xs-half,
    .vertical-spacing-important-half-xs>* {
        margin-bottom: 10px !important
    }

    .margin-top-important-half-xs,
    .mti-half-xs,
    .mti-xs-half,
    .vertical-spacing-important-half-xs>* {
        margin-top: 10px !important
    }

    .margin-bottom-half-sm,
    .mb-half-sm,
    .mb-sm-half,
    .vertical-spacing-half-sm>* {
        margin-bottom: 10px
    }

    .margin-top-half-sm,
    .mt-half-sm,
    .mt-sm-half,
    .vertical-spacing-half-sm>* {
        margin-top: 10px
    }

    .margin-bottom-important-half-sm,
    .mbi-half-sm,
    .mbi-sm-half,
    .vertical-spacing-important-half-sm>* {
        margin-bottom: 10px !important
    }

    .margin-top-important-half-sm,
    .mti-half-sm,
    .mti-sm-half,
    .vertical-spacing-important-half-sm>* {
        margin-top: 10px !important
    }
}

@media (min-width:992px) {

    .margin-bottom-half-md,
    .mb-half-md,
    .mb-md-half,
    .vertical-spacing-half-md>* {
        margin-bottom: 10px
    }

    .margin-top-half-md,
    .mt-half-md,
    .mt-md-half,
    .vertical-spacing-half-md>* {
        margin-top: 10px
    }

    .margin-bottom-important-half-md,
    .mbi-half-md,
    .mbi-md-half,
    .vertical-spacing-important-half-md>* {
        margin-bottom: 10px !important
    }

    .margin-top-important-half-md,
    .mti-half-md,
    .mti-md-half,
    .vertical-spacing-important-half-md>* {
        margin-top: 10px !important
    }
}

@media (min-width:1200px) {

    .margin-bottom-half-lg,
    .mb-half-lg,
    .mb-lg-half,
    .vertical-spacing-half-lg>* {
        margin-bottom: 12.5px
    }

    .margin-top-half-lg,
    .mt-half-lg,
    .mt-lg-half,
    .vertical-spacing-half-lg>* {
        margin-top: 12.5px
    }

    .margin-bottom-important-half-lg,
    .mbi-half-lg,
    .mbi-lg-half,
    .vertical-spacing-important-half-lg>* {
        margin-bottom: 12.5px !important
    }

    .margin-top-important-half-lg,
    .mti-half-lg,
    .mti-lg-half,
    .vertical-spacing-important-half-lg>* {
        margin-top: 12.5px !important
    }
}

.mb-0,
.no-margin-bottom,
.no-vertical-spacing>* {
    margin-bottom: 0
}

.mbi-0,
.no-margin-bottom-important,
.no-vertical-spacing-important>* {
    margin-bottom: 0 !important
}

.mt-0,
.no-margin-top {
    margin-top: 0
}

.mti-0,
.no-margin-top-important {
    margin-top: 0 !important
}

@media (min-width:768px) {

    .mb-0-xs,
    .mb-xs-0,
    .no-margin-bottom-xs,
    .no-vertical-spacing-xs>* {
        margin-bottom: 0
    }

    .mt-0-xs,
    .mt-xs-0,
    .no-margin-top-xs {
        margin-top: 0
    }

    .mbi-0-xs,
    .mbi-xs-0,
    .no-margin-bottom-important-xs,
    .no-vertical-spacing-important-xs>* {
        margin-bottom: 0 !important
    }

    .mti-0-xs,
    .mti-xs-0,
    .no-margin-top-important-xs {
        margin-top: 0 !important
    }

    .mb-0-sm,
    .mb-sm-0,
    .no-margin-bottom-sm,
    .no-vertical-spacing-sm>* {
        margin-bottom: 0
    }

    .mt-0-sm,
    .mt-sm-0,
    .no-margin-top-sm {
        margin-top: 0
    }

    .mbi-0-sm,
    .mbi-sm-0,
    .no-margin-bottom-important-sm,
    .no-vertical-spacing-important-sm>* {
        margin-bottom: 0 !important
    }

    .mti-0-sm,
    .mti-sm-0,
    .no-margin-top-important-sm {
        margin-top: 0 !important
    }
}

@media (min-width:992px) {

    .mb-0-md,
    .mb-md-0,
    .no-margin-bottom-md,
    .no-vertical-spacing-md>* {
        margin-bottom: 0
    }

    .mt-0-md,
    .mt-md-0,
    .no-margin-top-md {
        margin-top: 0
    }

    .mbi-0-md,
    .mbi-md-0,
    .no-margin-bottom-important-md,
    .no-vertical-spacing-important-md>* {
        margin-bottom: 0 !important
    }

    .mti-0-md,
    .mti-md-0,
    .no-margin-top-important-md {
        margin-top: 0 !important
    }
}

@media (min-width:1200px) {

    .mb-0-lg,
    .mb-lg-0,
    .no-margin-bottom-lg,
    .no-vertical-spacing-lg>* {
        margin-bottom: 0
    }

    .mt-0-lg,
    .mt-lg-0,
    .no-margin-top-lg {
        margin-top: 0
    }

    .mbi-0-lg,
    .mbi-lg-0,
    .no-margin-bottom-important-lg,
    .no-vertical-spacing-important-lg>* {
        margin-bottom: 0 !important
    }

    .mti-0-lg,
    .mti-lg-0,
    .no-margin-top-important-lg {
        margin-top: 0 !important
    }
}

@media (min-width:768px) {
    .pt-2x {
        padding-top: 40px
    }
}

@media (min-width:992px) {
    .pt-2x {
        padding-top: 40px
    }
}

@media (min-width:1200px) {
    .pt-2x {
        padding-top: 50px
    }
}

@media (min-width:768px) {
    .pb-2x {
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    .pb-2x {
        padding-bottom: 40px
    }
}

@media (min-width:1200px) {
    .pb-2x {
        padding-bottom: 50px
    }
}

@media (min-width:768px) {

    .pt-2x-xs,
    .pt-xs-2x {
        padding-top: 40px
    }

    .pb-2x-xs,
    .pb-xs-2x {
        padding-bottom: 40px
    }

    .pt-2x-sm,
    .pt-sm-2x {
        padding-top: 40px
    }

    .pb-2x-sm,
    .pb-sm-2x {
        padding-bottom: 40px
    }
}

@media (min-width:992px) {

    .pt-2x-md,
    .pt-md-2x {
        padding-top: 40px
    }

    .pb-2x-md,
    .pb-md-2x {
        padding-bottom: 40px
    }
}

@media (min-width:1200px) {

    .pt-2x-lg,
    .pt-lg-2x {
        padding-top: 50px
    }

    .pb-2x-lg,
    .pb-lg-2x {
        padding-bottom: 50px
    }
}

@media (min-width:768px) {
    .pt-1x {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    .pt-1x {
        padding-top: 20px
    }
}

@media (min-width:1200px) {
    .pt-1x {
        padding-top: 25px
    }
}

@media (min-width:768px) {
    .pb-1x {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .pb-1x {
        padding-bottom: 20px
    }
}

@media (min-width:1200px) {
    .pb-1x {
        padding-bottom: 25px
    }
}

@media (min-width:768px) {

    .pt-1x-xs,
    .pt-xs-1x {
        padding-top: 20px
    }

    .pb-1x-xs,
    .pb-xs-1x {
        padding-bottom: 20px
    }

    .pt-1x-sm,
    .pt-sm-1x {
        padding-top: 20px
    }

    .pb-1x-sm,
    .pb-sm-1x {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {

    .pt-1x-md,
    .pt-md-1x {
        padding-top: 20px
    }

    .pb-1x-md,
    .pb-md-1x {
        padding-bottom: 20px
    }
}

@media (min-width:1200px) {

    .pt-1x-lg,
    .pt-lg-1x {
        padding-top: 25px
    }

    .pb-1x-lg,
    .pb-lg-1x {
        padding-bottom: 25px
    }
}

@media (min-width:768px) {
    .pt-half {
        padding-top: 10px
    }
}

@media (min-width:992px) {
    .pt-half {
        padding-top: 10px
    }
}

@media (min-width:1200px) {
    .pt-half {
        padding-top: 12.5px
    }
}

@media (min-width:768px) {
    .pb-half {
        padding-bottom: 10px
    }
}

@media (min-width:992px) {
    .pb-half {
        padding-bottom: 10px
    }
}

@media (min-width:1200px) {
    .pb-half {
        padding-bottom: 12.5px
    }
}

@media (min-width:768px) {

    .pt-half-xs,
    .pt-xs-half {
        padding-top: 10px
    }

    .pb-half-xs,
    .pb-xs-half {
        padding-bottom: 10px
    }

    .pt-half-sm,
    .pt-sm-half {
        padding-top: 10px
    }

    .pb-half-sm,
    .pb-sm-half {
        padding-bottom: 10px
    }
}

@media (min-width:992px) {

    .pt-half-md,
    .pt-md-half {
        padding-top: 10px
    }

    .pb-half-md,
    .pb-md-half {
        padding-bottom: 10px
    }
}

@media (min-width:1200px) {

    .pt-half-lg,
    .pt-lg-half {
        padding-top: 12.5px
    }

    .pb-half-lg,
    .pb-lg-half {
        padding-bottom: 12.5px
    }
}

.m-0,
.mi-0 {
    margin: 0 !important
}

.mti-0 {
    margin-top: 0 !important
}

.mri-0 {
    margin-right: 0 !important
}

.mbi-0 {
    margin-bottom: 0 !important
}

.mli-0 {
    margin-left: 0 !important
}

.p-0 {
    padding: 0 !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.container [class^=col-lg-]>:last-child,
.container [class^=col-md-]>:last-child,
.container [class^=col-sm-]>:last-child,
.container [class^=col-xs-]>:last-child,
dl dd:last-child {
    margin-bottom: 0
}

.page-container {
    font-size: 16px;
    margin-bottom: 25px;
    margin-bottom: 20px !important;
    position: relative
}

@media (min-width:768px) {
    .page-container {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    .page-container {
        padding-top: 20px
    }
}

@media (min-width:1200px) {
    .page-container {
        padding-top: 25px
    }
}

.page-container.text-medium {
    font-size: .813rem;
    margin-bottom: 25px
}

.page-container.text-large {
    font-size: 16px;
    margin-bottom: 25px
}

.page-container.text-x-large {
    font-size: 19px;
    margin-bottom: 25px
}

.page-container.text-xx-large {
    font-size: 25px;
    margin-bottom: 25px
}

@media (min-width:768px) {

    .page-container>.row h3:first-of-type,
    .page-container>.row h4:first-of-type,
    .page-container>.row h5:first-of-type,
    .page-container>.row h6:first-of-type {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {

    .page-container>.row h3:first-of-type,
    .page-container>.row h4:first-of-type,
    .page-container>.row h5:first-of-type,
    .page-container>.row h6:first-of-type {
        margin-bottom: 40px
    }
}

@media (min-width:1200px) {

    .page-container>.row h3:first-of-type,
    .page-container>.row h4:first-of-type,
    .page-container>.row h5:first-of-type,
    .page-container>.row h6:first-of-type {
        margin-bottom: 50px
    }
}

@media (min-width:768px) {
    .page-container>.row.background.first-of-class {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .page-container>.row.background.first-of-class {
        margin-top: 20px
    }
}

@media (min-width:1200px) {
    .page-container>.row.background.first-of-class {
        margin-top: 25px
    }
}

@media (min-width:768px) {
    .page-container>.row.background {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .page-container>.row.background {
        padding-bottom: 20px
    }
}

@media (min-width:1200px) {
    .page-container>.row.background {
        padding-bottom: 25px
    }
}

@media (min-width:768px) {

    .page-container>.row.background .h3:first-of-type,
    .page-container>.row.background .h4:first-of-type,
    .page-container>.row.background .h5:first-of-type,
    .page-container>.row.background .h6:first-of-type,
    .page-container>.row.background h3:first-of-type,
    .page-container>.row.background h4:first-of-type,
    .page-container>.row.background h5:first-of-type,
    .page-container>.row.background h6:first-of-type {
        margin-top: 20px
    }
}

@media (min-width:992px) {

    .page-container>.row.background .h3:first-of-type,
    .page-container>.row.background .h4:first-of-type,
    .page-container>.row.background .h5:first-of-type,
    .page-container>.row.background .h6:first-of-type,
    .page-container>.row.background h3:first-of-type,
    .page-container>.row.background h4:first-of-type,
    .page-container>.row.background h5:first-of-type,
    .page-container>.row.background h6:first-of-type {
        margin-top: 20px
    }
}

@media (min-width:1200px) {

    .page-container>.row.background .h3:first-of-type,
    .page-container>.row.background .h4:first-of-type,
    .page-container>.row.background .h5:first-of-type,
    .page-container>.row.background .h6:first-of-type,
    .page-container>.row.background h3:first-of-type,
    .page-container>.row.background h4:first-of-type,
    .page-container>.row.background h5:first-of-type,
    .page-container>.row.background h6:first-of-type {
        margin-top: 25px
    }
}

@media (min-width:768px) {
    .page-container>.row:last-of-type {
        padding-bottom: 20px
    }
}

@media (min-width:992px) {
    .page-container>.row:last-of-type {
        padding-bottom: 20px
    }
}

@media (min-width:1200px) {
    .page-container>.row:last-of-type {
        padding-bottom: 25px
    }
}

@media (min-width:768px) {
    .page-container>.row.background:last-of-type {
        padding-bottom: 40px
    }
}

@media (min-width:992px) {
    .page-container>.row.background:last-of-type {
        padding-bottom: 40px
    }
}

@media (min-width:1200px) {
    .page-container>.row.background:last-of-type {
        padding-bottom: 50px
    }
}

.container.page-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.container.page-container>.row {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .container.page-container>.row {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }
}

@media (min-width:992px) {
    .container.page-container>.row {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media (min-width:1200px) {
    .container.page-container>.row {
        max-width: 1146px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%
    }
}

.container.page-container>.row.full-width {
    max-width: 100%;
    width: 100%
}

.container.page-container>.row.full-width.no-padding {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1200px) {
    .container.page-container .row.narrow {
        margin-left: auto;
        margin-right: auto;
        max-width: 1086px;
        width: 100%
    }
}

.background-light-gray,
.background.light-gray,
.light-gray-background {
    background-color: #ddd
}

.background-dark-gray,
.background.dark-gray,
.dark-gray-background {
    background-color: #25242a;
    color: #fff
}

.background-dark-gray a,
.background.dark-gray a,
.dark-gray-background a {
    color: #fff
}

.vcenter {
    text-align: center;
    white-space: nowrap
}

.vcenter:before {
    content: "";
    height: 100%
}

.vcenter:before,
.vcenter>* {
    display: inline-block;
    vertical-align: middle
}

.v-center {
    display: table
}

.v-center>div {
    display: table-cell;
    vertical-align: middle
}

.no-vertical-align img {
    vertical-align: baseline
}

.w600 {
    max-width: 600px
}

.w980 {
    max-width: 980px
}

.w1044 {
    max-width: 1044px
}

.w1140 {
    max-width: 1140px
}

.w1724 {
    max-width: 1724px
}

.w1920 {
    max-width: 1920px
}

.no-focus {
    cursor: default !important;
    position: relative
}

.no-focus:after {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.bg-position-5 {
    background-position: 5% 50% !important
}

.bg-position-10 {
    background-position: 10% 50% !important
}

.bg-position-15 {
    background-position: 15% 50% !important
}

.bg-position-20 {
    background-position: 20% 50% !important
}

.bg-position-25 {
    background-position: 25% 50% !important
}

.bg-position-30 {
    background-position: 30% 50% !important
}

.bg-position-35 {
    background-position: 35% 50% !important
}

.bg-position-40 {
    background-position: 40% 50% !important
}

.bg-position-45 {
    background-position: 45% 50% !important
}

.bg-position-50 {
    background-position: 50% 50% !important
}

.bg-position-55 {
    background-position: 55% 50% !important
}

.bg-position-60 {
    background-position: 60% 50% !important
}

.bg-position-65 {
    background-position: 65% 50% !important
}

.bg-position-70 {
    background-position: 70% 50% !important
}

.bg-position-75 {
    background-position: 75% 50% !important
}

.bg-position-80 {
    background-position: 80% 50% !important
}

.bg-position-85 {
    background-position: 85% 50% !important
}

.bg-position-90 {
    background-position: 90% 50% !important
}

.bg-position-95 {
    background-position: 95% 50% !important
}

.bg-position-100 {
    background-position: 100% 50% !important
}

.soon-desk {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.soon-desk .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.soon-mobile {
    display: none
}

@media screen and (max-height:380px) {
    .soon-mobile .text-img {
        display: none
    }
}

@media screen and (max-width:768px) {
    .soon-mobile {
        background: #000;
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%
    }

    .soon-mobile-fill {
        display: table;
        height: 100%;
        width: 100%
    }

    .soon-mobile-fill>div {
        display: table-row
    }

    .soon-mobile-fill>div>div {
        display: table-cell;
        text-align: center;
        vertical-align: middle
    }

    .soon-mobile .main-img {
        width: 100%
    }

    .soon-mobile .text-img {
        text-align: center;
        width: 70%
    }
}

.container.container--content-width {
    max-width: 100%
}

@media (min-width:1361px) {
    .container.container--content-width {
        max-width: 1360px
    }
}

@font-face {
    font-display: block;
    font-family: lg;
    font-style: normal;
    font-weight: 400;

}

.lg-icon {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: lg !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border: none;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    outline: none;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    opacity: .5;
    pointer-events: none
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: ""
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: ""
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    to {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    to {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    to {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    to {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    background-color: rgba(0, 0, 0, .45);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1082
}

.lg-toolbar .lg-icon {
    background: none;
    border: none;
    box-shadow: none;
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    outline: medium none;
    padding: 10px 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    width: 50px
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: ""
}

.lg-toolbar .lg-download:after {
    content: ""
}

.lg-sub-html {
    background-color: rgba(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 {
    font-size: 13px;
    font-weight: 700;
    margin: 0
}

.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-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .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 {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    max-height: 350px;
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    width: 100%;
    z-index: 1080
}

.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: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    height: 100%;
    margin-bottom: -5px;
    padding: 10px 0
}

.lg-outer .lg-thumb-item {
    border: 2px solid #fff;
    border-radius: 5px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    height: 100%;
    margin-bottom: 5px;
    overflow: hidden
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #082d7b
}

.lg-outer .lg-thumb-item img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.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 .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border: none;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    outline: medium none;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: ""
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    max-height: 100%;
    max-width: 1140px;
    padding: 0 5px;
    vertical-align: middle;
    width: 100%
}

.lg-outer .lg-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    cursor: pointer;
    height: 59px;
    left: 50%;
    margin-left: -42px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 84px;
    z-index: 1080
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/html/static/image/vimeo-play.6b92efbd.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/html/static/image/vimeo-play.6b92efbd.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../image/video-play.539c47b6.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    opacity: .8;
    width: 64px
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/html/static/image/youtube-play.50359884.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/html/static/image/youtube-play.50359884.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important
}

.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: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .08s ease 0s;
    -moz-transition: opacity .08s ease 0s;
    -o-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s;
    width: 100%;
    z-index: 1083
}

.lg-progress-bar .lg-progress {
    background-color: #082d7b;
    height: 2px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: ""
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: ""
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -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 .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important
}

#lg-zoom-in:after {
    content: ""
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: ""
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: ""
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    vertical-align: top
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    border-radius: 3px;
    bottom: 100%;
    color: #fff;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    width: 120px
}

.lg-outer .lg-pager-thumb-cont img {
    height: 100%;
    width: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff
}

.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: ""
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: ""
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s;
    visibility: hidden;
    z-index: 1081
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    opacity: 1;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    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;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    -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 .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    visibility: hidden
}

.lg-outer .lg-dropdown:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 16px;
    top: -16px;
    width: 0
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    font-family: Noto Sans;
    font-size: 12px;
    padding: 4px 12px;
    white-space: pre
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(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: ""
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: ""
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: ""
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: ""
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: ""
}

.lg-outer .lg-img-rotate {
    bottom: 0;
    left: 0;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    -o-transition: -o-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s
}

.lg-rotate-left:after {
    content: ""
}

.lg-rotate-right:after {
    content: ""
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
    font-size: 26px
}

.lg-flip-ver:after {
    content: ""
}

.lg-flip-hor:after {
    content: ""
}

.lg-group:after {
    clear: both;
    content: "";
    display: table
}

.lg-outer {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    position: fixed;
    text-align: left;
    top: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
    width: 100%;
    z-index: 1050
}

.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-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -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-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    opacity: 1;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.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%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.lg-outer .lg-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.lg-outer .lg-item {
    background: url(/html/static/image/loading.fcba57cd.gif) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    margin-right: -1px;
    width: 1px
}

.lg-outer .lg-img-wrap {
    bottom: 0;
    left: 0;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 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;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: 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 .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .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,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
    z-index: 1040
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -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,
.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-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .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 {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    left: 0;
    opacity: 0;
    position: absolute
}

.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-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-zoom-in .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3)
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-css3.lg-zoom-in .lg-item.lg-current,
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-zoom-in-big .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2)
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current,
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-zoom-out .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(.7, .7, .7);
    transform: scale3d(.7, .7, .7)
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-css3.lg-zoom-out .lg-item.lg-current,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-zoom-out-big .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current,
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-zoom-out-in .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2)
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current,
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-zoom-in-out .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2)
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current,
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-soft-zoom .lg-item {
    opacity: 0
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.lg-css3.lg-soft-zoom .lg-item.lg-current,
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-scale-up .lg-item {
    opacity: 0
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
    -o-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
    -ms-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
    -webkit-transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0);
    transform: scale3d(.8, .8, .8) translate3d(0, 10%, 0)
}

.lg-css3.lg-scale-up .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-scale-up .lg-item.lg-current,
.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-slide-circular .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-slide-circular .lg-item.lg-current,
.lg-css3.lg-slide-circular .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-up .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0)
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0)
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current,
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-down .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0)
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0)
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current,
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-vertical .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0)
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0)
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0)
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0)
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s
}

.lg-css3.lg-slide-vertical .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-css3.lg-slide-vertical .lg-item.lg-current,
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-vertical-growth .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -moz-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
    -o-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
    -ms-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
    -webkit-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
    transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0)
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -moz-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
    -o-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
    -ms-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
    -webkit-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
    transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0)
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -moz-transform: skew(10deg, 0deg);
    -o-transform: skew(10deg, 0deg);
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg)
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg)
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current,
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg)
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg)
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only-y .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg)
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg)
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg)
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg)
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
    -o-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
    -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
    -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0, 0);
    transform: skew(20deg, 0deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -moz-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
    -o-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
    -ms-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
    -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0, 0);
    transform: skew(20deg, 0deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew .lg-item.lg-current,
.lg-css3.lg-slide-skew .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
    -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
    -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
    -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0);
    transform: skew(-20deg, 0deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
    -o-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
    -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
    -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0, 0);
    transform: skew(-20deg, 0deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-cross .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
    -o-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
    -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
    transform: skew(0deg, 60deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
    -o-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
    -ms-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
    transform: skew(0deg, 60deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current,
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
    -o-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
    -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
    transform: skew(0deg, -60deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
    -o-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
    -ms-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
    transform: skew(0deg, -60deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
    -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
    -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
    -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
    -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
    -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
    -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
    -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
    -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
    -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0);
    transform: skew(0deg, 20deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
    -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
    -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
    -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0);
    transform: skew(0deg, 20deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
    -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
    -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0);
    transform: skew(0deg, -20deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
    -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
    -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
    -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0);
    transform: skew(0deg, -20deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translateZ(0);
    -o-transform: skew(0deg, 0deg) translateZ(0);
    -ms-transform: skew(0deg, 0deg) translateZ(0);
    -webkit-transform: skew(0deg, 0deg) translateZ(0);
    transform: skew(0deg, 0deg) translateZ(0)
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-lollipop .lg-item {
    opacity: 0
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -moz-transform: translateZ(0) scale(.5);
    -o-transform: translateZ(0) scale(.5);
    -ms-transform: translateZ(0) scale(.5);
    -webkit-transform: translateZ(0) scale(.5);
    transform: translateZ(0) scale(.5)
}

.lg-css3.lg-lollipop .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-css3.lg-lollipop .lg-item.lg-current,
.lg-css3.lg-lollipop .lg-item.lg-next-slide,
.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-lollipop-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -moz-transform: translateZ(0) scale(.5);
    -o-transform: translateZ(0) scale(.5);
    -ms-transform: translateZ(0) scale(.5);
    -webkit-transform: translateZ(0) scale(.5);
    transform: translateZ(0) scale(.5)
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current,
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-rotate .lg-item {
    opacity: 0
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -moz-transform: rotate(-1turn);
    -o-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.lg-css3.lg-rotate .lg-item.lg-current {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.lg-css3.lg-rotate .lg-item.lg-current,
.lg-css3.lg-rotate .lg-item.lg-next-slide,
.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-rotate-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -moz-transform: rotate(-1turn);
    -o-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.lg-css3.lg-rotate-rev .lg-item.lg-current,
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-tube .lg-item {
    opacity: 0
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -moz-transform: scaleY(0) translate3d(-100%, 0, 0);
    -o-transform: scaleY(0) translate3d(-100%, 0, 0);
    -ms-transform: scaleY(0) translate3d(-100%, 0, 0);
    -webkit-transform: scaleY(0) translate3d(-100%, 0, 0);
    transform: scaleY(0) translate3d(-100%, 0, 0)
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
    -moz-transform: scaleY(0) translate3d(100%, 0, 0);
    -o-transform: scaleY(0) translate3d(100%, 0, 0);
    -ms-transform: scaleY(0) translate3d(100%, 0, 0);
    -webkit-transform: scaleY(0) translate3d(100%, 0, 0);
    transform: scaleY(0) translate3d(100%, 0, 0)
}

.lg-css3.lg-tube .lg-item.lg-current {
    opacity: 1;
    -moz-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.lg-css3.lg-tube .lg-item.lg-current,
.lg-css3.lg-tube .lg-item.lg-next-slide,
.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
    border-width: 1px
}

body.lg-on {
    overflow-y: hidden
}

.lg-iframe .lg-video {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.virtual-tour__button {
    background-image: url(/html/static/image/icon_360.cd14e397.png);
    background-size: cover;
    cursor: pointer;
    display: block;
    font-size: 3em;
    height: 2.5em;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5.2em;
    z-index: 2
}

@media (max-width:500px) {
    .virtual-tour__button {
        font-size: 2em
    }
}

.navbar.navbar--hidden:not(.active) {
    transform: translateY(-80px)
}

.navbar.menu-is-open {
    transform: translateY(0) !important
}

.menu-second {
    height: 63px
}

.menu-second.menu-second--sticky .menu-second__container {
    left: 0;
    position: fixed;
    top: 0;
    transition-duration: .4s;
    z-index: 1030
}

.menu-second.menu-second--sticky .menu-second__container .menu-second__title {
    visibility: visible
}

.menu-second .menu-second__container {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    height: 63px;
    width: 100%
}

.menu-second .menu-second__container .menu-second__active {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
    vertical-align: middle
}

.menu-second .menu-second__container .menu-second__title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 63px;
    position: absolute;
    vertical-align: middle;
    visibility: hidden
}

.menu-second .menu-second__container .menu-second__list {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu-second .menu-second__container .menu-second__list li {
    display: inline-block;
    line-height: 63px;
    margin-left: 25px;
    vertical-align: middle
}

.menu-second .menu-second__container .menu-second__list li.active a {
    font-weight: 700
}

.menu-second .menu-second__container .menu-second__list li a {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    font-size: 16px;
    font-weight: 100
}

.menu-second .menu-second__container .menu-second__list li a:active,
.menu-second .menu-second__container .menu-second__list li a:focus,
.menu-second .menu-second__container .menu-second__list li a:hover {
    text-decoration: none
}

.mobile-second {
    background-color: #1f2428;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040
}

.mobile-second .mobile-second__container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.mobile-second .mobile-second__container .mobile-second__close {
    background-image: url(/html/static/image/up-arrow.2a33ff9a.svg);
    background-repeat: no-repeat;
    color: #f6f7f9;
    cursor: pointer;
    height: 50px;
    margin: -50px auto 0;
    position: relative;
    top: -50px;
    width: 50px
}

.mobile-second .mobile-second__container .mobile-second__list {
    font-size: calc(17.11828px + 2.15054vw);
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-second .mobile-second__container .mobile-second__list li {
    display: block;
    text-align: center;
    width: 100%
}

.mobile-second .mobile-second__container .mobile-second__list li.active a {
    border-bottom: 2px solid grey;
    color: #fff
}

.mobile-second .mobile-second__container .mobile-second__list li a {
    color: #f6f7f9;
    display: inline-block;
    font-size: 100%;
    padding: 15px 0
}

.mobile-second .mobile-second__container .mobile-second__list li a:active,
.mobile-second .mobile-second__container .mobile-second__list li a:focus,
.mobile-second .mobile-second__container .mobile-second__list li a:hover {
    text-decoration: none
}

.lg-iframe.lg-caption--hide .lg-sub-html {
    display: none;
    visibility: hidden
}

.appendix {
    font-style: italic
}

.ask-about {
    align-items: center;
    display: flex;
    height: 400px;
    justify-content: center;
    position: relative
}

@media (max-width:1145px) {
    .ask-about {
        height: 300px
    }
}

@media (max-width:767px) {
    .ask-about {
        height: 200px
    }
}

.ask-about .ask-about__background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.ask-about .ask-about__background img {
    height: unset;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1)
}

@media (min-width:1400px) {
    .ask-about .ask-about__background img {
        width: 100%
    }
}

.ask-about .action-button--outline {
    background-color: rgba(0, 0, 0, .2);
    position: relative
}

@media (max-width:767px) {
    .ask-about .action-button--outline {
        width: 100%
    }
}

.nav-gallery {
    display: flex;
    justify-content: space-evenly
}

.nav-gallery li {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.nav-gallery li a {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    opacity: .5;
    padding: 10px;
    transition-duration: .5s
}

.nav-gallery li a.active {
    opacity: 1
}

.nav-gallery li a:active,
.nav-gallery li a:focus,
.nav-gallery li a:hover {
    background-color: transparent;
    text-decoration: none
}

@media (max-width:767px) {
    .nav-gallery li a {
        font-size: 20px
    }
}

.gallery-tabs__description {
    font-size: 18px;
    font-weight: 300;
    opacity: .8;
    padding: 10px 0;
    text-align: center
}

.gallery-tabs__description a {
    color: #082d7b !important
}

@media (max-width:767px) {
    .gallery-tabs__description {
        font-size: 14px;
        padding: 5px 0
    }
}

.virtual-tour.poster {
    cursor: pointer;
    display: block;
    font-size: 10px;
    position: relative
}

.virtual-tour.poster img {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.virtual-tour.poster div {
    position: absolute
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff")
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    content: ""
}

.vjs-icon-play-circle {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-play-circle:before {
    content: ""
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
    content: ""
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
    content: ""
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
    content: ""
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
    content: ""
}

.vjs-icon-square {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-square:before {
    content: ""
}

.vjs-icon-spinner {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-spinner:before {
    content: ""
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
    content: ""
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
    font-family:Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
    content: ""
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
    content: ""
}

.vjs-icon-share {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-share:before {
    content: ""
}

.vjs-icon-cog {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-cog:before {
    content: ""
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-circle-outline {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-circle-outline:before {
    content: ""
}

.vjs-icon-circle-inner-circle {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-circle-inner-circle:before {
    content: ""
}

.vjs-icon-hd {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-hd:before {
    content: ""
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
    content: ""
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
    content: ""
}

.vjs-icon-facebook {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-facebook:before {
    content: ""
}

.vjs-icon-gplus {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-gplus:before {
    content: ""
}

.vjs-icon-linkedin {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-linkedin:before {
    content: ""
}

.vjs-icon-twitter {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-twitter:before {
    content: ""
}

.vjs-icon-tumblr {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-tumblr:before {
    content: ""
}

.vjs-icon-pinterest {
    font-family:Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-pinterest:before {
    content: ""
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
    content: ""
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
    content: ""
}

.vjs-icon-next-item {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-next-item:before {
    content: ""
}

.vjs-icon-previous-item {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-previous-item:before {
    content: ""
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
    content: ""
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
    content: ""
}

.video-js {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    position: relative;
    vertical-align: top;
    word-break: normal
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *,
.video-js :after,
.video-js :before {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-1-1,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-fluid {
    height: 0;
    max-width: 100%;
    width: 100%
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-9-16 {
    padding-top: 177.7777777778%
}

.video-js.vjs-1-1 {
    padding-top: 100%
}

.video-js .vjs-tech,
.video-js.vjs-fill {
    height: 100%;
    width: 100%
}

.video-js .vjs-tech {
    left: 0;
    position: absolute;
    top: 0
}

body.vjs-full-window {
    height: 100%;
    margin: 0;
    padding: 0
}

.vjs-full-window .video-js.vjs-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    height: 100% !important;
    padding-top: 0 !important;
    width: 100% !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    cursor: default;
    opacity: .5
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
}

.vjs-no-js {
    background-color: #000;
    color: #fff;
    font-family: Noto Sans;
    font-size: 18px;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 300px
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border: .06666em solid #fff;
    border-radius: .3em;
    cursor: pointer;
    display: block;
    font-size: 3em;
    height: 1.63332em;
    left: 10px;
    line-height: 1.5em;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 10px;
    transition: all .4s;
    width: 3em
}

.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -1.5em;
    margin-top: -.81666em;
    top: 50%
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    border-color: #fff;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: none;
    transition: none
}

.vjs-control .vjs-button {
    height: 100%;
    width: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
    overflow: auto
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    font-family: Noto Sans;
    margin: 0;
    overflow: auto;
    padding: 0
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    font-size: 1.2em;
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: .2em 0;
    text-align: center;
    text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
    background: none
}

.vjs-menu li.vjs-menu-title {
    cursor: default;
    font-size: 1em;
    font-weight: 700;
    line-height: 2em;
    margin: 0 0 .3em;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.vjs-menu-button-popup .vjs-menu {
    border-top-color: rgba(43, 51, 63, .7);
    bottom: 0;
    display: none;
    height: 0;
    left: -3em;
    margin-bottom: 1.5em;
    position: absolute;
    width: 10em
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    bottom: 1.5em;
    max-height: 15em;
    position: absolute;
    width: 100%
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    overflow: hidden;
    transition: all .4s
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    height: 100%;
    left: 4em;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: auto
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: auto
}

.video-js .vjs-control-bar {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    bottom: 0;
    display: none;
    height: 3em;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    opacity: 1;
    transition: visibility .1s, opacity .1s;
    visibility: visible
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 0;
    pointer-events: none;
    transition: visibility 1s, opacity 1s;
    visibility: visible
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    flex: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 4em
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.vjs-button>.vjs-icon-placeholder {
    display: block
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: auto;
    min-width: 4em;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-liveui .vjs-progress-control {
    align-items: center;
    display: flex
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    flex: auto;
    height: .3em;
    transition: all .2s
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.3333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Noto Sans;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #000;
    display: none;
    height: 100%;
    position: absolute;
    width: 1px;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    opacity: 0;
    transition: visibility 1s, opacity 1s;
    visibility: hidden
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

.video-js .vjs-slider {
    -webkit-touch-callout: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    cursor: pointer;
    margin: 0 .45em;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    box-shadow: 0 0 1em #fff;
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    display: flex;
    margin-right: 1em
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    height: 1px;
    margin-left: -1px;
    opacity: 0;
    visibility: visible;
    width: 1px
}

.video-js .vjs-volume-panel {
    transition: width 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
    opacity: 1;
    position: relative;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
    visibility: visible
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
    height: 3em;
    margin-right: 0;
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
    transition: width .1s;
    width: 10em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    left: -3000em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    width: 3em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    height: 3em;
    opacity: 1;
    position: relative;
    transition: none;
    visibility: visible;
    width: 5em
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    bottom: 3em;
    left: .5em;
    position: absolute
}

.video-js .vjs-volume-panel {
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    height: .3em;
    width: 5em
}

.vjs-volume-bar.vjs-slider-vertical {
    height: 5em;
    margin: 1.35em auto;
    width: .3em
}

.video-js .vjs-volume-level {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute
}

.video-js .vjs-volume-level:before {
    font-size: .9em;
    position: absolute;
    z-index: 1
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    left: -.3em;
    top: -.5em;
    z-index: 1
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    right: -.5em;
    top: -.3em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    bottom: 8em;
    height: 8em;
    width: 3em
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Noto Sans;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
    display: block;
    font-size: 1em;
    visibility: visible
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
    left: 1em;
    top: -12px
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em
}

.video-js .vjs-volume-control .vjs-mouse-display {
    background-color: #000;
    display: none;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
    height: 100%;
    width: 1px
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    opacity: 0;
    transition: visibility 1s, opacity 1s;
    visibility: hidden
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-volume-tooltip {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

.vjs-poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    align-items: flex-start;
    display: flex;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    text-align: left;
    width: auto
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
    display: none
}

.video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 1em;
    height: 100%;
    line-height: 3em;
    min-width: 4em;
    padding-left: .5em;
    padding-right: .5em;
    width: auto
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    text-align: left;
    width: auto
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    color: #888;
    margin-right: .5em
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    padding-left: 1em;
    padding-right: 1em;
    width: auto
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none
}

.vjs-text-track-display {
    bottom: 3em;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    margin-bottom: .1em;
    text-align: center
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control,
.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    pointer-events: none;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    left: 0;
    width: 4em
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Noto Sans;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-align: center;
    text-shadow: .05em .05em .1em #000;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    background-clip: padding-box;
    border: 6px solid rgba(43, 51, 63, .7);
    border-radius: 25px;
    box-sizing: border-box;
    display: none;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    position: absolute;
    text-align: left;
    top: 50%;
    visibility: hidden;
    width: 50px
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
    animation: vjs-spinner-show 0s linear .3s forwards;
    display: block
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    border: inherit;
    border-color: #fff transparent transparent;
    border-radius: inherit;
    box-sizing: inherit;
    content: "";
    height: inherit;
    margin: -6px;
    opacity: 1;
    position: absolute;
    width: inherit
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
    border-top-color: #fff
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    display: inline-block;
    margin-bottom: -.1em;
    vertical-align: middle
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    content: "";
    font-family: Noto Sans;
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    display: inline-block;
    margin-bottom: -.1em;
    vertical-align: middle
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    content: " ";
    font-family: Noto Sans;
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-small .vjs-audio-button,
.video-js.vjs-layout-small .vjs-captions-button,
.video-js.vjs-layout-small .vjs-chapters-button,
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-descriptions-button,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-subtitles-button,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-audio-button,
.video-js.vjs-layout-tiny .vjs-captions-button,
.video-js.vjs-layout-tiny .vjs-chapters-button,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-descriptions-button,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-subtitles-button,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-audio-button,
.video-js.vjs-layout-x-small .vjs-captions-button,
.video-js.vjs-layout-x-small .vjs-chapters-button,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-descriptions-button,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-subtitles-button,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
    display: none !important
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: auto
}

.video-js.vjs-layout-tiny .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
    display: none
}

.video-js.vjs-layout-tiny .vjs-custom-control-spacer,
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
    display: block;
    flex: auto
}

.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,
.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display:grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr
    }
}

.vjs-track-setting>select {
    margin-bottom: .5em;
    margin-right: 1em
}

.vjs-text-track-settings fieldset {
    border: none;
    margin: 5px;
    padding: 3px
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings fieldset span>select {
    max-width: 7.3em
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    display: block;
    height: 1px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
    background-image: linear-gradient(0deg, #fff 88%, #73859f);
    outline-style: solid;
    outline-width: medium
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f);
    border-radius: 2px;
    color: #2b333f;
    cursor: pointer
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
    outline: none
}

.video-js :focus:not(:focus-visible) {
    outline: none
}

.video-js-container {
    background: #fff;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.video-js-container .video-js,
.video-js-container .video-stream {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-js-container .video-js .vjs-big-play-button {
    background-color: transparent !important;
    background-image: url(/html/static/image/icon_play.7c17b621.png);
    background-size: cover;
    border: 0;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    top: 50%;
    width: 120px
}

.video-js-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none
}

.sharing-bar__container {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between
}

.sharing-bar__container .sharing-bar__icons,
.sharing-bar__container .sharing-bar__title {
    align-items: center;
    display: flex;
    justify-content: center
}

.sharing-bar__container.display-flex-end {
    display: flex;
    justify-content: flex-end
}

.sharing-bar__container .sharing-bar__back {
    background-image: url(/html/static/image/left-arrow.8d435aeb.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: -4px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px
}

@media (max-width:668px) {
    .sharing-bar__container .sharing-bar__back {
        height: 16px;
        width: 16px
    }
}

.sharing-bar__container .sharing-bar__icons {
    margin-left: 14px;
    position: relative;
    visibility: hidden
}

.sharing-bar__container .sharing-bar__icons .sharing-bar__label {
    color: #494948;
    display: inline-block
}

.sharing-bar__container .sharing-bar__icons .sharing-bar__icon {
    cursor: pointer;
    display: flex;
    height: 100%;
    margin-left: 15px;
    position: relative;
    top: 1px
}

.sharing-bar__container .sharing-bar__icons .sharing-bar__icon.hide {
    display: none
}

.sharing-bar__container .sharing-bar__icons .share-icons-dropdown {
    display: flex;
    height: 100%;
    left: 0;
    position: relative;
    top: 0
}

@media (max-width:575.98px) {
    .sharing-bar__container .sharing-bar__icons .share-icons-dropdown {
        background-color: #fff;
        flex-direction: column;
        height: auto;
        left: inherit;
        position: absolute;
        right: -10px;
        top: 39px
    }
}

.sharing-bar__container .sharing-bar__icons .share-icons-dropdown.open {
    z-index: 1
}

@media (max-width:575.98px) {
    .sharing-bar__container .sharing-bar__icons .share-icons-dropdown.open {
        padding-bottom: 7px;
        top: 39px
    }

    .sharing-bar__container .sharing-bar__icons .share-icons-dropdown.open .sharing-bar__icon {
        margin-left: 0
    }
}

.sharing-bar__container .sharing-bar__icons .share-icons-dropdown .toggle-icon {
    margin-left: 16px;
    padding: 0
}

@media (min-width:668px) {
    .sharing-bar__container .sharing-bar__icons .share-icons-dropdown .toggle-icon {
        margin-left: 18px
    }
}

@media (max-width:575.98px) {
    .sharing-bar__container .sharing-bar__icons .share-icons-dropdown .toggle-icon {
        margin-left: 10px;
        padding: 7px 10px
    }
}

@media (-ms-high-contrast:none) and (max-width:575px),
screen and (-ms-high-contrast:active) {
    .sharing-bar__container .sharing-bar__icons .share-icons-dropdown .toggle-icon {
        padding: 5px 10px
    }
}

@media (max-width:575.98px) {
    .sharing-bar__container {
        font-size: .813rem
    }
}

.share-icon {
    color: #494948;
    display: inline-block;
    font-size: 1.1em;
    transition: .25s
}

@media (max-width:575.98px) {
    .share-icon {
        font-size: 1em
    }
}

.share-icon.icon-share {
    color: #082d7b
}

.share-icon:hover {
    color: #082d7b
}

.share-icon:focus,
.share-icon:hover {
    text-decoration: none
}

@media (-ms-high-contrast:none) and (max-width:575px),
screen and (-ms-high-contrast:active) {
    .sharing-bar__container .sharing-bar__icons .sharing-bar__icon {
        margin-left: 10px
    }
}

.overlay-content,
.overlay-content--responsive-list,
.overlay-data-loader {
    max-height: 305px;
    overflow: hidden;
    position: relative;
    transition-duration: .5s;
    width: 100%
}

.overlay-content--responsive-list:after,
.overlay-content:after,
.overlay-data-loader:after {
    background: #fff;
    background: linear-gradient(0deg, #fff 10%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.overlay-content--hidden,
.overlay-content--responsive-list--hidden,
.overlay-data-loader--hidden {
    max-height: inherit
}

.overlay-content--hidden:after,
.overlay-content--responsive-list--hidden:after,
.overlay-data-loader--hidden:after {
    content: none
}

.overlay-content--hidden .overlay-content__read-more,
.overlay-content--hidden .overlay-data-loader__read-more,
.overlay-content--responsive-list--hidden .overlay-content__read-more,
.overlay-content--responsive-list--hidden .overlay-data-loader__read-more,
.overlay-data-loader--hidden .overlay-content__read-more,
.overlay-data-loader--hidden .overlay-data-loader__read-more {
    display: none;
    visibility: hidden
}

.overlay-content--hidden .overlay-content__close,
.overlay-content--hidden .overlay-data-loader__close,
.overlay-content--responsive-list--hidden .overlay-content__close,
.overlay-content--responsive-list--hidden .overlay-data-loader__close,
.overlay-data-loader--hidden .overlay-content__close,
.overlay-data-loader--hidden .overlay-data-loader__close {
    display: inline-flex;
    height: inherit !important;
    visibility: visible
}

.overlay-content--responsive-list__container,
.overlay-content__container,
.overlay-data-loader__container {
    margin-bottom: 25px
}

.overlay-content--no-overlay .overlay-content__container,
.overlay-content--no-overlay .overlay-data-loader__container,
.overlay-content--responsive-list--no-overlay .overlay-content__container,
.overlay-content--responsive-list--no-overlay .overlay-data-loader__container,
.overlay-data-loader--no-overlay .overlay-content__container,
.overlay-data-loader--no-overlay .overlay-data-loader__container {
    margin-bottom: 0
}

.overlay-content--responsive-list__close,
.overlay-content--responsive-list__read-more,
.overlay-content__close,
.overlay-content__read-more,
.overlay-data-loader__close,
.overlay-data-loader__read-more {
    align-items: flex-end;
    bottom: 0;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    visibility: visible;
    width: 100%;
    z-index: 1
}

.overlay-content--responsive-list__close .overlay-content__arrows,
.overlay-content--responsive-list__close .overlay-data-loader__arrows,
.overlay-content--responsive-list__read-more .overlay-content__arrows,
.overlay-content--responsive-list__read-more .overlay-data-loader__arrows,
.overlay-content__close .overlay-content__arrows,
.overlay-content__close .overlay-data-loader__arrows,
.overlay-content__read-more .overlay-content__arrows,
.overlay-content__read-more .overlay-data-loader__arrows,
.overlay-data-loader__close .overlay-content__arrows,
.overlay-data-loader__close .overlay-data-loader__arrows,
.overlay-data-loader__read-more .overlay-content__arrows,
.overlay-data-loader__read-more .overlay-data-loader__arrows {
    align-items: baseline;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 4px
}

.overlay-content--responsive-list__close,
.overlay-content__close,
.overlay-data-loader__close {
    display: none;
    visibility: hidden
}

.overlay-content .arrow-down,
.overlay-content .arrow-up,
.overlay-content--responsive-list .arrow-down,
.overlay-content--responsive-list .arrow-up,
.overlay-data-loader .arrow-down,
.overlay-data-loader .arrow-up {
    display: inline-block;
    position: relative;
    top: -2px
}

.overlay-content .arrow-down:first-child,
.overlay-content .arrow-up:first-child,
.overlay-content--responsive-list .arrow-down:first-child,
.overlay-content--responsive-list .arrow-up:first-child,
.overlay-data-loader .arrow-down:first-child,
.overlay-data-loader .arrow-up:first-child {
    margin-right: 10px
}

.overlay-content .arrow-down:last-child,
.overlay-content .arrow-up:last-child,
.overlay-content--responsive-list .arrow-down:last-child,
.overlay-content--responsive-list .arrow-up:last-child,
.overlay-data-loader .arrow-down:last-child,
.overlay-data-loader .arrow-up:last-child {
    margin-left: 10px
}

.overlay-content .arrow-down,
.overlay-content--responsive-list .arrow-down,
.overlay-data-loader .arrow-down {
    border-top-color: #000
}

.overlay-content .arrow-up,
.overlay-content--responsive-list .arrow-up,
.overlay-data-loader .arrow-up {
    border-bottom-color: #000
}

.overlay-content--responsive-list:not(.overlay-content--hidden) .overlay-content__read-more:hover>a,
.overlay-content--responsive-list:not(.overlay-content--hidden) .overlay-data-loader__read-more:hover>a,
.overlay-content--responsive-list:not(.overlay-data-loader--hidden) .overlay-content__read-more:hover>a,
.overlay-content--responsive-list:not(.overlay-data-loader--hidden) .overlay-data-loader__read-more:hover>a,
.overlay-content:not(.overlay-content--hidden) .overlay-content__read-more:hover>a,
.overlay-content:not(.overlay-content--hidden) .overlay-data-loader__read-more:hover>a,
.overlay-content:not(.overlay-data-loader--hidden) .overlay-content__read-more:hover>a,
.overlay-content:not(.overlay-data-loader--hidden) .overlay-data-loader__read-more:hover>a,
.overlay-data-loader:not(.overlay-content--hidden) .overlay-content__read-more:hover>a,
.overlay-data-loader:not(.overlay-content--hidden) .overlay-data-loader__read-more:hover>a,
.overlay-data-loader:not(.overlay-data-loader--hidden) .overlay-content__read-more:hover>a,
.overlay-data-loader:not(.overlay-data-loader--hidden) .overlay-data-loader__read-more:hover>a {
    text-decoration: underline
}

.overlay-data-loader {
    margin-bottom: 1.5rem
}

.overlay-data-loader__read-more .overlay-data-loader__arrows {
    align-items: flex-end;
    height: 100%;
    line-height: .6;
    width: 100%
}

#launched-yachts-content,
#news-magazines-content,
#press-content {
    position: relative
}

#launched-yachts-content .overlay-content--responsive-list,
#news-magazines-content .overlay-content--responsive-list,
#press-content .overlay-content--responsive-list {
    bottom: 0;
    height: 400px;
    left: 0;
    max-height: none;
    overflow: auto;
    position: absolute
}

#launched-yachts-content .overlay-content--responsive-list .overlay-content__container,
#news-magazines-content .overlay-content--responsive-list .overlay-content__container,
#press-content .overlay-content--responsive-list .overlay-content__container {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 40px;
    position: absolute;
    width: 100%
}

#launched-yachts-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more,
#news-magazines-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more,
#press-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more {
    bottom: -30px
}

#launched-yachts-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more .overlay-content__arrows,
#news-magazines-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more .overlay-content__arrows,
#press-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more .overlay-content__arrows {
    align-items: flex-end;
    height: 100%;
    width: 100%
}

#launched-yachts-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more .overlay-content__arrows span,
#news-magazines-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more .overlay-content__arrows span,
#press-content .overlay-content--responsive-list .overlay-content__container .overlay-content__read-more .overlay-content__arrows span {
    margin-bottom: 4px
}

#launched-yachts-content .overlay-content--responsive-list:after,
#news-magazines-content .overlay-content--responsive-list:after,
#press-content .overlay-content--responsive-list:after {
    height: 50%
}

@media (max-width:575px) {

    #launched-yachts-content .overlay-content--responsive-list:after,
    #news-magazines-content .overlay-content--responsive-list:after,
    #press-content .overlay-content--responsive-list:after {
        height: 30%
    }
}

#launched-yachts-content .overlay-content--responsive-list:after {
    height: 60%
}

.navigation-block-large .header {
    border-collapse: collapse;
    display: table
}

@media (min-width:768px) {
    .navigation-block-large .header {
        margin: 20px 10px
    }
}

@media (min-width:992px) {
    .navigation-block-large .header {
        margin: 20px
    }
}

@media (min-width:1200px) {
    .navigation-block-large .header {
        margin: 25px 30px
    }
}

@media (max-width:450px) {
    .navigation-block-large .header {
        display: block
    }
}

.navigation-block-large .header .content {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:450px) {
    .navigation-block-large .header .content {
        display: block
    }
}

.navigation-block-large .header div:first-of-type {
    color: #082d7b;
    padding-right: 10px
}

@media (max-width:450px) {
    .navigation-block-large .header div:first-of-type {
        padding: 0;
        text-align: center
    }
}

.navigation-block-large .header div:last-of-type {
    border-left: 1px solid #bfbfbf !important;
    padding-left: 10px;
    text-align: justify
}

@media (max-width:450px) {
    .navigation-block-large .header div:last-of-type {
        border-left: none !important;
        border-top: 1px solid #bfbfbf;
        padding-left: 0;
        padding-top: 15px
    }
}

.navigation-block-large .content p {
    margin: 10px !important
}

.navigation-block-half .image,
.navigation-block-large .image {
    background-size: cover !important;
    margin-bottom: 0 !important
}

@media (min-width:768px) {

    .navigation-block-half .image,
    .navigation-block-large .image {
        margin: 20px 10px
    }
}

@media (min-width:992px) {

    .navigation-block-half .image,
    .navigation-block-large .image {
        margin: 20px
    }
}

@media (min-width:1200px) {

    .navigation-block-half .image,
    .navigation-block-large .image {
        margin: 25px 30px
    }
}

.navigation-block-large .image {
    height: 314px
}

.navigation-block-half .image {
    height: 258px
}

.navigation-block-half .header {
    border-collapse: collapse;
    display: table
}

@media (min-width:768px) {
    .navigation-block-half .header {
        margin: 20px 10px
    }
}

@media (min-width:992px) {
    .navigation-block-half .header {
        margin: 20px
    }
}

@media (min-width:1200px) {
    .navigation-block-half .header {
        margin: 25px 30px
    }
}

@media (min-width:1101px) {
    .navigation-block-half .header {
        display: block;
        min-height: 160px
    }
}

@media (min-width:668px) and (max-width:1100px) {
    .navigation-block-half .header {
        display: block;
        min-height: 250px
    }
}

@media (max-width:450px) {
    .navigation-block-half .header {
        display: block
    }
}

.navigation-block-half .header .content {
    display: table-cell;
    vertical-align: middle
}

@media (min-width:668px) and (max-width:1100px) {
    .navigation-block-half .header .content {
        display: block
    }
}

@media (max-width:450px) {
    .navigation-block-half .header .content {
        display: block
    }
}

.navigation-block-half .header div:first-child {
    color: #082d7b;
    padding-right: 10px
}

@media (min-width:668px) and (max-width:1100px) {
    .navigation-block-half .header div:first-child {
        padding: 0;
        text-align: center
    }
}

@media (max-width:450px) {
    .navigation-block-half .header div:first-child {
        padding: 0;
        text-align: center
    }
}

.navigation-block-half .header div:last-child {
    border-left: 1px solid #bfbfbf;
    padding-left: 10px;
    text-align: justify
}

@media (min-width:668px) and (max-width:1100px) {
    .navigation-block-half .header div:last-child {
        border-left: none !important;
        border-top: 1px solid #bfbfbf;
        padding-left: 0;
        padding-top: 15px
    }
}

@media (max-width:450px) {
    .navigation-block-half .header div:last-child {
        border-left: none !important;
        border-top: 1px solid #bfbfbf;
        padding-left: 0;
        padding-top: 15px
    }
}

.navigation-block-half .content p {
    margin: 10px !important
}

.bg-whiteish {
    background-color: #f8f8f8;
    min-height: calc(100vh - 595px);
    padding-bottom: 2rem;
    padding-top: 61px
}

.bg-whiteish .header h1 {
    margin-top: 2rem;
    text-transform: inherit
}

@media (min-width:1146px) {
    .bg-whiteish .header h1 {
        margin-bottom: 1rem
    }
}

.yacht-range {
    margin: 30px 30px 0
}

@media (max-width:575.98px) {
    .yacht-range {
        margin: 30px 0 0
    }
}

@media (min-width:1146px) {
    .yacht-range {
        margin: 30px auto 0;
        max-width: 1140px
    }
}

.yacht-range .yacht-range__container {
    background-color: #fff;
    box-shadow: 0 7px 80px 0 rgba(7, 12, 76, .17);
    margin-bottom: 30px;
    padding-bottom: 67px;
    position: relative;
    transition: all .4s ease
}

@media (max-width:460px) {
    .yacht-range .yacht-range__container {
        padding-bottom: 47px
    }
}

.yacht-range .yacht-range__container a {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.yacht-range .yacht-range__container .name {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 16px;
    height: 1px;
    justify-content: center;
    min-height: 67px;
    position: absolute;
    text-align: center;
    width: 100%
}

@media (max-width:460px) {
    .yacht-range .yacht-range__container .name {
        font-size: 12px;
        min-height: 47px
    }
}

.yacht-range .yacht-range__container .name:before {
    border-top: 1px solid #d7d7d7;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 61px
}

.yacht-range .yacht-range__container .new {
    align-items: center;
    background-color: #082d7b;
    border: 1px solid #082d7b;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: 20px;
    width: 67px;
    z-index: 3
}

@media (max-width:540px) {
    .yacht-range .yacht-range__container .new {
        font-size: 12.5px;
        height: 26px;
        width: 54px
    }
}

.yacht-range .yacht-range__container .new:after {
    border-left: 10px solid transparent;
    border-top: 10px solid #0075bd;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: 31px;
    width: 0
}

@media (max-width:540px) {
    .yacht-range .yacht-range__container .new:after {
        top: 25px
    }
}

.yacht-range .yacht-range__container img {
    position: relative;
    width: 100%
}

.yacht-range .yacht-range__container .yacht-range__hover-img {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 66px);
    opacity: 0;
    position: absolute;
    top: 0;
    transform: none;
    transition: opacity .4s ease;
    width: 100%;
    z-index: 1
}

@media (max-width:460px) {
    .yacht-range .yacht-range__container .yacht-range__hover-img {
        height: calc(100% - 46px)
    }
}

.yacht-range .yacht-range__container:hover .yacht-range__hover-img {
    opacity: 1
}

.yacht-range--subtitle {
    align-items: center;
    display: inline-flex;
    position: relative
}

.yacht-range--subtitle h5 {
    font-size: 35px;
    font-weight: 300;
    margin: 30px 0 30px 15px;
    position: relative;
    white-space: nowrap
}

@media (max-width:767px) {
    .yacht-range--subtitle h5 {
        font-size: 24px
    }
}

.yacht-range--subtitle hr {
    background-color: #e7e7e7;
    height: 1px;
    margin: 0 15px;
    width: 100%
}

.yacht-range #previous-models {
    left: 0;
    position: absolute;
    top: -63px
}

.jump-section,
.mobile-yacht-jump-section {
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    top: -50px;
    width: 1px
}

.jump-section.mobile-yacht-jump-section,
.mobile-yacht-jump-section.mobile-yacht-jump-section {
    top: -60px
}

.launched-yacht__img-container {
    overflow: hidden;
    padding-bottom: 66.25%;
    position: relative
}

.launched-yachts__paragraph {
    font-size: 1.5em
}

@media (max-width:540px) {
    .launched-yachts__paragraph {
        font-size: 1em
    }
}

.launched-yacht__img {
    left: 50%;
    min-height: 1000%;
    min-width: 1000%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.1)
}

.launched-yachts {
    position: relative
}

div#overlay {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 81px;
    transition: visibility 0ms .4s, left 0ms .4s, opacity .4s;
    visibility: hidden;
    z-index: 1000
}

@media (min-width:1146px) {
    body.overlay div#overlay {
        left: 0;
        opacity: 1;
        transition-delay: 0ms;
        visibility: visible
    }
}

.ol-popup {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 -7px 46px 0 rgba(0, 0, 0, .2);
    left: 0;
    min-width: 210px;
    padding: 5px 15px;
    position: absolute;
    top: 0
}

.ol-popup:after,
.ol-popup:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: -10px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    transform: rotate(90deg);
    width: 0
}

.ol-popup:after {
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -6px
}

.ol-popup:before {
    border-top-color: #ccc;
    border-width: 9px;
    margin-left: -8px;
    top: 9px
}

.ol-popup .ol-popup-closer {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-size: cover;
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 8px;
    width: 13px
}

#cookie-info {
    background-color: rgba(0, 0, 0, .9);
    bottom: 0;
    color: #fff;
    display: none;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 9999
}

#cookie-info #cookie-close-button {
    background-color: #082d7b;
    color: #fff;
    cursor: pointer;
    font-size: 1.4em;
    font-weight: 700;
    margin: 10px;
    padding: 10px 30px;
    text-decoration: none
}

#cookie-info .center-content {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: middle
}

#cookie-info a {
    color: #fff;
    text-decoration: underline
}

#privacy-policy {
    overflow: hidden;
    padding-bottom: 50px
}

#privacy-policy .pp-header {
    font-size: 60px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 60px;
    text-align: center
}

#privacy-policy .pp-body .pp-paragraph {
    padding-bottom: 10px;
    padding-top: 35px
}

#privacy-policy .pp-body .pp-paragraph .pp-paragraph--header {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center
}

#privacy-policy .pp-body .pp-paragraph .pp-paragraph--body ol {
    margin: 0 0 10px;
    padding: 0
}

#privacy-policy .pp-body .pp-paragraph .pp-paragraph--body ol li {
    font-size: 15px
}

#privacy-policy .pp-body .pp-paragraph .pp-paragraph--body ol li .pp-paragraph--content {
    display: inline-block;
    text-align: justify
}

#privacy-policy .pp-body .pp-paragraph .pp-paragraph--body ol li .pp-paragraph--content:before {
    content: "";
    padding-left: 25px
}

#privacy-policy .pp-body .pp-paragraph .pp-paragraph--body ol li .pp-paragraph--content_number {
    position: absolute
}

#privacy-policy .pp-body .pp-paragraph .pp-paragraph--body ol li ol {
    margin-left: 25px
}

#video-wrapper {
    margin: 0 auto;
    width: 1146px
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative
}

.video-container embed,
.video-container iframe,
.video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.minis-video-wrapper {
    margin-top: 6px
}

.mini-video-container {
    background-color: #082d7b;
    display: inline-block;
    height: 130px;
    margin-right: 10px;
    width: 200px
}

.mini-video-container:last-child {
    margin-right: 0
}

.video-thumbnail {
    cursor: pointer
}

.video-thumbnail img {
    border: 1px solid hsla(0, 0%, 100%, 0);
    transition: border-color .4s
}

.video-thumbnail.selected img {
    border-color: #082d7b
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-blue,
.swiper-button-prev.swiper-button-blue {
    --swiper-navigation-color: #007bff
}

.swiper-button-next.swiper-button-indigo,
.swiper-button-prev.swiper-button-indigo {
    --swiper-navigation-color: #6610f2
}

.swiper-button-next.swiper-button-purple,
.swiper-button-prev.swiper-button-purple {
    --swiper-navigation-color: #6f42c1
}

.swiper-button-next.swiper-button-pink,
.swiper-button-prev.swiper-button-pink {
    --swiper-navigation-color: #e83e8c
}

.swiper-button-next.swiper-button-red,
.swiper-button-prev.swiper-button-red {
    --swiper-navigation-color: #dc3545
}

.swiper-button-next.swiper-button-orange,
.swiper-button-prev.swiper-button-orange {
    --swiper-navigation-color: #fd7e14
}

.swiper-button-next.swiper-button-yellow,
.swiper-button-prev.swiper-button-yellow {
    --swiper-navigation-color: #ffc107
}

.swiper-button-next.swiper-button-green,
.swiper-button-prev.swiper-button-green {
    --swiper-navigation-color: #28a745
}

.swiper-button-next.swiper-button-teal,
.swiper-button-prev.swiper-button-teal {
    --swiper-navigation-color: #20c997
}

.swiper-button-next.swiper-button-cyan,
.swiper-button-prev.swiper-button-cyan {
    --swiper-navigation-color: #17a2b8
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-gray,
.swiper-button-prev.swiper-button-gray {
    --swiper-navigation-color: #6c757d
}

.swiper-button-next.swiper-button-gray-dark,
.swiper-button-prev.swiper-button-gray-dark {
    --swiper-navigation-color: #343a40
}

.swiper-button-lock {
    display: none
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container-horizontal .swiper-button-next,
.swiper-container-horizontal .swiper-button-prev {
    height: 100%;
    margin-top: 0;
    top: 0;
    width: 40px
}

@media (max-width:767px) {

    .swiper-container-horizontal .swiper-button-next,
    .swiper-container-horizontal .swiper-button-prev {
        margin-top: inherit;
        top: 50%;
        transform: translateY(-50%);
        width: 30px
    }
}

.swiper-container-horizontal .swiper-button-prev {
    left: 0
}

.swiper-container-horizontal .swiper-button-next {
    right: 0
}

.swiper-container-vertical .swiper-button-next,
.swiper-container-vertical .swiper-button-prev {
    height: 30px;
    left: 0;
    width: 100%
}

@media (max-width:767px) {

    .swiper-container-vertical .swiper-button-next,
    .swiper-container-vertical .swiper-button-prev {
        margin-top: inherit;
        top: 50%;
        transform: translateY(-50%)
    }
}

.swiper-container-vertical .swiper-button-prev {
    top: 0
}

.swiper-container-vertical .swiper-button-next {
    bottom: 0
}

@media (max-width:767px) {

    .swiper-container-thumbs .swiper-button-next,
    .swiper-container-thumbs .swiper-button-prev {
        width: 26px
    }
}

.swiper-button-next,
.swiper-button-prev {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7)
}

.swiper-button-next:active,
.swiper-button-prev:active {
    outline: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px
}

.swiper-button-next.swiper-button--black,
.swiper-button-prev.swiper-button--black {
    color: #000
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    color: #fff
}

.swiper-button-next.swiper-button--large:after,
.swiper-button-prev.swiper-button--large:after {
    font-size: 40px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto
}

.media-gallery .swiper-slide {
    overflow: hidden
}

.media-gallery .swiper-preloader--small {
    border-width: 2px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
    width: 26px
}

@media (min-width:768px) {
    .media-gallery.media-gallery--thumbnails-right .media-gallery__main {
        padding-right: 5px
    }
}

@media (max-width:767px) {
    .media-gallery.media-gallery--thumbnails-right .media-gallery__main {
        padding-bottom: 5px
    }
}

@media (min-width:768px) {
    .media-gallery.media-gallery--thumbnails-right .media-gallery__thumbnail {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .media-gallery.media-gallery--thumbnails-right .media-gallery__thumbnail {
        padding-top: 0
    }
}

@media (min-width:768px) {
    .media-gallery.media-gallery--thumbnails-left .media-gallery__main {
        padding-left: 5px
    }
}

@media (max-width:767px) {
    .media-gallery.media-gallery--thumbnails-left .media-gallery__main {
        padding-bottom: 5px
    }
}

@media (min-width:768px) {
    .media-gallery.media-gallery--thumbnails-left .media-gallery__thumbnail {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .media-gallery.media-gallery--thumbnails-left .media-gallery__thumbnail {
        padding-top: 0
    }
}

.media-gallery .media-gallery__main.media-gallery__main--images .swiper-container .swiper-slide__content:after,
.media-gallery .media-gallery__main.media-gallery__main--images .swiper-container .swiper-slide__content:before {
    background: #303340;
    background: linear-gradient(90deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .521) 1.8%, rgba(0, 0, 0, .478) 3.9%, rgba(0, 0, 0, .432) 6.2%, rgba(0, 0, 0, .385) 8.9%, rgba(0, 0, 0, .336) 12.1%, rgba(0, 0, 0, .288) 16%, rgba(0, 0, 0, .24) 20.7%, rgba(0, 0, 0, .194) 26.3%, rgba(0, 0, 0, .151) 32.8%, rgba(0, 0, 0, .112) 40.5%, rgba(0, 0, 0, .077) 49.4%, rgba(0, 0, 0, .047) 59.7%, rgba(0, 0, 0, .024) 71.5%, rgba(0, 0, 0, .008) 84.9%, transparent);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 16%;
    z-index: 1
}

.media-gallery .media-gallery__main.media-gallery__main--images .swiper-container .swiper-slide__content:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .521) 1.8%, rgba(0, 0, 0, .478) 3.9%, rgba(0, 0, 0, .432) 6.2%, rgba(0, 0, 0, .385) 8.9%, rgba(0, 0, 0, .336) 12.1%, rgba(0, 0, 0, .288) 16%, rgba(0, 0, 0, .24) 20.7%, rgba(0, 0, 0, .194) 26.3%, rgba(0, 0, 0, .151) 32.8%, rgba(0, 0, 0, .112) 40.5%, rgba(0, 0, 0, .077) 49.4%, rgba(0, 0, 0, .047) 59.7%, rgba(0, 0, 0, .024) 71.5%, rgba(0, 0, 0, .008) 84.9%, transparent);
    left: inherit;
    right: 0;
    z-index: 2
}

.media-gallery .media-gallery__main .swiper-slide {
    background-color: #303340;
    height: 0;
    padding-bottom: 56.25%
}

.media-gallery .media-gallery__main .swiper-slide.swiper-slide--transparent {
    background-color: transparent
}

.media-gallery .media-gallery__main .swiper-slide.swiper-slide-next video,
.media-gallery .media-gallery__main .swiper-slide.swiper-slide-prev video {
    visibility: hidden
}

.media-gallery .media-gallery__main .swiper-slide img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.media-gallery .media-gallery__main .swiper-slide.swiper-slide--gallery .swiper-slide--wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.media-gallery .media-gallery__main .swiper-slide.swiper-slide--gallery .swiper-slide--wrapper img {
    left: 50%;
    min-height: 1000%;
    min-width: 1000%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.1);
    width: auto
}

.media-gallery .media-gallery__main .swiper-slide.swiper-slide--gallery .swiper-slide--wrapper img.vertical {
    height: 100%;
    min-height: inherit;
    min-width: inherit;
    transform: translate(-50%, -50%)
}

.media-gallery .media-gallery__main .swiper-slide.swiper-slide--virtual-tour {
    background-size: cover
}

.media-gallery .media-gallery__thumbnail .swiper-container .swiper-wrapper .swiper-slide:after {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition-duration: .5s;
    width: 100%
}

.media-gallery .media-gallery__thumbnail .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
    opacity: 0
}

.media-gallery .media-gallery__thumbnail .swiper-container .swiper-wrapper .swiper-slide .swiper-slide--thumbnail {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.media-gallery .media-gallery__thumbnail .swiper-container .swiper-wrapper .swiper-slide--virtual-tour .virtual-tour__button {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-next:after,
.media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-prev:after {
    font-size: 20px
}

@media (min-width:768px) {

    .media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-next:after,
    .media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-prev:after {
        transform: rotate(90deg)
    }

    .media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-next,
    .media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-prev {
        left: 50%;
        margin-top: 0
    }

    .media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-prev {
        top: 0;
        transform: translateX(-50%)
    }

    .media-gallery .media-gallery__thumbnail .swiper-container .swiper-button-next {
        bottom: 0;
        top: inherit;
        transform: translateX(-50%)
    }
}

.media-gallery .swiper-slide:not(.swiper-slide-visible):not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) .swiper-lazy-preloader {
    visibility: hidden
}

.media-gallery .swiper-slide .swiper-lazy-preloader.swiper-lazy-preloader-white {
    border: 4px solid #fff;
    border-top-color: transparent
}

.media-gallery .swiper-slide .swiper-lazy-preloader.swiper-lazy-preloader-black {
    border: 4px solid #000;
    border-top-color: transparent
}

.media-gallery img[src=""] {
    visibility: hidden
}

.menu__hamburger--icon,
.mobile-menu-icon {
    cursor: pointer;
    height: 18px;
    margin-top: 4px;
    padding-left: 5px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 23px
}

.menu__hamburger--icon,
.menu__hamburger--icon span,
.mobile-menu-icon,
.mobile-menu-icon span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.menu__hamburger--icon span,
.mobile-menu-icon span {
    background: #fff;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%
}

.menu__hamburger--icon span:first-child,
.menu__hamburger--icon span:nth-child(2),
.menu__hamburger--icon span:nth-child(3),
.mobile-menu-icon span:first-child,
.mobile-menu-icon span:nth-child(2),
.mobile-menu-icon span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.menu__hamburger--icon span:first-child,
.mobile-menu-icon span:first-child {
    top: 0
}

.menu__hamburger--icon span:nth-child(2),
.mobile-menu-icon span:nth-child(2) {
    top: 7px
}

.menu__hamburger--icon span:nth-child(3),
.mobile-menu-icon span:nth-child(3) {
    top: 14px
}

.menu__hamburger--icon.open span:first-child,
.mobile-menu-icon.open span:first-child {
    top: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%
}

.menu__hamburger--icon.open span:nth-child(2),
.mobile-menu-icon.open span:nth-child(2) {
    opacity: 0;
    width: 0
}

.menu__hamburger--icon.open span:nth-child(3),
.mobile-menu-icon.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100% !important
}

.menu__container.menu--white .mobile-menu-icon span {
    background: #25242a
}

.menu__container.menu--white .mobile-menu-icon.open span {
    background: #fff
}

.menu__languages {
    display: flex;
    margin-left: 4px;
    margin-right: 12px;
    padding: 22px 10px 21px;
    position: relative
}

@media (max-width:992px) {
    .menu__languages {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-right: 5px;
        padding: 1px 0 0;
        width: 50px
    }
}

.menu__languages .menu__languages--menu {
    background-color: #1f2428;
    border: 1px solid #353a3e;
    display: none;
    position: absolute;
    right: -1px;
    top: 63px
}

@media (max-width:992px) {
    .menu__languages .menu__languages--menu {
        top: 42px
    }
}

.menu__languages .menu__languages--menu ul {
    list-style: none;
    margin-bottom: 0;
    min-width: 120px;
    padding: 9px 0;
    transition: .3s ease-in-out
}

.menu__languages .menu__languages--menu ul li {
    padding: 10px 28px
}

.menu__languages .menu__languages--menu ul li a {
    color: #fff;
    height: 100%;
    text-decoration: none;
    width: 100%
}

@media (hover:none) and (pointer:coarse) {
    .menu__languages .menu__languages--menu ul li a {
        color: #fff
    }
}

.menu__languages .menu__languages--menu ul li a span {
    display: flex;
    transform-origin: left;
    transition: all .4s ease-in-out
}

.menu__languages .menu__languages--menu ul li.lang--hidden {
    display: none !important
}

.menu__languages .menu__languages--menu ul li:active a,
.menu__languages .menu__languages--menu ul li:hover a {
    color: #fff;
    text-decoration: none
}

.menu__languages .menu__languages--menu ul li:active a span,
.menu__languages .menu__languages--menu ul li:hover a span {
    transform: scale(1.15)
}

.menu__languages .menu__languages--menu ul:hover li:not(:hover) a {
    color: hsla(0, 0%, 100%, .5)
}

.menu__languages.menu--transparent:before {
    background-color: #082d7b;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%
}

@media (max-width:992px) {
    .menu__languages.menu--transparent:before {
        top: -20px
    }
}

.menu__languages.menu--transparent.eco:before {
    background-color: #8dc82e
}

.menu__languages.menu--transparent .menu__languages--menu {
    background-color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(225, 255, 255, .5);
    border-top: 4px solid #082d7b;
    box-shadow: none;
    top: 59px
}

@media (max-width:992px) {
    .menu__languages.menu--transparent .menu__languages--menu {
        top: 38px
    }
}

.menu__languages.menu--transparent .menu__languages--menu.eco {
    border-top: 4px solid #8dc82e
}

.menu__languages.active .menu__languages--icon .icon {
    padding-top: 0;
    transform: rotate(180deg)
}

.menu__languages.active:before {
    opacity: 1
}

.menu__languages .menu__languages--icon {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 20px
}

.menu__languages .menu__languages--icon:focus {
    outline: none
}

.menu__languages .menu__languages--icon .language-selector {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 10
}

@media (min-width:992px) and (max-width:1145px) {
    .menu__languages .menu__languages--icon .language-selector {
        font-size: 11px
    }
}

.menu__languages .menu__languages--icon .icon {
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding-top: 3px;
    transition: .3s
}

@media (min-width:1145px) {
    .menu__languages .menu__languages--icon .icon {
        padding-top: 2px
    }
}

.menu__languages--menu-full {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.navbar.menu-is-open .menu__languages--menu-full {
    opacity: 1;
    padding: 22px 10px 22px 22px;
    transform: translateZ(0);
    transition-delay: .4s
}

.navbar.menu-is-open .menu__languages--menu-full ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.navbar.menu-is-open .menu__languages--menu-full ul li {
    display: flex;
    flex-basis: 15%;
    flex-shrink: 0;
    justify-content: center;
    position: relative;
    transition: .4s
}

.navbar.menu-is-open .menu__languages--menu-full ul li a {
    font-size: 12px;
    font-weight: 700
}

@media (max-width:1145px) {
    .navbar.menu-is-open .menu__languages--menu-full ul li a {
        font-size: 10px
    }
}

.navbar.menu-is-open .menu__languages--menu-full ul li a .menu__languages--locale-name {
    color: #d7d7d7;
    opacity: 0;
    position: absolute;
    transition: .4s;
    width: 0
}

.navbar.menu-is-open .menu__languages--menu-full ul li a .menu__languages--locale-abbr {
    color: #d7d7d7;
    display: flex;
    padding: 0 15px
}

.navbar.menu-is-open .menu__languages--menu-full ul li:not(.active):hover {
    flex-basis: 20%;
    padding: 0 15px
}

.navbar.menu-is-open .menu__languages--menu-full ul li:not(.active):hover a {
    text-decoration: none
}

.navbar.menu-is-open .menu__languages--menu-full ul li:not(.active):hover a .menu__languages--locale-name {
    color: #23282d;
    opacity: 1;
    position: relative;
    width: 100%
}

.navbar.menu-is-open .menu__languages--menu-full ul li:not(.active):hover a .menu__languages--locale-abbr {
    display: none
}

.navbar.menu-is-open .menu__languages--menu-full ul li.active:hover a {
    text-decoration: none
}

.navbar.menu-is-open .menu__languages--menu-full ul li.active .menu__languages--locale-name {
    color: #23282d;
    opacity: 1;
    padding: 0 15px;
    position: relative
}

.navbar.menu-is-open .menu__languages--menu-full ul li.active .menu__languages--locale-abbr {
    display: none
}

.navbar.menu-is-open .menu__languages--menu-full ul li:not(:last-child):after {
    background-color: #25242a;
    content: "";
    height: 10px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px
}

@media (max-width:1145px) {
    .navbar.menu-is-open .menu__languages--menu-full ul li:not(:last-child):after {
        top: 1px
    }
}

#mobile-language-bar {
    float: none;
    margin-top: 0;
    padding-right: 0
}

.menu__hamburger--icon {
    z-index: 2001
}

@media (max-width:992px) {
    #navbar .navbar-nav {
        display: none
    }
}

.triangle {
    display: block;
    height: 0;
    width: 0
}

.arrow-up {
    border-bottom: 5px solid #fff
}

.arrow-down,
.arrow-up {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: .25s
}

.arrow-down {
    border-top: 5px solid #fff
}

.arrow-right {
    border-left: 5px solid #fff
}

.arrow-left,
.arrow-right {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent
}

.arrow-left {
    border-right: 5px solid #fff
}

.lfa {
    border-right: 5px solid gray !important;
    float: left;
    font-weight: 500 !important;
    margin-top: 2px
}

.mobile-contact-link {
    text-decoration: none !important
}

.mobile-contact-link p {
    margin: 0
}

.mobile-menu-content__navigation {
    float: left;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden;
    padding-left: 65px;
    padding-top: 10px;
    position: relative;
    width: 100%
}

.mobile-menu-content__navigation a {
    text-decoration: none
}

@media (max-width:450px) {
    .mobile-menu-content__navigation {
        padding-left: 35px
    }
}

.mobile-menu-content__navigation .mobile-menu-content__item__element {
    color: #f6f7f9;
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
    line-height: 50px;
    outline: none;
    width: 100%
}

.mobile-menu-content__navigation .mobile-menu-content__item__element .mobile-menu-content__item__label {
    margin: 0;
    padding-top: 5px
}

.mobile-menu-content__navigation .mobile-menu-content__item__element .mobile-menu-content__item__label .mobile-menu-content__item__arrow {
    border-left-color: grey;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 10px
}

.mobile-menu-content__navigation .mobile-menu-content__list {
    height: auto;
    list-style: none;
    overflow-x: hidden !important;
    overflow-y: hidden;
    padding-left: 0;
    position: relative;
    transform: translateZ(0);
    transition-duration: .2s
}

.mobile-menu-content__navigation .mobile-menu-content__submenu {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
    transition-duration: .4s
}

.mobile-menu-content__navigation .mobile-menu-content__submenu.active .mobile-menu-content__item__element .mobile-menu-content__item__arrow {
    display: none
}

.mobile-menu-content__navigation .mobile-menu-content__submenu .mobile-menu-content__back {
    color: gray !important;
    float: left;
    font-weight: 500 !important;
    margin-left: -15px;
    outline: none;
    padding-bottom: 10px;
    padding-top: 18px;
    width: 55px
}

.mobile-menu-content__navigation .mobile-menu-content__submenu .mobile-menu-content__back .mobile-menu-content__back__text {
    color: gray !important;
    float: right;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 14px
}

.mobile-menu-content__navigation .mobile-menu-content__submenu .mobile-menu-content__submenu__wrapper .mobile-menu-content__submenu__list {
    display: none;
    height: auto;
    list-style: none;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    position: relative
}

.mobile-menu-content__navigation .mobile-menu-content__submenu .mobile-menu-content__submenu__wrapper .mobile-menu-content__submenu__list li a {
    color: #f6f7f9;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    vertical-align: middle
}

.mobile-menu-footer {
    border-top: 1px solid #353a3e;
    clear: both;
    height: 145px
}

.mobile-menu-footer .mobile-footer-container .mobile-footer-contact-container .mobile-contact-box {
    float: left;
    height: inherit;
    padding-left: 55px;
    width: 100%
}

@media (max-width:450px) {
    .mobile-menu-footer .mobile-footer-container .mobile-footer-contact-container .mobile-contact-box {
        padding-left: 25px
    }
}

.mobile-menu-footer .mobile-footer-container .mobile-footer-contact-container .mobile-contact-box a,
.mobile-menu-footer .mobile-footer-container .mobile-footer-contact-container .mobile-search-box a {
    font-size: 20px;
    font-weight: 300;
    line-height: 75px
}

.mobile-menu-footer .mobile-footer-container .mobile-social-media-bar {
    height: 60px
}

.mobile-menu-footer .mobile-footer-container .mobile-social-media-bar ul {
    display: block;
    height: inherit;
    list-style: none;
    margin-top: 15px;
    padding-left: 55px
}

@media (max-width:450px) {
    .mobile-menu-footer .mobile-footer-container .mobile-social-media-bar ul {
        padding-left: 25px
    }
}

.mobile-menu-footer .mobile-footer-container .mobile-social-media-bar ul li {
    float: left;
    list-style: none;
    padding: 10px
}

.mobile-menu-footer .mobile-footer-container .mobile-social-media-bar ul li a span {
    color: #5a5e61 !important;
    font-size: 18px
}

@media (max-width:330px) {
    .mobile-menu-footer .mobile-footer-container .mobile-social-media-bar ul li a span {
        font-size: 14px
    }
}

#navbar {
    float: left
}

.mobile-search-box a {
    margin-left: 23px
}

.mobile-search-box {
    border-left: 1px solid #353a3e;
    float: right;
    height: inherit;
    width: 69px
}

.mobile-footer-contact-container {
    border-bottom: 1px solid #353a3e;
    height: 75px;
    padding-left: 10px
}

.mobile-footer-contact-container a {
    color: #f6f7f9
}

#mobile-menu-content {
    background-color: #1f2428;
    color: #f6f7f9;
    height: 100%;
    opacity: 0;
    position: fixed;
    transform: translateX(98%);
    transition: all;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

#mobile-menu-content.open {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    z-index: 1020
}

#mobile-menu-content .mobile-menu-content__container {
    border-top: 62px solid transparent;
    height: 100%
}

#mobile-menu-content .mobile-menu-content__container .mobile-menu-content__wrapper {
    border-top: 1px solid #353a3e;
    height: calc(100% - 145px);
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative
}

#mobile-menu-content .mobile-menu-content__container .mobile-menu-content__wrapper .progress-loader {
    display: none;
    left: 0;
    position: absolute;
    top: 0
}

#mobile-menu-content a:active,
#mobile-menu-content a:focus {
    text-decoration: none !important
}

#mobile-nav-bar {
    display: none;
    float: right
}

#mobile-nav-bar #mobile-menu {
    float: right
}

@media (max-width:992px) {
    #mobile-nav-bar {
        display: block;
        padding-right: 22px
    }
}

.main-content {
    background-color: #fff;
    position: relative
}

nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 62px;
    padding: 0;
    position: fixed;
    transition: transform .4s;
    width: 100%;
    z-index: 1039
}

nav.navbar .menu__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 62px;
    padding: 0;
    position: relative;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 2001
}

@media (max-width:992px) {
    nav.navbar .menu__container {
        justify-content: flex-end
    }
}

nav.navbar .menu__container.hovered .menu__container--left .menu__left,
nav.navbar .menu__container.hovered .menu__container--right .menu__right {
    opacity: 1;
    visibility: visible
}

nav.navbar .menu__container.hovered .menu__container--left .menu__left li a,
nav.navbar .menu__container.hovered .menu__container--right .menu__right li a {
    pointer-events: auto;
    text-decoration: none
}

nav.navbar .menu__container.hovered .menu__container--left .mobile-menu-icon span:nth-child(2) {
    width: 75%
}

nav.navbar .menu__container.hovered .menu__container--left .mobile-menu-icon span:nth-child(3) {
    width: 45%
}

nav.navbar .menu__container.menu--gradient .navbar__gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
    height: 20vh;
    left: 0;
    position: absolute;
    top: 0;
    transition: height .3s ease-in-out;
    width: 100%
}

nav.navbar .menu__container.menu--gradient .navbar__gradient.short-gradient {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(41, 41, 41, .89)), color-stop(.278, rgba(32, 32, 32, .69)), color-stop(.42, rgba(32, 32, 32, .58)), color-stop(.553, rgba(39, 39, 39, .45)), to(rgba(33, 33, 33, 0)));
    height: 65px
}

nav.navbar .menu__container.menu--dark .navbar__gradient,
nav.navbar .menu__container.menu--transparent-dark .navbar__gradient,
nav.navbar .menu__container.menu--transparent-white .navbar__gradient,
nav.navbar .menu__container.menu--white .navbar__gradient {
    display: none
}

nav.navbar .menu__container.menu--dark {
    background-color: #23282d
}

nav.navbar .menu__container.menu--transparent-dark,
nav.navbar .menu__container.menu--white {
    background-color: #fff;
    box-shadow: -3px -3px 14px hsla(0, 0%, 65%, .3)
}

nav.navbar .menu__container.menu--transparent-dark .menu__hamburger .menu__hamburger--icon span,
nav.navbar .menu__container.menu--white .menu__hamburger .menu__hamburger--icon span {
    background-color: #25242a
}

nav.navbar .menu__container.menu--transparent-dark .menu__container--left .menu__left a,
nav.navbar .menu__container.menu--transparent-dark .menu__container--left .menu__left li a,
nav.navbar .menu__container.menu--transparent-dark .menu__container--left .menu__left li.eco.eco-decorator a,
nav.navbar .menu__container.menu--transparent-dark .menu__container--right .menu__right a,
nav.navbar .menu__container.menu--transparent-dark .menu__container--right .menu__right li a,
nav.navbar .menu__container.menu--transparent-dark .menu__container--right .menu__right li.eco.eco-decorator a,
nav.navbar .menu__container.menu--white .menu__container--left .menu__left a,
nav.navbar .menu__container.menu--white .menu__container--left .menu__left li a,
nav.navbar .menu__container.menu--white .menu__container--left .menu__left li.eco.eco-decorator a,
nav.navbar .menu__container.menu--white .menu__container--right .menu__right a,
nav.navbar .menu__container.menu--white .menu__container--right .menu__right li a,
nav.navbar .menu__container.menu--white .menu__container--right .menu__right li.eco.eco-decorator a {
    color: #25242a
}

nav.navbar .menu__container.menu--transparent-dark .menu__header .menu__header--brand img.dark-logo,
nav.navbar .menu__container.menu--white .menu__header .menu__header--brand img.dark-logo {
    opacity: 1
}

nav.navbar .menu__container.menu--transparent-dark .menu__header .menu__header--brand img.white-logo,
nav.navbar .menu__container.menu--white .menu__header .menu__header--brand img.white-logo {
    opacity: 0
}

nav.navbar .menu__container.menu--transparent-dark .menu__languages .menu__languages--icon .icon,
nav.navbar .menu__container.menu--transparent-dark .menu__languages .menu__languages--icon .language-selector,
nav.navbar .menu__container.menu--white .menu__languages .menu__languages--icon .icon,
nav.navbar .menu__container.menu--white .menu__languages .menu__languages--icon .language-selector {
    color: #25242a
}

nav.navbar .menu__container.menu--transparent-dark,
nav.navbar .menu__container.menu--transparent-white {
    background-color: transparent;
    box-shadow: none
}

nav.navbar .menu__container .menu__hamburger {
    padding: 24px 0 20px 22px
}

nav.navbar .menu__container .menu__hamburger .menu__hamburger--close {
    color: #fff;
    display: none;
    font-weight: 700;
    margin-left: 38px;
    margin-top: -1px;
    width: 0
}

@media (max-width:1145px) {
    nav.navbar .menu__container .menu__hamburger .menu__hamburger--close {
        font-size: 11px;
        margin-top: 0
    }
}

nav.navbar .menu__container .menu__hamburger .menu__hamburger--icon.mobile-menu-icon {
    height: 19px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

nav.navbar .menu__container .menu__header {
    left: 50%;
    min-height: 62px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 240px;
    z-index: 2001
}

@media (max-width:1200px) {
    nav.navbar .menu__container .menu__header {
        width: 170px
    }
}

@media (max-width:992px) {
    nav.navbar .menu__container .menu__header {
        left: 0;
        transform: none
    }
}

nav.navbar .menu__container .menu__header .menu__header--brand img {
    padding-top: 14px;
    position: absolute;
    transition: opacity .4s ease-in-out
}

@media (max-width:1200px) {
    nav.navbar .menu__container .menu__header .menu__header--brand img {
        padding-top: 20px;
        width: 170px
    }
}

@media (max-width:992px) {
    nav.navbar .menu__container .menu__header .menu__header--brand img {
        margin-left: 22px
    }
}

nav.navbar .menu__container .menu__header .menu__header--brand img.dark-logo {
    opacity: 0
}

nav.navbar .menu__container .menu__header .menu__header--brand img.white-logo {
    opacity: 1
}

nav.navbar .menu__container .menu__container--left,
nav.navbar .menu__container .menu__container--right {
    display: flex;
    transform: translateZ(0);
    z-index: 1
}

@media (-ms-high-contrast:none) and (min-width:993px),
screen and (-ms-high-contrast:active) {

    nav.navbar .menu__container .menu__container--left,
    nav.navbar .menu__container .menu__container--right {
        padding-top: 0;
        width: 100%
    }
}

@media (-ms-high-contrast:none) and (max-width:992px),
screen and (-ms-high-contrast:active) {

    nav.navbar .menu__container .menu__container--left,
    nav.navbar .menu__container .menu__container--right {
        padding-top: 20px;
        width: auto
    }
}

nav.navbar .menu__container .menu__container--left .menu__left,
nav.navbar .menu__container .menu__container--left .menu__right,
nav.navbar .menu__container .menu__container--right .menu__left,
nav.navbar .menu__container .menu__container--right .menu__right {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    visibility: hidden
}

@media (max-width:992px) {

    nav.navbar .menu__container .menu__container--left .menu__left,
    nav.navbar .menu__container .menu__container--left .menu__right,
    nav.navbar .menu__container .menu__container--right .menu__left,
    nav.navbar .menu__container .menu__container--right .menu__right {
        display: none
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu-button,
nav.navbar .menu__container .menu__container--left .menu__right .menu-button,
nav.navbar .menu__container .menu__container--right .menu__left .menu-button,
nav.navbar .menu__container .menu__container--right .menu__right .menu-button {
    color: #fff;
    padding: 6px 14px 6px 7px
}

nav.navbar .menu__container .menu__container--left .menu__left .menu-button:active,
nav.navbar .menu__container .menu__container--left .menu__left .menu-button:focus,
nav.navbar .menu__container .menu__container--left .menu__left .menu-button:hover,
nav.navbar .menu__container .menu__container--left .menu__right .menu-button:active,
nav.navbar .menu__container .menu__container--left .menu__right .menu-button:focus,
nav.navbar .menu__container .menu__container--left .menu__right .menu-button:hover,
nav.navbar .menu__container .menu__container--right .menu__left .menu-button:active,
nav.navbar .menu__container .menu__container--right .menu__left .menu-button:focus,
nav.navbar .menu__container .menu__container--right .menu__left .menu-button:hover,
nav.navbar .menu__container .menu__container--right .menu__right .menu-button:active,
nav.navbar .menu__container .menu__container--right .menu__right .menu-button:focus,
nav.navbar .menu__container .menu__container--right .menu__right .menu-button:hover {
    text-decoration: none
}

@media (max-width:1145px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu-button span,
    nav.navbar .menu__container .menu__container--left .menu__right .menu-button span,
    nav.navbar .menu__container .menu__container--right .menu__left .menu-button span,
    nav.navbar .menu__container .menu__container--right .menu__right .menu-button span {
        font-size: 11px
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item {
    align-items: center;
    border: 1px solid transparent;
    display: flex;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    list-style: none;
    text-transform: uppercase;
    transition: all .4s ease-in-out
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item a,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item a,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item a,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item a {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 6px 14px;
    pointer-events: none;
    width: 100%
}

@media (max-width:1145px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item a,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item a,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item a,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item a {
        font-size: 11px
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item a:active,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item a:focus,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item a:hover,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item a:active,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item a:focus,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item a:hover,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item a:active,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item a:focus,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item a:hover,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item a:active,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item a:focus,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item a:hover {
    text-decoration: none
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.eco a,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.eco a,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.eco a,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.eco a {
    color: #8dc82e
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.eco-decorator.eco a,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.eco-decorator.eco a,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.eco-decorator.eco a,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.eco-decorator.eco a {
    color: #fff
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.eco-decorator.eco .menu__dropdown,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.eco-decorator.eco .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.eco-decorator.eco .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.eco-decorator.eco .menu__dropdown {
    border-top: 4px solid #8dc82e
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.eco-decorator.eco .menu__dropdown ul li.new a span:after,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.eco-decorator.eco .menu__dropdown ul li.new a span:after,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.eco-decorator.eco .menu__dropdown ul li.new a span:after,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.eco-decorator.eco .menu__dropdown ul li.new a span:after {
    border: 1px solid #8dc82e;
    color: #8dc82e
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.eco-decorator.eco .menu__dropdown div.new,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.eco-decorator.eco .menu__dropdown div.new,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.eco-decorator.eco .menu__dropdown div.new,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.eco-decorator.eco .menu__dropdown div.new {
    background-color: #8dc82e;
    border: 1px solid #8dc82e
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.eco-decorator.eco .menu__dropdown div.new:after,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.eco-decorator.eco .menu__dropdown div.new:after,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.eco-decorator.eco .menu__dropdown div.new:after,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.eco-decorator.eco .menu__dropdown div.new:after {
    border-top: 10px solid #528105
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown {
    background-color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(225, 255, 255, .5);
    border-top: 4px solid #082d7b;
    box-shadow: 0 6px 40px 0 rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: row-reverse;
    opacity: 0;
    position: absolute;
    top: 58px;
    transition-delay: 0s, 0s;
    transition-duration: .4s, 0s;
    transition-property: opacity, visibility;
    visibility: hidden
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--list,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--list,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--list,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--list {
    display: flex;
    flex-direction: column
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--list.scroll,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--list.scroll,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--list.scroll,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--list.scroll {
    position: relative
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown.no-image,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown.no-image,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown.no-image,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown.no-image {
    left: 0 !important
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown.no-image ul li,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown.no-image ul li,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown.no-image ul li,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown.no-image ul li {
    padding-right: 46px
}

@media (max-width:1145px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown.no-image ul li,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown.no-image ul li,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown.no-image ul li,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown.no-image ul li {
        padding-right: 30px
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul {
    list-style: none;
    padding: 16px 10px 16px 16px
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li {
    display: flex;
    min-height: 38px;
    padding-right: 76px;
    white-space: nowrap
}

@media (max-width:1145px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li {
        min-height: 31px
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li a span,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li a span,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li a span,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li a span {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transform-origin: left;
    transition: transform .4s ease-in-out
}

@media (max-width:1145px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li a span,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li a span,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li a span,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li a span {
        font-size: 14px
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li a,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li a,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li a,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li a {
    height: 100%;
    justify-content: flex-start;
    width: 100%
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li.active a span,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li.active a span,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li.active a span,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li.active a span {
    text-decoration: none;
    transform: scale(1.15)
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li.new a span,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li.new a span,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li.new a span,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li.new a span {
    position: relative
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li.new a span:after,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li.new a span:after,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li.new a span:after,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li.new a span:after {
    border: 1px solid #3eb5ef;
    color: #3eb5ef;
    content: "NEW";
    font-size: 11px;
    font-weight: 700;
    left: calc(100% + 7px);
    padding: 0 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1145px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown ul li.new a span:after,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown ul li.new a span:after,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown ul li.new a span:after,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown ul li.new a span:after {
        font-size: 9px;
        line-height: 1.4;
        top: calc(50% + 2px)
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown .menu__dropdown--image-wrapper {
    overflow: hidden;
    position: relative
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease-in-out;
    width: 100%
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image a,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image a,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image a,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown .menu__dropdown--image-wrapper .menu__dropdown--image a {
    height: 100%;
    padding: 0;
    width: 100%
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown div.new,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown div.new,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown div.new,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown div.new {
    align-items: center;
    background-color: #082d7b;
    border: 1px solid #082d7b;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: 20px;
    transition: opacity .2s ease-in-out;
    width: 67px;
    z-index: 3
}

@media (max-width:540px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown div.new,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown div.new,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown div.new,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown div.new {
        font-size: 12.5px;
        height: 26px;
        width: 54px
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown div.new:after,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown div.new:after,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown div.new:after,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown div.new:after {
    border-left: 10px solid transparent;
    border-top: 10px solid #0075bd;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: 31px;
    width: 0
}

@media (max-width:540px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown div.new:after,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown div.new:after,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown div.new:after,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown div.new:after {
        top: 25px
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--item a span,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--item a span,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--item a span,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--item a span {
    align-items: center;
    display: flex
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--item i,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--item i,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--item i,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--item i {
    color: #082d7b;
    font-size: 12px;
    margin-left: 6px
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--item-category,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--item-category,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--item-category,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--item-category {
    margin-top: auto;
    padding-top: 18px;
    position: relative
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--item-category:before,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--item-category:before,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--item-category:before,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--item-category:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 14px;
    position: absolute;
    top: 0;
    width: calc(100% - 38px)
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--item-category span,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--item-category span,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--item-category span,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--item-category span {
    font-size: 20px !important
}

@media (max-width:1145px) {

    nav.navbar .menu__container .menu__container--left .menu__left .menu__item .menu__dropdown--item-category span,
    nav.navbar .menu__container .menu__container--left .menu__right .menu__item .menu__dropdown--item-category span,
    nav.navbar .menu__container .menu__container--right .menu__left .menu__item .menu__dropdown--item-category span,
    nav.navbar .menu__container .menu__container--right .menu__right .menu__item .menu__dropdown--item-category span {
        font-size: 16px !important
    }
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.open .menu__dropdown,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.open .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.open .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.open .menu__dropdown {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s, 0s;
    z-index: 1
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.open .menu__dropdown:active .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item.open .menu__dropdown:focus .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item.open .menu__dropdown:hover .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.open .menu__dropdown:active .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.open .menu__dropdown:focus .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.open .menu__dropdown:hover .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.open .menu__dropdown:active .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.open .menu__dropdown:focus .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.open .menu__dropdown:hover .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.open .menu__dropdown:active .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.open .menu__dropdown:focus .menu__dropdown--image-wrapper,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.open .menu__dropdown:hover .menu__dropdown--image-wrapper {
    opacity: 1;
    transition-delay: .4s
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.open .menu__dropdown:active li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item.open .menu__dropdown:focus li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item.open .menu__dropdown:hover li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.open .menu__dropdown:active li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.open .menu__dropdown:focus li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.open .menu__dropdown:hover li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.open .menu__dropdown:active li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.open .menu__dropdown:focus li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.open .menu__dropdown:hover li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.open .menu__dropdown:active li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.open .menu__dropdown:focus li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.open .menu__dropdown:hover li:first-child img {
    opacity: 1
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.hide-submenu .menu__dropdown,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.hide-submenu .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.hide-submenu .menu__dropdown,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.hide-submenu .menu__dropdown {
    display: none;
    pointer-events: none
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item {
    position: relative
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item:active:before,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item:focus:before,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item:hover:before,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:active:before,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:focus:before,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:hover:before,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:active:before,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:focus:before,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:hover:before,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:active:before,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:focus:before,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:hover:before {
    opacity: 1
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item:active .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item:focus .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item:hover .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:active .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:focus .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:hover .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:active .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:focus .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:hover .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:active .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:focus .menu__item-submenu li:first-child,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:hover .menu__item-submenu li:first-child {
    z-index: 10
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item:active .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item:focus .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__left .menu__item:hover .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:active .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:focus .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:hover .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:active .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:focus .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:hover .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:active .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:focus .menu__item-submenu li:first-child img,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:hover .menu__item-submenu li:first-child img {
    opacity: 1
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item:before,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item:before,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item:before,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item:before {
    background-color: #082d7b;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: .4s;
    width: 100%
}

nav.navbar .menu__container .menu__container--left .menu__left .menu__item.eco:before,
nav.navbar .menu__container .menu__container--left .menu__right .menu__item.eco:before,
nav.navbar .menu__container .menu__container--right .menu__left .menu__item.eco:before,
nav.navbar .menu__container .menu__container--right .menu__right .menu__item.eco:before {
    background-color: #8dc82e
}

nav.navbar .menu__container .menu__container--left .menu__right:after,
nav.navbar .menu__container .menu__container--right .menu__right:after {
    border-left: 1px solid gray;
    content: "";
    height: 14px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:992px) {
    nav.navbar .menu__container .menu__container--left {
        display: none
    }
}

nav.navbar.active .menu__container {
    background-color: #1f2428
}

nav.navbar.active .menu__container .menu__languages .menu__languages--icon .icon,
nav.navbar.active .menu__container .menu__languages .menu__languages--icon .language-selector {
    color: #fff !important
}

nav.navbar.active .menu__container.menu--white {
    box-shadow: none
}

nav.navbar.active .menu__container.menu--white .menu__header .menu__header--brand img.white-logo {
    opacity: 1 !important
}

nav.navbar.active .menu__container.menu--white .menu__header .menu__header--brand img.dark-logo {
    opacity: 0 !important
}

nav.navbar.menu-is-open .menu__container {
    align-items: unset;
    background: transparent
}

nav.navbar.menu-is-open .menu__container.menu--white {
    box-shadow: none
}

nav.navbar.menu-is-open .menu__container .menu__left,
nav.navbar.menu-is-open .menu__container .menu__right {
    display: none !important
}

nav.navbar.menu-is-open .menu__container .menu__hamburger .menu__hamburger--icon span {
    background: #fff
}

nav.navbar.menu-is-open .menu__container .menu__hamburger .menu__hamburger--close {
    display: block
}

nav.navbar.menu-is-open .menu__container .menu__header .menu__header--brand img.dark-logo {
    opacity: 0
}

nav.navbar.menu-is-open .menu__container .menu__header .menu__header--brand img.white-logo {
    opacity: 1
}

@media (max-width:992px) {
    nav.navbar.menu-is-open .menu__container .menu__languages {
        margin-top: 3px
    }
}

nav.navbar.menu-is-open .menu__container .menu__languages .menu__languages--icon,
nav.navbar.menu-is-open .menu__container .menu__languages .menu__languages--menu {
    display: none
}

nav.navbar #menu__hamburger:focus,
nav.navbar #menu__languages:focus,
nav.navbar a:focus {
    outline: none !important
}

nav.navbar.tab-support #menu__hamburger:focus,
nav.navbar.tab-support #menu__languages:focus,
nav.navbar.tab-support a:focus {
    outline: auto !important
}

nav.navbar .menu-full__dark {
    -ms-grid-columns: .4fr 4em 1fr;
    -ms-grid-rows: 11.5fr 1em 2fr 1em 1fr;
    background-color: #23282d;
    display: -ms-grid;
    display: grid;
    gap: 1em 4em;
    grid-template-areas: ". ."". ."". .";
    grid-template-columns: .4fr 1fr;
    grid-template-rows: 11.5fr 2fr 1fr;
    height: 100vh;
    left: 0;
    opacity: 0;
    padding: 8em 7em 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%);
    transition: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    width: 72vw;
    will-change: transform
}

@media (max-width:1145px) {
    nav.navbar .menu-full__dark {
        padding: 4em 4em 0;
        width: 68vw
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    nav.navbar .menu-full__dark {
        gap: 1em 8em
    }
}

@media (min-width:1350px) and (max-width:1400px) {
    nav.navbar .menu-full__dark {
        gap: 1em 10em
    }
}

@media (min-width:1400px) {
    nav.navbar .menu-full__dark {
        gap: 1em 9em;
        padding: 8em 12em 0
    }
}

@media (min-width:1850px) {
    nav.navbar .menu-full__dark {
        gap: 1em 11em;
        padding: 8em 15em 0;
        width: 77vw
    }
}

@media (min-width:2400px) {
    nav.navbar .menu-full__dark {
        gap: 1em 13em;
        padding: 8em 26em 0;
        width: 66vw
    }
}

nav.navbar .menu-full__dark .cell {
    display: block
}

nav.navbar .menu-full__dark .cell:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

nav.navbar .menu-full__dark .cell:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1
}

nav.navbar .menu-full__dark .cell:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

nav.navbar .menu-full__dark .cell:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

nav.navbar .menu-full__dark .cell:nth-child(5) {
    -ms-grid-row-align: end;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

nav.navbar .menu-full__dark .cell:nth-child(6) {
    -ms-grid-row-align: end;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
    -ms-grid-row: 3
}

nav.navbar .menu-full__dark .menu-full__menu {
    list-style: none;
    margin-top: -13px;
    padding: 40px 0 0
}

nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 62px
}

@media (max-width:1350px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item {
        min-height: 54px
    }
}

nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item a {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    opacity: .5;
    text-decoration: none;
    transform-origin: left;
    transition: all .3s ease-in-out;
    width: 100%
}

@media (max-width:1350px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item a {
        font-size: 31px
    }
}

@media (max-width:1145px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item a {
        font-size: 26px
    }
}

nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item a:hover {
    text-decoration: none
}

nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item.active a {
    align-items: center;
    display: flex;
    min-height: 62px;
    opacity: 1;
    text-decoration: none;
    transform: scale(1.35)
}

@media (max-width:1350px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item.active a {
        min-height: 54px;
        transform: scale(1.25)
    }
}

nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item.active .icon-external-link {
    font-size: 17px;
    margin-left: 8px
}

nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--item .icon-external-link {
    color: #082d7b;
    font-size: 17px;
    margin-top: 7px
}

nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
    background-color: #73787b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12.5em;
    transition: top .4s ease-in-out;
    width: 12em
}

@media (max-width:1400px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
        top: 12.2em;
        width: 6em
    }
}

@media (max-width:1145px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
        top: 8.3em;
        width: 3.3em
    }
}

@media (min-width:1400px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
        width: 10.5em
    }
}

@media (min-width:1850px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
        width: 13em
    }
}

@media (min-width:2400px) {
    nav.navbar .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
        width: 23em
    }
}

nav.navbar .menu-full__submenu {
    height: 100%;
    overflow: hidden;
    padding-top: 40px;
    position: relative
}

nav.navbar .menu-full__submenu ul {
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
    visibility: hidden
}

nav.navbar .menu-full__submenu ul.active {
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    width: 100%
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    min-height: 38px;
    padding-bottom: 6px;
    position: relative
}

@media (max-width:1145px) {
    nav.navbar .menu-full__submenu ul .menu-full__submenu--item {
        min-height: 34px
    }
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item .icon-external-link {
    color: #082d7b;
    font-size: 17px;
    margin-left: 2px;
    margin-top: 7px
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item a {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    height: 100%;
    min-height: 38px;
    opacity: .5;
    position: relative;
    transform-origin: left;
    transition: all .3s ease-in-out;
    width: 100%
}

@media (max-width:1350px) {
    nav.navbar .menu-full__submenu ul .menu-full__submenu--item a {
        font-size: 21px
    }
}

@media (max-width:1145px) {
    nav.navbar .menu-full__submenu ul .menu-full__submenu--item a {
        font-size: 17px;
        min-height: 34px
    }
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item a:active,
nav.navbar .menu-full__submenu ul .menu-full__submenu--item a:focus,
nav.navbar .menu-full__submenu ul .menu-full__submenu--item a:hover {
    opacity: 1;
    text-decoration: none;
    transform: scale(1.1)
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item a:active .menu-full__submenu--new:after,
nav.navbar .menu-full__submenu ul .menu-full__submenu--item a:focus .menu-full__submenu--new:after,
nav.navbar .menu-full__submenu ul .menu-full__submenu--item a:hover .menu-full__submenu--new:after {
    left: 34px
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item a .menu-full__submenu--new {
    border: 1px solid #3eb5ef;
    color: #3eb5ef;
    font-size: 11px;
    font-weight: 700;
    margin-left: 5px;
    opacity: 1;
    padding: 0 3px;
    position: relative;
    top: -4px
}

@media (max-width:1145px) {
    nav.navbar .menu-full__submenu ul .menu-full__submenu--item a .menu-full__submenu--new {
        top: -1px
    }
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item a .menu-full__submenu--new:after {
    background: #23282d;
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    top: -6px;
    transition: left .4s ease-in-out;
    width: 36px
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item-category {
    margin-top: 22px;
    padding-left: 35px
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item-category a {
    font-size: 36px
}

@media (max-width:1350px) {
    nav.navbar .menu-full__submenu ul .menu-full__submenu--item-category a {
        font-size: 30px
    }
}

@media (max-width:1145px) {
    nav.navbar .menu-full__submenu ul .menu-full__submenu--item-category a {
        font-size: 22px;
        min-height: 34px
    }
}

nav.navbar .menu-full__submenu ul .menu-full__submenu--item-category:before {
    background-color: #73787b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 26px
}

nav.navbar .menu-full__submenu .menu-full__submenu--wrapper {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative
}

nav.navbar .menu-full__submenu .menu-full__submenu--arrow-next,
nav.navbar .menu-full__submenu .menu-full__submenu--arrow-prev {
    color: #fff;
    cursor: pointer;
    position: absolute
}

nav.navbar .menu-full__submenu .menu-full__submenu--arrow-next {
    bottom: 6px
}

nav.navbar .menu-full__submenu .menu-full__submenu--arrow-next:before {
    bottom: -5px;
    font-size: 30px
}

nav.navbar .menu-full__submenu .menu-full__submenu--arrow-prev {
    top: 0
}

nav.navbar .menu-full__submenu .menu-full__submenu--arrow-prev:before {
    font-size: 30px;
    top: -5px
}

nav.navbar .menu-full__social ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0
}

nav.navbar .menu-full__social ul li {
    margin-right: 14px
}

nav.navbar .menu-full__privacy-policy,
nav.navbar .menu-full__social {
    align-items: flex-end;
    display: flex !important;
    padding-bottom: 44px
}

nav.navbar .menu-full__privacy-policy a:hover,
nav.navbar .menu-full__social a:hover {
    text-decoration: none
}

nav.navbar .menu-full__privacy-policy a:hover span,
nav.navbar .menu-full__social a:hover span {
    color: #3eb5ef;
    opacity: 1
}

nav.navbar .menu-full__privacy-policy a span,
nav.navbar .menu-full__social a span {
    color: #fff;
    opacity: .3;
    transition: all .4s ease-in-out
}

@media (min-width:1850px) {

    nav.navbar .menu-full__privacy-policy a span,
    nav.navbar .menu-full__social a span {
        font-size: 16px
    }
}

nav.navbar .menu-full__privacy-policy .menu-full__privacy-policy--link {
    font-size: 14px;
    position: relative
}

@media (min-width:1850px) {
    nav.navbar .menu-full__privacy-policy .menu-full__privacy-policy--link {
        font-size: 16px
    }
}

nav.navbar .menu-full__privacy-policy .menu-full__privacy-policy--link a {
    color: #fff;
    opacity: .3;
    position: relative;
    transition: all .4s ease-in-out
}

nav.navbar .menu-full__privacy-policy .menu-full__privacy-policy--link a:hover {
    color: #082d7b;
    opacity: 1
}

nav.navbar .menu-full__privacy-policy .menu-full__privacy-policy--link a.eco:hover {
    color: #8dc82e
}

nav.navbar .menu-full__privacy-policy .menu-full__privacy-policy--link .menu-full__privacy-policy--link-decorator:after {
    background-color: #55595c;
    bottom: 8px;
    content: "";
    display: block;
    height: 1px;
    margin-left: calc(100% + 2em);
    opacity: 1;
    position: absolute;
    width: 100vw
}

nav.navbar .menu-full__light {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    opacity: 0;
    padding: 8em 0 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    transition: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    width: 28vw
}

@media (max-width:1145px) {
    nav.navbar .menu-full__light {
        padding: 4em 0 0;
        width: 32vw
    }
}

@media (min-width:1850px) {
    nav.navbar .menu-full__light {
        width: 23vw
    }
}

@media (min-width:2400px) {
    nav.navbar .menu-full__light {
        width: 34vw
    }
}

nav.navbar .menu-full__light .menu-full__light--image {
    height: 100%;
    position: relative;
    width: 100%
}

nav.navbar .menu-full__light .menu-full__light--image .menu-full__light--image-bg-wrapper {
    height: calc(23vw + 80px);
    position: relative;
    width: 100%
}

nav.navbar .menu-full__light .menu-full__light--image .menu-full__light--image-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23vw;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 40px;
    transition: opacity .2s ease-in-out;
    width: 38vw
}

@media (min-width:2400px) {
    nav.navbar .menu-full__light .menu-full__light--image .menu-full__light--image-bg {
        height: 45vh;
        width: 45vw
    }
}

nav.navbar .menu-full__light .menu-full__light--telephone {
    font-size: 14px;
    padding-bottom: 44px;
    padding-right: 50px;
    text-align: right
}

@media (min-width:1850px) {
    nav.navbar .menu-full__light .menu-full__light--telephone {
        font-size: 16px
    }
}

nav.navbar .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link {
    overflow: hidden;
    position: relative
}

nav.navbar .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link a {
    position: relative;
    text-decoration: none;
    transition: all .4s ease-in-out
}

nav.navbar .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link a:hover {
    color: #000;
    text-decoration: none
}

nav.navbar .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link .menu-full__light--telephone-link-decorator {
    background-color: #55595c;
    bottom: 8px;
    display: inline-block;
    height: 1px;
    margin-right: 2em;
    opacity: 1;
    position: absolute;
    right: 7em;
    width: 30vw
}

nav.navbar .menu-full__light .menu-full__light--telephone .menu-full__light--address {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
    text-align: right
}

nav.navbar .menu-full__light .menu-full__light--telephone .menu-full__light--address p {
    font-size: 14px;
    margin: 0;
    padding: 2px 0
}

@media (min-width:1850px) {
    nav.navbar .menu-full__light .menu-full__light--telephone .menu-full__light--address p {
        font-size: 16px
    }
}

@media (-ms-high-contrast:none),
screen and (max-height:700px) and (-ms-high-contrast:active) {
    nav.navbar .menu-full__light {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

nav.navbar:not(.tab-support) .menu__hamburger--icon:focus {
    outline: none
}

nav.navbar.menu-is-open .menu-full__dark {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: .1s
}

nav.navbar.menu-is-open .menu-full__light {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .4s
}

nav.navbar.menu-is-open .menu-full__light.no-transition-delay {
    transition-delay: .2s
}

nav.navbar.menu-is-open .menu-full__light .menu-full__light--image-bg-wrapper {
    opacity: 1;
    transition-delay: .9s
}

@media (min-width:993px) and (min-height:760px) {
    .navbar.vertical.menu-is-open {
        height: 100%
    }

    .navbar.vertical.menu-is-open .menu__container {
        position: absolute;
        top: 0
    }

    nav.navbar.vertical.menu-is-open .menu__container .menu__languages--menu-full ul li:not(:last-child):after {
        background-color: #fff
    }

    nav.navbar.vertical.menu-is-open .menu__container .menu__languages--menu-full ul li.active .menu__languages--locale-name {
        color: #fff
    }

    nav.navbar.vertical.menu-is-open .menu__container .menu__languages--menu-full ul li a .menu__languages--locale-abbr {
        color: #5f5f67
    }

    nav.navbar.vertical.menu-is-open .menu__container .menu__languages--menu-full ul li:not(.active):hover a .menu__languages--locale-name {
        color: #fff
    }

    nav.navbar.vertical .menu-full__dark {
        -ms-grid-columns: 1fr 4em 1fr;
        gap: 1em 1em;
        grid-template-columns: 1fr 1fr;
        height: 100vh;
        padding: 9em 10em 0 18em;
        width: 100vw
    }

    nav.navbar.vertical .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
        top: 13.3em;
        width: 16.5em
    }

    nav.navbar.vertical .menu-full__privacy-policy,
    nav.navbar.vertical .menu-full__social {
        bottom: 0;
        left: 50px;
        position: absolute
    }

    nav.navbar.vertical .menu-full__privacy-policy {
        left: 28em
    }

    nav.navbar.vertical .menu-full__privacy-policy .menu-full__privacy-policy--link .menu-full__privacy-policy--link-decorator:after {
        width: calc(100vw - 30em - 150px - 100%)
    }

    nav.navbar.vertical .menu-full__light {
        background-color: transparent;
        bottom: 7em;
        height: 50vh;
        position: absolute;
        top: auto;
        width: 100vw
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--image-bg-wrapper {
        opacity: 1;
        pointer-events: none
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--image-bg-wrapper .menu-full__light--image-bg {
        height: 50vw;
        left: 18em;
        top: -3em;
        width: calc(100% - 18em)
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--address {
        bottom: 0;
        position: relative;
        right: 0
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--address p {
        color: #fff
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--telephone {
        bottom: -47px;
        padding: 0;
        position: absolute;
        right: 50px
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link {
        overflow: visible
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link a {
        color: #fff
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link a:hover {
        color: #3eb5ef
    }

    nav.navbar.vertical .menu-full__light .menu-full__light--telephone .menu-full__light--telephone-link .menu-full__light--telephone-link-decorator {
        display: none;
        width: 0
    }
}

@media (min-width:1050px) and (min-height:760px) {
    nav.navbar.vertical .menu-full__light .menu-full__light--image-bg-wrapper .menu-full__light--image-bg {
        height: 47vh;
        top: -11em
    }
}

@media (min-width:1500px) and (max-height:2300px) {
    nav.navbar.vertical .menu-full__light .menu-full__light--image-bg-wrapper .menu-full__light--image-bg {
        height: 40vh;
        top: -10em
    }
}

@media (min-width:1500px) and (min-height:2301px) {
    nav.navbar.vertical .menu-full__light .menu-full__light--image-bg-wrapper .menu-full__light--image-bg {
        height: 35vh;
        top: -16em
    }
}

@media (-ms-high-contrast:none),
(min-width:993px) and (min-height:760px) and (-ms-high-contrast:active) {
    nav.navbar.vertical .menu-full__dark .cell:nth-child(6) {
        margin-left: 0
    }

    nav.navbar.vertical .menu-full__dark .menu-full__privacy-policy .menu-full__privacy-policy--link {
        display: inline-block
    }

    nav.navbar.vertical .menu-full__dark .menu-full__menu .menu-full__menu--indicator {
        top: 12.5em;
        width: 16.5em
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}