.theme-blue {
    --class-theme-current: #00a9c1
}

.theme-corporate {
    --class-theme-current: linear-gradient(135deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.theme-purple {
    --class-theme-current: #5a529c
}

.theme-red {
    --class-theme-current: #e30613
}

:root {
    --scrollbar-width: 0
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #798490;
    --gray-dark: #4a545b;
    --primary: #241600;
    --secondary: #8c8600;
    --success: #b7b000;
    --info: #008eb7;
    --warning: #deb100;
    --danger: #b70000;
    --light: #f9f9f9;
    --dark: #4a545b;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1500px;
    --breakpoint-xxxl: 1692px;
    --breakpoint-xxxxl: 1920px;
    --breakpoint-special: 1400px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Px Grotesk", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #241600;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #241600;
    text-decoration: none;
    background-color: #fff0
}

a:hover {
    color: #000;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #798490;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: "Px Grotesk", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #241600
}

h1,
.h1 {
    font-size: 2.25rem
}

@media (max-width:1200px) {

    h1,
    .h1 {
        font-size: calc(1.35rem + 1.2vw)
    }
}

h2,
.h2 {
    font-size: 1.75rem
}

@media (max-width:1200px) {

    h2,
    .h2 {
        font-size: calc(1.3rem + .6vw)
    }
}

h3,
.h3 {
    font-size: 1.5rem
}

@media (max-width:1200px) {

    h3,
    .h3 {
        font-size: calc(1.275rem + .3vw)
    }
}

h4,
.h4 {
    font-size: 1.25rem
}

@media (max-width:1200px) {

    h4,
    .h4 {
        font-size: calc(1.25rem + 0vw)
    }
}

h5,
.h5 {
    font-size: 1rem
}

h6,
.h6 {
    font-size: .875rem
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / .1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #798490
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #bcc1c7;
    border-radius: 3px;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #798490
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    -ms-word-break: break-word;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 3px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    -ms-word-break: normal;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.cms-section .boxed {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .cms-section .boxed {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .cms-section .boxed {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .cms-section .boxed {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .cms-section .boxed {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.row,
.account-content,
.is-act-cartpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-confirmpage .checkout .checkout-container,
.is-ctl-accountorder .checkout .checkout-container,
.is-act-finishpage .checkout .checkout-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.is-act-confirmpage .checkout .no-gutters>.checkout-aside,
.is-ctl-accountorder .checkout .no-gutters>.checkout-aside,
.is-act-finishpage .checkout .no-gutters>.checkout-aside,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.is-act-confirmpage .checkout .checkout-aside,
.is-ctl-accountorder .checkout .checkout-aside,
.is-act-finishpage .checkout .checkout-aside,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.is-act-confirmpage .checkout .checkout-additional,
.is-ctl-accountorder .checkout .checkout-additional,
.col-sm-7,
.is-act-finishpage .checkout .checkout-additional,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.is-act-cartpage .checkout .checkout-aside,
.col-md-6,
.is-act-checkoutregisterpage .checkout .checkout-aside,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.account-content .account-content-aside,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.is-act-cartpage .checkout .checkout-main,
.is-act-checkoutregisterpage .checkout .checkout-main,
.is-act-confirmpage .checkout .checkout-main,
.is-ctl-accountorder .checkout .checkout-main,
.is-act-finishpage .checkout .checkout-main,
.col-lg-9,
.account-content .account-content-main,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto,
.col-xxxxl-1,
.col-xxxxl-2,
.col-xxxxl-3,
.col-xxxxl-4,
.col-xxxxl-5,
.col-xxxxl-6,
.col-xxxxl-7,
.col-xxxxl-8,
.col-xxxxl-9,
.col-xxxxl-10,
.col-xxxxl-11,
.col-xxxxl-12,
.col-xxxxl,
.col-xxxxl-auto,
.col-special-1,
.col-special-2,
.col-special-3,
.col-special-4,
.col-special-5,
.col-special-6,
.col-special-7,
.col-special-8,
.col-special-9,
.col-special-10,
.col-special-11,
.col-special-12,
.col-special,
.col-special-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.col,
.is-act-confirmpage .checkout .checkout-aside,
.is-ctl-accountorder .checkout .checkout-aside,
.is-act-finishpage .checkout .checkout-aside {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6,
    .is-act-confirmpage .checkout .checkout-additional,
    .is-ctl-accountorder .checkout .checkout-additional {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7,
    .is-act-finishpage .checkout .checkout-additional,
    .is-act-finishpage .checkout .checkout-aside {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5,
    .is-act-finishpage .checkout .checkout-aside {
        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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5,
    .is-act-cartpage .checkout .checkout-aside {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6,
    .is-act-checkoutregisterpage .checkout .checkout-aside,
    .is-act-confirmpage .checkout .checkout-aside,
    .is-ctl-accountorder .checkout .checkout-aside,
    .is-act-finishpage .checkout .checkout-additional,
    .is-act-finishpage .checkout .checkout-aside {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.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,
    .is-act-checkoutregisterpage .checkout .checkout-aside,
    .is-act-confirmpage .checkout .checkout-aside,
    .is-ctl-accountorder .checkout .checkout-aside,
    .is-act-finishpage .checkout .checkout-aside {
        margin-left: 50%
    }

    .offset-md-7,
    .is-act-cartpage .checkout .checkout-aside {
        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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3,
    .account-content .account-content-aside {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4,
    .is-act-cartpage .checkout .checkout-aside,
    .is-act-checkoutregisterpage .checkout .checkout-aside,
    .is-act-confirmpage .checkout .checkout-additional,
    .is-ctl-accountorder .checkout .checkout-additional,
    .is-act-confirmpage .checkout .checkout-aside,
    .is-ctl-accountorder .checkout .checkout-aside,
    .is-act-finishpage .checkout .checkout-additional,
    .is-act-finishpage .checkout .checkout-aside {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8,
    .is-act-cartpage .checkout .checkout-main,
    .is-act-checkoutregisterpage .checkout .checkout-main,
    .is-act-confirmpage .checkout .checkout-main,
    .is-ctl-accountorder .checkout .checkout-main,
    .is-act-finishpage .checkout .checkout-main {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9,
    .account-content .account-content-main {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0,
    .is-act-cartpage .checkout .checkout-aside,
    .is-act-checkoutregisterpage .checkout .checkout-aside {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2,
    .is-act-confirmpage .checkout .checkout-main,
    .is-ctl-accountorder .checkout .checkout-main,
    .is-act-confirmpage .checkout .checkout-additional,
    .is-ctl-accountorder .checkout .checkout-additional,
    .is-act-finishpage .checkout .checkout-main,
    .is-act-finishpage .checkout .checkout-additional {
        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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2,
    .account-content .account-content-aside {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3,
    .is-act-cartpage .checkout .checkout-aside,
    .is-act-checkoutregisterpage .checkout .checkout-aside {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7,
    .account-content .account-content-main {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1,
    .account-content .account-content-main,
    .is-act-cartpage .checkout .checkout-aside,
    .is-act-checkoutregisterpage .checkout .checkout-aside {
        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%
    }
}

@media (min-width:1500px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1692px) {
    .col-xxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxxl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxxl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxxl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxxl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxxl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxxl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxxl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxxl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxxl-0 {
        margin-left: 0
    }

    .offset-xxxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxxl-3 {
        margin-left: 25%
    }

    .offset-xxxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxxl-6 {
        margin-left: 50%
    }

    .offset-xxxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxxl-9 {
        margin-left: 75%
    }

    .offset-xxxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxxl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1920px) {
    .col-xxxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxxxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxxxl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxxxl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxxxl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxxxl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxxxl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxxxl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxxxl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxxxl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxxxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxxxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxxxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxxxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxxxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxxxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxxxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxxxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxxxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxxxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxxxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxxxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxxxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxxxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxxxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxxxl-0 {
        margin-left: 0
    }

    .offset-xxxxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxxxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxxxl-3 {
        margin-left: 25%
    }

    .offset-xxxxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxxxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxxxl-6 {
        margin-left: 50%
    }

    .offset-xxxxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxxxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxxxl-9 {
        margin-left: 75%
    }

    .offset-xxxxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxxxl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1400px) {
    .col-special {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-special-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-special-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-special-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-special-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-special-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-special-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-special-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-special-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-special-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-special-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-special-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-special-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-special-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-special-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-special-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-special-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-special-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-special-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-special-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-special-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-special-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-special-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-special-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-special-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-special-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-special-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-special-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-special-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-special-0 {
        margin-left: 0
    }

    .offset-special-1 {
        margin-left: 8.3333333333%
    }

    .offset-special-2 {
        margin-left: 16.6666666667%
    }

    .offset-special-3 {
        margin-left: 25%
    }

    .offset-special-4 {
        margin-left: 33.3333333333%
    }

    .offset-special-5 {
        margin-left: 41.6666666667%
    }

    .offset-special-6 {
        margin-left: 50%
    }

    .offset-special-7 {
        margin-left: 58.3333333333%
    }

    .offset-special-8 {
        margin-left: 66.6666666667%
    }

    .offset-special-9 {
        margin-left: 75%
    }

    .offset-special-10 {
        margin-left: 83.3333333333%
    }

    .offset-special-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #241600
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #bfbab4
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #bfbab4
}

.table tbody+tbody {
    border-top: 2px solid #bfbab4
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #bfbab4
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #bfbab4
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover {
    color: #241600;
    background-color: rgb(0 0 0 / .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #c2beb8
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #8d867a
}

.table-hover .table-primary:hover {
    background-color: #b6b1aa
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b6b1aa
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #dfddb8
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #c3c07a
}

.table-hover .table-secondary:hover {
    background-color: #d7d5a6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #d7d5a6
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #ebe9b8
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #dad67a
}

.table-hover .table-success:hover {
    background-color: #e5e3a4
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #e5e3a4
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #b8dfeb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #7ac4da
}

.table-hover .table-info:hover {
    background-color: #a4d7e5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #a4d7e5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #f6e9b8
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #eed67a
}

.table-hover .table-warning:hover {
    background-color: #f3e2a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f3e2a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #ebb8b8
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #da7a7a
}

.table-hover .table-danger:hover {
    background-color: #e5a4a4
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #e5a4a4
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfd
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fcfcfc
}

.table-hover .table-light:hover {
    background-color: #f1f1f1
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f1f1f1
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #cccfd1
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #a1a6aa
}

.table-hover .table-dark:hover {
    background-color: #bfc2c5
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #bfc2c5
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgb(0 0 0 / .075)
}

.table-hover .table-active:hover {
    background-color: rgb(0 0 0 / .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgb(0 0 0 / .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #4a545b;
    border-color: #5b6770
}

.table .thead-light th {
    color: #495057;
    background-color: #eee;
    border-color: #bfbab4
}

.table-dark {
    color: #fff;
    background-color: #4a545b
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #5b6770
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgb(255 255 255 / .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media (max-width:1499.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

@media (max-width:1691.98px) {
    .table-responsive-xxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxxl>.table-bordered {
        border: 0
    }
}

@media (max-width:1919.98px) {
    .table-responsive-xxxxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxxxl>.table-bordered {
        border: 0
    }
}

@media (max-width:1399.98px) {
    .table-responsive-special {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-special>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: .5625rem .5625rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #241600;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #bfbab4;
    border-radius: 3px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: #fff0;
    border: 0
}

.form-control:focus {
    color: #241600;
    background-color: #fff;
    border-color: #241600;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .25)
}

.form-control::-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder {
    color: #c3c3c3;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eee;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #241600;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.5625rem + 1px);
    padding-bottom: calc(.5625rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .75rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #241600;
    background-color: #fff0;
    border: solid #fff0;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 3px
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.is-act-confirmpage .checkout .form-row>.checkout-aside,
.is-ctl-accountorder .checkout .form-row>.checkout-aside,
.is-act-finishpage .checkout .form-row>.checkout-aside,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #798490
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #b7b000
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgb(183 176 0 / .9);
    border-radius: 3px
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #b7b000
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #b7b000;
    box-shadow: 0 0 0 .2rem rgb(183 176 0 / .25)
}

.was-validated .form-control:valid~.valid-feedback,
.form-control.is-valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #b7b000
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #b7b000;
    box-shadow: 0 0 0 .2rem rgb(183 176 0 / .25)
}

.was-validated .custom-select:valid~.valid-feedback,
.custom-select.is-valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.form-control-file.is-valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #b7b000
}

.was-validated .form-check-input:valid~.valid-feedback,
.form-check-input.is-valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #b7b000
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #b7b000
}

.was-validated .custom-control-input:valid~.valid-feedback,
.custom-control-input.is-valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #eae100;
    background-color: #eae100
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgb(183 176 0 / .25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #b7b000
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #b7b000
}

.was-validated .custom-file-input:valid~.valid-feedback,
.custom-file-input.is-valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #b7b000;
    box-shadow: 0 0 0 .2rem rgb(183 176 0 / .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #b70000
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(183 0 0 / .9);
    border-radius: 3px
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #b70000
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #b70000;
    box-shadow: 0 0 0 .2rem rgb(183 0 0 / .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #b70000
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #b70000;
    box-shadow: 0 0 0 .2rem rgb(183 0 0 / .25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #b70000
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #b70000
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #b70000
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #ea0000;
    background-color: #ea0000
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgb(183 0 0 / .25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #b70000
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #b70000
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #b70000;
    box-shadow: 0 0 0 .2rem rgb(183 0 0 / .25)
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #241600;
    text-align: center;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: 2px 12px;
    font-size: .875rem;
    line-height: 34px;
    border-radius: 3px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #241600;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.address-editor-select:not(.collapsed),
.address-editor-create:not(.collapsed) {
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.btn-primary:hover,
.address-editor-select:not(.collapsed):hover,
.address-editor-create:not(.collapsed):hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary:focus,
.address-editor-select:not(.collapsed):focus,
.address-editor-create:not(.collapsed):focus,
.btn-primary.focus,
.focus.address-editor-select:not(.collapsed),
.focus.address-editor-create:not(.collapsed) {
    box-shadow: 0 0 0 .2rem rgb(69 57 38 / .5)
}

.btn-primary.disabled,
.disabled.address-editor-select:not(.collapsed),
.disabled.address-editor-create:not(.collapsed),
.btn-primary:disabled,
.address-editor-select:not(.collapsed):disabled,
.address-editor-create:not(.collapsed):disabled {
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.btn-primary:not(:disabled):not(.disabled):active,
.address-editor-select:not(.collapsed):active:not(.disabled):not(:disabled),
.address-editor-create:not(.collapsed):active:not(.disabled):not(:disabled),
.btn-primary:not(:disabled):not(.disabled).active,
.active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.address-editor-select:not(.collapsed),
.show>.dropdown-toggle.address-editor-create:not(.collapsed) {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.address-editor-select:not(.collapsed):focus:active:not(.disabled):not(:disabled),
.address-editor-create:not(.collapsed):focus:active:not(.disabled):not(:disabled),
.btn-primary:not(:disabled):not(.disabled).active:focus,
.active.address-editor-select:not(.collapsed):focus:not(.disabled):not(:disabled),
.active.address-editor-create:not(.collapsed):focus:not(.disabled):not(:disabled),
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.address-editor-select:not(.collapsed):focus,
.show>.dropdown-toggle.address-editor-create:not(.collapsed):focus {
    box-shadow: 0 0 0 .2rem rgb(69 57 38 / .5)
}

.btn-secondary {
    color: #fff;
    background-color: #8c8600;
    border-color: #8c8600
}

.btn-secondary:hover {
    color: #fff;
    background-color: #666100;
    border-color: #595500
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgb(157 152 38 / .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #8c8600;
    border-color: #8c8600
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #595500;
    border-color: #4c4900
}

.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 rgb(157 152 38 / .5)
}

.btn-success {
    color: #212529;
    background-color: #b7b000;
    border-color: #b7b000
}

.btn-success:hover {
    color: #fff;
    background-color: #918b00;
    border-color: #847f00
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgb(161 155 6 / .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #b7b000;
    border-color: #b7b000
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #847f00;
    border-color: #777300
}

.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 rgb(161 155 6 / .5)
}

.btn-info {
    color: #fff;
    background-color: #008eb7;
    border-color: #008eb7
}

.btn-info:hover {
    color: #fff;
    background-color: #007091;
    border-color: #006684
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgb(38 159 194 / .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #008eb7;
    border-color: #008eb7
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #006684;
    border-color: #005d77
}

.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 rgb(38 159 194 / .5)
}

.btn-warning {
    color: #212529;
    background-color: #deb100;
    border-color: #deb100
}

.btn-warning:hover {
    color: #fff;
    background-color: #b89300;
    border-color: #ab8800
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgb(194 156 6 / .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #deb100;
    border-color: #deb100
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ab8800;
    border-color: #9e7e00
}

.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 rgb(194 156 6 / .5)
}

.btn-danger {
    color: #fff;
    background-color: #b70000;
    border-color: #b70000
}

.btn-danger:hover {
    color: #fff;
    background-color: #910000;
    border-color: #840000
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgb(194 38 38 / .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #b70000;
    border-color: #b70000
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #840000;
    border-color: #700
}

.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 rgb(194 38 38 / .5)
}

.btn-light {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.btn-light:hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgb(217 217 218 / .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #d9d9d9
}

.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 rgb(217 217 218 / .5)
}

.btn-dark {
    color: #fff;
    background-color: #4a545b;
    border-color: #4a545b
}

.btn-dark:hover {
    color: #fff;
    background-color: #394146;
    border-color: #333a3f
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgb(101 110 116 / .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #4a545b;
    border-color: #4a545b
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #333a3f;
    border-color: #2d3438
}

.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 rgb(101 110 116 / .5)
}

.btn-outline-primary {
    color: #241600;
    border-color: #241600
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #241600;
    background-color: #fff0
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.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 rgb(36 22 0 / .5)
}

.btn-outline-secondary {
    color: #8c8600;
    border-color: #8c8600
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #8c8600;
    border-color: #8c8600
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgb(140 134 0 / .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #8c8600;
    background-color: #fff0
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #8c8600;
    border-color: #8c8600
}

.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 rgb(140 134 0 / .5)
}

.btn-outline-success {
    color: #b7b000;
    border-color: #b7b000
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #b7b000;
    border-color: #b7b000
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgb(183 176 0 / .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #b7b000;
    background-color: #fff0
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #b7b000;
    border-color: #b7b000
}

.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 rgb(183 176 0 / .5)
}

.btn-outline-info {
    color: #008eb7;
    border-color: #008eb7
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #008eb7;
    border-color: #008eb7
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgb(0 142 183 / .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #008eb7;
    background-color: #fff0
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #008eb7;
    border-color: #008eb7
}

.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 rgb(0 142 183 / .5)
}

.btn-outline-warning {
    color: #deb100;
    border-color: #deb100
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #deb100;
    border-color: #deb100
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgb(222 177 0 / .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #deb100;
    background-color: #fff0
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #deb100;
    border-color: #deb100
}

.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 rgb(222 177 0 / .5)
}

.btn-outline-danger {
    color: #b70000;
    border-color: #b70000
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #b70000;
    border-color: #b70000
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgb(183 0 0 / .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #b70000;
    background-color: #fff0
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #b70000;
    border-color: #b70000
}

.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 rgb(183 0 0 / .5)
}

.btn-outline-light {
    color: #f9f9f9;
    border-color: #f9f9f9
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgb(249 249 249 / .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f9f9f9;
    background-color: #fff0
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.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 rgb(249 249 249 / .5)
}

.btn-outline-dark {
    color: #4a545b;
    border-color: #4a545b
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #4a545b;
    border-color: #4a545b
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgb(74 84 91 / .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #4a545b;
    background-color: #fff0
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #4a545b;
    border-color: #4a545b
}

.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 rgb(74 84 91 / .5)
}

.btn-link {
    font-weight: 400;
    color: #241600;
    text-decoration: none
}

.btn-link:hover {
    color: #000;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #798490;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn,
.btn-buy {
    padding: 2px 12px;
    font-size: 1rem;
    line-height: 38px;
    border-radius: 3px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 2px 12px;
    font-size: .875rem;
    line-height: 30px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #fff0;
    border-bottom: 0;
    border-left: .3em solid #fff0
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #241600;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #bfbab4;
    border-radius: 3px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1500px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1692px) {
    .dropdown-menu-xxxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1920px) {
    .dropdown-menu-xxxxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxxxl-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-special-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-special-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid #fff0;
    border-bottom: .3em solid;
    border-left: .3em solid #fff0
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff0;
    border-right: 0;
    border-bottom: .3em solid #fff0;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff0;
    border-right: .3em solid;
    border-bottom: .3em solid #fff0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eee
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff0;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f9f9f9
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #241600
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #798490;
    pointer-events: none;
    background-color: #fff0
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #798490;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 9px;
    padding-left: 9px
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 9px;
    padding-left: 9px
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-buy+.dropdown-toggle-split {
    padding-right: 9px;
    padding-left: 9px
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    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="radio"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.form-control,
.input-group>.custom-select+.form-control,
.input-group>.custom-file+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.custom-select+.custom-select,
.input-group>.custom-file+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-append .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-append .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .5625rem .5625rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #241600;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #bfbab4;
    border-radius: 3px
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.5625rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.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) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #241600;
    background-color: #241600
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #241600
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.custom-control-input:disabled~.custom-control-label {
    color: #798490
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #eee
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #241600;
    background-color: #241600
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 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: rgb(36 22 0 / .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgb(36 22 0 / .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,%3csvg xmlns=\'http://www.w3.org/2000/svg\' 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: rgb(36 22 0 / .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: -ms-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -ms-transform: translateX(.75rem);
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(36 22 0 / .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    padding: .5625rem 1.5625rem .5625rem .5625rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #241600;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23241600\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .5625rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #bfbab4;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #241600;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .25)
}

.custom-select:focus::-ms-value {
    color: #241600;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .5625rem;
    background-image: none
}

.custom-select:disabled {
    color: #798490;
    background-color: #eee
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .75rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.125rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #241600;
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #eee
}

.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.125rem + 2px);
    padding: .5625rem .5625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #241600;
    background-color: #fff;
    border: 1px solid #bfbab4;
    border-radius: 3px
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.125rem);
    padding: .5625rem .5625rem;
    line-height: 1.5;
    color: #241600;
    content: "Browse";
    background-color: #eee;
    border-left: inherit;
    border-radius: 0 3px 3px 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: #fff0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgb(36 22 0 / .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgb(36 22 0 / .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgb(36 22 0 / .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #241600;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #d78300
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #bcc1c7;
    border-color: #fff0;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #241600;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #d78300
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #bcc1c7;
    border-color: #fff0;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #241600;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #d78300
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #fff0;
    border-color: #fff0;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #bcc1c7;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #bcc1c7;
    border-radius: 1rem
}

.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 {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #798490;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #bcc1c7
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid #fff0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #eee #eee #bcc1c7
}

.nav-tabs .nav-link.disabled {
    color: #798490;
    background-color: #fff0;
    border-color: #fff0
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #bcc1c7 #bcc1c7 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 3px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #241600
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.cms-section .navbar>.boxed,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .40625rem;
    padding-bottom: .40625rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: 3px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .cms-section .navbar-expand-sm>.boxed,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .cms-section .navbar-expand-sm>.boxed,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .cms-section .navbar-expand-md>.boxed,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .cms-section .navbar-expand-md>.boxed,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .cms-section .navbar-expand-lg>.boxed,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .cms-section .navbar-expand-lg>.boxed,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .cms-section .navbar-expand-xl>.boxed,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .cms-section .navbar-expand-xl>.boxed,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width:1499.98px) {

    .navbar-expand-xxl>.container,
    .cms-section .navbar-expand-xxl>.boxed,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1500px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,
    .cms-section .navbar-expand-xxl>.boxed,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

@media (max-width:1691.98px) {

    .navbar-expand-xxxl>.container,
    .cms-section .navbar-expand-xxxl>.boxed,
    .navbar-expand-xxxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1692px) {
    .navbar-expand-xxxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxxl>.container,
    .cms-section .navbar-expand-xxxl>.boxed,
    .navbar-expand-xxxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxxl .navbar-toggler {
        display: none
    }
}

@media (max-width:1919.98px) {

    .navbar-expand-xxxxl>.container,
    .cms-section .navbar-expand-xxxxl>.boxed,
    .navbar-expand-xxxxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1920px) {
    .navbar-expand-xxxxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxxxl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxxxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxxxl>.container,
    .cms-section .navbar-expand-xxxxl>.boxed,
    .navbar-expand-xxxxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxxxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxxxl .navbar-toggler {
        display: none
    }
}

@media (max-width:1399.98px) {

    .navbar-expand-special>.container,
    .cms-section .navbar-expand-special>.boxed,
    .navbar-expand-special>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1400px) {
    .navbar-expand-special {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-special .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-special .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-special .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-special>.container,
    .cms-section .navbar-expand-special>.boxed,
    .navbar-expand-special>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-special .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-special .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.cms-section .navbar-expand>.boxed,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.cms-section .navbar-expand>.boxed,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgb(0 0 0 / .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(0 0 0 / .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / .5);
    border-color: rgb(0 0 0 / .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgb(0 0 0 / .5)
}

.navbar-light .navbar-text a {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgb(0 0 0 / .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgb(255 255 255 / .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgb(255 255 255 / .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255 / .5);
    border-color: rgb(255 255 255 / .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgb(255 255 255 / .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #fff0;
    border-radius: 3px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / .03);
    border-bottom: 1px solid #fff0
}

.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgb(0 0 0 / .03);
    border-top: 1px solid #fff0
}

.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(3px - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(3px - 1px);
    border-bottom-left-radius: calc(3px - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 20px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px
    }
}

.card-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 20px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff0;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #798490;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #798490
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #241600;
    background-color: #fff;
    border: 1px solid #bfbab4
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #eee;
    border-color: #bfbab4
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.page-item.disabled .page-link {
    color: #798490;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #bcc1c7
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #241600
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #000
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(36 22 0 / .5)
}

.badge-secondary {
    color: #fff;
    background-color: #8c8600
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #595500
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(140 134 0 / .5)
}

.badge-success {
    color: #212529;
    background-color: #b7b000
}

a.badge-success:hover,
a.badge-success:focus {
    color: #212529;
    background-color: #847f00
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(183 176 0 / .5)
}

.badge-info {
    color: #fff;
    background-color: #008eb7
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #006684
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 142 183 / .5)
}

.badge-warning {
    color: #212529;
    background-color: #deb100
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #ab8800
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(222 177 0 / .5)
}

.badge-danger {
    color: #fff;
    background-color: #b70000
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #840000
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(183 0 0 / .5)
}

.badge-light {
    color: #212529;
    background-color: #f9f9f9
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #e0e0e0
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(249 249 249 / .5)
}

.badge-dark {
    color: #fff;
    background-color: #4a545b
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #333a3f
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(74 84 91 / .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eee;
    border-radius: 3px
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #fff0;
    border-radius: 3px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.8125rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #130b00;
    background-color: #d3d0cc;
    border-color: #c2beb8
}

.alert-primary hr {
    border-top-color: #b6b1aa
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    color: #494600;
    background-color: #e8e7cc;
    border-color: #dfddb8
}

.alert-secondary hr {
    border-top-color: #d7d5a6
}

.alert-secondary .alert-link {
    color: #161500
}

.alert-success {
    color: #5f5c00;
    background-color: #f1efcc;
    border-color: #ebe9b8
}

.alert-success hr {
    border-top-color: #e5e3a4
}

.alert-success .alert-link {
    color: #2c2a00
}

.alert-info {
    color: #004a5f;
    background-color: #cce8f1;
    border-color: #b8dfeb
}

.alert-info hr {
    border-top-color: #a4d7e5
}

.alert-info .alert-link {
    color: #00222c
}

.alert-warning {
    color: #735c00;
    background-color: #f8efcc;
    border-color: #f6e9b8
}

.alert-warning hr {
    border-top-color: #f3e2a1
}

.alert-warning .alert-link {
    color: #403300
}

.alert-danger {
    color: #5f0000;
    background-color: #f1cccc;
    border-color: #ebb8b8
}

.alert-danger hr {
    border-top-color: #e5a4a4
}

.alert-danger .alert-link {
    color: #2c0000
}

.alert-light {
    color: #818181;
    background-color: #fefefe;
    border-color: #fdfdfd
}

.alert-light hr {
    border-top-color: #f1f1f1
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #262c2f;
    background-color: #dbddde;
    border-color: #cccfd1
}

.alert-dark hr {
    border-top-color: #bfc2c5
}

.alert-dark .alert-link {
    color: #101213
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #eee;
    border-radius: 3px
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #241600;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgb(255 255 255 / .15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .15) 50%, rgb(255 255 255 / .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f9f9f9
}

.list-group-item-action:active {
    color: #241600;
    background-color: #eee
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125)
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #798490;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1500px) {
    .list-group-horizontal-xxl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1692px) {
    .list-group-horizontal-xxxl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xxxl .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1920px) {
    .list-group-horizontal-xxxxl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxxxl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xxxxl .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxxxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-special {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-special .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-special .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-special .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #130b00;
    background-color: #c2beb8
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #130b00;
    background-color: #b6b1aa
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #130b00;
    border-color: #130b00
}

.list-group-item-secondary {
    color: #494600;
    background-color: #dfddb8
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #494600;
    background-color: #d7d5a6
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #494600;
    border-color: #494600
}

.list-group-item-success {
    color: #5f5c00;
    background-color: #ebe9b8
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #5f5c00;
    background-color: #e5e3a4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #5f5c00;
    border-color: #5f5c00
}

.list-group-item-info {
    color: #004a5f;
    background-color: #b8dfeb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #004a5f;
    background-color: #a4d7e5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #004a5f;
    border-color: #004a5f
}

.list-group-item-warning {
    color: #735c00;
    background-color: #f6e9b8
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #735c00;
    background-color: #f3e2a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #735c00;
    border-color: #735c00
}

.list-group-item-danger {
    color: #5f0000;
    background-color: #ebb8b8
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #5f0000;
    background-color: #e5a4a4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #5f0000;
    border-color: #5f0000
}

.list-group-item-light {
    color: #818181;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818181;
    background-color: #f1f1f1
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818181;
    border-color: #818181
}

.list-group-item-dark {
    color: #262c2f;
    background-color: #cccfd1
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #262c2f;
    background-color: #bfc2c5
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #262c2f;
    border-color: #262c2f
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media (max-width:1200px) {
    .close {
        font-size: calc(1.25625rem + .075vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: #fff0;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgb(255 255 255 / .85);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .1);
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #798490;
    background-color: rgb(255 255 255 / .85);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid rgb(0 0 0 / .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -ms-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 3px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / .5)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 1px solid #bfbab4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.modal-header .close {
    padding: 10px 10px;
    margin: -10px -10px -10px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #bfbab4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .address-editor-modal .modal-dialog,
    .quickview-modal .modal-dialog,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Px Grotesk", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    -ms-word-break: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: #fff0;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Px Grotesk", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    -ms-word-break: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 3px
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 3px
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: #fff0;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgb(0 0 0 / .25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 3px 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgb(0 0 0 / .25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgb(0 0 0 / .25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 3px 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgb(0 0 0 / .25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #241600;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #241600
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -ms-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border,
.loader {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
    border: 2px solid currentColor;
    border-right-color: #fff0;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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: #241600 !important
}

a.bg-primary:hover,
button.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:focus {
    background-color: black !important
}

.bg-secondary {
    background-color: #8c8600 !important
}

a.bg-secondary:hover,
button.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:focus {
    background-color: #595500 !important
}

.bg-success {
    background-color: #b7b000 !important
}

a.bg-success:hover,
button.bg-success:hover,
a.bg-success:focus,
button.bg-success:focus {
    background-color: #847f00 !important
}

.bg-info {
    background-color: #008eb7 !important
}

a.bg-info:hover,
button.bg-info:hover,
a.bg-info:focus,
button.bg-info:focus {
    background-color: #006684 !important
}

.bg-warning {
    background-color: #deb100 !important
}

a.bg-warning:hover,
button.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:focus {
    background-color: #ab8800 !important
}

.bg-danger {
    background-color: #b70000 !important
}

a.bg-danger:hover,
button.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:focus {
    background-color: #840000 !important
}

.bg-light,
.order-detail-table-footer {
    background-color: #f9f9f9 !important
}

a.bg-light:hover,
a.order-detail-table-footer:hover,
button.bg-light:hover,
button.order-detail-table-footer:hover,
a.bg-light:focus,
a.order-detail-table-footer:focus,
button.bg-light:focus,
button.order-detail-table-footer:focus {
    background-color: #e0e0e0 !important
}

.bg-dark {
    background-color: #4a545b !important
}

a.bg-dark:hover,
button.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:focus {
    background-color: #333a3f !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #bfbab4 !important
}

.border-top {
    border-top: 1px solid #bfbab4 !important
}

.border-right {
    border-right: 1px solid #bfbab4 !important
}

.border-bottom {
    border-bottom: 1px solid #bfbab4 !important
}

.border-left {
    border-left: 1px solid #bfbab4 !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: #241600 !important
}

.border-secondary {
    border-color: #8c8600 !important
}

.border-success {
    border-color: #b7b000 !important
}

.border-info {
    border-color: #008eb7 !important
}

.border-warning {
    border-color: #deb100 !important
}

.border-danger {
    border-color: #b70000 !important
}

.border-light {
    border-color: #f9f9f9 !important
}

.border-dark {
    border-color: #4a545b !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 3px !important
}

.rounded {
    border-radius: 3px !important
}

.rounded-top {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.rounded-right {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.rounded-bottom {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.rounded-left {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.rounded-lg {
    border-radius: 3px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none,
.is-act-checkoutregisterpage .checkout .checkout-aside {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block,
    .is-act-checkoutregisterpage .checkout .checkout-aside {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width:1500px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width:1692px) {
    .d-xxxl-none {
        display: none !important
    }

    .d-xxxl-inline {
        display: inline !important
    }

    .d-xxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxl-block {
        display: block !important
    }

    .d-xxxl-table {
        display: table !important
    }

    .d-xxxl-table-row {
        display: table-row !important
    }

    .d-xxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xxxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width:1920px) {
    .d-xxxxl-none {
        display: none !important
    }

    .d-xxxxl-inline {
        display: inline !important
    }

    .d-xxxxl-inline-block {
        display: inline-block !important
    }

    .d-xxxxl-block {
        display: block !important
    }

    .d-xxxxl-table {
        display: table !important
    }

    .d-xxxxl-table-row {
        display: table-row !important
    }

    .d-xxxxl-table-cell {
        display: table-cell !important
    }

    .d-xxxxl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xxxxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width:1400px) {
    .d-special-none {
        display: none !important
    }

    .d-special-inline {
        display: inline !important
    }

    .d-special-inline-block {
        display: inline-block !important
    }

    .d-special-block {
        display: block !important
    }

    .d-special-table {
        display: table !important
    }

    .d-special-table-row {
        display: table-row !important
    }

    .d-special-table-cell {
        display: table-cell !important
    }

    .d-special-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-special-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.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%
}

.embed-responsive-by::before {
    padding-top: 0%
}

.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%
}

.embed-responsive-by::before {
    padding-top: 0%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1500px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1692px) {
    .flex-xxxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1920px) {
    .flex-xxxxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxxxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxxxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxxxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxxxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxxxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxxxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxxxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxxxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxxxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxxxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxxxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxxxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxxxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxxxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxxxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxxxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxxxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxxxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxxxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxxxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxxxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxxxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxxxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxxxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxxxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxxxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxxxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxxxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxxxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxxxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxxxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxxxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxxxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1400px) {
    .flex-special-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-special-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-special-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-special-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-special-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-special-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-special-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-special-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-special-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-special-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-special-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-special-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-special-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-special-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-special-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-special-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-special-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-special-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-special-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-special-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-special-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-special-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-special-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-special-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-special-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-special-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-special-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-special-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-special-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-special-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-special-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-special-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-special-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-special-stretch {
        -ms-flex-item-align: stretch !important;
        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
    }
}

@media (min-width:1500px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width:1692px) {
    .float-xxxl-left {
        float: left !important
    }

    .float-xxxl-right {
        float: right !important
    }

    .float-xxxl-none {
        float: none !important
    }
}

@media (min-width:1920px) {
    .float-xxxxl-left {
        float: left !important
    }

    .float-xxxxl-right {
        float: right !important
    }

    .float-xxxxl-none {
        float: none !important
    }
}

@media (min-width:1400px) {
    .float-special-left {
        float: left !important
    }

    .float-special-right {
        float: right !important
    }

    .float-special-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {

    .sticky-top,
    .offcanvas .offcanvas-footer {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #fff0
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1500px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1692px) {
    .m-xxxl-0 {
        margin: 0 !important
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important
    }

    .m-xxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxl-2 {
        margin: .5rem !important
    }

    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxl-3 {
        margin: 1rem !important
    }

    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxl-0 {
        padding: 0 !important
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: .25rem !important
    }

    .p-xxxl-2 {
        padding: .5rem !important
    }

    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxl-3 {
        padding: 1rem !important
    }

    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxxl-n3 {
        margin: -1rem !important
    }

    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxxl-n5 {
        margin: -3rem !important
    }

    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxxl-auto {
        margin: auto !important
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1920px) {
    .m-xxxxl-0 {
        margin: 0 !important
    }

    .mt-xxxxl-0,
    .my-xxxxl-0 {
        margin-top: 0 !important
    }

    .mr-xxxxl-0,
    .mx-xxxxl-0 {
        margin-right: 0 !important
    }

    .mb-xxxxl-0,
    .my-xxxxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxxxl-0,
    .mx-xxxxl-0 {
        margin-left: 0 !important
    }

    .m-xxxxl-1 {
        margin: .25rem !important
    }

    .mt-xxxxl-1,
    .my-xxxxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxxxl-1,
    .mx-xxxxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxxxl-1,
    .my-xxxxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxxxl-1,
    .mx-xxxxl-1 {
        margin-left: .25rem !important
    }

    .m-xxxxl-2 {
        margin: .5rem !important
    }

    .mt-xxxxl-2,
    .my-xxxxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxxxl-2,
    .mx-xxxxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxxxl-2,
    .my-xxxxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxxxl-2,
    .mx-xxxxl-2 {
        margin-left: .5rem !important
    }

    .m-xxxxl-3 {
        margin: 1rem !important
    }

    .mt-xxxxl-3,
    .my-xxxxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxxxl-3,
    .mx-xxxxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxxxl-3,
    .my-xxxxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxxxl-3,
    .mx-xxxxl-3 {
        margin-left: 1rem !important
    }

    .m-xxxxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxxxl-4,
    .my-xxxxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxxxl-4,
    .mx-xxxxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxxxl-4,
    .my-xxxxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxxxl-4,
    .mx-xxxxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxxxl-5 {
        margin: 3rem !important
    }

    .mt-xxxxl-5,
    .my-xxxxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxxxl-5,
    .mx-xxxxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxxxl-5,
    .my-xxxxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxxxl-5,
    .mx-xxxxl-5 {
        margin-left: 3rem !important
    }

    .p-xxxxl-0 {
        padding: 0 !important
    }

    .pt-xxxxl-0,
    .py-xxxxl-0 {
        padding-top: 0 !important
    }

    .pr-xxxxl-0,
    .px-xxxxl-0 {
        padding-right: 0 !important
    }

    .pb-xxxxl-0,
    .py-xxxxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxxxl-0,
    .px-xxxxl-0 {
        padding-left: 0 !important
    }

    .p-xxxxl-1 {
        padding: .25rem !important
    }

    .pt-xxxxl-1,
    .py-xxxxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxxxl-1,
    .px-xxxxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxxxl-1,
    .py-xxxxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxxxl-1,
    .px-xxxxl-1 {
        padding-left: .25rem !important
    }

    .p-xxxxl-2 {
        padding: .5rem !important
    }

    .pt-xxxxl-2,
    .py-xxxxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxxxl-2,
    .px-xxxxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxxxl-2,
    .py-xxxxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxxxl-2,
    .px-xxxxl-2 {
        padding-left: .5rem !important
    }

    .p-xxxxl-3 {
        padding: 1rem !important
    }

    .pt-xxxxl-3,
    .py-xxxxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxxxl-3,
    .px-xxxxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxxxl-3,
    .py-xxxxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxxxl-3,
    .px-xxxxl-3 {
        padding-left: 1rem !important
    }

    .p-xxxxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxxxl-4,
    .py-xxxxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxxxl-4,
    .px-xxxxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxxxl-4,
    .py-xxxxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxxxl-4,
    .px-xxxxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxxxl-5 {
        padding: 3rem !important
    }

    .pt-xxxxl-5,
    .py-xxxxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxxxl-5,
    .px-xxxxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxxxl-5,
    .py-xxxxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxxxl-5,
    .px-xxxxl-5 {
        padding-left: 3rem !important
    }

    .m-xxxxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxxxl-n1,
    .my-xxxxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxxxl-n1,
    .mx-xxxxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxxxl-n1,
    .my-xxxxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxxxl-n1,
    .mx-xxxxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxxxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxxxl-n2,
    .my-xxxxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxxxl-n2,
    .mx-xxxxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxxxl-n2,
    .my-xxxxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxxxl-n2,
    .mx-xxxxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxxxl-n3 {
        margin: -1rem !important
    }

    .mt-xxxxl-n3,
    .my-xxxxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxxxl-n3,
    .mx-xxxxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxxxl-n3,
    .my-xxxxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxxxl-n3,
    .mx-xxxxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxxxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxxxl-n4,
    .my-xxxxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxxxl-n4,
    .mx-xxxxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxxxl-n4,
    .my-xxxxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxxxl-n4,
    .mx-xxxxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxxxl-n5 {
        margin: -3rem !important
    }

    .mt-xxxxl-n5,
    .my-xxxxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxxxl-n5,
    .mx-xxxxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxxxl-n5,
    .my-xxxxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxxxl-n5,
    .mx-xxxxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxxxl-auto {
        margin: auto !important
    }

    .mt-xxxxl-auto,
    .my-xxxxl-auto {
        margin-top: auto !important
    }

    .mr-xxxxl-auto,
    .mx-xxxxl-auto {
        margin-right: auto !important
    }

    .mb-xxxxl-auto,
    .my-xxxxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxxxl-auto,
    .mx-xxxxl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1400px) {
    .m-special-0 {
        margin: 0 !important
    }

    .mt-special-0,
    .my-special-0 {
        margin-top: 0 !important
    }

    .mr-special-0,
    .mx-special-0 {
        margin-right: 0 !important
    }

    .mb-special-0,
    .my-special-0 {
        margin-bottom: 0 !important
    }

    .ml-special-0,
    .mx-special-0 {
        margin-left: 0 !important
    }

    .m-special-1 {
        margin: .25rem !important
    }

    .mt-special-1,
    .my-special-1 {
        margin-top: .25rem !important
    }

    .mr-special-1,
    .mx-special-1 {
        margin-right: .25rem !important
    }

    .mb-special-1,
    .my-special-1 {
        margin-bottom: .25rem !important
    }

    .ml-special-1,
    .mx-special-1 {
        margin-left: .25rem !important
    }

    .m-special-2 {
        margin: .5rem !important
    }

    .mt-special-2,
    .my-special-2 {
        margin-top: .5rem !important
    }

    .mr-special-2,
    .mx-special-2 {
        margin-right: .5rem !important
    }

    .mb-special-2,
    .my-special-2 {
        margin-bottom: .5rem !important
    }

    .ml-special-2,
    .mx-special-2 {
        margin-left: .5rem !important
    }

    .m-special-3 {
        margin: 1rem !important
    }

    .mt-special-3,
    .my-special-3 {
        margin-top: 1rem !important
    }

    .mr-special-3,
    .mx-special-3 {
        margin-right: 1rem !important
    }

    .mb-special-3,
    .my-special-3 {
        margin-bottom: 1rem !important
    }

    .ml-special-3,
    .mx-special-3 {
        margin-left: 1rem !important
    }

    .m-special-4 {
        margin: 1.5rem !important
    }

    .mt-special-4,
    .my-special-4 {
        margin-top: 1.5rem !important
    }

    .mr-special-4,
    .mx-special-4 {
        margin-right: 1.5rem !important
    }

    .mb-special-4,
    .my-special-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-special-4,
    .mx-special-4 {
        margin-left: 1.5rem !important
    }

    .m-special-5 {
        margin: 3rem !important
    }

    .mt-special-5,
    .my-special-5 {
        margin-top: 3rem !important
    }

    .mr-special-5,
    .mx-special-5 {
        margin-right: 3rem !important
    }

    .mb-special-5,
    .my-special-5 {
        margin-bottom: 3rem !important
    }

    .ml-special-5,
    .mx-special-5 {
        margin-left: 3rem !important
    }

    .p-special-0 {
        padding: 0 !important
    }

    .pt-special-0,
    .py-special-0 {
        padding-top: 0 !important
    }

    .pr-special-0,
    .px-special-0 {
        padding-right: 0 !important
    }

    .pb-special-0,
    .py-special-0 {
        padding-bottom: 0 !important
    }

    .pl-special-0,
    .px-special-0 {
        padding-left: 0 !important
    }

    .p-special-1 {
        padding: .25rem !important
    }

    .pt-special-1,
    .py-special-1 {
        padding-top: .25rem !important
    }

    .pr-special-1,
    .px-special-1 {
        padding-right: .25rem !important
    }

    .pb-special-1,
    .py-special-1 {
        padding-bottom: .25rem !important
    }

    .pl-special-1,
    .px-special-1 {
        padding-left: .25rem !important
    }

    .p-special-2 {
        padding: .5rem !important
    }

    .pt-special-2,
    .py-special-2 {
        padding-top: .5rem !important
    }

    .pr-special-2,
    .px-special-2 {
        padding-right: .5rem !important
    }

    .pb-special-2,
    .py-special-2 {
        padding-bottom: .5rem !important
    }

    .pl-special-2,
    .px-special-2 {
        padding-left: .5rem !important
    }

    .p-special-3 {
        padding: 1rem !important
    }

    .pt-special-3,
    .py-special-3 {
        padding-top: 1rem !important
    }

    .pr-special-3,
    .px-special-3 {
        padding-right: 1rem !important
    }

    .pb-special-3,
    .py-special-3 {
        padding-bottom: 1rem !important
    }

    .pl-special-3,
    .px-special-3 {
        padding-left: 1rem !important
    }

    .p-special-4 {
        padding: 1.5rem !important
    }

    .pt-special-4,
    .py-special-4 {
        padding-top: 1.5rem !important
    }

    .pr-special-4,
    .px-special-4 {
        padding-right: 1.5rem !important
    }

    .pb-special-4,
    .py-special-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-special-4,
    .px-special-4 {
        padding-left: 1.5rem !important
    }

    .p-special-5 {
        padding: 3rem !important
    }

    .pt-special-5,
    .py-special-5 {
        padding-top: 3rem !important
    }

    .pr-special-5,
    .px-special-5 {
        padding-right: 3rem !important
    }

    .pb-special-5,
    .py-special-5 {
        padding-bottom: 3rem !important
    }

    .pl-special-5,
    .px-special-5 {
        padding-left: 3rem !important
    }

    .m-special-n1 {
        margin: -.25rem !important
    }

    .mt-special-n1,
    .my-special-n1 {
        margin-top: -.25rem !important
    }

    .mr-special-n1,
    .mx-special-n1 {
        margin-right: -.25rem !important
    }

    .mb-special-n1,
    .my-special-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-special-n1,
    .mx-special-n1 {
        margin-left: -.25rem !important
    }

    .m-special-n2 {
        margin: -.5rem !important
    }

    .mt-special-n2,
    .my-special-n2 {
        margin-top: -.5rem !important
    }

    .mr-special-n2,
    .mx-special-n2 {
        margin-right: -.5rem !important
    }

    .mb-special-n2,
    .my-special-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-special-n2,
    .mx-special-n2 {
        margin-left: -.5rem !important
    }

    .m-special-n3 {
        margin: -1rem !important
    }

    .mt-special-n3,
    .my-special-n3 {
        margin-top: -1rem !important
    }

    .mr-special-n3,
    .mx-special-n3 {
        margin-right: -1rem !important
    }

    .mb-special-n3,
    .my-special-n3 {
        margin-bottom: -1rem !important
    }

    .ml-special-n3,
    .mx-special-n3 {
        margin-left: -1rem !important
    }

    .m-special-n4 {
        margin: -1.5rem !important
    }

    .mt-special-n4,
    .my-special-n4 {
        margin-top: -1.5rem !important
    }

    .mr-special-n4,
    .mx-special-n4 {
        margin-right: -1.5rem !important
    }

    .mb-special-n4,
    .my-special-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-special-n4,
    .mx-special-n4 {
        margin-left: -1.5rem !important
    }

    .m-special-n5 {
        margin: -3rem !important
    }

    .mt-special-n5,
    .my-special-n5 {
        margin-top: -3rem !important
    }

    .mr-special-n5,
    .mx-special-n5 {
        margin-right: -3rem !important
    }

    .mb-special-n5,
    .my-special-n5 {
        margin-bottom: -3rem !important
    }

    .ml-special-n5,
    .mx-special-n5 {
        margin-left: -3rem !important
    }

    .m-special-auto {
        margin: auto !important
    }

    .mt-special-auto,
    .my-special-auto {
        margin-top: auto !important
    }

    .mr-special-auto,
    .mx-special-auto {
        margin-right: auto !important
    }

    .mb-special-auto,
    .my-special-auto {
        margin-bottom: auto !important
    }

    .ml-special-auto,
    .mx-special-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1500px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1692px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-center {
        text-align: center !important
    }
}

@media (min-width:1920px) {
    .text-xxxxl-left {
        text-align: left !important
    }

    .text-xxxxl-right {
        text-align: right !important
    }

    .text-xxxxl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .text-special-left {
        text-align: left !important
    }

    .text-special-right {
        text-align: right !important
    }

    .text-special-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,
.loader {
    color: #241600 !important
}

a.text-primary:hover,
a.loader:hover,
a.text-primary:focus,
a.loader:focus {
    color: black !important
}

.text-secondary {
    color: #8c8600 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #403d00 !important
}

.text-success {
    color: #b7b000 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #6b6600 !important
}

.text-info {
    color: #008eb7 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #00536b !important
}

.text-warning {
    color: #deb100 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #927400 !important
}

.text-danger {
    color: #b70000 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #6b0000 !important
}

.text-light {
    color: #f9f9f9 !important
}

a.text-light:hover,
a.text-light:focus {
    color: lightgrey !important
}

.text-dark {
    color: #4a545b !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #282d31 !important
}

.text-body {
    color: #241600 !important
}

.text-muted {
    color: #798490 !important
}

.text-black-50 {
    color: rgb(0 0 0 / .5) !important
}

.text-white-50 {
    color: rgb(255 255 255 / .5) !important
}

.text-hide {
    font: 0/0 a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    -ms-word-break: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container,
    .cms-section .boxed {
        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 th,
    .table-bordered td {
        border: 1px solid #bcc1c7 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #bfbab4
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #bfbab4
    }
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: -ms-transform 0s, opacity 0s;
    -webkit-transition: -webkit-transform 0s, opacity 0s;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: -ms-transform 0s, opacity 0s;
    -moz-transition: -webkit-transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: -ms-transform 0s, opacity 0s;
    transition: -webkit-transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714286%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.flatpickr-calendar {
    background: #fff0;
    background: #fff;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgb(0 0 0 / .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgb(0 0 0 / .08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid #fff0;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: #fff0;
    color: rgb(0 0 0 / .9);
    fill: rgb(0 0 0 / .9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgb(0 0 0 / .9);
    fill: rgb(0 0 0 / .9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgb(57 57 57 / .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgb(0 0 0 / .1)
}

.numInputWrapper span:active {
    background: rgb(0 0 0 / .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid #fff0;
    border-right: 4px solid #fff0;
    border-bottom: 4px solid rgb(57 57 57 / .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid #fff0;
    border-right: 4px solid #fff0;
    border-top: 4px solid rgb(57 57 57 / .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgb(0 0 0 / .5)
}

.numInputWrapper:hover {
    background: rgb(0 0 0 / .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    line-height: 1;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgb(0 0 0 / .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgb(0 0 0 / .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgb(0 0 0 / .9)
}

.flatpickr-current-month input.cur-year {
    background: #fff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgb(0 0 0 / .5);
    background: #fff0;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #fff0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgb(0 0 0 / .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #fff0;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: #fff0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: #fff0;
    color: rgb(0 0 0 / .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid #fff0;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgb(57 57 57 / .3);
    background: #fff0;
    border-color: #fff0;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgb(57 57 57 / .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgb(57 57 57 / .3);
    background: #fff0;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html.no-scroll {
    position: relative;
    overflow: hidden
}

html::before {
    position: absolute;
    top: -100%;
    font-size: 0
}

@media (max-width:575.98px) {
    html::before {
        content: "xs"
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    html::before {
        content: "sm"
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    html::before {
        content: "md"
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    html::before {
        content: "lg"
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    html::before {
        content: "xl"
    }
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

html.is-ie .input-group-append .icon {
    display: block
}

html.is-ie .input-group-append svg {
    top: 0;
    vertical-align: auto
}

html.is-ie .cart-item-row .cart-item-quantity {
    z-index: 1
}

html.is-ie .product-image-wrapper {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

html.is-ie .product-image-link {
    display: block
}

html.is-ie .product-image {
    margin: auto
}

.alert-has-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.alert-has-icon .alert-content-container {
    padding-left: 1rem
}

.alert-list {
    padding-left: 20px;
    margin-bottom: 0
}

.card-title {
    color: #241600;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2
}

.card-col {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.card-col .card {
    width: 100%
}

.card-col .card-body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-actions {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: auto
}

.category-navigation {
    list-style: none;
    margin: 0;
    padding-left: 20px
}

.category-navigation.level-0>.category-navigation-entry {
    border-bottom: 1px solid #bfbab4
}

.category-navigation.level-0 {
    padding-left: 0;
    font-size: 16px
}

.category-navigation.level-1 {
    font-size: 14px
}

.category-navigation.level-2 {
    font-size: 12px
}

.category-navigation-entry {
    margin: 0;
    padding: 0
}

.category-navigation-link {
    display: block;
    padding: 8px 20px;
    font-weight: 400;
    color: #241600
}

.category-navigation-link:hover {
    text-decoration: none
}

.category-navigation-link.is-active {
    color: #241600;
    font-weight: 700
}

.category-navigation-link.in-path {
    font-weight: 700
}

.modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
    transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear
}

.modal-backdrop.modal-backdrop-open {
    opacity: 1
}

.modal-backdrop>.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem
}

.base-slider {
    position: relative
}

.base-slider .tns-nav,
.base-slider .base-slider-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 10px 0
}

.base-slider .tns-nav .base-slider-dot,
.base-slider .base-slider-dots .base-slider-dot,
.base-slider .tns-nav button,
.base-slider .base-slider-dots button {
    background-color: #bcc1c7;
    border: 0;
    height: 8px;
    width: 8px;
    padding: 8px;
    border-radius: 50%;
    margin: 0 8px
}

.base-slider .tns-nav .base-slider-dot:hover,
.base-slider .base-slider-dots .base-slider-dot:hover,
.base-slider .tns-nav button:hover,
.base-slider .base-slider-dots button:hover,
.base-slider .tns-nav .base-slider-dot.tns-nav-active,
.base-slider .base-slider-dots .base-slider-dot.tns-nav-active,
.base-slider .tns-nav button.tns-nav-active,
.base-slider .base-slider-dots button.tns-nav-active {
    background-color: #798490
}

.base-slider .tns-nav .base-slider-dot:focus,
.base-slider .base-slider-dots .base-slider-dot:focus,
.base-slider .tns-nav button:focus,
.base-slider .base-slider-dots button:focus {
    outline: none
}

.base-slider.has-dots-outside {
    margin-bottom: 35px
}

.base-slider.has-dots-outside .tns-nav,
.base-slider.has-dots-outside .base-slider-dots {
    bottom: auto
}

.base-slider.has-nav-outside {
    padding-left: 25px;
    padding-right: 25px
}

.base-slider-controls {
    margin-bottom: 0
}

.base-slider-controls-prev,
.base-slider-controls-next {
    display: block;
    width: 30px;
    height: 65px;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #798490;
    background: rgb(255 255 255 / .5);
    border: 1px solid rgb(255 255 255 / .5);
    line-height: 68px;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    cursor: pointer;
    padding: 0
}

.base-slider-controls-prev:hover,
.base-slider-controls-next:hover {
    border-color: rgb(36 22 0 / .5);
    color: #241600;
    opacity: 1
}

.base-slider-controls-prev.is-nav-prev-outside,
.base-slider-controls-next.is-nav-prev-outside,
.base-slider-controls-prev.is-nav-next-outside,
.base-slider-controls-next.is-nav-next-outside {
    border: 0;
    background: none
}

.base-slider-controls-prev[disabled],
.base-slider-controls-next[disabled] {
    opacity: .2;
    cursor: default
}

.base-slider-controls-prev {
    border-radius: 0 3px 3px 0
}

.base-slider-controls-next {
    border-radius: 3px 0 0 3px
}

@media (min-width:768px) {

    .base-slider .tns-nav .base-slider-dot,
    .base-slider .base-slider-dots .base-slider-dot,
    .base-slider .tns-nav button,
    .base-slider .base-slider-dots button {
        margin: 0 5px
    }

    .base-slider .tns-nav.hide-dots,
    .base-slider .base-slider-dots.hide-dots {
        display: none
    }
}

@media (max-width:767.98px) {

    .base-slider .tns-nav,
    .base-slider .base-slider-dots {
        width: 55%
    }

    .base-slider .tns-nav.hide-dots,
    .base-slider .base-slider-dots.hide-dots,
    .base-slider .tns-nav.hide-dots-mobile,
    .base-slider .base-slider-dots.hide-dots-mobile {
        display: none
    }
}

.image-slider-container {
    position: relative;
    height: 100%
}

.image-slider-container .image-slider-image {
    display: block;
    width: 100%
}

.image-slider-container .image-slider-item {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    position: relative
}

.image-slider-container .image-slider-item.is-not-first {
    display: none
}

.image-slider-container .image-slider-item.is-cover {
    height: 100%
}

.image-slider-container .image-slider-item.is-cover .image-slider-image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.image-slider-container .image-slider-link {
    display: block
}

.js-slider-initialized .image-slider-item.is-not-first {
    display: block
}

.image-slider-controls-prev.is-nav-prev-inside {
    left: 0
}

.image-slider-controls-prev.is-nav-prev-outside {
    left: -15px
}

.image-slider-controls-next.is-nav-next-inside {
    right: 0
}

.image-slider-controls-next.is-nav-next-outside {
    right: -15px
}

@media (min-width:768px) {
    .image-slider-controls-prev.is-nav-prev-outside {
        left: -5px
    }

    .image-slider-controls-next.is-nav-next-outside {
        right: -5px
    }
}

.product-slider.has-border {
    border: 1px solid #bfbab4;
    border-radius: 3px
}

.product-slider.has-border {
    padding: 25px
}

.product-slider.has-nav {
    padding-left: 20px;
    padding-right: 20px
}

.product-slider.has-border.has-nav {
    padding-left: 40px;
    padding-right: 40px
}

.product-slider-container {
    padding-bottom: 1px
}

.product-slider-controls-prev,
.product-slider-controls-next {
    border: 0;
    background: none
}

.product-slider-controls-prev {
    left: -10px
}

.product-slider-controls-prev.has-border {
    left: 0
}

.product-slider-controls-next {
    right: -10px
}

.product-slider-controls-next.has-border {
    right: 0
}

.gallery-slider {
    width: 99.9%
}

.gallery-slider-row {
    margin-bottom: 1rem
}

.gallery-slider-row.is-loading {
    height: 430px;
    overflow: hidden
}

.gallery-slider-row.is-single-image {
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-slider-single-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-slider-container {
    position: relative;
    height: 100%
}

.gallery-slider-container .gallery-slider-image {
    display: block
}

.gallery-slider-item,
.gallery-slider-single-image {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: default;
    display: block;
    height: 100%;
    max-width: 100%
}

.gallery-slider-item.is-cover,
.gallery-slider-single-image.is-cover,
.gallery-slider-item.is-contain,
.gallery-slider-single-image.is-contain {
    height: 100%
}

.gallery-slider-item.is-cover .gallery-slider-image,
.gallery-slider-single-image.is-cover .gallery-slider-image,
.gallery-slider-item.is-contain .gallery-slider-image,
.gallery-slider-single-image.is-contain .gallery-slider-image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto
}

.gallery-slider-item.is-cover .gallery-slider-image,
.gallery-slider-single-image.is-cover .gallery-slider-image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%
}

.gallery-slider-item.is-contain .gallery-slider-image,
.gallery-slider-single-image.is-contain .gallery-slider-image {
    margin: auto;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.gallery-slider-controls-prev {
    left: 0
}

.gallery-slider-controls-prev.is-nav-prev-outside {
    left: -10px
}

.gallery-slider-controls-next {
    right: 0
}

.gallery-slider-controls-next.is-nav-next-outside {
    right: -10px
}

.gallery-slider-thumbnails-container {
    position: relative
}

.gallery-slider-thumbnails-container .tns-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-slider-thumbnails-container.hide-thumbs {
    display: none
}

.gallery-slider-thumbnails-col.is-left {
    padding-right: 0
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
    top: -30px
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
    bottom: -20px;
    top: auto
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev,
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
    background: none;
    height: 30px;
    width: 65px;
    line-height: normal
}

.gallery-slider-modal-controls {
    z-index: 10
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
    left: 0
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
    right: 0
}

.gallery-slider-thumbnails.is-underneath {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 1rem
}

.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
    width: auto
}

.gallery-slider-thumbnails-item {
    cursor: pointer;
    height: 75px;
    width: 75px
}

.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
    border-color: #241600
}

.gallery-slider-thumbnails-item-inner {
    border: 1px solid #bfbab4;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    padding: .25rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-slider-thumbnails-image,
.gallery-slider-image {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 100%;
    max-width: 100%
}

.gallery-slider-thumbnails-controls {
    display: none;
    margin: 0
}

@media (max-width:575.98px) {

    .gallery-slider-item.is-cover,
    .gallery-slider-item.is-contain {
        min-height: 225px !important
    }
}

@media (max-width:767.98px) {

    .gallery-slider-single-image.is-cover,
    .gallery-slider-single-image.is-contain {
        min-height: 225px !important
    }
}

@media (min-width:768px) {
    .gallery-slider-row {
        -ms-flex-pack: center;
        justify-content: center
    }

    .gallery-slider-thumbnails-controls {
        display: block
    }

    .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
        margin-bottom: 0 !important;
        padding-bottom: 10px
    }
}

.magnifier-overlay,
.magnifier-zoom-image {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0;
    -webkit-animation: magnifyLensFade .5s forwards;
    animation: magnifyLensFade .5s forwards;
    pointer-events: none;
    z-index: 1100
}

.magnifier-overlay {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    position: absolute;
    background: rgb(255 255 255 / .4);
    border: 1px solid #bfbab4
}

.magnifier-zoom-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 0;
    left: 0
}

@-webkit-keyframes magnifyLensFade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes magnifyLensFade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.zoom-modal-wrapper {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden
}

.modal.zoom-modal {
    overflow: hidden
}

.modal.zoom-modal .zoom-modal-actions,
.modal.zoom-modal .modal-close {
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 1051;
    margin: 15px
}

.modal.zoom-modal .zoom-modal-actions {
    left: 0
}

.modal.zoom-modal .modal-close {
    right: 0
}

.modal.zoom-modal .modal-dialog .modal-content,
.modal.zoom-modal .modal-dialog .modal-body {
    padding: 0;
    overflow: hidden
}

.modal.zoom-modal .modal-footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 1rem;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.modal.zoom-modal .gallery-slider {
    top: 0;
    bottom: 0;
    position: absolute;
    height: auto;
    width: 100%
}

.modal.zoom-modal .gallery-slider-thumbnails {
    margin: 0 auto
}

.modal.zoom-modal .gallery-slider-controls-next {
    right: 0
}

.modal.zoom-modal .gallery-slider-controls-prev {
    left: 0
}

.modal.zoom-modal .gallery-slider-thumbnails-item {
    width: auto
}

.modal.zoom-modal .image-zoom-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.modal.zoom-modal .image-zoom-container>* {
    position: relative
}

.modal.zoom-modal .image-zoom-btn.disabled {
    opacity: .3
}

@media (min-width:768px) {
    .modal.zoom-modal .gallery-slider {
        bottom: 100px
    }

    .modal.zoom-modal .modal-footer {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

.offcanvas {
    background: #fff;
    height: 100%;
    width: 90%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
    transition: all .45s cubic-bezier(.3, 0, .15, 1);
    z-index: 1050
}

.offcanvas.is-left {
    left: 0;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.is-left .offcanvas-close {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.offcanvas.is-right {
    right: 0;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas.is-open {
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.offcanvas.is-fullwidth {
    width: 100%
}

.offcanvas.is-bottom {
    bottom: 0;
    top: auto;
    height: 90%;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.is-bottom .offcanvas-close {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0;
    padding: 0
}

.offcanvas .offcanvas-header {
    padding: 1rem 20px;
    background-color: #fff
}

.offcanvas .offcanvas-header .offcanvas-title {
    font-size: 24px;
    font-weight: 700
}

.offcanvas .offcanvas-footer {
    bottom: 0;
    top: auto
}

.offcanvas .offcanvas-close {
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: left
}

.offcanvas .offcanvas-close:focus {
    box-shadow: none
}

.offcanvas .offcanvas-close,
.offcanvas .offcanvas-close .icon {
    color: #798490
}

.offcanvas>.loader,
.offcanvas .offcanvas-content-container>.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem
}

.offcanvas .offcanvas-content-container {
    padding: 20px;
    width: 100%
}

@media (min-width:576px) {
    .offcanvas {
        width: auto
    }

    .offcanvas .offcanvas-content-container {
        width: 400px
    }
}

.product-box {
    height: 100%
}

.product-variant-characteristics {
    min-height: 3em
}

.product-variant-characteristics .product-variant-characteristics-text {
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 3em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
    max-width: 95%;
    font-size: .75rem
}

.product-variant-characteristics .product-variant-characteristics-text::before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0
}

.product-variant-characteristics .product-variant-characteristics-text::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background: #fff
}

.product-variant-characteristics .product-variant-characteristics-option {
    font-weight: 700
}

.product-image-wrapper {
    height: 200px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    margin-bottom: 15px;
    position: relative
}

.product-image-link {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-image-link.is-cover {
    -ms-flex-align: start;
    align-items: flex-start
}

.product-image {
    display: block;
    max-width: 100%;
    max-height: 200px
}

.product-image.is-cover,
.product-image.is-contain {
    width: 100%;
    height: 100%
}

.product-image.is-cover {
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.product-image.is-contain {
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.product-image-placeholder {
    max-width: 180px;
    height: 100%
}

.product-rating {
    margin-bottom: 10px;
    height: 25px
}

.product-name {
    color: #241600;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 44px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-name:hover {
    color: var(--text-color-brand-primary);
    text-decoration: none
}

.product-description {
    height: 54px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.product-price-info {
    margin-top: 10px
}

.product-price-info .product-advanced-list-price-wrapper {
    font-weight: 400
}

.product-price-unit {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden
}

.product-unit-label {
    font-weight: 700
}

.product-price {
    color: #241600;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden
}

.product-price.with-list-price {
    color: #e52427
}

.product-price .list-price {
    color: #241600;
    font-weight: 400;
    padding-left: 5px;
    font-size: 12px;
    text-decoration: line-through
}

.product-price .list-price-no-line-through {
    text-decoration: none
}

.product-price .strikeprice-text {
    color: #241600;
    font-weight: 400;
    padding-left: 5px;
    font-size: 12px
}

.product-action {
    margin-top: 20px
}

.product-badges {
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 10
}

.product-badges .badge {
    padding: 0 8px;
    height: 32px;
    margin: 0 0 8px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    border-radius: 0 3px 3px 0;
    border-color: #fff0;
    font-size: 18px;
    letter-spacing: 0
}

.product-box.box-image .product-image-wrapper {
    height: 332px
}

.product-box.box-image .product-image {
    max-height: 332px
}

.product-box.box-image .product-image.is-standard {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.has-element-loader {
    z-index: 15;
    pointer-events: none;
    position: relative
}

.element-loader-backdrop {
    opacity: 0;
    -webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
    transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(255 255 255 / .5);
    box-shadow: 0 0 11px 7px rgb(255 255 255 / .5);
    z-index: 15
}

.element-loader-backdrop.element-loader-backdrop-open {
    opacity: 1
}

.element-loader-backdrop>.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem
}

@-webkit-keyframes skeletonShimmer {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}

@keyframes skeletonShimmer {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}

.has-element-loader .cms-element-product-listing .product-badges,
.has-element-loader .cms-element-product-listing .product-image-link,
.has-element-loader .cms-element-product-listing .product-review-rating {
    display: none
}

.has-element-loader .cms-element-product-listing .product-image-wrapper,
.has-element-loader .cms-element-product-listing .product-rating,
.has-element-loader .cms-element-product-listing .product-name,
.has-element-loader .cms-element-product-listing .product-variant-characteristics,
.has-element-loader .cms-element-product-listing .product-description,
.has-element-loader .cms-element-product-listing .product-price-unit,
.has-element-loader .cms-element-product-listing .product-price {
    border-radius: 3px;
    color: #fff0;
    -webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
    animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
    background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
    background-size: 800px 100px
}

.has-element-loader .cms-element-product-listing .product-rating {
    width: 50%
}

.has-element-loader .cms-element-product-listing .product-name {
    width: 75%
}

.has-element-loader .cms-element-product-listing .product-price {
    width: 35%
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
    border-radius: 3px;
    color: #fff0;
    -webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
    animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
    background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
    background-size: 800px 100px
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
    display: none
}

.has-element-loader .cms-element-product-listing .product-variant-characteristics-text,
.has-element-loader .cms-element-product-listing .product-wishlist-remove {
    display: none
}

.modal .modal-header.only-close {
    border-bottom-color: #fff0
}

.modal .modal-close:focus {
    outline: 0
}

.language-flag {
    display: inline-block;
    height: 12px;
    width: 16px;
    border: 1px solid #adb5bd;
    margin-top: 1px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat
}

.language-flag.country-de {
    background-image: linear-gradient(to bottom, #000 33%, #d00 33%, #d00 66%, #ffce00 66%)
}

.language-flag.country-en {
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\' width=\'640\' height=\'480\'%3E%3Cdefs%3E%3CclipPath id=\'a\'%3E%3Cpath d=\'M-85 0h682v512H-85z\'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=\'url%28%23a%29\' transform=\'translate%2880%29 scale%28.94%29\'%3E%3Cpath fill=\'%23006\' d=\'M-256 0H768v512H-256z\'%2F%3E%3Cpath fill=\'%23fff\' d=\'M-256 0v57l910 455h114v-57L-141 0h-115zM768 0v57l-909 455h-115v-57L654 0h114z\'%2F%3E%3Cpath fill=\'%23fff\' d=\'M171 0v512h170V0H171zm-427 171v170H768V171H-256z\'%2F%3E%3Cpath fill=\'%23c00\' d=\'M-256 205v102H768V205H-256zM205 0v512h102V0H205zm-461 512L85 341h77l-342 171h-76zm0-512L85 171H9L-256 38V0zm606 171L692 0h76L427 171h-77zm418 341L427 341h76l265 133v38z\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.language-flag.country-bs {
    background-size: 150%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI4MDAiIGhlaWdodD0iNDAwIiB2aWV3Qm94PSIwIDAgMTYgOCI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjgiIGZpbGw9IiMwMDIzOTUiLz48cGF0aCBkPSJtNC4yNCwwaDh2OHoiIGZpbGw9IiNmZWNiMDAiLz48ZyBpZD0iZyI+PHBhdGggZD0iTTIuMzUzMjgzLDAuNTI0ODUyOSAyLjgsLTAuODUgMy4yNDY3MTcsMC41MjQ4NTMgMi4wNzcxOTcsLTAuMzI0ODUzSDMuNTIyODAzeiIgZmlsbD0iI2ZmZiIgaWQ9InMiLz48dXNlIHhsaW5rOmhyZWY9IiNzIiB4PSIxIiB5PSIxIi8+PHVzZSB4bGluazpocmVmPSIjcyIgeD0iMiIgeT0iMiIvPjwvZz48dXNlIHhsaW5rOmhyZWY9IiNnIiB4PSIzIiB5PSIzIi8+PHVzZSB4bGluazpocmVmPSIjZyIgeD0iNiIgeT0iNiIvPjwvc3ZnPgo=)
}

.language-flag.country-cs {
    background-size: 110%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDAiIGhlaWdodD0iNjAwIj4NCgk8cmVjdCB3aWR0aD0iOTAwIiBoZWlnaHQ9IjYwMCIgZmlsbD0iI2Q3MTQxYSIvPg0KCTxyZWN0IHdpZHRoPSI5MDAiIGhlaWdodD0iMzAwIiBmaWxsPSIjZmZmIi8+DQoJPHBhdGggZD0iTSA0NTAsMzAwIDAsMCBWIDYwMCB6IiBmaWxsPSIjMTE0NTdlIi8+DQo8L3N2Zz4=)
}

.language-flag.country-da {
    background-size: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM3IDI4Ij48cGF0aCBmaWxsPSIjYzYwYzMwIiBkPSJNMCwwSDM3VjI4SDBaIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAsMTJIMTJWMEgxNlYxMkgzN1YxNkgxNlYyOEgxMlYxNkgwWiIvPjwvc3ZnPg==)
}

.language-flag.country-nl {
    background-image: linear-gradient(to bottom, #d00 33%, #fff 33%, #fff 66%, #21468b 66%)
}

.language-flag.country-fr {
    background-image: linear-gradient(to right, #21468b 33%, #fff 33%, #fff 66%, #d00 66%)
}

.language-flag.country-id {
    background-image: linear-gradient(to bottom, #d00 50%, #fff 50%)
}

.language-flag.country-it {
    background-image: linear-gradient(to right, #009246 33%, #fff 33%, #fff 66%, #d00 66%)
}

.language-flag.country-lv {
    background-image: linear-gradient(to bottom, #900 40%, #fff 40%, #fff 60%, #900 60%)
}

.language-flag.country-pl {
    background-image: linear-gradient(to bottom, #fff 50%, #d00 50%)
}

.language-flag.country-pt {
    background-size: 110%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NDQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI2MDAiIGhlaWdodD0iNDAwIj4NDQo8cmVjdCB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQwMCIgZmlsbD0iI2YwMCIvPg0NCjxyZWN0IHdpZHRoPSIyNDAiIGhlaWdodD0iNDAwIiBmaWxsPSIjMDYwIi8+DQ0KPGcgZmlsbD0iI2ZmMCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMC41NzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+DQo8cGF0aCBkPSJtMzE4LjI0LDI2Mi4wNGMtMzAuMjEtMC45MS0xNjguNzQtODcuMzgtMTY5LjY5LTEwMS4xNWw3LjY0OTYtMTIuNzU3YzEzLjc0MSwxOS45NjYsMTU1LjM2LDEwNC4wNiwxNjkuMjcsMTAxLjA4bC03LjIyOTksMTIuODIzIi8+DQ0KPHBhdGggZD0ibTE1NC41OSwxNDYuNGMtMi43MTAxLDcuMjkzNywzNi4xNDksMzEuMzE4LDgyLjkwMyw1OS43NTQsNDYuNzUyLDI4LjQzNCw4Ny4wNjUsNDYuMDA2LDkwLjA1Myw0My40ODYsMC4xODI1Ni0wLjMyNTQ0LDEuNDcwMS0yLjU0MDksMS4zNTItMi41MjMyLTAuNTYwMDEsMC44NDQwMi0xLjkyMzQsMS4xMTA0LTQuMDUwNiwwLjQ5NzQxLTEyLjYzMS0zLjY0MzMtNDUuNTc1LTE4Ljc2NS04Ni4zNzQtNDMuNTA2LTQwLjc5OC0yNC43NDMtNzYuMjk0LTQ3LjU0NC04MS44MTEtNTcuMjMyLTAuMzgzNjMtMC42NzExNi0wLjY1NzAyLTEuODk2Mi0wLjYwMTQ2LTIuODQ4N2wtMC4xMzQwNS0wLjAwMi0xLjE3NDcsMi4wNTMyLTAuMTYxMzksMC4zMjE5MWgtMC4wMDA4OHptMTY0LjM2LDExNi4wNGMtMC41MTIzOCwwLjkyOTU3LTEuNDY3NSwwLjk2MDQ0LTMuMjgxNiwwLjc2MTEyLTExLjMtMS4yNTA2LTQ1LjU4OS0xNy45MjUtODYuMTYyLTQyLjIxMy00Ny4yMS0yOC4yNi04Ni4yLTU0LjAxLTgxLjk3LTYwLjc0bDEuMTUwOS0yLjAzNDYsMC4yMjY2NSwwLjA3MDZjLTMuODAzNywxMS40MDUsNzYuOTQ4LDU3LjU3OCw4MS43MDIsNjAuNTIyLDQ2LjcyNCwyOC45NDcsODYuMTE1LDQ1Ljg1MSw4OS42MDEsNDEuNDU4bC0xLjI2ODIsMi4xODF2LTAuMDAyeiIvPg0NCjxwYXRoIGQ9Im0yNDAuMTcsMTY5LjIzYzMwLjIzNy0wLjIzOTAxLDY3LjU1LTQuMTMxOSw4OS4wMjMtMTIuNjlsLTQuNjI2NS03LjUxNjhjLTEyLjY5Miw3LjAyNDctNTAuMjEsMTEuNjQ0LTg0LjY1MiwxMi4zMzUtNDAuNzM2LTAuMzc0ODMtNjkuNDktNC4xNjgxLTgzLjg5Ny0xMy44MzVsLTQuMzY3Miw4LjAwNDVjMjYuNDg0LDExLjIwNyw1My42MjMsMTMuNTg3LDg4LjUyLDEzLjcwMyIvPg0NCjxwYXRoIGQ9Im0zMzAuNDQsMTU2LjcxYy0wLjczOTA0LDEuMTgxOC0xNC43NDMsNi4wMTEzLTM1LjM3Myw5LjU3NTMtMTMuOTg4LDIuMTMyNS0zMi4yMzQsMy45NTU1LTU1LjAwNCwzLjk3NzYtMjEuNjMzLDAuMDIwMy0zOS4zMDUtMS41MTk2LTUyLjY4NC0zLjMzMjktMjEuNjU2LTMuMzk1NS0zMi44MzMtOC4xMjAxLTM2Ljk2NS05Ljc4OTYsMC4zOTUwOS0wLjc4NTgxLDAuNjQ5MDgtMS4zMzcsMS4wMzAxLTIuMDcwOCwxMS44OTUsNC43MzYsMjMuMTI0LDcuNTkxOCwzNi4yNzksOS42MTU4LDEzLjI5MSwxLjgsMzAuNzUsMy4zNjIsNTIuMjc2LDMuMzQxNywyMi42NjQtMC4wMjI5LDQwLjcwOS0xLjk4NDQsNTQuNjE2LTQuMDUzNCwyMS4xNTUtMy40MTIyLDMyLjcxMS03LjgwMzQsMzQuMzM0LTkuODQyNWwxLjQ5NCwyLjU3ODhoLTAuMDAyem0tNC4wNjAzLTcuNjIyNmMtMi4yOTMsMS44NDE1LTEzLjcxOCw1Ljg5MzItMzMuODE5LDkuMTAzNC0xMy40MTUsMS45MjI2LTMwLjQ3MiwzLjY0MzMtNTIuMjY1LDMuNjY0NS0yMC43MDQsMC4wMjAzLTM3LjYxOS0xLjM3NS01MC40ODUtMy4yNDkxLTIwLjQxNC0yLjY2NjEtMzEuMjc5LTcuNDc1NC0zNS4xOTYtOC44Nzc2LDAuMzg5OC0wLjY3MzgxLDAuNzg2NjYtMS4zNDIzLDEuMTk0MS0yLjAxMzUsMy4wNDc5LDEuNTM0NiwxMy41MzMsNS43OTA5LDM0LjIyNiw4LjcyMjQsMTIuNzIsMS44MDM2LDI5LjY2MSwzLjE0NzcsNTAuMjYyLDMuMTI2NSwyMS42OS0wLjAyMjEsMzguNTUzLTEuNzc2Miw1MS44ODMtMy42ODgzLDIwLjIwNS0yLjc3OTksMzEuMDc3LTcuOTQ3MiwzMi43MjgtOS4yNDFsMS40NzI4LDIuNDUwOXYwLjAwMnoiLz4NDQo8cGF0aCBkPSJtMTQwLjg4LDIwNS42NmMxOC41OTgsMTAuMDAzLDU5LjkwNSwxNS4wNDQsOTguOTk0LDE1LjM5MSwzNS41OTEsMC4wNTY0LDgxLjk1OC01LjUwMTYsOTkuMjk3LTE0LjY5bC0wLjQ3NzEyLTEwLjAxMmMtNS40MjQ2LDguNDc3My01NS4xMTMsMTYuNjA5LTk5LjIwNiwxNi4yNzYtNDQuMDkzLTAuMzMyNS04NS4wMzgtNy4xNDI5LTk4LjY4Ny0xNS45NTlsMC4wNzk0LDguOTkxNCIvPg0NCjxwYXRoIGQ9Im0zNDAuMTIsMjA0LjIyLDAuMDAwODgsMi4zODc0Yy0yLjYwNiwzLjExNTktMTguOTQ2LDcuODI1NS0zOS40MzcsMTEuMTQyLTE1LjU5NSwyLjM5MS0zNS45MjcsNC4xOTQ1LTYxLjI2Miw0LjE5NDUtMjQuMDY5LDAtNDMuMjYzLTEuNzE2My01OC4xNDgtNC4wMDE0LTIzLjUyOS0zLjQyNjQtMzguNTc5LTkuNDI2Mi00MS42LTExLjIxN2wwLjAxMzItMi43ODUyYzkuMDc0OCw2LjAzMzQsMzMuNjYxLDEwLjQ0Nyw0MS45MTcsMTEuNzk4LDE0Ljc4OCwyLjI3MDEsMzMuODY4LDMuOTczMiw1Ny44MTcsMy45NzMyLDI1LjIxNiwwLDQ1LjQzNC0xLjc5MTIsNjAuOTMxLTQuMTY2MywxNC43MDEtMi4xMjM3LDM1LjY0NC03LjY0NjUsMzkuNzY3LTExLjMyNGgwLjAwMDg4em0wLjAxLTguNDkyMiwwLjAwMDg4LDIuMzg3NGMtMi42MDYsMy4xMTQyLTE4Ljk0Niw3LjgyMzctMzkuNDM3LDExLjE0LTE1LjU5NSwyLjM5MS0zNS45MjcsNC4xOTQ1LTYxLjI2Miw0LjE5NDUtMjQuMDY5LDAtNDMuMjYzLTEuNzE0NS01OC4xNDgtNC4wMDE0LTIzLjUyOS0zLjQyNDYtMzguNTc5LTkuNDI0NS00MS42LTExLjIxNmwwLjAxMzItMi43ODUyYzkuMDc0OCw2LjAzMjUsMzMuNjYxLDEwLjQ0Nyw0MS45MTcsMTEuNzk2LDE0Ljc4OCwyLjI3MTksMzMuODY4LDMuOTc1OCw1Ny44MTcsMy45NzU4LDI1LjIxNiwwLDQ1LjQzNC0xLjc5MjEsNjAuOTMxLTQuMTY5LDE0LjcwMS0yLjEyMzcsMzUuNjQ0LTcuNjQ2NSwzOS43NjctMTEuMzI0bDAuMDAwODgsMC4wMDJ6Ii8+DQ0KPHBhdGggZD0ibTIzOS43OSwyNjAuMzJjLTQyLjc3Mi0wLjI1NDg5LTc5LjQyMS0xMS42NTktODcuMTYtMTMuNTQ0bDUuNjQzMyw4LjgzNDRjMTMuNjcsNS43NTAzLDQ5LjQyNCwxNC4zMiw4MS45MjcsMTMuMzcxLDMyLjUwNC0wLjk0ODA5LDYwLjkxLTMuNDY2LDgwLjkyOC0xMy4yMTFsNS43ODYyLTkuMTU1NWMtMTMuNjQyLDYuNDI1LTYwLjA2OCwxMy42MzktODcuMTI1LDEzLjcwNSIvPg0NCjxwYXRoIHN0cm9rZS13aWR0aD0iMC41NSIgZD0ibTMyMy4zLDI1My43MmMtMC44NTAxNiwxLjI5OTEtMS43MTcxLDIuNTgyMy0yLjU5NjMsMy44Mjk0LTkuNDQxNywzLjMyOTMtMjQuMzE5LDYuODI0NS0zMC41OTcsNy44NDQtMTIuODI0LDIuNjQyMy0zMi42NjUsNC41OTQtNTAuMjc0LDQuNjAyOS0zNy44OS0wLjU1NDc0LTY4LjkwNS03Ljk3MTktODMuNDk2LTE0LjI5OWwtMS4xNzczLTIuMDI0MSwwLjE5MjI1LTAuMzA0MjcsMS45OTY2LDAuNzc0MzVjMjUuOTQ4LDkuMjgzNCw1NS4wOTEsMTIuOTg3LDgyLjY5OCwxMy42NTIsMTcuNTM4LDAuMDYxNywzNS4wOTUtMi4wMSw0OS4yOTItNC41NDkxLDIxLjc3MS00LjM2MjEsMzAuNTc0LTcuNjUsMzMuMjc1LTkuMTQwNWwwLjY4NzAxLTAuMzg1NDFoLTAuMDAwODh6bTUuMDE3Mi04LjI3NTNjMC4wMjIsMC4wMjU2LDAuMDQ0MSwwLjA1MDMsMC4wNjUzLDAuMDc3Ni0wLjYzNTg1LDEuMDczMy0xLjI5MTEsMi4xNjUyLTEuOTYyMiwzLjI2MjMtNS4wMzU3LDEuOC0xOC43MDIsNS43OTg4LTM4LjY1OSw4LjU4OTMtMTMuMTQ5LDEuNzkxMi0yMS4zMjIsMy41MjYtNDcuNDc5LDQuMDM0LTQ5LjAxNS0xLjI0NzEtODAuNzUtMTAuODMxLTg4LjI4OS0xMy4xOTVsLTEuMTE3NC0yLjE0MzFjMjguNDA2LDcuNDE1NCw1Ny40MjIsMTIuNTkyLDg5LjQwOCwxMy4xMjEsMjMuOTMxLTAuNTA5NzYsMzQuMTEyLTIuMjcxOSw0Ny4xNTItNC4wNDk5LDIzLjI3MS0zLjYxODYsMzQuOTk2LTcuNDQ5OCwzOC41MTUtOC41NTU4LTAuMDQ0MS0wLjA2MzUtMC4wOTYxLTAuMTMwNTMtMC4xNTQzMy0wLjE5OTMybDIuNTIzMS0wLjk0MjgtMC4wMDIsMC4wMDJ6Ii8+DQ0KPHBhdGggZD0ibTMyOC44MywxOTcuNzZjMC4xMzg3MywyOC4xMzctMTQuMjYsNTMuMzg2LTI1Ljg1OCw2NC41MjUtMTYuNDA4LDE1Ljc1OS0zOC4xNjMsMjUuODk2LTYzLjU2OSwyNi4zNjMtMjguMzcsMC41MjExNy01NS4xMi0xNy45NzQtNjIuMjk1LTI2LjA5OS0xNC4wMjgtMTUuODg1LTI1LjQ0OS0zNi4wNTctMjUuODE1LTYzLjI0MywxLjczNzYtMzAuNzA5LDEzLjc5My01Mi4xLDMxLjI2OC02Ni43NjlzNDAuNzQzLTIxLjgxMyw2MC4xMjEtMjEuMzAyYzIyLjM1OCwwLjU5MDAzLDQ4LjQ3NSwxMS41NTgsNjYuNTIxLDMzLjMzMiwxMS44MjMsMTQuMjY2LDE2Ljk0MywyOS43NDgsMTkuNjI3LDUzLjE5M3ptLTg5LjE4Ni05Ni4zNDJjNTQuNDg1LDAsOTkuMjk2LDQ0LjMzOCw5OS4yOTYsOTguNzAzLDAsNTQuMzY0LTQ0LjgxMSw5OC43MDQtOTkuMjk2LDk4LjcwNHMtOTguOTI0LTQ0LjMzOS05OC45MjQtOTguNzA0LDQ0LjQzOS05OC43MDMsOTguOTI0LTk4LjcwMyIvPg0NCjxwYXRoIGQ9Im0yMzkuOTEsMTAxLjA4YzU0LjUzNCwwLDk5LjAxMSw0NC40ODMsOTkuMDExLDk5LjAyMiwwLDU0LjUzOC00NC40NzgsOTkuMDItOTkuMDExLDk5LjAyLTU0LjUzNCwwLTk5LjAxMS00NC40ODEtOTkuMDExLTk5LjAyczQ0LjQ3OC05OS4wMjIsOTkuMDExLTk5LjAyMnptLTk2LjgzMiw5OS4wMjI0YzAsNTMuMjYsNDMuNzM2LDk2Ljg0Miw5Ni44MzIsOTYuODQyLDUzLjA5NywwLDk2LjgzMy00My41ODIsOTYuODMzLTk2Ljg0MiwwLTUzLjI2Mi00My43MzctOTYuODQ0LTk2LjgzMy05Ni44NDRzLTk2LjgzMiw0My41ODQtOTYuODMyLDk2Ljg0NHoiLz4NDQo8cGF0aCBkPSJtMjM5Ljk5LDEwOS4zMWM0OS43MzEsMCw5MC42OTMsNDAuODIxLDkwLjY5Myw5MC43MDQsMCw0OS44ODQtNDAuOTYzLDkwLjcwMy05MC42OTMsOTAuNzAzcy05MC42OTMtNDAuODE5LTkwLjY5My05MC43MDNjMC00OS44ODMsNDAuOTY0LTkwLjcwNCw5MC42OTMtOTAuNzA0em0tODguNTE1LDkwLjcwMzRjMCw0OC42ODUsMzkuOTc5LDg4LjUyNCw4OC41MTUsODguNTI0czg4LjUxNS0zOS44MzksODguNTE1LTg4LjUyNGMwLTQ4LjY4Ni0zOS45NzgtODguNTI1LTg4LjUxNS04OC41MjUtNDguNTM2LDAtODguNTE1LDM5LjgzOS04OC41MTUsODguNTI1eiIvPg0NCjxwYXRoIGQ9Im0yNDMuOTgsMTAwLjY4LTguNDg1NDUsMCwwLjAxLDE5OC45Niw4LjUxNDU1LDB6Ii8+DQ0KPHBhdGggZD0ibTI0My4xMyw5OS41NDZoMi4xNTk4bDAuMDE4NSwyMDEuMjVoLTIuMTYxNmwtMC4wMTU5LTIwMS4yNXptLTguNDIxMywwLjAwMThoMi4xNzY2bDAuMDAzLDIwMS4yNWgtMi4xNzgzdi0yMDEuMjV6Ii8+DQ0KPHBhdGggZD0ibTMzOC45OSwyMDMuOTM1LDAtNy4zNTU0LTUuOTktNS41OC0zNC05LTQ5LTUtNTksMy00MiwxMC04LjQ4LDYuMjgsMCw3LjM1NzJsMjEuNDgtOS42MzcsNTEtOGg0OWwzNiw0LDI1LDZ6Ii8+DQ0KPHBhdGggZD0ibTIzOS45NSwxODQuNzdjMjMuMzgzLTAuMDQzMiw0Ni4wNywyLjIxNTQsNjQuMDY1LDUuNzE5NCwxOC41NjksMy43MTIxLDMxLjYzNyw4LjM1NTYsMzYuMTA1LDEzLjU3MWwtMC4wMDUsMi41ODIzYy01LjM4ODQtNi40OTAyLTIyLjk3My0xMS4yNDgtMzYuNTE4LTEzLjk2OC0xNy44NTgtMy40NzQtNDAuMzkzLTUuNzE2OC02My42NDctNS42NzM2LTI0LjUzOCwwLjA0NTktNDcuMzg3LDIuMzY5OC02NC45ODQsNS44MDMyLTE0LjEyLDIuODAxOS0zMi45NTEsOC4zNjc5LTM1LjMwMiwxMy44NTh2LTIuNjg5YzEuMjkxMS0zLjgwMDMsMTUuMzEzLTkuNDc5MiwzNC45ODQtMTMuNDE3LDE3LjcyOS0zLjQ1NzIsNDAuNjItNS43NDE1LDY1LjMwMi01Ljc4NjR6bTAuMDEtOC40OTIyYzIzLjM4My0wLjA0MjMsNDYuMDcsMi4yMTcyLDY0LjA2NSw1LjcxOTQsMTguNTY5LDMuNzEzOSwzMS42MzcsOC4zNTU2LDM2LjEwNSwxMy41NzFsLTAuMDA1LDIuNTgyM2MtNS4zODg0LTYuNDg4NS0yMi45NzMtMTEuMjQ3LTM2LjUxOC0xMy45NjYtMTcuODU4LTMuNDc1Ny00MC4zOTMtNS43MTg1LTYzLjY0Ny01LjY3MzYtMjQuNTM4LDAuMDQ0MS00Ny4yNzYsMi4zNjk4LTY0Ljg3NSw1LjgwMTQtMTMuNjI2LDIuNTgzMi0zMy4yMjYsOC4zNjk2LTM1LjQxMiwxMy44NnYtMi42OTA4YzEuMjkxMS0zLjc1ODgsMTUuNTk3LTkuNjQxNCwzNC45ODUtMTMuNDE3LDE3LjcyOS0zLjQ1NzIsNDAuNjItNS43Mzk3LDY1LjMwMi01Ljc4NjR6Ii8+DQ0KPHBhdGggZD0ibTIzOS40OCwxMzIuOTZjMzYuODQ5LTAuMTg0MzMsNjguOTksNS4xNTIzLDgzLjY5NSwxMi42ODVsNS4zNjM4LDkuMjc5Yy0xMi43ODEtNi44ODgtNDcuNDU2LTE0LjA1LTg5LjAwNS0xMi45NzktMzMuODU0LDAuMjA4MTQtNzAuMDI3LDMuNzI3MS04OC4xNzYsMTMuNDFsNi40MDM1LTEwLjcwOWMxNC44OTUtNy43MjQxLDUwLjAyMi0xMS42NDMsODEuNzItMTEuNjg0Ii8+DQ0KPHBhdGggZD0ibTIzOS45NywxNDAuNjJjMjEuMDE3LTAuMDU1Niw0MS4zMjUsMS4xMjk4LDU3LjQ3Niw0LjA0MzcsMTUuMDQxLDIuNzk5MywyOS4zODUsNy4wMDA5LDMxLjQzNiw5LjI2MDRsMS41OTAxLDIuODA5OWMtNC45ODgxLTMuMjU3LTE3LjQwMS02Ljg4MzYtMzMuMzM5LTkuOTA2LTE2LjAwNi0zLjAwODMtMzYuMy00LjAwNDktNTcuMi0zLjk1MDItMjMuNzIyLTAuMDgxMS00Mi4xNTIsMS4xNzEyLTU3Ljk2OSwzLjkyOTEtMTYuNzI4LDMuMTMtMjguMzM0LDcuNjAxNS0zMS4xOTcsOS43MjYxbDEuNTU4My0yLjk3MDRjNS41NjMxLTIuODM4MSwxNC4zOS02LjI1OTIsMjkuMjIzLTguOTI5NywxNi4zNTctMi45ODgsMzQuOTgzLTMuODg0MSw1OC40MjMtNC4wMTI4aC0wLjAwMDg4em0tMC4wMDktOC40ODQzYzIwLjExMy0wLjA1MjksMzkuOTcyLDEuMDY4LDU1LjQ1MiwzLjg1MDYsMTIuMjA5LDIuMzc2OCwyNC4yODMsNi4wODcyLDI4LjcwNCw5LjM4OTJsMi4zMjU2LDMuNjk1NGMtMy45NTM2LTQuMzk0Ny0xOC44MzYtOC41NTkzLTMxLjk3NC0xMC44OTItMTUuMzYxLTIuNjQ5NC0zNC4zOTUtMy42OTgtNTQuNTA4LTMuODY1Ni0yMS4xMDgsMC4wNTkxLTQwLjYxNSwxLjM1Mi01NS43NTIsNC4xMDgxLTE0LjQ0MSwyLjc0ODEtMjMuNzYsNi4wMDE2LTI3LjcwMyw4LjU0MjVsMi4wNDUxLTMuMDg2OGM1LjQ0MTQtMi44NjQ2LDE0LjIzMi01LjQ5NTQsMjUuMzAzLTcuNjQ2NSwxNS4yNDktMi43NzY0LDM0Ljg3Ni00LjAzNTgsNTYuMTA4LTQuMDk0OXoiLz4NDQo8cGF0aCBkPSJtMjg5LjE1LDI0MS4yNmMtMTguMjE4LTMuNDAwOC0zNi40NjktMy44OTQ3LTQ5LjIxNy0zLjc0NDctNjEuNDA3LDAuNzE5NjctODEuMjQ0LDEyLjYwOS04My42NjUsMTYuMjA5bC00LjU4OTQtNy40ODE1YzE1LjYzNC0xMS4zMzIsNDkuMDczLTE3LjY4Nyw4OC41ODctMTcuMDM3LDIwLjUxOCwwLjMzNjAyLDM4LjIyNCwxLjY5ODYsNTMuMTE5LDQuNTgzNWwtNC4yMzU4LDcuNDcyNyIvPg0NCjxwYXRoIHN0cm9rZS13aWR0aD0iMC41NSIgZD0ibTIzOS41OCwyMzYuNDZjMTcuMDgyLDAuMjU0ODgsMzMuODQ5LDAuOTYwNDQsNTAuMDMzLDMuOTc4NGwtMS4xNzIsMi4wNjljLTE1LjAzMS0yLjc3NDYtMzEuMDU1LTMuODM2NS00OC44MDMtMy43NS0yMi42NjMtMC4xNzcyNy00NS41ODUsMS45Mzk0LTY1LjU0MSw3LjY2NjgtNi4yOTY4LDEuNzUyNC0xNi43MjEsNS44MDA2LTE3Ljc4NCw5LjE0NThsLTEuMTY1OS0xLjkyMjZjMC4zMzYwMS0xLjk3NzMsNi42MzYzLTYuMDgxLDE4LjQxNC05LjM5MDEsMjIuODU4LTYuNTQ1OCw0NC4yMzktNy42NDkxLDY2LjAxOS03Ljc5OXYwLjAwMnptMC43NzUxOS04LjU5NjNjMTcuNjk4LDAuMzMwNzMsMzUuOTc1LDEuMTQ5Miw1My43NCw0LjY2ODFsLTEuMjIwNiwyLjE1MzdjLTE2LjA0Mi0zLjE4NDctMzEuMzY5LTQuMjQ2Ni01Mi40MTUtNC41NzAyLTIyLjczNSwwLjA0MTQtNDYuODUxLDEuNjYyNS02OC43NzgsOC4wMzcyLTcuMDc5MSwyLjA2Mi0xOS4yOTcsNi41MjAyLTE5LjcwNCwxMC4wNWwtMS4xNjU5LTIuMDY1NWMwLjI2NTQ1LTMuMjA1OSwxMC44NDItNy4zODgsMjAuMzU4LTEwLjE1NiwyMi4wOTYtNi40MjQxLDQ2LjI3NS04LjA3Niw2OS4xODYtOC4xMTc0eiIvPg0NCjxwYXRoIGQ9Ik0zMjcuNTgsMjQ3LjM4LDMyMC4yMDEsMjU4LjgyOSwyOTksMjQwLDI0NCwyMDMsMTgyLDE2OSwxNDkuODEsMTU3Ljk5LDE1Ni42NywxNDUuMjcsMTU5LDE0NGwyMCw1LDY2LDM0LDM4LDI0LDMyLDIzLDEzLDE1eiIvPg0NCjxwYXRoIGQ9Im0xNDguNjUsMTU4LjI5YzUuNjQ2LTMuODI5NCw0Ny4xMzksMTQuNjU1LDkwLjU1NSw0MC44MzQsNDMuMzAxLDI2LjI1NCw4NC42NzcsNTUuOTIxLDgwLjk0Miw2MS40NzNsLTEuMjI4NSwxLjkzMjMtMC41NjM1NCwwLjQ0NDVjMC4xMjA4My0wLjA4NjQsMC43NDM0NS0wLjg0NzU1LTAuMDYwOS0yLjkwNi0xLjg0NDktNi4wNzA0LTMxLjE5NS0yOS40OTEtNzkuODk0LTU4Ljg5NS00Ny40NzUtMjguMzA5LTg3LjA0MS00NS4zNzEtOTAuOTk3LTQwLjQ5NGwxLjI0Ny0yLjM4OTJoLTAuMDAwODl6bTE4MC40NCw4OC45MjdjMy41Ny03LjA1Mi0zNC45MTYtMzYuMDQ0LTgyLjYzMi02NC4yNzItNDguODEzLTI3LjY2Ni04My45OTQtNDMuOTUxLTkwLjQyLTM5LjA5NWwtMS40Mjc4LDIuNTk5MWMtMC4wMTI0LDAuMTQyODcsMC4wNTItMC4xNzcyNywwLjM1MzY0LTAuNDEwMSwxLjE2ODUtMS4wMTk1LDMuMTA1Mi0wLjk1MDc0LDMuOTc5Mi0wLjk2NjYyLDExLjA2NSwwLjE2NTgxLDQyLjY2NywxNC43MDksODcuMDA2LDQwLjEyOCwxOS40MjgsMTEuMzE1LDgyLjA3MSw1MS40OTEsODEuODMyLDYyLjc4OSwwLjAxNjgsMC45NzEwMiwwLjA4MDMsMS4xNzEyLTAuMjg0ODUsMS42NTE5bDEuNTkzNi0yLjQyMzZ2LTAuMDAyeiIvPg0NCjwvZz4NCjxnPg0KPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjAuNjcwMzciIGQ9Im0xODAuNiwyMTEuMDFjMCwxNi4yNzEsNi42NjI4LDMwLjk4NywxNy40NTcsNDEuNzQyLDEwLjgxNSwxMC43NzgsMjUuNTEyLDE3LjU3OSw0MS44MDksMTcuNTc5LDE2LjM4MSwwLDMxLjI0Ny02LjY1MjUsNDIuMDE2LTE3LjM4OSwxMC43NjktMTAuNzM1LDE3LjQ0My0yNS41NTIsMTcuNDQ2LTQxLjg4aC0wLjAwMnYtNzkuMTg5bC0xMTguNzQtMC4xNDExMSwwLjAxMjMsNzkuMjc4aDAuMDAyeiIvPg0NCjxwYXRoIGZpbGw9IiNmMDAiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIwLjUwNzM0IiBkPSJtMTgyLjgyLDIxMS4xMnYwLjA0NWMwLDE1LjU1Nyw2LjQ0MTQsMjkuNzI0LDE2Ljc3NSw0MC4wMDksMTAuMzU0LDEwLjMwNSwyNC42MTQsMTYuNzEyLDQwLjIxNCwxNi43MTIsMTUuNjgxLDAsMjkuOTEyLTYuMzYwNiw0MC4yMjItMTYuNjI2LDEwLjMwOC0xMC4yNjUsMTYuNjk3LTI0LjQzMywxNi42OTktNDAuMDQ0aC0wLjAwMnYtNzYuODI2bC0xMTMuODQtMC4wMTg1LTAuMDY5Nyw3Ni43NDhtOTEuMDIyLTUzLjc0NywwLjAwNCw0OC44OTEtMC4wNDE0LDUuMTcxN2gwLjAwMDg4YzAsMS4zNjA4LTAuMDgyLDIuOTEyMi0wLjI0MDc2LDQuMjMzMy0wLjkyNTEyLDcuNzI5NC00LjQ4MDEsMTQuNDY3LTkuNzQ1MSwxOS43MDgtNi4xNjM2LDYuMTM1Ny0xNC42NzEsOS45NDEzLTI0LjA0Nyw5Ljk0MTMtOS4zMjcsMC0xNy42MzktMy45Mzc5LTIzLjgyOS0xMC4xLTYuMzQ5Ny02LjMyLTEwLjAzLTE0Ljk4Ni0xMC4wMy0yMy45NDdsLTAuMDEzMi01NC4wMjMsNjcuOTQsMC4xMjI1OSwwLjAwMiwwLjAwMnoiLz4NDQo8ZyBpZD0iY2FzdGxlMyI+DQ0KPGcgaWQ9ImNhc3RsZSIgZmlsbD0iI2ZmMCIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjAuNSI+DQ0KPHBhdGggc3Ryb2tlPSJub25lIiBkPSJtMTkwLjE5LDE1NC40M2MwLjEzNDkzLTUuNTIxLDQuMDUyNC02LjgyOCw0LjA4MDYtNi44NDc0LDAuMDI4Mi0wLjAxODUsNC4yMzE0LDEuNDA3Niw0LjIxNzMsNi44OTg2bC04LjI5NzgtMC4wNTEyIi8+DQ0KPHBhdGggZD0ibTE4Ni44MSwxNDcuNjktMC42ODE3Miw2LjM0NDcsNC4xNDA2LDAuMDA5YzAuMDM5Ny01LjI0OTMsMy45NzM5LTYuMTIyNSw0LjA2OTEtNi4xMDMxLDAuMDg5MS0wLjAwNSwzLjk4ODksMS4xNjA2LDQuMDkyOSw2LjEwMzFoNC4xNTExbC0wLjc0OTYyLTYuMzkzMi0xNS4wMjIsMC4wMzc5djAuMDAyeiIvPg0NCjxwYXRoIGQ9Im0xODUuODUsMTU0LjA2aDE2Ljk0NmMwLjM1NzE3LDAsMC42NDkwOCwwLjM1Mjc3LDAuNjQ5MDgsMC43ODQwNCwwLDAuNDMwMzktMC4yOTE5MSwwLjc4MTQxLTAuNjQ5MDgsMC43ODE0MWgtMTYuOTQ2Yy0wLjM1NzE3LDAtMC42NDkwOC0wLjM1MTAyLTAuNjQ5MDgtMC43ODE0MSwwLTAuNDMxMjcsMC4yOTE5MS0wLjc4NDA0LDAuNjQ5MDgtMC43ODQwNHoiLz4NDQo8cGF0aCBkPSJtMTkyLjAxLDE1NC4wM2MwLjAxODUtMy4zMTI2LDIuMjYyMS00LjI1MDEsMi4yNzM2LTQuMjQ4MywwLjAwMDg4LDAsMi4zNDIzLDAuOTY2NjEsMi4zNjA5LDQuMjQ4M2gtNC42MzQ0Ii8+DQ0KPHBhdGggZD0ibTE4Ni4yMSwxNDUuMDVoMTYuMjQ1YzAuMzQyMTgsMCwwLjYyMjYzLDAuMzE4MzksMC42MjI2MywwLjcwNDY4LDAsMC4zODcxNy0wLjI4MDQ1LDAuNzA0NjctMC42MjI2MywwLjcwNDY3aC0xNi4yNDVjLTAuMzQyMTgsMC0wLjYyMjYzLTAuMzE1NzMtMC42MjI2My0wLjcwNDY3LDAtMC4zODYyOSwwLjI4MDQ1LTAuNzA0NjgsMC42MjI2My0wLjcwNDY4eiIvPg0NCjxwYXRoIGQ9Im0xODYuNTUsMTQ2LjQ3aDE1LjUzOGMwLjMyNzE5LDAsMC41OTUyOSwwLjMxNjYyLDAuNTk1MjksMC43MDM3OSwwLDAuMzg4MDUtMC4yNjgxLDAuNzA0NjctMC41OTUyOSwwLjcwNDY3aC0xNS41MzhjLTAuMzI3MTksMC0wLjU5NTI5LTAuMzE2NjItMC41OTUyOS0wLjcwNDY3LDAtMC4zODcxNywwLjI2ODEtMC43MDM3OSwwLjU5NTI5LTAuNzAzNzl6Ii8+DQ0KPHBhdGggZD0ibTE5MS41NywxMzUuODgsMS4yMjY3LDAuMDAydjAuODcxMzZoMC44OTUxM3YtMC44OTA3NmwxLjI1NjcsMC4wMDR2MC44ODcyM2gwLjg5Nzc4di0wLjg5MDc2aDEuMjU3NmwtMC4wMDIsMi4wMTE3YzAsMC4zMTU3NC0wLjI1Mzk4LDAuNTIwMzUtMC41NDg1NCwwLjUyMDM1aC00LjQxMTNjLTAuMjk2MzMsMC0wLjU2OTcyLTAuMjM3MjQtMC41NzA2LTAuNTI2NTJsLTAuMDAzLTEuOTg3OWgwLjAwMDg4eiIvPg0NCjxwYXRoIGQ9Im0xOTYuMTksMTM4LjU3LDAuMjc2OTEsNi40NTE0LTQuMzAyOC0wLjAxNTksMC4yODQ4Ni02LjQ1MjMsMy43NDEsMC4wMTY4Ii8+DQ0KPHBhdGggaWQ9ImNwMSIgZD0ibTE5MC45NCwxNDEuNTYsMC4xMzE0MSwzLjQ3NzUtNC4xMjU2LDAuMDAyLDAuMTE2NDEtMy40NzkzaDMuODc4Ni0wLjAwMDg5eiIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI2NwMSIgeD0iMTAuNjA5Ii8+DQ0KPHBhdGggaWQ9ImNwMiIgZD0ibTE4Ni4zLDEzOS4wNCwxLjE5OTQsMC4wMDN2MC44NzIyNGgwLjg3NzV2LTAuODkyNTNsMS4yMjk0LDAuMDA0djAuODg5aDAuODc5MjZ2LTAuODkyNTNsMS4yMzAyLDAuMDAyLTAuMDAyLDIuMDExN2MwLDAuMzEzOTgtMC4yNDg3LDAuNTE4NTktMC41MzYyLDAuNTE4NTloLTQuMzE2OWMtMC4yODkyNiwwLTAuNTU4MjQtMC4yMzU0OC0wLjU1OTEzLTAuNTI1NjRsLTAuMDAzLTEuOTg4OGgwLjAwMDg4eiIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI2NwMiIgeD0iMTAuNjA5Ii8+DQ0KPHBhdGggZmlsbD0iIzAwMCIgc3Ryb2tlPSJub25lIiBkPSJtMTkzLjksMTQwLjYxYy0wLjAyNjUtMC42MjcwNiwwLjg3NjYxLTAuNjM0MTEsMC44NjYwMywwdjEuNTM2NGgtMC44NjZ2LTEuNTM2Ii8+DQ0KPHBhdGggaWQ9ImNwMyIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJub25lIiBkPSJtMTg4LjU3LDE0Mi44NGMtMC4wMDMtMC42MDU5LDAuODM2OTMtMC42MTgyNCwwLjgyNjM1LDB2MS4xODcxaC0wLjgyNnYtMS4xODciLz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjcDMiIHg9IjEwLjY0MSIvPg0NCjwvZz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUiIHk9IjQ2LjMxOTgiLz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA0NjA4OTIsLTAuNzA5NTk1ODUsMC43MDk1OTU4NSwwLjcwNDYwODkyLC0zNS4zNDE0NTksMjc1LjEwODk4KSIvPg0NCjwvZz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUiIHg9IjQ1LjcxMzgiLz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUzIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSwwLDAsMSw0NzkuNzkxOTUsMCkiLz4NDQo8ZyBpZD0icXVpbmEiIGZpbGw9IiNmZmYiPg0NCjxwYXRoIGZpbGw9IiMwMzkiIGQ9Im0yMzIuNjM2LDIwMi40MDZ2MC4wMDVjMCwyLjIxMTksMC44NDkyNyw0LjIyNzIsMi4yMTE4LDUuNjg5NCwxLjM2NTIsMS40NjY3LDMuMjQ1NCwyLjM3NzcsNS4zMDIsMi4zNzc3LDIuMDY3MiwwLDMuOTQzOS0wLjkwNDg3LDUuMzAyOS0yLjM2NTQsMS4zNTgxLTEuNDU4NywyLjIwMjEtMy40NzIxOSwyLjIwMjEtNS42OTN2LTEwLjc2OGwtMTQuOTkyLTAuMDEyMy0wLjAyNzMsMTAuNzY2Ii8+DQ0KPGNpcmNsZSBjeD0iMjM2LjA3NCIgY3k9IjE5NS43MzUiIHI9IjEuNDg2Ii8+DQo8Y2lyY2xlIGN4PSIyNDQuMzkyIiBjeT0iMTk1Ljc0MiIgcj0iMS40ODYiLz4NCjxjaXJjbGUgY3g9IjI0MC4yMjUiIGN5PSIxOTkuNzM1IiByPSIxLjQ4NiIvPg0KPGNpcmNsZSBjeD0iMjM2LjA3NCIgY3k9IjIwMy45MTYiIHI9IjEuNDg2Ii8+DQo8Y2lyY2xlIGN4PSIyNDQuMzgzIiBjeT0iMjAzLjkwNSIgcj0iMS40ODYiLz4NCjwvZz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNxdWluYSIgeT0iLTI2LjAxNiIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI3F1aW5hIiB4PSItMjAuNzk5Ii8+DQ0KPHVzZSB4bGluazpocmVmPSIjcXVpbmEiIHg9IjIwLjc0NSIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI3F1aW5hIiB5PSIyNS43ODQiLz4NDQo8L2c+DQo8L3N2Zz4=)
}

.language-flag.country-ru {
    background: linear-gradient(to bottom, #fff 33.3%, #21468b 33.3%, #21468b 66.6%, #d00 66.6%)
}

.language-flag.country-es {
    background-size: 100% 100%;
    background-image: linear-gradient(to bottom, #d00 25%, #ffce00 25%, #ffce00 75%, #d00 75%)
}

.language-flag.country-sv {
    background-size: 115%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDEwIj48cGF0aCBmaWxsPSIjMDA2YWE3IiBkPSJNMCwwSDE2VjEwSDBaIi8+PHBhdGggZmlsbD0iI2ZlY2MwMCIgZD0iTTAsNEg1VjBIN1Y0SDE2VjZIN1YxMEg1VjZIMFoiLz48L3N2Zz4=)
}

.icon {
    width: 22px;
    height: 22px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: inherit;
    overflow: visible;
    color: #878787
}

.icon>svg {
    width: 100%;
    height: 100%;
    top: .25em;
    position: relative;
    fill: currentColor
}

.icon>svg path,
.icon>svg use {
    fill: currentColor
}

.icon-primary {
    color: var(--text-color-brand-primary)
}

.icon-secondary {
    color: #8c8600
}

.icon-success {
    color: #b7b000
}

.icon-info {
    color: #008eb7
}

.icon-warning {
    color: #deb100
}

.icon-danger {
    color: #b70000
}

.icon-light {
    color: #bcc1c7
}

.icon-dark {
    color: #4a545b
}

.icon-review {
    color: #fedc70
}

.icon-fluid {
    width: 100%;
    height: 100%
}

.icon-lg {
    width: 29.3333333333px;
    height: 29.3333333333px
}

.icon-sm,
.navigation-offcanvas-link-icon .loader {
    width: 19.25px;
    height: 19.25px
}

.icon-xs {
    width: 16.5px;
    height: 16.5px
}

.icon-1x {
    width: 22px;
    height: 22px
}

.icon-2x {
    width: 44px;
    height: 44px
}

.icon-3x {
    width: 66px;
    height: 66px
}

.icon-4x {
    width: 88px;
    height: 88px
}

.icon-5x {
    width: 110px;
    height: 110px
}

.icon-6x {
    width: 132px;
    height: 132px
}

.icon-7x {
    width: 154px;
    height: 154px
}

.icon-8x {
    width: 176px;
    height: 176px
}

.icon-9x {
    width: 198px;
    height: 198px
}

.icon-10x {
    width: 220px;
    height: 220px
}

.icon-rotate-90 svg {
    -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-rotate-180 svg {
    -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-rotate-270 svg {
    -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.icon-flip-horizontal svg {
    -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.icon-flip-vertical svg {
    -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.icon-flip-both svg,
.icon-flip-horizontal.icon-flip-vertical svg {
    -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .icon-rotate-90 svg,
:root .icon-rotate-180 svg,
:root .icon-rotate-270 svg,
:root .icon-flip-horizontal svg,
:root .icon-flip-vertical svg,
:root .icon-flip-both svg {
    -webkit-filter: none;
    filter: none
}

.alert-primary .icon {
    color: #241600
}

.alert-secondary .icon {
    color: #8c8600
}

.alert-success .icon {
    color: #b7b000
}

.alert-info .icon {
    color: #008eb7
}

.alert-warning .icon {
    color: #deb100
}

.alert-danger .icon {
    color: #b70000
}

.alert-light .icon {
    color: #f9f9f9
}

.alert-dark .icon {
    color: #4a545b
}

.btn-primary .icon,
.address-editor-select:not(.collapsed) .icon,
.address-editor-create:not(.collapsed) .icon {
    color: #fff
}

.btn-secondary .icon {
    color: #fff
}

.btn-success .icon {
    color: #212529
}

.btn-info .icon {
    color: #fff
}

.btn-warning .icon {
    color: #212529
}

.btn-danger .icon {
    color: #fff
}

.btn-light .icon {
    color: #212529
}

.btn-dark .icon {
    color: #fff
}

.btn .icon>svg {
    top: 6px
}

.pagination .icon {
    width: 13px;
    height: 13px
}

.pagination .icon>svg {
    top: 2px
}

.is-left .offcanvas-close svg {
    top: 0
}

.is-right .offcanvas-close svg {
    top: .3rem
}

.navigation-offcanvas-link-icon .icon>svg {
    top: 0
}

.pagination {
    margin-bottom: 0
}

.pagination .page-item.disabled .page-link {
    cursor: default;
    opacity: 1;
    background: #eee;
    color: #bcc1c7
}

.pagination .page-item.disabled a {
    color: #bcc1c7
}

.pagination .page-item.active a {
    color: #fff
}

.pagination .page-link {
    cursor: pointer;
    margin-bottom: 0
}

.cms-section {
    overflow: hidden
}

.cms-section.bg-image {
    background-repeat: no-repeat;
    background-position: 50%
}

.cms-section .cms-section-sidebar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (max-width:767.98px) {
    .cms-section-sidebar-mobile-wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
        display: none
    }
}

.cms-block {
    overflow: hidden
}

.cms-block.bg-image {
    background-repeat: no-repeat;
    background-position: 50%
}

.cms-block .cms-block-container .cms-block-container-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.cms-block-center-text .cms-element-text {
    padding: 30px
}

.cms-block-image-three-cover .row,
.cms-block-image-three-cover .account-content,
.cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container {
    margin: 0
}

.cms-block-image-three-cover [class^=col-] {
    padding: 0
}

.cms-block-image-text-bubble .cms-element-image .cms-image-container,
.cms-block-image-bubble-row .cms-element-image .cms-image-container {
    height: 300px;
    width: 300px;
    margin: auto;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden
}

.cms-block-image-highlight-row .cms-element-image {
    border: 12px solid #fff
}

.cms-block-image-text-bubble .cms-element-text,
.cms-block-image-text-row .cms-element-text {
    padding-top: 20px
}

.cms-block-image-text-gallery .image-text-gallery-card {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .2)
}

.cms-block-image-text-gallery .cms-element-text {
    padding: 20px
}

.cms-block-text-on-image .cms-element-text {
    padding: 30px;
    -ms-flex-align: center;
    align-items: center;
    min-height: 240px
}

.cms-block-image-text-cover .cms-element-text {
    padding-top: 30px
}

.cms-block-image-simple-grid .left-top {
    margin-bottom: 40px
}

.cms-block-image-simple-grid .right {
    height: 100%
}

@media (min-width:992px) {
    .cms-block-container .cms-block-container-row.has--sidebar {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cms-block-container .cms-block-container-row.has--sidebar>div {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width:767.98px) {

    .cms-block-image-text-gallery .cms-row>:not(:last-child),
    .cms-block-image-two-column .cms-row>:not(:last-child),
    .cms-block-image-three-column .cms-row>:not(:last-child),
    .cms-block-image-four-column .cms-row>:not(:last-child),
    .cms-block-image-bubble-row .cms-row>:not(:last-child),
    .cms-block-image-highlight-row .cms-row>:not(:last-child) {
        margin-bottom: 40px
    }

    .cms-block-image-text .cms-row>:first-child,
    .cms-block-image-text-cover .cms-row>:first-child {
        margin-bottom: 40px
    }

    .cms-block-image-simple-grid .left-bottom {
        margin-bottom: 40px
    }
}

.cms-block-sidebar-filter {
    overflow: visible
}

.cms-block-sidebar-filter .col-12 {
    position: initial
}

.cms-block-product-heading .cms-element-product-name {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.cms-block-product-heading .cms-element-manufacturer-logo img {
    max-width: 200px;
    max-height: 70px
}

.cms-element-image {
    position: relative;
    height: 100%
}

.cms-element-image .cms-image {
    display: block;
    max-width: 100%
}

.cms-element-image .cms-image-container {
    display: block;
    max-width: 100%;
    position: relative
}

.cms-element-image .cms-image-container.is-cover {
    object-fit: contain;
    font-family: "object-fit: contain;";
    height: 100%
}

.cms-element-image .cms-image-container.is-cover .cms-image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cms-element-image .cms-image-container.is-cover .cms-image,
.cms-element-image .cms-image-container.is-stretch .cms-image {
    width: 100%
}

.cms-element-image .cms-image-link {
    display: block
}

.cms-element-youtube-video {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cms-element-youtube-video.is--streched {
    height: 100%
}

.cms-element-youtube-video::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((9 / 16) * 100%)
}

.cms-element-youtube-video__video,
.cms-element-youtube-video__placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0 none
}

.cms-element-youtube-video__placeholder img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cms-element-youtube-video__backdrop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.cms-element-youtube-video__backdrop>div {
    background: rgb(255 255 255 / .5);
    padding: 1rem
}

.cms-element-vimeo-video {
    position: relative;
    width: 100%
}

.cms-element-vimeo-video::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.cms-element-vimeo-video__video,
.cms-element-vimeo-video__placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0 none
}

.cms-element-vimeo-video__placeholder img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cms-element-vimeo-video__backdrop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.cms-element-vimeo-video__backdrop>div {
    background: rgb(255 255 255 / .5);
    padding: 1rem
}

.cms-element-product-listing .cms-listing-col {
    margin-bottom: 1.5rem
}

.cms-element-product-listing-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.cms-element-product-listing-actions .sorting {
    margin-left: auto
}

.cms-element-buy-box,
.cms-element-product-box {
    width: 100%
}

.cms-element-product-slider .cms-element-title {
    font-size: 1rem;
    font-weight: 700;
    color: #241600
}

.cms-element-product-slider.has-border .cms-element-title {
    margin-top: .5rem
}

.cms-element-text.has-vertical-alignment,
.cms-element-image.has-vertical-alignment,
.cms-element-product-box.has-vertical-alignment,
.cms-element-buy-box.has-vertical-alignment,
.cms-element-product-slider.has-vertical-alignment,
.cms-element-image-slider.has-vertical-alignment,
.cms-element-product-description-reviews.has-vertical-alignment,
.cms-element-image-gallery.has-vertical-alignment {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%
}

.cms-element-image-gallery .magnifier-overlay {
    display: none
}

@media (max-width:991.98px) {
    .cms-element-product-listing-actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cms-element-product-listing-actions .sorting {
        width: 100%;
        margin-top: 5px;
        margin-left: 0
    }
}

.confirm-message {
    padding: 10% 20%;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.confirm-message div.alert {
    margin-top: 1em
}

.confirm-alert {
    padding: 1em 1em 3em
}

@media (max-width:767.98px) {
    .confirm-message {
        padding: 10% 0
    }
}

.was-validated .custom-control-input:valid~.custom-control-label.no-validation {
    color: inherit
}

.was-validated .custom-control-input:valid~.custom-control-label.no-validation::before {
    border-color: inherit
}

.required-fields {
    margin-bottom: 1rem
}

.forms-boolean {
    display: block;
    border: 1px solid #bfbab4;
    padding: 0 36px;
    margin: 12px 0;
    height: 40px;
    border-radius: 3px;
    cursor: pointer
}

.forms-boolean.is-active {
    border-color: #241600
}

.forms-boolean:hover {
    border-color: #241600;
    color: #241600
}

.forms-boolean-label {
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    width: 100%
}

.forms-boolean-label::before,
.forms-boolean-label::after {
    top: 11px
}

.address-editor-select,
.address-editor-create {
    cursor: pointer
}

.address-editor-select {
    margin-bottom: 1rem
}

.address-editor-list-wrapper,
.address-editor-create-address-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.address-editor-card {
    padding-top: 1rem
}

.address-editor-card:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #bfbab4
}

@media (min-width:768px) {
    .address-editor-select {
        margin-bottom: 0
    }
}

.sorting {
    display: inline-block;
    width: 260px
}

.delivery-status-indicator {
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    margin-right: 5px;
    position: relative;
    width: 10px
}

.quickview-minimal-top,
.quickview-minimal-image {
    margin-bottom: 1rem
}

.quickview-minimal-product-manufacturer-logo {
    width: 100%
}

@media (min-width:768px) {
    .quickview-minimal-top {
        margin-bottom: 1.5rem
    }
}

.payment-method-image {
    max-height: 35px;
    margin-right: .25rem
}

.filter-panel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 8px
}

.icon.icon-filter-panel-item-toggle {
    margin-left: 8px
}

.icon.icon-filter-panel-item-toggle>svg {
    top: 4px
}

.filter-panel-items-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 8px;
    width: 100%
}

.filter-panel-item {
    margin-right: 12px;
    margin-bottom: 12px
}

.filter-panel-item .filter-panel-item-toggle {
    border: 1px solid #bfbab4;
    font-weight: 400
}

.filter-panel-item.show .filter-panel-item-toggle {
    color: #241600;
    border-color: #241600
}

.filter-panel-item.show .icon-filter-panel-item-toggle svg {
    color: #241600;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-panel-item-dropdown {
    min-width: 240px;
    max-height: 200px;
    overflow: auto
}

.filter-panel-submit {
    height: 40px;
    margin-bottom: 12px;
    border: 1px solid #241600;
    background-color: #fff;
    color: #4a545b
}

.filter-active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 35px 2px 14px;
    border-radius: 50px;
    height: 32px;
    line-height: 26px;
    border: 1px solid #bfbab4;
    margin-right: 6px;
    margin-bottom: 8px;
    vertical-align: top;
    position: relative;
    max-width: 245px
}

.filter-active-preview {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #bfbab4;
    margin-right: 8px;
    background-position: center center;
    background-size: cover;
    vertical-align: text-bottom
}

.filter-active-remove {
    padding: 0 12px;
    margin: 0;
    line-height: 1;
    border: 0 none;
    font-weight: 700;
    color: #4a545b;
    font-size: 16px;
    background-color: #fff0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    bottom: 0;
    width: 35px;
    text-align: left
}

.filter-active-remove:focus {
    outline: none
}

.filter-active-remove:hover {
    color: #241600
}

.btn.filter-reset-all {
    display: inline-block;
    border-radius: 50px;
    height: 32px;
    line-height: 26px;
    font-weight: 400;
    vertical-align: top;
    margin-right: 8px
}

.is--sidebar .filter-panel,
.is--sidebar .filter-panel-items-container {
    display: block
}

.is--sidebar .filter-panel-item-dropdown {
    min-width: 100%;
    border: 1px solid #241600;
    border-top: 0;
    border-radius: 0 0 4px 4px
}

.is--sidebar .filter-panel-item {
    margin-right: 0;
    width: 100%
}

.is--sidebar .filter-panel-item-toggle {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.is--sidebar .filter-panel-item-toggle[aria-expanded='true'] {
    color: #241600;
    border-color: #241600;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0 none
}

.is--sidebar .filter-panel-item-toggle[aria-expanded='true'] svg {
    color: #241600;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is--sidebar .icon-filter-panel-item-toggle {
    margin-left: auto
}

.is--sidebar .icon-filter-panel-item-toggle>svg {
    top: 0
}

.is-loading .filter-panel-item-toggle,
.is-loading .filter-active,
.is-loading .filter-reset-all,
.is-loading .filter-boolean,
.is-loading .filter-panel-submit {
    pointer-events: none;
    opacity: .6
}

.btn.filter-panel-wrapper-toggle {
    display: none;
    width: 100%;
    border: 1px solid #241600;
    padding: 6px
}

.btn.filter-panel-wrapper-toggle:hover {
    background-color: #eee
}

.filter-panel-offcanvas-only {
    display: none
}

.filter-panel-offcanvas-header {
    height: 80px;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    display: none
}

.filter-panel-offcanvas-header h3 {
    margin-bottom: 0
}

.filter-panel-offcanvas-close {
    cursor: pointer;
    margin-left: auto
}

@media (max-width:991.98px) {
    .btn.filter-panel-wrapper-toggle {
        display: block
    }

    .filter-panel-wrapper {
        display: none
    }
}

.offcanvas-filter {
    overflow: hidden
}

.offcanvas-filter .filter-panel-offcanvas-close {
    display: block
}

.offcanvas-filter .filter-panel {
    height: calc(100% - 80px);
    overflow-y: auto;
    width: 100%;
    padding: 0 25px 25px
}

.offcanvas-filter .filter-panel-offcanvas-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.offcanvas-filter .filter-panel-offcanvas-only {
    display: inherit
}

.filter-multi-select .filter-panel-item-toggle.disabled {
    cursor: default
}

.filter-multi-select-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.filter-multi-select-list-item {
    padding: 5px 15px
}

.filter-multi-select-list-item.disabled {
    opacity: .3
}

.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
    cursor: default
}

.filter-multi-select-item-label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 10px;
    width: 100%
}

.filter-multi-select-count {
    margin-left: 3px
}

.filter-property-select-list-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filter-property-select-preview {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #bfbab4;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 90 90\'%3E%3Cpath fill=\'%23cdd5db\' d=\'M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z\'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: cover;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.filter-property-select-preview-checkmark {
    width: 20px;
    height: 20px;
    background-color: #798490;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    top: -4px;
    right: -4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0;
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.filter-property-select-preview-checkmark .icon {
    width: 10px;
    height: 10px;
    color: #fff
}

.filter-property-select-preview-checkmark .icon svg {
    top: 0
}

.filter-property-select-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0
}

.filter-property-select-checkbox:checked~.filter-property-select-preview-checkmark {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.filter-boolean {
    display: inline-block;
    border: 1px solid #bfbab4;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer
}

.filter-boolean.is-active {
    border-color: #241600
}

.filter-boolean:hover {
    border-color: #241600;
    color: #241600
}

.filter-boolean.disabled {
    cursor: default;
    background: #eee;
    border-color: #eee
}

.filter-boolean.disabled .filter-boolean-label {
    color: #bcc1c7;
    cursor: default
}

.filter-boolean-label {
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    width: 100%
}

.filter-boolean-label::before,
.filter-boolean-label::after {
    top: 11px
}

.filter-range-dropdown {
    padding: 0;
    overflow: hidden
}

.filter-range-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 16px
}

.filter-range-error {
    padding: 0 16px 16px;
    font-size: 13px;
    color: #b70000
}

.filter-range-min,
.filter-range-max {
    width: calc(50% - 14px);
    margin-bottom: 0;
    font-size: 11px;
    position: relative
}

.min-input,
.max-input {
    margin-bottom: 0;
    height: 28px;
    padding: 6px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.min-input::-webkit-inner-spin-button,
.max-input::-webkit-inner-spin-button,
.min-input::-webkit-outer-spin-button,
.max-input::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.filter-range-currency-symbol {
    position: absolute;
    bottom: 1px;
    right: 1px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 3px
}

.filter-range-divider {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: 700
}

.filter-rating-dropdown {
    overflow: hidden
}

.filter-rating-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px
}

.filter-rating-star {
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 0
}

.filter-rating-star.is-active .icon-star {
    color: #fedc70
}

.filter-rating-star.disabled {
    opacity: .3;
    cursor: default
}

.filter-rating-count {
    margin-left: 3px
}

.swag-ellipsis-total-span,
.swag-ellipsis-span {
    -ms-word-break: break-word;
    word-break: break-word
}

.product-feature-list-list {
    list-style: none;
    padding-left: unset
}

.product-feature-feature {
    font-size: .75rem
}

.product-feature-value {
    font-weight: 700
}

.notification-dot {
    background-color: #bcc1c7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block
}

.notification-dot.notification-dot-primary {
    background-color: #241600
}

.notification-dot.notification-dot-secondary {
    background-color: #8c8600
}

.notification-dot.notification-dot-success {
    background-color: #b7b000
}

.notification-dot.notification-dot-danger {
    background-color: #b70000
}

.notification-dot.notification-dot-warning {
    background-color: #deb100
}

.notification-dot.notification-dot-info {
    background-color: #008eb7
}

.notification-dot.notification-dot-light {
    background-color: #f9f9f9
}

.notification-dot.notification-dot-dark {
    background-color: #4a545b
}

.product-wishlist {
    margin-top: 10px
}

.product-wishlist .icon-wishlist {
    width: 20px;
    height: 20px
}

.product-wishlist .icon-wishlist svg {
    top: 0
}

.product-wishlist-not-added .icon-wishlist-added,
.product-wishlist-not-added .text-wishlist-remove {
    display: none
}

.product-wishlist-not-added .icon-wishlist-not-added,
.product-wishlist-not-added .text-wishlist-not-added {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.product-wishlist-not-added .icon-wishlist-not-added {
    -webkit-animation: pulse .5s alternate;
    animation: pulse .5s alternate
}

.product-wishlist-added .icon-wishlist-added,
.product-wishlist-added .text-wishlist-remove {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.product-wishlist-added .icon-wishlist-added {
    -webkit-animation: pulse .5s alternate;
    animation: pulse .5s alternate
}

.product-wishlist-added .icon-wishlist-not-added,
.product-wishlist-added .text-wishlist-not-added {
    display: none
}

.product-wishlist-action-circle {
    height: 40px;
    width: 40px;
    background: #f9f9f9;
    border-radius: 50%;
    border-style: none;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 10px
}

.product-wishlist-action-circle::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    left: calc(50% - 24px);
    top: calc(50% - 24px)
}

.product-wishlist-action-circle:focus {
    outline: none
}

.product-wishlist-action {
    background: #fff0;
    border-style: none;
    padding: 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.product-wishlist-action:focus {
    outline: none
}

.product-wishlist-btn {
    height: 40px;
    width: 40px
}

.product-wishlist-btn-remove {
    z-index: 10;
    position: absolute;
    background: #f9f9f9;
    border-radius: 50%;
    border-style: none;
    right: 25px;
    top: 25px;
    padding: 0
}

.product-wishlist-btn-remove:focus {
    outline: none
}

.product-wishlist .icon-wishlist {
    width: 20px;
    height: 20px
}

.product-wishlist .icon-wishlist svg {
    top: 0
}

.product-wishlist .icon-wishlist-remove {
    color: #4a545b
}

.product-wishlist-btn-content {
    text-decoration: underline
}

.product-wishlist-btn-content-md {
    margin-left: 8px;
    font-size: 14px
}

.product-wishlist-btn-content-sm {
    margin-left: 6px;
    font-size: 12px
}

.product-wishlist-btn-content-disabled {
    display: none
}

.product-wishlist-btn-content-active {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.product-wishlist-info-item {
    min-height: 2em;
    font-size: .75rem
}

.product-wishlist-info-text {
    text-transform: capitalize;
    font-weight: 700
}

.product-wishlist-info-manufacturer {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1em
}

.product-wishlist-info .product-variant-characteristics-text {
    text-transform: capitalize
}

@-webkit-keyframes pulse {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.container,
.cms-section .boxed {
    max-width: 1400px
}

.container-main {
    padding: 20px 0;
    min-height: 200px
}

@media (min-width:1200px) {
    .container-main {
        min-height: 700px
    }
}

.top-bar-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 10px
}

.top-bar-nav-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem
}

.top-bar-nav-item:last-child {
    margin-right: 0
}

.top-bar-nav-text {
    display: none
}

.top-bar-list-label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.top-bar-list-radio {
    position: absolute;
    clip: rect(0 0 0 0);
    pointer-events: none
}

.top-bar-list-icon {
    margin-right: .5rem
}

@media (min-width:768px) {
    .top-bar-nav-text {
        display: inline
    }
}

.header-row {
    padding: .5rem 0
}

.header-logo-col {
    margin: 1rem 0
}

.header-logo-main {
    text-align: center;
    display: block
}

.header-logo-main-link {
    width: 100%
}

.header-logo-picture {
    display: block;
    max-width: 300px;
    margin: auto
}

.header-search {
    margin: .5rem 0
}

.header-search-form {
    position: relative
}

.header-search-btn .loader~.header-search-icon {
    display: none
}

.header-cart-total {
    display: none
}

.header-cart .header-cart-badge,
.header-wishlist .header-wishlist-badge {
    position: absolute;
    right: -.25rem
}

@media (min-width:576px) {
    .header-row {
        padding-bottom: 1rem
    }

    .header-logo-col {
        padding-bottom: .5rem
    }

    .header-search-col .collapse:not(.show) {
        display: block
    }

    .header-search {
        max-width: 400px;
        margin: auto
    }

    .header-cart-total {
        display: inline-block;
        margin-left: .5rem
    }
}

@media (min-width:992px) {
    .header-logo-col {
        margin: 0
    }
}

.header-minimal {
    background: #fff;
    border-bottom: 1px solid var(--text-color-brand-primary)
}

.header-minimal.fixed-top {
    position: static
}

.header-minimal-row {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header-minimal-contact {
    display: none
}

.header-minimal-back-to-shop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-minimal-back-to-shop-button {
    color: #241600
}

.header-minimal-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .25rem
}

.header-minimal-home {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.header-minimal-home-btn {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:768px) {
    .header-minimal-contact {
        display: block
    }

    .header-minimal-logo,
    .header-minimal-switch {
        margin-bottom: 0
    }
}

.footer-column-content-inner {
    padding-bottom: 1rem
}

.footer-column-headline {
    padding: .5rem 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-column-headline .footer-minus-icon {
    display: none
}

.footer-column-headline.show .footer-plus-icon {
    display: none
}

.footer-column-headline.show .footer-minus-icon {
    display: block
}

.footer-column-toggle {
    pointer-events: none
}

.footer-link-item {
    padding: .5rem 0
}

.footer-bottom {
    padding: 1rem
}

.footer-vat,
.footer-copyright,
.footer-service-menu-list {
    text-align: center
}

.footer-service-menu-item {
    display: inline-block
}

.footer-service-menu-link {
    padding: 14px 0;
    display: inline-block
}

.footer-logos {
    padding: 1rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-logo {
    margin-right: 1.5rem;
    margin-bottom: .5rem
}

.footer-logo:last-child {
    margin-right: 0
}

.footer-logo-image {
    max-height: 35px;
    max-width: 100px
}

@media (min-width:768px) {
    .footer-columns {
        padding-bottom: 20px
    }

    .footer-column-headline {
        padding: 3rem 0 .5rem 0
    }

    .footer-column-toggle {
        display: none
    }

    .footer-column-content.collapse {
        display: block
    }
}

@media (min-width:992px) {
    .footer-service-menu-list {
        display: none
    }
}

.main-navigation {
    display: none
}

@media (min-width:992px) {
    .main-navigation {
        display: inherit
    }
}

.navigation-flyouts {
    position: absolute;
    z-index: 750;
    height: 0;
    width: 100%
}

.navigation-flyout {
    width: 100%;
    box-shadow: 0 43px 43px -6px rgb(0 0 0 / .2);
    background-color: #fff;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    height: 0
}

.navigation-flyout.is-open {
    pointer-events: all;
    opacity: 1;
    height: auto
}

.navigation-flyout-content {
    padding-bottom: 60px
}

.navigation-flyout-close {
    padding: 10px 0 10px 10px;
    cursor: pointer
}

.navigation-flyout-teaser-image-container {
    display: block;
    max-width: 100%;
    height: 250px
}

.navigation-flyout-teaser-image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.navigation-offcanvas {
    overflow-x: hidden
}

.navigation-offcanvas .offcanvas-content-container {
    padding: 0
}

.navigation-offcanvas-container {
    position: relative
}

.navigation-offcanvas-overlay.has-transition {
    -webkit-transition: left .5s ease-in;
    transition: left .5s ease-in
}

.navigation-offcanvas-placeholder,
.navigation-offcanvas-overlay {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.navigation-offcanvas-actions .top-bar-nav-item {
    padding: 0 1rem
}

.navigation-offcanvas-actions .top-bar-nav-name {
    display: inline
}

.navigation-offcanvas-headline {
    padding: 20px 1rem 1rem
}

.navigation-offcanvas-link-icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.navigation-offcanvas-link {
    -webkit-transition: color .45s cubic-bezier(.3, 0, .15, 1);
    transition: color .45s cubic-bezier(.3, 0, .15, 1);
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 1rem
}

@media (prefers-reduced-motion:reduce) {
    .navigation-offcanvas-link {
        -webkit-transition: none;
        transition: none
    }
}

.navigation-offcanvas-link.is-home-link,
.navigation-offcanvas-link.is-back-link {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon,
.navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
    margin-right: .5rem
}

.offcanvas-cart .alert {
    margin-top: 1rem
}

.offcanvas-cart .cart-item {
    padding: 1rem 0
}

.offcanvas-cart .cart-item.is-empty {
    padding-top: 0;
    border-bottom: 0
}

.offcanvas-cart .cart-item.is-nested,
.offcanvas-cart .cart-item.is-child {
    padding-left: 1rem
}

.offcanvas-cart .cart-item.is-nested .cart-item-img {
    background: none;
    border: 0
}

.offcanvas-cart .cart-item.is-discount .cart-item-price {
    color: #b7b000
}

.offcanvas-cart .cart-item-img {
    height: 75px;
    width: 75px
}

.offcanvas-cart .cart-item-img-link {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.offcanvas-cart .cart-item-img-link .cart-item-img-source {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.offcanvas-cart .cart-item-details {
    margin-bottom: 1rem
}

.offcanvas-cart .cart-item-details-container .cart-item-details {
    margin-right: 58px
}

.offcanvas-cart .cart-item-remove {
    position: absolute;
    right: 10px
}

.offcanvas-cart .cart-quantity-price {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px
}

.offcanvas-cart .cart-item-price {
    font-weight: 700;
    margin-left: 1rem;
    text-align: right
}

.offcanvas-cart .cart-item-price .cart-item-reference-price {
    color: #8a5400;
    display: inline-block;
    line-height: .85rem
}

.offcanvas-cart-items,
.offcanvas-summary {
    margin: 1rem 0
}

.offcanvas-summary-list {
    margin-bottom: 0
}

.offcanvas-cart-promotion-form {
    margin-bottom: 1rem
}

.offcanvas-summary .js-toggle-shipping-selection {
    text-decoration: underline;
    font-size: 90%;
    cursor: pointer
}

.offcanvas-summary .offcanvas-shipping-preference {
    -webkit-transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
    transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
    max-height: 100px;
    height: auto;
    visibility: visible;
    opacity: 1
}

.offcanvas-summary .offcanvas-shipping-preference--hidden {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0 !important
}

.offcanvas-summary .summary-value,
.offcanvas-summary .shipping-value {
    text-align: right
}

.account-menu-header {
    border-bottom: 1px solid #bfbab4;
    font-size: .875rem;
    font-weight: 700;
    padding: .5rem 0;
    color: #241600
}

.account-menu-register {
    text-align: center
}

.account-menu-login {
    padding: 1rem 0;
    border-bottom: 1px solid #bfbab4;
    margin-bottom: .25rem
}

.account-menu-login-button {
    width: 100%;
    margin-bottom: .5rem
}

.account-menu-dropdown {
    padding: .5rem 1rem;
    min-width: 200px
}

.account-menu-offcanvas .account-menu-inner,
.account-menu-dropdown .account-menu-inner {
    border: 0
}

.account-menu-offcanvas .account-aside-item,
.account-menu-dropdown .account-aside-item {
    padding: .5rem 0
}

.account-menu-offcanvas .account-aside-footer,
.account-menu-dropdown .account-aside-footer {
    background: none;
    padding: .25rem 0
}

@media (min-width:576px) {
    .account-menu .offcanvas-close {
        display: none
    }
}

.search-suggest-container {
    position: absolute;
    top: 55px;
    left: 0;
    list-style: none;
    touch-action: manipulation;
    background: #fff;
    padding: 1rem;
    border: 1px solid #bfbab4;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 10px 25px -15px #000
}

.search-suggest-container::after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 12px;
    height: 12px;
    top: -7px;
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    left: 48%;
    border: 1px solid #bfbab4;
    border-top: 0 none;
    border-right: 0 none
}

.search-suggest-product.is-active .search-suggest-product-link {
    color: #241600
}

.search-suggest-product-link:hover,
.search-suggest-total-link:hover {
    text-decoration: none
}

.search-suggest-product-link {
    display: block;
    padding: .5rem 0
}

.search-suggest-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-suggest-product-reference-price {
    color: #ced4da;
    display: block
}

.search-suggest-product-image-container {
    width: 35px;
    height: 35px;
    margin: 0 .5rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-suggest-product-image {
    max-width: 35px;
    max-height: 35px;
    display: block
}

.search-suggest-total {
    padding: .5rem
}

.search-suggest-no-result {
    text-align: center
}

@media (min-width:768px) {
    .search-suggest-container {
        width: 500px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.cookie-permission-container {
    display: none;
    border-top: 1px solid #bfbab4;
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: .5rem;
    font-size: .75rem;
    z-index: 1100
}

.cookie-permission-content {
    margin-bottom: .5rem
}

.cookie-permission-content a {
    display: inline-block
}

@media (min-width:768px) {
    .cookie-permission-content {
        text-align: left;
        margin-bottom: 0
    }
}

.offcanvas-cookie-description,
.offcanvas-cookie-list {
    margin-bottom: 32px;
    border-bottom: 1px solid #bfbab4
}

.offcanvas-cookie-list {
    padding-bottom: 32px
}

.offcanvas-cookie-group {
    margin: 12px 0
}

.offcanvas-cookie-group input~label {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.offcanvas-cookie-group input:not([disabled])~label {
    cursor: pointer
}

.offcanvas-cookie-entries {
    position: relative
}

.offcanvas-cookie-entries .icon {
    position: absolute;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: -4px;
    right: 0;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.offcanvas-cookie-entries svg {
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease
}

.offcanvas-cookie-entries>p,
.offcanvas-cookie-entries .offcanvas-cookie-entry {
    padding: 0 8px 0 24px;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease, padding-top .3s ease;
    transition: opacity .3s ease, padding-top .3s ease;
    margin: 0;
    visibility: hidden;
    overflow: hidden
}

.offcanvas-cookie-entries>p>p,
.offcanvas-cookie-entries .offcanvas-cookie-entry>p {
    margin: 8px 0
}

.offcanvas-cookie-entries .offcanvas-cookie-entry {
    margin-left: 24px;
    overflow: visible
}

.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control {
    min-height: unset
}

.offcanvas-cookie-entries--active svg {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.offcanvas-cookie-entries--active>p,
.offcanvas-cookie-entries--active .offcanvas-cookie-entry {
    height: auto;
    opacity: 1;
    padding-top: 8px;
    visibility: visible
}

.scroll-up-button {
    bottom: 1.5rem;
    cursor: pointer;
    opacity: 0;
    position: fixed;
    right: 1.5rem;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .45s cubic-bezier(.3, 0, .15, 1);
    transition: .45s cubic-bezier(.3, 0, .15, 1);
    visibility: hidden;
    z-index: 700
}

.scroll-up-button.is-visible {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.product-detail-headline {
    margin-bottom: 3rem
}

.product-detail-content {
    margin-bottom: 1.5rem
}

.product-detail-content .product-breadcrumb {
    padding: 0;
    margin: 1rem 0
}

.product-detail-name-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-detail-name-container .product-detail-variant-characteristics {
    padding-left: .5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #adb5bd
}

.product-detail-buy {
    margin-bottom: 1rem
}

.product-detail-price {
    font-size: 1.75rem
}

@media (max-width:1200px) {
    .product-detail-price {
        font-size: calc(1.3rem + .6vw)
    }
}

.product-detail-price-unit,
.product-detail-tax {
    font-size: .75rem
}

.product-detail-delivery-information {
    margin-bottom: 1.5rem
}

.product-detail-form-container {
    margin-bottom: 1rem
}

.product-detail-ordernumber-container {
    margin-bottom: 1rem
}

.product-detail-configurator-group {
    margin-bottom: 1rem
}

.product-detail-configurator-group-title {
    font-weight: 700;
    margin-bottom: .5rem
}

.product-detail-configurator-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
}

.product-detail-configurator-option {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: .5rem
}

.product-detail-configurator-option-input {
    display: none
}

.product-detail-configurator-option-input+.product-detail-configurator-option-label {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px dashed #4a545b;
    border-radius: 3px;
    box-shadow: inset 3px 3px 0 #fff, inset -3px -3px 0 #fff;
    background-color: #fff;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    min-width: 60px;
    opacity: .35;
    padding: 3px;
    -webkit-transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1);
    transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1)
}

.product-detail-configurator-option-input+.product-detail-configurator-option-label.is-display-text {
    box-shadow: none;
    height: auto;
    padding: 5px 10px
}

.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label {
    opacity: 1;
    border: 1px solid #bfbab4
}

.product-detail-configurator-option-input:checked+.product-detail-configurator-option-label {
    border: 1px solid #241600
}

.product-detail-configurator-option-input:checked+.product-detail-configurator-option-label.is-display-text {
    background-color: #241600;
    color: #fff
}

.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label:hover,
.product-detail-configurator-option-input+.product-detail-configurator-option-label:hover,
.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label:active,
.product-detail-configurator-option-input+.product-detail-configurator-option-label:active,
.product-detail-configurator-option-input.is-combinable+.product-detail-configurator-option-label:focus,
.product-detail-configurator-option-input+.product-detail-configurator-option-label:focus {
    border: 1px solid #241600
}

.product-detail-configurator-option-image {
    height: 100%
}

.product-detail-tabs-content {
    display: none
}

.product-detail-description-text {
    margin-bottom: 1.5rem
}

@media (min-width:576px) {
    .product-detail-tabs-content {
        display: block
    }

    .product-detail-tabs .offcanvas-close,
    .product-detail-tab-navigation-icon,
    .product-detail-tab-preview {
        display: none
    }
}

@media screen and (max-width:575px) {
    .product-detail-tab-preview {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.product-detail-review-widget {
    margin-bottom: 1rem;
    z-index: 1
}

.product-detail-reviews .icon svg {
    top: 2px
}

.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
    display: none
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
    display: none
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
    display: block
}

.product-review-rating {
    margin-right: 1rem
}

.product-detail-review-item-points {
    margin-bottom: .5rem
}

.product-detail-review-item-content {
    -ms-word-break: break-word;
    word-break: break-word
}

.product-detail-review-form-radio {
    display: none
}

.product-detail-review-form-rating-input {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-review-point svg {
    top: 0
}

.product-review-point,
.point-container {
    display: inline-block;
    position: relative
}

.point-rating {
    display: block;
    top: 0;
    left: 0
}

.point-partial {
    position: absolute
}

.product-detail-review-form-rating-text {
    margin-left: .5rem;
    margin-bottom: 0
}

.product-detail-review-form-star {
    margin-right: 10px
}

.product-detail-review-login .login-card .card-body {
    padding-top: 0
}

.product-detail-review-language {
    margin-bottom: 1rem
}

.product-detail-review-sortby-label {
    margin-right: .25rem
}

.product-detail-review-cancel {
    margin-right: 5px
}

.offcanvas .product-detail-review-widget {
    position: static
}

.offcanvas .product-detail-review-form-rating-input .product-review-point {
    margin-right: .5rem
}

@media (min-width:768px) {
    .product-detail-review-widget {
        margin-bottom: 0
    }

    .product-detail-review-sortby-form {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .product-detail-review-language {
        margin-bottom: 0
    }

    .product-detail-review-item-points {
        padding-right: 0;
        margin-bottom: 0
    }

    .product-detail-review-item-title {
        padding-left: 0
    }

    .product-detail-review-form-star {
        margin-right: 5px
    }
}

.account-recover-password-info {
    margin-bottom: 1rem
}

.account-guest-auth-info {
    margin-bottom: 1rem
}

.account-welcome {
    padding-top: 1rem;
    margin-bottom: 1.5rem
}

.account-breadcrumb {
    margin-bottom: 1.5rem
}

@media (max-width:991.98px) {
    .account-content-aside {
        display: none
    }
}

.account .account-aside-list-group {
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden
}

.account-aside {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .account-aside {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .account .account-aside-list-group {
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: visible
    }
}

.account-overview-card {
    margin-bottom: 3rem
}

.register-personal {
    margin-bottom: 1rem
}

.register-address {
    margin-bottom: 3rem
}

.register-different-shipping {
    margin-bottom: 1rem
}

.register-shipping {
    padding-top: 1.5rem
}

.login-card {
    margin-bottom: 1rem
}

.login-advantages {
    display: none
}

.login-password-recover {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .login-advantages {
        display: block
    }
}

.address-card-title {
    margin-bottom: 1.5rem
}

.address-actions-defaults {
    margin-bottom: .5rem
}

.address-list {
    padding-top: 1.5rem
}

.address-action-delete {
    margin-left: .5rem
}

.address-action-create {
    margin-bottom: 1.5rem
}

.account-profile-personal {
    margin-bottom: 3rem
}

.account-profile-credentials {
    margin-bottom: 1.5rem
}

.order-table {
    margin-bottom: 1.5rem;
    border: 1px solid #bfbab4;
    position: relative
}

.order-table-header {
    display: none
}

.order-table-header :first-child {
    position: relative
}

.order-hide-btn .order-hide-btn-text {
    display: block
}

.order-hide-btn .order-view-btn-text {
    display: none
}

.order-hide-btn.collapsed .order-hide-btn-text {
    display: none
}

.order-hide-btn.collapsed .order-view-btn-text {
    display: block
}

.order-table-header:last-of-type,
.order-wrapper:last-of-type {
    border-bottom: 0
}

.order-table-header,
.order-item-header {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.order-table-header,
.order-item-header {
    padding-left: 20px;
    padding-right: 20px
}

.order-table-header-heading,
.order-table-header-order-status,
.order-table-header-context-menu {
    display: inline-block
}

.order-table-header-heading {
    max-width: 290px
}

.order-table-header-order-status {
    font-weight: 700
}

.order-table-header-context-menu-wrapper {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.order-table-header-context-menu-wrapper,
.order-table-header-heading {
    margin-top: .5rem
}

.order-table-header-context-menu {
    float: right;
    border: 1px solid #bfbab4;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    padding: 0
}

.order-table-header-context-menu::after {
    display: none
}

.order-table-header-context-menu .icon {
    position: relative;
    margin: 5px
}

.order-table-header-context-menu .icon>svg {
    color: #241600;
    position: absolute;
    top: 0;
    left: 0
}

.order-table-header-context-menu-content {
    padding-left: 10px;
    padding-right: 10px
}

.order-table-header-context-menu-content-link {
    display: block;
    border: 0 none;
    padding: 0;
    width: 100%;
    color: #241600;
    background: none;
    cursor: pointer;
    text-align: left
}

.order-table-header-context-menu-content-link:hover {
    text-decoration: none;
    color: #241600
}

.order-table-header-context-menu-content-link:active {
    outline: none
}

.order-table-header-order-number {
    display: block;
    font-weight: 400;
    margin-bottom: 1.5rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.order-table-header-order-number .order-table-header-label {
    display: inline
}

.order-table-header-order-table-body,
.order-table-header-order-table-header {
    padding-left: 0;
    padding-right: 0
}

.order-table-header-order-table-body {
    border-top: 1px solid #bfbab4;
    font-weight: 400
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*='col-'] {
    margin-top: 10px
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*='col-']:first-of-type {
    padding-left: 0
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*='col-']:last-of-type {
    padding-right: 0
}

.order-table-header-order-table-header {
    font-weight: 700
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*='col-'] {
    margin-bottom: 10px
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*='col-']:first-of-type {
    padding-left: 0
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*='col-']:last-of-type {
    padding-right: 0
}

.order-table-header-order-table {
    width: 100%
}

.order-table-header-label {
    display: none
}

.payment-control input,
.payment-control label {
    cursor: pointer
}

.order-item {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.order-item-actions {
    text-align: center
}

.order-item-label {
    float: left;
    width: 50%
}

.order-item-value {
    width: 50%
}

.order-table-header-context-menu-indicator {
    position: absolute;
    top: -3px;
    right: 7px
}

.order-item-status-badge.order-item-status-badge-open,
.order-item-status-badge.order-item-status-badge-in_progress {
    background-color: #008eb7;
    color: #fff
}

.order-item-status-badge.order-item-status-badge-completed {
    background-color: #b7b000;
    color: #fff
}

.order-item-status-badge.order-item-status-badge-failed,
.order-item-status-badge.order-item-status-badge-cancelled {
    background-color: #b70000;
    color: #fff
}

.order-item-status-badge .icon {
    color: currentColor
}

.order-item-status-badge .icon svg {
    top: 5px
}

@media (min-width:768px) {
    .order-table-header {
        display: block
    }

    .order-table-header,
    .order-item-header {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .order-item {
        padding-top: 0;
        padding-bottom: 0
    }

    .order-item-actions {
        text-align: right
    }
}

@media (max-width:575.98px) {
    .order-table-header-order-table-header {
        display: none
    }

    .order-table-header-order-table-body {
        border-top: 0
    }

    .order-table-header-label {
        display: inline
    }

    .order-table-header-order-number {
        margin-bottom: 0
    }

    .order-table-header-label {
        display: block;
        float: left;
        width: 50%
    }

    .order-table-body-value {
        width: 50%
    }

    .order-table-header-order-status {
        margin-top: 0;
        margin-bottom: 1rem
    }

    .order-table-header-context-menu-wrapper {
        top: .5rem;
        right: 1rem
    }

    .order-table-header-context-menu-indicator {
        top: -3px;
        right: -3px
    }
}

.edit-order {
    padding-top: 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.edit-order-container {
    max-width: 895px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box
}

.edit-order-tos-checkbox,
.edit-order-tos-label {
    cursor: pointer
}

.edit-order-cancel-order-modal-toggle-btn {
    margin-top: 1rem
}

.edit-order-checkout-aside {
    width: 50%;
    margin-left: 50%;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:991.98px) {
    .edit-order {
        padding-top: 0
    }

    .edit-order-checkout-aside {
        width: 100%;
        margin-left: 0
    }
}

.order-detail-content {
    border-top: 1px solid #bfbab4
}

.order-detail-content-header {
    display: none
}

.document-detail-content-header {
    display: block;
    border-bottom: 1px solid #bcc1c7;
    padding-bottom: .5rem
}

.order-detail-content-header,
.order-item-detail-footer {
    padding-left: 10px;
    padding-right: 10px
}

.order-detail-content-body.has-element-loader {
    min-height: 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.order-detail-content-body .element-loader-backdrop {
    box-shadow: none
}

.order-detail-content-header,
.order-detail-content-row {
    margin-right: 20px;
    margin-left: 20px
}

.order-detail-content-row {
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #bfbab4
}

.order-detail-content-row .document-item {
    padding-left: .5rem;
    padding-right: .5rem
}

.order-detail-content-row .order-item:last-of-type,
.order-detail-content-row .document-item:last-of-type {
    padding-right: 0
}

.order-detail-content-row .order-item:first-of-type,
.order-detail-content-row .document-item:first-of-type {
    padding-left: 0
}

@media (max-width:991.98px) {

    .order-item,
    .document-item {
        padding-left: 0;
        padding-right: 0
    }
}

.order-item-detail-list-item {
    margin-bottom: 1rem
}

.order-item-detail-list-item:last-of-type .order-detail-content-row {
    border-bottom: 0 none
}

.order-item-detail-list-item.is-nested,
.order-item-detail-list-item.is-child {
    border-left: 3px solid #bfbab4;
    border-bottom-color: #fff0;
    margin: 0 -10px;
    padding: 0 10px
}

.order-item-detail-list-item.is-discount .cart-item-total-price {
    color: #b7b000
}

.order-item-discount-icon {
    text-align: center
}

.order-item-total {
    font-weight: 700
}

.order-item-nested-icon {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.order-item-nested-icon .icon>svg {
    top: 0
}

.order-item-reorder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.order-item-detail-footer {
    padding: 1rem
}

.order-item-detail-footer dl dt.col,
.order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside,
.is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside,
.is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside,
.is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl dt[class*='col-'] {
    margin-bottom: .5rem;
    padding-right: .5rem
}

.order-item-detail-labels {
    margin-bottom: 0
}

.order-item-detail-labels-value {
    font-weight: 400
}

.order-detail-content-header {
    padding-left: 0;
    padding-right: 0
}

.order-item-detail-summary,
.order-item-detail-summary dd:last-child {
    margin-bottom: 0
}

.order-detail-comment {
    border-top: 0;
    display: block;
    padding-top: 0;
    padding-bottom: 1rem
}

.card-title.order-detail-comment-title {
    margin-bottom: 0;
    padding: 1rem
}

.order-detail-comment-body {
    padding: 1rem
}

.order-detail-comment-value {
    margin-bottom: 0
}

.order-item-variants-properties {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.order-item-variants-properties-name {
    margin-right: .5rem
}

.order-detail-form {
    float: right
}

.document-item-view-file {
    text-align: right
}

@media (min-width:768px) {
    .order-detail-content-header {
        display: block;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .order-item-label {
        display: none
    }

    .order-detail-content-header {
        border-bottom: 1px solid #bcc1c7
    }

    .order-detail-content {
        border-top: 0
    }

    .order-header-price,
    .order-item-price,
    .order-header-total,
    .order-item-total,
    .order-header-actions {
        text-align: right
    }

    .order-header-quantity,
    .order-item-quantity {
        text-align: center
    }

    .order-item-reorder {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .order-item-detail-summary dt,
    .order-item-detail-summary dd {
        text-align: right
    }

    .document-item-view-file-icon-btn {
        display: none
    }
}

@media (max-width:767.98px) {
    .document-header-date {
        display: none
    }

    .document-item-view-file-text-btn {
        display: none
    }
}

.checkout-container {
    margin-bottom: 1.5rem
}

.checkout-product-table {
    margin-bottom: 1.5rem
}

.checkout-confirm-tos-checkbox,
.checkout-confirm-tos-label {
    cursor: pointer
}

.is-ctl-checkout .footer-minimal .footer-service-menu-list,
.is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list {
    display: block
}

.checkout-aside-summary-label {
    font-weight: 400
}

.checkout-aside-summary-total {
    font-size: 1rem;
    font-weight: 700
}

.checkout-aside-summary-value {
    text-align: right
}

.checkout-aside-product-header {
    margin-bottom: 1.5rem
}

.checkout-aside-item {
    margin-bottom: 1rem
}

.checkout-aside-item .checkout-aside-item-title {
    font-weight: 700;
    margin-bottom: .25rem
}

.checkout-aside-item .checkout-aside-item-characteristics {
    margin-bottom: .25rem
}

.checkout-aside-item .checkout-aside-item-characteristics .checkout-aside-item-characteristics-option {
    font-weight: 700
}

.checkout-aside-item .checkout-aside-item-link-quantity {
    margin-bottom: .25rem
}

.checkout-aside-item-price {
    font-weight: 700;
    text-align: right
}

.checkout-aside-action {
    margin-top: 1rem
}

.checkout-aside-add-code {
    margin-top: 1rem
}

.is-act-cartpage .checkout .checkout-main {
    margin-bottom: 1.5rem
}

.is-act-cartpage .checkout .checkout-aside-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.cart-main-header {
    margin-bottom: 1.5rem
}

.cart-table-header {
    display: none
}

.cart-header-quantity,
.cart-header-unit-price,
.cart-header-total-price,
.cart-header-tax-price {
    text-align: right
}

.cart-header-row,
.cart-item-row {
    margin-right: -.25rem;
    margin-left: -.25rem
}

.cart-header-row>.col,
.is-act-confirmpage .checkout .cart-header-row>.checkout-aside,
.is-ctl-accountorder .checkout .cart-header-row>.checkout-aside,
.is-act-finishpage .checkout .cart-header-row>.checkout-aside,
.cart-item-row>.col,
.is-act-confirmpage .checkout .cart-item-row>.checkout-aside,
.is-ctl-accountorder .checkout .cart-item-row>.checkout-aside,
.is-act-finishpage .checkout .cart-item-row>.checkout-aside,
.cart-header-row>[class*='col-'],
.cart-item-row>[class*='col-'] {
    padding-right: .25rem;
    padding-left: .25rem
}

.cart-add-product-container {
    margin-bottom: 1rem
}

.cart-shipping-costs-container {
    -ms-flex-item-align: center;
    align-self: center
}

.cart-shipping-costs-btn {
    padding-left: 0;
    margin: 1px 0
}

@media (min-width:768px) {
    .cart-table-header {
        display: block
    }

    .cart-add-product {
        max-width: 250px
    }

    .cart-add-product-container {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .cart-table-header {
        display: block
    }
}

.cart-item {
    margin-bottom: 1rem
}

.cart-item.is-nested,
.cart-item.is-child {
    border-left: 3px solid #bfbab4;
    border-bottom-color: #fff0;
    padding-left: 1rem
}

.cart-item.is-child {
    padding-right: 1rem
}

.cart-item.is-discount .cart-item-total-price {
    color: #b7b000
}

.cart-item-discount-icon {
    text-align: center;
    height: 100%
}

.cart-item-discount-icon .icon {
    height: 100%
}

.cart-item-discount-icon .icon>svg {
    top: 0
}

.cart-item-nested-icon {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.cart-item-nested-icon .icon>svg {
    top: 0
}

.cart-item-info {
    -ms-flex-order: 1;
    order: 1
}

.cart-item-quantity {
    -ms-flex-order: 3;
    order: 3
}

.cart-item-unit-price,
.cart-item-tax-price {
    -ms-flex-order: 4;
    order: 4
}

.cart-item-total-price {
    -ms-flex-order: 5;
    order: 5
}

.cart-item-remove {
    -ms-flex-order: 2;
    order: 2;
    text-align: right
}

.cart-item-img-container {
    text-align: center;
    width: 70px
}

.cart-item-img-link {
    display: block
}

.cart-item-info {
    margin-bottom: 1rem
}

.cart-item-total-price {
    font-weight: 700
}

.cart-item-unit-price,
.cart-item-total-price,
.cart-item-tax-price {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.cart-item-quantity-label,
.cart-item-unit-price-label,
.cart-item-total-price-label,
.cart-item-tax-price-label {
    font-weight: 700;
    margin-bottom: .5rem
}

.cart-item-quantity-row {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem
}

.cart-item-quantity {
    margin-bottom: .5rem
}

.cart-item-details-characteristics {
    margin: .5rem 0;
    font-size: .75rem
}

.cart-item-details-characteristics .cart-item-details-characteristics-option {
    font-weight: 700
}

.cart-item-variants {
    margin-bottom: .5rem
}

.cart-item-variants-properties {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.cart-item-variants-properties-name {
    margin-right: .5rem
}

@media (min-width:576px) {
    .cart-item-quantity-container {
        width: 70px;
        margin-left: auto
    }

    .cart-item-quantity-row {
        -ms-flex-align: normal;
        align-items: normal;
        margin-bottom: 0
    }

    .cart-item-quantity {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .cart-item-quantity,
    .cart-item-unit-price,
    .cart-item-total-price,
    .cart-item-tax-price {
        text-align: right
    }

    .cart-item-unit-price,
    .cart-item-total-price,
    .cart-item-tax-price {
        -ms-flex-pack: normal;
        justify-content: normal;
        display: block
    }
}

@media (min-width:768px) {

    .cart-item.is-nested,
    .cart-item.is-child {
        padding-left: 0;
        padding-right: 0
    }

    .cart-item.is-nested .cart-item-info,
    .cart-item.is-child .cart-item-info {
        padding-left: 1rem
    }

    .cart-item-info,
    .cart-item-quantity,
    .cart-item-unit-price,
    .cart-item-total-price,
    .cart-item-tax-price,
    .cart-item-remove {
        -ms-flex-order: 0;
        order: 0
    }

    .cart-item-info {
        margin-bottom: 0
    }

    .cart-item-quantity-label,
    .cart-item-unit-price-label,
    .cart-item-total-price-label,
    .cart-item-tax-price-label {
        display: none
    }
}

.is-act-checkoutregisterpage .checkout {
    padding-top: 70px
}

.is-act-checkoutregisterpage .checkout .checkout-main {
    margin-bottom: 1.5rem
}

.register-guest-control {
    margin-bottom: 1rem
}

.register-login-collapse-toogle {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .is-act-checkoutregisterpage .checkout .checkout-main {
        margin-bottom: 0
    }
}

.is-act-confirmpage .checkout,
.is-ctl-accountorder .checkout {
    padding-top: 70px
}

.is-act-confirmpage .checkout .checkout-additional,
.is-ctl-accountorder .checkout .checkout-additional {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.is-act-confirmpage .checkout .checkout-aside-no-offset,
.is-ctl-accountorder .checkout .checkout-aside-no-offset {
    margin-left: 0
}

.confirm-main-header,
.confirm-tos,
.confirm-address,
.confirm-payment-shipping,
.confirm-payment,
.confirm-product {
    margin-bottom: 1.5rem
}

.confirm-payment-current,
.confirm-shipping-current {
    margin-bottom: 3rem
}

.confirm-payment-current.is-invalid,
.confirm-shipping-current.is-invalid {
    color: #b70000
}

.confirm-method-tooltip {
    margin-left: .25rem
}

.is-act-finishpage .checkout {
    padding-top: 70px
}

.is-act-finishpage .checkout .checkout-additional {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.is-act-finishpage .checkout .checkout-aside-no-offset {
    margin-left: 0
}

.finish-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem
}

.finish-ordernumber {
    font-size: 1rem;
    font-weight: 700
}

.finish-teaser {
    text-align: center
}

.finish-header {
    margin-bottom: 1.5rem;
    text-align: center
}

.finish-ordernumber {
    text-align: center
}

.finish-order-subtitle {
    text-align: center
}

.finish-change-payment-wrapper {
    text-align: center
}

.finish-action {
    text-align: center;
    margin-bottom: 3rem
}

.finish-info {
    margin-bottom: 3rem
}

.contact-headline {
    margin-bottom: 1.5rem
}

.contact-content {
    margin: 0 auto
}

.newsletter-headline {
    margin-bottom: 1rem
}

.newsletter-content {
    margin: 0 auto
}

.search-headline {
    text-align: center;
    margin-bottom: 1.5rem
}

.wishlist-headline {
    margin: 0;
    height: 155px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wishlist-listing-col {
    margin-top: 86px
}

.wishlist-listing-col .wishlist-listing-empty {
    height: 250px;
    width: 100%
}

.wishlist-listing-col .wishlist-listing-header {
    font-weight: 700;
    color: #241600
}

.wishlist-listing-col .wishlist-listing-description {
    font-size: 14px;
    line-height: 20px
}

@media (min-width:768px) {
    .wishlist-listing-header {
        margin-top: 53px;
        font-size: 36px;
        line-height: 40px
    }

    .wishlist-listing-empty {
        max-height: 200px
    }
}

@media (max-width:767.98px) {
    .wishlist-listing-empty {
        max-height: 120px
    }

    .wishlist-listing-header {
        margin-top: 48px;
        font-size: 23px;
        line-height: 34px
    }
}
/* 
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/open-sans-v34-latin-regular.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/open-sans-v34-latin-700.woff2') format('woff2')
} */

@font-face {
    font-family: "TT Firs Neue Bold";
    font-display: swap;
    src: url('/ttfirsneue-bold-webfont.woff2') format('woff2');
}


body {
    -moz-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
    -webkit-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
    font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 10px
}

h1,
.h1 {
    line-height: 40px
}

h2,
.h2 {
    line-height: 34px
}

h3,
.h3 {
    line-height: 33px
}

h4,
.h4 {
    line-height: 24px
}

h5,
.h5 {
    line-height: 21px
}

h6,
.h6 {
    line-height: 20px
}

.alert {
    padding: 0;
    border: 0
}

.alert .icon {
    margin: .5rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.alert .icon svg {
    top: 0
}

.alert-has-icon {
    -ms-flex-align: normal;
    align-items: normal
}

.alert-content-container {
    padding: .5rem;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.alert-primary {
    background-color: #241600
}

.alert-primary .alert-content-container {
    background-color: #d3d0cc;
    color: #241600
}

.alert-primary .icon {
    color: #fff
}

.alert-secondary {
    background-color: #8c8600
}

.alert-secondary .alert-content-container {
    background-color: #e8e7cc;
    color: #8c8600
}

.alert-secondary .icon {
    color: #fff
}

.alert-success {
    background-color: #b7b000
}

.alert-success .alert-content-container {
    background-color: #f1efcc;
    color: #b7b000
}

.alert-success .icon {
    color: #fff
}

.alert-info {
    background-color: #008eb7
}

.alert-info .alert-content-container {
    background-color: #cce8f1;
    color: #008eb7
}

.alert-info .icon {
    color: #fff
}

.alert-warning {
    background-color: #deb100
}

.alert-warning .alert-content-container {
    background-color: #f8efcc;
    color: #deb100
}

.alert-warning .icon {
    color: #fff
}

.alert-danger {
    background-color: #b70000
}

.alert-danger .alert-content-container {
    background-color: #f1cccc;
    color: #b70000
}

.alert-danger .icon {
    color: #fff
}

.alert-light {
    background-color: #f9f9f9
}

.alert-light .alert-content-container {
    background-color: #fefefe;
    color: #f9f9f9
}

.alert-light .icon {
    color: #fff
}

.alert-dark {
    background-color: #4a545b
}

.alert-dark .alert-content-container {
    background-color: #dbddde;
    color: #4a545b
}

.alert-dark .icon {
    color: #fff
}

.badge {
    border: 0;
    border-radius: 50px;
    box-sizing: content-box;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    min-width: 10px;
    padding: 0 5px
}

.badge-lg {
    height: 28px;
    line-height: 28px;
    padding: 0 10px
}

.breadcrumb svg {
    height: .875rem;
    width: auto;
    top: 3px
}

.breadcrumb .breadcrumb-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.breadcrumb .breadcrumb-placeholder {
    margin: 0 .5rem
}

.breadcrumb a {
    color: #241600;
    font-size: .875rem
}

.breadcrumb a:hover {
    color: #241600;
    text-decoration: none
}

.breadcrumb a.is-active {
    color: #241600;
    font-weight: bolder
}

.btn {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn-buy {
    color: #fff;
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.btn-buy:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-buy:focus,
.btn-buy.focus {
    box-shadow: 0 0 0 .2rem rgb(69 57 38 / .5)
}

.btn-buy.disabled,
.btn-buy:disabled {
    color: #fff;
    background-color: #241600;
    border-color: #241600
}

.btn-buy:not(:disabled):not(.disabled):active,
.btn-buy:not(:disabled):not(.disabled).active,
.show>.btn-buy.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-buy:not(:disabled):not(.disabled):active:focus,
.btn-buy:not(:disabled):not(.disabled).active:focus,
.show>.btn-buy.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(69 57 38 / .5)
}

.btn.disabled,
.btn-buy.disabled,
.btn:disabled,
.btn-buy:disabled {
    opacity: 1;
    background: #eee;
    border-color: #eee;
    color: #bcc1c7
}

.card-title {
    border-bottom: 1px solid #bfbab4;
    padding-bottom: 10px
}

.card-body {
    padding: 0
}

.custom-select {
    cursor: pointer
}

.custom-select:invalid {
    color: #c3c3c3
}

.custom-select:hover {
    border-color: #241600;
    color: #241600
}

.form-label {
    margin-bottom: 3px
}

.form-group {
    margin-bottom: 20px
}

.form-control:focus {
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #c3c3c3
}

.modal-content {
    border: 0;
    box-shadow: 0 43px 43px -6px rgb(0 0 0 / .2)
}

.modal-content .modal-title {
    margin: 0
}

.modal.is-fullscreen .modal-dialog,
.modal.is-fullscreen .modal-content {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    overflow-y: scroll;
    box-shadow: none
}

.modal.is-fullscreen .modal-dialog,
.modal.is-fullscreen .modal-content,
.modal.is-fullscreen .modal-header,
.modal.is-fullscreen .modal-body,
.modal.is-fullscreen .modal-footer {
    border-radius: 0
}

.product-box {
    border-color: #bfbab4;
    background-color: #fff
}

.product-box .card-body {
    padding: 1rem
}

.product-name {
    font-weight: 600
}

.product-price {
    color: #241600
}

.card-tabs {
    border: 0
}

.card-tabs .card-header {
    background: none;
    padding-left: 10px;
    padding-right: 10px
}

.card-tabs .nav-item {
    margin-right: 10px
}

.card-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid #bfbab4;
    border-radius: 0;
    color: #241600;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px
}

.card-tabs .nav-link:hover {
    border-color: #241600;
    color: #241600
}

.card-tabs .nav-link.active {
    border-color: #241600;
    color: #4a545b
}

.card-tabs .nav-link.active,
.card-tabs .nav-link:hover {
    background-color: #fff;
    background-image: none
}

.card-tabs .nav-link .product-cross-selling-tab-navigation {
    padding: 0
}

.card-tabs .card-body {
    padding-top: 30px
}

.payment-method {
    border-bottom: 1px solid #bfbab4;
    margin-bottom: 1rem
}

.payment-method:last-of-type {
    border-bottom: 0;
    margin-bottom: 0
}

.cms-block-text-hero .cms-element-text hr {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #e9edf0
}

.cms-element-product-listing .cms-listing-row {
    margin-right: -15px;
    margin-left: -15px
}

.cms-element-product-listing .cms-listing-col {
    padding-right: 15px;
    padding-left: 15px
}

.cms-element-product-listing .cms-listing-col {
    margin-bottom: 30px
}

.cms-element-text blockquote {
    font-size: 1rem;
    font-style: italic;
    line-height: 24px;
    margin-top: 16px;
    margin-left: 20px;
    position: relative
}

.cms-element-text blockquote::before {
    content: "\"";
    font-size: 40px;
    line-height: 16px;
    color: #9aa7be;
    position: absolute;
    top: 10px;
    left: -24px
}

.quickview-minimal-product-name {
    color: #241600
}

.quickview-minimal-product-name:hover {
    text-decoration: none
}

.quickview-minimal-product-number {
    font-size: .75rem
}

.quickview-minimal-footer-heading {
    border-bottom: 1px solid #bfbab4
}

.pagination .page-link {
    line-height: 1.5
}

.top-bar-nav-btn.btn {
    color: #241600;
    font-weight: 400;
    padding: 0
}

.top-bar-nav-btn.btn:hover,
.top-bar-nav-btn.btn:hover .icon {
    color: #241600
}

.top-bar-nav-btn.btn:focus {
    box-shadow: none
}

.dropdown.show .top-bar-nav-btn,
.dropdown.show .top-bar-nav-btn .icon {
    color: #241600
}

.top-bar-list-item {
    color: #241600
}

.top-bar-list-item.is-checked {
    color: #241600
}

.top-bar-list-item:hover {
    color: #241600;
    background: #fff0;
    text-decoration: none
}

.top-bar-list-item:hover .top-bar-list-label {
    cursor: pointer
}

.header-search-btn {
    background: #fff;
    border: 1px solid #bfbab4;
    border-left: 0
}

.header-search-btn:hover .icon {
    color: #241600
}

.header-search-btn:focus {
    box-shadow: none
}

.header-search-btn.btn:disabled {
    background: #fff;
    border-color: #bfbab4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-search-input {
    border-right: 0
}

.header-search-input:focus,
.header-search-input:focus~.input-group-append .header-search-btn {
    border-color: #241600
}

.header-actions-btn,
.header-actions-btn:active,
.header-actions-btn:hover {
    background: none
}

.header-actions-btn:hover,
.header-actions-btn:hover .icon {
    color: #241600
}

.header-actions-btn:focus {
    box-shadow: none
}

.header-cart-total {
    color: #241600;
    font-size: 1rem
}

@media (min-width:576px) {
    .header-cart-badge {
        display: none
    }
}

.footer-main {
    border-top: 1px solid #bfbab4
}

.footer-column {
    border-bottom: 1px solid #bfbab4
}

.footer-column-headline {
    color: #241600;
    font-size: 1rem;
    font-weight: 700
}

.footer-link,
.footer-contact-hotline a {
    color: #241600
}

.footer-link:hover,
.footer-contact-hotline a:hover {
    color: #241600;
    text-decoration: none
}

.footer-contact-hotline a {
    display: block;
    margin: 1rem 0 .5rem;
    font-size: 1rem;
    font-weight: 700
}

.footer-service-menu-item::after {
    display: inline-block;
    height: 10px;
    width: 1px;
    border-left: 1px solid #adb5bd;
    content: "";
    margin: 0 .5rem
}

.footer-service-menu-item:last-child::after {
    content: none
}

@media (min-width:768px) {
    .footer-columns {
        border-bottom: 1px solid #bfbab4
    }

    .footer-column {
        border: 0
    }

    .footer-link-item {
        padding: 2px 0
    }
}

.main-navigation-menu {
    font-size: 1rem
}

@media (min-width:768px) {
    .main-navigation-link {
        color: #241600;
        padding-left: 0;
        padding-right: 32px
    }

    .main-navigation-link .main-navigation-link-text {
        border-bottom: 2px solid #fff0;
        padding-bottom: 3px
    }

    .main-navigation-link:hover,
    .main-navigation-link.is-open {
        color: #241600
    }

    .main-navigation-link.active {
        color: #4a545b;
        font-weight: 700
    }

    .main-navigation-link.active .main-navigation-link-text {
        border-color: #241600
    }
}

.navigation-flyout-categories:not(.is-level-0) {
    margin-left: 20px
}

.navigation-flyout-categories.is-level-0>.navigation-flyout-col {
    margin-bottom: 30px;
    position: relative
}

.navigation-flyout-categories.is-level-0>.navigation-flyout-col::before {
    border-left: 1px solid #bfbab4;
    content: "";
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0
}

.navigation-flyout-categories.is-level-0>.navigation-flyout-col.col-3:nth-child(4n+1),
.navigation-flyout-categories.is-level-0>.navigation-flyout-col.col-4:nth-child(3n+1) {
    border-left: 0
}

.navigation-flyout-link {
    -webkit-transition: padding .25s cubic-bezier(0, .77, .33, 1);
    transition: padding .25s cubic-bezier(0, .77, .33, 1);
    color: #4a545b;
    font-size: 1rem;
    margin: 0 1rem;
    padding: .25rem 0
}

@media (prefers-reduced-motion:reduce) {
    .navigation-flyout-link {
        -webkit-transition: none;
        transition: none
    }
}

.navigation-flyout-link.is-level-0 {
    font-weight: 700
}

.navigation-flyout-link.is-level-2 {
    font-size: .875rem;
    padding: .125rem 0
}

.navigation-flyout-link:hover {
    color: #241600;
    padding-left: 5px
}

.navigation-flyout-link.active {
    color: #241600;
    font-weight: 700
}

.navigation-flyout-bar {
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.navigation-flyout-category-link {
    font-weight: 700;
    font-size: 1rem
}

.navigation-offcanvas-headline {
    font-weight: 700;
    color: #8c8600
}

.navigation-offcanvas-list-item {
    background-color: #fff;
    border-top: 1px solid #bcc1c7
}

.navigation-offcanvas-list-item:last-child {
    border-bottom: 1px solid #bcc1c7
}

.navigation-offcanvas-link {
    color: #241600
}

.navigation-offcanvas-link.is-home-link,
.navigation-offcanvas-link.is-home-link .icon {
    color: #241600
}

.navigation-offcanvas-link.is-back-link {
    border-top: 1px solid #bcc1c7;
    font-weight: 700;
    color: #8c8600
}

.navigation-offcanvas-link.is-current-category {
    color: #241600;
    font-weight: 700
}

.offcanvas-cart-header-count {
    color: #798490;
    font-weight: 700
}

.offcanvas-cart-tax {
    color: #798490
}

.search-suggest-product {
    border-bottom: 1px solid #bfbab4
}

.search-suggest-product:last-child {
    border-bottom: 0
}

.search-suggest-product-link {
    color: #241600
}

.search-suggest-product-link:hover {
    color: #241600
}

.product-detail-name {
    color: #241600
}

.product-detail-manufacturer-logo {
    max-width: 200px;
    max-height: 70px
}

.product-detail-price {
    color: #241600;
    margin-bottom: 0;
    font-weight: 700;
    vertical-align: middle
}

.product-detail-price.with-list-price {
    color: #b70000;
    display: inline-block
}

.product-detail-price.with-advanced-list-price {
    color: #b70000;
    font-size: .875rem;
    display: inline-block
}

.product-detail-price.with-advanced-list-price {
    color: #e52427;
    font-size: .875rem;
    display: inline-block
}

.list-price-badge {
    display: inline-block;
    background: #b70000;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 6px
}

.product-detail-list-price-wrapper {
    color: #241600;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    height: 26px;
    vertical-align: bottom
}

@media (max-width:991.98px) {
    .product-detail-list-price-wrapper {
        height: 22px
    }
}

.product-detail-list-price-wrapper .list-price-price {
    text-decoration: line-through
}

.product-detail-advanced-list-price-wrapper {
    color: #241600;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: line-through
}

@media (max-width:991.98px) {
    .product-detail-advanced-list-price-wrapper {
        height: 22px
    }
}

.product-detail-ordernumber-label {
    font-weight: 700
}

.product-detail-quantity-select {
    height: 100%
}

.product-detail-tabs {
    margin-bottom: 1.5rem
}

.product-detail-tabs .product-detail-tab-navigation {
    padding: 0
}

.product-detail-tab-navigation-list {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 5px
}

.product-detail-properties-table th,
.product-detail-properties-table td {
    border: 0
}

.product-detail-tab-preview {
    font-weight: 400;
    margin-top: .5rem
}

.product-detail-tab-preview-more {
    color: #241600;
    font-weight: 700
}

@media (max-width:575.98px) {
    .product-detail-tabs .product-detail-tab-navigation-link {
        background: none;
        border: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: 700;
        word-wrap: normal
    }
}

@media (min-width:576px) {
    .product-detail-tabs {
        margin-bottom: 0
    }

    .product-detail-tab-navigation-list {
        border: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 0
    }
}

.product-detail-review-widget {
    top: 20px
}

.product-detail-review-progressbar-container {
    height: 14px;
    margin-top: 4px
}

.product-detail-review-progressbar-bar {
    background-color: #fedc70
}

.product-detail-review-item {
    border-bottom: 1px solid #bfbab4;
    margin-bottom: 10px
}

.product-detail-review-item-date {
    color: #798490
}

.product-detail-review-item-verify {
    text-align: right
}

.product-detail-review-item-likebox {
    text-align: right
}

.product-detail-review-form-star.is-active .icon {
    color: #fedc70
}

.product-detail-review-form-star .icon:hover {
    cursor: pointer
}

@media (min-width:768px) {
    .product-detail-review-rating {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .product-detail-review-form-footer {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .product-detail-review-form-footer .product-detail-review-form-actions {
        margin-left: auto
    }
}

@media (max-width:575.98px) {
    .product-detail-cross-selling .product-detail-tabs-content {
        display: block
    }

    .product-detail-cross-selling .product-cross-selling-tab-navigation {
        display: none
    }

    .product-detail-cross-selling .tab-pane {
        margin-top: 1.5rem;
        display: block;
        opacity: 1
    }

    .product-detail-cross-selling .tab-pane .cms-element-title {
        display: block
    }

    .product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
        margin: 0
    }
}

.product-detail-cross-selling .card {
    margin-top: 1.5rem
}

.product-detail-cross-selling .cms-element-title {
    display: none
}

.account-aside-header {
    background: none;
    color: #241600;
    font-weight: 700
}

.account-aside-item {
    border: 0
}

.account-aside-item.is-active {
    color: #241600;
    background: #fff;
    font-weight: 700
}

.account-aside-item:hover {
    color: #241600;
    background: #fff
}

.account-aside-footer {
    background: none;
    margin-top: 1px;
    border-top: 1px solid #bfbab4
}

.account-aside-btn {
    line-height: normal;
    padding: 3px 0
}

.account-guest-abort {
    border-top: 0
}

@media (min-width:768px) {
    .register-submit {
        text-align: right
    }
}

.address-action-set-default {
    padding-left: 0;
    text-align: left
}

.account-profile-mail-label {
    font-weight: 700
}

.account-profile-change {
    font-weight: 700;
    font-size: .75rem
}

.order-item-status-badge {
    margin: 10px 0
}

@media (max-width:575.98px) {
    .order-item-status-badge {
        margin-top: 0
    }
}

.order-table-header .row,
.order-table-header .account-content,
.order-table-header .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .order-table-header .checkout-container,
.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container,
.order-table-header .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .order-table-header .checkout-container,
.order-table-header .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .order-table-header .checkout-container,
.order-table-header .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .order-table-header .checkout-container,
.order-item-header .row,
.order-item-header .account-content,
.order-item-header .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .order-item-header .checkout-container,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container,
.order-item-header .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .order-item-header .checkout-container,
.order-item-header .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .order-item-header .checkout-container,
.order-item-header .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .order-item-header .checkout-container,
.order-detail-content-header .row,
.order-detail-content-header .account-content,
.order-detail-content-header .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .order-detail-content-header .checkout-container {
    margin-right: 0;
    margin-left: 0
}

.order-table-header .row>.col,
.order-table-header .account-content>.col,
.order-table-header .is-act-confirmpage .checkout .account-content>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .account-content>.checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .account-content>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .account-content>.checkout-aside,
.order-table-header .is-act-finishpage .checkout .account-content>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .account-content>.checkout-aside,
.order-table-header .is-act-cartpage .checkout .checkout-container>.col,
.order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-table-header .checkout-container>.col,
.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,
.order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>.col,
.order-table-header .is-act-confirmpage .checkout .checkout-container>.col,
.order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .checkout-container>.col,
.order-table-header .is-ctl-accountorder .checkout .checkout-container>.col,
.order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .checkout-container>.col,
.order-table-header .is-act-finishpage .checkout .checkout-container>.col,
.order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .checkout-container>.col,
.order-table-header .is-act-confirmpage .checkout .row>.checkout-aside,
.order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-table-header .row>.checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .row>.checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .row>.checkout-aside,
.order-table-header .is-act-finishpage .checkout .row>.checkout-aside,
.order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-table-header .row>.checkout-aside,
.order-item-header .row>.col,
.order-item-header .account-content>.col,
.order-item-header .is-act-confirmpage .checkout .account-content>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .account-content>.checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .account-content>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .account-content>.checkout-aside,
.order-item-header .is-act-finishpage .checkout .account-content>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .account-content>.checkout-aside,
.order-item-header .is-act-cartpage .checkout .checkout-container>.col,
.order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-item-header .checkout-container>.col,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,
.order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.col,
.order-item-header .is-act-confirmpage .checkout .checkout-container>.col,
.order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .checkout-container>.col,
.order-item-header .is-ctl-accountorder .checkout .checkout-container>.col,
.order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .checkout-container>.col,
.order-item-header .is-act-finishpage .checkout .checkout-container>.col,
.order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .checkout-container>.col,
.order-item-header .is-act-confirmpage .checkout .row>.checkout-aside,
.order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-item-header .row>.checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .row>.checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .row>.checkout-aside,
.order-item-header .is-act-finishpage .checkout .row>.checkout-aside,
.order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-item-header .row>.checkout-aside,
.order-detail-content-header .row>.col,
.order-detail-content-header .account-content>.col,
.order-detail-content-header .is-act-confirmpage .checkout .account-content>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .account-content>.checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .account-content>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .account-content>.checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .account-content>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .account-content>.checkout-aside,
.order-detail-content-header .is-act-cartpage .checkout .checkout-container>.col,
.order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-detail-content-header .checkout-container>.col,
.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,
.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>.col,
.order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.col,
.order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .checkout-container>.col,
.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.col,
.order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>.col,
.order-detail-content-header .is-act-finishpage .checkout .checkout-container>.col,
.order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .checkout-container>.col,
.order-detail-content-header .is-act-confirmpage .checkout .row>.checkout-aside,
.order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .row>.checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .row>.checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .row>.checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .row>.checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
.is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
.is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .row>.checkout-aside,
.order-table-header .row>[class*='col-'],
.order-table-header .account-content>[class*='col-'],
.order-table-header .is-act-cartpage .checkout .checkout-container>[class*='col-'],
.is-act-cartpage .checkout .order-table-header .checkout-container>[class*='col-'],
.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*='col-'],
.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>[class*='col-'],
.order-table-header .is-act-confirmpage .checkout .checkout-container>[class*='col-'],
.is-act-confirmpage .checkout .order-table-header .checkout-container>[class*='col-'],
.order-table-header .is-ctl-accountorder .checkout .checkout-container>[class*='col-'],
.is-ctl-accountorder .checkout .order-table-header .checkout-container>[class*='col-'],
.order-table-header .is-act-finishpage .checkout .checkout-container>[class*='col-'],
.is-act-finishpage .checkout .order-table-header .checkout-container>[class*='col-'],
.order-item-header .row>[class*='col-'],
.order-item-header .account-content>[class*='col-'],
.order-item-header .is-act-cartpage .checkout .checkout-container>[class*='col-'],
.is-act-cartpage .checkout .order-item-header .checkout-container>[class*='col-'],
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*='col-'],
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>[class*='col-'],
.order-item-header .is-act-confirmpage .checkout .checkout-container>[class*='col-'],
.is-act-confirmpage .checkout .order-item-header .checkout-container>[class*='col-'],
.order-item-header .is-ctl-accountorder .checkout .checkout-container>[class*='col-'],
.is-ctl-accountorder .checkout .order-item-header .checkout-container>[class*='col-'],
.order-item-header .is-act-finishpage .checkout .checkout-container>[class*='col-'],
.is-act-finishpage .checkout .order-item-header .checkout-container>[class*='col-'],
.order-detail-content-header .row>[class*='col-'],
.order-detail-content-header .account-content>[class*='col-'],
.order-detail-content-header .is-act-cartpage .checkout .checkout-container>[class*='col-'],
.is-act-cartpage .checkout .order-detail-content-header .checkout-container>[class*='col-'],
.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*='col-'],
.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>[class*='col-'],
.order-detail-content-header .is-act-confirmpage .checkout .checkout-container>[class*='col-'],
.is-act-confirmpage .checkout .order-detail-content-header .checkout-container>[class*='col-'],
.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>[class*='col-'],
.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>[class*='col-'],
.order-detail-content-header .is-act-finishpage .checkout .checkout-container>[class*='col-'],
.is-act-finishpage .checkout .order-detail-content-header .checkout-container>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px
}

@media (max-width:575.98px) {

    .order-table-header .row>.col,
    .order-table-header .account-content>.col,
    .order-table-header .is-act-confirmpage .checkout .account-content>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .account-content>.checkout-aside,
    .order-table-header .is-ctl-accountorder .checkout .account-content>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .account-content>.checkout-aside,
    .order-table-header .is-act-finishpage .checkout .account-content>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .account-content>.checkout-aside,
    .order-table-header .is-act-cartpage .checkout .checkout-container>.col,
    .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-table-header .checkout-container>.col,
    .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,
    .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>.col,
    .order-table-header .is-act-confirmpage .checkout .checkout-container>.col,
    .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .checkout-container>.col,
    .order-table-header .is-ctl-accountorder .checkout .checkout-container>.col,
    .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .checkout-container>.col,
    .order-table-header .is-act-finishpage .checkout .checkout-container>.col,
    .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .checkout-container>.col,
    .order-table-header .is-act-confirmpage .checkout .row>.checkout-aside,
    .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-table-header .row>.checkout-aside,
    .order-table-header .is-ctl-accountorder .checkout .row>.checkout-aside,
    .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-table-header .row>.checkout-aside,
    .order-table-header .is-act-finishpage .checkout .row>.checkout-aside,
    .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-table-header .row>.checkout-aside,
    .order-item-header .row>.col,
    .order-item-header .account-content>.col,
    .order-item-header .is-act-confirmpage .checkout .account-content>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .account-content>.checkout-aside,
    .order-item-header .is-ctl-accountorder .checkout .account-content>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .account-content>.checkout-aside,
    .order-item-header .is-act-finishpage .checkout .account-content>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .account-content>.checkout-aside,
    .order-item-header .is-act-cartpage .checkout .checkout-container>.col,
    .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-item-header .checkout-container>.col,
    .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,
    .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.col,
    .order-item-header .is-act-confirmpage .checkout .checkout-container>.col,
    .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .checkout-container>.col,
    .order-item-header .is-ctl-accountorder .checkout .checkout-container>.col,
    .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .checkout-container>.col,
    .order-item-header .is-act-finishpage .checkout .checkout-container>.col,
    .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .checkout-container>.col,
    .order-item-header .is-act-confirmpage .checkout .row>.checkout-aside,
    .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-item-header .row>.checkout-aside,
    .order-item-header .is-ctl-accountorder .checkout .row>.checkout-aside,
    .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-item-header .row>.checkout-aside,
    .order-item-header .is-act-finishpage .checkout .row>.checkout-aside,
    .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-item-header .row>.checkout-aside,
    .order-detail-content-header .row>.col,
    .order-detail-content-header .account-content>.col,
    .order-detail-content-header .is-act-confirmpage .checkout .account-content>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .account-content>.checkout-aside,
    .order-detail-content-header .is-ctl-accountorder .checkout .account-content>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .account-content>.checkout-aside,
    .order-detail-content-header .is-act-finishpage .checkout .account-content>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .account-content>.checkout-aside,
    .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.col,
    .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-detail-content-header .checkout-container>.col,
    .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.col,
    .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>.col,
    .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.col,
    .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .checkout-container>.col,
    .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.col,
    .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>.col,
    .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.col,
    .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .checkout-container>.col,
    .order-detail-content-header .is-act-confirmpage .checkout .row>.checkout-aside,
    .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>.checkout-aside,
    .is-act-confirmpage .checkout .order-detail-content-header .row>.checkout-aside,
    .order-detail-content-header .is-ctl-accountorder .checkout .row>.checkout-aside,
    .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>.checkout-aside,
    .is-ctl-accountorder .checkout .order-detail-content-header .row>.checkout-aside,
    .order-detail-content-header .is-act-finishpage .checkout .row>.checkout-aside,
    .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container>.checkout-aside,
    .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container>.checkout-aside,
    .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container>.checkout-aside,
    .is-act-finishpage .checkout .order-detail-content-header .row>.checkout-aside,
    .order-table-header .row>[class*='col-'],
    .order-table-header .account-content>[class*='col-'],
    .order-table-header .is-act-cartpage .checkout .checkout-container>[class*='col-'],
    .is-act-cartpage .checkout .order-table-header .checkout-container>[class*='col-'],
    .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*='col-'],
    .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container>[class*='col-'],
    .order-table-header .is-act-confirmpage .checkout .checkout-container>[class*='col-'],
    .is-act-confirmpage .checkout .order-table-header .checkout-container>[class*='col-'],
    .order-table-header .is-ctl-accountorder .checkout .checkout-container>[class*='col-'],
    .is-ctl-accountorder .checkout .order-table-header .checkout-container>[class*='col-'],
    .order-table-header .is-act-finishpage .checkout .checkout-container>[class*='col-'],
    .is-act-finishpage .checkout .order-table-header .checkout-container>[class*='col-'],
    .order-item-header .row>[class*='col-'],
    .order-item-header .account-content>[class*='col-'],
    .order-item-header .is-act-cartpage .checkout .checkout-container>[class*='col-'],
    .is-act-cartpage .checkout .order-item-header .checkout-container>[class*='col-'],
    .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*='col-'],
    .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>[class*='col-'],
    .order-item-header .is-act-confirmpage .checkout .checkout-container>[class*='col-'],
    .is-act-confirmpage .checkout .order-item-header .checkout-container>[class*='col-'],
    .order-item-header .is-ctl-accountorder .checkout .checkout-container>[class*='col-'],
    .is-ctl-accountorder .checkout .order-item-header .checkout-container>[class*='col-'],
    .order-item-header .is-act-finishpage .checkout .checkout-container>[class*='col-'],
    .is-act-finishpage .checkout .order-item-header .checkout-container>[class*='col-'],
    .order-detail-content-header .row>[class*='col-'],
    .order-detail-content-header .account-content>[class*='col-'],
    .order-detail-content-header .is-act-cartpage .checkout .checkout-container>[class*='col-'],
    .is-act-cartpage .checkout .order-detail-content-header .checkout-container>[class*='col-'],
    .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container>[class*='col-'],
    .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container>[class*='col-'],
    .order-detail-content-header .is-act-confirmpage .checkout .checkout-container>[class*='col-'],
    .is-act-confirmpage .checkout .order-detail-content-header .checkout-container>[class*='col-'],
    .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container>[class*='col-'],
    .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container>[class*='col-'],
    .order-detail-content-header .is-act-finishpage .checkout .checkout-container>[class*='col-'],
    .is-act-finishpage .checkout .order-detail-content-header .checkout-container>[class*='col-'] {
        padding-right: 0;
        padding-left: 0
    }
}

.order-table-header {
    font-weight: 700
}

.order-item-header .row>.order-table-header-heading,
.order-item-header .account-content>.order-table-header-heading,
.order-item-header .is-act-cartpage .checkout .checkout-container>.order-table-header-heading,
.is-act-cartpage .checkout .order-item-header .checkout-container>.order-table-header-heading,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.order-table-header-heading,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.order-table-header-heading,
.order-item-header .is-act-confirmpage .checkout .checkout-container>.order-table-header-heading,
.is-act-confirmpage .checkout .order-item-header .checkout-container>.order-table-header-heading,
.order-item-header .is-ctl-accountorder .checkout .checkout-container>.order-table-header-heading,
.is-ctl-accountorder .checkout .order-item-header .checkout-container>.order-table-header-heading,
.order-item-header .is-act-finishpage .checkout .checkout-container>.order-table-header-heading,
.is-act-finishpage .checkout .order-item-header .checkout-container>.order-table-header-heading,
.order-item-header .row>.order-table-header-order-number,
.order-item-header .account-content>.order-table-header-order-number,
.order-item-header .is-act-cartpage .checkout .checkout-container>.order-table-header-order-number,
.is-act-cartpage .checkout .order-item-header .checkout-container>.order-table-header-order-number,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container>.order-table-header-order-number,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container>.order-table-header-order-number,
.order-item-header .is-act-confirmpage .checkout .checkout-container>.order-table-header-order-number,
.is-act-confirmpage .checkout .order-item-header .checkout-container>.order-table-header-order-number,
.order-item-header .is-ctl-accountorder .checkout .checkout-container>.order-table-header-order-number,
.is-ctl-accountorder .checkout .order-item-header .checkout-container>.order-table-header-order-number,
.order-item-header .is-act-finishpage .checkout .checkout-container>.order-table-header-order-number,
.is-act-finishpage .checkout .order-item-header .checkout-container>.order-table-header-order-number {
    padding-right: 0;
    padding-left: 0
}

.order-item-name {
    color: #4a545b
}

.order-detail-content-header {
    margin-top: 1rem;
    font-weight: 700
}

.order-detail-content-header .order-detail-content-header-cell[class*='col-']:first-of-type {
    padding-left: 0
}

.order-detail-content-header .order-detail-content-header-cell[class*='col-']:last-of-type {
    padding-right: 0
}

.order-item-product-name {
    color: #241600
}

.order-item-product-name:hover {
    color: #241600;
    text-decoration: none
}

.order-item-product-name strong {
    font-weight: 700
}

@media (min-width:768px) {
    .order-item-product-image .product-image-link {
        -ms-flex-pack: normal;
        justify-content: normal
    }

    .order-item-product-image img {
        max-width: 100px
    }
}

.order-item-number-value {
    font-weight: 700
}

.order-pseudo-price-value {
    text-decoration: line-through
}

.order-item-detail-list-item {
    margin: 0
}

.order-item-detail-list-item.is-child {
    background-color: #f9f9f9
}

.order-item-nested-icon {
    background-color: #798490
}

.order-item-detail-footer {
    background-color: #f9f9f9
}

.order-item-detail-summary dd {
    font-weight: 700
}

.order-price-unit {
    font-size: .75rem
}

.order-item-variants {
    font-size: .75rem
}

.order-item-variants-properties-name {
    font-weight: 700
}

.checkout-aside-summary {
    background-color: #f9f9f9
}

.checkout-aside-summary,
.checkout-aside-products {
    padding: 1rem
}

@media (max-width:767.98px) {
    .cart-table {
        border: 0
    }

    .cart-table-body {
        padding: 0
    }
}

.cart-item {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #bfbab4
}

.cart-item.is-child {
    background-color: #f9f9f9
}

.cart-item-nested-icon {
    background-color: #798490
}

.cart-item-img {
    padding: .25rem;
    border: 1px solid #bfbab4;
    border-radius: 3px
}

.cart-item-ordernumber {
    margin-bottom: .5rem;
    font-size: .75rem
}

.cart-item-variants {
    font-size: .75rem
}

.cart-item-variants-properties-name {
    font-weight: 700
}

.cart-item-label {
    color: #241600;
    font-weight: 700
}

a.cart-item-label:hover {
    color: #241600;
    text-decoration: none
}

.cart-item-quantity-label,
.cart-item-unit-price-label,
.cart-item-total-price-label,
.cart-item-tax-price-label {
    color: #4a545b
}

@media (min-width:768px) {
    .cart-item {
        padding: 10px 0
    }

    .cart-item-details-container {
        padding-left: 1rem
    }
}

.cart-item-characteristics {
    margin: .5rem 0;
    font-size: .75rem
}

.cart-item-characteristics .cart-item-characteristics-option {
    font-weight: 700
}

.confirm-shipping-method {
    border-bottom: 1px solid #bfbab4;
    margin-bottom: 1rem
}

.confirm-shipping-method:last-of-type {
    border-bottom: 0;
    margin-bottom: 0
}

.confirm-shipping-method-image {
    max-height: 35px;
    margin-right: .25rem
}

.contact-action {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.newsletter-action {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:1500px) {
    html::before {
        content: "xxl"
    }
}

.is-ctl-storefinder {
    --class-theme-current: linear-gradient(135deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.is-ctl-storefinder.storefinder--is-fetching {
    cursor: wait
}

.is-ctl-storefinder.storefinder--is-fetching .store--search-container,
.is-ctl-storefinder.storefinder--is-fetching .store--google-map,
.is-ctl-storefinder.storefinder--is-fetching .store--filter,
.is-ctl-storefinder.storefinder--is-fetching .store--search {
    opacity: .3;
    pointer-events: none
}

.is-ctl-storefinder.storefinder--form-has-info .store--search-container .alert-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0
}

.is-ctl-storefinder.storefinder--form-has-error .store--search-container .alert-danger {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.is-ctl-storefinder.storefinder--list-is-empty .store--search .alert {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .container-main {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.is-ctl-storefinder .storefinder-alert {
    margin-top: 30px
}

.is-ctl-storefinder .breadcrumb {
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-order: 10;
    order: 10;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:992px) {
    .is-ctl-storefinder .breadcrumb {
        margin: 0 0 30px
    }
}

.is-ctl-storefinder .store--title-filter {
    font-family: "TT Firs Neue Bold", sans-serif;
    margin-bottom: 10px
}

.is-ctl-storefinder .store-finder-area .store--finder-checkbox {
    margin-bottom: 15px
}

.is-ctl-storefinder .store-finder-title {
    font-family: "TT Firs Neue Bold", sans-serif;
    font-size: 34px;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-order: 20;
    order: 20;
    text-align: left;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .is-ctl-storefinder .store-finder-title {
        text-align: center;
        margin: 20px 0 30px 0
    }
}

.is-ctl-storefinder #store--search-form.was-validated .custom-control .custom-control-input:invalid~.custom-control-label,
.is-ctl-storefinder #store--search-form.was-validated .custom-control .custom-control-input.is-invalid~.custom-control-label {
    color: #e30613
}

.is-ctl-storefinder #store--search-form.was-validated .custom-control .custom-control-input:valid~.custom-control-label {
    color: #000
}

.is-ctl-storefinder .store--search-container {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .2s
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search-container {
        -ms-flex: 100%;
        flex: 100%;
        -ms-flex-order: 30;
        order: 30
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 100%
    }
}

.is-ctl-storefinder .store--search-container .alert {
    display: none;
    margin: 0 0 20px
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter.first-store-filter {
    margin-bottom: 25px
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter {
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search:not(:last-of-type) {
        margin-bottom: 10px
    }
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .store--finder--link {
    margin-bottom: 20px
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .store--finder--link .store-finder-link {
    text-decoration: underline
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown .btn-secondary {
    width: 100%;
    line-height: 40px;
    color: #918a7f
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown .dropdown-toggle::after {
    color: #241600
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown .dropdown-menu.show {
    width: 100%
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown.store--brand .custom-select {
        width: 85%
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search {
        width: 33.3%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 20px;
        margin-bottom: 0
    }

    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search:last-of-type {
        margin-right: 0
    }
}

@media (min-width:1500px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search {
        margin-right: 40px
    }
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .btn--store-search {
    width: 100%
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .btn--store-search:not(:disabled):not(.disabled) {
    background: linear-gradient(45deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .is-ctl-storefinder .store--search-container .store-finder-search-filter.first-store-filter {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container {
        margin-bottom: 30px
    }
}

.is-ctl-storefinder .store--google-map {
    -ms-flex-order: 40;
    order: 40;
    width: 100%;
    height: 300px;
    margin: 0 0 30px;
    background: #f5f4f3;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--google-map {
        position: relative;
        left: calc(50% + 20px);
        right: 50%;
        width: calc(100vw - 40px);
        height: 500px;
        margin: 0 -50vw 40px
    }
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--filter {
        -ms-flex: 100%;
        flex: 100%;
        -ms-flex-order: 0;
        order: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 10;
        height: 56px;
        margin: 0 -20px;
        text-align: center;
        line-height: 56px;
        background: #f5f4f3;
        box-shadow: 0 3px 4px rgb(0 0 0 / .14)
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--filter {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        float: left;
        width: 256px;
        -ms-flex-order: 50;
        order: 50;
        position: relative;
        margin: 0 40px 80px 0;
        -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
        transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
    }

    .is-ctl-storefinder .store--filter .cms-element-sidebar-filter {
        width: 100%
    }

    .is-ctl-storefinder .store--filter .filter-panel-wrapper {
        border-top: 1px solid rgb(145 138 127 / .5)
    }

    .is-ctl-storefinder .store--filter .filter-panel-item {
        border-bottom-color: rgb(145 138 127 / .5)
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--filter {
        width: 356px
    }
}

.is-ctl-storefinder .store--search {
    -ms-flex-order: 60;
    order: 60;
    width: 100%;
    min-height: 800px;
    margin: 0 0 40px;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    counter-reset: index
}

.is-ctl-storefinder .store--search .alert {
    display: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 auto
}

.is-ctl-storefinder .store--search .list--store-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 25px;
    counter-increment: index;
    font-family: "TT Firs Neue Regular", sans-serif
}

.is-ctl-storefinder .store--search .list--store-item:not(:last-of-type) {
    border-bottom: 1px solid #d3d0cc
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .list--store-item {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-transform-origin: 50% -50%;
        -webkit-transform-origin: 50% -50%;
        transform-origin: 50% -50%;
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-name: scaleIn
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(1) {
        animation-delay: 0s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(2) {
        animation-delay: .08s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(3) {
        animation-delay: .16s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(4) {
        animation-delay: .24s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(5) {
        animation-delay: .32s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(6) {
        animation-delay: .4s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(7) {
        animation-delay: .48s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(8) {
        animation-delay: .56s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(9) {
        animation-delay: .64s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(10) {
        animation-delay: .72s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(11) {
        animation-delay: .8s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(12) {
        animation-delay: .88s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(13) {
        animation-delay: .96s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(14) {
        animation-delay: 1.04s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(15) {
        animation-delay: 1.12s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(16) {
        animation-delay: 1.2s
    }

    .is-ctl-storefinder .store--search .list--store-item::before {
        content: "";
        position: absolute;
        top: -26px;
        right: -20px;
        bottom: -1px;
        left: -20px;
        z-index: -1;
        opacity: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgb(0 0 0 / .14), 0 1px 10px 0 rgb(0 0 0 / .12);
        -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
        transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
    }

    .is-ctl-storefinder .store--search .list--store-item:hover {
        z-index: 1
    }

    .is-ctl-storefinder .store--search .list--store-item:hover::before {
        opacity: 1
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .list--store-item {
        padding-bottom: 26px
    }
}

@-webkit-keyframes scaleIn {
    from {
        opacity: 0;
        -ms-transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        transform: rotateX(-30deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    to {
        opacity: 1;
        -ms-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        -ms-transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        transform: rotateX(-30deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    to {
        opacity: 1;
        -ms-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
}

.is-ctl-storefinder .store--search .store--item-header {
    -ms-flex-order: 10;
    order: 10
}

@media (min-width:992px) and (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--item-header {
        width: 45%
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .store--item-header {
        width: 35%
    }
}

.is-ctl-storefinder .store--search .store--item-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.is-ctl-storefinder .store--search .store--item-icon.store--item-title {
    margin: 0 0 16px
}

.is-ctl-storefinder .store--search .store--item-icon .icon-location-filled {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    width: 40px;
    height: auto;
    margin: 0 20px 0 0;
    color: #b7b000;
    font-size: 40px;
    line-height: 40px
}

.is-ctl-storefinder .store--search .store--item-icon .icon-location-filled::after {
    content: counter(index);
    position: absolute;
    left: 50%;
    top: 45%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.is-ctl-storefinder .store--search .store--item-icon .icon-infor {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 20px;
    margin-right: 10px
}

.is-ctl-storefinder .store--search .store--item-icon .icon-infor.icon-location {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.is-ctl-storefinder .store--search .store--item-icon .store--title {
    font-family: "TT Firs Neue Bold", sans-serif;
    line-height: 20px
}

.is-ctl-storefinder .store--search .store--item-icon .store--address-detail {
    font-weight: 400;
    line-height: 26px
}

.is-ctl-storefinder .store--search .store--item-infor {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-infor {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-infor .store--infor-block {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 0 56px
    }
}

.is-ctl-storefinder .store--search .store--item-infor .store--infor-block .store--item-address {
    width: 100%
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search .store--item-infor .store--infor-block .store--item-address {
        margin: 0 0 16px
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-infor .store--infor-block .store--item-address {
        margin: 0
    }
}

@media (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--show-more-less {
        -ms-flex-order: 30;
        order: 30;
        margin: 20px auto
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .store--show-more-less {
        -ms-flex-order: 20;
        order: 20;
        position: absolute;
        top: 74px;
        right: -13px
    }
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none !important
}

@media (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--show-more-less .btn-link {
        -ms-transform: translateX(12px);
        -webkit-transform: translateX(12px);
        transform: translateX(12px)
    }
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link span {
    margin: 0 13px 0 0;
    text-decoration: underline !important
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link .iconter-dropdown {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 14px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -ms-transform .2s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1)
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link:not(.collapsed) .if-collapsed {
    display: none
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link:not(.collapsed) .iconter-dropdown {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link.collapsed .if-not-collapsed {
    display: none
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search .store--item-details {
        margin: 15px 0 0
    }
}

@media (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--item-details {
        -ms-flex-order: 20;
        order: 20
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-details {
        width: 54%;
        margin: auto 0
    }

    .is-ctl-storefinder .store--search .store--item-details .store--item-block {
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .store--item-details {
        -ms-flex-order: 30;
        order: 30;
        width: 64%
    }
}

.is-ctl-storefinder .store--search .store--item-details .store--details {
    margin: 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.is-ctl-storefinder .store--search .store--item-details .store--details .store--details-title {
    line-height: 26px;
    text-transform: capitalize;
    font-family: "TT Firs Neue Bold", sans-serif;
    margin-bottom: 20px
}

.is-ctl-storefinder .store--search .store--item-details .store--details .store--description {
    padding-left: 20px
}

.is-ctl-storefinder .store--search .store--item-details .store--details .store--description .store--details-list .store-detail-bold {
    font-weight: 700;
    border-bottom: 1px solid #666
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-details .store--details {
        margin-bottom: 0;
        padding-left: 50px
    }
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-d {
    max-height: unset !important;
    max-width: unset !important
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c {
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .3);
    max-height: unset !important;
    max-width: unset !important;
    padding: 15px
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c h4,
.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c p,
.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a {
    font-size: 16px;
    font-family: "Px Grotesk", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c h4 {
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    padding-right: 12px
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c p {
    margin: 0;
    line-height: 22px;
    font-weight: 400
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a {
    font-weight: 400;
    display: inline-block;
    margin-top: 17px;
    margin-right: 20px;
    text-decoration: underline;
    margin-bottom: 2px
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a:before {
    content: "h";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a:nth-child(6):before {
    content: "T"
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c button {
    top: 0 !important;
    right: 0 !important
}

.list--store .btn-link {
    display: inline-block;
    position: relative;
    z-index: 10
}

.list--store .btn-link:not(:disabled):not(.disabled) {
    -webkit-transition: .3s background cubic-bezier(.215, .61, .355, 1);
    transition: .3s background cubic-bezier(.215, .61, .355, 1)
}

.list--store .btn-link:not(:disabled):not(.disabled)::after {
    background: #333
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .list--store .btn-link:not(:disabled):not(.disabled):hover,
    .list--store .btn-link:not(:disabled):not(.disabled).hover {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.list--store .btn-link:not(:disabled):not(.disabled):hover::after,
.list--store .btn-link:not(:disabled):not(.disabled).hover::after {
    background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .list--store .btn-link:not(:disabled):not(.disabled):hover .icon::before,
    .list--store .btn-link:not(:disabled):not(.disabled).hover .icon::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.list--store .btn-link .icon::before {
    font-weight: 700;
    color: #000
}

.store--item-address .btn-link {
    font-family: "TT Firs Neue Regular", sans-serif
}

.is-ctl-storefinder {
    --class-theme-current: linear-gradient(135deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.is-ctl-storefinder.storefinder--is-fetching {
    cursor: wait
}

.is-ctl-storefinder.storefinder--is-fetching .store--search-container,
.is-ctl-storefinder.storefinder--is-fetching .store--google-map,
.is-ctl-storefinder.storefinder--is-fetching .store--filter,
.is-ctl-storefinder.storefinder--is-fetching .store--search {
    opacity: .3;
    pointer-events: none
}

.is-ctl-storefinder.storefinder--form-has-info .store--search-container .alert-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0
}

.is-ctl-storefinder.storefinder--form-has-error .store--search-container .alert-danger {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.is-ctl-storefinder.storefinder--list-is-empty .store--search .alert {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .container-main {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.is-ctl-storefinder .storefinder-alert {
    margin-top: 30px
}

.is-ctl-storefinder .breadcrumb {
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-order: 10;
    order: 10;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:992px) {
    .is-ctl-storefinder .breadcrumb {
        margin: 0 0 30px
    }
}

.is-ctl-storefinder .store--title-filter {
    font-family: "TT Firs Neue Bold", sans-serif;
    margin-bottom: 10px
}

.is-ctl-storefinder .store-finder-area .store--finder-checkbox {
    margin-bottom: 15px
}

.is-ctl-storefinder .store-finder-title {
    font-family: "TT Firs Neue Bold", sans-serif;
    font-size: 34px;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-order: 20;
    order: 20;
    text-align: left;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .is-ctl-storefinder .store-finder-title {
        text-align: center;
        margin: 20px 0 30px 0
    }
}

.is-ctl-storefinder #store--search-form.was-validated .custom-control .custom-control-input:invalid~.custom-control-label,
.is-ctl-storefinder #store--search-form.was-validated .custom-control .custom-control-input.is-invalid~.custom-control-label {
    color: #e30613
}

.is-ctl-storefinder #store--search-form.was-validated .custom-control .custom-control-input:valid~.custom-control-label {
    color: #000
}

.is-ctl-storefinder .store--search-container {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .2s
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search-container {
        -ms-flex: 100%;
        flex: 100%;
        -ms-flex-order: 30;
        order: 30
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 100%
    }
}

.is-ctl-storefinder .store--search-container .alert {
    display: none;
    margin: 0 0 20px
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter.first-store-filter {
    margin-bottom: 25px
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter {
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search:not(:last-of-type) {
        margin-bottom: 10px
    }
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .store--finder--link {
    margin-bottom: 20px
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .store--finder--link .store-finder-link {
    text-decoration: underline
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown .btn-secondary {
    width: 100%;
    line-height: 40px;
    color: #918a7f
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown .dropdown-toggle::after {
    color: #241600
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown .dropdown-menu.show {
    width: 100%
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search .dropdown.store--brand .custom-select {
        width: 85%
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search {
        width: 33.3%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 20px;
        margin-bottom: 0
    }

    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search:last-of-type {
        margin-right: 0
    }
}

@media (min-width:1500px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter .store--finder-search {
        margin-right: 40px
    }
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .btn--store-search {
    width: 100%
}

.is-ctl-storefinder .store--search-container .store-finder-search-filter .btn--store-search:not(:disabled):not(.disabled) {
    background: linear-gradient(45deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container .store-finder-search-filter {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .is-ctl-storefinder .store--search-container .store-finder-search-filter.first-store-filter {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search-container {
        margin-bottom: 30px
    }
}

.is-ctl-storefinder .store--google-map {
    -ms-flex-order: 40;
    order: 40;
    width: 100%;
    height: 300px;
    margin: 0 0 30px;
    background: #f5f4f3;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--google-map {
        position: relative;
        left: calc(50% + 20px);
        right: 50%;
        width: calc(100vw - 40px);
        height: 500px;
        margin: 0 -50vw 40px
    }
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--filter {
        -ms-flex: 100%;
        flex: 100%;
        -ms-flex-order: 0;
        order: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 10;
        height: 56px;
        margin: 0 -20px;
        text-align: center;
        line-height: 56px;
        background: #f5f4f3;
        box-shadow: 0 3px 4px rgb(0 0 0 / .14)
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--filter {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        float: left;
        width: 256px;
        -ms-flex-order: 50;
        order: 50;
        position: relative;
        margin: 0 40px 80px 0;
        -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
        transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
    }

    .is-ctl-storefinder .store--filter .cms-element-sidebar-filter {
        width: 100%
    }

    .is-ctl-storefinder .store--filter .filter-panel-wrapper {
        border-top: 1px solid rgb(145 138 127 / .5)
    }

    .is-ctl-storefinder .store--filter .filter-panel-item {
        border-bottom-color: rgb(145 138 127 / .5)
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--filter {
        width: 356px
    }
}

.is-ctl-storefinder .store--search {
    -ms-flex-order: 60;
    order: 60;
    width: 100%;
    min-height: 800px;
    margin: 0 0 40px;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
    counter-reset: index
}

.is-ctl-storefinder .store--search .alert {
    display: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 auto
}

.is-ctl-storefinder .store--search .list--store-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 25px;
    counter-increment: index;
    font-family: "TT Firs Neue Regular", sans-serif
}

.is-ctl-storefinder .store--search .list--store-item:not(:last-of-type) {
    border-bottom: 1px solid #d3d0cc
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .list--store-item {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-transform-origin: 50% -50%;
        -webkit-transform-origin: 50% -50%;
        transform-origin: 50% -50%;
        animation-duration: .2s;
        animation-fill-mode: both;
        animation-name: scaleIn
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(1) {
        animation-delay: 0s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(2) {
        animation-delay: .08s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(3) {
        animation-delay: .16s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(4) {
        animation-delay: .24s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(5) {
        animation-delay: .32s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(6) {
        animation-delay: .4s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(7) {
        animation-delay: .48s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(8) {
        animation-delay: .56s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(9) {
        animation-delay: .64s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(10) {
        animation-delay: .72s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(11) {
        animation-delay: .8s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(12) {
        animation-delay: .88s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(13) {
        animation-delay: .96s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(14) {
        animation-delay: 1.04s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(15) {
        animation-delay: 1.12s
    }

    .is-ctl-storefinder .store--search .list--store-item:nth-child(16) {
        animation-delay: 1.2s
    }

    .is-ctl-storefinder .store--search .list--store-item::before {
        content: "";
        position: absolute;
        top: -26px;
        right: -20px;
        bottom: -1px;
        left: -20px;
        z-index: -1;
        opacity: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgb(0 0 0 / .14), 0 1px 10px 0 rgb(0 0 0 / .12);
        -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
        transition: opacity .2s cubic-bezier(.215, .61, .355, 1)
    }

    .is-ctl-storefinder .store--search .list--store-item:hover {
        z-index: 1
    }

    .is-ctl-storefinder .store--search .list--store-item:hover::before {
        opacity: 1
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .list--store-item {
        padding-bottom: 26px
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        -ms-transform: rotateX(-30deg);
        -webkit-transform: rotateX(-30deg);
        transform: rotateX(-30deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    to {
        opacity: 1;
        -ms-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
}

.is-ctl-storefinder .store--search .store--item-header {
    -ms-flex-order: 10;
    order: 10
}

@media (min-width:992px) and (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--item-header {
        width: 45%
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .store--item-header {
        width: 35%
    }
}

.is-ctl-storefinder .store--search .store--item-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.is-ctl-storefinder .store--search .store--item-icon.store--item-title {
    margin: 0 0 16px
}

.is-ctl-storefinder .store--search .store--item-icon .icon-location-filled {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    width: 40px;
    height: auto;
    margin: 0 20px 0 0;
    color: #b7b000;
    font-size: 40px;
    line-height: 40px
}

.is-ctl-storefinder .store--search .store--item-icon .icon-location-filled::after {
    content: counter(index);
    position: absolute;
    left: 50%;
    top: 45%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.is-ctl-storefinder .store--search .store--item-icon .icon-infor {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 20px;
    margin-right: 10px
}

.is-ctl-storefinder .store--search .store--item-icon .icon-infor.icon-location {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.is-ctl-storefinder .store--search .store--item-icon .store--title {
    font-family: "TT Firs Neue Bold", sans-serif;
    line-height: 20px
}

.is-ctl-storefinder .store--search .store--item-icon .store--address-detail {
    font-weight: 400;
    line-height: 26px
}

.is-ctl-storefinder .store--search .store--item-infor {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-infor {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-infor .store--infor-block {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 0 56px
    }
}

.is-ctl-storefinder .store--search .store--item-infor .store--infor-block .store--item-address {
    width: 100%
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search .store--item-infor .store--infor-block .store--item-address {
        margin: 0 0 16px
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-infor .store--infor-block .store--item-address {
        margin: 0
    }
}

@media (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--show-more-less {
        -ms-flex-order: 30;
        order: 30;
        margin: 20px auto
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .store--show-more-less {
        -ms-flex-order: 20;
        order: 20;
        position: absolute;
        top: 74px;
        right: -13px
    }
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none !important
}

@media (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--show-more-less .btn-link {
        -ms-transform: translateX(12px);
        -webkit-transform: translateX(12px);
        transform: translateX(12px)
    }
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link span {
    margin: 0 13px 0 0;
    text-decoration: underline !important
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link .iconter-dropdown {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 14px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -ms-transform .2s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1)
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link:not(.collapsed) .if-collapsed {
    display: none
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link:not(.collapsed) .iconter-dropdown {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is-ctl-storefinder .store--search .store--show-more-less .btn-link.collapsed .if-not-collapsed {
    display: none
}

@media (max-width:991.98px) {
    .is-ctl-storefinder .store--search .store--item-details {
        margin: 15px 0 0
    }
}

@media (max-width:1199.98px) {
    .is-ctl-storefinder .store--search .store--item-details {
        -ms-flex-order: 20;
        order: 20
    }
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-details {
        width: 54%;
        margin: auto 0
    }

    .is-ctl-storefinder .store--search .store--item-details .store--item-block {
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .is-ctl-storefinder .store--search .store--item-details {
        -ms-flex-order: 30;
        order: 30;
        width: 64%
    }
}

.is-ctl-storefinder .store--search .store--item-details .store--details {
    margin: 0 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.is-ctl-storefinder .store--search .store--item-details .store--details .store--details-title {
    line-height: 26px;
    text-transform: capitalize;
    font-family: "TT Firs Neue Bold", sans-serif;
    margin-bottom: 20px
}

.is-ctl-storefinder .store--search .store--item-details .store--details .store--description {
    padding-left: 20px
}

.is-ctl-storefinder .store--search .store--item-details .store--details .store--description .store--details-list .store-detail-bold {
    font-weight: 700;
    border-bottom: 1px solid #666
}

@media (min-width:992px) {
    .is-ctl-storefinder .store--search .store--item-details .store--details {
        margin-bottom: 0;
        padding-left: 50px
    }
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-d {
    max-height: unset !important;
    max-width: unset !important
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c {
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .3);
    max-height: unset !important;
    max-width: unset !important;
    padding: 15px
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c h4,
.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c p,
.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a {
    font-size: 16px;
    font-family: "Px Grotesk", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c h4 {
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    padding-right: 12px
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c p {
    margin: 0;
    line-height: 22px;
    font-weight: 400
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a {
    font-weight: 400;
    display: inline-block;
    margin-top: 17px;
    margin-right: 20px;
    text-decoration: underline;
    margin-bottom: 2px
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a:before {
    content: "h";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c a:nth-child(6):before {
    content: "T"
}

.is-ctl-storefinder .store--google-map .gm-style .gm-style-iw-c button {
    top: 0 !important;
    right: 0 !important
}

.list--store .btn-link {
    display: inline-block;
    position: relative;
    z-index: 10
}

.list--store .btn-link:not(:disabled):not(.disabled) {
    -webkit-transition: .3s background cubic-bezier(.215, .61, .355, 1);
    transition: .3s background cubic-bezier(.215, .61, .355, 1)
}

.list--store .btn-link:not(:disabled):not(.disabled)::after {
    background: #333
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .list--store .btn-link:not(:disabled):not(.disabled):hover,
    .list--store .btn-link:not(:disabled):not(.disabled).hover {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.list--store .btn-link:not(:disabled):not(.disabled):hover::after,
.list--store .btn-link:not(:disabled):not(.disabled).hover::after {
    background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .list--store .btn-link:not(:disabled):not(.disabled):hover .icon::before,
    .list--store .btn-link:not(:disabled):not(.disabled).hover .icon::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.list--store .btn-link .icon::before {
    font-weight: 700;
    color: #000
}

.store--item-address .btn-link {
    font-family: "TT Firs Neue Regular", sans-serif
}

.blog-image,
.blog-image-placeholder {
    object-fit: cover;
    width: 100%;
    height: 250px
}

.blog-card .card-text {
    height: 85px;
    overflow: hidden
}

.blog-card .card-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    padding: 0;
    margin-top: 25px
}

.blog-card .card-footer .blog-author-avatar,
.blog-card .card-footer .blog-image-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px
}

.blog-card .card-footer .blog-author-display-name {
    font-weight: 700;
    margin-bottom: 0
}

i[class*="icon-"],
span[class*="icon-"] {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: text-bottom;
    width: 24px;
    height: 24px
}

i[class*="icon-"]::before,
span[class*="icon-"]::before {
    display: inline-block;
    color: #666;
    font-family: "SEA Icons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.theme-blue a:not(.has-themed-icon) i[class*="icon-"]::before,
.theme-blue a:not(.has-themed-icon) span[class*="icon-"]::before,
.theme-corporate a:not(.has-themed-icon) i[class*="icon-"]::before,
.theme-corporate a:not(.has-themed-icon) span[class*="icon-"]::before,
.theme-purple a:not(.has-themed-icon) i[class*="icon-"]::before,
.theme-purple a:not(.has-themed-icon) span[class*="icon-"]::before,
.theme-red a:not(.has-themed-icon) i[class*="icon-"]::before,
.theme-red a:not(.has-themed-icon) span[class*="icon-"]::before {
    -webkit-transition: .3s color cubic-bezier(.215, .61, .355, 1);
    transition: .3s color cubic-bezier(.215, .61, .355, 1)
}

.theme-blue a:not(.has-themed-icon) i[class*="icon-"]:hover::before,
.theme-blue a:not(.has-themed-icon) span[class*="icon-"]:hover::before,
.theme-corporate a:not(.has-themed-icon) i[class*="icon-"]:hover::before,
.theme-corporate a:not(.has-themed-icon) span[class*="icon-"]:hover::before,
.theme-purple a:not(.has-themed-icon) i[class*="icon-"]:hover::before,
.theme-purple a:not(.has-themed-icon) span[class*="icon-"]:hover::before,
.theme-red a:not(.has-themed-icon) i[class*="icon-"]:hover::before,
.theme-red a:not(.has-themed-icon) span[class*="icon-"]:hover::before {
    color: #000
}

.theme-blue .has-themed-icon i[class*="icon-"],
.theme-blue .has-themed-icon span[class*="icon-"],
.theme-corporate .has-themed-icon i[class*="icon-"],
.theme-corporate .has-themed-icon span[class*="icon-"],
.theme-purple .has-themed-icon i[class*="icon-"],
.theme-purple .has-themed-icon span[class*="icon-"],
.theme-red .has-themed-icon i[class*="icon-"],
.theme-red .has-themed-icon span[class*="icon-"],
.theme-blue .has-themed-icon i[class*="icon-"]:hover,
.theme-blue .has-themed-icon span[class*="icon-"]:hover,
.theme-corporate .has-themed-icon i[class*="icon-"]:hover,
.theme-corporate .has-themed-icon span[class*="icon-"]:hover,
.theme-purple .has-themed-icon i[class*="icon-"]:hover,
.theme-purple .has-themed-icon span[class*="icon-"]:hover,
.theme-red .has-themed-icon i[class*="icon-"]:hover,
.theme-red .has-themed-icon span[class*="icon-"]:hover,
.theme-blue .has-themed-icon i[class*="icon-"]::before,
.theme-blue .has-themed-icon span[class*="icon-"]::before,
.theme-corporate .has-themed-icon i[class*="icon-"]::before,
.theme-corporate .has-themed-icon span[class*="icon-"]::before,
.theme-purple .has-themed-icon i[class*="icon-"]::before,
.theme-purple .has-themed-icon span[class*="icon-"]::before,
.theme-red .has-themed-icon i[class*="icon-"]::before,
.theme-red .has-themed-icon span[class*="icon-"]::before,
.theme-blue .has-themed-icon i[class*="icon-"]:hover::before,
.theme-blue .has-themed-icon span[class*="icon-"]:hover::before,
.theme-corporate .has-themed-icon i[class*="icon-"]:hover::before,
.theme-corporate .has-themed-icon span[class*="icon-"]:hover::before,
.theme-purple .has-themed-icon i[class*="icon-"]:hover::before,
.theme-purple .has-themed-icon span[class*="icon-"]:hover::before,
.theme-red .has-themed-icon i[class*="icon-"]:hover::before,
.theme-red .has-themed-icon span[class*="icon-"]:hover::before {
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

.theme-blue .has-themed-icon i[class*="icon-"]:hover::before,
.theme-blue .has-themed-icon span[class*="icon-"]:hover::before {
    color: #00a9c1
}

.theme-corporate .has-themed-icon i[class*="icon-"],
.theme-corporate .has-themed-icon span[class*="icon-"] {
    -webkit-filter: contrast(0) brightness(1.05);
    filter: contrast(0) brightness(1.05)
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .theme-corporate .has-themed-icon i[class*="icon-"]::before,
    .theme-corporate .has-themed-icon span[class*="icon-"]::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-corporate .has-themed-icon i[class*="icon-"]:hover,
.theme-corporate .has-themed-icon span[class*="icon-"]:hover {
    -webkit-filter: none;
    filter: none
}

.theme-purple .has-themed-icon i[class*="icon-"]:hover::before,
.theme-purple .has-themed-icon span[class*="icon-"]:hover::before {
    color: #5a529c
}

.theme-red .has-themed-icon i[class*="icon-"]:hover::before,
.theme-red .has-themed-icon span[class*="icon-"]:hover::before {
    color: #e30613
}

i.icon-chevron-up::before,
span.icon-chevron-up::before,
i.icon-chevron-right::before,
span.icon-chevron-right::before,
i.icon-chevron-down::before,
span.icon-chevron-down::before,
i.icon-chevron-left::before,
span.icon-chevron-left::before {
    content: "A"
}

i.icon-chevron-up::before,
span.icon-chevron-up::before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

i.icon-chevron-right::before,
span.icon-chevron-right::before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

i.icon-chevron-left::before,
span.icon-chevron-left::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

i.icon-arrow-short-up::before,
span.icon-arrow-short-up::before,
i.icon-arrow-short-right::before,
span.icon-arrow-short-right::before,
i.icon-arrow-short-down::before,
span.icon-arrow-short-down::before,
i.icon-arrow-short-left::before,
span.icon-arrow-short-left::before {
    content: "B"
}

i.icon-arrow-short-up::before,
span.icon-arrow-short-up::before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

i.icon-arrow-short-down::before,
span.icon-arrow-short-down::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

i.icon-arrow-short-left::before,
span.icon-arrow-short-left::before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

i.icon-location::before,
span.icon-location::before {
    content: "G"
}

i.icon-arrow-long-up::before,
span.icon-arrow-long-up::before,
i.icon-arrow-long-right::before,
span.icon-arrow-long-right::before,
i.icon-arrow-long-down::before,
span.icon-arrow-long-down::before,
i.icon-arrow-long-left::before,
span.icon-arrow-long-left::before {
    content: "H"
}

i.icon-arrow-long-up::before,
span.icon-arrow-long-up::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

i.icon-arrow-long-right::before,
span.icon-arrow-long-right::before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

i.icon-arrow-long-down::before,
span.icon-arrow-long-down::before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

i.icon-check::before,
span.icon-check::before {
    content: "C"
}

i.icon-close::before,
span.icon-close::before {
    content: "D"
}

i.icon-mail::before,
span.icon-mail::before {
    content: "E"
}

i.icon-burger::before,
span.icon-burger::before {
    content: "F"
}

i.icon-marker::before,
span.icon-marker::before {
    content: "G"
}

i.icon-search::before,
span.icon-search::before {
    content: "I"
}

i.icon-facebook::before,
span.icon-facebook::before {
    content: "J"
}

i.icon-instagram::before,
span.icon-instagram::before {
    content: "K"
}

i.icon-linkedin::before,
span.icon-linkedin::before {
    content: "L"
}

i.icon-xing::before,
span.icon-xing::before {
    content: "M"
}

i.icon-twitter::before,
span.icon-twitter::before {
    content: "N"
}

i.icon-blocked::before,
span.icon-blocked::before {
    content: "O"
}

i.icon-warning::before,
span.icon-warning::before {
    content: "R"
}

i.icon-info::before,
span.icon-info::before {
    content: "P"
}

i.icon-checkmark-circle::before,
span.icon-checkmark-circle::before {
    content: "Q"
}

i.icon-building::before,
span.icon-building::before {
    content: "S"
}

i.icon-concept::before,
span.icon-concept::before {
    content: "T"
}

i.icon-conference::before,
span.icon-conference::before {
    content: "U"
}

i.icon-doc::before,
span.icon-doc::before {
    content: "V"
}

i.icon-download::before,
span.icon-download::before {
    content: "W"
}

i.icon-rocket::before,
span.icon-rocket::before {
    content: "X"
}

i.icon-store::before,
span.icon-store::before {
    content: "Y"
}

i.icon-tools::before,
span.icon-tools::before {
    content: "Z"
}

i.icon-calendar::before,
span.icon-calendar::before {
    content: "a"
}

i.icon-chat::before,
span.icon-chat::before {
    content: "b"
}

i.icon-clock::before,
span.icon-clock::before {
    content: "c"
}

i.icon-location-filled::before,
span.icon-location-filled::before {
    content: "d"
}

i.icon-language::before,
span.icon-language::before {
    content: "e"
}

i.icon-route::before,
span.icon-route::before {
    content: "f"
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: #fff0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}
/* 
@font-face {
    font-display: swap;
    font-weight: 400;
    font-family: "TT Firs Neue Regular";
    font-style: normal;
    src: url(https://assets-eur.mkt.dynamics.com/fd053610-773f-44a0-b1e7-21fc581ffe44/digitalassets/fonts/86e4e786-af44-f011-877a-000d3a2d8737?ts=638850149240000000) format("woff2")
}

@font-face {
    font-display: swap;
    font-weight: 400;
    font-family: "TT Firs Neue Medium";
    font-style: normal;
    src: url(https://assets-eur.mkt.dynamics.com/fd053610-773f-44a0-b1e7-21fc581ffe44/digitalassets/fonts/87e4e786-af44-f011-877a-000d3a2d8737?ts=638850149240000000) format("woff2")
}

@font-face {
    font-display: swap;
    font-weight: 400;
    font-family: "TT Firs Neue Demibold";
    font-style: normal;
    src: url(https://assets-eur.mkt.dynamics.com/290d23fa-5db5-4f61-8f59-5de6313b54f8/digitalassets/fonts/45feae71-cc08-ef11-9f89-6045bd95d5e1?ts=638502827730000000) format("woff2")
}

@font-face {
    font-display: swap;
    font-weight: 400;
    font-family: "TT Firs Neue Bold";
    font-style: normal;
    src: url(https://assets-eur.mkt.dynamics.com/290d23fa-5db5-4f61-8f59-5de6313b54f8/digitalassets/fonts/33947593-cd08-ef11-9f89-6045bd95d5e1?ts=638502832530000000) format("woff2")
}
*/

@font-face {
    font-weight: 400;
    font-family: "SEA Icons";
    font-display: swap;
    font-style: normal;
    src: url('/sea-icons-webfont.woff2') format('woff2')
} 

.collapse-wrap {
    border-bottom: 1px solid #b3b3b3;
    cursor: pointer
}

.collapse-wrap .collapse-header .collapse-btn {
    position: relative;
    width: 100%;
    padding: 16px 0 18px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 22px;
    text-align: left
}

.collapse-wrap .collapse-header .collapse-btn.collapsed {
    font-weight: 400
}

.collapse-wrap .collapse-header .collapse-btn.collapsed::after {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.collapse-wrap .collapse-header .collapse-btn::after {
    display: inline-block;
    color: #666;
    color: #000;
    font-family: "SEA Icons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    content: "A";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 35%
}

.collapse-wrap .collapse-header .collapse-btn:focus {
    outline: none;
    box-shadow: none
}

.collapse-wrap .collapse-header .collapse-btn:hover,
.collapse-wrap .collapse-header .collapse-btn:active {
    text-decoration: underline
}

.collapse-wrap .collapse-body {
    padding-bottom: 32px
}

.alert {
    border-radius: 0;
    margin-top: 24px
}

.alert .icon {
    width: 20px;
    height: 20px;
    margin: 10px;
    padding: 0
}

.alert .icon::before {
    color: #fff;
    font-size: 20px
}

.alert.alert-danger {
    background: #e61f2b
}

.alert.alert-danger .alert-content-container {
    background: #fce6e7
}

.alert.alert-warning {
    background: #e9a200
}

.alert.alert-warning .alert-content-container {
    background: #ffedc5
}

.alert.alert-info {
    background: #00a9c1
}

.alert.alert-info .alert-content-container {
    background: #e6f6f9
}

.alert.alert-success {
    background: #00c169
}

.alert.alert-success .alert-content-container {
    background-color: #dcffef
}

.alert-content {
    font-size: 14px;
    line-height: 1.429
}

.alert-content,
.alert-content a {
    color: #000
}

.alert-content-container {
    padding: 10px 15px
}

.language-fallback {
    text-align: center;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #e6e6e6
}

.base-slider .base-slider-controls-prev,
.base-slider .base-slider-controls-next {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s opacity cubic-bezier(.215, .61, .355, 1);
    transition: .3s opacity cubic-bezier(.215, .61, .355, 1)
}

.base-slider:hover .base-slider-controls-prev,
.base-slider:hover .base-slider-controls-next {
    opacity: 1;
    pointer-events: auto
}

.base-slider .tns-nav,
.base-slider .base-slider-dots {
    margin: 40px 0;
    z-index: 5
}

.base-slider .tns-nav .base-slider-dot,
.base-slider .base-slider-dots .base-slider-dot,
.base-slider .tns-nav button,
.base-slider .base-slider-dots button {
    background-color: #666;
    border: 1px solid #333;
    height: 14px;
    width: 14px;
    padding: 6px;
    border-radius: 2px;
    margin: 0 8px
}

.base-slider .tns-nav .base-slider-dot:hover,
.base-slider .base-slider-dots .base-slider-dot:hover,
.base-slider .tns-nav button:hover,
.base-slider .base-slider-dots button:hover {
    background-color: #000
}

.base-slider .tns-nav .base-slider-dot.tns-nav-active,
.base-slider .base-slider-dots .base-slider-dot.tns-nav-active,
.base-slider .tns-nav button.tns-nav-active,
.base-slider .base-slider-dots button.tns-nav-active {
    background-color: #fff
}

.base-slider .tns-nav .base-slider-dot:focus,
.base-slider .base-slider-dots .base-slider-dot:focus,
.base-slider .tns-nav button:focus,
.base-slider .base-slider-dots button:focus {
    outline: none
}

.base-slider.has-dots-outside .tns-nav,
.base-slider.has-dots-outside .base-slider-dots {
    margin: 10px 0
}

@media (min-width:992px) {
    .base-slider.has-nav-outside {
        padding-left: 50px;
        padding-right: 50px
    }

    .base-slider .image-slider-controls-prev.is-nav-prev-outside {
        left: -15px
    }

    .base-slider .image-slider-controls-next.is-nav-next-outside {
        right: -15px
    }
}

@media (max-width:991.98px) {
    .base-slider.has-nav-outside {
        padding-left: 0;
        padding-right: 0
    }
}

.image-slider-controls-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    max-width: 1400px;
    width: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.base-slider-controls-prev,
.base-slider-controls-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border: none;
    line-height: 48px;
    border-radius: 8px
}

@media (max-width:991.98px) {

    .base-slider-controls-prev,
    .base-slider-controls-next {
        display: none !important
    }
}

.base-slider-controls-prev:not(:disabled):not(.disabled),
.base-slider-controls-next:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 1px #b3b3b3
}

.base-slider-controls-prev:not(:disabled):not(.disabled)::before,
.base-slider-controls-next:not(:disabled):not(.disabled)::before {
    -webkit-clip-path: inset(1px round 8px);
    clip-path: inset(1px round 8px)
}

.base-slider-controls-prev:not(:disabled):not(.disabled):hover::before,
.base-slider-controls-next:not(:disabled):not(.disabled):hover::before,
.base-slider-controls-prev:not(:disabled):not(.disabled).hover::before,
.base-slider-controls-next:not(:disabled):not(.disabled).hover::before,
.base-slider-controls-prev:not(:disabled):not(.disabled):active::before,
.base-slider-controls-next:not(:disabled):not(.disabled):active::before {
    -webkit-clip-path: inset(2px round 8px);
    clip-path: inset(2px round 8px)
}

.theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled),
.theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled) {
    box-shadow: none;
    border-radius: 8px;
    margin: auto;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #b3b3b3
}

.theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled) .icon,
.theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled) .icon {
    background: #fff;
    display: block;
    padding: 0;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    line-height: 44px
}

.theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled) .icon::before,
.theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled) .icon::before {
    line-height: 44px
}

.theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled):hover,
.theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled):hover,
.theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled).hover,
.theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled).hover,
.theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled):active,
.theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled):active {
    border: none;
    background: linear-gradient(45deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
    .theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
    .theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
    .theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
    .theme-corporate .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
    .theme-corporate .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-blue .base-slider-controls-prev:not(:disabled):not(.disabled):hover,
.theme-blue .base-slider-controls-next:not(:disabled):not(.disabled):hover,
.theme-blue .base-slider-controls-prev:not(:disabled):not(.disabled).hover,
.theme-blue .base-slider-controls-next:not(:disabled):not(.disabled).hover,
.theme-blue .base-slider-controls-prev:not(:disabled):not(.disabled):active,
.theme-blue .base-slider-controls-next:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 2px #00a9c1
}

.theme-blue .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
.theme-blue .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
.theme-blue .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
.theme-blue .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
.theme-blue .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
.theme-blue .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
    color: #00a9c1
}

.theme-purple .base-slider-controls-prev:not(:disabled):not(.disabled):hover,
.theme-purple .base-slider-controls-next:not(:disabled):not(.disabled):hover,
.theme-purple .base-slider-controls-prev:not(:disabled):not(.disabled).hover,
.theme-purple .base-slider-controls-next:not(:disabled):not(.disabled).hover,
.theme-purple .base-slider-controls-prev:not(:disabled):not(.disabled):active,
.theme-purple .base-slider-controls-next:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 2px #5a529c
}

.theme-purple .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
.theme-purple .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
.theme-purple .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
.theme-purple .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
.theme-purple .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
.theme-purple .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
    color: #5a529c
}

.theme-red .base-slider-controls-prev:not(:disabled):not(.disabled):hover,
.theme-red .base-slider-controls-next:not(:disabled):not(.disabled):hover,
.theme-red .base-slider-controls-prev:not(:disabled):not(.disabled).hover,
.theme-red .base-slider-controls-next:not(:disabled):not(.disabled).hover,
.theme-red .base-slider-controls-prev:not(:disabled):not(.disabled):active,
.theme-red .base-slider-controls-next:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 2px #e61f2b
}

.theme-red .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
.theme-red .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
.theme-red .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
.theme-red .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
.theme-red .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
.theme-red .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
    color: #e61f2b
}

.base-slider-controls-prev:disabled,
.base-slider-controls-next:disabled,
.base-slider-controls-prev.disabled,
.base-slider-controls-next.disabled {
    color: #b3b3b3;
    box-shadow: inset 0 0 0 1px #b3b3b3
}

.base-slider-controls-prev .icon,
.base-slider-controls-next .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto
}

.base-slider-controls-prev .icon::before,
.base-slider-controls-next .icon::before {
    font-size: 20px;
    color: #000
}

.cms-element-text blockquote {
    font: 400 35px/1.143 "TT Firs Neue Bold", sans-serif;
    color: #666;
    margin: 0 auto 16px;
    max-width: 920px;
    quotes: "„" "“"
}

@media (max-width:991.98px) {
    .cms-element-text blockquote {
        font: 400 25px/1.28 "TT Firs Neue Bold", sans-serif;
        width: 100%
    }
}

.cms-element-text blockquote::before {
    content: open-quote;
    color: #666;
    left: -18px
}

.cms-element-text blockquote::after {
    content: close-quote
}

.cms-element-text blockquote~blockquote,
.cms-element-text blockquote p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    color: #000;
    font-family: "Open Sans", sans-serif
}

.cms-element-text blockquote~p {
    margin: 0 auto;
    max-width: 920px
}

@media (max-width:991.98px) {
    .cms-element-text blockquote~p {
        width: 100%
    }
}

@media (max-width:767.98px) {

    .cms-block-image-text-gallery .cms-row>:not(:last-child),
    .cms-block-image-two-column .cms-row>:not(:last-child),
    .cms-block-image-three-column .cms-row>:not(:last-child),
    .cms-block-image-four-column .cms-row>:not(:last-child),
    .cms-block-image-bubble-row .cms-row>:not(:last-child),
    .cms-block-image-highlight-row .cms-row>:not(:last-child) {
        margin-bottom: 20px
    }

    .cms-block-image-text .cms-row>:first-child,
    .cms-block-image-text-cover .cms-row>:first-child {
        margin-bottom: 20px
    }

    .cms-block-image-simple-grid .left-bottom {
        margin-bottom: 20px
    }
}

.cms-section .cms-section-default.full-width .cms-block.cms-block-sea-text-group {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px
}

.cms-section .cms-section-default.full-width .cms-block.cms-block-sea-category-tile,
.cms-section .cms-section-default.full-width .cms-block.cms-element-sea-category-tile,
.cms-section .cms-section-default.full-width .cms-block.cms-block-sea-image-text-column,
.cms-section .cms-section-default.full-width .cms-block.cms-block-sea-side-by-side-text,
.cms-section .cms-section-default.full-width .cms-block.cms-block-sea-contact-form {
    padding-left: 20px;
    padding-right: 20px
}

.cms-element-text-box__headline .subtitle,
.text-box-headline .subtitle {
    font-family: "TT Firs Neue Demibold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px
}

@media (min-width:768px) {

    .cms-element-text-box__headline .subtitle,
    .text-box-headline .subtitle {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 9px
    }
}

.cms-element-text-box__headline .title,
.text-box-headline .title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px
}

@media (min-width:768px) {

    .cms-element-text-box__headline .title,
    .text-box-headline .title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

.cms-block-sea-text-group .cms-element-link,
.cms-block-sea-side-by-side-text .cms-element-link,
.cms-block-sea-tile-image .cms-element-link {
    padding: 10px 0
}

.cms-block-sea-text-group .cms-element-link .btn.btn-primary,
.cms-block-sea-text-group .cms-element-link .btn.address-editor-select:not(.collapsed),
.cms-block-sea-text-group .cms-element-link .btn.address-editor-create:not(.collapsed),
.cms-block-sea-side-by-side-text .cms-element-link .btn.btn-primary,
.cms-block-sea-side-by-side-text .cms-element-link .btn.address-editor-select:not(.collapsed),
.cms-block-sea-side-by-side-text .cms-element-link .btn.address-editor-create:not(.collapsed),
.cms-block-sea-tile-image .cms-element-link .btn.btn-primary,
.cms-block-sea-tile-image .cms-element-link .btn.address-editor-select:not(.collapsed),
.cms-block-sea-tile-image .cms-element-link .btn.address-editor-create:not(.collapsed),
.cms-block-sea-text-group .cms-element-link .btn.btn-secondary,
.cms-block-sea-side-by-side-text .cms-element-link .btn.btn-secondary,
.cms-block-sea-tile-image .cms-element-link .btn.btn-secondary {
    min-width: 200px;
    margin-top: 10px
}

@media (max-width:767.98px) {

    .cms-block-sea-text-group .cms-element-link .btn.btn-primary,
    .cms-block-sea-text-group .cms-element-link .btn.address-editor-select:not(.collapsed),
    .cms-block-sea-text-group .cms-element-link .btn.address-editor-create:not(.collapsed),
    .cms-block-sea-side-by-side-text .cms-element-link .btn.btn-primary,
    .cms-block-sea-side-by-side-text .cms-element-link .btn.address-editor-select:not(.collapsed),
    .cms-block-sea-side-by-side-text .cms-element-link .btn.address-editor-create:not(.collapsed),
    .cms-block-sea-tile-image .cms-element-link .btn.btn-primary,
    .cms-block-sea-tile-image .cms-element-link .btn.address-editor-select:not(.collapsed),
    .cms-block-sea-tile-image .cms-element-link .btn.address-editor-create:not(.collapsed),
    .cms-block-sea-text-group .cms-element-link .btn.btn-secondary,
    .cms-block-sea-side-by-side-text .cms-element-link .btn.btn-secondary,
    .cms-block-sea-tile-image .cms-element-link .btn.btn-secondary {
        width: 100%
    }
}

.cms-block-sea-text-group .textbox-center {
    margin: 0 auto
}

.cms-block-sea-text-group .textbox-right-side {
    margin-left: auto
}

.cms-block-sea-advantages .cms-element-text-box {
    text-align: center
}

.cms-block-sea-advantages .cms-element-text-box .subtitle .cms-element-simple-text {
    font-family: "TT Firs Neue Demibold", sans-serif;
    margin-bottom: 4px
}

@media (max-width:991.98px) {
    .cms-block-sea-advantages .cms-element-text-box .subtitle .cms-element-simple-text {
        font-size: 18px;
        line-height: 24px
    }
}

.cms-block-sea-advantages .cms-element-text-box .title .cms-element-simple-text {
    font-family: "TT Firs Neue Bold", sans-serif;
    margin-bottom: 20px
}

@media (max-width:991.98px) {
    .cms-block-sea-advantages .cms-element-text-box .title .cms-element-simple-text {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 16px
    }
}

.cms-block-sea-advantages .cms-element-text-box .cms-element-text-box__description {
    margin-bottom: 20px
}

.cms-block-sea-advantages .cms-element-text-box .cms-element-text-box__description p {
    margin-bottom: 0
}

.cms-block-sea-advantages .cms-element-text-box .cms-element-link {
    margin-bottom: 10px
}

.cms-block-sea-advantages .cms-element-text-box .cms-element-link .btn {
    width: 100%
}

@media (min-width:768px) {
    .cms-block-sea-advantages .cms-element-text-box .cms-element-link .btn {
        width: auto
    }
}

@media (min-width:992px) {
    .cms-block-sea-advantages .cms-element-text-box {
        width: 800px;
        margin: 0 auto
    }
}

.cms-block-sea-advantages .advantages--wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.cms-block-sea-advantages .advantages--wrapper .cms-element-advantage {
    -ms-flex: 0 47%;
    flex: 0 47%;
    margin-bottom: 40px;
    text-align: center
}

.cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .icon i {
    font-size: 40px
}

.theme-blue .cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .icon i::before {
    color: #00a9c1
}

.theme-corporate .cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .icon i::before {
    padding-top: 1px
}

@supports (background-clip:text) or (-webkit-background-clip:text) {
    .theme-corporate .cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .icon i::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-purple .cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .icon i::before {
    color: #5a529c
}

.theme-red .cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .icon i::before {
    color: #e30613
}

.cms-block-sea-advantages .advantages--wrapper .cms-element-advantage .cms-element-advantage__headline .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px
}

@media (min-width:992px) {
    .cms-block-sea-advantages .advantages--wrapper .cms-element-advantage {
        -ms-flex: 0 22%;
        flex: 0 22%
    }
}

.cms-block-download .cms-element-download .list-group-item {
    padding: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ccc;
    background: #fff0
}

.cms-block-download .cms-element-download .list-group-item .icon {
    width: 37px;
    height: 48px;
    margin: 0 25px 0 0;
    font-size: 48px
}

.cms-block-download .cms-element-download .list-group-item .dowmload-desc {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-wrap: break-word;
    overflow-wrap: anywhere
}

@media (min-width:768px) {
    .cms-block-download .cms-element-download .list-group-item .dowmload-desc {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.cms-block-download .cms-element-download .list-group-item .dowmload-desc .download-title {
    font-size: 18px;
    line-height: 24px;
    font-family: "TT Firs Neue Bold", sans-serif;
    text-transform: capitalize
}

@media (max-width:767.98px) {
    .cms-block-download .cms-element-download .list-group-item .dowmload-desc .download-title {
        margin-bottom: 7px
    }
}

.cms-block-download .cms-element-download .list-group-item .dowmload-desc .download-button {
    line-height: initial;
    font-family: "TT Firs Neue Bold", sans-serif
}

.cms-block-download .cms-element-download .list-group-item .dowmload-desc .download-button::after {
    bottom: 3px
}

.head-banner {
    position: relative
}

.head-banner .cms-element-image {
    min-height: 500px;
    position: relative;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

.head-banner .cms-element-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    pointer-events: none;
    z-index: 1
}

.head-banner .cms-element-image .cms-image-link {
    display: inline
}

.head-banner .cms-element-image .cms-image-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: unset;
    z-index: 9
}

@media (max-width:1499.98px) {
    .head-banner .cms-element-image .is-standard {
        height: 500px;
        object-fit: contain;
        font-family: "object-fit: contain;"
    }

    .head-banner .cms-element-image .is-standard .cms-image {
        object-fit: cover;
        font-family: "object-fit: cover;";
        height: 100%;
        width: 100%
    }
}

.head-banner .cms-element-image .is-stretch {
    height: 500px;
    object-fit: contain;
    font-family: "object-fit: contain;"
}

.head-banner .cms-element-image .is-stretch .cms-image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%
}

.head-banner.gradient-left-side .cms-element-image::before {
    background: linear-gradient(90deg, #000 30%, rgb(0 0 0 / .0001) 100%)
}

.theme-blue .head-banner.gradient-left-side .cms-element-image::before {
    background: linear-gradient(90deg, #000 30%, rgb(0 169 193 / .7) 100%)
}

.theme-red .head-banner.gradient-left-side .cms-element-image::before {
    background: linear-gradient(90deg, #000 30%, rgb(227 6 19 / .5) 100%)
}

.theme-purple .head-banner.gradient-left-side .cms-element-image::before {
    background: linear-gradient(90deg, #000 30%, #5a529c 100%)
}

.head-banner.gradient-center-side .cms-element-image::before {
    background: linear-gradient(90deg, rgb(0 0 0 / .0001), #000, rgb(0 0 0 / .0001))
}

.theme-blue .head-banner.gradient-center-side .cms-element-image::before {
    background: linear-gradient(90deg, rgb(0 169 193 / .7), #000, rgb(0 169 193 / .7))
}

.theme-red .head-banner.gradient-center-side .cms-element-image::before {
    background: linear-gradient(90deg, rgb(227 6 19 / .5), #000, rgb(227 6 19 / .5))
}

.theme-purple .head-banner.gradient-center-side .cms-element-image::before {
    background: linear-gradient(90deg, #5a529c, #000, #5a529c)
}

.head-banner.gradient-right-side .cms-element-image::before {
    background: linear-gradient(270deg, #000 30%, rgb(0 0 0 / .0001) 100%)
}

.theme-blue .head-banner.gradient-right-side .cms-element-image::before {
    background: linear-gradient(270deg, #000 30%, rgb(0 169 193 / .7) 100%)
}

.theme-red .head-banner.gradient-right-side .cms-element-image::before {
    background: linear-gradient(270deg, #000 30%, rgb(227 6 19 / .5) 100%)
}

.theme-purple .head-banner.gradient-right-side .cms-element-image::before {
    background: linear-gradient(270deg, #000 30%, #5a529c 100%)
}

.head-banner.textbox-center .text-box-wrapper {
    margin-left: auto;
    margin-right: auto
}

.head-banner.textbox-right-side .text-box-wrapper {
    margin-left: auto
}

.head-banner .text-box-container-wrapper {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 3;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.head-banner .text-box-container-wrapper .text-box-wrapper {
    padding: 20px
}

@media (min-width:992px) {
    .head-banner .text-box-container-wrapper .text-box-wrapper {
        padding: 40px 20px
    }

    .boxed .head-banner .text-box-container-wrapper .text-box-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1400px) {
    .full-width .head-banner .text-box-container-wrapper .text-box-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:576px) {
    .head-banner .text-box-container-wrapper .text-box-wrapper {
        max-width: 417px
    }
}

.head-banner .text-box-container-wrapper.is--white-box {
    left: 40px;
    right: 40px
}

@media (max-width:767.98px) {
    .head-banner .text-box-container-wrapper.is--white-box {
        top: 20px;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.head-banner .text-box-container-wrapper.is--white-box .text-box-wrapper {
    background-color: #fff
}

@media (min-width:576px) {
    .head-banner .text-box-container-wrapper.is--white-box .text-box-wrapper {
        padding: 30px 40px;
        max-width: 457px
    }
}

.head-banner .text-box-container-wrapper.is--white-box .text-box-wrapper .title,
.head-banner .text-box-container-wrapper.is--white-box .text-box-wrapper .cms-element-text {
    color: #000
}

.full-width .head-banner .text-box-container {
    max-width: calc(1400px - 40px)
}

@media (min-width:992px) {
    .head-banner .text-box-container {
        max-width: 1400px;
        margin: 0 auto
    }
}

.head-banner .text-box-container .subtitle {
    font-size: 18px;
    line-height: 24px
}

@media (min-width:768px) {
    .head-banner .text-box-container .subtitle {
        font-size: 25px;
        line-height: 32px;
        font-family: "TT Firs Neue Demibold", sans-serif
    }
}

.head-banner .text-box-container .title {
    font-size: 25px;
    line-height: 32px
}

@media (min-width:768px) {
    .head-banner .text-box-container .title {
        font-size: 35px;
        line-height: 40px
    }
}

.head-banner .text-box-container .title,
.head-banner .text-box-container .cms-element-text {
    color: #fff
}

.head-banner .text-box-container .cms-element-text,
.head-banner .text-box-container .cms-element-link {
    margin-top: 20px
}

.head-banner .text-box-container .cms-element-link .btn.btn-primary,
.head-banner .text-box-container .cms-element-link .btn.address-editor-select:not(.collapsed),
.head-banner .text-box-container .cms-element-link .btn.address-editor-create:not(.collapsed),
.head-banner .text-box-container .cms-element-link .btn.btn-secondary {
    min-width: 200px
}

@media (max-width:991.98px) {

    .head-banner .text-box-container .cms-element-link .btn.btn-primary,
    .head-banner .text-box-container .cms-element-link .btn.address-editor-select:not(.collapsed),
    .head-banner .text-box-container .cms-element-link .btn.address-editor-create:not(.collapsed),
    .head-banner .text-box-container .cms-element-link .btn.btn-secondary {
        width: 100%
    }
}

.theme-blue .gradient-left-side .btn:not(:disabled):not(.disabled),
.theme-blue .gradient-right-side .btn:not(:disabled):not(.disabled),
.theme-purple .gradient-left-side .btn:not(:disabled):not(.disabled),
.theme-purple .gradient-right-side .btn:not(:disabled):not(.disabled),
.theme-red .gradient-left-side .btn:not(:disabled):not(.disabled),
.theme-red .gradient-right-side .btn:not(:disabled):not(.disabled) {
    color: #fff
}

.theme-corporate .gradient-left-side .btn-link:not(:disabled):not(.disabled),
.theme-corporate .gradient-right-side .btn-link:not(:disabled):not(.disabled) {
    -webkit-text-fill-color: #fff;
    color: #fff
}

.theme-corporate .gradient-left-side .btn-link:not(:disabled):not(.disabled)::after,
.theme-corporate .gradient-right-side .btn-link:not(:disabled):not(.disabled)::after {
    background: #fff
}

.theme-corporate .gradient-left-side .btn-link:not(:disabled):not(.disabled):hover,
.theme-corporate .gradient-right-side .btn-link:not(:disabled):not(.disabled):hover {
    -webkit-text-fill-color: #fff0;
    color: #fff0
}

.cms-block-image-slider .icon svg {
    display: none
}

.cms-block-image-slider .icon::before {
    content: "A";
    font-size: 20px
}

.cms-block-image-slider .icon.icon-arrow-head-left::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cms-block-image-slider .icon.icon-arrow-head-right::before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.image-slider-controls-prev.is-nav-prev-inside {
    left: 20px
}

.image-slider-controls-next.is-nav-next-inside {
    right: 20px
}

@media (max-width:767.98px) {

    .cms-block-sea-text-image-cover .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-element-text-box {
        padding-bottom: 40px
    }

    .full-width .cms-block-sea-text-image-cover .cms-element-text-box,
    .full-width .cms-block-sea-image-text-cover .cms-element-text-box {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1500px) {

    .cms-block-sea-text-image-cover .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-element-text-box {
        max-width: 700px
    }
}

.cms-block-sea-text-image-cover .cms-element-text-box__description,
.cms-block-sea-image-text-cover .cms-element-text-box__description {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}

.cms-block-sea-text-image-cover .cms-row .col-md-6:first-child .cms-element-text-box,
.cms-block-sea-text-image-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-text-box,
.is-act-checkoutregisterpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
.cms-block-sea-text-image-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text-box,
.is-act-confirmpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
.cms-block-sea-text-image-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text-box,
.is-ctl-accountorder .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
.cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text-box,
.is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-additional:first-child .cms-element-text-box,
.cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text-box,
.is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
.cms-block-sea-image-text-cover .cms-row .col-md-6:first-child .cms-element-text-box,
.cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-text-box,
.is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
.cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text-box,
.is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
.cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text-box,
.is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
.cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text-box,
.is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:first-child .cms-element-text-box,
.cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text-box,
.is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box {
    margin-left: auto
}

@media (min-width:768px) {

    .cms-block-sea-text-image-cover .cms-row .col-md-6:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-additional:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .col-md-6:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box {
        padding-left: 20px
    }
}

@media (min-width:1500px) {

    .cms-block-sea-text-image-cover .cms-row .col-md-6:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-additional:first-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .col-md-6:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:first-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-element-text-box {
        padding-left: 40px
    }
}

@media (min-width:768px) {

    .cms-block-sea-text-image-cover .cms-row .col-md-6:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-additional:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-additional:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .col-md-6:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box {
        padding-right: 20px
    }
}

@media (min-width:1200px) {

    .cms-block-sea-text-image-cover .cms-row .col-md-6:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-additional:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-additional:last-child .cms-element-text-box,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .col-md-6:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:last-child .cms-element-text-box,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:last-child .cms-element-text-box,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child .cms-element-text-box {
        padding-right: 40px
    }
}

.cms-block-sea-image-text-cover .cms-row .col-md-6:first-child .cms-image,
.cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-image,
.is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-image,
.cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-image,
.is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-image,
.cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-image,
.is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-image,
.cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-image,
.is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:first-child .cms-image,
.cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-image,
.is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child .cms-image {
    margin-left: auto
}

@media (max-width:767.98px) {

    .cms-block-sea-image-text-cover .cms-row .col-md-6:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:1920px) {

    .cms-block-sea-image-text-cover .cms-row .col-md-6:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:first-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:first-child {
        padding-right: calc(120px + 20px)
    }
}

@media (min-width:768px) {

    .cms-block-sea-text-image-cover .cms-row .col-md-6:first-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:first-child,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:first-child,
    .is-act-confirmpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-text-image-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:first-child,
    .is-ctl-accountorder .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-additional:first-child,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-additional:first-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-aside:first-child,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:first-child {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:767.98px) {

    .cms-block-sea-image-text-cover .cms-row .col-md-6:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:last-child,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:last-child,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:last-child,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:last-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:last-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:768px) {

    .cms-block-sea-image-text-cover .cms-row .col-md-6:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:last-child,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:last-child,
    .is-act-confirmpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:last-child,
    .is-ctl-accountorder .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-additional:last-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-additional:last-child,
    .cms-block-sea-image-text-cover .cms-row .is-act-finishpage .checkout .checkout-aside:last-child,
    .is-act-finishpage .checkout .cms-block-sea-image-text-cover .cms-row .checkout-aside:last-child {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1920px) {

    .cms-block-sea-text-image-cover .cms-row .col-md-6:last-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-checkoutregisterpage .checkout .checkout-aside:last-child,
    .is-act-checkoutregisterpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-confirmpage .checkout .checkout-aside:last-child,
    .is-act-confirmpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-text-image-cover .cms-row .is-ctl-accountorder .checkout .checkout-aside:last-child,
    .is-ctl-accountorder .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-additional:last-child,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-additional:last-child,
    .cms-block-sea-text-image-cover .cms-row .is-act-finishpage .checkout .checkout-aside:last-child,
    .is-act-finishpage .checkout .cms-block-sea-text-image-cover .cms-row .checkout-aside:last-child {
        padding-left: calc(120px + 20px)
    }
}

.cms-block-sea-category-slider .product-slider,
.cms-element-sea-category-slider .product-slider {
    padding-left: 0;
    padding-right: 0
}

.cms-block-sea-category-slider .product-slider-controls-container,
.cms-element-sea-category-slider .product-slider-controls-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

.cms-block-sea-category-slider .product-slider-controls-container .base-slider-controls,
.cms-element-sea-category-slider .product-slider-controls-container .base-slider-controls {
    position: absolute;
    right: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: -100px
}

.cms-block-sea-category-slider .product-slider-controls-container .base-slider-controls:focus,
.cms-element-sea-category-slider .product-slider-controls-container .base-slider-controls:focus {
    outline: none
}

.cms-block-sea-category-slider .product-slider-controls-container .base-slider-controls-prev,
.cms-element-sea-category-slider .product-slider-controls-container .base-slider-controls-prev,
.cms-block-sea-category-slider .product-slider-controls-container .base-slider-controls-next,
.cms-element-sea-category-slider .product-slider-controls-container .base-slider-controls-next {
    position: relative;
    top: unset;
    right: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    opacity: unset;
    padding: 0 !important;
    border-width: 1px
}

.cms-block-sea-category-slider .product-slider-controls-container .product-slider-controls-prev,
.cms-element-sea-category-slider .product-slider-controls-container .product-slider-controls-prev {
    left: -24px
}

.cms-block-sea-category-slider .category-box .product-image,
.cms-element-sea-category-slider .category-box .product-image {
    max-height: 180px
}

@media (min-width:768px) {

    .cms-block-sea-category-slider .category-box .product-image,
    .cms-element-sea-category-slider .category-box .product-image {
        max-height: 251px
    }
}

.cms-block-sea-category-slider .category-box.product-box,
.cms-element-sea-category-slider .category-box.product-box {
    background: #fff0
}

.cms-block-sea-category-slider .cms-element-subtitle,
.cms-element-sea-category-slider .cms-element-subtitle,
.cms-block-sea-category-slider .cms-element-title,
.cms-element-sea-category-slider .cms-element-title {
    padding: 0 20px
}

@media (min-width:1500px) {
    .cms-element-sea-category-slider {
        margin: 0 -20px
    }
}

.cms-block-sea-category-slider .product-image-wrapper,
.cms-element-sea-category-slider .product-image-wrapper,
.cms-block-sea-category-tile .product-image-wrapper,
.cms-element-sea-category-tile .product-image-wrapper {
    overflow: hidden
}

.cms-block-sea-category-slider .product-image-wrapper img,
.cms-element-sea-category-slider .product-image-wrapper img,
.cms-block-sea-category-tile .product-image-wrapper img,
.cms-element-sea-category-tile .product-image-wrapper img {
    transition: -ms-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.cms-block-sea-category-slider .card-body:hover::before,
.cms-element-sea-category-slider .card-body:hover::before,
.cms-block-sea-category-tile .card-body:hover::before,
.cms-element-sea-category-tile .card-body:hover::before {
    opacity: 0
}

.cms-block-sea-category-slider .card-body:hover img,
.cms-element-sea-category-slider .card-body:hover img,
.cms-block-sea-category-tile .card-body:hover img,
.cms-element-sea-category-tile .card-body:hover img {
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.cms-block-sea-category-slider .cms-element-subtitle,
.cms-element-sea-category-slider .cms-element-subtitle,
.cms-block-sea-category-tile .cms-element-subtitle,
.cms-element-sea-category-tile .cms-element-subtitle,
.cms-block-sea-category-slider .cms-element-title,
.cms-element-sea-category-slider .cms-element-title,
.cms-block-sea-category-tile .cms-element-title,
.cms-element-sea-category-tile .cms-element-title {
    max-width: 1400px;
    margin: 0 auto
}

.cms-block-sea-category-slider .category-box,
.cms-element-sea-category-slider .category-box,
.cms-block-sea-category-tile .category-box,
.cms-element-sea-category-tile .category-box {
    border: none
}

.cms-block-sea-category-slider .category-box .card-body,
.cms-element-sea-category-slider .category-box .card-body,
.cms-block-sea-category-tile .category-box .card-body,
.cms-element-sea-category-tile .category-box .card-body {
    padding: 0 20px
}

.cms-block-sea-category-slider .category-box .product-image-wrapper,
.cms-element-sea-category-slider .category-box .product-image-wrapper,
.cms-block-sea-category-tile .category-box .product-image-wrapper,
.cms-element-sea-category-tile .category-box .product-image-wrapper {
    height: 180px;
    margin-bottom: 20px
}

.cms-block-sea-category-slider .category-box .product-description,
.cms-element-sea-category-slider .category-box .product-description,
.cms-block-sea-category-tile .category-box .product-description,
.cms-element-sea-category-tile .category-box .product-description {
    height: auto
}

@media (min-width:768px) {

    .cms-block-sea-category-slider .category-box .product-image-wrapper,
    .cms-element-sea-category-slider .category-box .product-image-wrapper,
    .cms-block-sea-category-tile .category-box .product-image-wrapper,
    .cms-element-sea-category-tile .category-box .product-image-wrapper {
        height: 251px
    }
}

.cms-block-sea-category-slider .category-box .read-more,
.cms-element-sea-category-slider .category-box .read-more,
.cms-block-sea-category-tile .category-box .read-more,
.cms-element-sea-category-tile .category-box .read-more {
    margin-top: 10px
}

.cms-block-sea-category-slider .category-box .read-more .inner-icon,
.cms-element-sea-category-slider .category-box .read-more .inner-icon,
.cms-block-sea-category-tile .category-box .read-more .inner-icon,
.cms-element-sea-category-tile .category-box .read-more .inner-icon {
    padding-left: 10px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle
}

.cms-block-sea-category-slider .category-box .read-more .inner-icon .icon::before,
.cms-element-sea-category-slider .category-box .read-more .inner-icon .icon::before,
.cms-block-sea-category-tile .category-box .read-more .inner-icon .icon::before,
.cms-element-sea-category-tile .category-box .read-more .inner-icon .icon::before {
    color: #333;
    font-size: 24px
}

.cms-block-sea-category-slider .cms-element-subtitle .cms-element-title-paragraph,
.cms-element-sea-category-slider .cms-element-subtitle .cms-element-title-paragraph,
.cms-block-sea-category-tile .cms-element-subtitle .cms-element-title-paragraph,
.cms-element-sea-category-tile .cms-element-subtitle .cms-element-title-paragraph {
    font-family: "TT Firs Neue Demibold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px
}

@media (min-width:768px) {

    .cms-block-sea-category-slider .cms-element-subtitle .cms-element-title-paragraph,
    .cms-element-sea-category-slider .cms-element-subtitle .cms-element-title-paragraph,
    .cms-block-sea-category-tile .cms-element-subtitle .cms-element-title-paragraph,
    .cms-element-sea-category-tile .cms-element-subtitle .cms-element-title-paragraph {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 9px
    }
}

.cms-block-sea-category-slider .cms-element-title .cms-element-title-paragraph,
.cms-element-sea-category-slider .cms-element-title .cms-element-title-paragraph,
.cms-block-sea-category-tile .cms-element-title .cms-element-title-paragraph,
.cms-element-sea-category-tile .cms-element-title .cms-element-title-paragraph {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-bottom: 20px
}

@media (min-width:768px) {

    .cms-block-sea-category-slider .cms-element-title .cms-element-title-paragraph,
    .cms-element-sea-category-slider .cms-element-title .cms-element-title-paragraph,
    .cms-block-sea-category-tile .cms-element-title .cms-element-title-paragraph,
    .cms-element-sea-category-tile .cms-element-title .cms-element-title-paragraph {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px
    }
}

@media (min-width:768px) {

    .cms-block-sea-category-slider .cms-element-title .cms-element-title-paragraph,
    .cms-element-sea-category-slider .cms-element-title .cms-element-title-paragraph,
    .cms-block-sea-category-tile .cms-element-title .cms-element-title-paragraph,
    .cms-element-sea-category-tile .cms-element-title .cms-element-title-paragraph {
        margin-bottom: 50px
    }
}

.cms-block-sea-category-slider .product-info .info-name,
.cms-element-sea-category-slider .product-info .info-name,
.cms-block-sea-category-tile .product-info .info-name,
.cms-element-sea-category-tile .product-info .info-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 24px;
    font-family: "TT Firs Neue Bold", sans-serif;
    margin-bottom: 20px
}

.cms-block-sea-category-slider .product-info .info-name:hover,
.cms-element-sea-category-slider .product-info .info-name:hover,
.cms-block-sea-category-tile .product-info .info-name:hover,
.cms-element-sea-category-tile .product-info .info-name:hover {
    text-decoration: none
}

.cms-block-sea-category-slider .product-info .product-description,
.cms-element-sea-category-slider .product-info .product-description,
.cms-block-sea-category-tile .product-info .product-description,
.cms-element-sea-category-tile .product-info .product-description {
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif
}

@media (min-width:1500px) {

    .full-width .cms-block-sea-category-tile .cms-element-subtitle,
    .full-width .cms-element-sea-category-tile .cms-element-subtitle,
    .full-width .cms-block-sea-category-tile .cms-element-title,
    .full-width .cms-element-sea-category-tile .cms-element-title {
        padding: 0 20px
    }
}

.cms-block-sea-category-tile .cms-element-link,
.cms-element-sea-category-tile .cms-element-link {
    text-align: center
}

.cms-block-sea-category-tile .cms-element-link .btn.btn-primary,
.cms-block-sea-category-tile .cms-element-link .btn.address-editor-select:not(.collapsed),
.cms-block-sea-category-tile .cms-element-link .btn.address-editor-create:not(.collapsed),
.cms-element-sea-category-tile .cms-element-link .btn.btn-primary,
.cms-element-sea-category-tile .cms-element-link .btn.address-editor-select:not(.collapsed),
.cms-element-sea-category-tile .cms-element-link .btn.address-editor-create:not(.collapsed),
.cms-block-sea-category-tile .cms-element-link .btn.btn-secondary,
.cms-element-sea-category-tile .cms-element-link .btn.btn-secondary {
    min-width: 236px
}

@media (max-width:767.98px) {

    .cms-block-sea-category-tile .cms-element-link .btn.btn-primary,
    .cms-block-sea-category-tile .cms-element-link .btn.address-editor-select:not(.collapsed),
    .cms-block-sea-category-tile .cms-element-link .btn.address-editor-create:not(.collapsed),
    .cms-element-sea-category-tile .cms-element-link .btn.btn-primary,
    .cms-element-sea-category-tile .cms-element-link .btn.address-editor-select:not(.collapsed),
    .cms-element-sea-category-tile .cms-element-link .btn.address-editor-create:not(.collapsed),
    .cms-block-sea-category-tile .cms-element-link .btn.btn-secondary,
    .cms-element-sea-category-tile .cms-element-link .btn.btn-secondary {
        width: 100%
    }
}

.cms-block-sea-category-tile .category-box .product-image-wrapper,
.cms-element-sea-category-tile .category-box .product-image-wrapper {
    height: 180px
}

.cms-block-sea-category-tile .category-box .product-image-wrapper .product-image,
.cms-element-sea-category-tile .category-box .product-image-wrapper .product-image {
    max-height: unset
}

@media (min-width:768px) {

    .cms-block-sea-category-tile .category-box .product-image-wrapper,
    .cms-element-sea-category-tile .category-box .product-image-wrapper {
        height: 251px
    }
}

.cms-block-sea-category-tile .category-box .card-body,
.cms-element-sea-category-tile .category-box .card-body {
    margin-bottom: 30px
}

@media (min-width:768px) {

    .cms-block-sea-category-tile .category-box .card-body,
    .cms-element-sea-category-tile .category-box .card-body {
        margin-bottom: 50px
    }
}

.cms-block-sea-category-tile .cms-element-tile-boxes .col-md-6 .card-body,
.cms-block-sea-category-tile .cms-element-tile-boxes .is-act-checkoutregisterpage .checkout .checkout-aside .card-body,
.is-act-checkoutregisterpage .checkout .cms-block-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body,
.cms-block-sea-category-tile .cms-element-tile-boxes .is-act-confirmpage .checkout .checkout-aside .card-body,
.is-act-confirmpage .checkout .cms-block-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body,
.cms-block-sea-category-tile .cms-element-tile-boxes .is-ctl-accountorder .checkout .checkout-aside .card-body,
.is-ctl-accountorder .checkout .cms-block-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body,
.cms-block-sea-category-tile .cms-element-tile-boxes .is-act-finishpage .checkout .checkout-additional .card-body,
.is-act-finishpage .checkout .cms-block-sea-category-tile .cms-element-tile-boxes .checkout-additional .card-body,
.cms-block-sea-category-tile .cms-element-tile-boxes .is-act-finishpage .checkout .checkout-aside .card-body,
.is-act-finishpage .checkout .cms-block-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body,
.cms-element-sea-category-tile .cms-element-tile-boxes .col-md-6 .card-body,
.cms-element-sea-category-tile .cms-element-tile-boxes .is-act-checkoutregisterpage .checkout .checkout-aside .card-body,
.is-act-checkoutregisterpage .checkout .cms-element-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body,
.cms-element-sea-category-tile .cms-element-tile-boxes .is-act-confirmpage .checkout .checkout-aside .card-body,
.is-act-confirmpage .checkout .cms-element-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body,
.cms-element-sea-category-tile .cms-element-tile-boxes .is-ctl-accountorder .checkout .checkout-aside .card-body,
.is-ctl-accountorder .checkout .cms-element-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body,
.cms-element-sea-category-tile .cms-element-tile-boxes .is-act-finishpage .checkout .checkout-additional .card-body,
.is-act-finishpage .checkout .cms-element-sea-category-tile .cms-element-tile-boxes .checkout-additional .card-body,
.cms-element-sea-category-tile .cms-element-tile-boxes .is-act-finishpage .checkout .checkout-aside .card-body,
.is-act-finishpage .checkout .cms-element-sea-category-tile .cms-element-tile-boxes .checkout-aside .card-body {
    padding: 0
}

.sw-text-editor-table {
    margin-top: 20px;
    table-layout: fixed
}

.sw-text-editor-table .icon {
    margin: 0 16px 0 0
}

.sw-text-editor-table a {
    -webkit-transition: .3s color cubic-bezier(.215, .61, .355, 1);
    transition: .3s color cubic-bezier(.215, .61, .355, 1);
    color: #666
}

.sw-text-editor-table a b {
    color: #666;
    text-decoration: underline;
    -webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1);
    transition: color .5s cubic-bezier(.215, .61, .355, 1)
}

.sw-text-editor-table a:hover,
.sw-text-editor-table a:focus,
.sw-text-editor-table a:focus-within {
    color: #000
}

.sw-text-editor-table a:hover b,
.sw-text-editor-table a:focus b,
.sw-text-editor-table a:focus-within b {
    color: #000;
    text-decoration: underline
}

@media (min-width:992px) {
    .sw-text-editor-table tr td:last-of-type {
        text-align: right
    }
}

.cms-block-triple-hero .cms-block-container .cms-block-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 121px);
    min-height: 512px;
    margin: 0
}

@media (min-width:768px) and (max-width:991.98px) {
    .cms-block-triple-hero .cms-block-container .cms-block-container-row {
        height: calc(100vh - 138px)
    }
}

@media (min-width:992px) {
    .cms-block-triple-hero .cms-block-container .cms-block-container-row {
        -ms-flex-direction: row;
        flex-direction: row;
        height: calc(100vh - 127px)
    }
}

.cms-block-triple-hero .single-hero-link {
    text-decoration: none;
    background: 0 0;
    display: block;
    width: 100%
}

.cms-block-triple-hero a.single-hero-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: unset;
    z-index: 9
}

.cms-block-triple-hero .single-hero {
    display: inherit;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    position: relative;
    overflow: hidden;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1);
    will-change: -ms-flex;
    will-change: flex
}

@media (max-width:991.98px) {
    .cms-block-triple-hero .single-hero {
        -ms-flex-align: center;
        align-items: center;
        height: calc(100% / 3)
    }
}

.cms-block-triple-hero .single-hero:hover a.single-hero-link .btn.btn-primary:not(:disabled):not(.disabled),
.cms-block-triple-hero .single-hero:hover a.single-hero-link .btn.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero:hover a.single-hero-link .btn.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero:hover a.single-hero-link .btn.btn-secondary:not(:disabled):not(.disabled) {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25)
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero:hover {
        -ms-flex: 1 1 40%;
        flex: 1 1 40%
    }

    .cms-block-triple-hero .single-hero:hover .single-hero-headline::before {
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .cms-block-triple-hero .single-hero:hover .single-hero-button .icon {
        -ms-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.cms-block-triple-hero .single-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    pointer-events: none
}

@media (max-width:991.98px) {
    .cms-block-triple-hero .single-hero::before {
        z-index: 1
    }
}

.cms-block-triple-hero .single-hero .cms-element-three-hero {
    width: 100%
}

.cms-block-triple-hero .single-hero .cms-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

@media (max-width:991.98px) {
    .cms-block-triple-hero .single-hero .cms-image {
        object-position: bottom;
        z-index: 0
    }
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero .cms-image {
        object-position: left
    }
}

.cms-block-triple-hero .single-hero .single-hero-container {
    width: 100%
}

@media (max-width:991.98px) {
    .cms-block-triple-hero .single-hero .single-hero-container {
        padding: 0 50px;
        position: relative;
        z-index: 2;
        margin-left: 15px
    }
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero .single-hero-container {
        padding: 130px 20px 0 20px
    }

    .cms-block-triple-hero .single-hero .single-hero-container .single-hero-text {
        width: 300px;
        min-height: 66px
    }
}

@media (min-width:1200px) {
    .cms-block-triple-hero .single-hero .single-hero-container {
        padding-left: 20%
    }

    .cms-block-triple-hero .single-hero .single-hero-container .single-hero-text {
        width: 355px
    }
}

@media (min-width:1500px) {
    .cms-block-triple-hero .single-hero .single-hero-container .single-hero-text {
        width: 377px
    }
}

.cms-block-triple-hero .single-hero .single-hero-headline {
    position: relative
}

@media (max-width:991.98px) {
    .cms-block-triple-hero .single-hero .single-hero-headline {
        margin: 0 0 24px
    }
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero .single-hero-headline {
        margin: 0 0 20px
    }
}

.cms-block-triple-hero .single-hero .single-hero-headline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 5px;
    pointer-events: none;
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -ms-transform-origin: right 0;
    -webkit-transform-origin: right 0;
    transform-origin: right 0;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero .single-hero-headline::before {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

.cms-block-triple-hero .single-hero .single-hero-headline .subtitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: 0 0;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: inherit
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero .single-hero-headline .subtitle {
        font-family: "TT Firs Neue Demibold", sans-serif;
        font-size: 35px;
        line-height: 40px
    }
}

.cms-block-triple-hero .single-hero .single-hero-headline .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero .single-hero-headline .title {
        font-size: 45px;
        line-height: 50px
    }
}

.cms-block-triple-hero .single-hero .single-hero-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    position: relative;
    margin: 0 0 20px;
    color: #fff
}

@media (max-width:991.98px) {
    .cms-block-triple-hero .single-hero .single-hero-text {
        display: none
    }
}

.cms-block-triple-hero .single-hero.theme-blue .btn-primary:not(:disabled):not(.disabled),
.cms-block-triple-hero .single-hero.theme-blue .address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero.theme-blue .address-editor-create:not(.collapsed):not(.disabled):not(:disabled) {
    background: #00a9c1
}

.cms-block-triple-hero .single-hero.theme-blue .btn-secondary:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 2px #00a9c1
}

.cms-block-triple-hero .single-hero.theme-purple .btn-primary:not(:disabled):not(.disabled),
.cms-block-triple-hero .single-hero.theme-purple .address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero.theme-purple .address-editor-create:not(.collapsed):not(.disabled):not(:disabled) {
    background: #5a529c
}

.cms-block-triple-hero .single-hero.theme-purple .btn-secondary:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 2px #5a529c
}

.cms-block-triple-hero .single-hero.theme-red .btn-primary:not(:disabled):not(.disabled),
.cms-block-triple-hero .single-hero.theme-red .address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero.theme-red .address-editor-create:not(.collapsed):not(.disabled):not(:disabled) {
    background: #e30613
}

.cms-block-triple-hero .single-hero.theme-red .btn-secondary:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 2px #e30613
}

.cms-block-triple-hero .single-hero .single-hero-button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-primary:not(:disabled):not(.disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-secondary:not(:disabled):not(.disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled) {
    color: #fff
}

.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-primary:not(:disabled):not(.disabled):hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.address-editor-select:not(.collapsed):hover:not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.address-editor-create:not(.collapsed):hover:not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled):hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-primary:not(:disabled):not(.disabled).hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.hover.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.hover.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled).hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-primary:not(:disabled):not(.disabled):active,
.cms-block-triple-hero .single-hero .single-hero-button .btn.address-editor-select:not(.collapsed):active:not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.address-editor-create:not(.collapsed):active:not(.disabled):not(:disabled),
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-secondary:not(:disabled):not(.disabled):active,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled):active {
    color: #fff
}

.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled) {
    -webkit-transition: none;
    transition: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
    background-color: #fff0;
    background-image: none
}

.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled)::after {
    background: #fff
}

.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled):hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled).hover,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled):active {
    -webkit-text-fill-color: #fff
}

.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled):hover::after,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled).hover::after,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-link:not(:disabled):not(.disabled):active::after {
    background: #fff
}

.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-secondary::before,
.cms-block-triple-hero .single-hero .single-hero-button .btn.btn-secondary::after {
    display: none
}

.cms-block-triple-hero .single-hero .single-hero-button>:first-child {
    margin: 0 10px 0 0;
    text-decoration: underline;
    font: 400 16px/1.375 "TT Firs Neue Bold", sans-serif;
    letter-spacing: .5px
}

.cms-block-triple-hero .single-hero .single-hero-button .icon {
    font-size: 24px;
    transition: .3s -ms-transform cubic-bezier(.215, .61, .355, 1);
    transition: .3s -webkit-transform cubic-bezier(.215, .61, .355, 1);
    transition: .3s transform cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: .3s -webkit-transform cubic-bezier(.215, .61, .355, 1)
}

.cms-block-triple-hero .single-hero .single-hero-button .icon::before {
    color: #fff
}

.cms-block-triple-hero .single-hero.theme-blue::before {
    background: linear-gradient(90deg, #000 30%, rgb(0 169 193 / .7) 100%)
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero.theme-blue::before {
        background: linear-gradient(180deg, #000 30%, rgb(0 169 193 / .5) 100%)
    }
}

.cms-block-triple-hero .single-hero.theme-blue .single-hero-headline::before {
    background: #00cfec
}

.cms-block-triple-hero .single-hero.theme-blue .subtitle {
    color: #00cfec
}

.cms-block-triple-hero .single-hero.theme-blue .subtitle .cms-element-simple-text {
    -webkit-text-fill-color: #00cfec
}

.cms-block-triple-hero .single-hero.theme-blue:hover .single-hero-button {
    color: #00cfec
}

.cms-block-triple-hero .single-hero.theme-blue:hover .single-hero-button .icon::before {
    color: #00cfec
}

.cms-block-triple-hero .single-hero.theme-purple::before {
    background: linear-gradient(90deg, #000 30%, #5a529c 100%)
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero.theme-purple::before {
        background: linear-gradient(180deg, #000 30%, rgb(49 39 131 / .5) 100%)
    }
}

.cms-block-triple-hero .single-hero.theme-purple .single-hero-headline::before {
    background: #8677ff
}

.cms-block-triple-hero .single-hero.theme-purple .subtitle {
    color: #8677ff
}

.cms-block-triple-hero .single-hero.theme-purple .subtitle .cms-element-simple-text {
    -webkit-text-fill-color: #8677ff
}

.cms-block-triple-hero .single-hero.theme-purple:hover .single-hero-button {
    color: #8677ff
}

.cms-block-triple-hero .single-hero.theme-purple:hover .single-hero-button .icon::before {
    color: #8677ff
}

.cms-block-triple-hero .single-hero.theme-red::before {
    background: linear-gradient(90deg, #000 30%, rgb(227 6 19 / .5) 100%)
}

@media (min-width:992px) {
    .cms-block-triple-hero .single-hero.theme-red::before {
        background: linear-gradient(180deg, #000 30%, rgb(227 6 19 / .5) 100%)
    }
}

.cms-block-triple-hero .single-hero.theme-red .single-hero-headline::before {
    background: #e30613
}

.cms-block-triple-hero .single-hero.theme-red .subtitle {
    color: #e30613
}

.cms-block-triple-hero .single-hero.theme-red .subtitle .cms-element-simple-text {
    -webkit-text-fill-color: #e30613
}

.cms-block-triple-hero .single-hero.theme-red:hover .single-hero-button {
    color: #e30613
}

.cms-block-triple-hero .single-hero.theme-red:hover .single-hero-button .icon::before {
    color: #e30613
}

html,
body {
    width: 100%;
    overscroll-behavior: none;
    float: left;
    margin: 0;
    padding: 0;
    color: #000;
    font: 400 16px/1.375 "Open Sans", sans-serif;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: "kern";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: #fff0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff
}

@supports (not (-ms-ime-align:auto)) {
    html {
        overflow-y: hidden
    }
}

body {
    z-index: 0
}

@supports (not (-ms-ime-align:auto)) {
    body {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: scroll
    }
}

@media (min-width:992px) {
    body {
        padding: 72px 0 0
    }

    body.has-2nd-nav {
        padding-top: 127px
    }
}

img {
    border: 0;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic
}

img[src$='.gif'] {
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

figcaption {
    font-style: italic
}

audio,
canvas,
video {
    display: inline-block;
    width: 100%
}

video {
    image-rendering: optimizeSpeed
}

audio:not([controls]) {
    height: 0;
    display: none
}

iframe {
    width: 100%;
    border: 0
}

.top-bar-nav-text {
    font-family: "TT Firs Neue Regular", sans-serif;
    padding-right: 15px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.top-bar-language .btn {
    border-radius: 0
}

.language-flag {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    width: 32px;
    border: none;
    margin-top: 0;
    margin-right: 0
}

button,
.btn {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font: 400 16px/100% "TT Firs Neue Bold", sans-serif;
    border: 0;
    outline: 0;
    box-shadow: none
}

button,
.btn,
button:hover,
.btn:hover {
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

button:disabled,
.btn:disabled,
button.disabled,
.btn.disabled {
    cursor: not-allowed
}

button.btn-primary,
button.address-editor-select:not(.collapsed),
button.address-editor-create:not(.collapsed),
.btn.btn-primary,
.btn.address-editor-select:not(.collapsed),
.btn.address-editor-create:not(.collapsed),
button.lp-form-button,
.btn.lp-form-button {
    padding: 0 32px;
    line-height: 48px;
    border-radius: 8px
}

button.btn-primary:not(:disabled):not(.disabled),
button.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
button.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.btn.btn-primary:not(:disabled):not(.disabled),
.btn.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.btn.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
button.lp-form-button:not(:disabled):not(.disabled),
.btn.lp-form-button:not(:disabled):not(.disabled) {
    color: #fff
}

button.btn-primary:not(:disabled):not(.disabled):hover,
button.address-editor-select:not(.collapsed):hover:not(.disabled):not(:disabled),
button.address-editor-create:not(.collapsed):hover:not(.disabled):not(:disabled),
.btn.btn-primary:not(:disabled):not(.disabled):hover,
.btn.address-editor-select:not(.collapsed):hover:not(.disabled):not(:disabled),
.btn.address-editor-create:not(.collapsed):hover:not(.disabled):not(:disabled),
button.lp-form-button:not(:disabled):not(.disabled):hover,
.btn.lp-form-button:not(:disabled):not(.disabled):hover,
button.btn-primary:not(:disabled):not(.disabled).hover,
button.hover.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
button.hover.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.btn.btn-primary:not(:disabled):not(.disabled).hover,
.btn.hover.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.btn.hover.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
button.lp-form-button:not(:disabled):not(.disabled).hover,
.btn.lp-form-button:not(:disabled):not(.disabled).hover {
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / .14), 0 1px 10px 0 rgb(0 0 0 / .12);
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25)
}

button.btn-primary:not(:disabled):not(.disabled):focus:not(:hover),
button.address-editor-select:not(.collapsed):not(:hover):focus:not(.disabled):not(:disabled),
button.address-editor-create:not(.collapsed):not(:hover):focus:not(.disabled):not(:disabled),
.btn.btn-primary:not(:disabled):not(.disabled):focus:not(:hover),
.btn.address-editor-select:not(.collapsed):not(:hover):focus:not(.disabled):not(:disabled),
.btn.address-editor-create:not(.collapsed):not(:hover):focus:not(.disabled):not(:disabled),
button.lp-form-button:not(:disabled):not(.disabled):focus:not(:hover),
.btn.lp-form-button:not(:disabled):not(.disabled):focus:not(:hover) {
    box-shadow: none
}

button.btn-primary:not(:disabled):not(.disabled):active,
button.address-editor-select:not(.collapsed):active:not(.disabled):not(:disabled),
button.address-editor-create:not(.collapsed):active:not(.disabled):not(:disabled),
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.address-editor-select:not(.collapsed):active:not(.disabled):not(:disabled),
.btn.address-editor-create:not(.collapsed):active:not(.disabled):not(:disabled),
button.lp-form-button:not(:disabled):not(.disabled):active,
.btn.lp-form-button:not(:disabled):not(.disabled):active {
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / .12), 0 1px 3px 0 rgb(0 0 0 / .2);
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

button.btn-primary:disabled,
button.address-editor-select:not(.collapsed):disabled,
button.address-editor-create:not(.collapsed):disabled,
.btn.btn-primary:disabled,
.btn.address-editor-select:not(.collapsed):disabled,
.btn.address-editor-create:not(.collapsed):disabled,
button.lp-form-button:disabled,
.btn.lp-form-button:disabled,
button.btn-primary.disabled,
button.disabled.address-editor-select:not(.collapsed),
button.disabled.address-editor-create:not(.collapsed),
.btn.btn-primary.disabled,
.btn.disabled.address-editor-select:not(.collapsed),
.btn.disabled.address-editor-create:not(.collapsed),
button.lp-form-button.disabled,
.btn.lp-form-button.disabled {
    color: #fff;
    background: #999
}

button.btn-secondary,
.btn.btn-secondary,
button.btn-outline-secondary,
.btn.btn-outline-secondary {
    padding: 0 32px;
    color: #000;
    line-height: 48px;
    background-color: #fff0;
    background-image: none;
    border-radius: 8px
}

button.btn-secondary:not(:disabled):not(.disabled):hover,
.btn.btn-secondary:not(:disabled):not(.disabled):hover,
button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
button.btn-secondary:not(:disabled):not(.disabled).hover,
.btn.btn-secondary:not(:disabled):not(.disabled).hover,
button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.btn.btn-outline-secondary:not(:disabled):not(.disabled).hover {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25)
}

button.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #fff0;
    background-image: none;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

button.btn-secondary:disabled,
.btn.btn-secondary:disabled,
button.btn-outline-secondary:disabled,
.btn.btn-outline-secondary:disabled,
button.btn-secondary.disabled,
.btn.btn-secondary.disabled,
button.btn-outline-secondary.disabled,
.btn.btn-outline-secondary.disabled {
    color: grey;
    box-shadow: inset 0 0 0 2px grey
}

button.btn-link,
.btn.btn-link {
    position: relative;
    z-index: 10;
    padding: 0;
    line-height: 48px;
    letter-spacing: .5px
}

button.btn-link::after,
.btn.btn-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    height: 1px;
    pointer-events: none;
    background: currentColor
}

button.btn-link:hover,
.btn.btn-link:hover,
button.btn-link.hover,
.btn.btn-link.hover,
button.btn-link:focus,
.btn.btn-link:focus {
    text-decoration: none
}

button.btn-link:not(:disabled):not(.disabled),
.btn.btn-link:not(:disabled):not(.disabled) {
    color: #000;
    background-color: #fff0;
    background-image: none
}

button.btn-link:disabled,
.btn.btn-link:disabled,
button.btn-link.disabled,
.btn.btn-link.disabled {
    pointer-events: auto;
    color: grey;
    background-color: #fff0;
    background-image: none
}

button.btn-icon,
.btn.btn-icon {
    width: 48px;
    padding: 0;
    text-align: center;
    line-height: 48px;
    border-radius: 8px
}

button.btn-icon:not(:disabled):not(.disabled):hover,
.btn.btn-icon:not(:disabled):not(.disabled):hover,
button.btn-icon:not(:disabled):not(.disabled).hover,
.btn.btn-icon:not(:disabled):not(.disabled).hover {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25)
}

button.btn-icon:not(:disabled):not(.disabled):active,
.btn.btn-icon:not(:disabled):not(.disabled):active {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

button.btn-icon:not(:disabled):not(.disabled) *,
.btn.btn-icon:not(:disabled):not(.disabled) *,
button.btn-icon:not(:disabled):not(.disabled):active *,
.btn.btn-icon:not(:disabled):not(.disabled):active *,
button.btn-icon:not(:disabled):not(.disabled) .icon::before,
.btn.btn-icon:not(:disabled):not(.disabled) .icon::before,
button.btn-icon:not(:disabled):not(.disabled):active .icon::before,
.btn.btn-icon:not(:disabled):not(.disabled):active .icon::before {
    color: #000
}

button.btn-icon:not(:disabled):not(.disabled) svg,
.btn.btn-icon:not(:disabled):not(.disabled) svg,
button.btn-icon:not(:disabled):not(.disabled):active svg,
.btn.btn-icon:not(:disabled):not(.disabled):active svg,
button.btn-icon:not(:disabled):not(.disabled) svg *,
.btn.btn-icon:not(:disabled):not(.disabled) svg *,
button.btn-icon:not(:disabled):not(.disabled):active svg *,
.btn.btn-icon:not(:disabled):not(.disabled):active svg * {
    fill: currentColor
}

button.btn-icon:disabled,
.btn.btn-icon:disabled,
button.btn-icon.disabled,
.btn.btn-icon.disabled {
    background: #e6e6e6;
    box-shadow: inset 0 0 0 2px grey
}

button.btn-icon:disabled *,
.btn.btn-icon:disabled *,
button.btn-icon.disabled *,
.btn.btn-icon.disabled *,
button.btn-icon:disabled .icon::before,
.btn.btn-icon:disabled .icon::before,
button.btn-icon.disabled .icon::before,
.btn.btn-icon.disabled .icon::before {
    color: grey
}

button.btn-icon:disabled svg,
.btn.btn-icon:disabled svg,
button.btn-icon.disabled svg,
.btn.btn-icon.disabled svg,
button.btn-icon:disabled svg *,
.btn.btn-icon:disabled svg *,
button.btn-icon.disabled svg *,
.btn.btn-icon.disabled svg * {
    fill: grey
}

button.btn-icon .icon,
.btn.btn-icon .icon {
    pointer-events: none
}

.theme-corporate button.btn-primary:not(:disabled):not(.disabled),
.theme-corporate button.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-corporate button.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-corporate .btn.btn-primary:not(:disabled):not(.disabled),
.theme-corporate .btn.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-corporate .btn.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-corporate button.lp-form-button:not(:disabled):not(.disabled),
.theme-corporate .btn.lp-form-button:not(:disabled):not(.disabled) {
    background: linear-gradient(45deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.theme-corporate button.btn-primary:disabled,
.theme-corporate button.address-editor-select:not(.collapsed):disabled,
.theme-corporate button.address-editor-create:not(.collapsed):disabled,
.theme-corporate .btn.btn-primary:disabled,
.theme-corporate .btn.address-editor-select:not(.collapsed):disabled,
.theme-corporate .btn.address-editor-create:not(.collapsed):disabled,
.theme-corporate button.lp-form-button:disabled,
.theme-corporate .btn.lp-form-button:disabled,
.theme-corporate button.btn-primary.disabled,
.theme-corporate button.disabled.address-editor-select:not(.collapsed),
.theme-corporate button.disabled.address-editor-create:not(.collapsed),
.theme-corporate .btn.btn-primary.disabled,
.theme-corporate .btn.disabled.address-editor-select:not(.collapsed),
.theme-corporate .btn.disabled.address-editor-create:not(.collapsed),
.theme-corporate button.lp-form-button.disabled,
.theme-corporate .btn.lp-form-button.disabled {
    color: #fff
}

.theme-corporate button.btn-secondary,
.theme-corporate .btn.btn-secondary,
.theme-corporate button.btn-outline-secondary,
.theme-corporate .btn.btn-outline-secondary,
.theme-corporate button.btn-icon,
.theme-corporate .btn.btn-icon {
    position: relative;
    z-index: 10;
    overflow: visible
}

@supports (clip-path:inset(2px round 6px)) {

    .theme-corporate button.btn-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate button.btn-icon:not(:disabled):not(.disabled)::before,
    .theme-corporate .btn.btn-icon:not(:disabled):not(.disabled)::before,
    .theme-corporate button.btn-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate button.btn-icon:not(:disabled):not(.disabled)::after,
    .theme-corporate .btn.btn-icon:not(:disabled):not(.disabled)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none
    }

    .theme-corporate button.btn-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled)::before,
    .theme-corporate button.btn-icon:not(:disabled):not(.disabled)::before,
    .theme-corporate .btn.btn-icon:not(:disabled):not(.disabled)::before {
        z-index: -1;
        background: #fff;
        -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
        transition: .3s all cubic-bezier(.215, .61, .355, 1);
        -webkit-clip-path: inset(2px round 6px);
        clip-path: inset(2px round 6px)
    }

    .theme-corporate button.btn-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled)::after,
    .theme-corporate button.btn-icon:not(:disabled):not(.disabled)::after,
    .theme-corporate .btn.btn-icon:not(:disabled):not(.disabled)::after {
        z-index: -2;
        border-radius: 8px
    }

    .theme-corporate button.btn-secondary:not(:disabled):not(.disabled):hover::before,
    .theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled):hover::before,
    .theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled):hover::before,
    .theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover::before,
    .theme-corporate button.btn-icon:not(:disabled):not(.disabled):hover::before,
    .theme-corporate .btn.btn-icon:not(:disabled):not(.disabled):hover::before,
    .theme-corporate button.btn-secondary:not(:disabled):not(.disabled).hover::before,
    .theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled).hover::before,
    .theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled).hover::before,
    .theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover::before,
    .theme-corporate button.btn-icon:not(:disabled):not(.disabled).hover::before,
    .theme-corporate .btn.btn-icon:not(:disabled):not(.disabled).hover::before,
    .theme-corporate button.btn-secondary:not(:disabled):not(.disabled):active::before,
    .theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled):active::before,
    .theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled):active::before,
    .theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled):active::before,
    .theme-corporate button.btn-icon:not(:disabled):not(.disabled):active::before,
    .theme-corporate .btn.btn-icon:not(:disabled):not(.disabled):active::before {
        -webkit-clip-path: inset(3px round 6px);
        clip-path: inset(3px round 6px)
    }
}

.theme-corporate button.btn-secondary:not(:disabled):not(.disabled),
.theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled),
.theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-corporate button.btn-icon:not(:disabled):not(.disabled),
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled),
.theme-corporate button.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-corporate button.btn-icon:not(:disabled):not(.disabled):hover,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled):hover,
.theme-corporate button.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-corporate button.btn-icon:not(:disabled):not(.disabled).hover,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled).hover,
.theme-corporate button.btn-secondary:not(:disabled):not(.disabled):active,
.theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled):active,
.theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-corporate button.btn-icon:not(:disabled):not(.disabled):active,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled):active {
    background-color: #fff0;
    background-image: none;
    box-shadow: none
}

.theme-corporate button.btn-secondary:not(:disabled):not(.disabled):active:focus,
.theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.theme-corporate button.btn-icon:not(:disabled):not(.disabled):active:focus,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled):active:focus {
    background-color: #fff0;
    background-image: none;
    box-shadow: none
}

.theme-corporate button.btn-secondary:not(:disabled):not(.disabled),
.theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled),
.theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled) {
    padding: 0 32px;
    line-height: 48px
}

.theme-corporate button.btn-secondary:not(:disabled):not(.disabled)::after,
.theme-corporate .btn.btn-secondary:not(:disabled):not(.disabled)::after,
.theme-corporate button.btn-outline-secondary:not(:disabled):not(.disabled)::after,
.theme-corporate .btn.btn-outline-secondary:not(:disabled):not(.disabled)::after {
    background: linear-gradient(135deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.theme-corporate button.btn-link,
.theme-corporate .btn.btn-link {
    display: inline-block;
    position: relative;
    z-index: 10
}

.theme-corporate button.btn-link:not(:disabled):not(.disabled),
.theme-corporate .btn.btn-link:not(:disabled):not(.disabled) {
    -webkit-transition: .3s background cubic-bezier(.215, .61, .355, 1);
    transition: .3s background cubic-bezier(.215, .61, .355, 1)
}

.theme-corporate button.btn-link:not(:disabled):not(.disabled)::after,
.theme-corporate .btn.btn-link:not(:disabled):not(.disabled)::after {
    background: #333
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .theme-corporate button.btn-link:not(:disabled):not(.disabled):hover,
    .theme-corporate .btn.btn-link:not(:disabled):not(.disabled):hover,
    .theme-corporate button.btn-link:not(:disabled):not(.disabled).hover,
    .theme-corporate .btn.btn-link:not(:disabled):not(.disabled).hover {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-corporate button.btn-link:not(:disabled):not(.disabled):hover::after,
.theme-corporate .btn.btn-link:not(:disabled):not(.disabled):hover::after,
.theme-corporate button.btn-link:not(:disabled):not(.disabled).hover::after,
.theme-corporate .btn.btn-link:not(:disabled):not(.disabled).hover::after {
    background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .theme-corporate button.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
    .theme-corporate .btn.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
    .theme-corporate button.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before,
    .theme-corporate .btn.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-corporate button.btn-icon:not(:disabled):not(.disabled)::after,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled)::after {
    background: #333
}

.theme-corporate button.btn-icon:not(:disabled):not(.disabled):hover::after,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled):hover::after,
.theme-corporate button.btn-icon:not(:disabled):not(.disabled).hover::after,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled).hover::after,
.theme-corporate button.btn-icon:not(:disabled):not(.disabled):active::after,
.theme-corporate .btn.btn-icon:not(:disabled):not(.disabled):active::after {
    background: linear-gradient(45deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.theme-blue button.btn-primary:not(:disabled):not(.disabled),
.theme-blue button.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-blue button.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-blue .btn.btn-primary:not(:disabled):not(.disabled),
.theme-blue .btn.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-blue .btn.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-blue button.lp-form-button:not(:disabled):not(.disabled),
.theme-blue .btn.lp-form-button:not(:disabled):not(.disabled) {
    background: #00a9c1
}

.theme-blue button.btn-secondary:not(:disabled):not(.disabled),
.theme-blue .btn.btn-secondary:not(:disabled):not(.disabled),
.theme-blue button.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-blue .btn.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-blue button.btn-icon:not(:disabled):not(.disabled),
.theme-blue .btn.btn-icon:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 2px #00a9c1
}

.theme-blue button.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-blue .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-blue button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-blue .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-blue button.btn-icon:not(:disabled):not(.disabled):hover,
.theme-blue .btn.btn-icon:not(:disabled):not(.disabled):hover,
.theme-blue button.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-blue .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-blue button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-blue .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-blue button.btn-icon:not(:disabled):not(.disabled).hover,
.theme-blue .btn.btn-icon:not(:disabled):not(.disabled).hover {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25)
}

.theme-blue button.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-blue .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-blue button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-blue .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-blue button.btn-icon:not(:disabled):not(.disabled):hover,
.theme-blue .btn.btn-icon:not(:disabled):not(.disabled):hover,
.theme-blue button.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-blue .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-blue button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-blue .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-blue button.btn-icon:not(:disabled):not(.disabled).hover,
.theme-blue .btn.btn-icon:not(:disabled):not(.disabled).hover,
.theme-blue button.btn-secondary:not(:disabled):not(.disabled):active,
.theme-blue .btn.btn-secondary:not(:disabled):not(.disabled):active,
.theme-blue button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-blue .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-blue button.btn-icon:not(:disabled):not(.disabled):active,
.theme-blue .btn.btn-icon:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 3px #00a9c1
}

.theme-blue button.btn-secondary:not(:disabled):not(.disabled):active,
.theme-blue .btn.btn-secondary:not(:disabled):not(.disabled):active,
.theme-blue button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-blue .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-blue button.btn-icon:not(:disabled):not(.disabled):active,
.theme-blue .btn.btn-icon:not(:disabled):not(.disabled):active {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.theme-blue button.btn-link:not(:disabled):not(.disabled):hover,
.theme-blue .btn.btn-link:not(:disabled):not(.disabled):hover,
.theme-blue button.btn-link:not(:disabled):not(.disabled).hover,
.theme-blue .btn.btn-link:not(:disabled):not(.disabled).hover,
.theme-blue button.btn-link:not(:disabled):not(.disabled):active,
.theme-blue .btn.btn-link:not(:disabled):not(.disabled):active {
    color: #00a9c1
}

.theme-blue button.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
.theme-blue .btn.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
.theme-blue button.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before,
.theme-blue .btn.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before,
.theme-blue button.btn-link:not(:disabled):not(.disabled):active+.inner-icon .icon::before,
.theme-blue .btn.btn-link:not(:disabled):not(.disabled):active+.inner-icon .icon::before {
    color: #00a9c1
}

.theme-purple button.btn-primary:not(:disabled):not(.disabled),
.theme-purple button.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-purple button.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-purple .btn.btn-primary:not(:disabled):not(.disabled),
.theme-purple .btn.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-purple .btn.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-purple button.lp-form-button:not(:disabled):not(.disabled),
.theme-purple .btn.lp-form-button:not(:disabled):not(.disabled) {
    background: #5a529c
}

.theme-purple button.btn-secondary:not(:disabled):not(.disabled),
.theme-purple .btn.btn-secondary:not(:disabled):not(.disabled),
.theme-purple button.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-purple .btn.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-purple button.btn-icon:not(:disabled):not(.disabled),
.theme-purple .btn.btn-icon:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 2px #5a529c
}

.theme-purple button.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-purple .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-purple button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-purple .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-purple button.btn-icon:not(:disabled):not(.disabled):hover,
.theme-purple .btn.btn-icon:not(:disabled):not(.disabled):hover,
.theme-purple button.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-purple .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-purple button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-purple .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-purple button.btn-icon:not(:disabled):not(.disabled).hover,
.theme-purple .btn.btn-icon:not(:disabled):not(.disabled).hover {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25)
}

.theme-purple button.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-purple .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-purple button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-purple .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-purple button.btn-icon:not(:disabled):not(.disabled):hover,
.theme-purple .btn.btn-icon:not(:disabled):not(.disabled):hover,
.theme-purple button.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-purple .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-purple button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-purple .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-purple button.btn-icon:not(:disabled):not(.disabled).hover,
.theme-purple .btn.btn-icon:not(:disabled):not(.disabled).hover,
.theme-purple button.btn-secondary:not(:disabled):not(.disabled):active,
.theme-purple .btn.btn-secondary:not(:disabled):not(.disabled):active,
.theme-purple button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-purple .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-purple button.btn-icon:not(:disabled):not(.disabled):active,
.theme-purple .btn.btn-icon:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 3px #5a529c
}

.theme-purple button.btn-secondary:not(:disabled):not(.disabled):active,
.theme-purple .btn.btn-secondary:not(:disabled):not(.disabled):active,
.theme-purple button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-purple .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-purple button.btn-icon:not(:disabled):not(.disabled):active,
.theme-purple .btn.btn-icon:not(:disabled):not(.disabled):active {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.theme-purple button.btn-link:not(:disabled):not(.disabled):hover,
.theme-purple .btn.btn-link:not(:disabled):not(.disabled):hover,
.theme-purple button.btn-link:not(:disabled):not(.disabled).hover,
.theme-purple .btn.btn-link:not(:disabled):not(.disabled).hover,
.theme-purple button.btn-link:not(:disabled):not(.disabled):active,
.theme-purple .btn.btn-link:not(:disabled):not(.disabled):active {
    color: #5a529c
}

.theme-purple button.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
.theme-purple .btn.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
.theme-purple button.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before,
.theme-purple .btn.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before,
.theme-purple button.btn-link:not(:disabled):not(.disabled):active+.inner-icon .icon::before,
.theme-purple .btn.btn-link:not(:disabled):not(.disabled):active+.inner-icon .icon::before {
    color: #5a529c
}

.theme-red button.btn-primary:not(:disabled):not(.disabled),
.theme-red button.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-red button.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-red .btn.btn-primary:not(:disabled):not(.disabled),
.theme-red .btn.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.theme-red .btn.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.theme-red button.lp-form-button:not(:disabled):not(.disabled),
.theme-red .btn.lp-form-button:not(:disabled):not(.disabled) {
    background: #e61f2b
}

.theme-red button.btn-secondary:not(:disabled):not(.disabled),
.theme-red .btn.btn-secondary:not(:disabled):not(.disabled),
.theme-red button.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-red .btn.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-red button.btn-icon:not(:disabled):not(.disabled),
.theme-red .btn.btn-icon:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 2px #e61f2b
}

.theme-red button.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-red .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-red button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-red .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-red button.btn-icon:not(:disabled):not(.disabled):hover,
.theme-red .btn.btn-icon:not(:disabled):not(.disabled):hover,
.theme-red button.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-red .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-red button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-red .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-red button.btn-icon:not(:disabled):not(.disabled).hover,
.theme-red .btn.btn-icon:not(:disabled):not(.disabled).hover {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25)
}

.theme-red button.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-red .btn.btn-secondary:not(:disabled):not(.disabled):hover,
.theme-red button.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-red .btn.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.theme-red button.btn-icon:not(:disabled):not(.disabled):hover,
.theme-red .btn.btn-icon:not(:disabled):not(.disabled):hover,
.theme-red button.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-red .btn.btn-secondary:not(:disabled):not(.disabled).hover,
.theme-red button.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-red .btn.btn-outline-secondary:not(:disabled):not(.disabled).hover,
.theme-red button.btn-icon:not(:disabled):not(.disabled).hover,
.theme-red .btn.btn-icon:not(:disabled):not(.disabled).hover,
.theme-red button.btn-secondary:not(:disabled):not(.disabled):active,
.theme-red .btn.btn-secondary:not(:disabled):not(.disabled):active,
.theme-red button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-red .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-red button.btn-icon:not(:disabled):not(.disabled):active,
.theme-red .btn.btn-icon:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 3px #e61f2b
}

.theme-red button.btn-secondary:not(:disabled):not(.disabled):active,
.theme-red .btn.btn-secondary:not(:disabled):not(.disabled):active,
.theme-red button.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-red .btn.btn-outline-secondary:not(:disabled):not(.disabled):active,
.theme-red button.btn-icon:not(:disabled):not(.disabled):active,
.theme-red .btn.btn-icon:not(:disabled):not(.disabled):active {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.theme-red button.btn-link:not(:disabled):not(.disabled):hover,
.theme-red .btn.btn-link:not(:disabled):not(.disabled):hover,
.theme-red button.btn-link:not(:disabled):not(.disabled).hover,
.theme-red .btn.btn-link:not(:disabled):not(.disabled).hover,
.theme-red button.btn-link:not(:disabled):not(.disabled):active,
.theme-red .btn.btn-link:not(:disabled):not(.disabled):active {
    color: #e61f2b
}

.theme-red button.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
.theme-red .btn.btn-link:not(:disabled):not(.disabled):hover+.inner-icon .icon::before,
.theme-red button.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before,
.theme-red .btn.btn-link:not(:disabled):not(.disabled).hover+.inner-icon .icon::before,
.theme-red button.btn-link:not(:disabled):not(.disabled):active+.inner-icon .icon::before,
.theme-red .btn.btn-link:not(:disabled):not(.disabled):active+.inner-icon .icon::before {
    color: #e61f2b
}

.theme-dark button.btn-secondary:not(:disabled):not(.disabled),
.theme-dark .btn.btn-secondary:not(:disabled):not(.disabled),
.theme-dark button.btn-outline-secondary:not(:disabled):not(.disabled),
.theme-dark .btn.btn-outline-secondary:not(:disabled):not(.disabled) {
    color: #fff
}

.theme-dark button.btn-secondary:not(:disabled):not(.disabled)::before,
.theme-dark .btn.btn-secondary:not(:disabled):not(.disabled)::before,
.theme-dark button.btn-outline-secondary:not(:disabled):not(.disabled)::before,
.theme-dark .btn.btn-outline-secondary:not(:disabled):not(.disabled)::before {
    background: #000
}

.theme-blue .theme-dark button.btn-link:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-blue .theme-dark .btn.btn-link:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-purple .theme-dark button.btn-link:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-purple .theme-dark .btn.btn-link:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-red .theme-dark button.btn-link:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-red .theme-dark .btn.btn-link:not(:disabled):not(.disabled):not(:hover):not(:active) {
    color: #fff
}

.theme-corporate .theme-dark button.btn-link:not(:disabled):not(.disabled):not(:hover),
.theme-corporate .theme-dark .btn.btn-link:not(:disabled):not(.disabled):not(:hover) {
    color: #fff
}

.theme-corporate .theme-dark button.btn-link:not(:disabled):not(.disabled):not(:hover)::after,
.theme-corporate .theme-dark .btn.btn-link:not(:disabled):not(.disabled):not(:hover)::after {
    background: #fff
}

.theme-blue .theme-dark button.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-blue .theme-dark .btn.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-purple .theme-dark button.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-purple .theme-dark .btn.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-red .theme-dark button.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active),
.theme-red .theme-dark .btn.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active) {
    box-shadow: inset 0 0 0 2px grey
}

.theme-corporate .theme-dark button.btn-icon:not(:disabled):not(.disabled)::before,
.theme-corporate .theme-dark .btn.btn-icon:not(:disabled):not(.disabled)::before {
    background: #000
}

.theme-corporate .theme-dark button.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active)::after,
.theme-corporate .theme-dark .btn.btn-icon:not(:disabled):not(.disabled):not(:hover):not(:active)::after {
    background: grey
}

.theme-dark button.btn-icon:not(:disabled):not(.disabled) *,
.theme-dark .btn.btn-icon:not(:disabled):not(.disabled) *,
.theme-dark button.btn-icon:not(:disabled):not(.disabled) .icon::before,
.theme-dark .btn.btn-icon:not(:disabled):not(.disabled) .icon::before {
    color: #fff
}

.theme-dark button.btn-icon:not(:disabled):not(.disabled) svg,
.theme-dark .btn.btn-icon:not(:disabled):not(.disabled) svg,
.theme-dark button.btn-icon:not(:disabled):not(.disabled) svg *,
.theme-dark .btn.btn-icon:not(:disabled):not(.disabled) svg * {
    color: #fff
}

.theme-dark button.btn-icon:disabled,
.theme-dark .btn.btn-icon:disabled,
.theme-dark button.btn-icon.disabled,
.theme-dark .btn.btn-icon.disabled {
    background: #1a1a1a
}

.form--container {
    max-width: 920px;
    margin: auto
}

.form--container-headline {
    margin: 0 0 20px
}

.form--container-text {
    margin: 0 0 20px
}

.form--container-image {
    width: 100%;
    margin: 0 0 20px
}

@media (max-width:991.98px) {
    .form--custom {
        width: 100%
    }
}

@media (min-width:768px) {
    .form--custom {
        max-width: 400px
    }
}

.form--custom .form-element-container,
.form--custom .columnContainer,
.form--custom .custom-control {
    margin: 0 0 16px
}

.form--contact .form--hint,
.form--repair .form--hint,
.form--ms-dynamics .form--hint {
    margin: 4px 0 0
}

.form--contact button[type="submit"],
.form--repair button[type="submit"],
.form--ms-dynamics button[type="submit"] {
    margin: 20px 0 0
}

.form--contact .form-contact-title,
.form--repair .form-contact-title,
.form--ms-dynamics .form-contact-title {
    margin-bottom: 10px
}

@media (min-width:768px) {

    .form--contact,
    .form--repair,
    .form--ms-dynamics {
        max-width: none;
        width: 100%
    }
}

.form--contact .form-element-container,
.form--repair .form-element-container,
.form--ms-dynamics .form-element-container {
    margin-bottom: 10px
}

@media (min-width:768px) {

    .form--contact .form-element-container,
    .form--repair .form-element-container,
    .form--ms-dynamics .form-element-container {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 49%;
        margin: 0 10px 16px 0
    }

    .form--contact .form-element-container:nth-of-type(even),
    .form--repair .form-element-container:nth-of-type(even),
    .form--ms-dynamics .form-element-container:nth-of-type(even) {
        margin: 0 0 16px 0
    }

    .form--contact .form-element-container.last-form-contact,
    .form--repair .form-element-container.last-form-contact,
    .form--ms-dynamics .form-element-container.last-form-contact {
        width: 100%
    }
}

@media (min-width:992px) {

    .form--contact .form-element-container,
    .form--repair .form-element-container,
    .form--ms-dynamics .form-element-container {
        margin: 0 13px 16px 0
    }
}

.form--contact.was-validated .custom-control .custom-control-input:invalid~.custom-control-label,
.form--repair.was-validated .custom-control .custom-control-input:invalid~.custom-control-label,
.form--ms-dynamics.was-validated .custom-control .custom-control-input:invalid~.custom-control-label,
.form--contact.was-validated .custom-control .custom-control-input.is-invalid~.custom-control-label,
.form--repair.was-validated .custom-control .custom-control-input.is-invalid~.custom-control-label,
.form--ms-dynamics.was-validated .custom-control .custom-control-input.is-invalid~.custom-control-label {
    color: #e30613
}

.form--contact.was-validated .custom-control .custom-control-input:valid~.custom-control-label,
.form--repair.was-validated .custom-control .custom-control-input:valid~.custom-control-label,
.form--ms-dynamics.was-validated .custom-control .custom-control-input:valid~.custom-control-label {
    color: #000
}

.form--contact .datepicker-select.row,
.form--contact .datepicker-select.account-content,
.form--contact .is-act-cartpage .checkout .datepicker-select.checkout-container,
.is-act-cartpage .checkout .form--contact .datepicker-select.checkout-container,
.form--contact .is-act-checkoutregisterpage .checkout .datepicker-select.checkout-container,
.is-act-checkoutregisterpage .checkout .form--contact .datepicker-select.checkout-container,
.form--contact .is-act-confirmpage .checkout .datepicker-select.checkout-container,
.is-act-confirmpage .checkout .form--contact .datepicker-select.checkout-container,
.form--contact .is-ctl-accountorder .checkout .datepicker-select.checkout-container,
.is-ctl-accountorder .checkout .form--contact .datepicker-select.checkout-container,
.form--contact .is-act-finishpage .checkout .datepicker-select.checkout-container,
.is-act-finishpage .checkout .form--contact .datepicker-select.checkout-container,
.form--repair .datepicker-select.row,
.form--repair .datepicker-select.account-content,
.form--repair .is-act-cartpage .checkout .datepicker-select.checkout-container,
.is-act-cartpage .checkout .form--repair .datepicker-select.checkout-container,
.form--repair .is-act-checkoutregisterpage .checkout .datepicker-select.checkout-container,
.is-act-checkoutregisterpage .checkout .form--repair .datepicker-select.checkout-container,
.form--repair .is-act-confirmpage .checkout .datepicker-select.checkout-container,
.is-act-confirmpage .checkout .form--repair .datepicker-select.checkout-container,
.form--repair .is-ctl-accountorder .checkout .datepicker-select.checkout-container,
.is-ctl-accountorder .checkout .form--repair .datepicker-select.checkout-container,
.form--repair .is-act-finishpage .checkout .datepicker-select.checkout-container,
.is-act-finishpage .checkout .form--repair .datepicker-select.checkout-container,
.form--ms-dynamics .datepicker-select.row,
.form--ms-dynamics .datepicker-select.account-content,
.form--ms-dynamics .is-act-cartpage .checkout .datepicker-select.checkout-container,
.is-act-cartpage .checkout .form--ms-dynamics .datepicker-select.checkout-container,
.form--ms-dynamics .is-act-checkoutregisterpage .checkout .datepicker-select.checkout-container,
.is-act-checkoutregisterpage .checkout .form--ms-dynamics .datepicker-select.checkout-container,
.form--ms-dynamics .is-act-confirmpage .checkout .datepicker-select.checkout-container,
.is-act-confirmpage .checkout .form--ms-dynamics .datepicker-select.checkout-container,
.form--ms-dynamics .is-ctl-accountorder .checkout .datepicker-select.checkout-container,
.is-ctl-accountorder .checkout .form--ms-dynamics .datepicker-select.checkout-container,
.form--ms-dynamics .is-act-finishpage .checkout .datepicker-select.checkout-container,
.is-act-finishpage .checkout .form--ms-dynamics .datepicker-select.checkout-container {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form--contact .datepicker-select.row .custom-select,
.form--contact .datepicker-select.account-content .custom-select,
.form--contact .is-act-cartpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-cartpage .checkout .form--contact .datepicker-select.checkout-container .custom-select,
.form--contact .is-act-checkoutregisterpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-checkoutregisterpage .checkout .form--contact .datepicker-select.checkout-container .custom-select,
.form--contact .is-act-confirmpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-confirmpage .checkout .form--contact .datepicker-select.checkout-container .custom-select,
.form--contact .is-ctl-accountorder .checkout .datepicker-select.checkout-container .custom-select,
.is-ctl-accountorder .checkout .form--contact .datepicker-select.checkout-container .custom-select,
.form--contact .is-act-finishpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-finishpage .checkout .form--contact .datepicker-select.checkout-container .custom-select,
.form--repair .datepicker-select.row .custom-select,
.form--repair .datepicker-select.account-content .custom-select,
.form--repair .is-act-cartpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-cartpage .checkout .form--repair .datepicker-select.checkout-container .custom-select,
.form--repair .is-act-checkoutregisterpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-checkoutregisterpage .checkout .form--repair .datepicker-select.checkout-container .custom-select,
.form--repair .is-act-confirmpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-confirmpage .checkout .form--repair .datepicker-select.checkout-container .custom-select,
.form--repair .is-ctl-accountorder .checkout .datepicker-select.checkout-container .custom-select,
.is-ctl-accountorder .checkout .form--repair .datepicker-select.checkout-container .custom-select,
.form--repair .is-act-finishpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-finishpage .checkout .form--repair .datepicker-select.checkout-container .custom-select,
.form--ms-dynamics .datepicker-select.row .custom-select,
.form--ms-dynamics .datepicker-select.account-content .custom-select,
.form--ms-dynamics .is-act-cartpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-cartpage .checkout .form--ms-dynamics .datepicker-select.checkout-container .custom-select,
.form--ms-dynamics .is-act-checkoutregisterpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-checkoutregisterpage .checkout .form--ms-dynamics .datepicker-select.checkout-container .custom-select,
.form--ms-dynamics .is-act-confirmpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-confirmpage .checkout .form--ms-dynamics .datepicker-select.checkout-container .custom-select,
.form--ms-dynamics .is-ctl-accountorder .checkout .datepicker-select.checkout-container .custom-select,
.is-ctl-accountorder .checkout .form--ms-dynamics .datepicker-select.checkout-container .custom-select,
.form--ms-dynamics .is-act-finishpage .checkout .datepicker-select.checkout-container .custom-select,
.is-act-finishpage .checkout .form--ms-dynamics .datepicker-select.checkout-container .custom-select {
    -ms-flex: 0 0 32.33%;
    flex: 0 0 32.33%
}

.form--ms-dynamics h2 {
    margin: 0 0 16px
}

.form--ms-dynamics .ms-form-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.form--ms-dynamics .ms-form-row.row--checkbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form--ms-dynamics .ms-form-row.row--checkbox>div {
    margin: 0 24px 16px 0
}

@media (max-width:767.98px) {
    .form--ms-dynamics .ms-form-row.row--checkbox>div {
        width: 100%
    }
}

.form--ms-dynamics .ms-form-row.row--input {
    margin: 0 0 16px
}

@media (max-width:767.98px) {
    .form--ms-dynamics .ms-form-row.row--input {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .form--ms-dynamics .ms-form-row.row--input>div:not(:last-child) {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 16px 0 0
    }
}

@media (max-width:767.98px) {
    .form--ms-dynamics .ms-form-row.row--input>div:not(:last-child) {
        margin: 0 0 16px
    }
}

@media (min-width:768px) {
    .form--ms-dynamics .ms-form-row.row--input>div:last-child {
        -ms-flex: 0 0 256px;
        flex: 0 0 256px
    }
}

.form--ms-dynamics .ms-form-row p {
    margin: 0
}

.form--ms-dynamics .ms-form-row button[type="submit"] {
    width: 100%;
    margin: 0
}

@media (max-width:1199.98px) {
    .form--ms-dynamics .ms-form-column:first-of-type {
        margin: 0 0 16px
    }
}

.form--ms-dynamics .form--hint {
    margin: 24px 0 0
}

.form--ms-dynamics .form--hint a {
    text-decoration: underline
}

input,
input.form-control {
    line-height: normal;
    outline: 0
}

input[type="search"],
input.form-control[type="search"] {
    -webkit-appearance: none;
    border-radius: 0
}

input[type="search"]::-webkit-search-decoration,
input.form-control[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input.form-control[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input.form-control[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input.form-control[type="search"]::-webkit-search-results-decoration {
    display: none
}

input::-ms-clear,
input.form-control::-ms-clear {
    display: none
}

input::-moz-focus-inner,
input.form-control::-moz-focus-inner {
    padding: 0;
    border: 0
}

input::-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
input::placeholder,
input.form-control::-ms-input-placeholder,
input.form-control::-moz-placeholder,
input.form-control::-webkit-input-placeholder,
input.form-control::placeholder {
    color: #000;
    opacity: 1
}

input[type="text"],
input.form-control[type="text"],
input[type="password"],
input.form-control[type="password"],
input[type="email"],
input.form-control[type="email"],
input[type="tel"],
input.form-control[type="tel"],
input[type="url"],
input.form-control[type="url"],
input[type="search"],
input.form-control[type="search"],
input[type="number"],
input.form-control[type="number"],
input[type="date"],
input.form-control[type="date"] {
    color: #000;
    font-size: 16px;
    border: 0;
    border-radius: 8px !important;
    box-shadow: inset 0 0 0 1px #999;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

input[type="text"]:hover,
input.form-control[type="text"]:hover,
input[type="password"]:hover,
input.form-control[type="password"]:hover,
input[type="email"]:hover,
input.form-control[type="email"]:hover,
input[type="tel"]:hover,
input.form-control[type="tel"]:hover,
input[type="url"]:hover,
input.form-control[type="url"]:hover,
input[type="search"]:hover,
input.form-control[type="search"]:hover,
input[type="number"]:hover,
input.form-control[type="number"]:hover,
input[type="date"]:hover,
input.form-control[type="date"]:hover,
input[type="text"]:focus,
input.form-control[type="text"]:focus,
input[type="password"]:focus,
input.form-control[type="password"]:focus,
input[type="email"]:focus,
input.form-control[type="email"]:focus,
input[type="tel"]:focus,
input.form-control[type="tel"]:focus,
input[type="url"]:focus,
input.form-control[type="url"]:focus,
input[type="search"]:focus,
input.form-control[type="search"]:focus,
input[type="number"]:focus,
input.form-control[type="number"]:focus,
input[type="date"]:focus,
input.form-control[type="date"]:focus {
    box-shadow: inset 0 0 0 1px #000
}

.was-validated input[type="text"]:valid,
.was-validated input.form-control[type="text"]:valid,
.was-validated input[type="password"]:valid,
.was-validated input.form-control[type="password"]:valid,
.was-validated input[type="email"]:valid,
.was-validated input.form-control[type="email"]:valid,
.was-validated input[type="tel"]:valid,
.was-validated input.form-control[type="tel"]:valid,
.was-validated input[type="url"]:valid,
.was-validated input.form-control[type="url"]:valid,
.was-validated input[type="search"]:valid,
.was-validated input.form-control[type="search"]:valid,
.was-validated input[type="number"]:valid,
.was-validated input.form-control[type="number"]:valid,
.was-validated input[type="date"]:valid,
.was-validated input.form-control[type="date"]:valid,
.was-validated input[type="text"].is-valid,
.was-validated input.form-control[type="text"].is-valid,
.was-validated input[type="password"].is-valid,
.was-validated input.form-control[type="password"].is-valid,
.was-validated input[type="email"].is-valid,
.was-validated input.form-control[type="email"].is-valid,
.was-validated input[type="tel"].is-valid,
.was-validated input.form-control[type="tel"].is-valid,
.was-validated input[type="url"].is-valid,
.was-validated input.form-control[type="url"].is-valid,
.was-validated input[type="search"].is-valid,
.was-validated input.form-control[type="search"].is-valid,
.was-validated input[type="number"].is-valid,
.was-validated input.form-control[type="number"].is-valid,
.was-validated input[type="date"].is-valid,
.was-validated input.form-control[type="date"].is-valid {
    box-shadow: inset 0 0 0 1px #999
}

.was-validated input[type="text"]:valid:focus,
.was-validated input.form-control[type="text"]:valid:focus,
.was-validated input[type="password"]:valid:focus,
.was-validated input.form-control[type="password"]:valid:focus,
.was-validated input[type="email"]:valid:focus,
.was-validated input.form-control[type="email"]:valid:focus,
.was-validated input[type="tel"]:valid:focus,
.was-validated input.form-control[type="tel"]:valid:focus,
.was-validated input[type="url"]:valid:focus,
.was-validated input.form-control[type="url"]:valid:focus,
.was-validated input[type="search"]:valid:focus,
.was-validated input.form-control[type="search"]:valid:focus,
.was-validated input[type="number"]:valid:focus,
.was-validated input.form-control[type="number"]:valid:focus,
.was-validated input[type="date"]:valid:focus,
.was-validated input.form-control[type="date"]:valid:focus,
.was-validated input[type="text"].is-valid:focus,
.was-validated input.form-control[type="text"].is-valid:focus,
.was-validated input[type="password"].is-valid:focus,
.was-validated input.form-control[type="password"].is-valid:focus,
.was-validated input[type="email"].is-valid:focus,
.was-validated input.form-control[type="email"].is-valid:focus,
.was-validated input[type="tel"].is-valid:focus,
.was-validated input.form-control[type="tel"].is-valid:focus,
.was-validated input[type="url"].is-valid:focus,
.was-validated input.form-control[type="url"].is-valid:focus,
.was-validated input[type="search"].is-valid:focus,
.was-validated input.form-control[type="search"].is-valid:focus,
.was-validated input[type="number"].is-valid:focus,
.was-validated input.form-control[type="number"].is-valid:focus,
.was-validated input[type="date"].is-valid:focus,
.was-validated input.form-control[type="date"].is-valid:focus {
    box-shadow: inset 0 0 0 1px #000
}

.was-validated input[type="text"]:invalid,
.was-validated input.form-control[type="text"]:invalid,
.was-validated input[type="password"]:invalid,
.was-validated input.form-control[type="password"]:invalid,
.was-validated input[type="email"]:invalid,
.was-validated input.form-control[type="email"]:invalid,
.was-validated input[type="tel"]:invalid,
.was-validated input.form-control[type="tel"]:invalid,
.was-validated input[type="url"]:invalid,
.was-validated input.form-control[type="url"]:invalid,
.was-validated input[type="search"]:invalid,
.was-validated input.form-control[type="search"]:invalid,
.was-validated input[type="number"]:invalid,
.was-validated input.form-control[type="number"]:invalid,
.was-validated input[type="date"]:invalid,
.was-validated input.form-control[type="date"]:invalid,
.was-validated input[type="text"] .is-invalid,
.was-validated input.form-control[type="text"] .is-invalid,
.was-validated input[type="password"] .is-invalid,
.was-validated input.form-control[type="password"] .is-invalid,
.was-validated input[type="email"] .is-invalid,
.was-validated input.form-control[type="email"] .is-invalid,
.was-validated input[type="tel"] .is-invalid,
.was-validated input.form-control[type="tel"] .is-invalid,
.was-validated input[type="url"] .is-invalid,
.was-validated input.form-control[type="url"] .is-invalid,
.was-validated input[type="search"] .is-invalid,
.was-validated input.form-control[type="search"] .is-invalid,
.was-validated input[type="number"] .is-invalid,
.was-validated input.form-control[type="number"] .is-invalid,
.was-validated input[type="date"] .is-invalid,
.was-validated input.form-control[type="date"] .is-invalid,
.was-validated input[type="text"]:invalid:focus,
.was-validated input.form-control[type="text"]:invalid:focus,
.was-validated input[type="password"]:invalid:focus,
.was-validated input.form-control[type="password"]:invalid:focus,
.was-validated input[type="email"]:invalid:focus,
.was-validated input.form-control[type="email"]:invalid:focus,
.was-validated input[type="tel"]:invalid:focus,
.was-validated input.form-control[type="tel"]:invalid:focus,
.was-validated input[type="url"]:invalid:focus,
.was-validated input.form-control[type="url"]:invalid:focus,
.was-validated input[type="search"]:invalid:focus,
.was-validated input.form-control[type="search"]:invalid:focus,
.was-validated input[type="number"]:invalid:focus,
.was-validated input.form-control[type="number"]:invalid:focus,
.was-validated input[type="date"]:invalid:focus,
.was-validated input.form-control[type="date"]:invalid:focus,
.was-validated input[type="text"] .is-invalid:focus,
.was-validated input.form-control[type="text"] .is-invalid:focus,
.was-validated input[type="password"] .is-invalid:focus,
.was-validated input.form-control[type="password"] .is-invalid:focus,
.was-validated input[type="email"] .is-invalid:focus,
.was-validated input.form-control[type="email"] .is-invalid:focus,
.was-validated input[type="tel"] .is-invalid:focus,
.was-validated input.form-control[type="tel"] .is-invalid:focus,
.was-validated input[type="url"] .is-invalid:focus,
.was-validated input.form-control[type="url"] .is-invalid:focus,
.was-validated input[type="search"] .is-invalid:focus,
.was-validated input.form-control[type="search"] .is-invalid:focus,
.was-validated input[type="number"] .is-invalid:focus,
.was-validated input.form-control[type="number"] .is-invalid:focus,
.was-validated input[type="date"] .is-invalid:focus,
.was-validated input.form-control[type="date"] .is-invalid:focus {
    box-shadow: inset 0 0 0 1px #e30613
}

.was-validated input[type="text"]:invalid+label,
.was-validated input.form-control[type="text"]:invalid+label,
.was-validated input[type="password"]:invalid+label,
.was-validated input.form-control[type="password"]:invalid+label,
.was-validated input[type="email"]:invalid+label,
.was-validated input.form-control[type="email"]:invalid+label,
.was-validated input[type="tel"]:invalid+label,
.was-validated input.form-control[type="tel"]:invalid+label,
.was-validated input[type="url"]:invalid+label,
.was-validated input.form-control[type="url"]:invalid+label,
.was-validated input[type="search"]:invalid+label,
.was-validated input.form-control[type="search"]:invalid+label,
.was-validated input[type="number"]:invalid+label,
.was-validated input.form-control[type="number"]:invalid+label,
.was-validated input[type="date"]:invalid+label,
.was-validated input.form-control[type="date"]:invalid+label,
.was-validated input[type="text"] .is-invalid+label,
.was-validated input.form-control[type="text"] .is-invalid+label,
.was-validated input[type="password"] .is-invalid+label,
.was-validated input.form-control[type="password"] .is-invalid+label,
.was-validated input[type="email"] .is-invalid+label,
.was-validated input.form-control[type="email"] .is-invalid+label,
.was-validated input[type="tel"] .is-invalid+label,
.was-validated input.form-control[type="tel"] .is-invalid+label,
.was-validated input[type="url"] .is-invalid+label,
.was-validated input.form-control[type="url"] .is-invalid+label,
.was-validated input[type="search"] .is-invalid+label,
.was-validated input.form-control[type="search"] .is-invalid+label,
.was-validated input[type="number"] .is-invalid+label,
.was-validated input.form-control[type="number"] .is-invalid+label,
.was-validated input[type="date"] .is-invalid+label,
.was-validated input.form-control[type="date"] .is-invalid+label,
.was-validated input[type="text"]:invalid~.form-text,
.was-validated input.form-control[type="text"]:invalid~.form-text,
.was-validated input[type="password"]:invalid~.form-text,
.was-validated input.form-control[type="password"]:invalid~.form-text,
.was-validated input[type="email"]:invalid~.form-text,
.was-validated input.form-control[type="email"]:invalid~.form-text,
.was-validated input[type="tel"]:invalid~.form-text,
.was-validated input.form-control[type="tel"]:invalid~.form-text,
.was-validated input[type="url"]:invalid~.form-text,
.was-validated input.form-control[type="url"]:invalid~.form-text,
.was-validated input[type="search"]:invalid~.form-text,
.was-validated input.form-control[type="search"]:invalid~.form-text,
.was-validated input[type="number"]:invalid~.form-text,
.was-validated input.form-control[type="number"]:invalid~.form-text,
.was-validated input[type="date"]:invalid~.form-text,
.was-validated input.form-control[type="date"]:invalid~.form-text,
.was-validated input[type="text"] .is-invalid~.form-text,
.was-validated input.form-control[type="text"] .is-invalid~.form-text,
.was-validated input[type="password"] .is-invalid~.form-text,
.was-validated input.form-control[type="password"] .is-invalid~.form-text,
.was-validated input[type="email"] .is-invalid~.form-text,
.was-validated input.form-control[type="email"] .is-invalid~.form-text,
.was-validated input[type="tel"] .is-invalid~.form-text,
.was-validated input.form-control[type="tel"] .is-invalid~.form-text,
.was-validated input[type="url"] .is-invalid~.form-text,
.was-validated input.form-control[type="url"] .is-invalid~.form-text,
.was-validated input[type="search"] .is-invalid~.form-text,
.was-validated input.form-control[type="search"] .is-invalid~.form-text,
.was-validated input[type="number"] .is-invalid~.form-text,
.was-validated input.form-control[type="number"] .is-invalid~.form-text,
.was-validated input[type="date"] .is-invalid~.form-text,
.was-validated input.form-control[type="date"] .is-invalid~.form-text {
    color: #e30613
}

.was-validated input[type="text"]:invalid~.validation-text,
.was-validated input.form-control[type="text"]:invalid~.validation-text,
.was-validated input[type="password"]:invalid~.validation-text,
.was-validated input.form-control[type="password"]:invalid~.validation-text,
.was-validated input[type="email"]:invalid~.validation-text,
.was-validated input.form-control[type="email"]:invalid~.validation-text,
.was-validated input[type="tel"]:invalid~.validation-text,
.was-validated input.form-control[type="tel"]:invalid~.validation-text,
.was-validated input[type="url"]:invalid~.validation-text,
.was-validated input.form-control[type="url"]:invalid~.validation-text,
.was-validated input[type="search"]:invalid~.validation-text,
.was-validated input.form-control[type="search"]:invalid~.validation-text,
.was-validated input[type="number"]:invalid~.validation-text,
.was-validated input.form-control[type="number"]:invalid~.validation-text,
.was-validated input[type="date"]:invalid~.validation-text,
.was-validated input.form-control[type="date"]:invalid~.validation-text,
.was-validated input[type="text"] .is-invalid~.validation-text,
.was-validated input.form-control[type="text"] .is-invalid~.validation-text,
.was-validated input[type="password"] .is-invalid~.validation-text,
.was-validated input.form-control[type="password"] .is-invalid~.validation-text,
.was-validated input[type="email"] .is-invalid~.validation-text,
.was-validated input.form-control[type="email"] .is-invalid~.validation-text,
.was-validated input[type="tel"] .is-invalid~.validation-text,
.was-validated input.form-control[type="tel"] .is-invalid~.validation-text,
.was-validated input[type="url"] .is-invalid~.validation-text,
.was-validated input.form-control[type="url"] .is-invalid~.validation-text,
.was-validated input[type="search"] .is-invalid~.validation-text,
.was-validated input.form-control[type="search"] .is-invalid~.validation-text,
.was-validated input[type="number"] .is-invalid~.validation-text,
.was-validated input.form-control[type="number"] .is-invalid~.validation-text,
.was-validated input[type="date"] .is-invalid~.validation-text,
.was-validated input.form-control[type="date"] .is-invalid~.validation-text {
    display: block
}

input[type="text"]:disabled,
input.form-control[type="text"]:disabled,
input[type="password"]:disabled,
input.form-control[type="password"]:disabled,
input[type="email"]:disabled,
input.form-control[type="email"]:disabled,
input[type="tel"]:disabled,
input.form-control[type="tel"]:disabled,
input[type="url"]:disabled,
input.form-control[type="url"]:disabled,
input[type="search"]:disabled,
input.form-control[type="search"]:disabled,
input[type="number"]:disabled,
input.form-control[type="number"]:disabled,
input[type="date"]:disabled,
input.form-control[type="date"]:disabled,
input[type="text"] .is-disabled,
input.form-control[type="text"] .is-disabled,
input[type="password"] .is-disabled,
input.form-control[type="password"] .is-disabled,
input[type="email"] .is-disabled,
input.form-control[type="email"] .is-disabled,
input[type="tel"] .is-disabled,
input.form-control[type="tel"] .is-disabled,
input[type="url"] .is-disabled,
input.form-control[type="url"] .is-disabled,
input[type="search"] .is-disabled,
input.form-control[type="search"] .is-disabled,
input[type="number"] .is-disabled,
input.form-control[type="number"] .is-disabled,
input[type="date"] .is-disabled,
input.form-control[type="date"] .is-disabled {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: not-allowed;
    background: #e6e6e6;
    box-shadow: inset 0 0 0 1px #999
}

input[type="text"]:disabled+label,
input.form-control[type="text"]:disabled+label,
input[type="password"]:disabled+label,
input.form-control[type="password"]:disabled+label,
input[type="email"]:disabled+label,
input.form-control[type="email"]:disabled+label,
input[type="tel"]:disabled+label,
input.form-control[type="tel"]:disabled+label,
input[type="url"]:disabled+label,
input.form-control[type="url"]:disabled+label,
input[type="search"]:disabled+label,
input.form-control[type="search"]:disabled+label,
input[type="number"]:disabled+label,
input.form-control[type="number"]:disabled+label,
input[type="date"]:disabled+label,
input.form-control[type="date"]:disabled+label,
input[type="text"] .is-disabled+label,
input.form-control[type="text"] .is-disabled+label,
input[type="password"] .is-disabled+label,
input.form-control[type="password"] .is-disabled+label,
input[type="email"] .is-disabled+label,
input.form-control[type="email"] .is-disabled+label,
input[type="tel"] .is-disabled+label,
input.form-control[type="tel"] .is-disabled+label,
input[type="url"] .is-disabled+label,
input.form-control[type="url"] .is-disabled+label,
input[type="search"] .is-disabled+label,
input.form-control[type="search"] .is-disabled+label,
input[type="number"] .is-disabled+label,
input.form-control[type="number"] .is-disabled+label,
input[type="date"] .is-disabled+label,
input.form-control[type="date"] .is-disabled+label,
input[type="text"]:disabled~.form-text,
input.form-control[type="text"]:disabled~.form-text,
input[type="password"]:disabled~.form-text,
input.form-control[type="password"]:disabled~.form-text,
input[type="email"]:disabled~.form-text,
input.form-control[type="email"]:disabled~.form-text,
input[type="tel"]:disabled~.form-text,
input.form-control[type="tel"]:disabled~.form-text,
input[type="url"]:disabled~.form-text,
input.form-control[type="url"]:disabled~.form-text,
input[type="search"]:disabled~.form-text,
input.form-control[type="search"]:disabled~.form-text,
input[type="number"]:disabled~.form-text,
input.form-control[type="number"]:disabled~.form-text,
input[type="date"]:disabled~.form-text,
input.form-control[type="date"]:disabled~.form-text,
input[type="text"] .is-disabled~.form-text,
input.form-control[type="text"] .is-disabled~.form-text,
input[type="password"] .is-disabled~.form-text,
input.form-control[type="password"] .is-disabled~.form-text,
input[type="email"] .is-disabled~.form-text,
input.form-control[type="email"] .is-disabled~.form-text,
input[type="tel"] .is-disabled~.form-text,
input.form-control[type="tel"] .is-disabled~.form-text,
input[type="url"] .is-disabled~.form-text,
input.form-control[type="url"] .is-disabled~.form-text,
input[type="search"] .is-disabled~.form-text,
input.form-control[type="search"] .is-disabled~.form-text,
input[type="number"] .is-disabled~.form-text,
input.form-control[type="number"] .is-disabled~.form-text,
input[type="date"] .is-disabled~.form-text,
input.form-control[type="date"] .is-disabled~.form-text {
    cursor: not-allowed;
    color: #999
}

input[type="text"],
input.form-control[type="text"],
input[type="password"],
input.form-control[type="password"],
input[type="email"],
input.form-control[type="email"],
input[type="tel"],
input.form-control[type="tel"],
input[type="url"],
input.form-control[type="url"],
input[type="number"],
input.form-control[type="number"],
input[type="date"],
input.form-control[type="date"] {
    height: 48px;
    padding: 0 20px;
    line-height: 48px
}

input[type="search"],
input.form-control[type="search"] {
    height: 40px;
    padding: 9px 41px 9px 14px;
    line-height: 22px;
    width: 100%
}

input[type="checkbox"],
input.form-control[type="checkbox"],
input[type="radio"],
input.form-control[type="radio"] {
    display: none
}

.custom-checkbox input[type="checkbox"]~.custom-control-label::before,
.custom-checkbox input.form-control[type="checkbox"]~.custom-control-label::before,
.custom-checkbox input[type="radio"]~.custom-control-label::before,
.custom-checkbox input.form-control[type="radio"]~.custom-control-label::before,
.custom-radio input[type="checkbox"]~.custom-control-label::before,
.custom-radio input.form-control[type="checkbox"]~.custom-control-label::before,
.custom-radio input[type="radio"]~.custom-control-label::before,
.custom-radio input.form-control[type="radio"]~.custom-control-label::before {
    top: 0;
    left: -32px;
    width: 22px;
    height: 22px;
    border: 0;
    pointer-events: auto;
    box-shadow: inset 0 0 0 1px #999
}

.custom-checkbox input[type="checkbox"]~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]~.custom-control-label::after,
.custom-checkbox input[type="radio"]~.custom-control-label::after,
.custom-checkbox input.form-control[type="radio"]~.custom-control-label::after,
.custom-radio input[type="checkbox"]~.custom-control-label::after,
.custom-radio input.form-control[type="checkbox"]~.custom-control-label::after,
.custom-radio input[type="radio"]~.custom-control-label::after,
.custom-radio input.form-control[type="radio"]~.custom-control-label::after {
    top: 5px;
    left: -27px;
    width: 12px;
    height: 12px;
    pointer-events: none;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.custom-checkbox input[type="checkbox"]~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="checkbox"]~.custom-control-label:hover::before,
.custom-checkbox input[type="radio"]~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="radio"]~.custom-control-label:hover::before,
.custom-radio input[type="checkbox"]~.custom-control-label:hover::before,
.custom-radio input.form-control[type="checkbox"]~.custom-control-label:hover::before,
.custom-radio input[type="radio"]~.custom-control-label:hover::before,
.custom-radio input.form-control[type="radio"]~.custom-control-label:hover::before {
    box-shadow: inset 0 0 0 1px #000
}

.custom-checkbox input[type="checkbox"]:not(:checked)~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]:not(:checked)~.custom-control-label::after,
.custom-checkbox input[type="radio"]:not(:checked)~.custom-control-label::after,
.custom-checkbox input.form-control[type="radio"]:not(:checked)~.custom-control-label::after,
.custom-radio input[type="checkbox"]:not(:checked)~.custom-control-label::after,
.custom-radio input.form-control[type="checkbox"]:not(:checked)~.custom-control-label::after,
.custom-radio input[type="radio"]:not(:checked)~.custom-control-label::after,
.custom-radio input.form-control[type="radio"]:not(:checked)~.custom-control-label::after {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-checkbox input[type="checkbox"]:checked~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]:checked~.custom-control-label::after,
.custom-checkbox input[type="radio"]:checked~.custom-control-label::after,
.custom-checkbox input.form-control[type="radio"]:checked~.custom-control-label::after,
.custom-radio input[type="checkbox"]:checked~.custom-control-label::after,
.custom-radio input.form-control[type="checkbox"]:checked~.custom-control-label::after,
.custom-radio input[type="radio"]:checked~.custom-control-label::after,
.custom-radio input.form-control[type="radio"]:checked~.custom-control-label::after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.custom-checkbox input[type="checkbox"]:checked~.custom-control-label::before,
.custom-checkbox input.form-control[type="checkbox"]:checked~.custom-control-label::before,
.custom-checkbox input[type="radio"]:checked~.custom-control-label::before,
.custom-checkbox input.form-control[type="radio"]:checked~.custom-control-label::before,
.custom-radio input[type="checkbox"]:checked~.custom-control-label::before,
.custom-radio input.form-control[type="checkbox"]:checked~.custom-control-label::before,
.custom-radio input[type="radio"]:checked~.custom-control-label::before,
.custom-radio input.form-control[type="radio"]:checked~.custom-control-label::before,
.custom-checkbox input[type="checkbox"]:valid~.custom-control-label::before,
.custom-checkbox input.form-control[type="checkbox"]:valid~.custom-control-label::before,
.custom-checkbox input[type="radio"]:valid~.custom-control-label::before,
.custom-checkbox input.form-control[type="radio"]:valid~.custom-control-label::before,
.custom-radio input[type="checkbox"]:valid~.custom-control-label::before,
.custom-radio input.form-control[type="checkbox"]:valid~.custom-control-label::before,
.custom-radio input[type="radio"]:valid~.custom-control-label::before,
.custom-radio input.form-control[type="radio"]:valid~.custom-control-label::before,
.custom-checkbox input[type="checkbox"].is-valid~.custom-control-label::before,
.custom-checkbox input.form-control[type="checkbox"].is-valid~.custom-control-label::before,
.custom-checkbox input[type="radio"].is-valid~.custom-control-label::before,
.custom-checkbox input.form-control[type="radio"].is-valid~.custom-control-label::before,
.custom-radio input[type="checkbox"].is-valid~.custom-control-label::before,
.custom-radio input.form-control[type="checkbox"].is-valid~.custom-control-label::before,
.custom-radio input[type="radio"].is-valid~.custom-control-label::before,
.custom-radio input.form-control[type="radio"].is-valid~.custom-control-label::before {
    background: #fff !important
}

.custom-checkbox input[type="checkbox"]:checked~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="checkbox"]:checked~.custom-control-label:hover::before,
.custom-checkbox input[type="radio"]:checked~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="radio"]:checked~.custom-control-label:hover::before,
.custom-radio input[type="checkbox"]:checked~.custom-control-label:hover::before,
.custom-radio input.form-control[type="checkbox"]:checked~.custom-control-label:hover::before,
.custom-radio input[type="radio"]:checked~.custom-control-label:hover::before,
.custom-radio input.form-control[type="radio"]:checked~.custom-control-label:hover::before,
.custom-checkbox input[type="checkbox"]:valid~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="checkbox"]:valid~.custom-control-label:hover::before,
.custom-checkbox input[type="radio"]:valid~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="radio"]:valid~.custom-control-label:hover::before,
.custom-radio input[type="checkbox"]:valid~.custom-control-label:hover::before,
.custom-radio input.form-control[type="checkbox"]:valid~.custom-control-label:hover::before,
.custom-radio input[type="radio"]:valid~.custom-control-label:hover::before,
.custom-radio input.form-control[type="radio"]:valid~.custom-control-label:hover::before,
.custom-checkbox input[type="checkbox"].is-valid~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="checkbox"].is-valid~.custom-control-label:hover::before,
.custom-checkbox input[type="radio"].is-valid~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="radio"].is-valid~.custom-control-label:hover::before,
.custom-radio input[type="checkbox"].is-valid~.custom-control-label:hover::before,
.custom-radio input.form-control[type="checkbox"].is-valid~.custom-control-label:hover::before,
.custom-radio input[type="radio"].is-valid~.custom-control-label:hover::before,
.custom-radio input.form-control[type="radio"].is-valid~.custom-control-label:hover::before {
    box-shadow: inset 0 0 0 1px #000
}

.custom-checkbox input[type="checkbox"]:disabled~.custom-control-label,
.custom-checkbox input.form-control[type="checkbox"]:disabled~.custom-control-label,
.custom-checkbox input[type="radio"]:disabled~.custom-control-label,
.custom-checkbox input.form-control[type="radio"]:disabled~.custom-control-label,
.custom-radio input[type="checkbox"]:disabled~.custom-control-label,
.custom-radio input.form-control[type="checkbox"]:disabled~.custom-control-label,
.custom-radio input[type="radio"]:disabled~.custom-control-label,
.custom-radio input.form-control[type="radio"]:disabled~.custom-control-label,
.custom-checkbox input[type="checkbox"].is-disabled~.custom-control-label,
.custom-checkbox input.form-control[type="checkbox"].is-disabled~.custom-control-label,
.custom-checkbox input[type="radio"].is-disabled~.custom-control-label,
.custom-checkbox input.form-control[type="radio"].is-disabled~.custom-control-label,
.custom-radio input[type="checkbox"].is-disabled~.custom-control-label,
.custom-radio input.form-control[type="checkbox"].is-disabled~.custom-control-label,
.custom-radio input[type="radio"].is-disabled~.custom-control-label,
.custom-radio input.form-control[type="radio"].is-disabled~.custom-control-label {
    cursor: not-allowed;
    color: #999
}

.custom-checkbox input[type="checkbox"]:disabled~.custom-control-label::before,
.custom-checkbox input.form-control[type="checkbox"]:disabled~.custom-control-label::before,
.custom-checkbox input[type="radio"]:disabled~.custom-control-label::before,
.custom-checkbox input.form-control[type="radio"]:disabled~.custom-control-label::before,
.custom-radio input[type="checkbox"]:disabled~.custom-control-label::before,
.custom-radio input.form-control[type="checkbox"]:disabled~.custom-control-label::before,
.custom-radio input[type="radio"]:disabled~.custom-control-label::before,
.custom-radio input.form-control[type="radio"]:disabled~.custom-control-label::before,
.custom-checkbox input[type="checkbox"].is-disabled~.custom-control-label::before,
.custom-checkbox input.form-control[type="checkbox"].is-disabled~.custom-control-label::before,
.custom-checkbox input[type="radio"].is-disabled~.custom-control-label::before,
.custom-checkbox input.form-control[type="radio"].is-disabled~.custom-control-label::before,
.custom-radio input[type="checkbox"].is-disabled~.custom-control-label::before,
.custom-radio input.form-control[type="checkbox"].is-disabled~.custom-control-label::before,
.custom-radio input[type="radio"].is-disabled~.custom-control-label::before,
.custom-radio input.form-control[type="radio"].is-disabled~.custom-control-label::before {
    background: #e6e6e6 !important;
    box-shadow: inset 0 0 0 1px #999
}

.custom-checkbox input[type="checkbox"]:disabled~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="checkbox"]:disabled~.custom-control-label:hover::before,
.custom-checkbox input[type="radio"]:disabled~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="radio"]:disabled~.custom-control-label:hover::before,
.custom-radio input[type="checkbox"]:disabled~.custom-control-label:hover::before,
.custom-radio input.form-control[type="checkbox"]:disabled~.custom-control-label:hover::before,
.custom-radio input[type="radio"]:disabled~.custom-control-label:hover::before,
.custom-radio input.form-control[type="radio"]:disabled~.custom-control-label:hover::before,
.custom-checkbox input[type="checkbox"].is-disabled~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="checkbox"].is-disabled~.custom-control-label:hover::before,
.custom-checkbox input[type="radio"].is-disabled~.custom-control-label:hover::before,
.custom-checkbox input.form-control[type="radio"].is-disabled~.custom-control-label:hover::before,
.custom-radio input[type="checkbox"].is-disabled~.custom-control-label:hover::before,
.custom-radio input.form-control[type="checkbox"].is-disabled~.custom-control-label:hover::before,
.custom-radio input[type="radio"].is-disabled~.custom-control-label:hover::before,
.custom-radio input.form-control[type="radio"].is-disabled~.custom-control-label:hover::before {
    box-shadow: inset 0 0 0 1px #999
}

.custom-checkbox.was-validated input[type="checkbox"]:invalid~.custom-control-label,
.custom-checkbox.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label,
.custom-checkbox.was-validated input[type="radio"]:invalid~.custom-control-label,
.custom-checkbox.was-validated input.form-control[type="radio"]:invalid~.custom-control-label,
.custom-radio.was-validated input[type="checkbox"]:invalid~.custom-control-label,
.custom-radio.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label,
.custom-radio.was-validated input[type="radio"]:invalid~.custom-control-label,
.custom-radio.was-validated input.form-control[type="radio"]:invalid~.custom-control-label,
.custom-checkbox.was-validated input[type="checkbox"].is-invalid~.custom-control-label,
.custom-checkbox.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label,
.custom-checkbox.was-validated input[type="radio"].is-invalid~.custom-control-label,
.custom-checkbox.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label,
.custom-radio.was-validated input[type="checkbox"].is-invalid~.custom-control-label,
.custom-radio.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label,
.custom-radio.was-validated input[type="radio"].is-invalid~.custom-control-label,
.custom-radio.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label {
    color: #e30613
}

.custom-checkbox.was-validated input[type="checkbox"]:invalid~.custom-control-label::before,
.custom-checkbox.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label::before,
.custom-checkbox.was-validated input[type="radio"]:invalid~.custom-control-label::before,
.custom-checkbox.was-validated input.form-control[type="radio"]:invalid~.custom-control-label::before,
.custom-radio.was-validated input[type="checkbox"]:invalid~.custom-control-label::before,
.custom-radio.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label::before,
.custom-radio.was-validated input[type="radio"]:invalid~.custom-control-label::before,
.custom-radio.was-validated input.form-control[type="radio"]:invalid~.custom-control-label::before,
.custom-checkbox.was-validated input[type="checkbox"].is-invalid~.custom-control-label::before,
.custom-checkbox.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label::before,
.custom-checkbox.was-validated input[type="radio"].is-invalid~.custom-control-label::before,
.custom-checkbox.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label::before,
.custom-radio.was-validated input[type="checkbox"].is-invalid~.custom-control-label::before,
.custom-radio.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label::before,
.custom-radio.was-validated input[type="radio"].is-invalid~.custom-control-label::before,
.custom-radio.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label::before,
.custom-checkbox.was-validated input[type="checkbox"]:invalid~.custom-control-label:focus::before,
.custom-checkbox.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label:focus::before,
.custom-checkbox.was-validated input[type="radio"]:invalid~.custom-control-label:focus::before,
.custom-checkbox.was-validated input.form-control[type="radio"]:invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input[type="checkbox"]:invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input[type="radio"]:invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input.form-control[type="radio"]:invalid~.custom-control-label:focus::before,
.custom-checkbox.was-validated input[type="checkbox"].is-invalid~.custom-control-label:focus::before,
.custom-checkbox.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label:focus::before,
.custom-checkbox.was-validated input[type="radio"].is-invalid~.custom-control-label:focus::before,
.custom-checkbox.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input[type="checkbox"].is-invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input[type="radio"].is-invalid~.custom-control-label:focus::before,
.custom-radio.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label:focus::before {
    box-shadow: inset 0 0 0 1px #e30613;
    background: #fff !important
}

.custom-checkbox.was-validated input[type="checkbox"]:invalid~.validation-text,
.custom-checkbox.was-validated input.form-control[type="checkbox"]:invalid~.validation-text,
.custom-checkbox.was-validated input[type="radio"]:invalid~.validation-text,
.custom-checkbox.was-validated input.form-control[type="radio"]:invalid~.validation-text,
.custom-radio.was-validated input[type="checkbox"]:invalid~.validation-text,
.custom-radio.was-validated input.form-control[type="checkbox"]:invalid~.validation-text,
.custom-radio.was-validated input[type="radio"]:invalid~.validation-text,
.custom-radio.was-validated input.form-control[type="radio"]:invalid~.validation-text,
.custom-checkbox.was-validated input[type="checkbox"].is-invalid~.validation-text,
.custom-checkbox.was-validated input.form-control[type="checkbox"].is-invalid~.validation-text,
.custom-checkbox.was-validated input[type="radio"].is-invalid~.validation-text,
.custom-checkbox.was-validated input.form-control[type="radio"].is-invalid~.validation-text,
.custom-radio.was-validated input[type="checkbox"].is-invalid~.validation-text,
.custom-radio.was-validated input.form-control[type="checkbox"].is-invalid~.validation-text,
.custom-radio.was-validated input[type="radio"].is-invalid~.validation-text,
.custom-radio.was-validated input.form-control[type="radio"].is-invalid~.validation-text {
    display: block
}

.custom-checkbox input[type="checkbox"]~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]~.custom-control-label::after {
    content: "C";
    display: inline-block;
    color: #666;
    font-family: "SEA Icons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: 0 0 !important;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

.custom-checkbox input[type="checkbox"]:checked~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]:checked~.custom-control-label::after {
    color: currentColor;
    font-size: 12px
}

.custom-checkbox input[type="checkbox"]:not(:checked)~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]:not(:checked)~.custom-control-label::after,
.custom-checkbox input[type="checkbox"]:valid~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]:valid~.custom-control-label::after,
.custom-checkbox input[type="checkbox"].is-valid~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"].is-valid~.custom-control-label::after {
    color: currentColor
}

.custom-checkbox input[type="checkbox"]:disabled~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"]:disabled~.custom-control-label::after,
.custom-checkbox input[type="checkbox"].is-disabled~.custom-control-label::after,
.custom-checkbox input.form-control[type="checkbox"].is-disabled~.custom-control-label::after {
    color: #000
}

.custom-checkbox.was-validated input[type="checkbox"]:invalid~.custom-control-label::after,
.custom-checkbox.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label::after,
.custom-checkbox.was-validated input[type="checkbox"].is-invalid~.custom-control-label::after,
.custom-checkbox.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label::after {
    color: currentColor
}

.custom-checkbox.was-validated input[type="checkbox"]:invalid~.custom-control-label:hover::after,
.custom-checkbox.was-validated input.form-control[type="checkbox"]:invalid~.custom-control-label:hover::after,
.custom-checkbox.was-validated input[type="checkbox"].is-invalid~.custom-control-label:hover::after,
.custom-checkbox.was-validated input.form-control[type="checkbox"].is-invalid~.custom-control-label:hover::after {
    color: #000
}

.custom-radio input[type="radio"]~.custom-control-label::after,
.custom-radio input.form-control[type="radio"]~.custom-control-label::after {
    -webkit-transition: .3s all cubic-bezier(.22, .68, 0, 1.71);
    transition: .3s all cubic-bezier(.22, .68, 0, 1.71)
}

.custom-radio input[type="radio"]:checked~.custom-control-label::after,
.custom-radio input.form-control[type="radio"]:checked~.custom-control-label::after {
    border-radius: 50%;
    background: currentColor
}

.custom-radio input[type="radio"]:valid:not(:checked)~.custom-control-label::after,
.custom-radio input.form-control[type="radio"]:valid:not(:checked)~.custom-control-label::after,
.custom-radio input[type="radio"].is-valid:not(:checked)~.custom-control-label::after,
.custom-radio input.form-control[type="radio"].is-valid:not(:checked)~.custom-control-label::after {
    background: #fff
}

.custom-radio input[type="radio"]:disabled~.custom-control-label::after,
.custom-radio input.form-control[type="radio"]:disabled~.custom-control-label::after,
.custom-radio input[type="radio"].is-disabled~.custom-control-label::after,
.custom-radio input.form-control[type="radio"].is-disabled~.custom-control-label::after {
    background: #000
}

.custom-radio.was-validated input[type="radio"]:invalid~.custom-control-label::after,
.custom-radio.was-validated input.form-control[type="radio"]:invalid~.custom-control-label::after,
.custom-radio.was-validated input[type="radio"].is-invalid~.custom-control-label::after,
.custom-radio.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label::after {
    background: currentColor
}

.custom-radio.was-validated input[type="radio"]:invalid~.custom-control-label:hover::after,
.custom-radio.was-validated input.form-control[type="radio"]:invalid~.custom-control-label:hover::after,
.custom-radio.was-validated input[type="radio"].is-invalid~.custom-control-label:hover::after,
.custom-radio.was-validated input.form-control[type="radio"].is-invalid~.custom-control-label:hover::after {
    border-radius: 50%;
    background: #000
}

input.lp-form-fieldInput {
    width: 100%
}

input.lp-form-fieldInput[aria-invalid="true"] {
    box-shadow: inset 0 0 0 1px #e30613
}

.custom-control {
    min-height: 22px;
    padding: 0 0 0 32px
}

label {
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

label:focus {
    outline: 0
}

label:not(.custom-control-label) {
    margin: 4px 0
}

label.custom-control-label {
    margin: 0
}

.form-group,
.form-element-container,
.columnContainer,
.form-group .was-validated,
.form-element-container .was-validated,
.columnContainer .was-validated {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-group>label,
.form-element-container>label,
.columnContainer>label,
.form-group .was-validated>label,
.form-element-container .was-validated>label,
.columnContainer .was-validated>label {
    -ms-flex-order: 10;
    order: 10
}

.form-group>*:not(label),
.form-element-container>*:not(label),
.columnContainer>*:not(label),
.form-group .was-validated>*:not(label),
.form-element-container .was-validated>*:not(label),
.columnContainer .was-validated>*:not(label) {
    -ms-flex-order: 20;
    order: 20
}

.form-text {
    -ms-flex-order: 30;
    order: 30;
    margin: 3px 0 0;
    font-size: 14px;
    line-height: 1.429
}

.form-text.validation-text {
    display: none
}

.form--hint {
    font-size: 14px;
    line-height: 1.429
}

.onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

.onFormSubmittedFeedback .onFormSubmittedFeedbackButton {
    display: none
}

select,
select.custom-select {
    outline: 0;
    height: 48px;
    padding: 0 57px 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 48px;
    border: 0;
    border-radius: 8px;
    /* background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"); */
    /* background: url(/icon-chevron-down.png) no-repeat right 20px center/20px #fff; */
    box-shadow: inset 0 0 0 1px #999;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

select::-moz-focus-inner,
select.custom-select::-moz-focus-inner {
    padding: 0;
    border: 0
}

select::-ms-input-placeholder,
select::-moz-placeholder,
select::-webkit-input-placeholder,
select::placeholder,
select.custom-select::-ms-input-placeholder,
select.custom-select::-moz-placeholder,
select.custom-select::-webkit-input-placeholder,
select.custom-select::placeholder {
    color: #000;
    opacity: 1
}

select::after,
select.custom-select::after {
    content: "A";
    position: absolute;
    top: 50%;
    right: 24px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #666;
    font-family: "SEA Icons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

select:hover,
select.custom-select:hover,
select:focus,
select.custom-select:focus {
    color: #000;
    box-shadow: inset 0 0 0 1px #000
}

.was-validated select:valid,
.was-validated select.custom-select:valid,
.was-validated select.is-valid,
.was-validated select.custom-select.is-valid {
    box-shadow: inset 0 0 0 1px #999
}

.was-validated select:valid:hover,
.was-validated select.custom-select:valid:hover,
.was-validated select.is-valid:hover,
.was-validated select.custom-select.is-valid:hover,
.was-validated select:valid:focus,
.was-validated select.custom-select:valid:focus,
.was-validated select.is-valid:focus,
.was-validated select.custom-select.is-valid:focus {
    box-shadow: inset 0 0 0 1px #000
}

.was-validated select:invalid,
.was-validated select.custom-select:invalid,
.was-validated select .is-invalid,
.was-validated select.custom-select .is-invalid {
    color: #000
}

.was-validated select:invalid,
.was-validated select.custom-select:invalid,
.was-validated select .is-invalid,
.was-validated select.custom-select .is-invalid,
.was-validated select:invalid:hover,
.was-validated select.custom-select:invalid:hover,
.was-validated select .is-invalid:hover,
.was-validated select.custom-select .is-invalid:hover,
.was-validated select:invalid:focus,
.was-validated select.custom-select:invalid:focus,
.was-validated select .is-invalid:focus,
.was-validated select.custom-select .is-invalid:focus {
    box-shadow: inset 0 0 0 1px #e30613
}

.was-validated select:invalid~.form-text,
.was-validated select.custom-select:invalid~.form-text,
.was-validated select .is-invalid~.form-text,
.was-validated select.custom-select .is-invalid~.form-text {
    color: #e30613
}

.was-validated select:invalid~.validation-text,
.was-validated select.custom-select:invalid~.validation-text,
.was-validated select .is-invalid~.validation-text,
.was-validated select.custom-select .is-invalid~.validation-text {
    display: block
}

select:disabled,
select.custom-select:disabled,
select .is-disabled,
select.custom-select .is-disabled {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: not-allowed;
    color: #000;
    background: #e6e6e6;
    box-shadow: inset 0 0 0 1px #999
}

select:disabled+label,
select.custom-select:disabled+label,
select .is-disabled+label,
select.custom-select .is-disabled+label,
select:disabled~.form-text,
select.custom-select:disabled~.form-text,
select .is-disabled~.form-text,
select.custom-select .is-disabled~.form-text {
    cursor: not-allowed;
    color: #999
}

select option,
select.custom-select option {
    color: #000
}

select.lp-form-fieldInput {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select.lp-form-fieldInput[aria-invalid="true"] {
    box-shadow: inset 0 0 0 1px #e30613
}

textarea,
textarea.form-control {
    min-height: 128px;
    padding: 13px 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.375;
    border: 0;
    outline: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #999
}

textarea::-ms-clear,
textarea.form-control::-ms-clear {
    display: none
}

textarea::-moz-focus-inner,
textarea.form-control::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea::-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea::placeholder,
textarea.form-control::-ms-input-placeholder,
textarea.form-control::-moz-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control::placeholder {
    color: #000;
    opacity: 1
}

textarea:hover,
textarea.form-control:hover,
textarea:focus,
textarea.form-control:focus {
    color: #000;
    box-shadow: inset 0 0 0 1px #000
}

.was-validated textarea:valid,
.was-validated textarea.form-control:valid,
.was-validated textarea.is-valid,
.was-validated textarea.form-control.is-valid {
    box-shadow: inset 0 0 0 1px #999
}

.was-validated textarea:valid:focus,
.was-validated textarea.form-control:valid:focus,
.was-validated textarea.is-valid:focus,
.was-validated textarea.form-control.is-valid:focus {
    box-shadow: inset 0 0 0 1px #000
}

.was-validated textarea:invalid,
.was-validated textarea.form-control:invalid,
.was-validated textarea .is-invalid,
.was-validated textarea.form-control .is-invalid,
.was-validated textarea:invalid:focus,
.was-validated textarea.form-control:invalid:focus,
.was-validated textarea .is-invalid:focus,
.was-validated textarea.form-control .is-invalid:focus {
    box-shadow: inset 0 0 0 1px #e30613
}

.was-validated textarea:invalid+label,
.was-validated textarea.form-control:invalid+label,
.was-validated textarea .is-invalid+label,
.was-validated textarea.form-control .is-invalid+label,
.was-validated textarea:invalid~.form-text,
.was-validated textarea.form-control:invalid~.form-text,
.was-validated textarea .is-invalid~.form-text,
.was-validated textarea.form-control .is-invalid~.form-text {
    color: #e30613
}

.was-validated textarea:invalid~.validation-text,
.was-validated textarea.form-control:invalid~.validation-text,
.was-validated textarea .is-invalid~.validation-text,
.was-validated textarea.form-control .is-invalid~.validation-text {
    display: block
}

textarea:disabled,
textarea.form-control:disabled,
textarea .is-disabled,
textarea.form-control .is-disabled {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: not-allowed;
    background: #e6e6e6;
    box-shadow: inset 0 0 0 1px #999
}

textarea:disabled+label,
textarea.form-control:disabled+label,
textarea .is-disabled+label,
textarea.form-control .is-disabled+label,
textarea:disabled~.form-text,
textarea.form-control:disabled~.form-text,
textarea .is-disabled~.form-text,
textarea.form-control .is-disabled~.form-text {
    cursor: not-allowed;
    color: #999
}

textarea.lp-form-fieldInput {
    width: 100%
}

textarea.lp-form-fieldInput[aria-invalid="true"] {
    box-shadow: inset 0 0 0 1px #e30613
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth
}

::selection {
    color: #fff;
    background: #000
}

:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    margin: 0;
    color: #000
}

h1 {
    font: 400 45px/1.111 "TT Firs Neue Bold", sans-serif
}

h2 {
    font: 400 35px/1.143 "TT Firs Neue Bold", sans-serif
}

h3 {
    font: 400 25px/1.28 "TT Firs Neue Bold", sans-serif
}

h3.subtitle {
    display: inline-block
}

.theme-blue h3.subtitle {
    color: #00a9c1
}

@supports (background-clip:text) or (-webkit-background-clip:text) {
    .theme-corporate h3.subtitle {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-purple h3.subtitle {
    color: #5a529c
}

.theme-red h3.subtitle {
    color: #e30613
}

h4 {
    font: 400 18px/1.333 "TT Firs Neue Bold", sans-serif
}

h5 {
    font: 400 16px/1.333 "TT Firs Neue Bold", sans-serif
}

h6 {
    font: 400 14px/1.333 "TT Firs Neue Bold", sans-serif
}

.container-main {
    padding: 0
}

.divider {
    border-top: 1px solid #b3b3b3
}

@media (max-width:1499.98px) {

    .cms-section .boxed .cms-block-image-slider,
    .cms-section .boxed .cms-element-sea-category-slider,
    .cms-section .boxed .cms-block-sea-logo-slider {
        margin-left: -20px;
        margin-right: -20px
    }
}

.cms-section .full-width {
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto
}

a,
a:hover,
a:focus,
a:focus-within,
a:visited {
    color: inherit
}

main a .is-link {
    text-decoration: underline;
    -webkit-transition: .3s background cubic-bezier(.215, .61, .355, 1);
    transition: .3s background cubic-bezier(.215, .61, .355, 1)
}

main a .is-link:hover,
main a .is-link:focus,
main a .is-link:focus-within {
    background: #e6e6e6
}

main a.btn,
main a.has-themed-icon {
    text-decoration: none
}

.scroll-up-container .scroll-up-button {
    right: 20px;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

@media (max-width:991.98px) {
    .scroll-up-container .scroll-up-button {
        bottom: 84px !important
    }
}

@media (min-width:992px) {
    .scroll-up-container .scroll-up-button {
        bottom: 20px !important
    }
}

.scroll-up-container .btn {
    padding: 0;
    width: 48px
}

.scroll-up-container .btn svg {
    top: 1px;
    height: 20px
}

* {
    scrollbar-width: auto
}

.theme-blue,
.theme-blue * {
    scrollbar-color: #00a9c1 #000
}

.theme-corporate,
.theme-corporate * {
    scrollbar-color: #fff #000
}

.theme-purple,
.theme-purple * {
    scrollbar-color: #5a529c #000
}

.theme-red,
.theme-red * {
    scrollbar-color: #e30613 #000
}

*::-webkit-scrollbar {
    width: 16px
}

*::-webkit-scrollbar-track {
    border-width: 0;
    background: #000
}

*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal,
*::-webkit-scrollbar-thumb:vertical:hover,
*::-webkit-scrollbar-thumb:horizontal:hover {
    border: 0;
    background: var(--class-theme-current)
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    * {
        scrollbar-base-color: #000;
        scrollbar-track-color: #000
    }

    .theme-blue,
    .theme-blue * {
        scrollbar-face-color: #00a9c1;
        scrollbar-3dlight-color: #00a9c1;
        scrollbar-highlight-color: #00a9c1;
        scrollbar-arrow-color: #00a9c1;
        scrollbar-shadow-color: #00a9c1;
        scrollbar-darkshadow-color: #00a9c1
    }

    .theme-corporate,
    .theme-corporate * {
        scrollbar-face-color: #fff;
        scrollbar-3dlight-color: #fff;
        scrollbar-highlight-color: #fff;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #fff;
        scrollbar-darkshadow-color: #fff
    }

    .theme-purple,
    .theme-purple * {
        scrollbar-face-color: #5a529c;
        scrollbar-3dlight-color: #5a529c;
        scrollbar-highlight-color: #5a529c;
        scrollbar-arrow-color: #5a529c;
        scrollbar-shadow-color: #5a529c;
        scrollbar-darkshadow-color: #5a529c
    }

    .theme-red,
    .theme-red * {
        scrollbar-face-color: #e30613;
        scrollbar-3dlight-color: #e30613;
        scrollbar-highlight-color: #e30613;
        scrollbar-arrow-color: #e30613;
        scrollbar-shadow-color: #e30613;
        scrollbar-darkshadow-color: #e30613
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    font-variant-numeric: tabular-nums
}

table .btn-secondary:hover {
    background-color: #e6e6e6 !important;
    -webkit-filter: none !important;
    filter: none !important
}

table .btn-secondary:hover:before {
    background-color: #e6e6e6 !important
}

@media (max-width:991.98px) {
    table {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    table thead,
    table tbody,
    table tfoot {
        width: 100%
    }
}

@media (max-width:991.98px) {
    table tr {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

table tr:hover th,
table tr:hover td {
    background: #e6e6e6
}

table tr:hover th .btn-secondary:before,
table tr:hover td .btn-secondary:before {
    background: #e6e6e6 !important
}

table th,
table td {
    -webkit-transition: .3s background cubic-bezier(.215, .61, .355, 1);
    transition: .3s background cubic-bezier(.215, .61, .355, 1)
}

@media (max-width:991.98px) {

    table th,
    table td {
        padding: 5px 20px
    }

    table th:first-child,
    table td:first-child {
        padding-top: 20px
    }

    table th:last-child,
    table td:last-child {
        padding: 20px;
        border-bottom: 1px solid #ccc
    }
}

@media (min-width:992px) {

    table th,
    table td {
        padding: 19px 20px;
        border-bottom: 1px solid #ccc
    }
}

table th {
    font-weight: 700
}

.teaser-link {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 220px;
    padding: 30px 16px 34px;
    text-align: center;
    cursor: pointer
}

.teaser-link a {
    text-decoration: none
}

main .teaser-link {
    text-decoration: none;
    background: 0 0
}

.teaser-link .teaser-link-headline {
    margin: 20px 0 12px
}

@media (max-width:991.98px) {
    .teaser-link .teaser-link-headline {
        font-size: 18px
    }
}

@media (min-width:992px) {
    .teaser-link .teaser-link-headline {
        font-size: 25px;
        line-height: 32px
    }
}

.teaser-link .teaser-link-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 16px
}

.teaser-link .tile-button-text {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .teaser-link .tile-button-text {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0 0 16px
    }
}

.teaser-link .btn-link {
    margin: -12px 0 0
}

.theme-blue .teaser-link,
.theme-purple .teaser-link,
.theme-red .teaser-link {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #b3b3b3;
    -webkit-transition: .3s box-shadow cubic-bezier(.215, .61, .355, 1);
    transition: .3s box-shadow cubic-bezier(.215, .61, .355, 1)
}

.theme-blue .teaser-link:hover {
    box-shadow: inset 0 0 0 2px #00a9c1
}

.theme-corporate .teaser-link {
    position: relative
}

@media (max-width:1199.98px) {
    .theme-corporate .teaser-link {
        border-radius: 8px;
        box-shadow: inset 0 0 0 1px #b3b3b3
    }
}

@supports (clip-path:inset(1px round 6px)) {

    .theme-corporate .teaser-link::before,
    .theme-corporate .teaser-link::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .theme-corporate .teaser-link::before {
        z-index: -1;
        background: #fff;
        -webkit-clip-path: inset(1px round 6px);
        clip-path: inset(1px round 6px);
        -webkit-transition: .3s -webkit-clip-path cubic-bezier(.215, .61, .355, 1);
        transition: .3s -webkit-clip-path cubic-bezier(.215, .61, .355, 1);
        transition: .3s clip-path cubic-bezier(.215, .61, .355, 1)
    }

    .theme-corporate .teaser-link::after {
        z-index: -2;
        border-radius: 8px;
        background: #b3b3b3
    }

    .theme-corporate .teaser-link:hover::before {
        -webkit-clip-path: inset(2px round 6px);
        clip-path: inset(2px round 6px)
    }

    .theme-corporate .teaser-link:hover::after {
        background: linear-gradient(45deg, #00a9c1 0%, #312783 50%, #e30613 100%)
    }
}

.theme-purple .teaser-link:hover {
    box-shadow: inset 0 0 0 2px #5a529c
}

.theme-red .teaser-link:hover {
    box-shadow: inset 0 0 0 2px #e30613
}

.teaser-link .cms-element-tile-button-icon-container {
    width: 40px;
    height: 40px
}

.teaser-link .cms-element-tile-button-icon-container .cms-image {
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .teaser-link {
        min-height: 252px;
        max-width: 440px
    }
}

@media (min-width:992px) {
    .teaser-link {
        height: 293px;
        padding: 52px 16px 53px
    }
}

.cms-block-tile-button-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px
}

@media (min-width:768px) {
    .cms-block-tile-button-wrap {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cms-block-tile-button-wrap .cms-element-icon .icon {
    width: 40px;
    height: 40px;
    font-size: 40px
}

.theme-blue .cms-block-tile-button-wrap .cms-element-icon .icon::before {
    color: #00a9c1
}

.theme-corporate .cms-block-tile-button-wrap .cms-element-icon .icon::before {
    padding-top: 1px
}

@supports (background-clip:text) or (-webkit-background-clip:text) {
    .theme-corporate .cms-block-tile-button-wrap .cms-element-icon .icon::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-purple .cms-block-tile-button-wrap .cms-element-icon .icon::before {
    color: #5a529c
}

.theme-red .cms-block-tile-button-wrap .cms-element-icon .icon::before {
    color: #e30613
}

.tile-button {
    margin-bottom: 16px
}

.tile-button .tile-button-button .tile-button {
    margin-bottom: 0
}

.tile-button.is-right {
    margin-bottom: 0
}

.tile-button.is--left {
    margin: auto 0 40px 0
}

@media (min-width:768px) {
    .tile-button.is--left {
        margin: auto 0
    }
}

.tile-button.is--left .tile-button-subtitle {
    margin-bottom: 4px
}

@media (max-width:991.98px) {
    .tile-button.is--left .tile-button-subtitle .subtitle {
        font-size: 18px;
        font-family: "TT Firs Neue Demibold", sans-serif;
        line-height: 1.333
    }
}

.tile-button.is--left .tile-button-headline .teaser-link-headline {
    -ms-word-break: break-word;
    word-break: break-word
}

@media (max-width:991.98px) {
    .tile-button.is--left .tile-button-headline .teaser-link-headline {
        font-size: 25px;
        line-height: 32px
    }
}

.tile-button.is--left .tile-button-button {
    margin-top: 20px
}

.tile-button.is--left .tile-button-button .btn {
    letter-spacing: .5px
}

@media (max-width:991.98px) {
    .tile-button.is--left .tile-button-button .btn {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .tile-button {
        width: 32%
    }
}

@media (min-width:992px) {
    .tile-button {
        margin-bottom: 40px;
        width: 31.5%
    }
}

.tile-primary {
    margin-bottom: 16px
}

@media (min-width:768px) and (max-width:991.98px) {
    .tile-primary {
        width: 32%
    }
}

@media (min-width:992px) {
    .tile-primary {
        margin-bottom: 40px;
        width: 31.5%
    }
}

.cms-block-sea-image-text-column .cms-element-text-box__image {
    margin-bottom: 20px
}

.cms-block-sea-image-text-column .cms-element-text-box__headline {
    margin-bottom: 20px
}

.cms-block-sea-image-text-column .cms-element-text-box__headline .title {
    font-size: 25px;
    line-height: 32px
}

@media (max-width:1199.98px) {
    .cms-block-sea-image-text-column .cms-element-wrapper {
        margin-bottom: 40px
    }
}

.cms-block-sea-image-text-column .cms-row .col-sm:last-child .cms-element-wrapper {
    margin-bottom: 0
}

.full-width .cms-block-sea-logo-slider .cms-element-text-box {
    padding: 0 20px
}

.full-width .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls {
    right: 20px
}

.cms-block-sea-logo-slider .cms-element-text-box {
    max-width: 1400px;
    margin: 0 auto
}

@media (max-width:1499.98px) {
    .cms-block-sea-logo-slider .cms-element-text-box {
        padding: 0 20px
    }
}

.cms-block-sea-logo-slider .title .cms-element-simple-text {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .cms-block-sea-logo-slider .title .cms-element-simple-text {
        margin-bottom: 50px
    }
}

.cms-block-sea-logo-slider .cms-element-sea-image-slider {
    overflow: visible
}

.cms-block-sea-logo-slider .swiper-wrapper {
    padding: 0 8px
}

.cms-block-sea-logo-slider .swiper-wrapper .swiper-slide {
    padding: 0 12px
}

.cms-block-sea-logo-slider .image-slider-link img {
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

.cms-block-sea-logo-slider .image-slider-link:hover img[src$=".jpg"],
.cms-block-sea-logo-slider .image-slider-link:hover img[src$=".jpeg"],
.cms-block-sea-logo-slider .image-slider-link:hover img[src$=".gif"] {
    -webkit-filter: invert(1) grayscale(1) brightness(2) contrast(1.5);
    filter: invert(1) grayscale(1) brightness(2) contrast(1.5);
    mix-blend-mode: difference
}

.cms-block-sea-logo-slider .image-slider-link:hover img[src$=".png"],
.cms-block-sea-logo-slider .image-slider-link:hover img[src$=".svg"] {
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0)
}

.cms-block-sea-logo-slider .image-slider-item.is-standard {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px
}

.cms-block-sea-logo-slider .image-slider-item.is-standard img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

@media (min-width:768px) {
    .cms-block-sea-logo-slider .image-slider-item.is-standard {
        height: 80px
    }
}

.cms-block-sea-logo-slider .product-slider-controls-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls {
    position: absolute;
    right: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: -100px
}

@media (min-width:1500px) {
    .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls {
        right: 0
    }
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls:focus {
    outline: none
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next {
    position: relative;
    top: unset;
    right: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    opacity: unset;
    padding: 0 !important;
    border-width: 1px
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled),
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled) {
    box-shadow: inset 0 0 0 1px #b3b3b3
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled)::before,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled)::before {
    -webkit-clip-path: inset(1px round 8px);
    clip-path: inset(1px round 8px)
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover::before,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover::before,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover::before,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover::before,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active::before,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active::before {
    -webkit-clip-path: inset(2px round 8px);
    clip-path: inset(2px round 8px)
}

.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled)::after,
.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled)::after {
    background: #b3b3b3
}

.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover::after,
.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover::after,
.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover::after,
.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover::after,
.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active::after,
.theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active::after {
    background: linear-gradient(135deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

@supports (background-clip:text) or (-webkit-background-clip:text) {

    .theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
    .theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
    .theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
    .theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
    .theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
    .theme-corporate .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
        background: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: #fff0;
        color: currentColor
    }
}

.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 2px #00a9c1
}

.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
.theme-blue .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
    color: #00a9c1
}

.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 2px #5a529c
}

.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
.theme-purple .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
    color: #5a529c
}

.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 0 0 2px #e61f2b
}

.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):hover .icon::before,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):hover .icon::before,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled).hover .icon::before,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled).hover .icon::before,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:not(:disabled):not(.disabled):active .icon::before,
.theme-red .cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:not(:disabled):not(.disabled):active .icon::before {
    color: #e61f2b
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev:disabled,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next:disabled,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev.disabled,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next.disabled {
    color: #b3b3b3;
    box-shadow: inset 0 0 0 1px #b3b3b3
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev .icon,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto
}

.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-prev .icon::before,
.cms-block-sea-logo-slider .product-slider-controls-container .base-slider-controls-next .icon::before {
    font-size: 20px;
    color: #000
}

.cms-block-sea-logo-slider .product-slider-controls-container .product-slider-controls-prev {
    left: -24px
}

.sticky-social-group {
    position: fixed;
    z-index: 682
}

.sticky-social-group .item {
    right: 16px;
    top: auto;
    position: fixed;
    padding-right: 0
}

.sticky-social-group .item:first-of-type {
    bottom: 500px
}

.sticky-social-group .item:last-of-type {
    bottom: 450px
}

.sticky-social-group .item .sticky-social-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
    text-align: center;
    outline: none;
    transition: all .2s cubic-bezier(.215, .61, .355, 1), -ms-transform .2s cubic-bezier(.22, .68, 0, 1.71);
    transition: all .2s cubic-bezier(.215, .61, .355, 1), -webkit-transform .2s cubic-bezier(.22, .68, 0, 1.71);
    transition: all .2s cubic-bezier(.215, .61, .355, 1), transform .2s cubic-bezier(.22, .68, 0, 1.71);
    -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1), -webkit-transform .2s cubic-bezier(.22, .68, 0, 1.71)
}

.sticky-social-group .item .sticky-social-icon .icon::before {
    color: #fff
}

.theme-purple .sticky-social-group .item .sticky-social-icon {
    background: #5a529c
}

.theme-blue .sticky-social-group .item .sticky-social-icon {
    background: #00a9c1
}

.theme-red .sticky-social-group .item .sticky-social-icon {
    background: #e30613
}

.sticky-social-group .item .sticky-social-icon:hover {
    text-decoration: none;
    width: 61px;
    transition: all .2s cubic-bezier(.215, .61, .355, 1), -ms-transform .2s cubic-bezier(.22, .68, 0, 1.71);
    transition: all .2s cubic-bezier(.215, .61, .355, 1), -webkit-transform .2s cubic-bezier(.22, .68, 0, 1.71);
    transition: all .2s cubic-bezier(.215, .61, .355, 1), transform .2s cubic-bezier(.22, .68, 0, 1.71);
    -webkit-transition: all .2s cubic-bezier(.215, .61, .355, 1), -webkit-transform .2s cubic-bezier(.22, .68, 0, 1.71);
    outline: none;
    padding-right: 27px
}

.sticky-social-group .item .sticky-social-icon:hover i:before {
    color: #fff
}

@media (max-width:1199.98px) {
    .sticky-social-group {
        display: none
    }
}

@media (min-width:992px) {
    .sticky-social-group {
        display: block
    }
}

.full-width .cms-block-sea-tile-image .container,
.full-width .cms-block-sea-tile-image .cms-section .boxed,
.cms-section .full-width .cms-block-sea-tile-image .boxed {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px
}

.cms-block-sea-tile-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    pointer-events: none;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    font: 400 25px/1.28 "TT Firs Neue Bold", sans-serif;
    background: rgb(26 26 26 / .5);
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1)
}

.cms-block-sea-tile-image .item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px
}

.cms-block-sea-tile-image .item img {
    transition: -ms-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.cms-block-sea-tile-image .item:hover {
    cursor: pointer
}

.cms-block-sea-tile-image .item:hover img {
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.cms-block-sea-tile-image .item:hover .cms-block-sea-tile-image-overlay {
    background: #fff0
}

.theme-blue .cms-block-sea-tile-image .item:hover .cms-block-sea-tile-image-overlay {
    background: rgb(26 178 199 / .5)
}

.theme-purple .cms-block-sea-tile-image .item:hover .cms-block-sea-tile-image-overlay {
    background: rgb(70 61 143 / .5)
}

.theme-red .cms-block-sea-tile-image .item:hover .cms-block-sea-tile-image-overlay {
    background: rgb(230 31 43 / .5)
}

.cms-block-sea-tile-image .cms-element-link {
    text-align: center
}

.cms-block-sea-form .confirm-message {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cms-block-sea-form .confirm-message .alert {
    margin: 0 0 30px 0
}

.confirm-message {
    text-align: left;
    font-weight: 400;
    line-height: 28px
}

.confirm-message ul {
    margin-bottom: 0;
    padding-left: 50px
}

.confirm-message ul li {
    margin-bottom: 10px
}

#usercentrics-button .uc-privacy-button-wrapper {
    left: 10px !important;
    bottom: 70px !important
}

.cookie-permission-container {
    right: 0;
    right: var(--scrollbar-width)
}

.cms-breadcrumb .breadcrumb-placeholder .icon {
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #000
}

.breadcrumb {
    display: none
}

.cms-block-sea-breadcrumb .breadcrumb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.cms-block-blog-listing,
.cms-block-blog-detail {
    overflow: visible;
    margin: 32px 0 64px
}

@media (min-width:992px) {

    .cms-block-blog-listing,
    .cms-block-blog-detail {
        margin: 40px 0 100px
    }
}

.cms-block-blog-listing .cms-element-product-listing,
.cms-block-blog-detail .cms-element-product-listing {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cms-block-blog-listing .cms-element-product-listing .cms-news-full-listing-row,
.cms-block-blog-detail .cms-element-product-listing .cms-news-full-listing-row {
    -ms-flex-order: 10;
    order: 10
}

.cms-block-blog-listing .mb-4,
.cms-block-blog-detail .mb-4,
.cms-block-blog-listing .my-4,
.cms-block-blog-detail .my-4 {
    margin-top: 0 !important;
    margin-bottom: 40px !important
}

.cms-block-blog-listing .blog-card:hover .blog-image,
.cms-block-blog-detail .blog-card:hover .blog-image {
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.cms-block-blog-listing .blog-image,
.cms-block-blog-detail .blog-image,
.cms-block-blog-listing .blog-image-placeholder,
.cms-block-blog-detail .blog-image-placeholder {
    width: 100%;
    height: 250px;
    background: var(--class-theme-current);
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.cms-block-blog-listing .blog-image-link,
.cms-block-blog-detail .blog-image-link {
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 8px
}

.cms-block-blog-listing .blog-date,
.cms-block-blog-detail .blog-date {
    margin: 0 0 20px !important
}

.cms-block-blog-listing .blog-date small,
.cms-block-blog-detail .blog-date small {
    color: #666;
    font-size: 14px;
    line-height: 1.429
}

.cms-block-blog-listing .card,
.cms-block-blog-detail .card {
    height: 100%;
    padding: 0 0 24px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.cms-block-blog-listing .card-title,
.cms-block-blog-detail .card-title {
    margin: 0 0 20px;
    padding: 0;
    border: 0
}

.cms-block-blog-listing .card-title a:hover,
.cms-block-blog-detail .card-title a:hover {
    text-decoration: underline !important
}

.cms-block-blog-listing .card-footer,
.cms-block-blog-detail .card-footer {
    margin: 20px 0 0
}

.cms-block-blog-listing .card-footer .blog-author-avatar,
.cms-block-blog-detail .card-footer .blog-author-avatar {
    margin: 0 16px 0 0
}

.cms-block-blog-listing .card-footer .blog-author-display-name,
.cms-block-blog-detail .card-footer .blog-author-display-name {
    color: #666
}

.cms-block-blog-listing .card-footer .blog-author-display-name small,
.cms-block-blog-detail .card-footer .blog-author-display-name small {
    font-size: 14px;
    line-height: 1.429
}

.cms-block-blog-listing .sas-blog-detail-item-date,
.cms-block-blog-detail .sas-blog-detail-item-date {
    margin: 0 0 8px;
    color: #666
}

.cms-block-blog-listing .sas-blog-detail-item-date p,
.cms-block-blog-detail .sas-blog-detail-item-date p {
    margin: 0
}

.cms-block-blog-listing .sas-blog-detail-item-date p small,
.cms-block-blog-detail .sas-blog-detail-item-date p small {
    font-size: 14px;
    line-height: 1.429
}

.cms-block-blog-listing .sas-blog-detail-article-meta,
.cms-block-blog-detail .sas-blog-detail-article-meta {
    margin: 0 0 32px;
    color: #666
}

.cms-block-blog-listing .sas-blog-detail-article-meta .icon,
.cms-block-blog-detail .sas-blog-detail-article-meta .icon {
    margin: 0 8px 0 0
}

.cms-block-blog-listing .sas-blog-detail-article-meta .icon svg,
.cms-block-blog-detail .sas-blog-detail-article-meta .icon svg {
    top: 0;
    color: #666;
    fill: #666
}

.cms-block-blog-listing .sas-blog-detail-article-meta .figure,
.cms-block-blog-detail .sas-blog-detail-article-meta .figure {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.cms-block-blog-listing .sas-blog-detail-article-meta .figure.sas-author,
.cms-block-blog-detail .sas-blog-detail-article-meta .figure.sas-author {
    margin-right: 16px !important
}

.cms-block-blog-listing .sas-blog-detail-article-meta .figure .figure-caption,
.cms-block-blog-detail .sas-blog-detail-article-meta .figure .figure-caption {
    color: #666;
    font-style: normal;
    font-size: 14px;
    line-height: 1.429
}

.cms-block-blog-listing .sas-blog-detail .blog-image-teaser,
.cms-block-blog-detail .sas-blog-detail .blog-image-teaser {
    height: 300px;
    margin: 0 0 24px !important;
    object-fit: cover;
    background: var(--class-theme-current)
}

.cms-block-blog-listing .sas-blog-detail-title,
.cms-block-blog-detail .sas-blog-detail-title {
    margin: 0 0 20px
}

.cms-block-blog-listing .cms-element-sas-blog-listing-actions,
.cms-block-blog-detail .cms-element-sas-blog-listing-actions {
    -ms-flex-order: 20;
    order: 20
}

.cms-block-blog-listing .cms-element-sas-blog-listing-actions .col-md-auto,
.cms-block-blog-detail .cms-element-sas-blog-listing-actions .col-md-auto {
    margin: auto
}

.cms-block-blog-listing .pagination-nav,
.cms-block-blog-detail .pagination-nav {
    margin: 0 auto 40px
}

.cms-block-blog-listing .pagination-nav .page-item:first-child .page-link,
.cms-block-blog-detail .pagination-nav .page-item:first-child .page-link {
    border-radius: 8px 0 0 8px
}

.cms-block-blog-listing .pagination-nav .page-item:last-child .page-link,
.cms-block-blog-detail .pagination-nav .page-item:last-child .page-link {
    border-radius: 0 8px 8px 0;
    border-right-width: 1px
}

.cms-block-blog-listing .pagination-nav .page-item.active .page-link,
.cms-block-blog-detail .pagination-nav .page-item.active .page-link {
    background: var(--class-theme-current)
}

.cms-block-blog-listing .pagination-nav .page-item.disabled .page-link,
.cms-block-blog-detail .pagination-nav .page-item.disabled .page-link {
    cursor: not-allowed;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-color: grey;
    background: #e6e6e6
}

.cms-block-blog-listing .pagination-nav .page-item.disabled .page-link,
.cms-block-blog-detail .pagination-nav .page-item.disabled .page-link,
.cms-block-blog-listing .pagination-nav .page-item.disabled .page-link svg,
.cms-block-blog-detail .pagination-nav .page-item.disabled .page-link svg {
    color: #999;
    fill: #999
}

.cms-block-blog-listing .pagination-nav .page-item .page-link,
.cms-block-blog-detail .pagination-nav .page-item .page-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 48px;
    height: 48px;
    margin: 0 0 0 -1px;
    padding: 0;
    border: 1px solid #999;
    background: 0 0;
    -webkit-transition: .3s border-color cubic-bezier(.215, .61, .355, 1);
    transition: .3s border-color cubic-bezier(.215, .61, .355, 1)
}

.cms-block-blog-listing .pagination-nav .page-item .page-link:hover,
.cms-block-blog-detail .pagination-nav .page-item .page-link:hover {
    z-index: 20;
    border-color: #000
}

.cms-block-blog-listing .pagination-nav .page-item .page-link svg,
.cms-block-blog-detail .pagination-nav .page-item .page-link svg {
    top: 0
}

.cms-block-blog-listing .filter-panel,
.cms-block-blog-detail .filter-panel {
    margin: 0 0 40px
}

.cms-block-blog-listing .filter-panel-items-container,
.cms-block-blog-detail .filter-panel-items-container {
    margin: 0
}

.cms-block-blog-listing .filter-panel-active-container,
.cms-block-blog-detail .filter-panel-active-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 -8px
}

.cms-block-blog-listing .filter-panel-item,
.cms-block-blog-detail .filter-panel-item {
    margin: 0 16px 0 0
}

.cms-block-blog-listing .filter-panel-item-toggle,
.cms-block-blog-detail .filter-panel-item-toggle {
    height: 48px;
    padding: 0 57px 0 20px;
    color: #000;
    font: 400 16px/48px "Open Sans", sans-serif;
    border: 0;
    border-radius: 8px;
    /* background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"); */
    /* background: url(/icon-chevron-down.png) no-repeat right 20px center/20px #fff; */
    box-shadow: inset 0 0 0 1px #999;
    -webkit-transition: .3s all cubic-bezier(.215, .61, .355, 1);
    transition: .3s all cubic-bezier(.215, .61, .355, 1)
}

.cms-block-blog-listing .filter-panel-item-toggle .icon,
.cms-block-blog-detail .filter-panel-item-toggle .icon {
    display: none
}

.cms-block-blog-listing .filter-panel-item .dropdown-menu,
.cms-block-blog-detail .filter-panel-item .dropdown-menu {
    border-color: #999
}

.cms-block-blog-listing .filter-panel .filter-active,
.cms-block-blog-detail .filter-panel .filter-active {
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    border-color: #999;
    -webkit-transition: .3s border-color cubic-bezier(.215, .61, .355, 1);
    transition: .3s border-color cubic-bezier(.215, .61, .355, 1)
}

.cms-block-blog-listing .filter-panel .filter-active:hover,
.cms-block-blog-detail .filter-panel .filter-active:hover {
    border-color: #000
}

.cms-block-blog-listing .filter-panel .filter-active-remove::before,
.cms-block-blog-detail .filter-panel .filter-active-remove::before {
    content: "D";
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    font-family: "SEA Icons", sans-serif;
    font-weight: 400;
    font-size: 10px;
    background: #fff
}

.cms-block-blog-listing .filter-panel .filter-reset-all,
.cms-block-blog-detail .filter-panel .filter-reset-all {
    position: relative;
    margin: 0 0 0 8px;
    padding: 0;
    color: #666;
    border-radius: 0;
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-transition: .3s color cubic-bezier(.215, .61, .355, 1);
    transition: .3s color cubic-bezier(.215, .61, .355, 1)
}

.cms-block-blog-listing .filter-panel .filter-reset-all:hover,
.cms-block-blog-detail .filter-panel .filter-reset-all:hover,
.cms-block-blog-listing .filter-panel .filter-reset-all:focus,
.cms-block-blog-detail .filter-panel .filter-reset-all:focus,
.cms-block-blog-listing .filter-panel .filter-reset-all:active,
.cms-block-blog-detail .filter-panel .filter-reset-all:active {
    color: #000 !important
}

.cms-block-blog-listing .filter-panel .filter-reset-all::after,
.cms-block-blog-detail .filter-panel .filter-reset-all::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    height: 1px;
    pointer-events: none;
    background: currentColor;
    -webkit-transition: .3s background cubic-bezier(.215, .61, .355, 1);
    transition: .3s background cubic-bezier(.215, .61, .355, 1)
}

.footer-main {
    border-top: none
}

.footer-main a {
    text-decoration: none;
    font-size: 16px;
    line-height: 2.25
}

@media (min-width:768px) {
    .footer-main a {
        font-size: 14px;
        line-height: 1.9
    }
}

.footer-main .footer-link-item {
    padding: 0
}

.footer-main .footer-column-content-inner ul {
    margin-bottom: 0
}

.footer-main .footer-column-content-inner ul a:hover,
.footer-main .footer-column-content-inner ul a:active,
.footer-main .footer-column-content-inner ul a:focus {
    text-decoration: underline
}

@media (max-width:991.98px) {
    .footer-main .footer-column-content-inner {
        padding-bottom: 13px
    }
}

.footer-column {
    border-bottom: 1px solid #ccc
}

.footer-column-headline {
    color: #000;
    font-family: "TT Firs Neue Bold", sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding: 16px 0
}

.footer-link,
.footer-contact-hotline a {
    color: #000;
    font-family: "Open Sans", sans-serif
}

.footer-link:hover,
.footer-contact-hotline a:hover {
    color: #000;
    text-decoration: none
}

.footer-contact .address-sea {
    margin-bottom: 15px
}

@media (max-width:991.98px) {
    .footer-contact {
        padding-bottom: 25px
    }
}

.footer-contact .contact-sea a {
    text-decoration: underline
}

@media (min-width:768px) {
    .footer-contact {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:991.98px) {
    .footer-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .footer-column:first-child {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .footer-column {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .footer-columns {
        border-bottom: none;
        padding-bottom: 0
    }

    .footer-column-content-inner {
        padding-bottom: 0
    }

    .footer-column-content-inner .list-unstyled {
        margin-bottom: 0
    }

    .footer-column-headline {
        padding: 49px 0 13px 0
    }

    .footer-main {
        border-top: none
    }

    .footer-columns {
        border-top: none
    }

    .footer-column {
        border-bottom: none
    }
}

@media (min-width:768px) {
    .social-list-block {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .social-list {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        padding-right: 50px
    }

    .social-list:last-child {
        padding-right: 0
    }
}

.social-list a:hover {
    background: #fff0
}

.social-list a i:before {
    font-size: 24px
}

.social-list ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none outside none;
    padding-left: 20px;
    margin-bottom: 0;
    margin-left: auto
}

.social-list ul li {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding-right: 20px
}

.social-list ul li:last-child {
    padding-right: 0
}

.footer-top .social-group-name,
.footer-top .language-headline {
    font-size: 14px
}

@media (max-width:767.98px) {
    .footer-top .social-group {
        padding-left: 0;
        padding-right: 0
    }

    .footer-top .language-group {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 15px 0 16px;
        height: 56px
    }

    .footer-top .top-bar-nav-item {
        display: block;
        text-align: right
    }

    .footer-top .social-group .social-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        border-top: 1px solid #ccc;
        padding: 15px 0 16px
    }

    .footer-top .social-group .social-group-name {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    .footer-top>.row,
    .footer-top>.account-content,
    .is-act-cartpage .checkout .footer-top>.checkout-container,
    .is-act-checkoutregisterpage .checkout .footer-top>.checkout-container,
    .is-act-confirmpage .checkout .footer-top>.checkout-container,
    .is-ctl-accountorder .checkout .footer-top>.checkout-container,
    .is-act-finishpage .checkout .footer-top>.checkout-container {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-top: 22px;
        padding-bottom: 17px
    }

    .footer-top>.row .social-group,
    .footer-top>.account-content .social-group,
    .is-act-cartpage .checkout .footer-top>.checkout-container .social-group,
    .is-act-checkoutregisterpage .checkout .footer-top>.checkout-container .social-group,
    .is-act-confirmpage .checkout .footer-top>.checkout-container .social-group,
    .is-ctl-accountorder .checkout .footer-top>.checkout-container .social-group,
    .is-act-finishpage .checkout .footer-top>.checkout-container .social-group,
    .footer-top>.row .language-group,
    .footer-top>.account-content .language-group,
    .is-act-cartpage .checkout .footer-top>.checkout-container .language-group,
    .is-act-checkoutregisterpage .checkout .footer-top>.checkout-container .language-group,
    .is-act-confirmpage .checkout .footer-top>.checkout-container .language-group,
    .is-ctl-accountorder .checkout .footer-top>.checkout-container .language-group,
    .is-act-finishpage .checkout .footer-top>.checkout-container .language-group {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .footer-top .social-group {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .footer-top .language-group {
        -ms-flex-preferred-size: calc(110px - (2 * 20px))
    }
}

@media (min-width:992px) {
    .footer-top {
        padding-top: 22px;
        padding-bottom: 17px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }
}

.footer-wave {
    padding-top: 40px;
    pointer-events: none
}

@media (min-width:768px) {
    .footer-wave {
        padding-top: 55px
    }
}

.wave-bgd-mb {
    width: 100%
}

.wave-bgd-dt {
    display: none;
    width: 100%
}

@media (min-width:576px) {
    .wave-bgd-mb {
        display: none
    }

    .wave-bgd-dt {
        display: block
    }
}

@media (min-width:992px) {
    .header-main {
        position: fixed;
        top: 0;
        right: 0;
        right: var(--scrollbar-width);
        left: 0;
        z-index: 1000;
        height: 96px;
        padding: 24px 0 0;
        background: #fff;
        -ms-transform: translateY(-24px);
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        transition: .3s -ms-transform cubic-bezier(.215, .61, .355, 1);
        transition: .3s -webkit-transform cubic-bezier(.215, .61, .355, 1);
        transition: .3s transform cubic-bezier(.215, .61, .355, 1);
        -webkit-transition: .3s -webkit-transform cubic-bezier(.215, .61, .355, 1)
    }

    .header-main.is-hidden {
        -ms-transform: translateY(-152px);
        -webkit-transform: translateY(-152px);
        transform: translateY(-152px)
    }
}

.header-main a:hover,
.header-main a:active,
.header-main a:focus {
    background: #fff0
}

@media screen and (-ms-high-contrast:active) and (min-width:992px),
(-ms-high-contrast:none) and (min-width:992px) {
    .header-main {
        position: absolute
    }
}

.header-logo-col {
    -ms-flex: none;
    flex: none;
    padding: 0;
    margin: 0
}

@media (min-width:1200px) {
    .header-logo-col {
        width: 331px
    }
}

.header-logo-col .header-logo-main-img {
    width: auto;
    height: 28px
}

@media (min-width:768px) {
    .header-logo-col .header-logo-main-img {
        height: 35px
    }
}

.header-row {
    height: 56px;
    padding: 0 20px
}

@media (min-width:768px) {
    .header-row {
        height: 72px
    }
}

.header-search-input:hover~.input-group-append i:before,
.header-search-input:focus~.input-group-append i:before {
    color: #333
}

.header-search-icon .icon-search {
    font-size: 20px;
    color: #666
}

.input-group-append {
    display: block;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 1px;
    bottom: 1px;
    z-index: 5
}

.input-group-append .header-search-btn {
    height: 100%;
    padding-right: 16px
}

.theme-blue .input-group-append .header-search-btn .loader {
    color: #00a9c1 !important
}

.theme-corporate .input-group-append .header-search-btn .loader {
    color: #000 !important
}

.theme-purple .input-group-append .header-search-btn .loader {
    color: #5a529c !important
}

.theme-red .input-group-append .header-search-btn .loader {
    color: #e30613 !important
}

.header-logo-main {
    text-align: left
}

@media (max-width:991.98px) {
    .nav-search-block #searchCollapse {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .search-toggle-btn .icon-search {
        position: relative
    }

    .search-toggle-btn .icon-search::before,
    .search-toggle-btn .icon-search::after {
        display: inline-block;
        color: #666;
        font-family: "SEA Icons", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: inherit;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        position: absolute;
        top: 0;
        left: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(.22, .68, 0, 1.71)
    }

    .search-toggle-btn .icon-search::after {
        content: "I";
        transition-duration: .4s
    }

    .search-toggle-btn .icon-search::before {
        content: "D";
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition-duration: .3s
    }

    .search-toggle-btn:not(.collapsed)::before {
        content: attr(data-text-label-remove)
    }

    .search-toggle-btn:not(.collapsed) .icon-search::after {
        opacity: 0;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .search-toggle-btn:not(.collapsed) .icon-search::before {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        transition-delay: .2s
    }

    .search-toggle-btn.collapsed .icon-search::after {
        transition-delay: 0s
    }

    .search-toggle-btn.collapsed .icon-search::before {
        opacity: 0
    }

    .nav-main {
        position: relative
    }

    .nav-search-block #searchCollapse {
        z-index: 681;
        position: absolute;
        top: 0;
        left: 20px;
        right: 0;
        opacity: 0;
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-transition: all .25s cubic-bezier(.22, .68, 0, 1.71);
        transition: all .25s cubic-bezier(.22, .68, 0, 1.71);
        pointer-events: none
    }

    .nav-search-block #searchCollapse.show {
        opacity: 1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        pointer-events: all
    }

    .nav-search-block .header-search {
        max-width: 100%
    }
}

@media (min-width:992px) and (max-width:1199.98px) and (min-width:768px) {
    .nav-search-block #searchCollapse {
        -ms-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%
    }
}

@media (min-width:992px) and (max-width:1199.98px) and (min-width:992px) {
    .nav-search-block #searchCollapse {
        -ms-transform-origin: 100% 50%;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }
}

@media (min-width:768px) {
    .header-search-col {
        -ms-flex: none;
        flex: none;
        width: 230px;
        margin: 0 0 0 20px;
        padding: 0
    }

    .nav-search-block #searchCollapse:not(.show) {
        display: none
    }

    .header-actions-col {
        -ms-flex: none;
        flex: none;
        padding: 0
    }

    .header-main {
        border-bottom: 1px solid #b3b3b3
    }

    .header-search {
        max-width: 230px
    }

    .header-nav-col {
        -ms-flex: 1;
        flex: 1;
        padding: 0
    }

    .main-navigation.is-nav-1st .main-navigation-link {
        text-transform: uppercase;
        padding-right: 29px
    }

    .main-navigation.is-nav-1st .nav-link {
        padding-top: 10px;
        padding-bottom: 5px
    }

    .main-navigation .container,
    .main-navigation .cms-section .boxed,
    .cms-section .main-navigation .boxed {
        text-align: center;
        padding: 0
    }

    .main-navigation .nav {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex
    }

    .main-navigation .nav.main-navigation-menu .main-navigation-link:last-child {
        padding-right: 0
    }
}

@media (min-width:768px) and (min-width:992px) {
    .header-actions-col {
        margin: 0 0 0 0
    }
}

@media (min-width:1200px) {
    .header-search-col #searchCollapse {
        display: block
    }

    .nav-search-block #searchCollapse {
        display: none
    }
}

.main-navigation-link-text {
    border-bottom: 3px solid #fff0;
    border-bottom: 3px solid #fff0;
    padding-bottom: 2px;
    font-size: 14px;
    font-family: "TT Firs Neue Medium", sans-serif;
    color: #666
}

a.main-navigation-link {
    text-decoration: none
}

a.main-navigation-link:hover .main-navigation-link-text {
    color: #000
}

a.main-navigation-link.active .main-navigation-link-text {
    color: #000;
    font-family: "TT Firs Neue Bold", sans-serif
}

.theme-blue a.main-navigation-link.active .main-navigation-link-text {
    border-image: linear-gradient(90deg, #00a9c1 0%, #afdff9 100%)
}

.theme-corporate a.main-navigation-link.active .main-navigation-link-text {
    border-image: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.theme-purple a.main-navigation-link.active .main-navigation-link-text {
    border-image: linear-gradient(90deg, #312783 0%, #9185be 100%)
}

.theme-red a.main-navigation-link.active .main-navigation-link-text {
    border-image: linear-gradient(90deg, #e30613 0%, #f3997b 100%)
}

.theme-blue a.main-navigation-link.active .main-navigation-link-text,
.theme-corporate a.main-navigation-link.active .main-navigation-link-text,
.theme-purple a.main-navigation-link.active .main-navigation-link-text,
.theme-red a.main-navigation-link.active .main-navigation-link-text {
    background-color: #fff0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 3px solid;
    border-image-slice: 1
}

@media (min-width:992px) {
    .header-actions-col {
        width: 88px
    }

    .header-actions-col a,
    .header-actions-col button {
        display: block;
        padding: 9px 0 9px 11px;
        text-align: right;
        text-decoration: none
    }

    .header-actions-col a:hover i::before,
    .header-actions-col button:hover i::before,
    .header-actions-col a:hover i::after,
    .header-actions-col button:hover i::after {
        color: #000
    }

    .header-actions-col i {
        font-size: 22px;
        width: 22px;
        height: 22px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .header-actions-col {
        width: 132px
    }
}

@media (max-width:991.98px) {
    .footer-wave {
        padding-bottom: 64px
    }

    .offcanvas {
        height: auto;
        bottom: 64px;
        width: 100%
    }

    .bottom-bar {
        padding: 0;
        border-top: 1px solid #b3b3b3
    }

    .bottom-bar .item {
        text-align: center
    }

    .bottom-bar .item::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        background: #fff0;
        height: 0;
        -webkit-transition: height .3s ease-in;
        transition: height .3s ease-in
    }

    .bottom-bar .item .btn,
    .bottom-bar .item a {
        padding: 20px
    }

    .bottom-bar .item .btn i:before,
    .bottom-bar .item a i:before {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .bottom-bar .item .letter-icon a,
    .bottom-bar .item .location-icon a {
        display: block
    }

    .bottom-bar .item.active {
        background: #f2f2f2;
        position: relative
    }

    .bottom-bar .item.active::before {
        background: #000;
        height: 4px
    }

    .bottom-bar .item.active i::before {
        color: #000
    }

    .bottom-bar .item.active i.icon-burger::before,
    .bottom-bar .item.active i.icon-search::before {
        content: "D";
        font-size: 21.5px
    }

    .bottom-bar .icon {
        font-size: 24px
    }

    .bottom-bar a:hover {
        text-decoration: none
    }

    .header-main .bottom-bar {
        position: fixed;
        background-color: #fff;
        z-index: 1051;
        -webkit-animation: none;
        animation: none;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.search-offcanvas {
    overflow: hidden
}

.search-offcanvas .input-group-append {
    position: initial
}

.search-offcanvas .header-search {
    margin: 0
}

.search-offcanvas .header-search .header-search-input {
    background: #f2f2f2;
    border-color: #f2f2f2;
    height: 60px;
    padding-left: 64px;
    padding-right: 50px;
    box-shadow: none
}

.search-offcanvas .header-search .header-search-input:active,
.search-offcanvas .header-search .header-search-input:focus,
.search-offcanvas .header-search .header-search-input:hover {
    border-color: #f2f2f2 !important;
    z-index: initial;
    box-shadow: none
}

.search-offcanvas .header-search-btn {
    position: absolute;
    left: 0;
    background: #fff0;
    border: none;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px
}

.search-offcanvas .header-search-btn .header-search-icon {
    line-height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.search-offcanvas .header-search-btn .header-search-icon .icon-search::before {
    font-family: "SEA Icons", sans-serif;
    content: "H";
    color: #000;
    font-size: 24px
}

.search-offcanvas .search-suggest-container {
    top: 60px;
    width: 100%
}

.search-offcanvas .offcanvas-close {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    font-size: 0;
    background: #f2f2f2;
    border: none;
    color: #000;
    padding: 0 20px 0 0
}

.search-offcanvas .offcanvas-close .icon::before {
    content: "D";
    color: #000;
    font-size: 21px
}

.search-offcanvas .offcanvas-content-container {
    padding: 0
}

.search-offcanvas.offcanvas {
    max-width: initial
}

.search-offcanvas.offcanvas .offcanvas-content-container,
.search-offcanvas.offcanvas .header-search {
    max-width: 100%;
    width: 100%
}

.main-navigation.is-nav-2nd {
    background: #fff
}

@media (min-width:768px) {
    .main-navigation.is-nav-2nd {
        border-bottom: 1px solid #b3b3b3
    }
}

.theme-blue .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text {
    border-image: linear-gradient(90deg, #00a9c1 0%, #afdff9 100%)
}

.theme-corporate .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text {
    border-image: linear-gradient(90deg, #00a9c1 0%, #312783 50%, #e30613 100%)
}

.theme-purple .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text {
    border-image: linear-gradient(90deg, #312783 0%, #9185be 100%)
}

.theme-red .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text {
    border-image: linear-gradient(90deg, #e30613 0%, #f3997b 100%)
}

.theme-blue .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text,
.theme-corporate .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text,
.theme-purple .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text,
.theme-red .main-navigation.is-nav-2nd .nav-link:hover .main-navigation-link-text {
    background-color: #fff0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 3px solid;
    border-image-slice: 1
}

.main-navigation.is-nav-2nd .nav-link.main-navigation-link {
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 10px;
    height: 55px
}

.main-navigation.is-nav-2nd .main-navigation-link-text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: border-image .15s ease-in-out;
    transition: border-image .15s ease-in-out
}

.navigation-flyouts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
    left: 0;
    height: auto;
    pointer-events: none;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.navigation-flyout {
    border-bottom: 1px solid #b3b3b3;
    will-change: -ms-transform;
    will-change: -webkit-transform;
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding-top: 28px;
    pointer-events: none;
    box-shadow: none;
    -ms-transform: translateX(0%) rotateX(-15deg);
    -webkit-transform: translateX(0%) rotateX(-15deg);
    transform: translateX(0%) rotateX(-15deg);
    -ms-transform-origin: 50% -50%;
    -webkit-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
    transition: opacity .375s cubic-bezier(.215, .61, .355, 1), -ms-transform .375s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .375s cubic-bezier(.215, .61, .355, 1), -webkit-transform .375s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .375s cubic-bezier(.215, .61, .355, 1), transform .375s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: opacity .375s cubic-bezier(.215, .61, .355, 1), -webkit-transform .375s cubic-bezier(.215, .61, .355, 1)
}

.navigation-flyout::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.navigation-flyout.is-open {
    pointer-events: all;
    -ms-transform: translateX(0%) rotateX(0deg);
    -webkit-transform: translateX(0%) rotateX(0deg);
    transform: translateX(0%) rotateX(0deg)
}

.navigation-flyout .navigation-flyout-content.row,
.navigation-flyout .navigation-flyout-content.account-content,
.navigation-flyout .is-act-cartpage .checkout .navigation-flyout-content.checkout-container,
.is-act-cartpage .checkout .navigation-flyout .navigation-flyout-content.checkout-container,
.navigation-flyout .is-act-checkoutregisterpage .checkout .navigation-flyout-content.checkout-container,
.is-act-checkoutregisterpage .checkout .navigation-flyout .navigation-flyout-content.checkout-container,
.navigation-flyout .is-act-confirmpage .checkout .navigation-flyout-content.checkout-container,
.is-act-confirmpage .checkout .navigation-flyout .navigation-flyout-content.checkout-container,
.navigation-flyout .is-ctl-accountorder .checkout .navigation-flyout-content.checkout-container,
.is-ctl-accountorder .checkout .navigation-flyout .navigation-flyout-content.checkout-container,
.navigation-flyout .is-act-finishpage .checkout .navigation-flyout-content.checkout-container,
.is-act-finishpage .checkout .navigation-flyout .navigation-flyout-content.checkout-container {
    margin: 0
}

.navigation-flyout-categories {
    text-align: left
}

.navigation-flyout-categories:not(.is-level-0) {
    margin-left: 0
}

.navigation-flyout-categories.is-level-0 {
    margin: 0
}

.navigation-flyout-categories.is-level-0>.navigation-flyout-col {
    text-align: left;
    margin: 0 0 32px 0;
    padding-left: 0
}

.navigation-flyout-categories.is-level-0>.navigation-flyout-col.col,
.is-act-confirmpage .checkout .navigation-flyout-categories.is-level-0>.navigation-flyout-col.checkout-aside,
.is-ctl-accountorder .checkout .navigation-flyout-categories.is-level-0>.navigation-flyout-col.checkout-aside,
.is-act-finishpage .checkout .navigation-flyout-categories.is-level-0>.navigation-flyout-col.checkout-aside {
    margin-right: 20px
}

.navigation-flyout-categories.is-level-0>.navigation-flyout-col::before {
    display: none
}

.navigation-flyout-categories .col,
.navigation-flyout-categories .is-act-confirmpage .checkout .checkout-aside,
.is-act-confirmpage .checkout .navigation-flyout-categories .checkout-aside,
.navigation-flyout-categories .is-ctl-accountorder .checkout .checkout-aside,
.is-ctl-accountorder .checkout .navigation-flyout-categories .checkout-aside,
.navigation-flyout-categories .is-act-finishpage .checkout .checkout-aside,
.is-act-finishpage .checkout .navigation-flyout-categories .checkout-aside {
    padding: 0
}

.navigation-flyout-categories .navigation-flyout-col .navigation-flyout-link {
    margin: 0;
    padding: 0;
    -webkit-transition: 0s;
    transition: 0s;
    color: #000;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 8px
}

.navigation-flyout-categories .navigation-flyout-col .navigation-flyout-link.not-child {
    font-family: "TT Firs Neue Regular", sans-serif;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0
}

.navigation-flyout-categories .navigation-flyout-col .navigation-flyout-link:active,
.navigation-flyout-categories .navigation-flyout-col .navigation-flyout-link:hover {
    text-decoration: underline
}

.navigation-flyout-teaser {
    height: 100%;
    position: relative
}

.navigation-flyout-teaser .navigation-flyout-teaser-image-container {
    height: 100%
}

.navigation-flyout-teaser .navigation-flyout-teaser-image-container .flyout-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    font-family: "TT Firs Neue Bold", sans-serif;
    line-height: 32px
}

.navigation-offcanvas {
    overflow: hidden
}

.navigation-offcanvas .offcanvas-content-container {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.navigation-offcanvas .navigation-offcanvas-list .navigation-offcanvas-list-item.is--company .navigation-offcanvas-link,
.navigation-offcanvas .navigation-offcanvas-list .navigation-offcanvas-list-item.is--page .navigation-offcanvas-link {
    color: #000;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas .navigation-offcanvas-list .navigation-offcanvas-list-item.is--commercial .navigation-offcanvas-link {
    color: #00a9c1;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas .navigation-offcanvas-list .navigation-offcanvas-list-item.is--studio .navigation-offcanvas-link {
    color: #312783;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas .navigation-offcanvas-list .navigation-offcanvas-list-item.is--live .navigation-offcanvas-link {
    color: #e30613;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas .navigation-offcanvas-list .navigation-offcanvas-list-item:first-child {
    border-top: none
}

.navigation-offcanvas .navigation-offcanvas-link {
    padding: 17px 20px 16px;
    font-size: 14px;
    line-height: 24px
}

.navigation-offcanvas .navigation-offcanvas-link.is-current-category {
    font-weight: 400
}

.navigation-offcanvas .navigation-offcanvas-link .icon-arrow-medium-right::before {
    content: "A";
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 16px;
    color: #000
}

.navigation-offcanvas .navigation-offcanvas-link .icon-arrow-medium-right svg {
    display: none
}

.navigation-offcanvas .header-search {
    margin: 0;
    max-width: initial
}

.navigation-offcanvas .input-group-back {
    display: block;
    margin: 0;
    position: absolute;
    left: 4px;
    top: -12px;
    bottom: 1px;
    z-index: 5
}

.navigation-offcanvas .input-group-back .header-arrow-btn {
    height: 60px;
    border: none;
    line-height: 53px;
    padding-right: 20px
}

.navigation-offcanvas .input-group-back .header-arrow-btn:focus {
    box-shadow: none
}

.navigation-offcanvas .input-group-back .header-arrow-btn .icon-arrow-short-left {
    opacity: 0;
    position: absolute;
    left: -50px;
    font-size: 24px
}

.navigation-offcanvas .input-group-back .header-arrow-btn .icon-arrow-short-left:before {
    color: #000
}

.navigation-offcanvas .offcanvas-content-container input.header-search-input {
    height: 60px;
    padding: 9px 41px 9px 20px;
    border: 0;
    background: #f2f2f2;
    border-radius: 0 !important;
    box-shadow: none;
    cursor: pointer
}

.navigation-offcanvas .offcanvas-content-container input.header-search-input:focus {
    padding-left: 60px
}

.navigation-offcanvas .offcanvas-content-container input.header-search-input:focus~.input-group-back .header-arrow-btn .icon-arrow-short-left {
    opacity: 1;
    left: 15px;
    -webkit-transition: left .3s ease-in;
    transition: left .3s ease-in
}

.navigation-offcanvas .offcanvas-content-container input.header-search-input:focus~.input-group-append .header-close-btn {
    z-index: 2
}

.navigation-offcanvas .offcanvas-content-container input.header-search-input:focus~.input-group-append .header-close-btn .icon-close {
    -webkit-transition: cubic-bezier(.215, .61, .355, 1);
    transition: cubic-bezier(.215, .61, .355, 1)
}

.navigation-offcanvas .offcanvas-content-container input.header-search-input:focus~.input-group-append .header-search-btn {
    z-index: 0
}

.navigation-offcanvas .offcanvas-content-container input.header-search-input:focus~.input-group-append .header-search-btn .icon-search {
    -webkit-transition: cubic-bezier(.215, .61, .355, 1);
    transition: cubic-bezier(.215, .61, .355, 1)
}

.navigation-offcanvas .offcanvas-content-container .input-group-append .header-search-btn {
    border: none;
    background: #f2f2f2;
    padding-right: 20px;
    position: absolute;
    right: 20px;
    top: -2px
}

.navigation-offcanvas .offcanvas-content-container .input-group-append .header-search-btn .icon-search {
    font-size: 23px;
    position: absolute;
    top: 16px;
    right: 0
}

.navigation-offcanvas .offcanvas-content-container .input-group-append .header-search-btn .icon-search::before {
    color: #999
}

.navigation-offcanvas .offcanvas-content-container .input-group-append .header-close-btn {
    position: absolute;
    border: none;
    background: #f2f2f2;
    padding-right: 20px;
    width: 40px;
    height: 100%;
    right: 19px;
    top: 0
}

.navigation-offcanvas .offcanvas-content-container .input-group-append .header-close-btn .icon-close {
    font-size: 21px
}

.navigation-offcanvas .offcanvas-content-container .input-group-append .header-close-btn .icon-close::before {
    color: #000
}

.search-offcanvas .input-group-back {
    display: none
}

.search-offcanvas .header-search-btn {
    top: 1px
}

.search-offcanvas .header-close-btn {
    display: none
}

.navigation-offcanvas-overlay .navigation-offcanvas-list-item .navigation-offcanvas-link {
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.navigation-offcanvas-link.is-home-link {
    border-bottom: .0625rem solid #bcc1c7;
    display: block;
    -ms-flex-pack: initial;
    justify-content: initial;
    position: relative;
    text-align: center;
    padding: 16px 20px 16px 43px;
    font-weight: 700;
    line-height: 22px
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon {
    position: absolute;
    left: 20px
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon .icon::before {
    content: "F";
    font-size: 24px;
    color: #000
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon .icon svg {
    display: none
}

.navigation-offcanvas-link.is-back-link {
    display: block;
    border-top: 0;
    border-bottom: .0625rem solid #bcc1c7;
    -ms-flex-pack: initial;
    justify-content: initial;
    position: relative;
    text-align: center;
    padding: 16px 20px 16px 43px;
    color: #000;
    font-family: "Open Sans", sans-serif
}

.navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
    position: absolute;
    left: 20px
}

.navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon .icon::before {
    content: "B";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 24px;
    color: #000
}

.navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon .icon svg {
    display: none
}

.navigation-offcanvas-link.is-back-link.is--company {
    text-transform: uppercase;
    color: #000;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas-link.is-back-link.is--commercial {
    text-transform: uppercase;
    color: #00a9c1;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas-link.is-back-link.is--studio {
    text-transform: uppercase;
    color: #312783;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas-link.is-back-link.is--live {
    text-transform: uppercase;
    color: #e30613;
    font-family: "TT Firs Neue Bold", sans-serif
}

.navigation-offcanvas-headline {
    display: none
}

@media (min-width:992px) {
    .search-mobile-widget {
        display: none
    }
}

_:-ms-fullscreen,
:root .teaser-link {
    box-shadow: inset 0 0 0 1px #000 !important
}

_:-ms-fullscreen,
:root .teaser-link:hover {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-secondary:not(:disabled) {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-secondary:not(:disabled):hover {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-secondary:not(:disabled):active {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-outline-secondary:not(:disabled) {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-outline-secondary:not(:disabled):hover {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-outline-secondary:not(:disabled):active {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-icon:not(:disabled) {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-icon:not(:disabled):hover {
    box-shadow: inset 0 0 0 2px #000 !important
}

_:-ms-fullscreen,
:root .btn-icon:not(:disabled):active {
    box-shadow: inset 0 0 0 2px #000 !important
}

@supports (-webkit-hyphens:none) {
    .theme-corporate .btn-link:not(:disabled):hover {
        -webkit-text-fill-color: currentColor !important;
        background: transparent !important
    }
}

@supports (-webkit-hyphens:none) {
    .theme-dark .btn-link:not(:disabled) {
        color: #fff !important
    }
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: -ms-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -ms-transform;
    transition-property: -webkit-transform;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: -ms-transform, height;
    transition-property: -webkit-transform, height;
    transition-property: transform, height
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgb(0 0 0 / .5), #fff0)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgb(0 0 0 / .5), #fff0)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgb(0 0 0 / .5), #fff0)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / .5), #fff0)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

@media (min-width:1200px) {
    .swiper-slider--full-width {
        overflow: hidden
    }

    .swiper-slider--full-width .swiper-container {
        max-width: 1400px;
        overflow: visible;
        width: 100%;
        height: 100%
    }
}

.search-headline {
    font-size: 26px;
    margin-top: 24px
}