/* @import "https://fonts.googleapis.com/css?family=Dosis&amp;subset=latin-ext"; */
/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --blue: #0070d2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #c00;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #008827;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00a1e0;
    --secondary: #6c757d;
    --success: #008827;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #c00;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 639px;
    --breakpoint-md: 767px;
    --breakpoint-lg: 991px;
    --breakpoint-xl: 1439px;
    --font-family-sans-serif: "Titillium Web", sans-serif;
    --font-family-monospace: "Titillium Web", sans-serif;
}


:root {
    --main-font-family: "Titillium Web", sans-serif !important;
    --second-font-family: "Roboto",
        sans-serif !important;
}

a {
    letter-spacing: 0.1px !important;
}

p {
    font-family: var(--second-font-family);
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: "Titillium Web", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

* {
    letter-spacing: 0.1px !important;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: rgb(248, 248, 248);
    overflow-x: hidden !important;

}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    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;
    font-weight: 400 !important;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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: #444;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #1e1e1e;
    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: ssn,
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
    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: #6c757d;
    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] {
    -webkit-box-sizing: border-box;
    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
}

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-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ccc
}

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.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--skin-body-background-color);
    border: 1px solid #dee2e6;
    border-radius: .1875rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .1875rem
}

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;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 640px
}

@media(min-width:639px) {
    .container {
        max-width: 768px
    }
}

@media(min-width:767px) {
    .container {
        max-width: 992px
    }
}

@media(min-width:991px) {
    .container {
        max-width: 1440px
    }
}

@media(min-width:1439px) {
    .container {
        max-width: 1560px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.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,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-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,
.col-md-6,
.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,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.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 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:639px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:767px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:991px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1439px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ccc
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

.table tbody+tbody {
    border-top: 2px solid #ccc
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #ccc
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ccc
}

.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: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8e5f6
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7aceef
}

.table-hover .table-primary:hover {
    background-color: #a1ddf3
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a1ddf3
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #b8dec3
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #7ac18f
}

.table-hover .table-success:hover {
    background-color: #a7d6b4
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #a7d6b4
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f1b8b8
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #e47a7a
}

.table-hover .table-danger:hover {
    background-color: #eda3a3
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #eda3a3
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ccc
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:638.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:766.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:990.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:1438.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.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 + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    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, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #61d2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 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: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    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: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.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: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -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: #008827
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 136, 39, .9);
    border-radius: .1875rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #008827;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMwMDg4MjcnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #008827;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #008827;
    padding-right: calc((1em + .75rem) * 3/4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #008827;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.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: #008827
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.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: #008827
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #008827
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.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: #00bb36;
    background-color: #00bb36
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .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: #008827
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #008827
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.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: #008827;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #c00
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(204, 0, 0, .9);
    border-radius: .1875rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #c00;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNjMDAnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjYzAwJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #c00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #c00;
    padding-right: calc((1em + .75rem) * 3/4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c00' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c00' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #c00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.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: #c00
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.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: #c00
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #c00
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.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: red;
    background-color: red
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(204, 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: #c00
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #c00
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.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: #c00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:639px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

.btn-primary:hover {
    color: #fff;
    background-color: #0086ba;
    border-color: #007cad
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007cad;
    border-color: #0073a0
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 175, 229, .5)
}

.btn-secondary,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:focus,
.btn-secondary.focus,
.modal-cart.popover-minicart .minicart-viewcart .focus.btn-secondary {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.modal-cart.popover-minicart .minicart-viewcart .disabled.btn-secondary,
.btn-secondary:disabled,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle,
.modal-cart.popover-minicart .minicart-viewcart .show>.dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.modal-cart.popover-minicart .minicart-viewcart .show>.dropdown-toggle.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.btn-success:hover {
    color: #fff;
    background-color: #00621c;
    border-color: #005518
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005518;
    border-color: #004815
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 154, 71, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-danger:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #900
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 38, 38, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #900;
    border-color: #8c0000
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(212, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(212, 38, 38, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #00a1e0;
    border-color: #00a1e0
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00a1e0;
    background-color: transparent
}

.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: #00a1e0;
    border-color: #00a1e0
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.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: #6c757d;
    border-color: #6c757d
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #008827;
    border-color: #008827
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #008827;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #008827;
    border-color: #008827
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.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: #17a2b8;
    border-color: #17a2b8
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.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: #ffc107;
    border-color: #ffc107
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #c00;
    border-color: #c00
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c00;
    background-color: transparent
}

.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: #c00;
    border-color: #c00
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.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: #f8f9fa;
    border-color: #f8f9fa
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.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: #343a40;
    border-color: #343a40
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #444;
    text-decoration: none
}

.btn-link:hover {
    color: #1e1e1e;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.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 transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.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: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .1875rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:639px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:767px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:991px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1439px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-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 transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.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 transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    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 transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.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 #e9ecef
}

.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: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a1e0
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -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>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -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: .5625rem;
    padding-left: .5625rem
}

.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: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -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 input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    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-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .1875rem
}

.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: 1.25rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.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: .875rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.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.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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: #00a1e0;
    background-color: #00a1e0
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #61d2ff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #94e1ff;
    border-color: #94e1ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    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: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .1875rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #00a1e0;
    background-color: #00a1e0
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 161, 224, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 161, 224, .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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 161, 224, .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(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-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;
    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-transform .15s ease-in-out, -webkit-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;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 161, 224, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .1875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #61d2ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.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: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #61d2ff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .1875rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .1875rem .1875rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px var(--skin-body-background-color), 0 0 0 .2rem rgba(0, 161, 224, .25);
    box-shadow: 0 0 0 1px var(--skin-body-background-color), 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px var(--skin-body-background-color), 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px var(--skin-body-background-color), 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -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: #94e1ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -moz-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;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #94e1ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -ms-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;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #94e1ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    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, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-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: -webkit-box;
    display: -ms-flexbox;
    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: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: 0
}

.nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: var(--skin-body-background-color);
    border-color: #dee2e6 #dee2e6 var(--skin-body-background-color)
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .1875rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00a1e0
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .1875rem
}

.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:638.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:639px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:766.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:767px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:990.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:991px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1438.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1439px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(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: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsMCwwLDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(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: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(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: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwyNTUsMjU1LDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text {
    color: rgba(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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .1875rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.card-body {
    -webkit-box-flex: 1;
    -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: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.1875rem - 1px) calc(.1875rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.1875rem - 1px) calc(.1875rem - 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(.1875rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.1875rem - 1px);
    border-bottom-left-radius: calc(.1875rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 10px
}

@media(min-width:639px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 10px
}

@media(min-width:639px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -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:639px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .1875rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .1875rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #444;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #1e1e1e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-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: #00a1e0
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #007cad
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #008827
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #005518
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 136, 39, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #c00
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #900
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .1875rem
}

@media(min-width:639px) {
    .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 transparent;
    border-radius: .1875rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #005474;
    background-color: #ccecf9;
    border-color: #b8e5f6
}

.alert-primary hr {
    border-top-color: #a1ddf3
}

.alert-primary .alert-link {
    color: #002f41
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #004714;
    background-color: #cce7d4;
    border-color: #b8dec3
}

.alert-success hr {
    border-top-color: #a7d6b4
}

.alert-success .alert-link {
    color: #001406
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #6a0000;
    background-color: #f5cccc;
    border-color: #f1b8b8
}

.alert-danger hr {
    border-top-color: #eda3a3
}

.alert-danger .alert-link {
    color: #370000
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .1875rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00a1e0;
    -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, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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: .1875rem;
    border-bottom-left-radius: .1875rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: 0
}

@media(min-width:639px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: .1875rem;
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }
}

@media(min-width:767px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: .1875rem;
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }
}

@media(min-width:991px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: .1875rem;
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }
}

@media(min-width:1439px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: .1875rem;
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
        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: #005474;
    background-color: #b8e5f6
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #005474;
    background-color: #a1ddf3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005474;
    border-color: #005474
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #004714;
    background-color: #b8dec3
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #004714;
    background-color: #a7d6b4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004714;
    border-color: #004714
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #6a0000;
    background-color: #f1b8b8
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #6a0000;
    background-color: #eda3a3
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6a0000;
    border-color: #6a0000
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.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: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.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 {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -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 {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .1875rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.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:639px) {
    .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:991px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1439px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Titillium Web", 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;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    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: transparent;
    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: .1875rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Titillium Web", 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;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .1875rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .1875rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    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: rgba(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: .1875rem 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: rgba(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;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    top: 1px;
    border-width: 0 .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: .1875rem 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: rgba(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: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -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 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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-prev:focus,
.carousel-control-next:hover,
.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -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;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    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
}

.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: #00a1e0 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #007cad !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #008827 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #005518 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #c00 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #900 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #00a1e0 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #008827 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #c00 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .1875rem !important
}

.rounded {
    border-radius: .1875rem !important
}

.rounded-top {
    border-top-left-radius: .1875rem !important;
    border-top-right-radius: .1875rem !important
}

.rounded-right {
    border-top-right-radius: .1875rem !important;
    border-bottom-right-radius: .1875rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important
}

.rounded-left {
    border-top-left-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important
}

.rounded-lg {
    border-radius: .1875rem !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 {
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:639px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:767px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:991px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1439px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !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.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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:639px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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:767px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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:991px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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:1439px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:639px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:767px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:991px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1439px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-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: 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 {
        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 {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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: transparent
}

.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:639px) {
    .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:767px) {
    .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:991px) {
    .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:1439px) {
    .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
    }
}

.text-monospace {
    font-family: ssn,
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif !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:639px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:767px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:991px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1439px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #00a1e0 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #006a94 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #008827 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #003c11 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #c00 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: maroon !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-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: 991px !important
    }

    .container {
        min-width: 991px !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 #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #ccc
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #ccc
    }
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #0070d2;
    --color-green: #008827;
    --color-red: #c00;
    --color-light-blue: #7ed0ee;
    --color-base: #333;
    --color-primary: #00a1e0;
    --color-primary-hover: #00729f;
    --color-secondary: #00a1e0;
    --color-tertiary: #4a5058;
    --color-quaternary: #a8afb4;
    --color-quinary: #575e66;
    --color-text: #5c5a59;
    --color-success: var(--color-green);
    --color-danger: var(--color-red);
    --color-danger-bg: rgba(255, 0, 0, .1);
    --color-price-strikethrough: #988f87;
    --color-background-light-1: #ebedef;
    --color-background-light-2: #f5f6f7;
    --color-background-light-3: #f2efed;
    --color-background-light-4: #f8f7f6;
    --color-border-light: #cdcbc9;
    --font-light: 100;
    --font-regular: 400;
    --font-medium: 600;
    --color-gray1: #f9f9f9;
    --color-gray2: #eee;
    --color-gray3: #ccc;
    --color-gray4: #999;
    --color-gray5: #666;
    --color-gray6: #444;
    --color-gray7: #222;
    --color-gray8: #333;
    --color-gray-transparent-1: rgba(0, 0, 0, 0.65);
    --color-gray-transparent-2: rgba(0, 0, 0, 0.25);
    --color-light-gray: var(--color-gray1);
    --color-slightly-darker-gray: var(--color-gray4);
    --color-dark-gray: var(--color-gray6);
    --color-darker-gray: var(--color-gray7);
    --color-horizontal-rule-gray: var(--color-gray3);
    --color-product-number-gray: var(--color-gray3);
    --color-horizontal-border-gray: var(--color-gray4);
    --color-menu-link: var(--color-gray6);
    --color-close-menu-bg: var(--color-gray2);
    --color-link-color: var(--color-dark-gray);
    --color-hr-border-color: var(--color-gray3)
}

:root {
    --skin-body-background-color: var(--color-white);
    --skin-background-color-1: var(--color-gray1);
    --skin-border-color-1: var(--color-white);
    --skin-border-color-2: var(--color-border-light);
    --skin-primary-color: var(--color-primary);
    --skin-primary-color-hover: var(--color-primary-hover);
    --skin-secondary-color: var(--color-secondary);
    --skin-invert-color: var(--color-white);
    --skin-secondary-invert-color: var(--color-black);
    --skin-quaternary-color: var(--color-quaternary);
    --skin-disabled-color: var(--color-gray3);
    --skin-background-color-light: var(--color-light-gray);
    --skin-background-color-dark: var(--color-base);
    --skin-background-color-primary: var(--color-primary);
    --skin-background-color-4: var(--color-background-light-4);
    --skin-color-price-sale: var(--color-danger);
    --skin-color-price-strikethrough: var(--color-price-strikethrough)
}

:root {
    --skin-button-font: var(--skin-p-small);
    --skin-button-height: 35px;
    --skin-button-border-radius: 35px;
    --skin-button-padding: 0 25px;
    --skin-button-transform: uppercase;
    --skin-button-font-weight: var(--skin-weight-medium);
    --skin-button-letter-spacing: 0.35px;
    --skin-label-color: var(--color-tertiary);
    --skin-label-line-height: 17px;
    --skin-label-margin-bottom: 6px;
    --skin-inline-label-margin-left: 10px;
    --skin-input-text-color: var(--color-quaternary);
    --skin-input-text-color-active: var(--color-base);
    --skin-input-font-size-desktop: 15px;
    --skin-input-font-size-mobile: 16px;
    --skin-input-height: 35px;
    --skin-input-background-color: var(--color-white);
    --skin-input-border: 1px solid var(--color-quaternary);
    --skin-input-border-active: 1px solid var(--color-tertiary);
    --skin-input-border-error: 1px solid var(--color-danger);
    --skin-input-border-radius: 16px;
    --skin-input-padding: 0 25px;
    --skin-select-chevron-size: 13px;
    --skin-select-chevron-right-margin: 20px;
    --skin-radio-button-size: 24px;
    --skin-radio-button-border: 1px solid var(--color-quaternary);
    --skin-radio-button-border-radius: 50%;
    --skin-radio-bubble-size: 14px;
    --skin-radio-bubble-color: var(--color-base);
    --skin-checkbox-size: 25px;
    --skin-checkbox-border-radius: 2px;
    --skin-checkbox-border: 1px solid var(--color-quaternary);
    --skin-checkbox-checkmark-color: var(--color-base);
    --skin-checkbox-checkmark-size: 18px;
    --skin-error-message-color: var(--color-danger);
    --skin-error-message-bg: var(--color-danger-bg);
    --skin-error-message-line-height: 14px
}

:root {
    --skin-border-bottom: 1px solid rgba(168, 175, 180, 0.3);
    --skin-margin-auto: auto;
    --skin-margin-x-small-desktop: 40px;
    --skin-margin-small-desktop: 60px;
    --skin-margin-medium-desktop: 80px;
    --skin-margin-large-desktop: 100px;
    --skin-margin-x-large-desktop: 100px;
    --skin-margin-x-small-mobile: 30px;
    --skin-margin-small-mobile: 30px;
    --skin-margin-medium-mobile: 40px;
    --skin-margin-large-mobile: 50px;
    --skin-margin-x-large-mobile: 160px
}

:root {
    --skin-weight-light: 100;
    --skin-weight-regular: 400;
    --skin-weight-medium: 700;
    --skin-header-font: 'Dosis', Helvetica, Arial, sans-serif;
    --skin-heading-color-1: var(--color-base);
    --skin-heading-color-1-invert: var(--color-white);
    --skin-heading-color-2: var(--color-secondary);
    --skin-heading-color-3: var(--color-tertiary);
    --skin-body-font: 'Dosis', Helvetica, Arial, sans-serif;
    --skin-body-color: var(--color-text);
    --skin-main-text-color-2: var(--color-gray7);
    --skin-main-text-color-1: var(--color-base);
    --skin-link-color: var(--color-primary);
    --skin-link-color-hover: var(--color-primary-hover);
    --skin-link-decoration: none;
    --skin-link-decoration-hover: underline;
    --skin-headline-feature-desktop: 100 48px/64px var(--skin-header-font);
    --skin-headline-feature-tablet: 100 48px/64px var(--skin-header-font);
    --skin-headline-feature-mobile: 100 24px/32px var(--skin-header-font);
    --skin-headline-0-desktop: 100 42px/56px var(--skin-header-font);
    --skin-headline-0-tablet: 100 42px/56px var(--skin-header-font);
    --skin-headline-0-mobile: 100 36px/48px var(--skin-header-font);
    --skin-headline-1-desktop: 100 36px/48px var(--skin-header-font);
    --skin-headline-1-tablet: 100 36px/48px var(--skin-header-font);
    --skin-headline-1-mobile: 100 24px/32px var(--skin-header-font);
    --skin-headline-2-desktop: 100 32px/42px var(--skin-header-font);
    --skin-headline-2-tablet: 100 24px/32px var(--skin-header-font);
    --skin-headline-2-mobile: 100 24px/32px var(--skin-header-font);
    --skin-headline-3-desktop: 100 28px/38px var(--skin-header-font);
    --skin-headline-3-tablet: 100 28px/38px var(--skin-header-font);
    --skin-headline-3-mobile: 100 22px/30px var(--skin-header-font);
    --skin-headline-4-desktop: 100 24px/32px var(--skin-header-font);
    --skin-headline-4-tablet: 100 24px/32px var(--skin-header-font);
    --skin-headline-4-mobile: 100 22px/30px var(--skin-header-font);
    --skin-headline-5-desktop: 100 22px/30px var(--skin-header-font);
    --skin-headline-5-tablet: 100 22px/30px var(--skin-header-font);
    --skin-headline-5-mobile: 100 18px/26px var(--skin-header-font);
    --skin-headline-6-desktop: 100 18px/26px var(--skin-header-font);
    --skin-headline-6-tablet: 100 18px/26px var(--skin-header-font);
    --skin-headline-6-mobile: 100 18px/26px var(--skin-header-font);
    --skin-headline-7-desktop: 700 16px/24px var(--skin-header-font);
    --skin-headline-7-tablet: 700 16px/24px var(--skin-header-font);
    --skin-headline-7-mobile: 700 16px/24px var(--skin-header-font);
    --skin-eyebrow: 400 12px/18px var(--skin-header-font);
    --skin-eyebrow-letter-spacing: 1px;
    --skin-eyebrow-xl-letter-spacing: normal;
    --skin-eyebrow-transform: uppercase;
    --skin-p-feature-desktop: 100 18px/36px var(--skin-body-font);
    --skin-p-feature-mobile: 100 16px/24px var(--skin-body-font);
    --skin-p-xlarge: 400 16px/28px var(--skin-body-font);
    --skin-p-large: 400 14px/22px var(--skin-body-font);
    --skin-p-regular: 400 13px/18px var(--skin-body-font);
    --skin-p-small: 400 12px/18px var(--skin-body-font);
    --skin-p-xsmall: 400 11px/15px var(--skin-body-font)
}

:root {
    --skin-account-page-background-color: var(--skin-background-color-4);
    --skin-account-header-height-desktop: 250px;
    --skin-account-header-height-mobile: 175px;
    --skin-account-card-border-color: #CFD3D4;
    --skin-account-card-border-radius: var(--skin-image-border-radius);
    --skin-account-card-title-mobile: var(--skin-headline-7-mobile);
    --skin-account-card-title-desktop: var(--skin-headline-6-desktop);
    --skin-account-card-title-weight: var(--skin-weight-light);
    --skin-account-nav-tab-color: var(--skin-heading-color-1);
    --skin-account-nav-tab-active-color: var(--skin-link-color);
    --skin-account-nav-tab-active-weight: var(--skin-weight-regular)
}

:root {
    --skin-glider-dot-background-color: var(--skin-quaternary-color);
    --skin-glider-dot-active-color: var(--skin-primary-color);
    --skin-glider-arrow-background-color: rgba(255, 255, 255, 0.9);
    --skin-glider-arrow-icon-color: var(--skin-primary-color);
    --skin-glider-arrow-prev-radius: 0 100% 100% 0;
    --skin-glider-arrow-next-radius: 100% 0 0 100%
}

:root {
    --skin-country-modal-body-section-margin-bottom: 30px;
    --skin-country-modal-body-locale-margin-left: 10px;
    --skin-country-modal-body-locale-margin-bottom: 10px;
    --skin-country-modal-body-flag-size: 25px;
    --skin-country-modal-body-checkmark-size: 18px;
    --skin-country-modal-body-checkmark-margin-right: 10px;
    --skin-country-modal-body-color: var(--color-text);
    --skin-country-modal-body-font-size: 14px;
    --skin-country-modal-body-column-gap: 40px;
    --skin-country-modal-body-spinner-size: 40px
}

:root {
    --skin-footer-background-color: var(--color-secondary);
    --skin-footer-border-color: var(--color-quinary);
    --skin-footer-heading-color: var(--color-white);
    --skin-footer-heading-font-weight: var(--skin-weight-medium);
    --skin-footer-text-color: var(--color-quaternary);
    --skin-footer-site-details-link-color: var(--color-white);
    --skin-footer-link-font-weight: var(--skin-weight-regular);
    --skin-footer-link-color: var(--color-quaternary);
    --skin-footer-link-color-hover: var(--color-background-light-2);
    --skin-footer-link-decoration-hover: var(--skin-link-decoration);
    --skin-footer-email-label-line-height: 20px;
    --skin-footer-email-input-color-active: var(--color-background-light-2);
    --skin-footer-email-disclaimer-font-size: 10px;
    --skin-footer-email-disclaimer-line-height: 12px;
    --skin-footer-email-checkbox-font-size: 11px;
    --skin-footer-email-checkbox-line-height: 13px;
    --skin-footer-auxiliary-link-line-height: 22px;
    --skin-footer-auxiliary-link-font-size-desktop: 13px;
    --skin-error-message-color: var(--color-danger);
    --skin-error-message-line-height: 14px
}

:root {
    --skin-banner-background-color-1: #444;
    --skin-banner-background-color-2: #222;
    --skin-banner-text-color-1: var(--color-white);
    --skin-banner-link-color-1: var(--color-white);
    --skin-banner-font-desktop: var(--skin-weight-regular) 13px/48px var(--skin-body-font);
    --skin-banner-font-mobile: var(--skin-weight-regular) 13px/48px var(--skin-body-font);
    --skin-menu-height-desktop: 53px;
    --skin-banner-height-desktop: 40px;
    --skin-banner-height-mobile: 30px;
    --skin-nav-height-mobile: 60px;
    --skin-menu-color-1: #444;
    --skin-menu-border-color-1-desktop: #444;
    --skin-menu-border-color-1-mobile: #222;
    --skin-menu-color-1-invert: var(--color-white);
    --skin-menu-color-2: #222;
    --skin-menu-color-2-invert: var(--color-gray1);
    --skin-nav-bg-color: var(--color-white);
    --skin-nav-text-color-1-desktop: var(--color-base);
    --skin-nav-text-color-2-desktop: var(--color-gray7);
    --skin-nav-text-color-1-mobile: var(--color-base);
    --skin-nav-text-color-2-mobile: var(--color-gray7);
    --skin-header-main-font-desktop: var(--skin-weight-regular) 13px/20px var(--skin-body-font);
    --skin-header-main-font-mobile: var(--skin-weight-regular) 14px/20px var(--skin-body-font);
    --skin-nav-icon-size-desktop: 17px;
    --skin-nav-icon-size-mobile: 17px;
    --skin-menu-shop-all-font-desktop: var(--skin-weight-medium) 13px/24px var(--skin-body-font);
    --skin-menu-shop-all-font-mobile: var(--skin-weight-medium) 12px/24px var(--skin-body-font);
    --skin-menu-sub-color-1: var(--color-primary);
    --skin-menu-sub-color-1-hover: var(--color-primary-hover);
    --skin-menu-sub-font-content-desktop: var(--skin-weight-medium) 16px/21px var(--skin-body-font);
    --skin-menu-sub-font-content-mobile: var(--skin-weight-medium) 16px/24px var(--skin-body-font);
    --skin-menu-sub-font-product-desktop: var(--skin-weight-regular) 14px/24px var(--skin-body-font);
    --skin-menu-sub-font-product-mobile: var(--skin-weight-regular) 14px/20px var(--skin-body-font);
    --skin-menu-copy-font-desktop: var(--skin-weight-regular) 14px/22px var(--skin-body-font);
    --skin-menu-copy-font-mobile: var(--skin-weight-regular) 14px/20px var(--skin-body-font);
    --skin-site-search-background: var(--color-white);
    --skin-site-search-icon-color: var(--skin-primary-color);
    --skin-site-search-icon-color-hover: var(--skin-primary-color-hover);
    --skin-site-search-image-height-desktop: 186px;
    --skin-site-search-image-height-tablet: 112px;
    --skin-site-search-image-height-mobile: 112px;
    --skin-sticky-header-default-background-color: var(--skin-secondary-invert-color);
    --skin-sticky-header-background-color: var(--skin-secondary-invert-color);
    --skin-sticky-header-text-color: var(--skin-invert-color);
    --skin-sticky-header-light-display: block;
    --skin-sticky-header-dark-display: none;
    --skin-menu-hover-underline: var(--skin-invert-color);
    --skin-sticky-header-padding-desktop: var(--skin-menu-height-desktop);
    --skin-sticky-header-padding-mobile: var(--skin-nav-height-mobile)
}

:root {
    --skin-image-border-radius: 10px;
    --skin-image-badge-size-desktop: 100px;
    --skin-image-badge-size-mobile: 60px;
    --skin-image-badge-top-desktop: 30px;
    --skin-image-badge-top-mobile: 10px;
    --skin-image-badge-leftright-desktop: -30px;
    --skin-image-badge-leftright-mobile: -10px;
    --skin-image-badge-bottom-desktop: unset;
    --skin-image-badge-bottom-mobile: unset
}

:root {
    --skin-included-products-font-size: 12px;
    --skin-included-products-h3-font-size: 12px;
    --skin-included-products-h3-color: var(--skin-heading-color-3);
    --skin-included-products-h3-font-weight: var(--skin-weight-medium);
    --skin-included-products-h3-text-tansform: uppercase;
    --skin-included-products-h3-text-align: left;
    --skin-included-products-h3-margin-bottom: 5px;
    --skin-included-products-child-product-background-color: var(--skin-background-color-4);
    --skin-included-products-child-product-border-radius: var(--skin-product-tile-border-radius);
    --skin-included-products-child-product-padding: 16px 20px 14px;
    --skin-included-products-child-product-margin: 7px 0;
    --skin-included-products-child-product-display: flex;
    --skin-included-products-child-product-img-margin: 0 14px 0 0;
    --skin-included-products-child-product-details-display: flex;
    --skin-included-products-child-product-details-flex-direction: column;
    --skin-included-products-child-product-details-a-text-transform: uppercase;
    --skin-included-products-child-product-lg-margin: 5px 0;
    --skin-included-products-child-product-lg-details-flex-direction: row;
    --skin-included-products-child-product-lg-details-flex: 1;
    --skin-included-products-child-product-lg-details-align-items: center;
    --skin-included-products-child-product-lg-details-span-font-size: 13px;
    --skin-included-products-child-product-lg-details-span-flex: 1
}

:root {
    --skin-modal-border: 1px solid var(--color-white);
    --skin-modal-border-radius: 10px;
    --skin-modal-close-icon-size: 13px;
    --skin-modal-close-button-padding: 15px;
    --skin-modal-header-background-color: var(--color-base);
    --skin-modal-header-color: var(--color-white);
    --skin-modal-header-padding-mobile: 20px;
    --skin-modal-header-padding-desktop: 30px;
    --skin-modal-background-color: var(--color-white);
    --skin-modal-body-padding: 20px 40px 40px;
    --skin-modal-body-font-size: 14px;
    --skin-modal-body-color: var(--color-text);
    --skin-modal-body-heading-color: var(--color-base);
    --skin-modal-body-heading-margin-bottom: 10px
}

:root {
    --skin-product-badge-font: var(--skin-weight-medium) 11px/22px var(--skin-body-font);
    --skin-product-page-letter-spacing: 0.5px;
    --skin-product-badge-text-transform: uppercase;
    --skin-product-badge-background-color: var(--skin-tertiary-color);
    --skin-product-badge-callout-background-color: var(--skin-product-tile-sale-price-color);
    --skin-product-badge-color: var(--skin-invert-color);
    --skin-product-badge-border-radius: 5px
}

:root {
    --skin-primary-images-carousel-padding-mobile: 10px 10px 40px;
    --skin-primary-images-carousel-padding-desktop: 20px 25px 90px;
    --skin-carousel-page-counter-font: var(--skin-p-large);
    --skin-carousel-page-counter-font-style: italic;
    --skin-carousel-page-counter-color: var(--skin-body-color);
    --skin-carousel-page-counter-margin: 0 20px;
    --skin-carousel-page-control-icon-size: 21px;
    --skin-carousel-page-control-icon-color: var(--color-primary);
    --skin-lightbox-z-index: 999;
    --skin-lightbox-background-color: var(--color-white);
    --skin-lightbox-close-icon-size: 25px;
    --skin-lightbox-close-icon-color: var(--color-primary);
    --skin-lightbox-close-icon-corner-offset: 30px;
    --skin-pdp-sticky-cta-background-color: var(--skin-background-color-dark);
    --skin-pdp-sticky-cta-product-name-color: var(--skin-invert-color);
    --skin-pdp-sticky-cta-discount-price-color: var(--skin-invert-color);
    --skin-pdp-sticky-cta-height: 65px;
    --skin-pdp-swatch-border: 1px solid var(--skin-quaternary-color);
    --skin-pdp-swatch-unselectable-strikethrough: var(--skin-quaternary-color);
    --skin-pdp-promotions-display: none;
    --skin-pdp-social-media-display: none;
    --skin-pdp-quantity-display: none
}

:root {
    --skin-cart-header-margin-top: 52px;
    --skin-cart-header-margin-bottom: 45px;
    --skin-cart-header-margin-top-mobile: 30px;
    --skin-cart-header-margin-bottom-mobile: 30px;
    --skin-cart-page-header-color: var(--skin-base-color);
    --skin-cart-alert-message-bg: var(--skin-tertiary-color);
    --skin-cart-alert-message-font: var(--skin-weight-light) 16px/26px var(--skin-body-font);
    --skin-cart-alert-message-color: var(--color-white);
    --skin-cart-promo-message-font: var(--skin-weight-regular) 12px/13px var(--skin-body-font);
    --skin-cart-promo-message-color: var(--skin-base-color);
    --skin-cart-affirm-message-font: var(--skin-weight-regular) 13px/24px var(--skin-body-font);
    --skin-cart-tile-spacing: 10px;
    --skin-cart-tile-spacing-mobile: 20px;
    --skin-cart-tile-padding: 30px;
    --skin-cart-image-size: 160px;
    --skin-cart-image-size-mobile: 80px;
    --skin-cart-stock-color: #008827
}

:root {
    --skin-search-refinement-font: var(--skin-weight-regular) 14px/18px var(--skin-body-font);
    --skin-product-tile-background-color: var(--color-background-light-4);
    --skin-product-tile-border-radius: 10px;
    --skin-product-tile-border-radius-plp-mobile: 10px 10px 0 0;
    --skin-product-tile-border-radius-plp-desktop: var(--skin-product-tile-border-radius);
    --skin-product-tile-border-radius-plp-desktop-hover: var(--skin-product-tile-border-radius-plp-mobile);
    --skin-product-tile-padding: 20px 20px 25px;
    --skin-product-tile-padding-plp-mobile: 15px;
    --skin-product-tile-padding-plp-desktop: 20px;
    --skin-product-tile-padding-non-plp-mobile: 20px;
    --skin-product-tile-margin-bottom-plp-mobile: 20px;
    --skin-product-tile-margin-bottom-plp-desktop: 40px;
    --skin-product-tile-image-container-height: 250px;
    --skin-product-tile-image-container-height-non-plp: 450px;
    --skin-product-tile-image-container-height-plp-mobile: 120px;
    --skin-product-tile-image-container-height-plp-desktop: 215px;
    --skin-product-tile-image-margin-bottom: 20px;
    --skin-product-tile-image-margin-bottom-plp: 10px;
    --skin-product-tile-swatch-width: 20px;
    --skin-product-tile-swatch-height: 10px;
    --skin-product-tile-swatch-border: 1px solid var(--color-quaternary);
    --skin-product-tile-swatch-selected-border: none;
    --skin-product-tile-swatch-border-radius: 1px;
    --skin-product-tile-swatch-selection-box-width: 26px;
    --skin-product-tile-swatch-selection-box-height: 16px;
    --skin-product-tile-swatch-selection-box-border: 1px solid var(--color-tertiary);
    --skin-product-tile-swatch-selection-box-border-radius: 3px;
    --skin-product-tile-swatch-margin-right: 10px;
    --skin-product-tile-swatch-margin-bottom: 20px;
    --skin-product-tile-callout-font-weight: var(--font-medium);
    --skin-product-tile-callout-letter-spacing: 0.5px;
    --skin-product-tile-callout-line-height: 20px;
    --skin-product-tile-callout-color: var(--color-secondary);
    --skin-product-tile-callout-icon-size: 20px;
    --skin-product-tile-callout-icon-margin-right: 10px;
    --skin-product-tile-callout-margin-bottom: 10px;
    --skin-product-tile-name-color: var(--skin-link-color);
    --skin-product-tile-name-color-hover: var(--skin-link-color-hover);
    --skin-product-tile-name-decoration: var(--skin-link-decoration);
    --skin-product-tile-name-decoration-hover: var(--skin-link-decoration-hover);
    --skin-product-tile-name-decoration-plp-mobile: var(--skin-link-decoration-hover);
    --skin-product-tile-name-font-weight: var(--skin-weight-medium);
    --skin-product-tile-name-font-plp-mobile-non-plp: var(--skin-weight-regular) 18px/26px var(--skin-header-font);
    --skin-product-tile-name-font-plp-desktop-non-plp: var(--skin-weight-regular) 24px/32px var(--skin-header-font);
    --skin-product-tile-name-font-plp-mobile: var(--skin-weight-medium) 12px/18px var(--skin-header-font);
    --skin-product-tile-name-font-plp-desktop: var(--skin-weight-medium) 14px/20px var(--skin-header-font);
    --skin-product-tile-tagline-margin-top: 10px;
    --skin-product-tile-tagline-font-desktop: var(--skin-p-large);
    --skin-product-tile-description-color: var(--color-text);
    --skin-product-tile-description-margin-top: 10px;
    --skin-product-tile-price-color: var(--color-base);
    --skin-product-tile-price-line-height: 24px;
    --skin-product-tile-description-line-height-non-plp: 32px;
    --skin-product-tile-price-margin-top: 20px;
    --skin-product-tile-price-margin-top-plp-mobile: 10px;
    --skin-product-tile-sale-price-color: var(--skin-color-price-sale);
    --skin-product-tile-sale-price-margin-right: 10px;
    --skin-product-tile-sale-price-margin-right-plp-mobile: 5px;
    --skin-product-tile-strikethrough-price-color: var(--skin-color-price-strikethrough);
    --skin-product-tile-price-font-plp-mobile: var(--skin-weight-regular) 13px/24px var(--skin-body-font);
    --skin-product-tile-price-font-plp-desktop: var(--skin-weight-regular) 16px/24px var(--skin-body-font);
    --skin-product-tile-price-font-plp-mobile-non-plp: var(--skin-weight-regular) 16px/24px var(--skin-header-font);
    --skin-product-tile-price-font-plp-desktop-non-plp: var(--skin-weight-regular) 18px/26px var(--skin-header-font);
    --skin-product-tile-button-height-mobile: 40px;
    --skin-product-tile-button-height-desktop: 45px;
    --skin-product-tile-button-width: 100%;
    --skin-product-tile-button-border-radius: 0 0 10px 10px;
    --skin-product-tile-button-font-mobile: var(--skin-p-small);
    --skin-product-tile-button-font-desktop: var(--skin-weight-regular) 13px/16px var(--skin-body-font);
    --skin-product-tile-button-letter-spacing-mobile: 0.5px;
    --skin-product-tile-button-letter-spacing-desktop: 0.93px;
    --skin-product-tile-body-transition: all 0.3s ease, opacity 0.8s ease;
    --skin-product-tile-body-transform-hover: translateY(-20px);
    --skin-product-tile-button-transition: all 0.3s ease;
    --skin-product-tile-button-top-position: calc(100% - var(--skin-product-tile-button-height-desktop));
    --skin-product-tile-button-top-position-hover: 100%;
    --skin-product-tile-button-opacity: 0;
    --skin-product-tile-button-opacity-hover: 1;
    --skin-product-tile-secondary-button-background-color: var(--color-tertiary);
    --skin-product-tile-secondary-button-background-color-hover: var(--skin-secondary-button-background-color);
    --skin-product-tile-secondary-button-border-color: var(--color-tertiary);
    --skin-product-tile-secondary-button-border-color-hover: var(--skin-secondary-button-border-color);
    --skin-product-family-header-text-align: center;
    --skin-product-family-header-margin-bottom: 40px;
    --skin-product-family-carousel-padding-left-mobile: 15px;
    --skin-product-family-slide-top-padding: 25px;
    --skin-product-family-slide-side-bottom-padding: 5px;
    --skin-product-family-current-model-label-color: var(--color-text);
    --skin-product-family-current-model-label-font: var(--skin-weight-medium) 11px/22px var(--skin-body-font);
    --skin-product-family-current-model-label-letter-spacing: 0.46px;
    --skin-product-family-current-model-label-text-transform: uppercase;
    --skin-product-family-current-model-label-text-align: center;
    --skin-product-family-current-model-label-position-bottom: calc(100% + 10px);
    --skin-product-family-current-model-border: 1px solid var(--color-tertiary);
    --skin-product-family-current-model-border-radius: 14px;
    --skin-product-family-current-model-border-gap: 5px;
    --skin-product-family-product-name-font-weight: var(--skin-weight-medium);
    --skin-product-family-price-font: var(--skin-weight-medium) 14px/24px var(--skin-body-font);
    --skin-product-family-ratings-margin-left: 10px;
    --skin-product-family-feature-list-margin-top: 10px;
    --skin-product-family-feature-list-divider-color: var(--color-quaternary);
    --skin-product-family-feature-list-divider-margin-top-bottom: 5px;
    --skin-product-family-feature-list-callout-margin-top: 15px;
    --skin-product-family-feature-list-callout-font-style: italic
}

:root {
    --skin-tooltip-font-color: var(--color-background-light-1);
    --skin-tooltip-background-color: var(--skin-tertiary-color);
    --skin-tooltip-border-radius: var(--skin-image-border-radius);
    --skin-tooltip-font: var(--skin-p-xsmall)
}

:root {
    --skin-checkout-border-color: #CFD3D4;
    --skin-checkout-header-background-color: var(--color-base);
    --skin-checkout-header-height-mobile: 60px;
    --skin-checkout-header-height-desktop: 70px;
    --skin-checkout-background-color: var(--color-white);
    --skin-checkout-heading-color: var(--color-base);
    --skin-checkout-heading-margin-mobile: 30px 0 10px;
    --skin-checkout-heading-margin-desktop: 60px 0 40px;
    --skin-checkout-subheading-margin-mobile: 0 0 30px;
    --skin-checkout-main-content-margin-bottom-desktop: 60px;
    --skin-checkout-summary-column-margin-top-mobile: 40px;
    --skin-checkout-summary-column-margin-top-desktop: -5px;
    --skin-checkout-recommendations-slot-padding-bottom-mobile: 40px;
    --skin-checkout-recommendations-slot-padding-bottom-desktop: 60px;
    --skin-checkout-card-background-color: var(--color-background-light-4);
    --skin-checkout-card-border: none;
    --skin-checkout-card-border-radius: 10px;
    --skin-checkout-card-margin-bottom-mobile: 20px;
    --skin-checkout-card-margin-bottom-desktop: 10px;
    --skin-checkout-card-header-padding-mobile: 20px 20px 15px;
    --skin-checkout-card-header-padding-desktop: 20px 30px 15px;
    --skin-checkout-ghost-card-header-padding-top-bottom: 15px;
    --skin-checkout-card-edit-button-font: var(--skin-weight-regular) 14px/26px var(--skin-body-font);
    --skin-checkout-card-body-border-top: 1px solid var(--skin-checkout-border-color);
    --skin-checkout-card-body-side-padding-mobile: 20px;
    --skin-checkout-card-body-side-padding-desktop: 30px;
    --skin-checkout-card-body-padding-mobile: 20px var(--skin-checkout-card-body-side-padding-mobile) 30px;
    --skin-checkout-card-body-padding-desktop: 20px var(--skin-checkout-card-body-side-padding-desktop) 35px;
    --skin-checkout-card-summary-heading-font: var(--skin-weight-medium) 14px/24px var(--skin-body-font);
    --skin-checkout-card-summary-font: var(--skin-weight-regular) 14px/24px var(--skin-body-font);
    --skin-checkout-card-summary-color: var(--color-tertiary);
    --skin-checkout-step-subheading-font-mobile: var(--skin-weight-medium) 14px/24px var(--skin-body-font);
    --skin-checkout-step-subheading-font-desktop: var(--skin-weight-medium) 16px/24px var(--skin-body-font);
    --skin-checkout-step-subheading-margin-bottom: 10px;
    --skin-checkout-step-form-column-gutter: 10px;
    --skin-checkout-step-form-field-label-font: var(--skin-weight-regular) 14px/17px var(--skin-body-font);
    --skin-checkout-step-form-field-margin-bottom-mobile: 20px;
    --skin-checkout-step-form-field-margin-bottom-desktop: 25px;
    --skin-checkout-sticky-mobile-button-padding: 20px;
    --skin-checkout-sticky-mobile-button-background-color: rgba(255, 255, 255, 0.95);
    --skin-checkout-sticky-mobile-button-box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.15);
    --skin-checkout-sticky-mobile-button-z-index: 3;
    --skin-checkout-address-summary-phone-margin-top-bottom: 10px;
    --skin-checkout-customer-email-signup-margin: 15px 0;
    --skin-checkout-customer-existing-account-prompt-margin: 10px 0 0;
    --skin-checkout-shipping-loqate-margin-bottom-mobile: 25px;
    --skin-checkout-shipping-loqate-margin-bottom-desktop: 20px;
    --skin-checkout-shipping-loqate-background-color: var(--color-background-light-3);
    --skin-checkout-shipping-loqate-field-icon-size: 18px;
    --skin-checkout-shipping-loqate-field-icon-color: var(--color-primary);
    --skin-checkout-shipping-loqate-field-icon-margin-left: 25px;
    --skin-checkout-shipping-option-margin-bottom: 10px;
    --skin-checkout-shipping-option-price-margin-left: 15px;
    --skin-checkout-shipping-summary-price-font-style: italic;
    --skin-checkout-shipping-summary-price-font-weight: var(--skin-weight-regular);
    --skin-checkout-shipping-submit-button-margin-top: 10px;
    --skin-checkout-billing-saved-card-padding: 10px;
    --skin-checkout-billing-saved-card-margin-bottom: 10px;
    --skin-checkout-billing-saved-card-border: 1px solid var(--skin-checkout-border-color);
    --skin-checkout-billing-saved-card-border-radius: var(--skin-checkout-card-border-radius);
    --skin-checkout-billing-saved-card-background-color: unset;
    --skin-checkout-billing-saved-card-selected-border: 1px solid var(--skin-checkout-border-color);
    --skin-checkout-billing-saved-card-selected-background-color: var(--color-white);
    --skin-checkout-billing-saved-card-type-font: var(--skin-checkout-card-summary-heading-font);
    --skin-checkout-billing-saved-card-info-font: var(--skin-checkout-card-summary-font);
    --skin-checkout-billing-saved-card-info-padding-left: 20px;
    --skin-order-summary-background-color: var(--color-white);
    --skin-order-summary-row-margin-bottom: 15px;
    --skin-order-summary-grand-total-font: var(--skin-weight-medium) 18px/26px var(--skin-body-font);
    --skin-order-summary-grand-total-weight: var(--skin-weight-medium);
    --skin-order-summary-grand-total-border-top: var(--skin-checkout-order-summary-body-border-top);
    --skin-order-summary-grand-total-padding-top-mobile: 15px;
    --skin-order-summary-grand-total-padding-top-desktop: 20px;
    --skin-checkout-order-summary-border-radius: 0;
    --skin-checkout-order-summary-header-padding-mobile: 0 0 15px;
    --skin-checkout-order-summary-header-padding-desktop: 0 0 15px;
    --skin-checkout-order-summary-body-border-top: 2px solid var(--skin-checkout-border-color);
    --skin-checkout-order-summary-body-padding: 20px 0 0;
    --skin-checkout-order-summary-grand-total-border-top-bottom: var(--skin-checkout-order-summary-body-border-top);
    --skin-checkout-order-summary-grand-total-padding-top-bottom: 15px;
    --skin-checkout-order-summary-help-item-gap: 20px;
    --skin-checkout-order-summary-help-margin-bottom: 40px;
    --skin-order-summary-title-main-font: var(--skin-weight-light) 18px/26px var(--skin-body-font);
    --skin-order-summary-title-main-color: var(--skin-base-color);
    --skin-order-summary-title-sub-font: var(--skin-weight-regular) 14px/24px var(--skin-body-font);
    --skin-order-summary-title-sub-color: var(--skin-tertiary-color);
    --skin-order-summary-title-checkout-font: var(--skin-weight-light) 16px/26px var(--skin-body-font);
    --skin-order-summary-title-checkout-color: var(--skin-tertiary-color);
    --skin-product-card-padding-checkout: 15px;
    --skin-product-card-padding-collapsed: 5px;
    --skin-product-card-padding-confirmation: 20px;
    --skin-product-card-padding-detail: 20px;
    --skin-product-card-padding-minicart: 20px;
    --skin-product-card-padding-minicart-mobile: 20px;
    --skin-product-card-image-dim-checkout: 70px;
    --skin-product-card-image-dim-checkout-mobile: 80px;
    --skin-product-card-image-dim-collapsed: 48px;
    --skin-product-card-image-dim-confirmation: 100px;
    --skin-product-card-image-dim-confirmation-mobile: 80px;
    --skin-product-card-image-dim-detail: 100px;
    --skin-product-card-image-dim-minicart: 110px;
    --skin-product-card-image-dim-minicart-mobile: 80px;
    --skin-product-card-name-font: var(--skin-weight-medium) 14px/22px var(--skin-body-font);
    --skin-product-card-name-color: var(--skin-base-color);
    --skin-product-card-name-color-minicart: var(--skin-link-color);
    --skin-product-card-attribute-font: var(--skin-weight-regular) 13px/22px var(--skin-body-font);
    --skin-product-card-attribute-color: var(--skin-body-color);
    --skin-product-card-price-font: var(--skin-weight-regular) 14px/21px var(--skin-body-font);
    --skin-product-card-price-font-mini-cart: var(--skin-weight-regular) 16px/24px var(--skin-body-font);
    --skin-product-card-price-color: var(--skin-tertiary-color);
    --skin-product-card-price-color-sale: var(--skin-color-price-sale);
    --skin-product-card-price-color-list: var(--skin-color-price-strikethrough);
    --skin-confirmation-hero-background-image-mobile: url(../../images/DenonOrderConfirmationBanner-mobile.jpg);
    --skin-confirmation-hero-background-image-desktop: url(../../images/DenonOrderConfirmationBanner-desktop.jpg);
    --skin-confirmation-hero-min-height-mobile: 200px;
    --skin-confirmation-hero-min-height-desktop: 370px;
    --skin-confirmation-hero-padding-mobile: 10px 20px;
    --skin-confirmation-hero-padding-desktop: 10px 120px;
    --skin-confirmation-hero-text-color: var(--color-white);
    --skin-confirmation-hero-subtext-font: var(--skin-weight-regular) 16px/24px var(--skin-body-font);
    --skin-confirmation-hero-text-align-mobile: center;
    --skin-confirmation-hero-text-align-desktop: left;
    --skin-confirmation-hero-text-max-width-desktop: 315px;
    --skin-confirmation-body-top-padding-mobile: 20px;
    --skin-confirmation-body-top-padding-desktop: 50px;
    --skin-confirmation-body-bottom-padding-mobile: 40px;
    --skin-confirmation-body-bottom-padding-desktop: 60px
}

:root {
    --sliding-panel-sizing-transition: all .4s cubic-bezier(.11, .28, .23, 1);
    --sliding-panel-transition: all .3s cubic-bezier(.11, .28, .5, 1);
    --skin-sliding-panel-desktop-title-font: var(--skin-weight-light) 28px/24px var(--skin-header-font);
    --skin-sliding-panel-desktop-description-font: var(--skin-weight-light) 18px/26px var(--skin-header-font);
    --skin-sliding-panel-mobile-title-font: var(--skin-weight-light) 22px/30px var(--skin-header-font);
    --skin-sliding-panel-mobile-description-font: var(--skin-weight-regular) 14px/22px var(--skin-header-font);
    --skin-sliding-panel-light-theme-color: var(--skin-quaternary-color);
    --skin-sliding-panel-dark-theme-color: var(--skin-base-color);
    --skin-sliding-panel-filter-primary: var(--skin-primary-color);
    --skin-sliding-panel-filter-light: rgba(221, 215, 210, 1);
    --skin-sliding-panel-filter-dark: rgb(11, 19, 26, 0.8);
    --skin-sliding-panel-desktop-padding: 0;
    --skin-sliding-panel-mobile-padding: 0 var(--skin-page-padding-mobile)
}

.pull-left-xs {
    float: left
}

.pull-right-xs {
    float: right
}

@media(min-width:639px) and (max-width:766.98px) {
    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }
}

@media(min-width:767px) and (max-width:990.98px) {
    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }
}

@media(min-width:991px) and (max-width:1438.98px) {
    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }
}

@media(min-width:1439px) {
    .pull-left-xl {
        float: left
    }

    .pull-right-xl {
        float: right
    }
}

@media(max-width:638.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(max-width:766.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media(max-width:990.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(max-width:1438.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.row.equal-height>[class^=col] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flag-icon-background,
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em
}

.flag-icon:before {
    content: '\00a0'
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url(https://www.bowerswilkins.com/on/demandware.static/Sites-bowers_us-Site/-/en_US/v1726140763642/fonts/flags//4x3/ad.svg)
}

.flag-icon-ad.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ad.svg)
}

.flag-icon-ae {
    background-image: url(../fonts/flags//4x3/ae.svg)
}

.flag-icon-ae.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ae.svg)
}

.flag-icon-af {
    background-image: url(../fonts/flags//4x3/af.svg)
}

.flag-icon-af.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/af.svg)
}

.flag-icon-ag {
    background-image: url(../fonts/flags//4x3/ag.svg)
}

.flag-icon-ag.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ag.svg)
}

.flag-icon-ai {
    background-image: url(../fonts/flags//4x3/ai.svg)
}

.flag-icon-ai.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ai.svg)
}

.flag-icon-al {
    background-image: url(../fonts/flags//4x3/al.svg)
}

.flag-icon-al.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/al.svg)
}

.flag-icon-am {
    background-image: url(../fonts/flags//4x3/am.svg)
}

.flag-icon-am.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/am.svg)
}

.flag-icon-ao {
    background-image: url(../fonts/flags//4x3/ao.svg)
}

.flag-icon-ao.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ao.svg)
}

.flag-icon-aq {
    background-image: url(../fonts/flags//4x3/aq.svg)
}

.flag-icon-aq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/aq.svg)
}

.flag-icon-ar {
    background-image: url(../fonts/flags//4x3/ar.svg)
}

.flag-icon-ar.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ar.svg)
}

.flag-icon-as {
    background-image: url(../fonts/flags//4x3/as.svg)
}

.flag-icon-as.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/as.svg)
}

.flag-icon-at {
    background-image: url(../fonts/flags//4x3/at.svg)
}

.flag-icon-at.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/at.svg)
}

.flag-icon-au {
    background-image: url(../fonts/flags//4x3/au.svg)
}

.flag-icon-au.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/au.svg)
}

.flag-icon-aw {
    background-image: url(../fonts/flags//4x3/aw.svg)
}

.flag-icon-aw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/aw.svg)
}

.flag-icon-ax {
    background-image: url(../fonts/flags//4x3/ax.svg)
}

.flag-icon-ax.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ax.svg)
}

.flag-icon-az {
    background-image: url(../fonts/flags//4x3/az.svg)
}

.flag-icon-az.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/az.svg)
}

.flag-icon-ba {
    background-image: url(../fonts/flags//4x3/ba.svg)
}

.flag-icon-ba.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ba.svg)
}

.flag-icon-bb {
    background-image: url(../fonts/flags//4x3/bb.svg)
}

.flag-icon-bb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bb.svg)
}

.flag-icon-bd {
    background-image: url(../fonts/flags//4x3/bd.svg)
}

.flag-icon-bd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bd.svg)
}

.flag-icon-be {
    background-image: url(../fonts/flags//4x3/be.svg)
}

.flag-icon-be.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/be.svg)
}

.flag-icon-bf {
    background-image: url(../fonts/flags//4x3/bf.svg)
}

.flag-icon-bf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bf.svg)
}

.flag-icon-bg {
    background-image: url(../fonts/flags//4x3/bg.svg)
}

.flag-icon-bg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bg.svg)
}

.flag-icon-bh {
    background-image: url(../fonts/flags//4x3/bh.svg)
}

.flag-icon-bh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bh.svg)
}

.flag-icon-bi {
    background-image: url(../fonts/flags//4x3/bi.svg)
}

.flag-icon-bi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bi.svg)
}

.flag-icon-bj {
    background-image: url(../fonts/flags//4x3/bj.svg)
}

.flag-icon-bj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bj.svg)
}

.flag-icon-bl {
    background-image: url(../fonts/flags//4x3/bl.svg)
}

.flag-icon-bl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bl.svg)
}

.flag-icon-bm {
    background-image: url(../fonts/flags//4x3/bm.svg)
}

.flag-icon-bm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bm.svg)
}

.flag-icon-bn {
    background-image: url(../fonts/flags//4x3/bn.svg)
}

.flag-icon-bn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bn.svg)
}

.flag-icon-bo {
    background-image: url(../fonts/flags//4x3/bo.svg)
}

.flag-icon-bo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bo.svg)
}

.flag-icon-bq {
    background-image: url(../fonts/flags//4x3/bq.svg)
}

.flag-icon-bq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bq.svg)
}

.flag-icon-br {
    background-image: url(../fonts/flags//4x3/br.svg)
}

.flag-icon-br.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/br.svg)
}

.flag-icon-bs {
    background-image: url(../fonts/flags//4x3/bs.svg)
}

.flag-icon-bs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bs.svg)
}

.flag-icon-bt {
    background-image: url(../fonts/flags//4x3/bt.svg)
}

.flag-icon-bt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bt.svg)
}

.flag-icon-bv {
    background-image: url(../fonts/flags//4x3/bv.svg)
}

.flag-icon-bv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bv.svg)
}

.flag-icon-bw {
    background-image: url(../fonts/flags//4x3/bw.svg)
}

.flag-icon-bw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bw.svg)
}

.flag-icon-by {
    background-image: url(../fonts/flags//4x3/by.svg)
}

.flag-icon-by.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/by.svg)
}

.flag-icon-bz {
    background-image: url(../fonts/flags//4x3/bz.svg)
}

.flag-icon-bz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bz.svg)
}

.flag-icon-ca {
    background-image: url(../fonts/flags//4x3/ca.svg)
}

.flag-icon-ca.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ca.svg)
}

.flag-icon-cc {
    background-image: url(../fonts/flags//4x3/cc.svg)
}

.flag-icon-cc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cc.svg)
}

.flag-icon-cd {
    background-image: url(../fonts/flags//4x3/cd.svg)
}

.flag-icon-cd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cd.svg)
}

.flag-icon-cf {
    background-image: url(../fonts/flags//4x3/cf.svg)
}

.flag-icon-cf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cf.svg)
}

.flag-icon-cg {
    background-image: url(../fonts/flags//4x3/cg.svg)
}

.flag-icon-cg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cg.svg)
}

.flag-icon-ch {
    background-image: url(../fonts/flags//4x3/ch.svg)
}

.flag-icon-ch.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ch.svg)
}

.flag-icon-ci {
    background-image: url(../fonts/flags//4x3/ci.svg)
}

.flag-icon-ci.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ci.svg)
}

.flag-icon-ck {
    background-image: url(../fonts/flags//4x3/ck.svg)
}

.flag-icon-ck.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ck.svg)
}

.flag-icon-cl {
    background-image: url(../fonts/flags//4x3/cl.svg)
}

.flag-icon-cl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cl.svg)
}

.flag-icon-cm {
    background-image: url(../fonts/flags//4x3/cm.svg)
}

.flag-icon-cm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cm.svg)
}

.flag-icon-cn {
    background-image: url(../fonts/flags//4x3/cn.svg)
}

.flag-icon-cn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cn.svg)
}

.flag-icon-co {
    background-image: url(../fonts/flags//4x3/co.svg)
}

.flag-icon-co.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/co.svg)
}

.flag-icon-cr {
    background-image: url(../fonts/flags//4x3/cr.svg)
}

.flag-icon-cr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cr.svg)
}

.flag-icon-cu {
    background-image: url(../fonts/flags//4x3/cu.svg)
}

.flag-icon-cu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cu.svg)
}

.flag-icon-cv {
    background-image: url(../fonts/flags//4x3/cv.svg)
}

.flag-icon-cv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cv.svg)
}

.flag-icon-cw {
    background-image: url(../fonts/flags//4x3/cw.svg)
}

.flag-icon-cw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cw.svg)
}

.flag-icon-cx {
    background-image: url(../fonts/flags//4x3/cx.svg)
}

.flag-icon-cx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cx.svg)
}

.flag-icon-cy {
    background-image: url(../fonts/flags//4x3/cy.svg)
}

.flag-icon-cy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cy.svg)
}

.flag-icon-cz {
    background-image: url(../fonts/flags//4x3/cz.svg)
}

.flag-icon-cz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cz.svg)
}

.flag-icon-de {
    background-image: url(../fonts/flags//4x3/de.svg)
}

.flag-icon-de.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/de.svg)
}

.flag-icon-dj {
    background-image: url(../fonts/flags//4x3/dj.svg)
}

.flag-icon-dj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dj.svg)
}

.flag-icon-dk {
    background-image: url(../fonts/flags//4x3/dk.svg)
}

.flag-icon-dk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dk.svg)
}

.flag-icon-dm {
    background-image: url(../fonts/flags//4x3/dm.svg)
}

.flag-icon-dm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dm.svg)
}

.flag-icon-do {
    background-image: url(../fonts/flags//4x3/do.svg)
}

.flag-icon-do.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/do.svg)
}

.flag-icon-dz {
    background-image: url(../fonts/flags//4x3/dz.svg)
}

.flag-icon-dz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dz.svg)
}

.flag-icon-ec {
    background-image: url(../fonts/flags//4x3/ec.svg)
}

.flag-icon-ec.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ec.svg)
}

.flag-icon-ee {
    background-image: url(../fonts/flags//4x3/ee.svg)
}

.flag-icon-ee.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ee.svg)
}

.flag-icon-eg {
    background-image: url(../fonts/flags//4x3/eg.svg)
}

.flag-icon-eg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eg.svg)
}

.flag-icon-eh {
    background-image: url(../fonts/flags//4x3/eh.svg)
}

.flag-icon-eh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eh.svg)
}

.flag-icon-er {
    background-image: url(../fonts/flags//4x3/er.svg)
}

.flag-icon-er.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/er.svg)
}

.flag-icon-es {
    background-image: url(../fonts/flags//4x3/es.svg)
}

.flag-icon-es.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/es.svg)
}

.flag-icon-et {
    background-image: url(../fonts/flags//4x3/et.svg)
}

.flag-icon-et.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/et.svg)
}

.flag-icon-fi {
    background-image: url(../fonts/flags//4x3/fi.svg)
}

.flag-icon-fi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fi.svg)
}

.flag-icon-fj {
    background-image: url(../fonts/flags//4x3/fj.svg)
}

.flag-icon-fj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fj.svg)
}

.flag-icon-fk {
    background-image: url(../fonts/flags//4x3/fk.svg)
}

.flag-icon-fk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fk.svg)
}

.flag-icon-fm {
    background-image: url(../fonts/flags//4x3/fm.svg)
}

.flag-icon-fm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fm.svg)
}

.flag-icon-fo {
    background-image: url(../fonts/flags//4x3/fo.svg)
}

.flag-icon-fo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fo.svg)
}

.flag-icon-fr {
    background-image: url(../fonts/flags//4x3/fr.svg)
}

.flag-icon-fr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fr.svg)
}

.flag-icon-ga {
    background-image: url(../fonts/flags//4x3/ga.svg)
}

.flag-icon-ga.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ga.svg)
}

.flag-icon-gb {
    background-image: url(../fonts/flags//4x3/gb.svg)
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb.svg)
}

.flag-icon-gd {
    background-image: url(../fonts/flags//4x3/gd.svg)
}

.flag-icon-gd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gd.svg)
}

.flag-icon-ge {
    background-image: url(../fonts/flags//4x3/ge.svg)
}

.flag-icon-ge.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ge.svg)
}

.flag-icon-gf {
    background-image: url(../fonts/flags//4x3/gf.svg)
}

.flag-icon-gf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gf.svg)
}

.flag-icon-gg {
    background-image: url(../fonts/flags//4x3/gg.svg)
}

.flag-icon-gg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gg.svg)
}

.flag-icon-gh {
    background-image: url(../fonts/flags//4x3/gh.svg)
}

.flag-icon-gh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gh.svg)
}

.flag-icon-gi {
    background-image: url(../fonts/flags//4x3/gi.svg)
}

.flag-icon-gi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gi.svg)
}

.flag-icon-gl {
    background-image: url(../fonts/flags//4x3/gl.svg)
}

.flag-icon-gl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gl.svg)
}

.flag-icon-gm {
    background-image: url(../fonts/flags//4x3/gm.svg)
}

.flag-icon-gm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gm.svg)
}

.flag-icon-gn {
    background-image: url(../fonts/flags//4x3/gn.svg)
}

.flag-icon-gn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gn.svg)
}

.flag-icon-gp {
    background-image: url(../fonts/flags//4x3/gp.svg)
}

.flag-icon-gp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gp.svg)
}

.flag-icon-gq {
    background-image: url(../fonts/flags//4x3/gq.svg)
}

.flag-icon-gq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gq.svg)
}

.flag-icon-gr {
    background-image: url(../fonts/flags//4x3/gr.svg)
}

.flag-icon-gr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gr.svg)
}

.flag-icon-gs {
    background-image: url(../fonts/flags//4x3/gs.svg)
}

.flag-icon-gs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gs.svg)
}

.flag-icon-gt {
    background-image: url(../fonts/flags//4x3/gt.svg)
}

.flag-icon-gt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gt.svg)
}

.flag-icon-gu {
    background-image: url(../fonts/flags//4x3/gu.svg)
}

.flag-icon-gu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gu.svg)
}

.flag-icon-gw {
    background-image: url(../fonts/flags//4x3/gw.svg)
}

.flag-icon-gw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gw.svg)
}

.flag-icon-gy {
    background-image: url(../fonts/flags//4x3/gy.svg)
}

.flag-icon-gy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gy.svg)
}

.flag-icon-hk {
    background-image: url(../fonts/flags//4x3/hk.svg)
}

.flag-icon-hk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hk.svg)
}

.flag-icon-hm {
    background-image: url(../fonts/flags//4x3/hm.svg)
}

.flag-icon-hm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hm.svg)
}

.flag-icon-hn {
    background-image: url(../fonts/flags//4x3/hn.svg)
}

.flag-icon-hn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hn.svg)
}

.flag-icon-hr {
    background-image: url(../fonts/flags//4x3/hr.svg)
}

.flag-icon-hr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hr.svg)
}

.flag-icon-ht {
    background-image: url(../fonts/flags//4x3/ht.svg)
}

.flag-icon-ht.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ht.svg)
}

.flag-icon-hu {
    background-image: url(../fonts/flags//4x3/hu.svg)
}

.flag-icon-hu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hu.svg)
}

.flag-icon-id {
    background-image: url(../fonts/flags//4x3/id.svg)
}

.flag-icon-id.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/id.svg)
}

.flag-icon-ie {
    background-image: url(../fonts/flags//4x3/ie.svg)
}

.flag-icon-ie.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ie.svg)
}

.flag-icon-il {
    background-image: url(../fonts/flags//4x3/il.svg)
}

.flag-icon-il.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/il.svg)
}

.flag-icon-im {
    background-image: url(../fonts/flags//4x3/im.svg)
}

.flag-icon-im.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/im.svg)
}

.flag-icon-in {
    background-image: url(../fonts/flags//4x3/in.svg)
}

.flag-icon-in.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/in.svg)
}

.flag-icon-io {
    background-image: url(../fonts/flags//4x3/io.svg)
}

.flag-icon-io.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/io.svg)
}

.flag-icon-iq {
    background-image: url(../fonts/flags//4x3/iq.svg)
}

.flag-icon-iq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/iq.svg)
}

.flag-icon-ir {
    background-image: url(../fonts/flags//4x3/ir.svg)
}

.flag-icon-ir.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ir.svg)
}

.flag-icon-is {
    background-image: url(../fonts/flags//4x3/is.svg)
}

.flag-icon-is.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/is.svg)
}

.flag-icon-it {
    background-image: url(../fonts/flags//4x3/it.svg)
}

.flag-icon-it.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/it.svg)
}

.flag-icon-je {
    background-image: url(../fonts/flags//4x3/je.svg)
}

.flag-icon-je.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/je.svg)
}

.flag-icon-jm {
    background-image: url(../fonts/flags//4x3/jm.svg)
}

.flag-icon-jm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jm.svg)
}

.flag-icon-jo {
    background-image: url(../fonts/flags//4x3/jo.svg)
}

.flag-icon-jo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jo.svg)
}

.flag-icon-jp {
    background-image: url(../fonts/flags//4x3/jp.svg)
}

.flag-icon-jp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jp.svg)
}

.flag-icon-ke {
    background-image: url(../fonts/flags//4x3/ke.svg)
}

.flag-icon-ke.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ke.svg)
}

.flag-icon-kg {
    background-image: url(../fonts/flags//4x3/kg.svg)
}

.flag-icon-kg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kg.svg)
}

.flag-icon-kh {
    background-image: url(../fonts/flags//4x3/kh.svg)
}

.flag-icon-kh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kh.svg)
}

.flag-icon-ki {
    background-image: url(../fonts/flags//4x3/ki.svg)
}

.flag-icon-ki.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ki.svg)
}

.flag-icon-km {
    background-image: url(../fonts/flags//4x3/km.svg)
}

.flag-icon-km.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/km.svg)
}

.flag-icon-kn {
    background-image: url(../fonts/flags//4x3/kn.svg)
}

.flag-icon-kn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kn.svg)
}

.flag-icon-kp {
    background-image: url(../fonts/flags//4x3/kp.svg)
}

.flag-icon-kp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kp.svg)
}

.flag-icon-kr {
    background-image: url(../fonts/flags//4x3/kr.svg)
}

.flag-icon-kr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kr.svg)
}

.flag-icon-kw {
    background-image: url(../fonts/flags//4x3/kw.svg)
}

.flag-icon-kw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kw.svg)
}

.flag-icon-ky {
    background-image: url(../fonts/flags//4x3/ky.svg)
}

.flag-icon-ky.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ky.svg)
}

.flag-icon-kz {
    background-image: url(../fonts/flags//4x3/kz.svg)
}

.flag-icon-kz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kz.svg)
}

.flag-icon-la {
    background-image: url(../fonts/flags//4x3/la.svg)
}

.flag-icon-la.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/la.svg)
}

.flag-icon-lb {
    background-image: url(../fonts/flags//4x3/lb.svg)
}

.flag-icon-lb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lb.svg)
}

.flag-icon-lc {
    background-image: url(../fonts/flags//4x3/lc.svg)
}

.flag-icon-lc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lc.svg)
}

.flag-icon-li {
    background-image: url(../fonts/flags//4x3/li.svg)
}

.flag-icon-li.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/li.svg)
}

.flag-icon-lk {
    background-image: url(../fonts/flags//4x3/lk.svg)
}

.flag-icon-lk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lk.svg)
}

.flag-icon-lr {
    background-image: url(../fonts/flags//4x3/lr.svg)
}

.flag-icon-lr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lr.svg)
}

.flag-icon-ls {
    background-image: url(../fonts/flags//4x3/ls.svg)
}

.flag-icon-ls.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ls.svg)
}

.flag-icon-lt {
    background-image: url(../fonts/flags//4x3/lt.svg)
}

.flag-icon-lt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lt.svg)
}

.flag-icon-lu {
    background-image: url(../fonts/flags//4x3/lu.svg)
}

.flag-icon-lu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lu.svg)
}

.flag-icon-lv {
    background-image: url(../fonts/flags//4x3/lv.svg)
}

.flag-icon-lv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lv.svg)
}

.flag-icon-ly {
    background-image: url(../fonts/flags//4x3/ly.svg)
}

.flag-icon-ly.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ly.svg)
}

.flag-icon-ma {
    background-image: url(../fonts/flags//4x3/ma.svg)
}

.flag-icon-ma.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ma.svg)
}

.flag-icon-mc {
    background-image: url(../fonts/flags//4x3/mc.svg)
}

.flag-icon-mc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mc.svg)
}

.flag-icon-md {
    background-image: url(../fonts/flags//4x3/md.svg)
}

.flag-icon-md.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/md.svg)
}

.flag-icon-me {
    background-image: url(../fonts/flags//4x3/me.svg)
}

.flag-icon-me.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/me.svg)
}

.flag-icon-mf {
    background-image: url(../fonts/flags//4x3/mf.svg)
}

.flag-icon-mf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mf.svg)
}

.flag-icon-mg {
    background-image: url(../fonts/flags//4x3/mg.svg)
}

.flag-icon-mg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mg.svg)
}

.flag-icon-mh {
    background-image: url(../fonts/flags//4x3/mh.svg)
}

.flag-icon-mh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mh.svg)
}

.flag-icon-mk {
    background-image: url(../fonts/flags//4x3/mk.svg)
}

.flag-icon-mk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mk.svg)
}

.flag-icon-ml {
    background-image: url(../fonts/flags//4x3/ml.svg)
}

.flag-icon-ml.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ml.svg)
}

.flag-icon-mm {
    background-image: url(../fonts/flags//4x3/mm.svg)
}

.flag-icon-mm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mm.svg)
}

.flag-icon-mn {
    background-image: url(../fonts/flags//4x3/mn.svg)
}

.flag-icon-mn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mn.svg)
}

.flag-icon-mo {
    background-image: url(../fonts/flags//4x3/mo.svg)
}

.flag-icon-mo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mo.svg)
}

.flag-icon-mp {
    background-image: url(../fonts/flags//4x3/mp.svg)
}

.flag-icon-mp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mp.svg)
}

.flag-icon-mq {
    background-image: url(../fonts/flags//4x3/mq.svg)
}

.flag-icon-mq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mq.svg)
}

.flag-icon-mr {
    background-image: url(../fonts/flags//4x3/mr.svg)
}

.flag-icon-mr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mr.svg)
}

.flag-icon-ms {
    background-image: url(../fonts/flags//4x3/ms.svg)
}

.flag-icon-ms.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ms.svg)
}

.flag-icon-mt {
    background-image: url(../fonts/flags//4x3/mt.svg)
}

.flag-icon-mt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mt.svg)
}

.flag-icon-mu {
    background-image: url(../fonts/flags//4x3/mu.svg)
}

.flag-icon-mu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mu.svg)
}

.flag-icon-mv {
    background-image: url(../fonts/flags//4x3/mv.svg)
}

.flag-icon-mv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mv.svg)
}

.flag-icon-mw {
    background-image: url(../fonts/flags//4x3/mw.svg)
}

.flag-icon-mw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mw.svg)
}

.flag-icon-mx {
    background-image: url(../fonts/flags//4x3/mx.svg)
}

.flag-icon-mx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mx.svg)
}

.flag-icon-my {
    background-image: url(../fonts/flags//4x3/my.svg)
}

.flag-icon-my.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/my.svg)
}

.flag-icon-mz {
    background-image: url(../fonts/flags//4x3/mz.svg)
}

.flag-icon-mz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mz.svg)
}

.flag-icon-na {
    background-image: url(../fonts/flags//4x3/na.svg)
}

.flag-icon-na.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/na.svg)
}

.flag-icon-nc {
    background-image: url(../fonts/flags//4x3/nc.svg)
}

.flag-icon-nc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nc.svg)
}

.flag-icon-ne {
    background-image: url(../fonts/flags//4x3/ne.svg)
}

.flag-icon-ne.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ne.svg)
}

.flag-icon-nf {
    background-image: url(../fonts/flags//4x3/nf.svg)
}

.flag-icon-nf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nf.svg)
}

.flag-icon-ng {
    background-image: url(../fonts/flags//4x3/ng.svg)
}

.flag-icon-ng.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ng.svg)
}

.flag-icon-ni {
    background-image: url(../fonts/flags//4x3/ni.svg)
}

.flag-icon-ni.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ni.svg)
}

.flag-icon-nl {
    background-image: url(../fonts/flags//4x3/nl.svg)
}

.flag-icon-nl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nl.svg)
}

.flag-icon-no {
    background-image: url(../fonts/flags//4x3/no.svg)
}

.flag-icon-no.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/no.svg)
}

.flag-icon-np {
    background-image: url(../fonts/flags//4x3/np.svg)
}

.flag-icon-np.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/np.svg)
}

.flag-icon-nr {
    background-image: url(../fonts/flags//4x3/nr.svg)
}

.flag-icon-nr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nr.svg)
}

.flag-icon-nu {
    background-image: url(../fonts/flags//4x3/nu.svg)
}

.flag-icon-nu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nu.svg)
}

.flag-icon-nz {
    background-image: url(../fonts/flags//4x3/nz.svg)
}

.flag-icon-nz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nz.svg)
}

.flag-icon-om {
    background-image: url(../fonts/flags//4x3/om.svg)
}

.flag-icon-om.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/om.svg)
}

.flag-icon-pa {
    background-image: url(../fonts/flags//4x3/pa.svg)
}

.flag-icon-pa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pa.svg)
}

.flag-icon-pe {
    background-image: url(../fonts/flags//4x3/pe.svg)
}

.flag-icon-pe.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pe.svg)
}

.flag-icon-pf {
    background-image: url(../fonts/flags//4x3/pf.svg)
}

.flag-icon-pf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pf.svg)
}

.flag-icon-pg {
    background-image: url(../fonts/flags//4x3/pg.svg)
}

.flag-icon-pg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pg.svg)
}

.flag-icon-ph {
    background-image: url(../fonts/flags//4x3/ph.svg)
}

.flag-icon-ph.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ph.svg)
}

.flag-icon-pk {
    background-image: url(../fonts/flags//4x3/pk.svg)
}

.flag-icon-pk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pk.svg)
}

.flag-icon-pl {
    background-image: url(../fonts/flags//4x3/pl.svg)
}

.flag-icon-pl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pl.svg)
}

.flag-icon-pm {
    background-image: url(../fonts/flags//4x3/pm.svg)
}

.flag-icon-pm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pm.svg)
}

.flag-icon-pn {
    background-image: url(../fonts/flags//4x3/pn.svg)
}

.flag-icon-pn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pn.svg)
}

.flag-icon-pr {
    background-image: url(../fonts/flags//4x3/pr.svg)
}

.flag-icon-pr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pr.svg)
}

.flag-icon-ps {
    background-image: url(../fonts/flags//4x3/ps.svg)
}

.flag-icon-ps.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ps.svg)
}

.flag-icon-pt {
    background-image: url(../fonts/flags//4x3/pt.svg)
}

.flag-icon-pt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pt.svg)
}

.flag-icon-pw {
    background-image: url(../fonts/flags//4x3/pw.svg)
}

.flag-icon-pw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pw.svg)
}

.flag-icon-py {
    background-image: url(../fonts/flags//4x3/py.svg)
}

.flag-icon-py.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/py.svg)
}

.flag-icon-qa {
    background-image: url(../fonts/flags//4x3/qa.svg)
}

.flag-icon-qa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/qa.svg)
}

.flag-icon-re {
    background-image: url(../fonts/flags//4x3/re.svg)
}

.flag-icon-re.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/re.svg)
}

.flag-icon-ro {
    background-image: url(../fonts/flags//4x3/ro.svg)
}

.flag-icon-ro.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ro.svg)
}

.flag-icon-rs {
    background-image: url(../fonts/flags//4x3/rs.svg)
}

.flag-icon-rs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/rs.svg)
}

.flag-icon-ru {
    background-image: url(../fonts/flags//4x3/ru.svg)
}

.flag-icon-ru.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ru.svg)
}

.flag-icon-rw {
    background-image: url(../fonts/flags//4x3/rw.svg)
}

.flag-icon-rw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/rw.svg)
}

.flag-icon-sa {
    background-image: url(../fonts/flags//4x3/sa.svg)
}

.flag-icon-sa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sa.svg)
}

.flag-icon-sb {
    background-image: url(../fonts/flags//4x3/sb.svg)
}

.flag-icon-sb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sb.svg)
}

.flag-icon-sc {
    background-image: url(../fonts/flags//4x3/sc.svg)
}

.flag-icon-sc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sc.svg)
}

.flag-icon-sd {
    background-image: url(../fonts/flags//4x3/sd.svg)
}

.flag-icon-sd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sd.svg)
}

.flag-icon-se {
    background-image: url(../fonts/flags//4x3/se.svg)
}

.flag-icon-se.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/se.svg)
}

.flag-icon-sg {
    background-image: url(../fonts/flags//4x3/sg.svg)
}

.flag-icon-sg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sg.svg)
}

.flag-icon-sh {
    background-image: url(../fonts/flags//4x3/sh.svg)
}

.flag-icon-sh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sh.svg)
}

.flag-icon-si {
    background-image: url(../fonts/flags//4x3/si.svg)
}

.flag-icon-si.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/si.svg)
}

.flag-icon-sj {
    background-image: url(../fonts/flags//4x3/sj.svg)
}

.flag-icon-sj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sj.svg)
}

.flag-icon-sk {
    background-image: url(../fonts/flags//4x3/sk.svg)
}

.flag-icon-sk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sk.svg)
}

.flag-icon-sl {
    background-image: url(../fonts/flags//4x3/sl.svg)
}

.flag-icon-sl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sl.svg)
}

.flag-icon-sm {
    background-image: url(../fonts/flags//4x3/sm.svg)
}

.flag-icon-sm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sm.svg)
}

.flag-icon-sn {
    background-image: url(../fonts/flags//4x3/sn.svg)
}

.flag-icon-sn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sn.svg)
}

.flag-icon-so {
    background-image: url(../fonts/flags//4x3/so.svg)
}

.flag-icon-so.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/so.svg)
}

.flag-icon-sr {
    background-image: url(../fonts/flags//4x3/sr.svg)
}

.flag-icon-sr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sr.svg)
}

.flag-icon-ss {
    background-image: url(../fonts/flags//4x3/ss.svg)
}

.flag-icon-ss.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ss.svg)
}

.flag-icon-st {
    background-image: url(../fonts/flags//4x3/st.svg)
}

.flag-icon-st.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/st.svg)
}

.flag-icon-sv {
    background-image: url(../fonts/flags//4x3/sv.svg)
}

.flag-icon-sv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sv.svg)
}

.flag-icon-sx {
    background-image: url(../fonts/flags//4x3/sx.svg)
}

.flag-icon-sx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sx.svg)
}

.flag-icon-sy {
    background-image: url(../fonts/flags//4x3/sy.svg)
}

.flag-icon-sy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sy.svg)
}

.flag-icon-sz {
    background-image: url(../fonts/flags//4x3/sz.svg)
}

.flag-icon-sz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sz.svg)
}

.flag-icon-tc {
    background-image: url(../fonts/flags//4x3/tc.svg)
}

.flag-icon-tc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tc.svg)
}

.flag-icon-td {
    background-image: url(../fonts/flags//4x3/td.svg)
}

.flag-icon-td.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/td.svg)
}

.flag-icon-tf {
    background-image: url(../fonts/flags//4x3/tf.svg)
}

.flag-icon-tf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tf.svg)
}

.flag-icon-tg {
    background-image: url(../fonts/flags//4x3/tg.svg)
}

.flag-icon-tg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tg.svg)
}

.flag-icon-th {
    background-image: url(../fonts/flags//4x3/th.svg)
}

.flag-icon-th.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/th.svg)
}

.flag-icon-tj {
    background-image: url(../fonts/flags//4x3/tj.svg)
}

.flag-icon-tj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tj.svg)
}

.flag-icon-tk {
    background-image: url(../fonts/flags//4x3/tk.svg)
}

.flag-icon-tk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tk.svg)
}

.flag-icon-tl {
    background-image: url(../fonts/flags//4x3/tl.svg)
}

.flag-icon-tl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tl.svg)
}

.flag-icon-tm {
    background-image: url(../fonts/flags//4x3/tm.svg)
}

.flag-icon-tm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tm.svg)
}

.flag-icon-tn {
    background-image: url(../fonts/flags//4x3/tn.svg)
}

.flag-icon-tn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tn.svg)
}

.flag-icon-to {
    background-image: url(../fonts/flags//4x3/to.svg)
}

.flag-icon-to.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/to.svg)
}

.flag-icon-tr {
    background-image: url(../fonts/flags//4x3/tr.svg)
}

.flag-icon-tr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tr.svg)
}

.flag-icon-tt {
    background-image: url(../fonts/flags//4x3/tt.svg)
}

.flag-icon-tt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tt.svg)
}

.flag-icon-tv {
    background-image: url(../fonts/flags//4x3/tv.svg)
}

.flag-icon-tv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tv.svg)
}

.flag-icon-tw {
    background-image: url(../fonts/flags//4x3/tw.svg)
}

.flag-icon-tw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tw.svg)
}

.flag-icon-tz {
    background-image: url(../fonts/flags//4x3/tz.svg)
}

.flag-icon-tz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tz.svg)
}

.flag-icon-ua {
    background-image: url(../fonts/flags//4x3/ua.svg)
}

.flag-icon-ua.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ua.svg)
}

.flag-icon-ug {
    background-image: url(../fonts/flags//4x3/ug.svg)
}

.flag-icon-ug.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ug.svg)
}

.flag-icon-um {
    background-image: url(../fonts/flags//4x3/um.svg)
}

.flag-icon-um.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/um.svg)
}

.flag-icon-us {
    background-image: url(../fonts/flags//4x3/us.svg)
}

.flag-icon-us.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/us.svg)
}

.flag-icon-uy {
    background-image: url(../fonts/flags//4x3/uy.svg)
}

.flag-icon-uy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/uy.svg)
}

.flag-icon-uz {
    background-image: url(../fonts/flags//4x3/uz.svg)
}

.flag-icon-uz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/uz.svg)
}

.flag-icon-va {
    background-image: url(../fonts/flags//4x3/va.svg)
}

.flag-icon-va.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/va.svg)
}

.flag-icon-vc {
    background-image: url(../fonts/flags//4x3/vc.svg)
}

.flag-icon-vc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vc.svg)
}

.flag-icon-ve {
    background-image: url(../fonts/flags//4x3/ve.svg)
}

.flag-icon-ve.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ve.svg)
}

.flag-icon-vg {
    background-image: url(../fonts/flags//4x3/vg.svg)
}

.flag-icon-vg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vg.svg)
}

.flag-icon-vi {
    background-image: url(../fonts/flags//4x3/vi.svg)
}

.flag-icon-vi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vi.svg)
}

.flag-icon-vn {
    background-image: url(../fonts/flags//4x3/vn.svg)
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vn.svg)
}

.flag-icon-vu {
    background-image: url(../fonts/flags//4x3/vu.svg)
}

.flag-icon-vu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vu.svg)
}

.flag-icon-wf {
    background-image: url(../fonts/flags//4x3/wf.svg)
}

.flag-icon-wf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/wf.svg)
}

.flag-icon-ws {
    background-image: url(../fonts/flags//4x3/ws.svg)
}

.flag-icon-ws.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ws.svg)
}

.flag-icon-ye {
    background-image: url(../fonts/flags//4x3/ye.svg)
}

.flag-icon-ye.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ye.svg)
}

.flag-icon-yt {
    background-image: url(../fonts/flags//4x3/yt.svg)
}

.flag-icon-yt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/yt.svg)
}

.flag-icon-za {
    background-image: url(../fonts/flags//4x3/za.svg)
}

.flag-icon-za.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/za.svg)
}

.flag-icon-zm {
    background-image: url(../fonts/flags//4x3/zm.svg)
}

.flag-icon-zm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/zm.svg)
}

.flag-icon-zw {
    background-image: url(../fonts/flags//4x3/zw.svg)
}

.flag-icon-zw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/zw.svg)
}

.flag-icon-es-ct {
    background-image: url(../fonts/flags//4x3/es-ct.svg)
}

.flag-icon-es-ct.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/es-ct.svg)
}

.flag-icon-eu {
    background-image: url(../fonts/flags//4x3/eu.svg)
}

.flag-icon-eu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eu.svg)
}

.flag-icon-gb-eng {
    background-image: url(../fonts/flags//4x3/gb-eng.svg)
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(../fonts/flags//4x3/gb-nir.svg)
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(../fonts/flags//4x3/gb-sct.svg)
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(../fonts/flags//4x3/gb-wls.svg)
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-wls.svg)
}

.flag-icon-un {
    background-image: url(../fonts/flags//4x3/un.svg)
}

.flag-icon-un.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/un.svg)
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/icon-font.eot?3748e3e54bd1ee6177ae3227861db6fb#iefix) format("embedded-opentype"), url(../fonts/icon-font.woff2?3748e3e54bd1ee6177ae3227861db6fb) format("woff2"), url(../fonts/icon-font.woff?3748e3e54bd1ee6177ae3227861db6fb) format("woff"), url(../fonts/icon-font.ttf?3748e3e54bd1ee6177ae3227861db6fb) format("truetype"), url(../fonts/icon-font.svg?3748e3e54bd1ee6177ae3227861db6fb#icon-font) format("svg")
}

.fa:before {
    font-family: icon-font !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa.fa-angle-double-down:before {
    content: "ï„"
}

.fa.fa-angle-double-left:before {
    content: "ï„‚"
}

.fa.fa-angle-double-right:before {
    content: "ï„ƒ"
}

.fa.fa-angle-double-up:before {
    content: "ï„„"
}

.fa.fa-angle-down:before {
    content: "ï„…"
}

.fa.fa-angle-left:before {
    content: "ï„†"
}

.fa.fa-angle-right:before {
    content: "ï„‡"
}

.fa.fa-angle-up:before {
    content: "ï„ˆ"
}

.fa.fa-arrow-down:before {
    content: "ï„‰"
}

.fa.fa-arrow-left:before {
    content: "ï„Š"
}

.fa.fa-arrow-right:before {
    content: "ï„‹"
}

.fa.fa-arrow-up:before {
    content: "ï„Œ"
}

.fa.fa-arrows-alt:before {
    content: "ï„"
}

.fa.fa-bars:before {
    content: "ï„Ž"
}

.fa.fa-briefcase:before {
    content: "ï„"
}

.fa.fa-caret-down:before {
    content: "ï„"
}

.fa.fa-caret-left:before {
    content: "ï„‘"
}

.fa.fa-caret-right:before {
    content: "ï„’"
}

.fa.fa-caret-up:before {
    content: "ï„“"
}

.fa.fa-cart-plus:before {
    content: "ï„”"
}

.fa.fa-check-circle:before {
    content: "ï„•"
}

.fa.fa-check-square:before {
    content: "ï„–"
}

.fa.fa-check:before {
    content: "ï„—"
}

.fa.fa-chevron-circle-left:before {
    content: "ï„˜"
}

.fa.fa-chevron-circle-right:before {
    content: "ï„™"
}

.fa.fa-chevron-down:before {
    content: "ï„š"
}

.fa.fa-chevron-left:before {
    content: "ï„›"
}

.fa.fa-chevron-right:before {
    content: "ï„œ"
}

.fa.fa-chevron-up:before {
    content: "ï„"
}

.fa.fa-circle-arrow:before {
    content: "ï„ž"
}

.fa.fa-circle-notch:before {
    content: "ï„Ÿ"
}

.fa.fa-circle:before {
    content: "ï„ "
}

.fa.fa-cube:before {
    content: "ï„¡"
}

.fa.fa-discount:before {
    content: "ï„¢"
}

.fa.fa-error:before {
    content: "ï„£"
}

.fa.fa-exclamation-triangle:before {
    content: "ï„¤"
}

.fa.fa-expand-alt:before {
    content: "ï„¥"
}

.fa.fa-external-link-alt:before {
    content: "ï„¦"
}

.fa.fa-facebook-f:before {
    content: "ï„§"
}

.fa.fa-filter:before {
    content: "ï„¨"
}

.fa.fa-google:before {
    content: "ï„©"
}

.fa.fa-info-circle:before {
    content: "ï„ª"
}

.fa.fa-instagram:before {
    content: "ï„«"
}

.fa.fa-link:before {
    content: "ï„¬"
}

.fa.fa-linkedin:before {
    content: "ï„­"
}

.fa.fa-live-chat:before {
    content: "ï„®"
}

.fa.fa-long-arrow-alt-down:before {
    content: "ï„¯"
}

.fa.fa-long-arrow-alt-left:before {
    content: "ï„°"
}

.fa.fa-long-arrow-alt-right:before {
    content: "ï„±"
}

.fa.fa-long-arrow-alt-up:before {
    content: "ï„²"
}

.fa.fa-map-marker-alt:before {
    content: "ï„³"
}

.fa.fa-minus:before {
    content: "ï„´"
}

.fa.fa-phone:before {
    content: "ï„µ"
}

.fa.fa-pinterest:before {
    content: "ï„¶"
}

.fa.fa-play-circle:before {
    content: "ï„·"
}

.fa.fa-plus:before {
    content: "ï„¸"
}

.fa.fa-question-circle:before {
    content: "ï„¹"
}

.fa.fa-search:before {
    content: "ï„º"
}

.fa.fa-shipping-box:before {
    content: "ï„»"
}

.fa.fa-shopping-cart-plus:before {
    content: "ï„¼"
}

.fa.fa-shopping-cart:before {
    content: "ï„½"
}

.fa.fa-sign-up-for-texts-alt:before {
    content: "ï„¾"
}

.fa.fa-sign-up-for-texts:before {
    content: "ï„¿"
}

.fa.fa-spinner:before {
    content: "ï…€"
}

.fa.fa-star-half-alt:before {
    content: "ï…"
}

.fa.fa-star-half:before {
    content: "ï…‚"
}

.fa.fa-star:before {
    content: "ï…ƒ"
}

.fa.fa-submenu-toggle:before {
    content: "ï…„"
}

.fa.fa-times:before {
    content: "ï……"
}

.fa.fa-truck-fast:before {
    content: "ï…†"
}

.fa.fa-twitter:before {
    content: "ï…‡"
}

.fa.fa-user:before {
    content: "ï…ˆ"
}

.fa.fa-volume-mute:before {
    content: "ï…‰"
}

.fa.fa-volume-up:before {
    content: "ï…Š"
}

.fa.fa-x:before {
    content: "ï…‹"
}

.fa.fa-youtube:before {
    content: "ï…Œ"
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.feature {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-feature-mobile)
}

@media(min-width:767px) {
    .feature {
        font: var(--skin-headline-feature-tablet)
    }
}

@media(min-width:991px) {
    .feature {
        font: var(--skin-headline-feature-desktop)
    }
}

.headline0 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-0-mobile)
}

@media(min-width:767px) {
    .headline0 {
        font: var(--skin-headline-0-tablet)
    }
}

@media(min-width:991px) {
    .headline0 {
        font: var(--skin-headline-0-desktop)
    }
}

h1,
.headline1 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-1-mobile)
}

@media(min-width:767px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-tablet)
    }
}

@media(min-width:991px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-desktop)
    }
}

h2,
.headline2 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-2-mobile)
}

@media(min-width:767px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-tablet)
    }
}

@media(min-width:991px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-desktop)
    }
}

h3,
.headline3 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-3-mobile)
}

@media(min-width:767px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-tablet)
    }
}

@media(min-width:991px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-desktop)
    }
}

h4,
.headline4 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-4-mobile)
}

@media(min-width:767px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-tablet)
    }
}

@media(min-width:991px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-desktop)
    }
}

h5,
.modal-header h1,
.modal-header h3,
.headline5 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-5-mobile)
}

@media(min-width:767px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-tablet)
    }
}

@media(min-width:991px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-desktop)
    }
}

h6,
.modal h2,
.modal h4,
.modal-header h3,
.modal-cart .modal-cart-header h1,
.headline6 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-6-mobile)
}

@media(min-width:767px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-tablet)
    }
}

@media(min-width:991px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-desktop)
    }
}

.headline7 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-7-mobile)
}

@media(min-width:767px) {
    .headline7 {
        font: var(--skin-headline-7-tablet)
    }
}

@media(min-width:991px) {
    .headline7 {
        font: var(--skin-headline-7-desktop)
    }
}

.text-bold {
    font-weight: var(--skin-weight-bold) !important
}

.text-regular {
    font-weight: var(--skin-weight-regular) !important
}

.text-medium {
    font-weight: var(--skin-weight-medium) !important
}

.text-light {
    font-weight: var(--skin-weight-light) !important
}

.product-tile-container .product-tile-body .product-callout .product-callout-text,
.eyebrow {
    font: var(--skin-eyebrow);
    letter-spacing: var(--skin-eyebrow-letter-spacing);
    text-transform: var(--skin-eyebrow-transform)
}

@media(max-width:1438.98px) {

    .product-tile-container .product-tile-body .product-callout .product-callout-text,
    .eyebrow {
        font: var(--skin-eyebrow-mobile)
    }
}

.p-feature {
    color: var(--skin-body-color);
    font: var(--skin-p-feature-mobile)
}

@media(min-width:991px) {
    .p-feature {
        font: var(--skin-p-feature-desktop)
    }
}

.product-tile-container .product-tile-body .price-wrapper,
.p-xlarge {
    color: var(--skin-body-color);
    font: var(--skin-p-xlarge)
}

label,
footer .site-details,
footer .site-details a,
footer .footer-nav-column .title,
footer .footer-nav-column li a,
footer .email-sign-up #footer-email-sign-up,
footer .text-sign-up-link,
footer .locale-selector,
.product-tile-container .product-tile-body .product-family-product-name,
.product-tile-container .product-tile-body .product-tile-description,
.product-tile-container .product-tile-body .product-family-feature-list,
.site-search .suggestions li,
.p-large {
    color: var(--skin-body-color);
    font: var(--skin-p-large)
}

p,
#country-selector .locale-list li a,
.p-regular {
    color: var(--skin-body-color);
    font: var(--skin-p-regular)
}

.input-error,
footer .email-sign-up label,
footer .email-sign-up .footer-disclaimer-text,
footer .auxiliary-navigation span,
.product-tile-container .product-tile-body .product-tagline,
.site-search .suggestions-products .price,
.site-search .suggestions-products .name,
label,
.p-small {
    color: var(--skin-body-color);
    font: var(--skin-p-small)
}

a,
.text-link,
.btn-link {
    color: var(--skin-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration)
}

a:hover,
a:active,
a:focus,
.text-link:hover,
.text-link:active,
.text-link:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: var(--skin-link-color-hover);
    -webkit-text-decoration: var(--skin-link-decoration-hover);
    text-decoration: var(--skin-link-decoration-hover)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-primary,
.btn-secondary,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary,
.btn-primary-invert,
.btn-secondary-invert,
.btn-white,
.btn-white-invert {
    border-radius: var(--skin-button-border-radius);
    font: var(--skin-button-font);
    font-weight: var(--skin-button-font-weight);
    height: var(--skin-button-height);
    letter-spacing: var(--skin-button-letter-spacing);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    padding: var(--skin-button-padding);
    text-transform: var(--skin-button-transform)
}

.btn-primary:disabled,
.btn-primary.btn-disabled,
.btn-primary.disabled,
.btn-secondary:disabled,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:disabled,
.btn-secondary.btn-disabled,
.modal-cart.popover-minicart .minicart-viewcart .btn-disabled.btn-secondary,
.btn-secondary.disabled,
.modal-cart.popover-minicart .minicart-viewcart .disabled.btn-secondary,
.btn-primary-invert:disabled,
.btn-primary-invert.btn-disabled,
.btn-primary-invert.disabled,
.btn-secondary-invert:disabled,
.btn-secondary-invert.btn-disabled,
.btn-secondary-invert.disabled,
.btn-white:disabled,
.btn-white.btn-disabled,
.btn-white.disabled,
.btn-white-invert:disabled,
.btn-white-invert.btn-disabled,
.btn-white-invert.disabled,
.product-tile-container .plp-tile-button.btn-secondary-invert:disabled {
    background-color: var(--skin-disabled-color);
    border-color: var(--skin-disabled-color);
    color: var(--skin-invert-color);
    cursor: auto
}

.btn-primary:hover:disabled,
.btn-primary.btn-disabled:hover,
.btn-primary.disabled:hover,
.btn-secondary:hover:disabled,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:hover:disabled,
.btn-secondary.btn-disabled:hover,
.modal-cart.popover-minicart .minicart-viewcart .btn-disabled.btn-secondary:hover,
.btn-secondary.disabled:hover,
.modal-cart.popover-minicart .minicart-viewcart .disabled.btn-secondary:hover,
.btn-primary-invert:hover:disabled,
.btn-primary-invert.btn-disabled:hover,
.btn-primary-invert.disabled:hover,
.btn-secondary-invert:hover:disabled,
.btn-secondary-invert.btn-disabled:hover,
.btn-secondary-invert.disabled:hover,
.btn-white:hover:disabled,
.btn-white.btn-disabled:hover,
.btn-white.disabled:hover,
.btn-white-invert:hover:disabled,
.btn-white-invert.btn-disabled:hover,
.btn-white-invert.disabled:hover,
.product-tile-container .plp-tile-button.btn-secondary-invert:hover:disabled,
.btn-primary:active:disabled,
.btn-primary.btn-disabled:active,
.btn-primary.disabled:active,
.btn-secondary:active:disabled,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:active:disabled,
.btn-secondary.btn-disabled:active,
.modal-cart.popover-minicart .minicart-viewcart .btn-disabled.btn-secondary:active,
.btn-secondary.disabled:active,
.modal-cart.popover-minicart .minicart-viewcart .disabled.btn-secondary:active,
.btn-primary-invert:active:disabled,
.btn-primary-invert.btn-disabled:active,
.btn-primary-invert.disabled:active,
.btn-secondary-invert:active:disabled,
.btn-secondary-invert.btn-disabled:active,
.btn-secondary-invert.disabled:active,
.btn-white:active:disabled,
.btn-white.btn-disabled:active,
.btn-white.disabled:active,
.btn-white-invert:active:disabled,
.btn-white-invert.btn-disabled:active,
.btn-white-invert.disabled:active,
.product-tile-container .plp-tile-button.btn-secondary-invert:active:disabled,
.btn-primary:focus:disabled,
.btn-primary.btn-disabled:focus,
.btn-primary.disabled:focus,
.btn-secondary:focus:disabled,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:focus:disabled,
.btn-secondary.btn-disabled:focus,
.modal-cart.popover-minicart .minicart-viewcart .btn-disabled.btn-secondary:focus,
.btn-secondary.disabled:focus,
.modal-cart.popover-minicart .minicart-viewcart .disabled.btn-secondary:focus,
.btn-primary-invert:focus:disabled,
.btn-primary-invert.btn-disabled:focus,
.btn-primary-invert.disabled:focus,
.btn-secondary-invert:focus:disabled,
.btn-secondary-invert.btn-disabled:focus,
.btn-secondary-invert.disabled:focus,
.btn-white:focus:disabled,
.btn-white.btn-disabled:focus,
.btn-white.disabled:focus,
.btn-white-invert:focus:disabled,
.btn-white-invert.btn-disabled:focus,
.btn-white-invert.disabled:focus,
.product-tile-container .plp-tile-button.btn-secondary-invert:focus:disabled {
    background-color: var(--skin-disabled-color);
    border-color: var(--skin-disabled-color);
    color: var(--skin-invert-color);
    cursor: auto
}

.btn-primary {
    background-color: var(--skin-primary-button-background-color);
    border-color: var(--skin-primary-button-border-color);
    color: var(--skin-primary-button-text-color)
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: var(--skin-primary-button-background-color-hover);
    border-color: var(--skin-primary-button-border-color-hover);
    color: var(--skin-primary-button-text-color-hover)
}

.btn-secondary,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary {
    background-color: var(--skin-secondary-button-background-color);
    border-color: var(--skin-secondary-button-border-color);
    color: var(--skin-secondary-button-text-color)
}

.btn-secondary:hover,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:hover,
.btn-secondary:active,
.modal-cart.popover-minicart .minicart-viewcart .btn-secondary:active,
.btn-secondary:focus .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: var(--skin-secondary-button-background-color-hover);
    border-color: var(--skin-secondary-button-border-color-hover);
    color: var(--skin-secondary-button-text-color-hover)
}

.btn-primary-invert {
    background-color: var(--skin-invert-button-background-color);
    border-color: var(--skin-invert-button-border-color);
    color: var(--skin-invert-button-text-color)
}

.btn-primary-invert:hover,
.btn-primary-invert:active,
.btn-primary-invert:focus,
.btn-primary-invert:not(:disabled):not(.disabled):active,
.btn-primary-invert:not(:disabled):not(.disabled).active {
    background-color: var(--skin-invert-button-background-color-hover);
    border-color: var(--skin-invert-button-border-color-hover);
    color: var(--skin-invert-button-text-color-hover)
}

.btn-secondary-invert {
    background-color: var(--skin-secondary-invert-button-background-color);
    border-color: var(--skin-secondary-invert-button-border-color);
    color: var(--skin-secondary-invert-button-text-color)
}

.btn-secondary-invert:hover,
.btn-secondary-invert:active,
.btn-secondary-invert:focus,
.btn-secondary-invert:not(:disabled):not(.disabled):active,
.btn-secondary-invert:not(:disabled):not(.disabled).active {
    background-color: var(--skin-secondary-invert-button-background-color-hover);
    border-color: var(--skin-secondary-invert-button-border-color-hover);
    color: var(--skin-secondary-invert-button-text-color-hover)
}

figure {
    margin: 0
}

hr.bg-dark {
    border-color: var(--skin-background-color-dark);
    background: 0 0 !important
}

hr.bg-light {
    border-color: var(--skin-background-color-light);
    background: 0 0 !important
}

hr.bg-primary {
    border-color: var(--skin-background-color-primary);
    background: 0 0 !important
}

@media(max-width:1438.98px) {
    .hr-container {
        max-width: 90%;
        width: 90%;
        padding: initial
    }
}

@media(max-width:766.98px) {
    .hr-container {
        max-width: 100%;
        width: 100%;
        padding: 0
    }
}

.checkoutPathDisplay {
    font: comic sans, cursive;
    color: #c6b836
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page footer {
    margin-top: auto
}

.content-width {
    padding: 0 var(--skin-page-padding-mobile);
    border-radius: var(--skin-image-border-radius)
}

@media(min-width:639px) {
    .content-width {
        padding: 0 var(--skin-page-padding-tablet)
    }
}

@media(min-width:991px) {
    .content-width {
        padding: 0 var(--skin-page-padding-desktop)
    }
}

@media(min-width:991px) {
    .content-width-lg {
        padding: 0 var(--skin-page-padding-desktop)
    }
}

@media(min-width:767px) and (max-width:990.98px) {
    .content-width-md {
        padding: 0 var(--skin-page-padding-tablet)
    }
}

@media(max-width:766.98px) {
    .content-width-sm {
        padding: 0 var(--skin-page-padding-mobile)
    }
}

.background-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

.one-column-layout-container,
.two-column-layout {
    position: relative;
    overflow: hidden
}

.noscroll {
    max-width: 100%
}

.noscroll .page {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden
}

.noscroll .page nav .header {
    z-index: 100
}

@media(max-width:1438.98px) {
    .hr-container {
        max-width: 90%;
        width: 90%;
        padding: initial
    }
}

@media(max-width:766.98px) {
    .hr-container {
        max-width: 100%;
        width: 100%;
        padding: 0
    }
}

.pt-none {
    padding-top: 0
}

@media(min-width:767px) {
    .pt-none {
        padding-top: 0
    }
}

.pt-x-small {
    padding-top: var(--skin-margin-x-small-mobile)
}

@media(min-width:767px) {
    .pt-x-small {
        padding-top: var(--skin-margin-x-small-desktop)
    }
}

.pt-small {
    padding-top: var(--skin-margin-small-mobile)
}

@media(min-width:767px) {
    .pt-small {
        padding-top: var(--skin-margin-small-desktop)
    }
}

.pt-medium {
    padding-top: var(--skin-margin-medium-mobile)
}

@media(min-width:767px) {
    .pt-medium {
        padding-top: var(--skin-margin-medium-desktop)
    }
}

.pt-large {
    padding-top: var(--skin-margin-large-mobile)
}

@media(min-width:767px) {
    .pt-large {
        padding-top: var(--skin-margin-large-desktop)
    }
}

.pt-x-large {
    padding-top: var(--skin-margin-x-large-mobile)
}

@media(min-width:767px) {
    .pt-x-large {
        padding-top: var(--skin-margin-x-large-desktop)
    }
}

.pb-none {
    padding-bottom: 0
}

@media(min-width:767px) {
    .pb-none {
        padding-bottom: 0
    }
}

.pb-x-small {
    padding-bottom: var(--skin-margin-x-small-mobile)
}

@media(min-width:767px) {
    .pb-x-small {
        padding-bottom: var(--skin-margin-x-small-desktop)
    }
}

.pb-small {
    padding-bottom: var(--skin-margin-small-mobile)
}

@media(min-width:767px) {
    .pb-small {
        padding-bottom: var(--skin-margin-small-desktop)
    }
}

.pb-medium {
    padding-bottom: var(--skin-margin-medium-mobile)
}

@media(min-width:767px) {
    .pb-medium {
        padding-bottom: var(--skin-margin-medium-desktop)
    }
}

.pb-large {
    padding-bottom: var(--skin-margin-large-mobile)
}

@media(min-width:767px) {
    .pb-large {
        padding-bottom: var(--skin-margin-large-desktop)
    }
}

.pb-x-large {
    padding-bottom: var(--skin-margin-x-large-mobile)
}

@media(min-width:767px) {
    .pb-x-large {
        padding-bottom: var(--skin-margin-x-large-desktop)
    }
}

.modal-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    opacity: .5;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.hide-order-discount {
    display: none
}

.hide-shipping-discount {
    display: none
}

.order-discount {
    color: #008827
}

.shipping-discount {
    color: #008827
}

.error-messaging {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.error-hero {
    background-image: url(../images/no-page-found.jpg);
    background-size: cover;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.error-hero .error-title.page-title {
    left: auto;
    line-height: 2.5rem
}

@media(min-width:767px) {
    .error-hero .error-title.page-title {
        line-height: 4rem
    }
}

.error-message {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem
}

.error.continue-shopping {
    margin-bottom: 6.25em;
    display: inline-block;
    line-height: 35px
}

.error-unassigned-category {
    color: #c00
}

.skip {
    position: absolute;
    left: 0;
    top: -4.2em;
    overflow: hidden;
    padding: 1em 1.5em;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 10000000;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.experience-component .eyebrow {
    margin-bottom: 10px
}

/* .experience-component .title-text {
    margin: 0 0 10px
}

.experience-component .title-text>* {
    margin: 0;
    padding-bottom: 15px;



} */

.experience-component .title-text span {
    font-style: normal;
    color: var(--skin-primary-color) !important
}

.experience-component .paragraph-text>* {
    margin: 0
}

.experience-component .cta-wrapper {
    margin-top: 20px
}

.experience-component .horizontal-line.with-text,
.experience-component .horizontal-line-cta {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.experience-component .horizontal-line.with-text::before,
.experience-component .horizontal-line.with-text::after,
.experience-component .horizontal-line-cta::before,
.experience-component .horizontal-line-cta::after {
    content: '';
    display: block;
    height: 1.1px;
    background-color: var(--color-hr-border-color)
}

.experience-component .horizontal-line hr {
    border-color: var(--color-hr-border-color)
}

.experience-component .cta1-button {
    margin-right: 10px
}

@media(max-width:990.98px) {
    .experience-component .cta1-button {
        margin: 0 0 10px
    }
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/icon-font.eot?3748e3e54bd1ee6177ae3227861db6fb#iefix) format("embedded-opentype"), url(../fonts/icon-font.woff2?3748e3e54bd1ee6177ae3227861db6fb) format("woff2"), url(../fonts/icon-font.woff?3748e3e54bd1ee6177ae3227861db6fb) format("woff"), url(../fonts/icon-font.ttf?3748e3e54bd1ee6177ae3227861db6fb) format("truetype"), url(../fonts/icon-font.svg?3748e3e54bd1ee6177ae3227861db6fb#icon-font) format("svg")
}

.fa:before {
    font-family: icon-font !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa.fa-angle-double-down:before {
    content: "ï„"
}

.fa.fa-angle-double-left:before {
    content: "ï„‚"
}

.fa.fa-angle-double-right:before {
    content: "ï„ƒ"
}

.fa.fa-angle-double-up:before {
    content: "ï„„"
}

.fa.fa-angle-down:before {
    content: "ï„…"
}

.fa.fa-angle-left:before {
    content: "ï„†"
}

.fa.fa-angle-right:before {
    content: "ï„‡"
}

.fa.fa-angle-up:before {
    content: "ï„ˆ"
}

.fa.fa-arrow-down:before {
    content: "ï„‰"
}

.fa.fa-arrow-left:before {
    content: "ï„Š"
}

.fa.fa-arrow-right:before {
    content: "ï„‹"
}

.fa.fa-arrow-up:before {
    content: "ï„Œ"
}

.fa.fa-arrows-alt:before {
    content: "ï„"
}

.fa.fa-bars:before {
    content: "ï„Ž"
}

.fa.fa-briefcase:before {
    content: "ï„"
}

.fa.fa-caret-down:before {
    content: "ï„"
}

.fa.fa-caret-left:before {
    content: "ï„‘"
}

.fa.fa-caret-right:before {
    content: "ï„’"
}

.fa.fa-caret-up:before {
    content: "ï„“"
}

.fa.fa-cart-plus:before {
    content: "ï„”"
}

.fa.fa-check-circle:before {
    content: "ï„•"
}

.fa.fa-check-square:before {
    content: "ï„–"
}

.fa.fa-check:before {
    content: "ï„—"
}

.fa.fa-chevron-circle-left:before {
    content: "ï„˜"
}

.fa.fa-chevron-circle-right:before {
    content: "ï„™"
}

.fa.fa-chevron-down:before {
    content: "ï„š"
}

.fa.fa-chevron-left:before {
    content: "ï„›"
}

.fa.fa-chevron-right:before {
    content: "ï„œ"
}

.fa.fa-chevron-up:before {
    content: "ï„"
}

.fa.fa-circle-arrow:before {
    content: "ï„ž"
}

.fa.fa-circle-notch:before {
    content: "ï„Ÿ"
}

.fa.fa-circle:before {
    content: "ï„ "
}

.fa.fa-cube:before {
    content: "ï„¡"
}

.fa.fa-discount:before {
    content: "ï„¢"
}

.fa.fa-error:before {
    content: "ï„£"
}

.fa.fa-exclamation-triangle:before {
    content: "ï„¤"
}

.fa.fa-expand-alt:before {
    content: "ï„¥"
}

.fa.fa-external-link-alt:before {
    content: "ï„¦"
}

.fa.fa-facebook-f:before {
    content: "ï„§"
}

.fa.fa-filter:before {
    content: "ï„¨"
}

.fa.fa-google:before {
    content: "ï„©"
}

.fa.fa-info-circle:before {
    content: "ï„ª"
}

.fa.fa-instagram:before {
    content: "ï„«"
}

.fa.fa-link:before {
    content: "ï„¬"
}

.fa.fa-linkedin:before {
    content: "ï„­"
}

.fa.fa-live-chat:before {
    content: "ï„®"
}

.fa.fa-long-arrow-alt-down:before {
    content: "ï„¯"
}

.fa.fa-long-arrow-alt-left:before {
    content: "ï„°"
}

.fa.fa-long-arrow-alt-right:before {
    content: "ï„±"
}

.fa.fa-long-arrow-alt-up:before {
    content: "ï„²"
}

.fa.fa-map-marker-alt:before {
    content: "ï„³"
}

.fa.fa-minus:before {
    content: "ï„´"
}

.fa.fa-phone:before {
    content: "ï„µ"
}

.fa.fa-pinterest:before {
    content: "ï„¶"
}

.fa.fa-play-circle:before {
    content: "ï„·"
}

.fa.fa-plus:before {
    content: "ï„¸"
}

.fa.fa-question-circle:before {
    content: "ï„¹"
}

.fa.fa-search:before {
    content: "ï„º"
}

.fa.fa-shipping-box:before {
    content: "ï„»"
}

.fa.fa-shopping-cart-plus:before {
    content: "ï„¼"
}

.fa.fa-shopping-cart:before {
    content: "ï„½"
}

.fa.fa-sign-up-for-texts-alt:before {
    content: "ï„¾"
}

.fa.fa-sign-up-for-texts:before {
    content: "ï„¿"
}

.fa.fa-spinner:before {
    content: "ï…€"
}

.fa.fa-star-half-alt:before {
    content: "ï…"
}

.fa.fa-star-half:before {
    content: "ï…‚"
}

.fa.fa-star:before {
    content: "ï…ƒ"
}

.fa.fa-submenu-toggle:before {
    content: "ï…„"
}

.fa.fa-times:before {
    content: "ï……"
}

.fa.fa-truck-fast:before {
    content: "ï…†"
}

.fa.fa-twitter:before {
    content: "ï…‡"
}

.fa.fa-user:before {
    content: "ï…ˆ"
}

.fa.fa-volume-mute:before {
    content: "ï…‰"
}

.fa.fa-volume-up:before {
    content: "ï…Š"
}

.fa.fa-x:before {
    content: "ï…‹"
}

.fa.fa-youtube:before {
    content: "ï…Œ"
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.feature {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-feature-mobile)
}

@media(min-width:767px) {
    .feature {
        font: var(--skin-headline-feature-tablet)
    }
}

@media(min-width:991px) {
    .feature {
        font: var(--skin-headline-feature-desktop)
    }
}

.headline0 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-0-mobile)
}

@media(min-width:767px) {
    .headline0 {
        font: var(--skin-headline-0-tablet)
    }
}

@media(min-width:991px) {
    .headline0 {
        font: var(--skin-headline-0-desktop)
    }
}

h1,
.headline1 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-1-mobile)
}

@media(min-width:767px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-tablet)
    }
}

@media(min-width:991px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-desktop)
    }
}

h2,
.headline2 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-2-mobile)
}

@media(min-width:767px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-tablet)
    }
}

@media(min-width:991px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-desktop)
    }
}

h3,
.headline3 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-3-mobile)
}

@media(min-width:767px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-tablet)
    }
}

@media(min-width:991px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-desktop)
    }
}

h4,
.headline4 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-4-mobile)
}

@media(min-width:767px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-tablet)
    }
}

@media(min-width:991px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-desktop)
    }
}

h5,
.modal-header h1,
.modal-header h3,
.headline5 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-5-mobile)
}

@media(min-width:767px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-tablet)
    }
}

@media(min-width:991px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-desktop)
    }
}

h6,
.modal h2,
.modal h4,
.modal-header h3,
.modal-cart .modal-cart-header h1,
.headline6 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-6-mobile)
}

@media(min-width:767px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-tablet)
    }
}

@media(min-width:991px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-desktop)
    }
}

.headline7 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-7-mobile)
}

@media(min-width:767px) {
    .headline7 {
        font: var(--skin-headline-7-tablet)
    }
}

@media(min-width:991px) {
    .headline7 {
        font: var(--skin-headline-7-desktop)
    }
}

.text-bold {
    font-weight: var(--skin-weight-bold) !important
}

.text-regular {
    font-weight: var(--skin-weight-regular) !important
}

.text-medium {
    font-weight: var(--skin-weight-medium) !important
}

.text-light {
    font-weight: var(--skin-weight-light) !important
}

.product-tile-container .product-tile-body .product-callout .product-callout-text,
.eyebrow {
    font: var(--skin-eyebrow);
    letter-spacing: var(--skin-eyebrow-letter-spacing);
    text-transform: var(--skin-eyebrow-transform)
}

@media(max-width:1438.98px) {

    .product-tile-container .product-tile-body .product-callout .product-callout-text,
    .eyebrow {
        font: var(--skin-eyebrow-mobile)
    }
}

.p-feature {
    color: var(--skin-body-color);
    font: var(--skin-p-feature-mobile)
}

@media(min-width:991px) {
    .p-feature {
        font: var(--skin-p-feature-desktop)
    }
}

.product-tile-container .product-tile-body .price-wrapper,
.p-xlarge {
    color: var(--skin-body-color);
    font: var(--skin-p-xlarge)
}

label,
footer .site-details,
footer .site-details a,
footer .footer-nav-column .title,
footer .footer-nav-column li a,
footer .email-sign-up #footer-email-sign-up,
footer .text-sign-up-link,
footer .locale-selector,
.product-tile-container .product-tile-body .product-family-product-name,
.product-tile-container .product-tile-body .product-tile-description,
.product-tile-container .product-tile-body .product-family-feature-list,
.site-search .suggestions li,
.p-large {
    color: var(--skin-body-color);
    font: var(--skin-p-large)
}

p,
#country-selector .locale-list li a,
.p-regular {
    color: var(--skin-body-color);
    font: var(--skin-p-regular)
}

.input-error,
footer .email-sign-up label,
footer .email-sign-up .footer-disclaimer-text,
footer .auxiliary-navigation span,
.product-tile-container .product-tile-body .product-tagline,
.site-search .suggestions-products .price,
.site-search .suggestions-products .name,
label,
.p-small {
    color: var(--skin-body-color);
    font: var(--skin-p-small)
}

a,
.text-link,
.btn-link {
    color: var(--skin-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration)
}

a:hover,
a:active,
a:focus,
.text-link:hover,
.text-link:active,
.text-link:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: var(--skin-link-color-hover);
    -webkit-text-decoration: var(--skin-link-decoration-hover);
    text-decoration: var(--skin-link-decoration-hover)
}

.form-group.required .form-control-label::before {
    content: none
}

label {
    color: var(--skin-label-color);
    line-height: var(--skin-label-line-height);
    margin-bottom: var(--skin-label-margin-bottom)
}

.form-group.inline-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-group.inline-label label,
.form-group.inline-label input {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.form-group.inline-label label {
    margin-left: var(--skin-inline-label-margin-left);
    margin-bottom: 0
}

.form-group.inline-label input[type=radio]+label {
    max-width: calc(100% - var(--skin-radio-button-size) - var(--skin-inline-label-margin-left))
}

.form-group.inline-label input[type=checkbox]+label {
    max-width: calc(100% - var(--skin-checkbox-size) - var(--skin-inline-label-margin-left))
}

.form-group.required label::after {
    content: '*'
}

.form-control {
    color: var(--skin-input-text-color);
    background-color: var(--skin-input-background-color);
    border: var(--skin-input-border);
    border-radius: var(--skin-input-border-radius);
    padding: var(--skin-input-padding);
    height: var(--skin-input-height);
    line-height: var(--skin-input-height);
    font-size: var(--skin-input-font-size-mobile)
}

.form-control::-webkit-input-placeholder {
    color: var(--skin-input-text-color)
}

.form-control::-moz-placeholder {
    color: var(--skin-input-text-color)
}

.form-control:-ms-input-placeholder {
    color: var(--skin-input-text-color)
}

.form-control::-ms-input-placeholder {
    color: var(--skin-input-text-color)
}

.form-control::placeholder {
    color: var(--skin-input-text-color)
}

.form-control:active,
.form-control:focus {
    color: var(--skin-input-text-color-active);
    border: var(--skin-input-border-active)
}

.form-control.has-value {
    color: var(--skin-input-text-color-active)
}

.form-control.is-invalid {
    border: var(--skin-input-border-error);
    color: var(--skin-input-text-color-active);
    background-image: unset
}

@media(min-width:991px) {
    .form-control {
        font-size: var(--skin-input-font-size-desktop)
    }
}

select,
select.form-control,
select.form-control.is-invalid {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: var(--skin-select-chevron-size);
    background-position-x: calc(100% - var(--skin-select-chevron-right-margin));
    background-position-y: center;
    padding-right: calc(var(--skin-select-chevron-right-margin) + var(--skin-select-chevron-size) + 10px);
    overflow: hidden
}

input[type=radio] {
    position: relative;
    width: var(--skin-radio-button-size);
    height: var(--skin-radio-button-size);
    border: var(--skin-radio-button-border);
    border-radius: var(--skin-radio-button-border-radius);
    background-color: var(--skin-input-background-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio]:checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: var(--skin-radio-bubble-size);
    height: var(--skin-radio-bubble-size);
    border-radius: var(--skin-radio-button-border-radius);
    background-color: var(--skin-radio-bubble-color)
}

input[type=checkbox] {
    position: relative;
    width: var(--skin-checkbox-size);
    height: var(--skin-checkbox-size);
    border: var(--skin-checkbox-border);
    border-radius: var(--skin-checkbox-border-radius);
    background-color: var(--skin-input-background-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox]:checked::after {
    content: "ï„—";
    display: block;
    font-family: icon-font;
    font-size: var(--skin-checkbox-checkmark-size);
    color: var(--skin-checkbox-checkmark-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.input-error {
    margin-top: 10px;
    color: var(--skin-error-message-color);
    line-height: var(--skin-error-message-line-height);
    text-align: left
}

@media(max-width:638.98px) {
    .menu-toggleable-left.navbar-toggleable-xs {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-xs.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:766.98px) {
    .menu-toggleable-left.navbar-toggleable-sm {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-sm.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:990.98px) {
    .menu-toggleable-left.navbar-toggleable-md {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-md.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:1438.98px) {
    .menu-toggleable-left.navbar-toggleable-lg {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-lg.in {
        min-width: 50%;
        left: 0
    }
}

.menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
    transition: left .5s cubic-bezier(0, 1, .5, 1);
    display: block;
    max-width: 100%
}

.menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0
}

.navbar.bg-inverse {
    background-color: transparent !important;
    padding: 0
}

@media(min-width:767px) {
    .navbar.bg-inverse .navbar-nav .nav-item+.nav-item {
        margin-left: 0
    }

    .navbar.bg-inverse .navbar-nav .nav-link {
        padding: .8rem;
        white-space: nowrap
    }
}

.navbar-expand-md .navbar-nav.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-expand-md .navbar-nav.nav-spaced {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.navbar-expand-md .navbar-nav.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
    background-color: #fff;
    color: #444
}

@media(min-width:767px) {
    .nav-item>.nav-link {
        color: #fff
    }
}

@media(max-width:766.98px) {
    .main-menu.menu-toggleable-left {
        background-color: #fff;
        z-index: 4
    }
}

.menu-toggleable-left .close-menu {
    padding: 15px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media(min-width:767px) {
    .menu-toggleable-left .close-menu {
        display: none
    }
}

.menu-toggleable-left .menu-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.menu-toggleable-left li>.close-menu {
    margin-right: 0;
    margin-top: -.6rem;
    margin-left: 0
}

@media(max-width:766.98px) {
    .menu-toggleable-left .bg-inverse {
        background-color: #fff !important;
        color: #222
    }
}

@media(max-width:638.98px) {
    .menu-toggleable-left.in {
        right: 0;
        margin-right: 1.25em
    }
}

@media(max-width:766.98px) {
    .menu-toggleable-left.in .nav-item+.nav-item {
        border-top: 1px solid #eee
    }

    .menu-toggleable-left.in .dropdown {
        display: block;
        position: static
    }

    .menu-toggleable-left.in .dropdown-toggle {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .dropdown-toggle::after {
        border-top: .3em solid transparent;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
        position: absolute;
        right: .3em;
        margin-top: .55em
    }

    .menu-toggleable-left.in .nav-item .nav-link {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .show>.dropdown-menu {
        left: 0
    }

    .menu-toggleable-left.in .dropdown-menu {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block
    }
}

.multilevel-dropdown .dropdown-menu {
    top: 90%;
    border: 0;
    border-radius: 0
}

@media(min-width:767px) {
    .multilevel-dropdown .dropdown-menu {
        -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, .4);
        box-shadow: 0 3px 5px rgba(43, 36, 25, .4)
    }
}

.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: .3em;
    margin-top: .55em
}

@media(min-width:767px) {
    .multilevel-dropdown .dropdown-menu>.dropdown>.dropdown-menu {
        top: -.65em;
        left: 99%
    }
}

.multilevel-dropdown .navbar>.close-menu>.back {
    display: none
}

.multilevel-dropdown .close-menu .back .caret-left {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-left: .3 solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-bottom: .125em
}

.multilevel-dropdown .dropdown-item {
    padding: 0 0 0 1em
}

.multilevel-dropdown .dropdown-item .dropdown-link {
    display: block;
    padding: .425em 5em .425em 0
}

.multilevel-dropdown .dropdown-item+.dropdown-item {
    border-top: 1px solid #eee
}

.multilevel-dropdown .dropdown-item.top-category {
    font-weight: 700
}

.multilevel-dropdown .dropdown-item.top-category>.nav-link {
    padding-left: 0
}

.header {
    position: relative
}

.navbar-header {
    height: 4.375em
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
    display: inline-block;
    margin: 1.125em 0 0 .5em
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
    line-height: 2.25em;
    height: auto
}

.navbar-header .navbar-toggler {
    font-size: 1.6em;
    width: auto
}

.navbar-header .user {
    position: relative
}

.navbar-header .user .popover {
    position: absolute;
    display: none;
    padding: 1em;
    top: 85%;
    left: 0
}

.navbar-header .user .popover a {
    white-space: nowrap;
    margin-bottom: .5em
}

.navbar-header .user .popover::before {
    left: 1.5rem
}

.navbar-header .user .popover::after {
    left: 1.5rem
}

.navbar-header .user .popover.show {
    display: block
}

.brand {
    position: absolute;
    left: 50%;
    display: block;
    text-align: center
}

.brand img {
    width: 100%
}

@media(min-width:991px) {
    .brand {
        width: 14.125em;
        margin-left: -7.0625em;
        padding-top: .5em
    }
}

@media(max-width:990.98px) {
    .brand {
        width: 4em;
        margin-left: -2em;
        padding-top: .8em
    }
}

.main-menu {
    background-color: #444
}

.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.header-banner {
    background-color: #222;
    text-align: center;
    color: #fff
}

.header-banner .close-button {
    width: 2.125em
}

.header-banner .close-button .close {
    opacity: 1;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: var(--skin-primary-color-1)
}

.header-banner .content {
    margin-right: 1.5em;
    padding-top: .3125em;
    padding-bottom: .3125em
}

.minicart {
    margin-top: .1875em;
    vertical-align: top
}

.minicart .minicart-icon {
    font-size: 1.5em
}

.minicart a.minicart-link:hover {
    text-decoration: none
}

.minicart .minicart-quantity {
    background-color: var(--skin-primary-color-1);
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    line-height: normal;
    display: inline-block;
    text-align: center;
    font-size: .8125em;
    position: relative;
    top: -.9375em;
    left: -.9375em;
    color: #fff
}

a.normal {
    color: var(--skin-primary-color-1);
    text-decoration: underline
}

.slide-up {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 100px;
    overflow: hidden
}

.slide-up.hide {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.dropdown-country-selector {
    margin-top: -.0625em
}

.cookie-warning-messaging.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    display: none
}

.valid-cookie-warning {
    background-color: var(--skin-link-color-1);
    color: #fff;
    white-space: nowrap
}

.valid-cookie-warning p {
    margin-top: 0;
    margin-bottom: .2em;
    padding-right: 2em
}

@media(max-width:638.98px) {
    .collapsible-xs .title {
        line-height: 2.5rem
    }

    .collapsible-xs .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-xs .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-xs .content,
    .collapsible-xs .card-body {
        display: none
    }

    .collapsible-xs.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-xs.active .content,
    .collapsible-xs.active .card-body {
        display: block
    }
}

.container div.collapsible-xs button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xs button.title:hover {
    text-decoration: none
}

@media(max-width:766.98px) {
    .collapsible-sm .title {
        line-height: 2.5rem
    }

    .collapsible-sm .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-sm .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-sm .content,
    .collapsible-sm .card-body {
        display: none
    }

    .collapsible-sm.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-sm.active .content,
    .collapsible-sm.active .card-body {
        display: block
    }
}

.container div.collapsible-sm button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-sm button.title:hover {
    text-decoration: none
}

@media(max-width:990.98px) {
    .collapsible-md .title {
        line-height: 2.5rem
    }

    .collapsible-md .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-md .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-md .content,
    .collapsible-md .card-body {
        display: none
    }

    .collapsible-md.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-md.active .content,
    .collapsible-md.active .card-body {
        display: block
    }
}

.container div.collapsible-md button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-md button.title:hover {
    text-decoration: none
}

@media(max-width:1438.98px) {
    .collapsible-lg .title {
        line-height: 2.5rem
    }

    .collapsible-lg .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-lg .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-lg .content,
    .collapsible-lg .card-body {
        display: none
    }

    .collapsible-lg.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-lg.active .content,
    .collapsible-lg.active .card-body {
        display: block
    }
}

.container div.collapsible-lg button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-lg button.title:hover {
    text-decoration: none
}

.collapsible-xl .title {
    line-height: 2.5rem
}

.collapsible-xl .title::after {
    display: block;
    clear: both;
    content: ""
}

.collapsible-xl .title::after {
    float: right;
    content: "\f078";
    font-family: fontawesome
}

.collapsible-xl .content,
.collapsible-xl .card-body {
    display: none
}

.collapsible-xl.active .title::after {
    content: "\f077";
    margin-top: -.125em
}

.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
    display: block
}

.container div.collapsible-xl button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xl button.title:hover {
    text-decoration: none
}

footer {

    padding-top: 1.25em;

}

footer h2 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 2.5em
}

footer ul {
    list-style: none;
    padding-left: 0
}

footer .social h2 {
    margin-top: 0
}

footer .social::after {
    display: block;
    clear: both;
    content: ""
}

footer .copyright,
footer .social {
    margin-top: 1.25em
}

footer .footer-container .footer-item.collapsible-xs button {
    font-family: "Titillium Web", sans-serif;
    padding: 0
}

footer .social-links {
    float: left
}

footer .social-links::after {
    display: block;
    clear: both;
    content: ""
}

@media(max-width:638.98px) {
    footer .social-links {
        width: 80%
    }
}

footer .social-links li {
    float: left;
    margin: .313em
}

@media(max-width:638.98px) {
    footer .social-links li {
        width: 20%;
        text-align: center
    }
}

footer .social-links a {
    font-size: 2.25em
}

footer .social-links a:hover {
    text-decoration: none
}

@media(max-width:638.98px) {
    footer .store {
        border-bottom: 1px solid #444
    }

    footer .store .content {
        display: none
    }

    footer .store h2::after {
        display: block;
        clear: both;
        content: ""
    }

    footer .store h2::after {
        font-family: fontawesome;
        float: right;
        content: "\f041"
    }
}

footer .content {
    font-size: .875em
}

footer .content li {
    height: 1.875rem
}

footer .copyright,
footer .postscript {
    font-size: .8125em
}

footer .copyright {
    margin-bottom: .625em
}

footer .back-to-top {
    margin: .1em .313em;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

footer .back-to-top i.fa-arrow-up {
    color: rgba(0, 0, 0, .7)
}

footer .back-to-top i.fa-circle {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

@media(max-width:638.98px) {
    .footer-item {
        border-bottom: 1px solid #444
    }
}

#consent-tracking .button-wrapper button {
    margin: .5em
}

.email-signup-message {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 15%;
    left: 50%
}

.email-signup-alert {
    -webkit-animation: fade 5s linear forwards;
    animation: fade 5s linear forwards;
    -webkit-box-shadow: 1px 1px 5px grey;
    box-shadow: 1px 1px 5px grey;
    padding: 1em
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.email-signup-alert.show {
    display: block
}


footer i::before {
    vertical-align: middle
}

@media(min-width:991px) {
    footer .row-1 {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

footer .row-2 {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(min-width:991px) {
    footer .row-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

footer .row-3 {
    text-align: left !important;
    background-color: #ca011f;
}

@media(min-width:991px) {
    footer .row-3 {
        padding-bottom: 30px
    }
}

footer hr {
    border-color: var(--skin-footer-border-color);
    margin-top: 0;
    margin-bottom: 0
}

footer .site-details {
    color: var(--skin-footer-text-color);
    /* text-align: center; */
    margin-top: 40px;
    margin-bottom: 30px
}

footer .site-details img,
footer .site-details span,
footer .site-details a {
    display: block
}

footer .site-details img {
    max-width: 100%;
    max-height: 80px;
    margin: 0 auto 10px
}

@media(max-width:990.98px) {
    footer .site-details img {
        max-width: 94px
    }
}

footer .site-details a {
    color: var(--skin-footer-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration)
}

footer .site-details a:hover,
footer .site-details a:active,
footer .site-details a:focus {
    color: var(--skin-footer-link-color-hover);
    -webkit-text-decoration: var(--skin-footer-link-decoration-hover);
    text-decoration: var(--skin-footer-link-decoration-hover)
}

footer .site-details a.find-retailer {
    color: var(--skin-footer-site-details-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration);
    font-weight: var(--skin-footer-link-font-weight);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

footer .site-details a.find-retailer:hover,
footer .site-details a.find-retailer:active,
footer .site-details a.find-retailer:focus {
    color: var(--skin-footer-site-details-link-color);
    -webkit-text-decoration: var(--skin-link-decoration-hover);
    text-decoration: var(--skin-link-decoration-hover)
}

@media(min-width:991px) {
    footer .site-details {
        text-align: left;
        margin: 0
    }

    footer .site-details img {
        margin: 0 0 20px
    }

    footer .site-details span {
        margin-bottom: 10px
    }

    footer .site-details a.find-retailer {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:991px) {
    footer .footer-nav-columns-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
}

footer .container div.footer-nav-column button.title {
    color: var(--skin-footer-heading-color)
}

footer .footer-nav-column {
    /* border-bottom: 1px solid var(--skin-footer-border-color) */
}

footer .footer-nav-column:first-of-type {
    border-top: 1px solid var(--skin-footer-border-color)
}

footer .footer-nav-column.col-lg {
    padding: 0
}

footer .footer-nav-column .title {
    color: var(--skin-footer-heading-color);
    font-weight: var(--skin-footer-heading-font-weight)
}

footer .footer-nav-column .title::after {
    display: none
}

footer .footer-nav-column .title i::before {
    vertical-align: unset
}

footer .footer-nav-column button.title {
    width: 100%;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer-nav-column.active .title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

footer .footer-nav-column ul {
    margin-left: 15px
}

footer .footer-nav-column li {
    height: unset
}

footer .footer-nav-column li:not(:last-of-type) {
    margin-bottom: 8px
}

footer .footer-nav-column li a {
    color: var(--skin-footer-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration)
}

footer .footer-nav-column li a:hover,
footer .footer-nav-column li a:active,
footer .footer-nav-column li a:focus {
    color: var(--skin-footer-link-color-hover);
    -webkit-text-decoration: var(--skin-footer-link-decoration-hover);
    text-decoration: var(--skin-footer-link-decoration-hover)
}

@media(min-width:991px) {
    footer .footer-nav-column {
        border: none
    }

    footer .footer-nav-column:not(:last-of-type) {
        margin-right: 20px
    }

    footer .footer-nav-column:first-of-type {
        border-top: none
    }

    footer .footer-nav-column .title {
        margin-bottom: 10px
    }

    footer .footer-nav-column ul {
        margin-left: 0
    }
}

footer .email-sign-up {
    margin-bottom: 30px
}

footer .email-sign-up form {
    display: grid;
    grid-template-columns: 1fr 60px;
    grid-template-rows: auto auto auto auto auto
}

footer .email-sign-up form:focus-within button {
    background-color: var(--skin-footer-email-input-color-active);
    color: var(--skin-footer-background-color)
}

footer .email-sign-up label {
    line-height: var(--skin-footer-email-label-line-height);
    color: var(--skin-footer-text-color);
    width: 100%;
    grid-column-start: 1;
    grid-column-end: span 2
}

footer .email-sign-up .email-label {
    text-align: center
}

footer .email-sign-up #footer-email-sign-up {
    padding: 15px;
    color: var(--skin-footer-email-input-color-active);
    background-color: unset;
    border: 1px solid var(--skin-footer-border-color);
    border-radius: 0;
    height: 100%
}

footer .email-sign-up #footer-email-sign-up::-webkit-input-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up::-moz-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up:-ms-input-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up::-ms-input-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up::placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up.is-invalid {
    border-color: var(--skin-error-message-color)
}

footer .email-sign-up .input-error,
footer .email-sign-up .footer-disclaimer,
footer .email-sign-up .footer-disclaimer-text,
footer .email-sign-up .input-success {
    grid-column-start: 1;
    grid-column-end: span 2;
    width: 100%
}

footer .email-sign-up .temp-success-wrapper {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
    border: 2px #4bb543 solid
}

footer .email-sign-up .temp-error-wrapper {
    background-color: #fff;
    padding: 10px;
    border: 2px var(--skin-error-message-color) solid
}

footer .email-sign-up .footer-disclaimer-text {
    color: var(--skin-footer-text-color);
    font-size: var(--skin-footer-email-disclaimer-font-size);
    line-height: var(--skin-footer-email-disclaimer-line-height)
}

footer .email-sign-up .footer-disclaimer-text,
footer .email-sign-up .footer-disclaimer {
    margin-top: 10px
}

footer .email-sign-up .footer-disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-start: 5
}

footer .email-sign-up .footer-disclaimer .checkbox-label {
    display: block;
    width: calc(100% - 10px - var(--skin-checkbox-size));
    margin-left: 10px;
    font-size: var(--skin-footer-email-checkbox-font-size);
    line-height: var(--skin-footer-email-checkbox-line-height)
}

footer .email-sign-up #footer-email-disclaimer-error {
    grid-row-start: 4
}

footer .email-sign-up button {
    color: var(--skin-footer-text-color);
    background-color: unset;
    border: 1px solid var(--skin-footer-border-color);
    border-left: 0;
    grid-column-start: 2;
    grid-row-start: 2
}

footer .email-sign-up button i {
    font-size: 20px
}

@media(min-width:991px) {
    footer .email-sign-up {
        margin: 0
    }

    footer .email-sign-up form {
        grid-template-columns: 40% 1fr 60px;
        grid-template-rows: auto auto auto auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .email-sign-up label {
        margin-bottom: 0
    }

    footer .email-sign-up .email-label {
        text-align: left;
        padding-right: 20px;
        grid-column-end: span 1
    }

    footer .email-sign-up .input-error,
    footer .email-sign-up .footer-disclaimer,
    footer .email-sign-up .footer-disclaimer-text,
    footer .email-sign-up .input-success {
        grid-column-start: 2
    }

    footer .email-sign-up #footer-email-disclaimer-error {
        grid-row-start: 3
    }

    footer .email-sign-up button {
        height: 100%;
        grid-column-start: 3;
        grid-row-start: 1
    }
}

footer .text-social-locale-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .text-social-locale-wrapper .text-sign-up {
    width: 50%;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .text-social-locale-wrapper .social-icons {
    width: 50%;
    padding-left: 25px
}

@media(min-width:991px) {
    footer .text-social-locale-wrapper {
        padding-left: 60px;
        padding-top: 14px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    footer .text-social-locale-wrapper .text-sign-up {
        width: unset;
        padding-right: 0;
        margin-right: 20px
    }

    footer .text-social-locale-wrapper .social-icons {
        width: unset;
        padding-left: 0;
        margin-right: 20px
    }
}

@media screen and (max-width:1100px) and (min-width:990px) {
    footer .text-social-locale-wrapper {
        padding-left: 30px
    }
}

footer .text-social-locale-wrapper.text-sign-up-hidden .text-sign-up {
    width: 20%
}

footer .text-social-locale-wrapper.text-sign-up-hidden .social-icons {
    width: auto;
    padding-left: 0
}

footer .text-sign-up-link {
    color: var(--skin-footer-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

footer .text-sign-up-link i {
    font-size: 24px;
    margin-right: 10px
}

@media(min-width:991px) {
    footer .text-sign-up-link {
        text-align: left
    }
}

footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .social-icons i {
    font-size: 20px
}

footer .social-icons a:not(:last-of-type) {
    margin-right: 15px
}

@media(min-width:991px) {
    footer .social-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

footer .text-sign-up i,
footer .social-icons i {
    color: var(--skin-footer-link-color);
    opacity: 50%
}

footer .text-sign-up i:hover,
footer .text-sign-up i:focus,
footer .social-icons i:hover,
footer .social-icons i:focus {
    opacity: 100%
}

footer .locale-selector {
    color: var(--skin-footer-text-color);
    text-align: center;
    margin-top: 30px
}

@media(min-width:991px) {
    footer .locale-selector {
        text-align: right;
        margin: 0
    }
}

footer .payment-icons {
    text-align: center
}

footer .payment-icons img {
    max-height: 18px;
    max-width: 35px
}

@media(min-width:991px) {
    footer .payment-icons {
        text-align: left
    }
}

footer .auxiliary-navigation {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

footer .auxiliary-navigation span {
    line-height: var(--skin-footer-auxiliary-link-line-height);
    margin-left: 5px;
    margin-right: 5px;
    white-space: pre
}

footer .auxiliary-navigation a {
    color: var(--skin-footer-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration);
    font-weight: var(--skin-footer-link-font-weight)
}

footer .auxiliary-navigation a:hover,
footer .auxiliary-navigation a:active,
footer .auxiliary-navigation a:focus {
    color: var(--skin-footer-link-color-hover);
    -webkit-text-decoration: var(--skin-footer-link-decoration-hover);
    text-decoration: var(--skin-footer-link-decoration-hover)
}

footer .auxiliary-navigation .copyright {
    color: var(--skin-footer-text-color);
    display: block;
    width: 100%;
    margin: 20px 0 0
}

@media(min-width:991px) {
    footer .auxiliary-navigation {
        text-align: right;
        margin: 0
    }

    footer .auxiliary-navigation .content-asset {
        display: block
    }

    footer .auxiliary-navigation span {
        font-size: var(--skin-footer-auxiliary-link-font-size-desktop);
        line-height: var(--skin-footer-auxiliary-link-line-height)
    }

    footer .auxiliary-navigation .copyright {
        display: inline;
        margin: 0
    }
}

.modal.content-width {
    padding: 0 var(--skin-page-padding-mobile) !important
}

@media(min-width:639px) {
    .modal.content-width {
        padding: 0 var(--skin-page-padding-tablet) !important
    }
}

@media(min-width:991px) {
    .modal.content-width {
        padding: 0 var(--skin-page-padding-desktop) !important
    }
}

.modal h2,
.modal h4 {
    color: var(--skin-modal-body-heading-color);
    margin-bottom: var(--skin-modal-body-heading-margin-bottom)
}

.modal-dialog {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:991px) {
    .modal-dialog {
        width: 50%;
        max-width: unset
    }
}

.modal-content {
    border: 0;
    border-radius: var(--skin-modal-border-radius)
}

.modal-header {
    border: var(--skin-modal-border);
    border-radius: var(--skin-modal-border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--skin-modal-header-background-color);
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--skin-modal-header-padding-mobile)
}

@media(min-width:991px) {
    .modal-header {
        padding: var(--skin-modal-header-padding-desktop)
    }
}

.modal-header h1,
.modal-header h3 {
    color: var(--skin-modal-header-color) !important;
    margin-bottom: 0
}

@media(min-width:991px) {

    .modal-header h1,
    .modal-header h3 {
        font: var(--skin-headline-3-desktop)
    }
}

.modal-header .close {
    color: var(--skin-modal-header-color);
    opacity: 1;
    font-size: var(--skin-modal-close-icon-size);
    position: absolute;
    top: 0;
    right: 0;
    padding: var(--skin-modal-close-button-padding);
    margin: 0
}

.modal-body {
    background-color: var(--skin-modal-background-color);
    border-radius: var(--skin-modal-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: var(--skin-modal-body-padding);
    color: var(--skin-modal-body-color)
}

#country-selector .modal-body {
    min-height: calc(var(--skin-country-modal-body-spinner-size) * 1.5)
}

@media(min-width:991px) {
    #country-selector .modal-body .geographical-region-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: var(--skin-country-modal-body-column-gap);
        -moz-column-gap: var(--skin-country-modal-body-column-gap);
        column-gap: var(--skin-country-modal-body-column-gap)
    }
}

#country-selector .spinner {
    width: var(--skin-country-modal-body-spinner-size);
    height: var(--skin-country-modal-body-spinner-size);
    top: calc(50% - (var(--skin-country-modal-body-spinner-size)/2));
    left: calc(50% - (var(--skin-country-modal-body-spinner-size)/2))
}

#country-selector ul {
    padding: 0;
    margin-bottom: 0
}

#country-selector .list-group {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

#country-selector .list-group:not(:last-of-type) {
    margin-bottom: var(--skin-country-modal-body-section-margin-bottom)
}

#country-selector .locale-list {
    display: block;
    list-style: none
}

#country-selector .locale-list li {
    margin-bottom: var(--skin-country-modal-body-locale-margin-bottom)
}

#country-selector .locale-list li a {
    font-size: var(--skin-country-modal-body-font-size);
    color: var(--skin-country-modal-body-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#country-selector .locale-list li .flag-icon {
    width: var(--skin-country-modal-body-flag-size);
    height: var(--skin-country-modal-body-flag-size)
}

#country-selector .locale-list li .flag-icon::before {
    display: none
}

#country-selector .locale-list li .flag-icon.flag-override {
    height: auto;
    aspect-ratio: 4/3
}

#country-selector .locale-list li .locale-name {
    margin-left: var(--skin-country-modal-body-locale-margin-left)
}

#country-selector .locale-list .selected {
    position: relative
}

#country-selector .locale-list .selected::before {
    content: "ï„—";
    font-family: icon-font;
    font-size: var(--skin-country-modal-body-checkmark-size);
    display: block;
    position: absolute;
    right: 100%;
    margin-right: var(--skin-country-modal-body-checkmark-margin-right);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.geo-mismatch-notify {
    position: fixed;
    inset: auto 0 0 auto;
    z-index: 1000;
    padding: 15px;
    line-height: 14px;
    max-width: 400px;
    border-radius: 0;
    background-color: transparent
}

.geo-mismatch-header {
    padding-bottom: 10px
}

.geo-mismatch-content {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 15px 3px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 15px 3px;
    border-radius: 3px;
    position: relative
}

.geo-mismatch-content .close {
    opacity: 1;
    font-size: var(--skin-modal-close-icon-size);
    position: absolute;
    top: 0;
    right: 0;
    padding: var(--skin-modal-close-button-padding);
    margin: 0
}

.geo-mismatch-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.hero {
    height: 25vw;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.hero h1.page-title {
    top: 50%;
    margin: -1em 0 0
}

@media(min-width:639px) {
    .slant-down::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 0;
        border-left-width: 90vw;
        border-bottom: 4vw solid var(--skin-body-background-color)
    }
}

@media(min-width:639px) {
    .slant-up::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left-width: 0;
        border-right-width: 90vw;
        border-top: 4vw solid var(--skin-body-background-color)
    }
}

h1.page-title {
    position: relative;
    color: #fff;
    padding: .3125em .625em .3125em calc($grid-gutter-width/2);
    background-color: var(--skin-primary-color-1);
    display: inline-block;
    margin: .9375em 0;
    font-size: 1.5rem
}

@media(min-width:639px) {
    h1.page-title {
        font-size: 2rem
    }
}

@media(min-width:767px) {
    h1.page-title {
        font-size: 3rem
    }
}

h1.page-title::before {
    content: "";
    background-color: var(--skin-primary-color-1);
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0
}

@media(min-width:1439px) {
    h1.page-title::before {
        width: calc((100vw - 1560px)/2);
        left: calc((100vw - 1560px)/2 * -1)
    }
}

@media(min-width:991px) and (max-width:1438.98px) {
    h1.page-title::before {
        width: calc((100vw - 1440px)/2);
        left: calc((100vw - 1440px)/2 * -1)
    }
}

@media(min-width:767px) and (max-width:990.98px) {
    h1.page-title::before {
        width: calc((100vw - 992px)/2);
        left: calc((100vw - 992px)/2 * -1)
    }
}

@media(min-width:1439px) {
    h1.page-title {
        left: calc((100% - 1560px)/2)
    }
}

@media(min-width:991px) and (max-width:1438.98px) {
    h1.page-title {
        left: calc((100% - 1440px)/2)
    }
}

@media(min-width:767px) and (max-width:990.98px) {
    h1.page-title {
        left: calc((100% - 992px)/2)
    }
}

@media(max-width:766.98px) {
    h1.page-title {
        left: 0
    }
}

.notify {
    position: fixed;
    top: 0
}

.price .sale-price {
    color: var(--skin-product-tile-sale-price-color);
    margin-right: var(--skin-product-tile-sale-price-margin-right)
}

.price .strike-through.list {
    color: var(--skin-product-tile-strikethrough-price-color)
}

.product-tile-pd {
    height: 100%
}

.product-tile-pd .product-tile-wrapper:hover .product-name {
    color: var(--skin-product-tile-name-color-hover);
    -webkit-text-decoration: var(--skin-product-tile-name-decoration-hover);
    text-decoration: var(--skin-product-tile-name-decoration-hover)
}

.product-grid-tile {
    margin-bottom: var(--skin-product-tile-margin-bottom-plp-mobile)
}

@media(min-width:991px) {
    .product-grid-tile {
        margin-bottom: var(--skin-product-tile-margin-bottom-plp-desktop)
    }
}

.product-tile-container:not(.product-tile-container.product-family-tile-container) {
    height: 100%
}

.product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site) {
    position: relative
}

@media(min-width:991px) {
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site) {
        -webkit-transition: var(--skin-product-tile-body-transition);
        transition: var(--skin-product-tile-body-transition)
    }

    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):hover,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):active,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site).focus-visible-within {
        -webkit-transform: var(--skin-product-tile-body-transform-hover);
        transform: var(--skin-product-tile-body-transform-hover)
    }

    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):hover .plp-tile-wrapper,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):active .plp-tile-wrapper,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site).focus-visible-within .plp-tile-wrapper {
        border-radius: var(--skin-product-tile-border-radius-plp-desktop-hover)
    }

    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):hover .plp-tile-button,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):active .plp-tile-button,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site).focus-visible-within .plp-tile-button {
        top: var(--skin-product-tile-button-top-position-hover);
        opacity: var(--skin-product-tile-button-opacity-hover)
    }
}

.product-tile-container .row {
    height: 100%
}

.product-tile-container .product-tile-component-figure-nonplp {
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:766.98px) {
    .product-tile-container .product-tile-component-figure-nonplp {
        display: inline;
        width: auto;
        padding-left: var(--skin-product-tile-padding-non-plp-mobile);
        padding-right: var(--skin-product-tile-padding-non-plp-mobile)
    }
}

.product-tile-container .product-tile-component-figure-nonplp .product-tile-image-wrapper {
    height: auto
}

.product-tile-container .product-tile-component-figure-nonplp .right-oriented {
    margin-left: 75px
}

@media(max-width:766.98px) {
    .product-tile-container .product-tile-component-figure-nonplp .right-oriented {
        margin-left: 0;
        height: auto
    }
}

.product-tile-container .product-tile-component-figure-nonplp .left-oriented {
    margin-right: 75px
}

@media(max-width:766.98px) {
    .product-tile-container .product-tile-component-figure-nonplp .left-oriented {
        margin-right: 0;
        height: auto
    }
}

.product-tile-container .product-tile-component-figure-nonplp .product-tile-component-image {
    max-height: var(--skin-product-tile-image-container-height-non-plp)
}

.product-tile-container .product-tile-component-figure-nonplp .product-tile-description {
    line-height: var(--skin-product-tile-description-line-height-non-plp)
}

.product-tile-container .product-tile-wrapper {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--skin-product-tile-background-color);
    border-radius: var(--skin-product-tile-border-radius);
    padding: var(--skin-product-tile-padding);
    position: relative
}

.product-tile-container .product-tile-wrapper .product-name {
    color: var(--skin-product-tile-name-color);
    -webkit-text-decoration: var(--skin-product-tile-name-decoration);
    text-decoration: var(--skin-product-tile-name-decoration);
    width: 100%
}

.product-tile-container .product-tile-wrapper figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.product-tile-container .product-tile-wrapper.plp-tile-wrapper {
    height: calc(100% - var(--skin-product-tile-button-height-mobile));
    padding: var(--skin-product-tile-padding-plp-mobile);
    border-radius: var(--skin-product-tile-border-radius-plp-mobile)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-wrapper.plp-tile-wrapper {
        height: 100%;
        padding: var(--skin-product-tile-padding-plp-desktop);
        border-radius: var(--skin-product-tile-border-radius-plp-desktop);
        -webkit-transition: var(--skin-product-tile-body-transition);
        transition: var(--skin-product-tile-body-transition)
    }
}

.product-tile-container .product-tile-wrapper.product-family-current-product {
    position: relative
}

.product-tile-container .product-tile-wrapper.product-family-current-product::before {
    content: '';
    display: block;
    width: calc(100% + (var(--skin-product-family-current-model-border-gap) * 2));
    height: calc(100% + (var(--skin-product-family-current-model-border-gap) * 2));
    position: absolute;
    top: calc(-1 * var(--skin-product-family-current-model-border-gap));
    left: calc(-1 * var(--skin-product-family-current-model-border-gap));
    border: var(--skin-product-family-current-model-border);
    border-radius: var(--skin-product-family-current-model-border-radius);
    z-index: -1
}

.product-tile-container .product-tile-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: var(--skin-product-tile-image-container-height);
    margin-bottom: var(--skin-product-tile-image-margin-bottom)
}

.product-tile-container .product-tile-image-wrapper img {
    max-width: 100%;
    max-height: var(--skin-product-tile-image-container-height)
}

.product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper,
.product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper {
    height: var(--skin-product-tile-image-container-height-plp-mobile);
    margin-bottom: var(--skin-product-tile-image-margin-bottom-plp)
}

.product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper img,
.product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper img {
    max-height: var(--skin-product-tile-image-container-height-plp-mobile)
}

.product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper:not(.has-swatches),
.product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper:not(.has-swatches) {
    margin-bottom: calc(var(--skin-product-tile-image-margin-bottom-plp) + var(--skin-product-tile-swatch-height) + var(--skin-product-tile-swatch-margin-bottom))
}

@media(min-width:991px) {

    .product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper,
    .product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper {
        height: var(--skin-product-tile-image-container-height-plp-desktop)
    }

    .product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper img,
    .product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper img {
        max-height: var(--skin-product-tile-image-container-height-plp-desktop)
    }
}

.product-tile-container .color-swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0
}

.product-tile-container .color-swatches .swatch-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: var(--skin-product-tile-swatch-margin-bottom)
}

.product-tile-container .color-swatches .swatch-option:hover {
    cursor: pointer
}

.product-tile-container .color-swatches .swatch-option:not(:last-of-type) {
    margin-right: var(--skin-product-tile-swatch-margin-right)
}

.product-tile-container .color-swatches .swatch-option.selected {
    position: relative
}

.product-tile-container .color-swatches .swatch-option.selected::after {
    content: '';
    display: block;
    width: var(--skin-product-tile-swatch-selection-box-width);
    height: var(--skin-product-tile-swatch-selection-box-height);
    position: absolute;
    top: calc((var(--skin-product-tile-swatch-height) - var(--skin-product-tile-swatch-selection-box-height))/2);
    left: calc((var(--skin-product-tile-swatch-width) - var(--skin-product-tile-swatch-selection-box-width))/2);
    border: var(--skin-product-tile-swatch-selection-box-border);
    border-radius: var(--skin-product-tile-swatch-selection-box-border-radius)
}

.product-tile-container .color-swatches .swatch-option.selected .swatch {
    border: var(--skin-product-tile-swatch-selected-border)
}

.product-tile-container .color-swatches .swatch-option .swatch {
    width: var(--skin-product-tile-swatch-width);
    height: var(--skin-product-tile-swatch-height);
    border: var(--skin-product-tile-swatch-border);
    border-radius: var(--skin-product-tile-swatch-border-radius)
}

.product-tile-container .product-tile-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: calc(100% - var(--skin-product-tile-image-container-height) - var(--skin-product-tile-image-margin-bottom))
}

.product-tile-container .product-tile-body.plp-tile-body,
.product-tile-container .product-tile-body.product-family-tile-body {
    height: calc(100% - var(--skin-product-tile-image-container-height-plp-mobile) - var(--skin-product-tile-image-margin-bottom-plp) - var(--skin-product-tile-swatch-height) - var(--skin-product-tile-swatch-margin-bottom))
}

@media(min-width:991px) {

    .product-tile-container .product-tile-body.plp-tile-body,
    .product-tile-container .product-tile-body.product-family-tile-body {
        height: calc(100% - var(--skin-product-tile-image-container-height-plp-desktop) - var(--skin-product-tile-image-margin-bottom-plp) - var(--skin-product-tile-swatch-height) - var(--skin-product-tile-swatch-margin-bottom))
    }
}

.product-tile-container .product-tile-body .product-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: var(--skin-product-tile-callout-margin-bottom)
}

.product-tile-container .product-tile-body .product-callout img {
    max-width: var(--skin-product-tile-callout-icon-size);
    max-height: var(--skin-product-tile-callout-icon-size);
    margin-right: var(--skin-product-tile-callout-icon-margin-right)
}

.product-tile-container .product-tile-body .product-callout .product-callout-text {
    color: var(--skin-product-tile-callout-color);
    font-weight: var(--skin-product-tile-callout-font-weight);
    letter-spacing: var(--skin-product-tile-callout-letter-spacing);
    line-height: var(--skin-product-tile-callout-line-height)
}

.product-tile-container .product-tile-body .product-name-price-wrapper {
    font: var(--skin-product-tile-name-font-plp-desktop-non-plp);
    border-bottom: 1px solid var(--color-hr-border-color);
    font-family: var(--skin-header-font);
    color: var(--skin-primary-color)
}

@media(max-width:990.98px) {
    .product-tile-container .product-tile-body .product-name-price-wrapper {
        font: var(--skin-product-tile-name-font-plp-mobile-non-plp)
    }
}

.product-tile-container .product-tile-body .product-name-price-wrapper .price-value {
    color: var(--skin-secondary-color);
    font: var(--skin-product-tile-price-font-plp-desktop-non-plp)
}

@media(max-width:990.98px) {
    .product-tile-container .product-tile-body .product-name-price-wrapper .price-value {
        font: var(--skin-product-tile-price-font-plp-mobile-non-plp)
    }
}

.product-tile-container .product-tile-body .product-name {
    font-weight: var(--skin-product-tile-name-font-weight)
}

.product-tile-container .product-tile-body .plp-product-name {
    font: var(--skin-product-tile-name-font-plp-mobile);
    -webkit-text-decoration: var(--skin-product-tile-name-decoration-plp-mobile);
    text-decoration: var(--skin-product-tile-name-decoration-plp-mobile)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-body .plp-product-name {
        font: var(--skin-product-tile-name-font-plp-desktop);
        -webkit-text-decoration: var(--skin-product-tile-name-decoration);
        text-decoration: var(--skin-product-tile-name-decoration)
    }
}

.product-tile-container .product-tile-body .product-family-product-name {
    font-weight: var(--skin-product-family-product-name-font-weight)
}

.product-tile-container .product-tile-body .product-tagline {
    margin-top: var(--skin-product-tile-tagline-margin-top)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-body .product-tagline {
        font: var(--skin-product-tile-tagline-font-desktop)
    }
}

.product-tile-container .product-tile-body .product-tile-description {
    color: var(--skin-product-tile-description-color);
    width: 100%;
    margin-top: var(--skin-product-tile-description-margin-top)
}

.product-tile-container .product-tile-body .price-wrapper {
    color: var(--skin-product-tile-price-color);
    line-height: var(--skin-product-tile-price-line-height);
    width: 100%;
    margin-top: var(--skin-product-tile-price-margin-top)
}

.product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper {
    font: var(--skin-product-tile-price-font-plp-mobile);
    margin-top: var(--skin-product-tile-price-margin-top-plp-mobile)
}

.product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper .sale-price {
    margin-right: var(--skin-product-tile-sale-price-margin-right-plp-mobile)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper {
        font: var(--skin-product-tile-price-font-plp-desktop);
        margin-top: var(--skin-product-tile-price-margin-top)
    }

    .product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper .sale-price {
        margin-right: var(--skin-product-tile-sale-price-margin-right)
    }
}

.product-tile-container .product-tile-body .price-wrapper.product-family-price-wrapper .price {
    font: var(--skin-product-family-price-font)
}

.product-tile-container .product-tile-body .price-rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.product-tile-container .product-tile-body .price-rating-wrapper .product-tile-ratings {
    margin-top: var(--skin-product-tile-price-margin-top);
    margin-left: var(--skin-product-family-ratings-margin-left)
}

.product-tile-container .product-tile-body .price-rating-wrapper .product-tile-ratings .bv_averageRating_component_container,
.product-tile-container .product-tile-body .price-rating-wrapper .product-tile-ratings .bv_numReviews_component_container {
    display: none !important
}

.product-tile-container .product-tile-body .product-family-feature-list {
    width: 100%;
    margin-top: var(--skin-product-family-feature-list-margin-top)
}

.product-tile-container .product-tile-body .product-family-feature-list hr {
    border-color: var(--skin-product-family-feature-list-divider-color);
    margin-top: var(--skin-product-family-feature-list-divider-margin-top-bottom);
    margin-bottom: var(--skin-product-family-feature-list-divider-margin-top-bottom)
}

.product-tile-container .product-tile-body .product-family-feature-list .feature-list-callout {
    font-style: var(--skin-product-family-feature-list-callout-font-style);
    margin-top: var(--skin-product-family-feature-list-callout-margin-top)
}

.product-tile-container .plp-tile-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--skin-product-tile-button-height-mobile);
    width: var(--skin-product-tile-button-width);
    border-radius: var(--skin-product-tile-button-border-radius);
    font: var(--skin-product-tile-button-font-mobile);
    letter-spacing: var(--skin-product-tile-button-letter-spacing-mobile)
}

@media(min-width:991px) {
    .product-tile-container .plp-tile-button {
        height: var(--skin-product-tile-button-height-desktop);
        position: absolute;
        top: var(--skin-product-tile-button-top-position);
        opacity: var(--skin-product-tile-button-opacity);
        font: var(--skin-product-tile-button-font-desktop);
        letter-spacing: var(--skin-product-tile-button-letter-spacing-desktop);
        -webkit-transition: var(--skin-product-tile-button-transition);
        transition: var(--skin-product-tile-button-transition)
    }
}

.product-tile-container .plp-tile-button.btn-secondary-invert {
    background-color: var(--skin-product-tile-secondary-button-background-color);
    border-color: var(--skin-product-tile-secondary-button-border-color)
}

.product-tile-container .plp-tile-button.btn-secondary-invert:hover,
.product-tile-container .plp-tile-button.btn-secondary-invert:active,
.product-tile-container .plp-tile-button.btn-secondary-invert:focus {
    background-color: var(--skin-product-tile-secondary-button-background-color-hover);
    border-color: var(--skin-product-tile-secondary-button-border-color-hover)
}

.archived-tile-container .product-tile-wrapper.plp-tile-wrapper {
    height: 100%
}

.product-badge {
    font: var(--skin-product-badge-font);
    letter-spacing: var(--skin-product-page-letter-spacing);
    text-transform: var(--skin-product-badge-text-transform);
    background-color: var(--skin-product-badge-background-color);
    color: var(--skin-product-badge-color);
    padding: 0 10px;
    border-radius: var(--skin-product-badge-border-radius);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}

.product-badge.sale {
    background-color: var(--skin-product-badge-callout-background-color)
}

.primary-images .product-badge {
    top: 0;
    left: 0
}

@media(min-width:991px) {
    .primary-images .product-badge {
        left: 6px
    }
}

@media(max-width:766.98px) {
    .primary-images .product-badge {
        left: 6px
    }
}

.primary-images .product-badge.archived {
    background-color: transparent;
    color: var(--skin-product-badge-background-color);
    border: 2px solid var(--skin-product-badge-background-color)
}

.suggestions-products .product-badge {
    background-color: transparent;
    color: var(--skin-product-badge-background-color)
}

.suggestions-products .product-badge.sale {
    background-color: transparent;
    color: var(--skin-product-badge-callout-background-color)
}

.form-nav .nav-tabs .nav-link {
    color: #333
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    color: #333
}

.nav-tabs .nav-link.active {
    background-color: transparent
}

@media(min-width:991px) {
    .form-nav .nav-item>.nav-link {
        color: #333
    }
}

.product-breadcrumb .breadcrumb-holder .breadcrumb,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb {
    border: none;
    margin: 0;
    padding: 0
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:before,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:before {
    padding-right: 5px
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item+.breadcrumb-item,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a .fa-chevron-left,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a .fa-chevron-left {
    height: 12px;
    line-height: 12px
}

@media(max-width:766.98px) {

    .product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:nth-child(2):before,
    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:nth-child(2):before {
        display: none
    }
}

#archive-pdp .breadcrumb-item {
    display: none
}

#archive-pdp .breadcrumb-item--first,
#archive-pdp .breadcrumb-item--first+.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:990.98px) {

    #archive-pdp .breadcrumb-item--first,
    #archive-pdp .breadcrumb-item::before {
        display: none
    }
}

#archive-pdp .breadcrumb-asset {
    display: none
}

.product-breadcrumb {
    position: relative
}

.product-breadcrumb .breadcrumb-holder {
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media(max-width:766.98px) {
    .product-breadcrumb .breadcrumb-holder {
        top: 15px
    }
}

.product-breadcrumb .breadcrumb-holder .breadcrumb-item--first .fa {
    display: none
}

@media(max-width:766.98px) {
    .product-breadcrumb .breadcrumb-holder .breadcrumb-item--first .fa {
        display: block
    }

    .product-breadcrumb .breadcrumb-holder .breadcrumb-item--first span {
        display: none
    }
}

.product-breadcrumb .breadcrumb-holder .breadcrumb-item-pdp-text {
    display: none
}

.product-breadcrumb .breadcrumb-holder .breadcrumb-asset {
    display: none
}

.product-detail-breadcrumb {
    height: 75px;
    background: var(--skin-background-color-4);
    margin-bottom: var(--skin-page-padding-desktop)
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb {
        margin-bottom: var(--skin-page-padding-mobile)
    }
}

.product-detail-breadcrumb .breadcrumb-holder {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .breadcrumb-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first .fa {
    display: none
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item {
        display: none
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first .fa {
        display: block
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first span {
        display: none
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--last::before {
        display: none
    }
}

.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a {
    text-transform: none
}

.product-detail-breadcrumb .pdp-breadcrumb-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features {
        margin-top: 6px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: var(--skin-heading-color-3);
    list-style: none;
    padding-left: 30px
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature {
        border-left: 1px solid var(--skin-border-color-2);
        margin-left: 12px;
        padding-left: 12px;
        text-align: center
    }

    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }
}

.product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--icon {
    padding-right: 7px
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--icon {
        display: none
    }
}

.product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--title {
    font-style: italic
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--title {
        font-size: 11px
    }
}

.veil {
    position: absolute;
    z-index: 100;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000
}

.spinner {
    width: 80px;
    height: 80px;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc($spinner-size/2 * -1);
    margin-left: calc($spinner-size/2 * -1)
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.product-line-item-summary .line-item-name {
    margin: 0
}

.product-line-item-summary .line-item-name span {
    font: var(--skin-product-card-name-font);
    color: var(--skin-product-card-name-color);
    margin-bottom: 8px
}

.product-line-item-summary .line-item-unit-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    padding-left: var(--skin-product-card-padding-checkout);
    text-align: right
}

@media(max-width:766.98px) {
    .product-line-item-summary .line-item-unit-price {
        width: 100%;
        padding-top: 12px;
        padding-left: calc(var(--skin-product-card-padding-checkout) + var(--skin-product-card-image-dim-checkout-mobile))
    }
}

.product-line-item-summary .line-item-unit-price .price {
    font: var(--skin-product-card-price-font);
    color: var(--skin-product-card-price-color)
}

.product-line-item-summary .line-item-unit-price .price .sale-price {
    color: var(--skin-product-card-price-color-sale);
    margin: 0
}

.product-line-item-summary .line-item-unit-price .price .list {
    color: var(--skin-product-card-price-color-list);
    font-size: 13px
}

@media(max-width:766.98px) {
    .product-line-item-summary .line-item-unit-price .price .list {
        font-size: inherit;
        margin-left: 10px
    }
}

@media(max-width:766.98px) {
    .product-line-item-summary .line-item-unit-price .price>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-line-item {
    padding: 25px 20px;
    border-bottom: 1px solid var(--skin-checkout-border-color)
}

.product-line-item:last-child {
    border-bottom: none
}

.product-line-item+.product-line-item::before {
    display: none
}

.receipt .product-line-item {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid var(--skin-checkout-border-color)
}

@media(max-width:766.98px) {
    .receipt .product-line-item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.popover-minicart .product-line-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item {
        padding-top: 20px
    }
}

@media(max-width:766.98px) {
    .product-line-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-line-item .item-image {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    margin: 0
}

.product-line-item .item-image img {
    display: block;
    height: var(--skin-product-card-image-dim-checkout);
    width: var(--skin-product-card-image-dim-checkout);
    margin-right: var(--skin-product-card-padding-checkout);
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:766.98px) {
    .product-line-item .item-image img {
        height: var(--skin-product-card-image-dim-checkout-mobile);
        width: var(--skin-product-card-image-dim-checkout-mobile)
    }
}

.receipt .product-line-item .item-image img {
    height: var(--skin-product-card-image-dim-confirmation);
    width: var(--skin-product-card-image-dim-confirmation);
    margin-right: var(--skin-product-card-padding-confirmation);
    margin-top: 5px
}

@media(max-width:766.98px) {
    .receipt .product-line-item .item-image img {
        height: var(--skin-product-card-image-dim-confirmation-mobile);
        width: var(--skin-product-card-image-dim-confirmation-mobile)
    }
}

.order-detail-replace .product-line-item .item-image img {
    height: var(--skin-product-card-image-dim-detail);
    width: var(--skin-product-card-image-dim-detail);
    margin-right: var(--skin-product-card-padding-detail)
}

.popover-minicart .product-line-item .item-image img {
    height: var(--skin-product-card-image-dim-minicart);
    width: var(--skin-product-card-image-dim-minicart);
    margin-right: var(--skin-product-card-padding-minicart)
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item .item-image img {
        height: var(--skin-product-card-image-dim-minicart-mobile);
        width: var(--skin-product-card-image-dim-minicart-mobile);
        margin-right: var(--skin-product-card-padding-minicart-mobile)
    }
}

.product-line-item .product-line-item-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product-line-item .product-line-item-details p,
.product-line-item .product-line-item-details span,
.product-line-item .product-line-item-details .line-item-option {
    font: var(--skin-product-card-attribute-font);
    color: var(--skin-product-card-attribute-color);
    margin: 0
}

.product-line-item .product-line-item-details .line-item-name {
    margin: 0
}

.product-line-item .product-line-item-details .line-item-name span {
    font: var(--skin-product-card-name-font);
    color: var(--skin-product-card-name-color);
    margin-bottom: 8px
}

.popover-minicart .product-line-item .product-line-item-details .line-item-name span {
    color: var(--skin-product-card-name-color-minicart)
}

.product-line-item .product-line-item-details .line-item-tagline {
    margin-top: 6px
}

.product-line-item .product-line-item-details .item-attributes {
    margin-top: 12px
}

.popover-minicart .product-line-item .product-line-item-details .item-attributes {
    margin-top: 8px
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item .product-line-item-details .item-attributes {
        margin-top: 6px
    }
}

.product-line-item .product-line-item-details .line-item-availability .line-item-attribute .fa {
    display: none
}

.product-line-item .product-line-item-details .line-item-availability.line-item-preorder .line-item-attribute:not(.line-item-instock-date) {
    display: none
}

.product-line-item .line-item-unit-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    padding-left: var(--skin-product-card-padding-checkout);
    text-align: right
}

@media(max-width:766.98px) {
    .product-line-item .line-item-unit-price {
        width: 100%;
        padding-top: 12px;
        padding-left: calc(var(--skin-product-card-padding-checkout) + var(--skin-product-card-image-dim-checkout-mobile))
    }

    .receipt .product-line-item .line-item-unit-price {
        padding-left: calc(var(--skin-product-card-padding-confirmation) + var(--skin-product-card-image-dim-confirmation-mobile))
    }
}

.popover-minicart .product-line-item .line-item-unit-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding-top: 10px;
    padding-left: calc(var(--skin-product-card-image-dim-minicart) + var(--skin-product-card-padding-minicart))
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item .line-item-unit-price {
        padding-top: 6px;
        padding-left: calc(var(--skin-product-card-image-dim-minicart-mobile) + var(--skin-product-card-padding-minicart-mobile))
    }
}

.product-line-item .line-item-unit-price .price {
    font: var(--skin-product-card-price-font);
    color: var(--skin-product-card-price-color)
}

.product-line-item .line-item-unit-price .price .sale-price {
    color: var(--skin-product-card-price-color-sale);
    margin: 0
}

.product-line-item .line-item-unit-price .price .list {
    color: var(--skin-product-card-price-color-list);
    font-size: 13px
}

@media(max-width:766.98px) {
    .product-line-item .line-item-unit-price .price .list {
        font-size: inherit;
        margin-left: 10px
    }
}

.popover-minicart .product-line-item .line-item-unit-price .price .list {
    font-size: inherit;
    margin-left: 10px
}

.popover-minicart .product-line-item .line-item-unit-price .price {
    font: var(--skin-product-card-price-font-mini-cart)
}

.popover-minicart .product-line-item .line-item-unit-price .price>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:766.98px) {
    .product-line-item .line-item-unit-price .price>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-summary-collapsed {
    padding: 15px 20px 20px
}

.product-summary-collapsed .item-image {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    margin: 0
}

.product-summary-collapsed .item-image img {
    display: block;
    height: var(--skin-product-card-image-dim-collapsed);
    width: var(--skin-product-card-image-dim-collapsed);
    margin-right: var(--skin-product-card-padding-collapsed);
    -o-object-fit: contain;
    object-fit: contain
}

.product-summary-collapsed .line-item-header {
    margin-left: 15px
}

@media(max-width:766.98px) {
    .product-summary-collapsed .line-item-header {
        max-width: 157px
    }
}

.product-summary-collapsed .product-line-item-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-summary-collapsed .product-line-item-summary {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-summary-collapsed .product-line-item-summary:not(:first-child) {
    margin-top: 10px
}

.product-summary-collapsed .product-line-item-summary .line-item-unit-price {
    margin-left: auto
}

@media(max-width:766.98px) {
    .product-summary-collapsed .line-item-unit-price {
        padding-top: 0;
        padding-left: unset
    }

    .product-summary-collapsed .line-item-unit-price .price span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-summary-collapsed .line-item-unit-price .price .list {
        margin-left: unset
    }
}

.minicart {
    position: relative
}

.modal-cart {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    border-radius: 10px;
    border: none
}

@media(max-width:766.98px) {
    .modal-cart {
        max-width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
        right: 20px
    }
}

.modal-cart::before {
    left: auto;
    right: 15px
}

.modal-cart::after {
    left: auto;
    right: 16px
}

.modal-cart.show {
    display: block
}

.modal-cart .card-body {
    padding: 0
}

.modal-cart .modal-cart-header {
    position: relative;
    background: #0b131a;
    border: 1px solid var(--color-white);
    border-radius: 10px 10px 0 0;
    padding: 0
}

.modal-cart .modal-cart-header h1,
.modal-cart .modal-cart-header h2 {
    font-size: 1.125rem;
    color: var(--color-white);
    line-height: 26px;
    margin: 20px 12px
}

@media(max-width:766.98px) {

    .modal-cart .modal-cart-header h1,
    .modal-cart .modal-cart-header h2 {
        margin: 25px 20px
    }
}

.modal-cart .modal-cart-header h1 i,
.modal-cart .modal-cart-header h2 i {
    margin-right: 12px
}

.modal-cart .modal-cart-header .modal-cart-close {
    background: 0 0;
    color: var(--color-white);
    border: none;
    padding: 0;
    height: 20px;
    width: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px
}

.modal-cart .modal-cart-header .modal-cart-close:focus,
.modal-cart .modal-cart-header .modal-cart-close:active {
    border: none;
    outline: none
}

.modal-cart .modal-cart-footer {
    border-radius: 0 0 10px 10px;
    padding: 0 25px 13px;
    border: none
}

@media(max-width:766.98px) {
    .modal-cart .modal-cart-footer {
        padding-bottom: 25px
    }
}

@media(min-width:639px) {
    .modal-cart.popover-minicart {
        left: auto;
        right: var(--skin-page-padding-desktop);
        -webkit-transform: none;
        transform: none;
        min-width: 30rem;
        max-width: 30rem
    }
}

.modal-cart.popover-minicart .row {
    margin-left: 0;
    margin-right: 0
}

.modal-cart.popover-minicart .cart {
    background-color: var(--skin-body-background-color);
    border-radius: 10px;
    padding: 0
}

.modal-cart.popover-minicart .remove-btn {
    color: #999;
    float: right;
    background-color: var(--color-white);
    border: none;
    font-size: 1.625em;
    margin-top: -.313em;
    padding: 0
}

.modal-cart.popover-minicart .product-summary {
    max-height: 21.875em;
    overflow-y: auto;
    overflow-x: hidden
}

.modal-cart.popover-minicart .product-summary .col-12 {
    padding: 0
}

.modal-cart.popover-minicart .product-summary .card {
    border: none
}

.modal-cart.popover-minicart .card-body {
    padding: 0
}

.modal-cart.popover-minicart .quantity-label {
    font-size: .813em
}

.modal-cart.popover-minicart .quantity {
    width: 100%
}

.modal-cart.popover-minicart .minicart-viewcart {
    margin-bottom: 12px
}

.modal-cart.popover-minicart .minicart-viewcart .btn-secondary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-cart.popover-minicart .estimated-total {
    margin-top: .625em
}

.modal-cart.popover-minicart .sub-total-label {
    font-size: 1em;
    font-weight: 600
}

.modal-cart.popover-minicart .sub-total {
    font-size: 1em;
    font-weight: 600
}

.modal-cart.popover-minicart .line-item-divider {
    margin: .625em -.625em .625em -1.325em
}

.modal-cart.popover-minicart .line-item-name {
    width: 90%
}

.info-icon {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 0;
    background: inherit
}

.info-icon .fa {
    color: var(--skin-primary-color);
    font-size: 13px
}

.info-icon .tooltip {
    position: absolute;
    border-radius: var(--skin-tooltip-border-radius);
    background-color: var(--skin-tooltip-background-color);
    font: var(--skin-tooltip-font);
    color: var(--skin-tooltip-font-color);
    padding: 15px;
    top: calc(100% + 10px);
    left: -35px;
    width: 245px;
    -webkit-animation: fade-in .5s linear forwards;
    animation: fade-in .5s linear forwards
}

@media(min-width:991px) {
    .info-icon .tooltip {
        top: 50%;
        left: calc(50% + 25px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 280px
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: .9
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: .9
    }
}

.info-icon .tooltip::after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--skin-tooltip-background-color);
    height: 20px;
    width: 20px;
    border-radius: 2px;
    top: 0;
    left: 32px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg)
}

@media(min-width:991px) {
    .info-icon .tooltip::after {
        top: 50%;
        left: 1px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }
}

.swatch-circle-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter/2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter/2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter/2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #008827;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #008827;
    border-radius: calc($diameter/2);
    background-color: #008827;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter/2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter/2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter/2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter/2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter/2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter/2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, #ff0), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

header.search-active {
    position: relative
}

.site-search {
    position: relative
}

@media(max-width:638.98px) {
    .header-search .site-search {
        display: none
    }
}

.suggestions .item .name em {
    font-weight: var(--skin-weight-medium)
}

.site-search {
    max-height: 0;
    background-color: var(--skin-site-search-background);
    overflow: hidden;
    -webkit-transition: .5s max-height;
    transition: .5s max-height;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 30
}

.site-search.active {
    max-height: 200vh
}

.site-search-content {
    border-radius: 0;
    padding-top: 28px;
    padding-bottom: 28px
}

.site-search button {
    color: var(--skin-primary-color);
    border: none;
    padding: 0;
    background-color: transparent
}

.site-search button:hover {
    color: var(--skin-primary-color-hover)
}

.site-search-close {
    position: absolute;
    font-size: 21px;
    border: 0;
    top: 2px;
    right: 0
}

.site-search-close:before {
    vertical-align: middle
}

.site-search-submit {
    position: absolute;
    font-size: 24px;
    height: 100%;
    top: 0;
    right: 4px
}

.site-search-reset {
    position: absolute;
    font-size: 24px;
    height: 100%;
    top: 0;
    right: -40px
}

.site-search .search-field {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    padding: 0 30px 0 0
}

.site-search .do-you-mean a {
    text-transform: capitalize
}

.site-search .suggestions-wrapper {
    width: 100%
}

@media(max-width:990.98px) {
    .site-search .suggestions {
        padding: 0
    }
}

.site-search .suggestions a {
    color: var(--skin-primary-color)
}

.site-search .suggestions a:hover {
    color: var(--skin-primary-color-hover)
}

.site-search .suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-search .suggestions li {
    padding-bottom: 10px
}

.site-search .suggestions-heading {
    border-bottom: var(--skin-input-border);
    padding: 30px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.site-search .suggestions-heading .eyebrow {
    margin: 0;
    line-height: 18px
}

@media(min-width:991px) {
    .site-search .suggestions-phrases {
        padding-right: 30px
    }
}

.site-search .suggestions-products-image {
    background-color: var(--skin-product-tile-background-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--skin-site-search-image-height-mobile)
}

@media(min-width:767px) {
    .site-search .suggestions-products-image {
        height: var(--skin-site-search-image-height-tablet)
    }
}

@media(min-width:991px) {
    .site-search .suggestions-products-image {
        height: var(--skin-site-search-image-height-desktop)
    }
}

@media(min-width:767px) {
    .site-search .suggestions-products-info {
        margin-bottom: 15px
    }
}

.site-search .suggestions-products a {
    padding-bottom: 10px;
    padding-right: 10px
}

.site-search .suggestions-products a:hover {
    text-decoration: none
}

.site-search .suggestions-products a:hover .name {
    text-decoration: underline
}

.site-search .suggestions-products img {
    max-width: 100%;
    padding: 26px 0
}

.site-search .suggestions-products .name {
    display: block;
    font-weight: var(--skin-weight-medium);
    color: var(--skin-primary-color);
    padding: 15px 0 10px
}

.swatch-circle-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter/2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter/2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter/2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #008827;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #008827;
    border-radius: calc($diameter/2);
    background-color: #008827;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter/2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter/2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter/2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter/2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter/2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter/2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, #ff0), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.su-category-archive__search-categories--search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px
}

@media(max-width:990.98px) {
    .su-category-archive__search-categories--search {
        padding-top: 45px;
        padding-bottom: 40px
    }
}

.su-category-archive__search-categories--search .denon-archive-search-title {
    text-align: center;
    padding-bottom: 40px
}

.su-archive-search #searchButton {
    border: none;
    background: 0 0
}

.denon-archive-search-empty {
    border-top: var(--skin-input-border);
    padding: var(--skin-margin-small-desktop) 0
}

@media(max-width:990.98px) {
    .denon-archive-search-empty {
        padding: var(--skin-margin-small-mobile) 0
    }
}

.denon-archive-search-empty .denon-archive-search-empty--cta {
    margin-top: var(--skin-margin-x-small-desktop)
}

@media(max-width:990.98px) {
    .denon-archive-search-empty .denon-archive-search-empty--cta {
        margin-top: var(--skin-margin-x-small-mobile)
    }
}

.su-category-archive__search-categories--categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    padding-bottom: 70px
}

@media(max-width:990.98px) {
    .su-category-archive__search-categories--categories {
        padding-bottom: 40px
    }
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 0 10px 10px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:990.98px) {
    .su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement button {
    width: 100%;
    height: 100%;
    background: var(--skin-invert-color);
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement button.active {
    color: var(--skin-primary-color);
    border-color: var(--skin-primary-color)
}

.su-category-archive__slot-divider {
    margin: 70px 0
}

.popular-slot .popular-slot-title {
    margin-bottom: 20px
}

@media(max-width:990.98px) {
    .popular-slot .popular-slot-title {
        margin-bottom: 22px
    }
}

.popular-slot .popular-products-list:not(.glider) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popular-slot .popular-products-list:not(.glider) .slide {
    margin: 0;
    overflow: visible
}

.popular-slot .popular-products-list.glider .slide {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.category-tile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 20px;
    margin: 0 0 10px
}

.category-tile .category-tile--title {
    margin: 20px 0 0;
    text-align: center;
    font-weight: var(--skin-weight-regular)
}

@media(max-width:766.98px) {
    .category-tile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .category-tile .category-tile--img {
        max-width: 133px;
        max-height: 133px
    }

    .category-tile .category-tile--title {
        margin: 0;
        padding: 0 0 0 30px
    }
}

.popular-slot .popular-slot-title {
    margin-bottom: 20px
}

@media(max-width:990.98px) {
    .popular-slot .popular-slot-title {
        margin-bottom: 22px
    }
}

.popular-slot .popular-products-list:not(.glider) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popular-slot .popular-products-list:not(.glider) .slide {
    margin: 0;
    overflow: visible
}

.popular-slot .popular-products-list.glider .slide {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.popular-products {
    padding-bottom: 10px
}

.popular-products .popular-products-list .col-sm-6 {
    margin-bottom: 20px
}

@media(max-width:638.98px) {
    .menu-toggleable-left.navbar-toggleable-xs {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-xs.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:766.98px) {
    .menu-toggleable-left.navbar-toggleable-sm {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-sm.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:990.98px) {
    .menu-toggleable-left.navbar-toggleable-md {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-md.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:1438.98px) {
    .menu-toggleable-left.navbar-toggleable-lg {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-lg.in {
        min-width: 50%;
        left: 0
    }
}

.menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
    transition: left .5s cubic-bezier(0, 1, .5, 1);
    display: block;
    max-width: 100%
}

.menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0
}

.navbar.bg-inverse {
    background-color: transparent !important;
    padding: 0
}

@media(min-width:991px) {
    .navbar.bg-inverse .navbar-nav .nav-item+.nav-item {
        margin-left: 0
    }

    .navbar.bg-inverse .navbar-nav .nav-link {
        padding: .8rem;
        white-space: nowrap
    }
}

.navbar-expand-md .navbar-nav.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-expand-md .navbar-nav.nav-spaced {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.navbar-expand-md .navbar-nav.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
    background-color: #fff;
    color: #444
}

@media(min-width:991px) {
    .nav-item>.nav-link {
        color: #fff
    }
}

@media(max-width:990.98px) {
    .main-menu.menu-toggleable-left {
        background-color: #fff;
        z-index: 4
    }
}

.menu-toggleable-left .close-menu {
    padding: 15px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media(min-width:991px) {
    .menu-toggleable-left .close-menu {
        display: none
    }
}

.menu-toggleable-left .menu-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.menu-toggleable-left li>.close-menu {
    margin-right: 0;
    margin-top: -.6rem;
    margin-left: 0
}

@media(max-width:990.98px) {
    .menu-toggleable-left .bg-inverse {
        background-color: #fff !important;
        color: #222
    }
}

@media(max-width:766.98px) {
    .menu-toggleable-left.in {
        right: 0;
        margin-right: 1.25em
    }
}

@media(max-width:990.98px) {
    .menu-toggleable-left.in .nav-item+.nav-item {
        border-top: 1px solid #eee
    }

    .menu-toggleable-left.in .dropdown {
        display: block;
        position: static
    }

    .menu-toggleable-left.in .dropdown-toggle {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .dropdown-toggle::after {
        border-top: .3em solid transparent;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
        position: absolute;
        right: .3em;
        margin-top: .55em
    }

    .menu-toggleable-left.in .nav-item .nav-link {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .show>.dropdown-menu {
        left: 0
    }

    .menu-toggleable-left.in .dropdown-menu {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block
    }
}

.multilevel-dropdown .dropdown-menu {
    top: 90%;
    border: 0;
    border-radius: 0
}

@media(min-width:991px) {
    .multilevel-dropdown .dropdown-menu {
        -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, .4);
        box-shadow: 0 3px 5px rgba(43, 36, 25, .4)
    }
}

.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: .3em;
    margin-top: .55em
}

@media(min-width:991px) {
    .multilevel-dropdown .dropdown-menu>.dropdown>.dropdown-menu {
        top: -.65em;
        left: 99%
    }
}

.multilevel-dropdown .navbar>.close-menu>.back {
    display: none
}

.multilevel-dropdown .close-menu .back .caret-left {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-left: .3 solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-bottom: .125em
}

.multilevel-dropdown .dropdown-item {
    padding: 0 0 0 1em
}

.multilevel-dropdown .dropdown-item .dropdown-link {
    display: block;
    padding: .425em 5em .425em 0
}

.multilevel-dropdown .dropdown-item+.dropdown-item {
    border-top: 1px solid #eee
}

.multilevel-dropdown .dropdown-item.top-category {
    font-weight: 700
}

.multilevel-dropdown .dropdown-item.top-category>.nav-link {
    padding-left: 0
}

.help-me-choose {
    width: 100%;
    padding: 0 15px
}

@media(max-width:990.98px) {
    .help-me-choose {
        padding: 0
    }
}

.category-asset {
    position: relative
}

@media(min-width:991px) {
    .category-asset {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        height: 100%
    }
}

.category-asset .content-asset {
    height: 100%;
    overflow: hidden
}

.category-asset .mega-menu--default-asset {
    height: 100%;
    width: 100%
}

.category-asset .mega-menu--default-asset .mega-menu--default-asset-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.category-asset .mega-menu--default-asset .mega-menu--default-asset-copy {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 66%;
    padding-left: 10%
}

@media(min-width:991px) {
    .category-asset .mega-menu--default-asset .mega-menu--default-asset-copy {
        bottom: 45px;
        width: 50%
    }
}

body.nav-active .page {
    position: relative
}

body.nav-active header {
    position: relative;
    z-index: 100
}

body.nav-active header nav {
    z-index: 100
}

header {
    background: var(--skin-menu-color-1)
}

.logo-print-only {
    display: none
}

.header-banner>div {
    height: var(--skin-banner-height-desktop);
    background-color: var(--skin-secondary-color);
    color: var(--skin-banner-text-color-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:990.98px) {
    .header-banner>div {
        height: var(--skin-banner-height-mobile)
    }
}

.header-banner p {
    color: var(--skin-banner-text-color-1);
    font: var(--skin-banner-font-desktop);
    margin: 0
}

@media(max-width:990.98px) {
    .header-banner p {
        font: var(--skin-banner-font-mobile)
    }
}

.header-banner a {
    color: var(--skin-banner-link-color-1);
    font: var(--skin-banner-font-desktop)
}

@media(max-width:990.98px) {
    nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

nav .header {
    z-index: 1
}

@media(max-width:990.98px) {
    nav .header>.row>.col-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    nav .header .navbar-header {
        height: var(--skin-nav-height-mobile);
        -ms-flex-item-align: center;
        align-self: center
    }
}

nav .header .navbar-toggler {
    font: var(--skin-nav-main-font-desktop);
    color: var(--skin-nav-text-color-1-desktop)
}

nav .header .navbar-toggler .fa {
    font-size: var(--skin-nav-icon-size-mobile)
}

nav .header .navbar-toggler .navbar-toggler--open {
    display: inline-block
}

nav .header .navbar-toggler .navbar-toggler--close {
    display: none
}

nav .header .navbar-toggler[aria-expanded=true] .navbar-toggler--open {
    display: none
}

nav .header .navbar-toggler[aria-expanded=true] .navbar-toggler--close {
    display: inline-block
}

nav .header .brand {
    height: 47px;
    margin: 0;
    padding-top: 0
}

nav .dropdown-toggle::after {
    display: none
}

nav .main-menu {
    position: relative;
    background-color: transparent;
    height: 100px !important;
    padding: 10px 0px;
}

nav .main-menu .main-menu-row {
    margin: 0
}

@media(max-width:990.98px) {
    nav .main-menu.navbar-toggleable-md {
        position: absolute;
        top: var(--skin-nav-height-mobile);
        bottom: 0;
        height: 100dvh;
        margin: 0;
        z-index: 20
    }

    nav .main-menu.navbar-toggleable-md>.container {
        height: 100%;
        overflow-y: auto;
        background-color: var(--skin-menu-color-2)
    }

    nav .main-menu.navbar-toggleable-md .close-menu {
        margin: 0;
        padding: 0;
        display: block
    }

    nav .main-menu.navbar-toggleable-md .close-menu button {
        background: var(--skin-menu-color-2);
        color: var(--skin-menu-sub-color-1);
        font: var(--skin-nav-main-font-mobile);
        font-weight: var(--skin-weight-medium);
        text-transform: uppercase;
        padding: 15px calc(var(--skin-page-padding-mobile) + 10px);
        letter-spacing: .5px;
        position: relative
    }

    nav .main-menu.navbar-toggleable-md .close-menu button .fa {
        margin-top: 2px;
        position: absolute;
        top: 50%;
        left: var(--skin-page-padding-mobile);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

nav .main-menu .navbar-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

nav .main-menu .navbar-nav .nav-item {
    padding: 0 30px 0 0
}

@media screen and (max-width:1220px) {
    nav .main-menu .navbar-nav .nav-item {
        padding: 0 20px 0 0
    }
}

@media screen and (max-width:1130px) {
    nav .main-menu .navbar-nav .nav-item {
        padding: 0 15px 0 0
    }
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item {
        padding: 15px 0;
        border-color: var(--skin-nav-text-color-2-desktop)
    }
}

@media(min-width:991px) {

    nav .main-menu .navbar-nav .nav-item.show .nav-link,
    nav .main-menu .navbar-nav .nav-item .nav-link:hover,
    nav .main-menu .navbar-nav .nav-item .nav-link:focus {
        background: 0 0;
        color: var(--skin-nav-text-color-1-desktop)
    }

    nav .main-menu .navbar-nav .nav-item.show .nav-link,
    nav .main-menu .navbar-nav .nav-item .nav-link:hover {
        border-bottom-color: var(--skin-menu-border-color-1-desktop)
    }
}

nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu {
    padding: 0
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        height: 100%;
        min-height: 450px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container>.row {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container>.row>div {
        padding: 0
    }
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item.nav-item-content .dropdown-menu .dropdown-link .dropdown-item--copy {
        padding-left: 15px;
        margin-top: -5px
    }
}

nav .main-menu .navbar-nav .nav-item.nav-item-content .dropdown-menu .dropdown-link .dropdown-item--title {
    text-align: left;
    font: var(--skin-menu-sub-font-content-desktop);
    padding: 0;
    min-height: 0;
    margin-bottom: 5px
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item.nav-item-content .dropdown-menu .dropdown-link .dropdown-item--title {
        font: var(--skin-menu-sub-font-content-mobile)
    }
}

nav .main-menu .navbar-nav .nav-item .nav-link {
    font: var(--skin-nav-main-font-desktop);
    color: var(--skin-nav-text-color-1-desktop)
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item .nav-link {
        letter-spacing: .5px;
        font: var(--skin-nav-main-font-mobile);
        color: var(--skin-nav-text-color-1-mobile);
        padding: 0 var(--skin-page-padding-mobile)
    }

    nav .main-menu .navbar-nav .nav-item .nav-link i {
        position: relative;
        top: 1px
    }
}

@media screen and (max-width:1130px) {
    nav .main-menu .navbar-nav .nav-item .nav-link {
        font-size: 12px
    }
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item .nav-link {
        display: block;
        height: var(--skin-menu-height-desktop);
        line-height: calc(var(--skin-menu-height-desktop) - 8px);
        padding: 0;
        border-width: 4px 0;
        border-style: solid;
        border-color: transparent
    }
}

nav .main-menu .navbar-nav .nav-item:last-child .nav-link {
    font-style: italic
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item:last-child .nav-link {
        padding: 0;
        color: var(--skin-nav-text-color-2-desktop)
    }
}

nav .main-menu .navbar-nav .dropdown-menu {
    top: 100%;
    right: 0;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 46px
}

nav .main-menu .navbar-nav .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu {
        top: 0;
        padding: 0;
        height: 100%;
        overflow-y: auto
    }

    nav .main-menu .navbar-nav .dropdown-menu .container {
        background: var(--skin-nav-bg-color);
        padding: 0;
        overflow: hidden
    }
}

@media(min-width:767px) {
    nav .main-menu .navbar-nav .dropdown-menu {
        background-color: var(--skin-nav-bg-color)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .category-item {
    border: none;
    list-style: none
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .category-item {
        padding: 20px var(--skin-page-padding-mobile);
        border-bottom: 1px solid var(--skin-menu-border-color-1-mobile)
    }

    nav .main-menu .navbar-nav .dropdown-menu .category-item.show-help {
        padding: 5px var(--skin-page-padding-mobile)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .category-item:hover,
nav .main-menu .navbar-nav .dropdown-menu .category-item:focus {
    background-color: transparent
}

nav .main-menu .navbar-nav .dropdown-menu .category-item:hover .dropdown-item--title,
nav .main-menu .navbar-nav .dropdown-menu .category-item:focus .dropdown-item--title {
    text-decoration: underline
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-menu--view-all {
    display: block;
    color: var(--skin-menu-sub-color-1);
    font: var(--skin-menu-shop-all-font-desktop);
    text-transform: uppercase;
    margin: 30px 0 0
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-menu--view-all {
        margin: 0;
        padding: 15px var(--skin-page-padding-mobile);
        font: var(--skin-menu-shop-all-font-mobile);
        border-bottom: 1px solid var(--skin-menu-border-color-1-mobile)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link {
    text-decoration: none;
    padding: 0
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link:hover .btn-secondary {
    background-color: var(--skin-secondary-button-background-color-hover);
    border-color: var(--skin-secondary-button-border-color-hover);
    color: var(--skin-secondary-button-text-color-hover)
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .img-fluid {
    border-radius: 5px
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--title {
    color: var(--skin-menu-sub-color-1);
    font: var(--skin-menu-sub-font-product-desktop);
    line-height: 18px;
    margin: 10px 0;
    text-align: center;
    white-space: break-spaces;
    padding: 0 20px;
    min-height: 36px
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--title:hover {
    color: var(--skin-menu-sub-color-1-hover)
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--title {
        font: var(--skin-menu-sub-font-product-desktop);
        text-align: left;
        margin: 0;
        min-height: 0
    }
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--description {
    white-space: normal;
    font: var(--skin-menu-copy-font-desktop);
    color: var(--skin-nav-text-color-3-desktop);
    padding-bottom: 34px
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--description {
        padding-bottom: 0;
        font: var(--skin-menu-copy-font-mobile);
        color: var(--skin-nav-text-color-3-mobile)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--button {
    font-size: .75rem
}

@media screen and (max-width:1140px) and (min-width:991px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--button {
        padding: 0 10px
    }
}

@media screen and (min-width:991px) {
    nav .main-menu .navbar-nav .dropdown-menu div.d-none+.show-help .dropdown-item--button {
        margin-bottom: 21px
    }
}

nav .main-menu .site-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 10
}

nav .main-menu .user .user-message {
    display: none
}

nav .navbar-utility {
    color: var(--skin-nav-text-color-1-desktop)
}

nav .navbar-utility>div {
    margin-left: 24px
}

@media screen and (max-width:1130px) {
    nav .navbar-utility>div {
        margin-left: 20px
    }
}

@media screen and (max-width:1024px) {
    nav .navbar-utility>div {
        margin-left: 12px
    }
}

nav .navbar-utility a {
    font: var(--skin-nav-main-font-desktop);
    color: var(--skin-nav-text-color-1-desktop);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1130px) {
    nav .navbar-utility a {
        font-size: 12px
    }
}

nav .navbar-utility a.navbar-utility--link:hover {
    text-decoration: none;
    color: var(--skin-menu-border-color-1-desktop)
}

nav .navbar-utility a .fa {
    font-size: var(--skin-nav-icon-size-desktop)
}

@media(max-width:990.98px) {
    nav .navbar-utility a .fa {
        font-size: var(--skin-nav-icon-size-mobile)
    }
}

nav .navbar-utility .minicart {
    margin-top: 0
}

nav .navbar-utility .minicart-quantity {
    background-color: var(--skin-link-color);
    height: 15px;
    width: 15px;
    line-height: 15px;
    position: absolute;
    left: 10px;
    top: -7px
}

nav .navbar-utility.navbar-utility-header {
    padding-right: var(--skin-page-padding-mobile)
}

@media(max-width:990.98px) {
    nav .navbar-utility:not(.navbar-utility-header) {
        background-color: var(--skin-menu-color-2);
        padding: 25px 0 5px
    }

    nav .navbar-utility:not(.navbar-utility-header) .support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 var(--skin-page-padding-mobile) !important
    }

    nav .navbar-utility:not(.navbar-utility-header) .support a {
        padding: 0 !important
    }

    nav .navbar-utility:not(.navbar-utility-header)>div {
        margin: 0 0 30px;
        padding: 0
    }

    nav .navbar-utility:not(.navbar-utility-header) a {
        color: var(--skin-nav-text-color-2-mobile);
        font: var(--skin-header-main-font-mobile);
        padding: 0 var(--skin-page-padding-mobile) !important
    }

    nav .navbar-utility:not(.navbar-utility-header) a .fa {
        margin-right: 10px
    }

    nav .navbar-utility:not(.navbar-utility-header) a .navbar-utility--text {
        display: inline-block
    }
}

.sticky-main-nav {
    position: relative
}

.sticky-main-nav>nav {
    background: var(--skin-nav-bg-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%
}

.sticky-main-nav>nav.active {
    position: fixed;
    top: -100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.sticky-main-nav>nav.animate-header {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sticky-main-nav>nav.show-header {
    top: 0
}

.sticky-main-nav.non-pd-header+#maincontent {
    padding-top: var(--skin-nav-height-mobile)
}

@media(min-width:991px) {
    .sticky-main-nav.non-pd-header+#maincontent {
        padding-top: var(--skin-menu-height-desktop)
    }
}

@media(min-width:991px) {
    [data-animate=true] [data-scroll-reveal] {
        visibility: hidden
    }
}

input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/icon-font.eot?3748e3e54bd1ee6177ae3227861db6fb#iefix) format("embedded-opentype"), url(../fonts/icon-font.woff2?3748e3e54bd1ee6177ae3227861db6fb) format("woff2"), url(../fonts/icon-font.woff?3748e3e54bd1ee6177ae3227861db6fb) format("woff"), url(../fonts/icon-font.ttf?3748e3e54bd1ee6177ae3227861db6fb) format("truetype"), url(../fonts/icon-font.svg?3748e3e54bd1ee6177ae3227861db6fb#icon-font) format("svg")
}

.fa:before {
    font-family: icon-font !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa.fa-angle-double-down:before {
    content: "ï„"
}

.fa.fa-angle-double-left:before {
    content: "ï„‚"
}

.fa.fa-angle-double-right:before {
    content: "ï„ƒ"
}

.fa.fa-angle-double-up:before {
    content: "ï„„"
}

.fa.fa-angle-down:before {
    content: "ï„…"
}

.fa.fa-angle-left:before {
    content: "ï„†"
}

.fa.fa-angle-right:before {
    content: "ï„‡"
}

.fa.fa-angle-up:before {
    content: "ï„ˆ"
}

.fa.fa-arrow-down:before {
    content: "ï„‰"
}

.fa.fa-arrow-left:before {
    content: "ï„Š"
}

.fa.fa-arrow-right:before {
    content: "ï„‹"
}

.fa.fa-arrow-up:before {
    content: "ï„Œ"
}

.fa.fa-arrows-alt:before {
    content: "ï„"
}

.fa.fa-bars:before {
    content: "ï„Ž"
}

.fa.fa-briefcase:before {
    content: "ï„"
}

.fa.fa-caret-down:before {
    content: "ï„"
}

.fa.fa-caret-left:before {
    content: "ï„‘"
}

.fa.fa-caret-right:before {
    content: "ï„’"
}

.fa.fa-caret-up:before {
    content: "ï„“"
}

.fa.fa-cart-plus:before {
    content: "ï„”"
}

.fa.fa-check-circle:before {
    content: "ï„•"
}

.fa.fa-check-square:before {
    content: "ï„–"
}

.fa.fa-check:before {
    content: "ï„—"
}

.fa.fa-chevron-circle-left:before {
    content: "ï„˜"
}

.fa.fa-chevron-circle-right:before {
    content: "ï„™"
}

.fa.fa-chevron-down:before {
    content: "ï„š"
}

.fa.fa-chevron-left:before {
    content: "ï„›"
}

.fa.fa-chevron-right:before {
    content: "ï„œ"
}

.fa.fa-chevron-up:before {
    content: "ï„"
}

.fa.fa-circle-arrow:before {
    content: "ï„ž"
}

.fa.fa-circle-notch:before {
    content: "ï„Ÿ"
}

.fa.fa-circle:before {
    content: "ï„ "
}

.fa.fa-cube:before {
    content: "ï„¡"
}

.fa.fa-discount:before {
    content: "ï„¢"
}

.fa.fa-error:before {
    content: "ï„£"
}

.fa.fa-exclamation-triangle:before {
    content: "ï„¤"
}

.fa.fa-expand-alt:before {
    content: "ï„¥"
}

.fa.fa-external-link-alt:before {
    content: "ï„¦"
}

.fa.fa-facebook-f:before {
    content: "ï„§"
}

.fa.fa-filter:before {
    content: "ï„¨"
}

.fa.fa-google:before {
    content: "ï„©"
}

.fa.fa-info-circle:before {
    content: "ï„ª"
}

.fa.fa-instagram:before {
    content: "ï„«"
}

.fa.fa-link:before {
    content: "ï„¬"
}

.fa.fa-linkedin:before {
    content: "ï„­"
}

.fa.fa-live-chat:before {
    content: "ï„®"
}

.fa.fa-long-arrow-alt-down:before {
    content: "ï„¯"
}

.fa.fa-long-arrow-alt-left:before {
    content: "ï„°"
}

.fa.fa-long-arrow-alt-right:before {
    content: "ï„±"
}

.fa.fa-long-arrow-alt-up:before {
    content: "ï„²"
}

.fa.fa-map-marker-alt:before {
    content: "ï„³"
}

.fa.fa-minus:before {
    content: "ï„´"
}

.fa.fa-phone:before {
    content: "ï„µ"
}

.fa.fa-pinterest:before {
    content: "ï„¶"
}

.fa.fa-play-circle:before {
    content: "ï„·"
}

.fa.fa-plus:before {
    content: "ï„¸"
}

.fa.fa-question-circle:before {
    content: "ï„¹"
}

.fa.fa-search:before {
    content: "ï„º"
}

.fa.fa-shipping-box:before {
    content: "ï„»"
}

.fa.fa-shopping-cart-plus:before {
    content: "ï„¼"
}

.fa.fa-shopping-cart:before {
    content: "ï„½"
}

.fa.fa-sign-up-for-texts-alt:before {
    content: "ï„¾"
}

.fa.fa-sign-up-for-texts:before {
    content: "ï„¿"
}

.fa.fa-spinner:before {
    content: "ï…€"
}

.fa.fa-star-half-alt:before {
    content: "ï…"
}

.fa.fa-star-half:before {
    content: "ï…‚"
}

.fa.fa-star:before {
    content: "ï…ƒ"
}

.fa.fa-submenu-toggle:before {
    content: "ï…„"
}

.fa.fa-times:before {
    content: "ï……"
}

.fa.fa-truck-fast:before {
    content: "ï…†"
}

.fa.fa-twitter:before {
    content: "ï…‡"
}

.fa.fa-user:before {
    content: "ï…ˆ"
}

.fa.fa-volume-mute:before {
    content: "ï…‰"
}

.fa.fa-volume-up:before {
    content: "ï…Š"
}

.fa.fa-x:before {
    content: "ï…‹"
}

.fa.fa-youtube:before {
    content: "ï…Œ"
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/icon-font.eot?3ee9ceeefefb972f0feafd35710c8faf#iefix) format("embedded-opentype"), url(../fonts/icon-font.woff2?3ee9ceeefefb972f0feafd35710c8faf) format("woff2"), url(../fonts/icon-font.woff?3ee9ceeefefb972f0feafd35710c8faf) format("woff"), url(../fonts/icon-font.ttf?3ee9ceeefefb972f0feafd35710c8faf) format("truetype"), url(../fonts/icon-font.svg?3ee9ceeefefb972f0feafd35710c8faf#icon-font) format("svg")
}

.fa:before {
    font-family: icon-font !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa.fa-angle-double-down:before {
    content: "ï„"
}

.fa.fa-angle-double-left:before {
    content: "ï„‚"
}

.fa.fa-angle-double-right:before {
    content: "ï„ƒ"
}

.fa.fa-angle-double-up:before {
    content: "ï„„"
}

.fa.fa-angle-down:before {
    content: "ï„…"
}

.fa.fa-angle-left:before {
    content: "ï„†"
}

.fa.fa-angle-right:before {
    content: "ï„‡"
}

.fa.fa-angle-up:before {
    content: "ï„ˆ"
}

.fa.fa-arrow-down:before {
    content: "ï„‰"
}

.fa.fa-arrow-left:before {
    content: "ï„Š"
}

.fa.fa-arrow-right:before {
    content: "ï„‹"
}

.fa.fa-arrow-up:before {
    content: "ï„Œ"
}

.fa.fa-arrows-alt:before {
    content: "ï„"
}

.fa.fa-bars:before {
    content: "ï„Ž"
}

.fa.fa-briefcase:before {
    content: "ï„"
}

.fa.fa-caret-down:before {
    content: "ï„"
}

.fa.fa-caret-left:before {
    content: "ï„‘"
}

.fa.fa-caret-right:before {
    content: "ï„’"
}

.fa.fa-caret-up:before {
    content: "ï„“"
}

.fa.fa-cart-plus:before {
    content: "ï„”"
}

.fa.fa-check-circle:before {
    content: "ï„•"
}

.fa.fa-check-square:before {
    content: "ï„–"
}

.fa.fa-check:before {
    content: "ï„—"
}

.fa.fa-chevron-circle-left:before {
    content: "ï„˜"
}

.fa.fa-chevron-circle-right:before {
    content: "ï„™"
}

.fa.fa-chevron-down:before {
    content: "ï„š"
}

.fa.fa-chevron-left:before {
    content: "ï„›"
}

.fa.fa-chevron-right:before {
    content: "ï„œ"
}

.fa.fa-chevron-up:before {
    content: "ï„"
}

.fa.fa-circle-arrow:before {
    content: "ï„ž"
}

.fa.fa-circle-notch:before {
    content: "ï„Ÿ"
}

.fa.fa-circle:before {
    content: "ï„ "
}

.fa.fa-cube:before {
    content: "ï„¡"
}

.fa.fa-discount:before {
    content: "ï„¢"
}

.fa.fa-error:before {
    content: "ï„£"
}

.fa.fa-exclamation-triangle:before {
    content: "ï„¤"
}

.fa.fa-expand-alt:before {
    content: "ï„¥"
}

.fa.fa-external-link-alt:before {
    content: "ï„¦"
}

.fa.fa-facebook-f:before {
    content: "ï„§"
}

.fa.fa-filter:before {
    content: "ï„¨"
}

.fa.fa-google:before {
    content: "ï„©"
}

.fa.fa-info-circle:before {
    content: "ï„ª"
}

.fa.fa-instagram:before {
    content: "ï„«"
}

.fa.fa-link:before {
    content: "ï„¬"
}

.fa.fa-linkedin:before {
    content: "ï„­"
}

.fa.fa-live-chat:before {
    content: "ï„®"
}

.fa.fa-long-arrow-alt-down:before {
    content: "ï„¯"
}

.fa.fa-long-arrow-alt-left:before {
    content: "ï„°"
}

.fa.fa-long-arrow-alt-right:before {
    content: "ï„±"
}

.fa.fa-long-arrow-alt-up:before {
    content: "ï„²"
}

.fa.fa-map-marker-alt:before {
    content: "ï„³"
}

.fa.fa-minus:before {
    content: "ï„´"
}

.fa.fa-phone:before {
    content: "ï„µ"
}

.fa.fa-pinterest:before {
    content: "ï„¶"
}

.fa.fa-play-circle:before {
    content: "ï„·"
}

.fa.fa-plus:before {
    content: "ï„¸"
}

.fa.fa-question-circle:before {
    content: "ï„¹"
}

.fa.fa-search:before {
    content: "ï„º"
}

.fa.fa-shipping-box:before {
    content: "ï„»"
}

.fa.fa-shopping-cart-plus:before {
    content: "ï„¼"
}

.fa.fa-shopping-cart:before {
    content: "ï„½"
}

.fa.fa-sign-up-for-texts-alt:before {
    content: "ï„¾"
}

.fa.fa-sign-up-for-texts:before {
    content: "ï„¿"
}

.fa.fa-spinner:before {
    content: "ï…€"
}

.fa.fa-star-half-alt:before {
    content: "ï…"
}

.fa.fa-star-half:before {
    content: "ï…‚"
}

.fa.fa-star:before {
    content: "ï…ƒ"
}

.fa.fa-submenu-toggle:before {
    content: "ï…„"
}

.fa.fa-times:before {
    content: "ï……"
}

.fa.fa-truck-fast:before {
    content: "ï…†"
}

.fa.fa-twitter:before {
    content: "ï…‡"
}

.fa.fa-user:before {
    content: "ï…ˆ"
}

.fa.fa-volume-mute:before {
    content: "ï…‰"
}

.fa.fa-volume-up:before {
    content: "ï…Š"
}

.fa.fa-x:before {
    content: "ï…‹"
}

.fa.fa-youtube:before {
    content: "ï…Œ"
}

.modal-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    opacity: .5;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.hide-order-discount {
    display: none
}

.hide-shipping-discount {
    display: none
}

.order-discount {
    color: #008827
}

.shipping-discount {
    color: #008827
}

.error-messaging {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.error-hero {
    background-image: url(../images/no-page-found.jpg);
    background-size: cover;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.error-hero .error-title.page-title {
    left: auto;
    line-height: 2.5rem
}

@media(min-width:767px) {
    .error-hero .error-title.page-title {
        line-height: 4rem
    }
}

.error-message {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem
}

.error.continue-shopping {
    margin-bottom: 6.25em;
    display: inline-block;
    line-height: 35px
}

.error-unassigned-category {
    color: #c00
}

.skip {
    position: absolute;
    left: 0;
    top: -4.2em;
    overflow: hidden;
    padding: 1em 1.5em;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 10000000;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.error-hero {
    background-image: none
}

.error-hero a {
    margin-top: 40px
}

.feature {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-feature-mobile);
    letter-spacing: .07rem
}

@media(min-width:767px) {
    .feature {
        font: var(--skin-headline-feature-tablet)
    }
}

@media(min-width:991px) {
    .feature {
        font: var(--skin-headline-feature-desktop)
    }
}

.headline0 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-0-mobile);
    letter-spacing: .07rem
}

@media(min-width:767px) {
    .headline0 {
        font: var(--skin-headline-0-tablet)
    }
}

@media(min-width:991px) {
    .headline0 {
        font: var(--skin-headline-0-desktop)
    }
}

h1,
.headline1 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-1-mobile);
    letter-spacing: .07rem
}

h1.text-light,
.theme-light h1,
.headline1.text-light,
.theme-light .headline1 {
    font-weight: 300 !important
}

@media(min-width:767px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-tablet)
    }
}

@media(min-width:991px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-desktop)
    }
}

h2,
.headline2 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-2-mobile);
    letter-spacing: .07rem
}

h2.text-light,
.theme-light h2,
.headline2.text-light,
.theme-light .headline2 {
    /* font-weight: 300 !important */
}

@media(min-width:767px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-tablet)
    }
}

@media(min-width:991px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-desktop)
    }
}

h3,
.headline3 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-3-mobile);
    letter-spacing: .07rem
}

h3.text-light,
.theme-light h3,
.headline3.text-light,
.theme-light .headline3 {
    font-weight: 300 !important
}

@media(min-width:767px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-tablet)
    }
}

@media(min-width:991px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-desktop)
    }
}

h4,
.headline4 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-4-mobile);
    letter-spacing: .07rem
}

@media(min-width:767px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-tablet)
    }
}

@media(min-width:991px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-desktop)
    }
}

h5,
.modal-header h1,
.modal-header h3,
.headline5 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-5-mobile);
    letter-spacing: .07rem
}

@media(min-width:767px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-tablet)
    }
}

@media(min-width:991px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-desktop)
    }
}

h6,
.modal h2,
.modal h4,
.modal-header h3,
.modal-cart .modal-cart-header h1,
.headline6 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-6-mobile);
    letter-spacing: .07rem
}

@media(min-width:767px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-tablet)
    }
}

@media(min-width:991px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-desktop)
    }
}

.headline7 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-7-mobile);
    letter-spacing: .06rem
}

@media(min-width:767px) {
    .headline7 {
        font: var(--skin-headline-7-tablet)
    }
}

@media(min-width:991px) {
    .headline7 {
        font: var(--skin-headline-7-desktop)
    }
}

.text-bold {
    font-weight: var(--skin-weight-bold) !important
}

.text-regular {
    font-weight: var(--skin-weight-regular) !important
}

.text-medium {
    font-weight: var(--skin-weight-medium) !important
}

.text-light {
    font-weight: var(--skin-weight-light) !important
}

.product-tile-container .product-tile-body .product-callout .product-callout-text,
.eyebrow {
    font: var(--skin-eyebrow);
    letter-spacing: var(--skin-eyebrow-letter-spacing);
    text-transform: var(--skin-eyebrow-transform);
    color: #1a1a1a;
}

@media(max-width:1438.98px) {

    .product-tile-container .product-tile-body .product-callout .product-callout-text,
    .eyebrow {
        font: var(--skin-eyebrow-mobile)
    }
}

body .p-feature {
    color: var(--skin-body-color);
    font: var(--skin-p-feature-mobile);
    letter-spacing: .08rem
}

@media(min-width:991px) {
    body .p-feature {
        font: var(--skin-p-feature-desktop)
    }
}

.product-tile-container .product-tile-body .price-wrapper,
body .p-xlarge {
    color: var(--skin-body-color);
    font: var(--skin-p-xlarge-mobile);
    letter-spacing: .055rem
}

@media(min-width:991px) {

    .product-tile-container .product-tile-body .price-wrapper,
    body .p-xlarge {
        font: var(--skin-p-xlarge)
    }
}

label,
footer .site-details,
footer .site-details a,
footer .footer-nav-column .title,
footer .footer-nav-column li a,
footer .email-sign-up #footer-email-sign-up,
footer .text-sign-up-link,
footer .locale-selector,
.product-tile-container .product-tile-body .product-family-product-name,
.product-tile-container .product-tile-body .product-tile-description,
.product-tile-container .product-tile-body .product-family-feature-list,
.site-search .suggestions li,
body .p-large {
    color: var(--skin-body-color);
    font: var(--skin-p-large-mobile);
    letter-spacing: .055rem
}

@media(min-width:991px) {

    label,
    footer .site-details,
    footer .site-details a,
    footer .footer-nav-column .title,
    footer .footer-nav-column li a,
    footer .email-sign-up #footer-email-sign-up,
    footer .text-sign-up-link,
    footer .locale-selector,
    .product-tile-container .product-tile-body .product-family-product-name,
    .product-tile-container .product-tile-body .product-tile-description,
    .product-tile-container .product-tile-body .product-family-feature-list,
    .site-search .suggestions li,
    body .p-large {
        font: var(--skin-p-large)
    }
}

p,
#country-selector .locale-list li a,
body .p-regular {
    color: var(--skin-body-color);
    font: var(--skin-p-regular-mobile);
    letter-spacing: .05rem
}

@media(min-width:991px) {

    p,
    #country-selector .locale-list li a,
    body .p-regular {
        font: var(--skin-p-regular)
    }
}

.input-error,
footer .email-sign-up label,
footer .email-sign-up .footer-disclaimer-text,
footer .auxiliary-navigation span,
.product-tile-container .product-tile-body .product-tagline,
.site-search .suggestions-products .price,
.site-search .suggestions-products .name,
label,
body .p-small {
    color: var(--skin-body-color);
    font: var(--skin-p-small-mobile);
    letter-spacing: .045rem
}

@media(min-width:991px) {

    .input-error,
    footer .email-sign-up label,
    footer .email-sign-up .footer-disclaimer-text,
    footer .auxiliary-navigation span,
    .product-tile-container .product-tile-body .product-tagline,
    .site-search .suggestions-products .price,
    .site-search .suggestions-products .name,
    label,
    body .p-small {
        font: var(--skin-p-small)
    }
}

a,
.text-link,
.btn-link {
    color: var(--skin-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration);
    position: relative
}

a:hover,
a:active,
a:focus,
.text-link:hover,
.text-link:active,
.text-link:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: var(--skin-link-color-hover);
    -webkit-text-decoration: var(--skin-link-decoration-hover);
    text-decoration: var(--skin-link-decoration-hover)
}

.btn {
    letter-spacing: 1.95px
}

.btn.btn-link {
    text-transform: uppercase;
    font: var(--skin-button-font);
    font-weight: 500;
    letter-spacing: .17rem;
    padding: 0
}

@media(max-width:990.98px) {
    .btn.btn-link {
        font-size: 12px
    }
}

.btn.btn-link:hover {
    text-decoration: none
}

.btn.btn-link:hover:before {
    background-color: var(--skin-link-color-hover)
}

.btn.btn-link:before {
    content: '';
    /* height: 1px;
    width: 100%; */
    position: absolute;
    left: 0;
    bottom: 12px
}

.btn.btn-link:after {
    content: "";
    font-weight: 500;
    font-family: icon-font;
    font-size: 10px;
    letter-spacing: 0;
    vertical-align: bottom;
    margin-left: 5px
}

.bg-dark a:not([class*=btn-]),
.bg-dark .text-link,
.bg-dark .btn-link,
.bg-primary a:not([class*=btn-]),
.bg-primary .text-link,
.bg-primary .btn-link {
    color: var(--skin-link-color-light)
}

.bg-dark a:not([class*=btn-]):hover,
.bg-dark a:not([class*=btn-]):focus,
.bg-dark .text-link:hover,
.bg-dark .text-link:focus,
.bg-dark .btn-link:hover,
.bg-dark .btn-link:focus,
.bg-primary a:not([class*=btn-]):hover,
.bg-primary a:not([class*=btn-]):focus,
.bg-primary .text-link:hover,
.bg-primary .text-link:focus,
.bg-primary .btn-link:hover,
.bg-primary .btn-link:focus {
    color: var(--skin-link-color-light)
}

.bg-dark a:not([class*=btn-]):hover:before,
.bg-dark a:not([class*=btn-]):focus:before,
.bg-dark .text-link:hover:before,
.bg-dark .text-link:focus:before,
.bg-dark .btn-link:hover:before,
.bg-dark .btn-link:focus:before,
.bg-primary a:not([class*=btn-]):hover:before,
.bg-primary a:not([class*=btn-]):focus:before,
.bg-primary .text-link:hover:before,
.bg-primary .text-link:focus:before,
.bg-primary .btn-link:hover:before,
.bg-primary .btn-link:focus:before {
    background-color: var(--skin-link-color-light)
}

.bg-dark .eyebrow,
.bg-primary .eyebrow {
    color: var(--skin-link-color-light)
}

strong {
    font-weight: var(--skin-weight-regular)
}

.experience-component .eyebrow {
    font-size: 25px !important;
    margin-bottom: 20px !important;
}

.experience-component .title-text {
    margin: 0 0 10px
}

.experience-component .title-text>* {
    margin: 0
}

.experience-component .title-text span {
    font-style: normal;
    color: var(--skin-primary-color) !important
}

.experience-component .paragraph-text>* {
    margin: 0
}

.experience-component .cta-wrapper {
    margin-top: 20px
}

.experience-component .horizontal-line.with-text,
.experience-component .horizontal-line-cta {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.experience-component .horizontal-line.with-text::before,
.experience-component .horizontal-line.with-text::after,
.experience-component .horizontal-line-cta::before,
.experience-component .horizontal-line-cta::after {
    content: '';
    display: block;
    height: 1.1px;
    background-color: var(--color-hr-border-color)
}

.experience-component .horizontal-line hr {
    border-color: var(--color-hr-border-color)
}

.experience-component .cta1-button {
    margin-right: 10px
}

@media(max-width:990.98px) {
    .experience-component .cta1-button {
        margin: 0 0 10px
    }
}

.four-column-layout>div,
.two-column-layout.image-grid>div {
    padding-left: var(--skin-page-padding-mobile);
    padding-right: var(--skin-page-padding-mobile)
}

@media(min-width:639px) {

    .four-column-layout>div,
    .two-column-layout.image-grid>div {
        padding-left: var(--skin-page-padding-tablet);
        padding-right: var(--skin-page-padding-tablet)
    }
}

@media(min-width:991px) {

    .four-column-layout>div,
    .two-column-layout.image-grid>div {
        padding-left: var(--skin-page-padding-desktop);
        padding-right: var(--skin-page-padding-desktop)
    }
}

.experience-aSortFirst_sound_united_components-cta:only-child {
    height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.experience-aSortFirst_sound_united_components-cta:only-child .cta-wrapper {
    margin: 0
}

@media(max-width:766.98px) {
    .experience-aSortFirst_sound_united_components-cta:only-child .cta-wrapper {
        margin: 20px 0 40px
    }
}

.keyTechnologies ul,
.boxContents ul {
    list-style-type: none
}

.pdp-feature-tile {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media(max-width:990.98px) {
    .pdp-feature-tile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width:766.98px) {
    .pdp-feature-tile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media(max-width:638.98px) {
    .pdp-feature-tile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.pdp-feature-tile div.content-asset {
    border-radius: var(--skin-image-border-radius);
    background-color: var(--skin-background-color-4);
    text-align: center;
    text-transform: uppercase;
    padding: 13px;
    height: 100%
}

.pdp-feature-tile div.content-asset div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pdp-feature-tile img {
    margin: auto;
    max-width: 100%
}

.boxContents ul {
    padding: 0
}

.boxContents .pdp-feature-tile .content-asset {
    padding: 20px;
    border-radius: 10px
}

.boxContents .pdp-feature-tile img {
    margin: 20px
}

@media(max-width:766.98px) {
    .boxContents .pdp-feature-tile img {
        margin: 10px
    }
}

.boxContents .pdp-feature-tile span {
    font: var(--skin-p-xsmall)
}

@media(min-width:991px) {
    .boxContents .pdp-feature-tile span {
        font: var(--skin-p-regular)
    }
}

@media(max-width:990.98px) {
    .keyTechnologies ul {
        padding: 0
    }
}

@media(max-width:990.98px) {
    .keyTechnologies .glider-carousel {
        margin-left: -5px
    }
}

.keyTechnologies .glider-dots-custom {
    padding: 0
}

.keyTechnologies .glider-dots-custom .glider-dot {
    margin: 10px 0
}

.keyTechnologies .pdp-feature-tile .content-asset {
    position: relative
}

@media(max-width:990.98px) {
    .keyTechnologies .pdp-feature-tile .content-asset {
        padding: 20px 19px 35px
    }
}

@media(min-width:991px) {
    .keyTechnologies .pdp-feature-tile .content-asset div {
        display: block
    }
}

.keyTechnologies .pdp-feature-tile img {
    padding: 60px
}

@media(max-width:1438.98px) {
    .keyTechnologies .pdp-feature-tile img {
        padding: 30px
    }
}

@media(max-width:990.98px) {
    .keyTechnologies .pdp-feature-tile img {
        max-height: 80px;
        position: relative;
        margin: -5px 0 -10px;
        padding: 0
    }
}

.keyTechnologies .pdp-feature-tile span {
    text-transform: none;
    border-radius: var(--skin-image-border-radius);
    font: var(--skin-p-large)
}

@media(min-width:991px) {
    .keyTechnologies .pdp-feature-tile span {
        font: var(--skin-p-small);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 20px;
        background-color: var(--skin-tertiary-color);
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }
}

@media(min-width:991px) {
    .keyTechnologies .pdp-feature-tile span {
        font: var(--skin-p-large)
    }
}

.keyTechnologies .pdp-feature-tile:hover span {
    opacity: 1
}

#key-technologies-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pdp-feature-tile {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

@media(min-width:991px) {
    .pdp-feature-tile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.pdp-feature-tile div.content-asset {
    text-transform: initial;
    background-color: initial
}

.pdp-feature-tile div.content-asset h6 {
    letter-spacing: 0;
    color: #0b131a
}

.pdp-feature-tile div.content-asset p {
    color: #5c5a59
}

.boxContents ul {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width:991px) {
    .boxContents ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.experience-aSortFirst_sound_united_dynamic_components-boxContents {
    background-color: var(--color-white)
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/icon-font.eot?3748e3e54bd1ee6177ae3227861db6fb#iefix) format("embedded-opentype"), url(../fonts/icon-font.woff2?3748e3e54bd1ee6177ae3227861db6fb) format("woff2"), url(../fonts/icon-font.woff?3748e3e54bd1ee6177ae3227861db6fb) format("woff"), url(../fonts/icon-font.ttf?3748e3e54bd1ee6177ae3227861db6fb) format("truetype"), url(../fonts/icon-font.svg?3748e3e54bd1ee6177ae3227861db6fb#icon-font) format("svg")
}

.fa:before {
    font-family: icon-font !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa.fa-angle-double-down:before {
    content: "ï„"
}

.fa.fa-angle-double-left:before {
    content: "ï„‚"
}

.fa.fa-angle-double-right:before {
    content: "ï„ƒ"
}

.fa.fa-angle-double-up:before {
    content: "ï„„"
}

.fa.fa-angle-down:before {
    content: "ï„…"
}

.fa.fa-angle-left:before {
    content: "ï„†"
}

.fa.fa-angle-right:before {
    content: "ï„‡"
}

.fa.fa-angle-up:before {
    content: "ï„ˆ"
}

.fa.fa-arrow-down:before {
    content: "ï„‰"
}

.fa.fa-arrow-left:before {
    content: "ï„Š"
}

.fa.fa-arrow-right:before {
    content: "ï„‹"
}

.fa.fa-arrow-up:before {
    content: "ï„Œ"
}

.fa.fa-arrows-alt:before {
    content: "ï„"
}

.fa.fa-bars:before {
    content: "ï„Ž"
}

.fa.fa-briefcase:before {
    content: "ï„"
}

.fa.fa-caret-down:before {
    content: "ï„"
}

.fa.fa-caret-left:before {
    content: "ï„‘"
}

.fa.fa-caret-right:before {
    content: "ï„’"
}

.fa.fa-caret-up:before {
    content: "ï„“"
}

.fa.fa-cart-plus:before {
    content: "ï„”"
}

.fa.fa-check-circle:before {
    content: "ï„•"
}

.fa.fa-check-square:before {
    content: "ï„–"
}

.fa.fa-check:before {
    content: "ï„—"
}

.fa.fa-chevron-circle-left:before {
    content: "ï„˜"
}

.fa.fa-chevron-circle-right:before {
    content: "ï„™"
}

.fa.fa-chevron-down:before {
    content: "ï„š"
}

.fa.fa-chevron-left:before {
    content: "ï„›"
}

.fa.fa-chevron-right:before {
    content: "ï„œ"
}

.fa.fa-chevron-up:before {
    content: "ï„"
}

.fa.fa-circle-arrow:before {
    content: "ï„ž"
}

.fa.fa-circle-notch:before {
    content: "ï„Ÿ"
}

.fa.fa-circle:before {
    content: "ï„ "
}

.fa.fa-cube:before {
    content: "ï„¡"
}

.fa.fa-discount:before {
    content: "ï„¢"
}

.fa.fa-error:before {
    content: "ï„£"
}

.fa.fa-exclamation-triangle:before {
    content: "ï„¤"
}

.fa.fa-expand-alt:before {
    content: "ï„¥"
}

.fa.fa-external-link-alt:before {
    content: "ï„¦"
}

.fa.fa-facebook-f:before {
    content: "ï„§"
}

.fa.fa-filter:before {
    content: "ï„¨"
}

.fa.fa-google:before {
    content: "ï„©"
}

.fa.fa-info-circle:before {
    content: "ï„ª"
}

.fa.fa-instagram:before {
    content: "ï„«"
}

.fa.fa-link:before {
    content: "ï„¬"
}

.fa.fa-linkedin:before {
    content: "ï„­"
}

.fa.fa-live-chat:before {
    content: "ï„®"
}

.fa.fa-long-arrow-alt-down:before {
    content: "ï„¯"
}

.fa.fa-long-arrow-alt-left:before {
    content: "ï„°"
}

.fa.fa-long-arrow-alt-right:before {
    content: "ï„±"
}

.fa.fa-long-arrow-alt-up:before {
    content: "ï„²"
}

.fa.fa-map-marker-alt:before {
    content: "ï„³"
}

.fa.fa-minus:before {
    content: "ï„´"
}

.fa.fa-phone:before {
    content: "ï„µ"
}

.fa.fa-pinterest:before {
    content: "ï„¶"
}

.fa.fa-play-circle:before {
    content: "ï„·"
}

.fa.fa-plus:before {
    content: "ï„¸"
}

.fa.fa-question-circle:before {
    content: "ï„¹"
}

.fa.fa-search:before {
    content: "ï„º"
}

.fa.fa-shipping-box:before {
    content: "ï„»"
}

.fa.fa-shopping-cart-plus:before {
    content: "ï„¼"
}

.fa.fa-shopping-cart:before {
    content: "ï„½"
}

.fa.fa-sign-up-for-texts-alt:before {
    content: "ï„¾"
}

.fa.fa-sign-up-for-texts:before {
    content: "ï„¿"
}

.fa.fa-spinner:before {
    content: "ï…€"
}

.fa.fa-star-half-alt:before {
    content: "ï…"
}

.fa.fa-star-half:before {
    content: "ï…‚"
}

.fa.fa-star:before {
    content: "ï…ƒ"
}

.fa.fa-submenu-toggle:before {
    content: "ï…„"
}

.fa.fa-times:before {
    content: "ï……"
}

.fa.fa-truck-fast:before {
    content: "ï…†"
}

.fa.fa-twitter:before {
    content: "ï…‡"
}

.fa.fa-user:before {
    content: "ï…ˆ"
}

.fa.fa-volume-mute:before {
    content: "ï…‰"
}

.fa.fa-volume-up:before {
    content: "ï…Š"
}

.fa.fa-x:before {
    content: "ï…‹"
}

.fa.fa-youtube:before {
    content: "ï…Œ"
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.feature {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-feature-mobile)
}

@media(min-width:767px) {
    .feature {
        font: var(--skin-headline-feature-tablet)
    }
}

@media(min-width:991px) {
    .feature {
        font: var(--skin-headline-feature-desktop)
    }
}

.headline0 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-0-mobile)
}

@media(min-width:767px) {
    .headline0 {
        font: var(--skin-headline-0-tablet)
    }
}

@media(min-width:991px) {
    .headline0 {
        font: var(--skin-headline-0-desktop)
    }
}

h1,
.headline1 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-1-mobile)
}

@media(min-width:767px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-tablet)
    }
}

@media(min-width:991px) {

    h1,
    .headline1 {
        font: var(--skin-headline-1-desktop)
    }
}

h2,
.headline2 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-2-mobile)
}

@media(min-width:767px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-tablet)
    }
}

@media(min-width:991px) {

    h2,
    .headline2 {
        font: var(--skin-headline-2-desktop)
    }
}

h3,
.headline3 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-3-mobile)
}

@media(min-width:767px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-tablet)
    }
}

@media(min-width:991px) {

    h3,
    .headline3 {
        font: var(--skin-headline-3-desktop)
    }
}

h4,
.headline4 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-4-mobile)
}

@media(min-width:767px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-tablet)
    }
}

@media(min-width:991px) {

    h4,
    .headline4 {
        font: var(--skin-headline-4-desktop)
    }
}

h5,
.modal-header h1,
.modal-header h3,
.headline5 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-5-mobile)
}

@media(min-width:767px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-tablet)
    }
}

@media(min-width:991px) {

    h5,
    .modal-header h1,
    .modal-header h3,
    .headline5 {
        font: var(--skin-headline-5-desktop)
    }
}

h6,
.modal h2,
.modal h4,
.modal-header h3,
.modal-cart .modal-cart-header h1,
.headline6 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-6-mobile)
}

@media(min-width:767px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-tablet)
    }
}

@media(min-width:991px) {

    h6,
    .modal h2,
    .modal h4,
    .modal-header h3,
    .modal-cart .modal-cart-header h1,
    .headline6 {
        font: var(--skin-headline-6-desktop)
    }
}

.headline7 {
    color: var(--skin-heading-color-1);
    font: var(--skin-headline-7-mobile)
}

@media(min-width:767px) {
    .headline7 {
        font: var(--skin-headline-7-tablet)
    }
}

@media(min-width:991px) {
    .headline7 {
        font: var(--skin-headline-7-desktop)
    }
}

.text-bold {
    font-weight: var(--skin-weight-bold) !important
}

.text-regular {
    font-weight: var(--skin-weight-regular) !important
}

.text-medium {
    font-weight: var(--skin-weight-medium) !important
}

.text-light {
    font-weight: var(--skin-weight-light) !important
}

.product-tile-container .product-tile-body .product-callout .product-callout-text,
.eyebrow {
    font: var(--skin-eyebrow);
    letter-spacing: var(--skin-eyebrow-letter-spacing);
    text-transform: var(--skin-eyebrow-transform)
}

@media(max-width:1438.98px) {

    .product-tile-container .product-tile-body .product-callout .product-callout-text,
    .eyebrow {
        font: var(--skin-eyebrow-mobile)
    }
}

.p-feature {
    color: var(--skin-body-color);
    font: var(--skin-p-feature-mobile)
}

@media(min-width:991px) {
    .p-feature {
        font: var(--skin-p-feature-desktop)
    }
}

.product-tile-container .product-tile-body .price-wrapper,
.p-xlarge {
    color: var(--skin-body-color);
    font: var(--skin-p-xlarge)
}

label,
footer .site-details,
footer .site-details a,
footer .footer-nav-column .title,
footer .footer-nav-column li a,
footer .email-sign-up #footer-email-sign-up,
footer .text-sign-up-link,
footer .locale-selector,
.product-tile-container .product-tile-body .product-family-product-name,
.product-tile-container .product-tile-body .product-tile-description,
.product-tile-container .product-tile-body .product-family-feature-list,
.site-search .suggestions li,
.p-large {
    color: var(--skin-body-color);
    font: var(--skin-p-large)
}

p,
#country-selector .locale-list li a,
.p-regular {
    color: var(--skin-body-color);
    font: var(--skin-p-regular);
    /* color: var(--skin-footer-link-color) !important; */
    font-size: 16px !important;
    max-width: 320px !important;
}

.input-error,
footer .email-sign-up label,
footer .email-sign-up .footer-disclaimer-text,
footer .auxiliary-navigation span,
.product-tile-container .product-tile-body .product-tagline,
.site-search .suggestions-products .price,
.site-search .suggestions-products .name,
label,
.p-small {
    color: var(--skin-body-color);
    font: var(--skin-p-small)
}

a,
.text-link,
.btn-link {
    color: var(--skin-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration)
}

a:hover,
a:active,
a:focus,
.text-link:hover,
.text-link:active,
.text-link:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: var(--skin-link-color-hover);
    -webkit-text-decoration: var(--skin-link-decoration-hover);
    text-decoration: var(--skin-link-decoration-hover)
}

.form-group.required .form-control-label::before {
    content: none
}

label {
    color: var(--skin-label-color);
    line-height: var(--skin-label-line-height);
    margin-bottom: var(--skin-label-margin-bottom)
}

.form-group.inline-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-group.inline-label label,
.form-group.inline-label input {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.form-group.inline-label label {
    margin-left: var(--skin-inline-label-margin-left);
    margin-bottom: 0
}

.form-group.inline-label input[type=radio]+label {
    max-width: calc(100% - var(--skin-radio-button-size) - var(--skin-inline-label-margin-left))
}

.form-group.inline-label input[type=checkbox]+label {
    max-width: calc(100% - var(--skin-checkbox-size) - var(--skin-inline-label-margin-left))
}

.form-group.required label::after {
    content: '*'
}

.form-control {
    color: var(--skin-input-text-color);
    background-color: var(--skin-input-background-color);
    border: var(--skin-input-border);
    border-radius: var(--skin-input-border-radius);
    padding: var(--skin-input-padding);
    height: var(--skin-input-height);
    line-height: var(--skin-input-height);
    font-size: var(--skin-input-font-size-mobile)
}

.form-control::-webkit-input-placeholder {
    color: var(--skin-input-text-color)
}

.form-control::-moz-placeholder {
    color: var(--skin-input-text-color)
}

.form-control:-ms-input-placeholder {
    color: var(--skin-input-text-color)
}

.form-control::-ms-input-placeholder {
    color: var(--skin-input-text-color)
}

.form-control::placeholder {
    color: var(--skin-input-text-color)
}

.form-control:active,
.form-control:focus {
    color: var(--skin-input-text-color-active);
    border: var(--skin-input-border-active)
}

.form-control.has-value {
    color: var(--skin-input-text-color-active)
}

.form-control.is-invalid {
    border: var(--skin-input-border-error);
    color: var(--skin-input-text-color-active);
    background-image: unset
}

@media(min-width:991px) {
    .form-control {
        font-size: var(--skin-input-font-size-desktop)
    }
}

select,
select.form-control,
select.form-control.is-invalid {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-size: var(--skin-select-chevron-size);
    background-position-x: calc(100% - var(--skin-select-chevron-right-margin));
    background-position-y: center;
    padding-right: calc(var(--skin-select-chevron-right-margin) + var(--skin-select-chevron-size) + 10px);
    overflow: hidden
}

input[type=radio] {
    position: relative;
    width: var(--skin-radio-button-size);
    height: var(--skin-radio-button-size);
    border: var(--skin-radio-button-border);
    border-radius: var(--skin-radio-button-border-radius);
    background-color: var(--skin-input-background-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio]:checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: var(--skin-radio-bubble-size);
    height: var(--skin-radio-bubble-size);
    border-radius: var(--skin-radio-button-border-radius);
    background-color: var(--skin-radio-bubble-color)
}

input[type=checkbox] {
    position: relative;
    width: var(--skin-checkbox-size);
    height: var(--skin-checkbox-size);
    border: var(--skin-checkbox-border);
    border-radius: var(--skin-checkbox-border-radius);
    background-color: var(--skin-input-background-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox]:checked::after {
    content: "ï„—";
    display: block;
    font-family: icon-font;
    font-size: var(--skin-checkbox-checkmark-size);
    color: var(--skin-checkbox-checkmark-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.input-error {
    margin-top: 10px;
    color: var(--skin-error-message-color);
    line-height: var(--skin-error-message-line-height);
    text-align: left
}

label {
    color: #757587 !important;
    line-height: var(--skin-label-line-height);
    margin-bottom: var(--skin-label-margin-bottom)
}

.order-history-select {
    min-width: 255px
}

.product-breadcrumb .breadcrumb-holder .breadcrumb,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb {
    border: none;
    margin: 0;
    padding: 0
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:before,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:before {
    padding-right: 5px
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item+.breadcrumb-item,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a .fa-chevron-left,
.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a .fa-chevron-left {
    height: 12px;
    line-height: 12px
}

@media(max-width:766.98px) {

    .product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:nth-child(2):before,
    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item:nth-child(2):before {
        display: none
    }
}

#archive-pdp .breadcrumb-item {
    display: none
}

#archive-pdp .breadcrumb-item--first,
#archive-pdp .breadcrumb-item--first+.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:990.98px) {

    #archive-pdp .breadcrumb-item--first,
    #archive-pdp .breadcrumb-item::before {
        display: none
    }
}

#archive-pdp .breadcrumb-asset {
    display: none
}

.product-breadcrumb {
    position: relative
}

.product-breadcrumb .breadcrumb-holder {
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media(max-width:766.98px) {
    .product-breadcrumb .breadcrumb-holder {
        top: 15px
    }
}

.product-breadcrumb .breadcrumb-holder .breadcrumb-item--first .fa {
    display: none
}

@media(max-width:766.98px) {
    .product-breadcrumb .breadcrumb-holder .breadcrumb-item--first .fa {
        display: block
    }

    .product-breadcrumb .breadcrumb-holder .breadcrumb-item--first span {
        display: none
    }
}

.product-breadcrumb .breadcrumb-holder .breadcrumb-item-pdp-text {
    display: none
}

.product-breadcrumb .breadcrumb-holder .breadcrumb-asset {
    display: none
}

.product-detail-breadcrumb {
    height: 75px;
    background: var(--skin-background-color-4);
    margin-bottom: var(--skin-page-padding-desktop)
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb {
        margin-bottom: var(--skin-page-padding-mobile)
    }
}

.product-detail-breadcrumb .breadcrumb-holder {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .breadcrumb-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first .fa {
    display: none
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item {
        display: none
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first .fa {
        display: block
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--first span {
        display: none
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item.breadcrumb-item--last::before {
        display: none
    }
}

.product-detail-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a {
    text-transform: none
}

.product-detail-breadcrumb .pdp-breadcrumb-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features {
        margin-top: 6px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: var(--skin-heading-color-3);
    list-style: none;
    padding-left: 30px
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature {
        border-left: 1px solid var(--skin-border-color-2);
        margin-left: 12px;
        padding-left: 12px;
        text-align: center
    }

    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }
}

.product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--icon {
    padding-right: 7px
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--icon {
        display: none
    }
}

.product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--title {
    font-style: italic
}

@media(max-width:990.98px) {
    .product-detail-breadcrumb .pdp-breadcrumb-features .pdp-breadcrumb-feature .pdp-breadcrumb-features--title {
        font-size: 11px
    }
}

.product-breadcrumb .breadcrumb-holder {
    max-width: none
}

@media(max-width:990.98px) {
    .product-breadcrumb .breadcrumb-holder {
        display: none
    }
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item a {
    color: var(--skin-tertiary-color-light);
    text-transform: none
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--skin-invert-color)
}

.product-breadcrumb .breadcrumb-holder .breadcrumb .breadcrumb-item-pdp-text {
    display: inline;
    color: var(--skin-invert-color)
}

@media(max-width:638.98px) {
    .menu-toggleable-left.navbar-toggleable-xs {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-xs.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:766.98px) {
    .menu-toggleable-left.navbar-toggleable-sm {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-sm.in {
        min-width: 50%;
        left: 0
    }
}

@media(max-width:990.98px) {
    .menu-toggleable-left.navbar-toggleable-md {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-md.in {
        min-width: 50%;
        left: 0;
        min-height: 30rem !important;
    }
}

@media(max-width:1438.98px) {
    .menu-toggleable-left.navbar-toggleable-lg {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%
    }

    .menu-toggleable-left.navbar-toggleable-lg.in {
        min-width: 50%;
        left: 0
    }
}

.menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
    transition: left .5s cubic-bezier(0, 1, .5, 1);
    display: block;
    max-width: 100%
}

.menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 50%;
    left: 0
}

.navbar.bg-inverse {
    background-color: transparent !important;
    padding: 0
}

@media(min-width:991px) {
    .navbar.bg-inverse .navbar-nav .nav-item+.nav-item {
        margin-left: 0
    }

    .navbar.bg-inverse .navbar-nav .nav-link {
        padding: .8rem;
        white-space: nowrap
    }
}

.navbar-expand-md .navbar-nav.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar-expand-md .navbar-nav.nav-spaced {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.navbar-expand-md .navbar-nav.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
    background-color: #fff;
    color: #444
}

@media(min-width:991px) {
    .nav-item>.nav-link {
        color: #fff
    }
}

@media(max-width:990.98px) {
    .main-menu.menu-toggleable-left {
        background-color: #fff;
        z-index: 4
    }
}

.menu-toggleable-left .close-menu {
    padding: 15px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media(min-width:991px) {
    .menu-toggleable-left .close-menu {
        display: none
    }
}

.menu-toggleable-left .menu-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.menu-toggleable-left li>.close-menu {
    margin-right: 0;
    margin-top: -.6rem;
    margin-left: 0
}

@media(max-width:990.98px) {
    .menu-toggleable-left .bg-inverse {
        background-color: #fff !important;
        color: #222
    }
}

@media(max-width:766.98px) {
    .menu-toggleable-left.in {
        right: 0;
        margin-right: 1.25em
    }
}

@media(max-width:990.98px) {
    .menu-toggleable-left.in .nav-item+.nav-item {
        border-top: 1px solid #eee
    }

    .menu-toggleable-left.in .dropdown {
        display: block;
        position: static
    }

    .menu-toggleable-left.in .dropdown-toggle {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .dropdown-toggle::after {
        border-top: .3em solid transparent;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
        position: absolute;
        right: .3em;
        margin-top: .55em
    }

    .menu-toggleable-left.in .nav-item .nav-link {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .show>.dropdown-menu {
        left: 0
    }

    .menu-toggleable-left.in .dropdown-menu {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0;
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block
    }
}

.multilevel-dropdown .dropdown-menu {
    top: 90%;
    border: 0;
    border-radius: 0
}

@media(min-width:991px) {
    .multilevel-dropdown .dropdown-menu {
        -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, .4);
        box-shadow: 0 3px 5px rgba(43, 36, 25, .4)
    }
}

.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: .3em;
    margin-top: .55em
}

@media(min-width:991px) {
    .multilevel-dropdown .dropdown-menu>.dropdown>.dropdown-menu {
        top: -.65em;
        left: 99%
    }
}

.multilevel-dropdown .navbar>.close-menu>.back {
    display: none
}

.multilevel-dropdown .close-menu .back .caret-left {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-left: .3 solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-bottom: .125em
}

.multilevel-dropdown .dropdown-item {
    padding: 0 0 0 1em
}

.multilevel-dropdown .dropdown-item .dropdown-link {
    display: block;
    padding: .425em 5em .425em 0
}

.multilevel-dropdown .dropdown-item+.dropdown-item {
    border-top: 1px solid #eee
}

.multilevel-dropdown .dropdown-item.top-category {
    font-weight: 700
}

.multilevel-dropdown .dropdown-item.top-category>.nav-link {
    padding-left: 0
}

.help-me-choose {
    width: 100%;
    padding: 0 15px
}

@media(max-width:990.98px) {
    .help-me-choose {
        padding: 0
    }
}

.category-asset {
    position: relative
}

@media(min-width:991px) {
    .category-asset {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        height: 100%
    }
}

.category-asset .content-asset {
    height: 100%;
    overflow: hidden
}

.category-asset .mega-menu--default-asset {
    height: 100%;
    width: 100%
}

.category-asset .mega-menu--default-asset .mega-menu--default-asset-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.category-asset .mega-menu--default-asset .mega-menu--default-asset-copy {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 66%;
    padding-left: 10%
}

@media(min-width:991px) {
    .category-asset .mega-menu--default-asset .mega-menu--default-asset-copy {
        bottom: 45px;
        width: 50%
    }
}

body.nav-active .page {
    position: relative
}

body.nav-active header {
    position: relative;
    z-index: 100
}

body.nav-active header nav {
    z-index: 100
}

header {
    background: var(--skin-menu-color-1)
}

.logo-print-only {
    display: none
}

.header-banner>div {
    height: var(--skin-banner-height-desktop);
    background-color: var(--skin-secondary-color);
    color: var(--skin-banner-text-color-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:990.98px) {
    .header-banner>div {
        height: var(--skin-banner-height-mobile)
    }
}

.header-banner p {
    color: var(--skin-banner-text-color-1);
    font: var(--skin-banner-font-desktop);
    margin: 0
}

@media(max-width:990.98px) {
    .header-banner p {
        font: var(--skin-banner-font-mobile)
    }
}

.header-banner a {
    color: var(--skin-banner-link-color-1);
    font: var(--skin-banner-font-desktop)
}

@media(max-width:990.98px) {
    nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

nav .header {
    z-index: 1
}

@media(max-width:990.98px) {
    nav .header>.row>.col-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    nav .header .navbar-header {
        height: var(--skin-nav-height-mobile);
        -ms-flex-item-align: center;
        align-self: center
    }
}

nav .header .navbar-toggler {
    font: var(--skin-nav-main-font-desktop);
    color: var(--skin-nav-text-color-1-desktop)
}

nav .header .navbar-toggler .fa {
    font-size: var(--skin-nav-icon-size-mobile)
}

nav .header .navbar-toggler .navbar-toggler--open {
    display: inline-block
}

nav .header .navbar-toggler .navbar-toggler--close {
    display: none
}

nav .header .navbar-toggler[aria-expanded=true] .navbar-toggler--open {
    display: none
}

nav .header .navbar-toggler[aria-expanded=true] .navbar-toggler--close {
    display: inline-block
}

nav .header .brand {
    height: 47px;
    margin: 0;
    padding-top: 0
}

nav .dropdown-toggle::after {
    display: none
}

nav .main-menu {
    position: relative;
    background-color: transparent;
    height: var(--skin-menu-height-desktop)
}

nav .main-menu .main-menu-row {
    margin: 0
}

@media(max-width:990.98px) {
    nav .main-menu.navbar-toggleable-md {
        position: absolute;
        top: var(--skin-nav-height-mobile);
        bottom: 0;
        height: 100dvh;
        margin: 0;
        z-index: 20
    }

    nav .main-menu.navbar-toggleable-md>.container {
        height: 100%;
        overflow-y: auto;
        background-color: var(--skin-menu-color-2)
    }

    nav .main-menu.navbar-toggleable-md .close-menu {
        margin: 0;
        padding: 0;
        display: block
    }

    nav .main-menu.navbar-toggleable-md .close-menu button {
        background: var(--skin-menu-color-2);
        color: var(--skin-menu-sub-color-1);
        font: var(--skin-nav-main-font-mobile);
        font-weight: var(--skin-weight-medium);
        text-transform: uppercase;
        padding: 15px calc(var(--skin-page-padding-mobile) + 10px);
        letter-spacing: .5px;
        position: relative
    }

    nav .main-menu.navbar-toggleable-md .close-menu button .fa {
        margin-top: 2px;
        position: absolute;
        top: 50%;
        left: var(--skin-page-padding-mobile);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

nav .main-menu .navbar-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

nav .main-menu .navbar-nav .nav-item {
    padding: 0 30px 0 0
}

@media screen and (max-width:1220px) {
    nav .main-menu .navbar-nav .nav-item {
        padding: 0 20px 0 0
    }
}

@media screen and (max-width:1130px) {
    nav .main-menu .navbar-nav .nav-item {
        padding: 0 20px 0 0
    }
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item {
        padding: 15px 0;
        border-color: var(--skin-nav-text-color-2-desktop)
    }
}

@media(min-width:991px) {

    nav .main-menu .navbar-nav .nav-item.show .nav-link,
    nav .main-menu .navbar-nav .nav-item .nav-link:hover,
    nav .main-menu .navbar-nav .nav-item .nav-link:focus {
        background: 0 0;
        color: var(--skin-nav-text-color-1-desktop)
    }

    nav .main-menu .navbar-nav .nav-item.show .nav-link,
    nav .main-menu .navbar-nav .nav-item .nav-link:hover {
        border-bottom-color: var(--skin-menu-border-color-1-desktop)
    }
}

nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu {
    padding: 0
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        height: 100%;
        min-height: 450px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container>.row {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container>.row>div {
        padding: 0
    }
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item.nav-item-content .dropdown-menu .dropdown-link .dropdown-item--copy {
        padding-left: 15px;
        margin-top: -5px
    }
}

nav .main-menu .navbar-nav .nav-item.nav-item-content .dropdown-menu .dropdown-link .dropdown-item--title {
    text-align: left;
    font: var(--skin-menu-sub-font-content-desktop);
    padding: 0;
    min-height: 0;
    margin-bottom: 5px
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item.nav-item-content .dropdown-menu .dropdown-link .dropdown-item--title {
        font: var(--skin-menu-sub-font-content-mobile)
    }
}

nav .main-menu .navbar-nav .nav-item .nav-link {
    font: var(--skin-nav-main-font-desktop);
    color: var(--skin-nav-text-color-1-desktop)
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item .nav-link {
        letter-spacing: .5px;
        font: var(--skin-nav-main-font-mobile);
        color: var(--skin-nav-text-color-1-mobile);
        padding: 0 var(--skin-page-padding-mobile)
    }

    nav .main-menu .navbar-nav .nav-item .nav-link i {
        position: relative;
        top: 1px
    }
}

@media screen and (max-width:1130px) {
    nav .main-menu .navbar-nav .nav-item .nav-link {
        font-size: 12px
    }
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item .nav-link {
        display: block;
        height: var(--skin-menu-height-desktop);
        line-height: calc(var(--skin-menu-height-desktop) - 8px);
        padding: 0;
        border-width: 4px 0;
        border-style: solid;
        border-color: transparent
    }
}

nav .main-menu .navbar-nav .nav-item:last-child .nav-link {
    font-style: italic
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item:last-child .nav-link {
        padding: 0;
        color: var(--skin-nav-text-color-2-desktop)
    }
}

nav .main-menu .navbar-nav .dropdown-menu {
    top: 100%;
    right: 0;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 46px
}

nav .main-menu .navbar-nav .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu {
        top: 0;
        padding: 0;
        height: 100%;
        overflow-y: auto
    }

    nav .main-menu .navbar-nav .dropdown-menu .container {
        background: var(--skin-nav-bg-color);
        padding: 0;
        overflow: hidden
    }
}

@media(min-width:767px) {
    nav .main-menu .navbar-nav .dropdown-menu {
        background-color: var(--skin-nav-bg-color)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .category-item {
    border: none;
    list-style: none
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .category-item {
        padding: 20px var(--skin-page-padding-mobile);
        border-bottom: 1px solid var(--skin-menu-border-color-1-mobile)
    }

    nav .main-menu .navbar-nav .dropdown-menu .category-item.show-help {
        padding: 5px var(--skin-page-padding-mobile)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .category-item:hover,
nav .main-menu .navbar-nav .dropdown-menu .category-item:focus {
    background-color: transparent
}

nav .main-menu .navbar-nav .dropdown-menu .category-item:hover .dropdown-item--title,
nav .main-menu .navbar-nav .dropdown-menu .category-item:focus .dropdown-item--title {
    text-decoration: underline
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-menu--view-all {
    display: block;
    color: var(--skin-menu-sub-color-1);
    font: var(--skin-menu-shop-all-font-desktop);
    text-transform: uppercase;
    margin: 30px 0 0
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-menu--view-all {
        margin: 0;
        padding: 15px var(--skin-page-padding-mobile);
        font: var(--skin-menu-shop-all-font-mobile);
        border-bottom: 1px solid var(--skin-menu-border-color-1-mobile)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link {
    text-decoration: none;
    padding: 0
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link:hover .btn-secondary {
    background-color: var(--skin-secondary-button-background-color-hover);
    border-color: var(--skin-secondary-button-border-color-hover);
    color: var(--skin-secondary-button-text-color-hover)
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .img-fluid {
    border-radius: 5px
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--title {
    color: var(--skin-menu-sub-color-1);
    font: var(--skin-menu-sub-font-product-desktop);
    line-height: 18px;
    margin: 10px 0;
    text-align: center;
    white-space: break-spaces;
    padding: 0 20px;
    min-height: 36px
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--title:hover {
    color: var(--skin-menu-sub-color-1-hover)
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--title {
        font: var(--skin-menu-sub-font-product-desktop);
        text-align: left;
        margin: 0;
        min-height: 0
    }
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--description {
    white-space: normal;
    font: var(--skin-menu-copy-font-desktop);
    color: var(--skin-nav-text-color-3-desktop);
    padding-bottom: 34px
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--description {
        padding-bottom: 0;
        font: var(--skin-menu-copy-font-mobile);
        color: var(--skin-nav-text-color-3-mobile)
    }
}

nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--button {
    font-size: .75rem
}

@media screen and (max-width:1140px) and (min-width:991px) {
    nav .main-menu .navbar-nav .dropdown-menu .dropdown-link .dropdown-item--button {
        padding: 0 10px
    }
}

@media screen and (min-width:991px) {
    nav .main-menu .navbar-nav .dropdown-menu div.d-none+.show-help .dropdown-item--button {
        margin-bottom: 21px
    }
}

nav .main-menu .site-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 10
}

nav .main-menu .user .user-message {
    display: none
}

nav .navbar-utility {
    color: var(--skin-nav-text-color-1-desktop)
}

nav .navbar-utility>div {
    margin-left: 24px
}

@media screen and (max-width:1130px) {
    nav .navbar-utility>div {
        margin-left: 20px
    }
}

@media screen and (max-width:1024px) {
    nav .navbar-utility>div {
        margin-left: 12px
    }
}

nav .navbar-utility a {
    font: var(--skin-nav-main-font-desktop);
    color: var(--skin-nav-text-color-1-desktop);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1130px) {
    nav .navbar-utility a {
        font-size: 12px
    }
}

nav .navbar-utility a.navbar-utility--link:hover {
    text-decoration: none;
    color: var(--skin-menu-border-color-1-desktop)
}

nav .navbar-utility a .fa {
    font-size: var(--skin-nav-icon-size-desktop)
}

@media(max-width:990.98px) {
    nav .navbar-utility a .fa {
        font-size: var(--skin-nav-icon-size-mobile)
    }
}

nav .navbar-utility .minicart {
    margin-top: 0
}

nav .navbar-utility .minicart-quantity {
    background-color: var(--skin-link-color);
    height: 15px;
    width: 15px;
    line-height: 15px;
    position: absolute;
    left: 10px;
    top: -7px
}

nav .navbar-utility.navbar-utility-header {
    padding-right: var(--skin-page-padding-mobile)
}

@media(max-width:990.98px) {
    nav .navbar-utility:not(.navbar-utility-header) {
        background-color: var(--skin-menu-color-2);
        padding: 25px 0 5px
    }

    nav .navbar-utility:not(.navbar-utility-header) .support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 var(--skin-page-padding-mobile) !important
    }

    nav .navbar-utility:not(.navbar-utility-header) .support a {
        padding: 0 !important
    }

    nav .navbar-utility:not(.navbar-utility-header)>div {
        margin: 0 0 30px;
        padding: 0
    }

    nav .navbar-utility:not(.navbar-utility-header) a {
        color: var(--skin-nav-text-color-2-mobile);
        font: var(--skin-header-main-font-mobile);
        padding: 0 var(--skin-page-padding-mobile) !important
    }

    nav .navbar-utility:not(.navbar-utility-header) a .fa {
        margin-right: 10px
    }

    nav .navbar-utility:not(.navbar-utility-header) a .navbar-utility--text {
        display: inline-block
    }
}

.header-banner>div {
    background-color: var(--skin-banner-background-color-2);
    -webkit-transition: height .5s cubic-bezier(0, 1, .5, 1);
    transition: height .5s cubic-bezier(0, 1, .5, 1);
    overflow: hidden;
    display: none;
}

.main-menu-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu-row .navbar-header {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0
}

.main-menu-row .navbar-header .logo-home img {
    display: block
}

.main-menu>.container {
    max-width: none
}

header {
    z-index: 100
}

#maincontent {
    position: relative;
    margin-top: var(--sticky-nav-height)
}

@media(max-width:990.98px) {
    nav .main-menu .navbar-nav .nav-item .dropdown-menu.show {
        position: fixed;
        top: 90px
    }
}

nav {
    z-index: 1
}

nav .navbar-utility.navbar-utility-header {
    margin-left: auto
}

nav .header>.row {
    margin: 0
}

nav .brand img {
    width: auto;
    display: block;
    height: 16px
}

@media(min-width:767px) {
    nav .brand img {
        margin-right: 60px
    }
}

nav .category-asset,
nav .category-image {
    display: none !important
}

nav .nav-link {
    letter-spacing: .05rem
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item.first-right-item {
        margin-left: auto !important
    }

    nav .main-menu .navbar-nav .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    nav .dropdown-menu>.container>.row {
        padding-top: 83px
    }

    nav .dropdown-menu>.container .dropdown-menu--view-all+.row {
        padding-top: 0
    }

    nav .category-asset,
    nav .category-image {
        position: absolute;
        width: 50%;
        height: 100%;
        overflow: hidden;
        display: block !important
    }
}

@media(min-width:767px) {
    nav .brand img {
        height: 72px;
    }

    nav .navbar {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container>.row {
        max-width: calc(50% - var(--skin-page-padding-desktop));
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    nav .main-menu .navbar-nav .nav-item:last-child .nav-link {
        font-style: normal;
        color: var(--skin-nav-text-color-1-desktop)
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu {
        background: var(--skin-nav-bg-color)
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .container {
        max-width: none
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all {
        letter-spacing: 2px;
        max-width: 50%;
        margin-bottom: 40px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all:hover {
        text-decoration: none
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all:hover:before {
        background-color: var(--skin-link-color-hover)
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all:before {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -2px
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all i.fa-chevron-right {
        position: relative;
        top: 1px;
        font-size: 10px
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-link .dropdown-item--title {
        text-align: left
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent>a span.dropdown-item--title,
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent>a span.dropdown-item--copy {
        padding: 0;
        margin: 0;
        text-decoration: none
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent>a span.dropdown-item--title {
        font: var(--skin-weight-regular) 18px/24px var(--skin-body-font);
        color: var(--color-base)
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent>a span.dropdown-item--title:hover {
        color: var(--color-tertiary)
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested>a {
        max-width: 100%
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested span.dropdown-item--title,
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested span.dropdown-item--copy {
        padding: 0;
        margin: 0;
        font: var(--skin-weight-regular) 14px/18px var(--skin-body-font);
        color: var(--color-quinary);
        text-decoration: none;
        margin-bottom: 6px
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested span.dropdown-item--title:hover,
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested span.dropdown-item--title:focus,
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested span.dropdown-item--copy:hover,
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested span.dropdown-item--copy:focus {
        color: var(--color-tertiary)
    }

    nav .category-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        right: 0
    }

    nav .main-menu .category-item:hover .dropdown-item--title,
    nav .main-menu .category-item:focus .dropdown-item--title {
        text-decoration: none;
        color: var(--color-tertiary)
    }

    nav .main-menu .navbar-nav .nav-item .nav-link {
        height: 30px;
        border-width: 2px 0
    }

    nav .main-menu:not(.secondary-nav) .navbar-nav .nav-item {
        height: var(--skin-menu-height-desktop);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width:990.98px) {
    nav .navbar-utility:not(.navbar-utility-header) {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    nav .main-menu .navbar-nav .nav-item .nav-link {
        font: var(--skin-nav-main-font-mobile);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    nav .menu-toggleable-left .close-menu {
        border: 0
    }

    nav .menu-toggleable-left .bg-inverse {
        background-color: var(--skin-menu-color-2) !important
    }

    nav .nav-item .nav-link:hover,
    nav .nav-item .nav-link:focus,
    nav .nav-item.show .nav-link {
        background-color: transparent
    }

    nav .main-menu.navbar-toggleable-md .close-menu button {
        background-color: var(--color-primary);
        color: var(--color-white);
        text-transform: capitalize;
        font: var(--skin-weight-regular) 18px/21px var(--skin-body-font)
    }

    nav .main-menu.navbar-toggleable-md .close-menu button .fa {
        font-size: 10px
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .container {
        background: var(--skin-menu-color-2);
        padding-bottom: 60px
    }

    nav .dropdown-menu .category-asset,
    nav .dropdown-menu .category-image {
        display: none
    }

    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu {
        background: var(--skin-menu-color-2)
    }

    nav .main-menu .logo-home {
        display: none
    }

    nav .navbar {
        width: 100%
    }

    nav .main-menu .navbar-nav .nav-item .nav-link {
        width: 100%
    }

    nav .main-menu:not(.secondary-nav) .navbar-nav .nav-item,
    nav .main-menu:not(.secondary-nav) .navbar-utility .about-us {
        padding: 0;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid var(--skin-menu-border-color-1-mobile)
    }

    nav .main-menu:not(.secondary-nav) .navbar-utility {
        width: 100%
    }

    nav .main-menu:not(.secondary-nav) .navbar-utility .about-us {
        width: 100%
    }

    nav .main-menu:not(.secondary-nav) .navbar-utility .about-us>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    nav .main-menu:not(.secondary-nav) .navbar-utility .about-us>a i {
        font-size: 14px;
        margin: 0
    }

    nav .dropdown-menu .row>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    nav .dropdown-menu .row>.row>.col {
        padding: 0
    }

    nav .main-menu.navbar-toggleable-md>.container {
        padding: 0
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all,
    nav .main-menu .navbar-nav .nav-item.nav-item-product .dropdown-menu>.container>.row {
        max-width: 100%;
        margin: 0
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all {
        letter-spacing: 2px;
        width: 100%
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-menu--view-all i {
        position: relative;
        top: 2px
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-link {
        margin: 0
    }

    nav .category-item-parent {
        padding: 0;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent:has(>a>.dropdown-item--img):not(:has(>.dropdown-menu--nested)) {
        height: 90px
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent:has(>a>.dropdown-item--img):not(:has(>.dropdown-menu--nested))>a.dropdown-link {
        height: 100%;
        padding-right: 0
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent:has(>a>.dropdown-item--img):not(:has(>.dropdown-menu--nested))>a.dropdown-link .dropdown-item--img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        display: block;
        height: 100%
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent:has(>a>.dropdown-item--img):not(:has(>.dropdown-menu--nested))>a.dropdown-link .dropdown-item--img img {
        display: block;
        height: 100%;
        margin: 0;
        margin-left: auto
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent .dropdown-link {
        padding: 0 var(--skin-page-padding-mobile);
        width: 100%;
        height: 100%
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent .dropdown-link span.dropdown-item--copy,
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent .dropdown-link span.dropdown-item--title {
        padding: 0;
        text-decoration: none
    }

    nav .main-menu .navbar-nav .nav-item:last-child .nav-link {
        font-style: normal
    }

    nav .category-item-parent .fa-chevron-right {
        display: none
    }

    nav .category-item-parent .dropdown-menu--nested {
        position: fixed;
        top: 0;
        left: -100%;
        min-width: 50%;
        max-width: 100%;
        bottom: 0;
        background-color: var(--skin-menu-color-2);
        -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        z-index: 1;
        margin-top: var(--sticky-nav-height)
    }

    nav .category-item-parent.show .dropdown-menu--nested {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        z-index: 1
    }

    nav .category-item-parent .dropdown-link:has(+.dropdown-menu--nested),
    nav .category-item-parent .dropdown-link:has(+.dropdown-menu--nested) span.dropdown-item--copy,
    nav .category-item-parent .dropdown-link:has(+.dropdown-menu--nested) span.dropdown-item--title {
        font: var(--skin-nav-main-font-mobile)
    }

    nav .category-item-parent .dropdown-link:has(+.dropdown-menu--nested) .fa-chevron-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-link .dropdown-item--title,
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .dropdown-link .fa-chevron-right {
        font: var(--skin-nav-main-font-mobile);
        color: var(--skin-nav-text-color-1-mobile)
    }

    nav .main-menu .navbar-nav .dropdown-menu .category-item {
        margin: 0
    }

    nav .main-menu .navbar-nav .dropdown-menu .category-item:hover .close-menu .dropdown-item--title,
    nav .main-menu .navbar-nav .dropdown-menu .category-item:focus .close-menu .dropdown-item--title {
        text-decoration: none;
        color: var(--color-white)
    }

    nav .category-item-parent .dropdown-menu--nested .dropdown-menu--view-all .fa-chevron-right {
        display: inline-block
    }

    nav .category-item-nested .dropdown-item--img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        text-align: right;
        height: 100%
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested {
        padding: 0 0 0 var(--skin-page-padding-mobile)
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested span.dropdown-item--title {
        font: var(--skin-nav-main-font-mobile);
        color: var(--color-base);
        text-decoration: none
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested .dropdown-link {
        padding: 0;
        height: 90px
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested .dropdown-link span.dropdown-item--copy {
        height: 100%;
        padding-left: var(--skin-page-padding-mobile)
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested .dropdown-link span.dropdown-item--img {
        height: 100%
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested>a {
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested>a .dropdown-item--copy {
        padding: 0
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-nested>a img {
        height: 100%
    }

    nav .header.container {
        padding-left: 20px;
        padding-right: 10px
    }

    nav .header.container .navbar-toggler {
        height: 40px;
        width: 40px
    }

    nav .header.container .navbar-utility {
        padding: 0
    }

    nav .header.container .navbar-utility div.search,
    nav .header.container .navbar-utility div.minicart {
        margin: 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    nav .header.container .navbar-utility div.search .minicart-total,
    nav .header.container .navbar-utility div.minicart .minicart-total {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    nav .header.container .navbar-utility div.search a,
    nav .header.container .navbar-utility div.minicart a {
        height: 40px;
        width: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    nav .header.container .navbar-utility div.search a:hover,
    nav .header.container .navbar-utility div.search a:focus,
    nav .header.container .navbar-utility div.search a:active,
    nav .header.container .navbar-utility div.minicart a:hover,
    nav .header.container .navbar-utility div.minicart a:focus,
    nav .header.container .navbar-utility div.minicart a:active {
        text-decoration: none
    }

    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent>a span.dropdown-item--img {
        display: none
    }
}

@media(max-width:766.98px) {
    nav .dropdown-menu--nested {
        width: 100%
    }
}

@media(min-width:991px) {
    nav .main-menu .navbar-nav .nav-item .dropdown-menu .category-item-parent span.dropdown-item--img {
        display: none
    }
}

.sticky-main-nav {
    position: relative
}

.sticky-main-nav>nav {
    background: var(--skin-nav-bg-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%
}

.sticky-main-nav>nav.active {
    position: fixed;
    top: -100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.sticky-main-nav>nav.animate-header {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sticky-main-nav>nav.show-header {
    top: 0
}

.sticky-main-nav.non-pd-header+#maincontent {
    padding-top: var(--skin-nav-height-mobile)
}

@media(min-width:991px) {
    .sticky-main-nav.non-pd-header+#maincontent {
        padding-top: var(--skin-menu-height-desktop)
    }
}

.swatch-circle-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter/2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter/2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter/2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #008827;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #008827;
    border-radius: calc($diameter/2);
    background-color: #008827;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter/2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter/2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter/2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter/2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter/2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter/2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, #ff0), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

header.search-active {
    position: relative
}

.site-search {
    position: relative
}

@media(max-width:638.98px) {
    .header-search .site-search {
        display: none
    }
}

.suggestions .item .name em {
    font-weight: var(--skin-weight-medium)
}

.site-search {
    max-height: 0;
    background-color: var(--skin-site-search-background);
    overflow: hidden;
    -webkit-transition: .5s max-height;
    transition: .5s max-height;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 30
}

.site-search.active {
    max-height: 200vh
}

.site-search-content {
    border-radius: 0;
    padding-top: 28px;
    padding-bottom: 28px
}

.site-search button {
    color: var(--skin-primary-color);
    border: none;
    padding: 0;
    background-color: transparent
}

.site-search button:hover {
    color: var(--skin-primary-color-hover)
}

.site-search-close {
    position: absolute;
    font-size: 21px;
    border: 0;
    top: 2px;
    right: 0
}

.site-search-close:before {
    vertical-align: middle
}

.site-search-submit {
    position: absolute;
    font-size: 24px;
    height: 100%;
    top: 0;
    right: 4px
}

.site-search-reset {
    position: absolute;
    font-size: 24px;
    height: 100%;
    top: 0;
    right: -40px
}

.site-search .search-field {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    padding: 0 30px 0 0
}

.site-search .do-you-mean a {
    text-transform: capitalize
}

.site-search .suggestions-wrapper {
    width: 100%
}

@media(max-width:990.98px) {
    .site-search .suggestions {
        padding: 0
    }
}

.site-search .suggestions a {
    color: var(--skin-primary-color)
}

.site-search .suggestions a:hover {
    color: var(--skin-primary-color-hover)
}

.site-search .suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-search .suggestions li {
    padding-bottom: 10px
}

.site-search .suggestions-heading {
    border-bottom: var(--skin-input-border);
    padding: 30px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.site-search .suggestions-heading .eyebrow {
    margin: 0;
    line-height: 18px
}

@media(min-width:991px) {
    .site-search .suggestions-phrases {
        padding-right: 30px
    }
}

.site-search .suggestions-products-image {
    background-color: var(--skin-product-tile-background-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--skin-site-search-image-height-mobile)
}

@media(min-width:767px) {
    .site-search .suggestions-products-image {
        height: var(--skin-site-search-image-height-tablet)
    }
}

@media(min-width:991px) {
    .site-search .suggestions-products-image {
        height: var(--skin-site-search-image-height-desktop)
    }
}

@media(min-width:767px) {
    .site-search .suggestions-products-info {
        margin-bottom: 15px
    }
}

.site-search .suggestions-products a {
    padding-bottom: 10px;
    padding-right: 10px
}

.site-search .suggestions-products a:hover {
    text-decoration: none
}

.site-search .suggestions-products a:hover .name {
    text-decoration: underline
}

.site-search .suggestions-products img {
    max-width: 100%;
    padding: 26px 0
}

.site-search .suggestions-products .name {
    display: block;
    font-weight: var(--skin-weight-medium);
    color: var(--skin-primary-color);
    padding: 15px 0 10px
}

.site-search .search-field {
    font: 450 26px/32px var(--skin-body-font);
    letter-spacing: 1.3px;
    padding: 0 30px 5px 0;
    border-color: #d5d5d5
}

@media(min-width:991px) {
    .site-search .search-field {
        font: 400 32px/40px var(--skin-body-font);
        letter-spacing: 1.28px
    }
}

.site-search button {
    color: var(--skin-link-color)
}

.site-search .site-search-close {
    margin-right: 8px;
    margin-top: 4px
}

.site-search .site-search-submit {
    right: 10px
}

.site-search .suggestions-heading {
    border-color: #d5d5d5
}

.site-search .suggestions-heading .eyebrow {
    color: var(--skin-base-color);
    font: 450 16px/24px var(--skin-body-font);
    letter-spacing: .8px;
    text-transform: none
}

.site-search .suggestions-heading button.eyebrow {
    color: var(--skin-link-color);
    font: 500 14px/24px var(--skin-body-font)
}

.site-search .suggestions {
    padding: 0 10px
}

.site-search .suggestions .item {
    padding-bottom: 0
}

.site-search .suggestions .name em {
    font-style: normal
}

.site-search .suggestions li,
.site-search .suggestions a {
    font: 450 14px/36px var(--skin-body-font);
    letter-spacing: .7px
}

@media(min-width:767px) {

    .site-search .suggestions li,
    .site-search .suggestions a {
        font: 450 16px/37px var(--skin-body-font);
        letter-spacing: .8px
    }
}

.site-search .suggestions a {
    color: var(--skin-link-color)
}

@media(min-width:767px) {
    .site-search .suggestions-products .suggestions-product-info {
        text-align: center
    }
}

.site-search .suggestions-products .product-badge {
    padding: 0
}

.site-search .suggestions-products .name {
    font: 450 16px/24px var(--skin-body-font);
    letter-spacing: .8px;
    padding-bottom: 2px
}

@media(max-width:638.98px) {
    .collapsible-xs .title {
        line-height: 2.5rem
    }

    .collapsible-xs .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-xs .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-xs .content,
    .collapsible-xs .card-body {
        display: none
    }

    .collapsible-xs.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-xs.active .content,
    .collapsible-xs.active .card-body {
        display: block
    }
}

.container div.collapsible-xs button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xs button.title:hover {
    text-decoration: none
}

@media(max-width:766.98px) {
    .collapsible-sm .title {
        line-height: 2.5rem
    }

    .collapsible-sm .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-sm .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-sm .content,
    .collapsible-sm .card-body {
        display: none
    }

    .collapsible-sm.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-sm.active .content,
    .collapsible-sm.active .card-body {
        display: block
    }
}

.container div.collapsible-sm button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-sm button.title:hover {
    text-decoration: none
}

@media(max-width:990.98px) {
    .collapsible-md .title {
        line-height: 2.5rem
    }

    .collapsible-md .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-md .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-md .content,
    .collapsible-md .card-body {
        display: none
    }

    .collapsible-md.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-md.active .content,
    .collapsible-md.active .card-body {
        display: block
    }
}

.container div.collapsible-md button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-md button.title:hover {
    text-decoration: none
}

@media(max-width:1438.98px) {
    .collapsible-lg .title {
        line-height: 2.5rem
    }

    .collapsible-lg .title::after {
        display: block;
        clear: both;
        content: ""
    }

    .collapsible-lg .title::after {
        float: right;
        content: "\f078";
        font-family: fontawesome
    }

    .collapsible-lg .content,
    .collapsible-lg .card-body {
        display: none
    }

    .collapsible-lg.active .title::after {
        content: "\f077";
        margin-top: -.125em
    }

    .collapsible-lg.active .content,
    .collapsible-lg.active .card-body {
        display: block
    }
}

.container div.collapsible-lg button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-lg button.title:hover {
    text-decoration: none
}

.collapsible-xl .title {
    line-height: 2.5rem
}

.collapsible-xl .title::after {
    display: block;
    clear: both;
    content: ""
}

.collapsible-xl .title::after {
    float: right;
    content: "\f078";
    font-family: fontawesome
}

.collapsible-xl .content,
.collapsible-xl .card-body {
    display: none
}

.collapsible-xl.active .title::after {
    content: "\f077";
    margin-top: -.125em
}

.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
    display: block
}

.container div.collapsible-xl button.title {
    color: #000;
    text-decoration: none;
    border: none;
    background-color: transparent
}

.container div.collapsible-xl button.title:hover {
    text-decoration: none
}



footer h2 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 2.5em
}

footer ul {
    list-style: none;
    padding-left: 0
}

footer .social h2 {
    margin-top: 0
}

footer .social::after {
    display: block;
    clear: both;
    content: ""
}

footer .copyright,
footer .social {
    margin-top: 1.25em
}

footer .footer-container .footer-item.collapsible-xs button {
    font-family: "Titillium Web", sans-serif;
    padding: 0
}

footer .social-links {
    float: left
}

footer .social-links::after {
    display: block;
    clear: both;
    content: ""
}

@media(max-width:638.98px) {
    footer .social-links {
        width: 80%
    }
}

footer .social-links li {
    float: left;
    margin: .313em
}

@media(max-width:638.98px) {
    footer .social-links li {
        width: 20%;
        text-align: center
    }
}

footer .social-links a {
    font-size: 2.25em
}

footer .social-links a:hover {
    text-decoration: none
}

@media(max-width:638.98px) {
    footer .store {
        border-bottom: 1px solid #444
    }

    footer .store .content {
        display: none
    }

    footer .store h2::after {
        display: block;
        clear: both;
        content: ""
    }

    footer .store h2::after {
        font-family: fontawesome;
        float: right;
        content: "\f041"
    }
}

footer .content {
    font-size: .875em
}

footer .content li {
    height: 1.875rem
}

footer .copyright,
footer .postscript {
    font-size: .8125em
}

footer .copyright {
    margin-bottom: .625em
}

footer .back-to-top {
    margin: .1em .313em;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

footer .back-to-top i.fa-arrow-up {
    color: rgba(0, 0, 0, .7)
}

footer .back-to-top i.fa-circle {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

@media(max-width:638.98px) {
    .footer-item {
        border-bottom: 1px solid #444
    }
}

#consent-tracking .button-wrapper button {
    margin: .5em
}

.email-signup-message {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 15%;
    left: 50%
}

.email-signup-alert {
    -webkit-animation: fade 5s linear forwards;
    animation: fade 5s linear forwards;
    -webkit-box-shadow: 1px 1px 5px grey;
    box-shadow: 1px 1px 5px grey;
    padding: 1em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.email-signup-alert.show {
    display: block
}



footer i::before {
    vertical-align: middle
}

@media(min-width:991px) {
    footer .row-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

footer .row-2 {
    padding-top: 20px;
    padding-bottom: 20px
}

@media(min-width:991px) {
    footer .row-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

footer .row-3 {
    padding-top: 30px;
    padding-bottom: 40px
}

@media(min-width:991px) {
    footer .row-3 {
        padding-bottom: 30px
    }
}

footer hr {
    border-color: var(--skin-footer-border-color);
    margin-top: 0;
    margin-bottom: 0
}

footer .site-details {
    color: var(--skin-footer-text-color);
    /* text-align: center; */
    margin-top: 40px;
    margin-bottom: 30px
}

footer .site-details img,
footer .site-details span,
footer .site-details a {
    display: block
}

footer .site-details img {
    max-width: 100%;
    max-height: 80px;
    margin: 0 auto 10px
}

@media(max-width:990.98px) {
    footer .site-details img {
        max-width: 94px
    }
}

footer .site-details a {
    color: var(--skin-footer-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration)
}

footer .site-details a:hover,
footer .site-details a:active,
footer .site-details a:focus {
    color: var(--skin-footer-link-color-hover);
    -webkit-text-decoration: var(--skin-footer-link-decoration-hover);
    text-decoration: var(--skin-footer-link-decoration-hover)
}

footer .site-details a.find-retailer {
    color: var(--skin-footer-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration);
    font-weight: var(--skin-footer-link-font-weight);
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

footer .site-details a.find-retailer:hover,
footer .site-details a.find-retailer:active,
footer .site-details a.find-retailer:focus {
    color: var(--skin-footer-site-details-link-color);
    -webkit-text-decoration: var(--skin-link-decoration-hover);
    text-decoration: var(--skin-link-decoration-hover)
}

@media(min-width:991px) {
    footer .site-details {
        text-align: left;
        margin: 0
    }

    footer .site-details img {
        margin: 0 0 20px
    }

    footer .site-details span {
        margin-bottom: 10px
    }

    footer .site-details a.find-retailer {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:991px) {
    footer .footer-nav-columns-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
}

footer .container div.footer-nav-column button.title {
    color: var(--skin-footer-heading-color)
}

footer .footer-nav-column {
    /* border-bottom: 1px solid var(--skin-footer-border-color) */
}

footer .footer-nav-column:first-of-type {
    border-top: 1px solid var(--skin-footer-border-color)
}

footer .footer-nav-column.col-lg {
    padding: 0
}

footer .footer-nav-column .title {
    color: var(--skin-footer-heading-color);
    font-weight: var(--skin-footer-heading-font-weight)
}

footer .footer-nav-column .title::after {
    display: none
}

footer .footer-nav-column .title i::before {
    vertical-align: unset
}

footer .footer-nav-column button.title {
    width: 100%;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer-nav-column.active .title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

footer .footer-nav-column ul {
    margin-left: 15px
}

footer .footer-nav-column li {
    height: unset
}

footer .footer-nav-column li:not(:last-of-type) {
    margin-bottom: 8px
}

footer .footer-nav-column li a {
    color: var(--skin-footer-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration)
}

footer .footer-nav-column li a:hover,
footer .footer-nav-column li a:active,
footer .footer-nav-column li a:focus {
    color: var(--skin-footer-link-color-hover);
    -webkit-text-decoration: var(--skin-footer-link-decoration-hover);
    text-decoration: var(--skin-footer-link-decoration-hover)
}

@media(min-width:991px) {
    footer .footer-nav-column {
        border: none
    }

    footer .footer-nav-column:not(:last-of-type) {
        margin-right: 20px
    }

    footer .footer-nav-column:first-of-type {
        border-top: none
    }

    footer .footer-nav-column .title {
        margin-bottom: 25px;
    }

    footer .footer-nav-column ul {
        margin-left: 0
    }
}

footer .email-sign-up {
    margin-bottom: 30px
}

footer .email-sign-up form {
    display: grid;
    grid-template-columns: 1fr 60px;
    grid-template-rows: auto auto auto auto auto
}

footer .email-sign-up form:focus-within button {
    background-color: var(--skin-footer-email-input-color-active);
    color: var(--skin-footer-background-color)
}

footer .email-sign-up label {
    line-height: var(--skin-footer-email-label-line-height);
    color: var(--skin-footer-text-color);
    width: 100%;
    grid-column-start: 1;
    grid-column-end: span 2
}

footer .email-sign-up .email-label {
    text-align: center
}

footer .email-sign-up #footer-email-sign-up {
    padding: 15px;
    color: var(--skin-footer-email-input-color-active);
    background-color: unset;
    border: 1px solid var(--skin-footer-border-color);
    border-radius: 0;
    height: 100%
}

footer .email-sign-up #footer-email-sign-up::-webkit-input-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up::-moz-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up:-ms-input-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up::-ms-input-placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up::placeholder {
    font-style: italic;
    color: var(--skin-footer-text-color)
}

footer .email-sign-up #footer-email-sign-up.is-invalid {
    border-color: var(--skin-error-message-color)
}

footer .email-sign-up .input-error,
footer .email-sign-up .footer-disclaimer,
footer .email-sign-up .footer-disclaimer-text,
footer .email-sign-up .input-success {
    grid-column-start: 1;
    grid-column-end: span 2;
    width: 100%
}

footer .email-sign-up .temp-success-wrapper {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
    border: 2px #4bb543 solid
}

footer .email-sign-up .temp-error-wrapper {
    background-color: #fff;
    padding: 10px;
    border: 2px var(--skin-error-message-color) solid
}

footer .email-sign-up .footer-disclaimer-text {
    color: var(--skin-footer-text-color);
    font-size: var(--skin-footer-email-disclaimer-font-size);
    line-height: var(--skin-footer-email-disclaimer-line-height)
}

footer .email-sign-up .footer-disclaimer-text,
footer .email-sign-up .footer-disclaimer {
    margin-top: 10px
}

footer .email-sign-up .footer-disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-start: 5
}

footer .email-sign-up .footer-disclaimer .checkbox-label {
    display: block;
    width: calc(100% - 10px - var(--skin-checkbox-size));
    margin-left: 10px;
    font-size: var(--skin-footer-email-checkbox-font-size);
    line-height: var(--skin-footer-email-checkbox-line-height)
}

footer .email-sign-up #footer-email-disclaimer-error {
    grid-row-start: 4
}

footer .email-sign-up button {
    color: var(--skin-footer-text-color);
    background-color: unset;
    border: 1px solid var(--skin-footer-border-color);
    border-left: 0;
    grid-column-start: 2;
    grid-row-start: 2
}

footer .email-sign-up button i {
    font-size: 20px
}

@media(min-width:991px) {
    footer .email-sign-up {
        margin: 0
    }

    footer .email-sign-up form {
        grid-template-columns: 40% 1fr 60px;
        grid-template-rows: auto auto auto auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .email-sign-up label {
        margin-bottom: 0
    }

    footer .email-sign-up .email-label {
        text-align: left;
        padding-right: 20px;
        grid-column-end: span 1
    }

    footer .email-sign-up .input-error,
    footer .email-sign-up .footer-disclaimer,
    footer .email-sign-up .footer-disclaimer-text,
    footer .email-sign-up .input-success {
        grid-column-start: 2
    }

    footer .email-sign-up #footer-email-disclaimer-error {
        grid-row-start: 3
    }

    footer .email-sign-up button {
        height: 100%;
        grid-column-start: 3;
        grid-row-start: 1
    }
}

footer .text-social-locale-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .text-social-locale-wrapper .text-sign-up {
    width: 50%;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .text-social-locale-wrapper .social-icons {
    width: 50%;
    padding-left: 25px
}

@media(min-width:991px) {
    footer .text-social-locale-wrapper {
        padding-left: 60px;
        padding-top: 14px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    footer .text-social-locale-wrapper .text-sign-up {
        width: unset;
        padding-right: 0;
        margin-right: 20px
    }

    footer .text-social-locale-wrapper .social-icons {
        width: unset;
        padding-left: 0;
        margin-right: 20px
    }
}

@media screen and (max-width:1100px) and (min-width:990px) {
    footer .text-social-locale-wrapper {
        padding-left: 30px
    }
}

footer .text-social-locale-wrapper.text-sign-up-hidden .text-sign-up {
    width: 20%
}

footer .text-social-locale-wrapper.text-sign-up-hidden .social-icons {
    width: auto;
    padding-left: 0
}

footer .text-sign-up-link {
    color: var(--skin-footer-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

footer .text-sign-up-link i {
    font-size: 24px;
    margin-right: 10px
}

@media(min-width:991px) {
    footer .text-sign-up-link {
        text-align: left
    }
}

footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .social-icons i {
    font-size: 20px
}

footer .social-icons a:not(:last-of-type) {
    margin-right: 15px
}

@media(min-width:991px) {
    footer .social-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

footer .text-sign-up i,
footer .social-icons i {
    color: var(--skin-footer-link-color);
    opacity: 50%
}

footer .text-sign-up i:hover,
footer .text-sign-up i:focus,
footer .social-icons i:hover,
footer .social-icons i:focus {
    opacity: 100%
}

footer .locale-selector {
    color: var(--skin-footer-text-color);
    text-align: center;
    margin-top: 30px
}

@media(min-width:991px) {
    footer .locale-selector {
        text-align: right;
        margin: 0
    }
}

footer .payment-icons {
    text-align: center
}

footer .payment-icons img {
    max-height: 18px;
    max-width: 35px
}

@media(min-width:991px) {
    footer .payment-icons {
        text-align: left
    }
}

footer .auxiliary-navigation {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

footer .auxiliary-navigation span {
    line-height: var(--skin-footer-auxiliary-link-line-height);
    margin-left: 5px;
    margin-right: 5px;
    white-space: pre
}

footer .auxiliary-navigation a {
    color: var(--skin-footer-link-color);
    -webkit-text-decoration: var(--skin-link-decoration);
    text-decoration: var(--skin-link-decoration);
    font-weight: var(--skin-footer-link-font-weight)
}

footer .auxiliary-navigation a:hover,
footer .auxiliary-navigation a:active,
footer .auxiliary-navigation a:focus {
    color: var(--skin-footer-link-color-hover);
    -webkit-text-decoration: var(--skin-footer-link-decoration-hover);
    text-decoration: var(--skin-footer-link-decoration-hover)
}

footer .auxiliary-navigation .copyright {
    color: var(--skin-footer-text-color);
    display: block;
    width: 100%;
    margin: 20px 0 0
}

@media(min-width:991px) {
    footer .auxiliary-navigation {
        text-align: right;
        margin: 0
    }

    footer .auxiliary-navigation .content-asset {
        display: block
    }

    footer .auxiliary-navigation span {
        font-size: var(--skin-footer-auxiliary-link-font-size-desktop);
        line-height: var(--skin-footer-auxiliary-link-line-height)
    }

    footer .auxiliary-navigation .copyright {
        display: inline;
        margin: 0
    }
}

footer>.container {
    max-width: none
}

footer .social-icons {
    width: 100%
}

@media(min-width:767px) {
    footer .social-icons {
        border-bottom: 1px solid var(--skin-footer-border-color)
    }
}

footer .social-icons p,
footer .social-icons i {
    color: var(--skin-footer-heading-color);
    font-weight: var(--skin-footer-heading-font-weight)
}

footer .social-icons p {
    padding: 0 20px 0 0;
    margin: 0
}

footer .social-icons i {
    padding: 0 10px
}

footer .social-icons .content-asset {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0
}

footer .flag-icon {
    margin-right: 5px
}

footer .flag-icon.flag-override {
    height: auto;
    aspect-ratio: 4/3
}

footer a.locale-selector {
    text-decoration: none
}

footer a.locale-selector:hover {
    color: var(--skin-invert-color)
}

@media(min-width:991px) {
    footer .row-1 {
        padding-top: 50px;
    }
}

@media(max-width:990.98px) {
    footer .row-3 {
        border-top: 1px solid var(--skin-footer-border-color);
        padding-top: 10px
    }
}

footer .footer-chat-holder span {
    text-decoration: none !important
}

footer .text-sign-up .text-sign-up-link {
    text-decoration: none
}



footer .footer-nav-column li a {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

footer .footer-nav-column li a:hover {
    color: #ca011f !important;
}

footer .footer-nav-column .title {
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: 600;
    color: #ca011f;
}

footer .footer-nav-column button.title {
    font-size: 18px
}

footer .footer-nav-column button.title:focus {
    outline: none
}

footer .footer-nav-column button.title i {
    color: #666
}

@media(max-width:990.98px) {
    footer .site-details {
        margin: 40px 0 10px
    }
}

@media(max-width:990.98px) {
    footer .site-details img {
        max-width: none
    }
}

footer .site-details span,
footer .site-details a {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0
}

@media(max-width:990.98px) {
    footer .footer-nav-column ul {
        margin-left: 0
    }
}

footer .locale-selector,
footer .text-sign-up-link {
    color: var(--skin-footer-link-color);
    font-size: 14px
}

footer .footer-chat-holder a {
    line-height: 20px
}

@media(max-width:990.98px) {
    footer .footer-chat-holder a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .footer-chat-holder span {
    text-decoration: underline
}

footer .footer-chat-holder i {
    padding-right: 10px;
    font-size: 20px;
    line-height: 18px
}

@media(min-width:991px) {
    footer .text-social-locale-wrapper {
        padding-left: 40px;
        padding-top: 8px
    }
}

footer .text-social-locale-wrapper span {
    text-decoration: underline
}

footer .text-social-locale-wrapper .no-underline {
    text-decoration: none !important
}

footer .text-social-locale-wrapper .text-sign-up {
    width: auto
}

footer .email-sign-up form {
    grid-template-columns: 1fr 30px
}

@media(min-width:991px) {
    footer .email-sign-up form {
        grid-template-columns: 53% 1fr 60px
    }
}

@media(max-width:990.98px) {
    footer .email-sign-up .email-label {
        margin-bottom: 8px;
        text-align: left
    }
}

footer .email-sign-up #footer-email-sign-up::-webkit-input-placeholder {
    color: var(--skin-footer-link-color);
    font-style: normal
}

footer .email-sign-up #footer-email-sign-up::-moz-placeholder {
    color: var(--skin-footer-link-color);
    font-style: normal
}

footer .email-sign-up #footer-email-sign-up:-ms-input-placeholder {
    color: var(--skin-footer-link-color);
    font-style: normal
}

footer .email-sign-up #footer-email-sign-up::-ms-input-placeholder {
    color: var(--skin-footer-link-color);
    font-style: normal
}

footer .email-sign-up #submit-email-button,
footer .email-sign-up #footer-email-sign-up::placeholder {
    color: var(--skin-footer-link-color);
    font-style: normal
}

footer .email-sign-up #submit-email-button,
footer .email-sign-up #footer-email-sign-up {
    border-color: #595959
}

@media(min-width:991px) {

    footer .email-sign-up #submit-email-button,
    footer .email-sign-up #footer-email-sign-up {
        height: 45px;
        font-size: 14px
    }
}

footer .email-sign-up #footer-email-sign-up {
    border-right: 0;
    min-width: 207px
}

footer .email-sign-up button {
    width: 30px;
    padding: 0
}

@media(max-width:1438.98px) {
    footer .email-sign-up button {
        text-align: left
    }
}

footer .email-sign-up button i {
    display: block;
    font-size: 14px;
    color: var(--skin-footer-link-color)
}

@media(max-width:990.98px) {
    footer .payment-methods {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

footer .payment-icons img {
    margin-right: 10px;
    max-width: 40px;
    max-height: 20px
}

footer .text-social-locale-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:990.98px) {
    footer .text-social-locale-wrapper .locale-selector {
        margin: 0
    }
}

footer #collapsible-customer-care {
    margin-left: 0
}

@media(max-width:990.98px) {
    footer .auxiliary-navigation .content-asset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    footer .auxiliary-navigation span {
        margin: 0 0 10px
    }

    footer .auxiliary-navigation .copyright {
        color: var(--skin-footer-link-color);
        display: inline;
        width: auto;
        margin: 0
    }
}

.product-badge {
    font: var(--skin-product-badge-font);
    letter-spacing: var(--skin-product-page-letter-spacing);
    text-transform: var(--skin-product-badge-text-transform);
    background-color: var(--skin-product-badge-background-color);
    color: var(--skin-product-badge-color);
    padding: 0 10px;
    border-radius: var(--skin-product-badge-border-radius);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}

.product-badge.sale {
    background-color: var(--skin-product-badge-callout-background-color)
}

.primary-images .product-badge {
    top: 0;
    left: 0
}

@media(min-width:991px) {
    .primary-images .product-badge {
        left: 6px
    }
}

@media(max-width:766.98px) {
    .primary-images .product-badge {
        left: 6px
    }
}

.primary-images .product-badge.archived {
    background-color: transparent;
    color: var(--skin-product-badge-background-color);
    border: 2px solid var(--skin-product-badge-background-color)
}

.suggestions-products .product-badge {
    background-color: transparent;
    color: var(--skin-product-badge-background-color)
}

.suggestions-products .product-badge.sale {
    background-color: transparent;
    color: var(--skin-product-badge-callout-background-color)
}

.product-badge {
    padding: 5px 15px
}

.product-tile-pd {
    height: 100%
}

.product-tile-pd .product-tile-wrapper:hover .product-name {
    color: var(--skin-product-tile-name-color-hover);
    -webkit-text-decoration: var(--skin-product-tile-name-decoration-hover);
    text-decoration: var(--skin-product-tile-name-decoration-hover)
}

.product-grid-tile {
    margin-bottom: var(--skin-product-tile-margin-bottom-plp-mobile)
}

@media(min-width:991px) {
    .product-grid-tile {
        margin-bottom: var(--skin-product-tile-margin-bottom-plp-desktop)
    }
}

.product-tile-container:not(.product-tile-container.product-family-tile-container) {
    height: 100%
}

.product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site) {
    position: relative
}

@media(min-width:991px) {
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site) {
        -webkit-transition: var(--skin-product-tile-body-transition);
        transition: var(--skin-product-tile-body-transition)
    }

    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):hover,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):active,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site).focus-visible-within {
        -webkit-transform: var(--skin-product-tile-body-transform-hover);
        transform: var(--skin-product-tile-body-transform-hover)
    }

    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):hover .plp-tile-wrapper,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):active .plp-tile-wrapper,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site).focus-visible-within .plp-tile-wrapper {
        border-radius: var(--skin-product-tile-border-radius-plp-desktop-hover)
    }

    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):hover .plp-tile-button,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site):active .plp-tile-button,
    .product-tile-container.plp-tile-container:not(.archived-tile-container):not(.non-commerce-site).focus-visible-within .plp-tile-button {
        top: var(--skin-product-tile-button-top-position-hover);
        opacity: var(--skin-product-tile-button-opacity-hover)
    }
}

.product-tile-container .row {
    height: 100%
}

.product-tile-container .product-tile-component-figure-nonplp {
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:766.98px) {
    .product-tile-container .product-tile-component-figure-nonplp {
        display: inline;
        width: auto;
        padding-left: var(--skin-product-tile-padding-non-plp-mobile);
        padding-right: var(--skin-product-tile-padding-non-plp-mobile)
    }
}

.product-tile-container .product-tile-component-figure-nonplp .product-tile-image-wrapper {
    height: auto
}

.product-tile-container .product-tile-component-figure-nonplp .right-oriented {
    margin-left: 75px
}

@media(max-width:766.98px) {
    .product-tile-container .product-tile-component-figure-nonplp .right-oriented {
        margin-left: 0;
        height: auto
    }
}

.product-tile-container .product-tile-component-figure-nonplp .left-oriented {
    margin-right: 75px
}

@media(max-width:766.98px) {
    .product-tile-container .product-tile-component-figure-nonplp .left-oriented {
        margin-right: 0;
        height: auto
    }
}

.product-tile-container .product-tile-component-figure-nonplp .product-tile-component-image {
    max-height: var(--skin-product-tile-image-container-height-non-plp)
}

.product-tile-container .product-tile-component-figure-nonplp .product-tile-description {
    line-height: var(--skin-product-tile-description-line-height-non-plp)
}

.product-tile-container .product-tile-wrapper {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--skin-product-tile-background-color);
    border-radius: var(--skin-product-tile-border-radius);
    padding: var(--skin-product-tile-padding);
    position: relative
}

.product-tile-container .product-tile-wrapper .product-name {
    color: var(--skin-product-tile-name-color);
    -webkit-text-decoration: var(--skin-product-tile-name-decoration);
    text-decoration: var(--skin-product-tile-name-decoration);
    width: 100%
}

.product-tile-container .product-tile-wrapper figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.product-tile-container .product-tile-wrapper.plp-tile-wrapper {
    height: calc(100% - var(--skin-product-tile-button-height-mobile));
    padding: var(--skin-product-tile-padding-plp-mobile);
    border-radius: var(--skin-product-tile-border-radius-plp-mobile)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-wrapper.plp-tile-wrapper {
        height: 100%;
        padding: var(--skin-product-tile-padding-plp-desktop);
        border-radius: var(--skin-product-tile-border-radius-plp-desktop);
        -webkit-transition: var(--skin-product-tile-body-transition);
        transition: var(--skin-product-tile-body-transition)
    }
}

.product-tile-container .product-tile-wrapper.product-family-current-product {
    position: relative
}

.product-tile-container .product-tile-wrapper.product-family-current-product::before {
    content: '';
    display: block;
    width: calc(100% + (var(--skin-product-family-current-model-border-gap) * 2));
    height: calc(100% + (var(--skin-product-family-current-model-border-gap) * 2));
    position: absolute;
    top: calc(-1 * var(--skin-product-family-current-model-border-gap));
    left: calc(-1 * var(--skin-product-family-current-model-border-gap));
    border: var(--skin-product-family-current-model-border);
    border-radius: var(--skin-product-family-current-model-border-radius);
    z-index: -1
}

.product-tile-container .product-tile-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: var(--skin-product-tile-image-container-height);
    margin-bottom: var(--skin-product-tile-image-margin-bottom)
}

.product-tile-container .product-tile-image-wrapper img {
    max-width: 100%;
    max-height: var(--skin-product-tile-image-container-height)
}

.product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper,
.product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper {
    height: var(--skin-product-tile-image-container-height-plp-mobile);
    margin-bottom: var(--skin-product-tile-image-margin-bottom-plp)
}

.product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper img,
.product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper img {
    max-height: var(--skin-product-tile-image-container-height-plp-mobile)
}

.product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper:not(.has-swatches),
.product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper:not(.has-swatches) {
    margin-bottom: calc(var(--skin-product-tile-image-margin-bottom-plp) + var(--skin-product-tile-swatch-height) + var(--skin-product-tile-swatch-margin-bottom))
}

@media(min-width:991px) {

    .product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper,
    .product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper {
        height: var(--skin-product-tile-image-container-height-plp-desktop)
    }

    .product-tile-container .product-tile-image-wrapper.plp-tile-image-wrapper img,
    .product-tile-container .product-tile-image-wrapper.product-family-tile-image-wrapper img {
        max-height: var(--skin-product-tile-image-container-height-plp-desktop)
    }
}

.product-tile-container .color-swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0
}

.product-tile-container .color-swatches .swatch-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: var(--skin-product-tile-swatch-margin-bottom)
}

.product-tile-container .color-swatches .swatch-option:hover {
    cursor: pointer
}

.product-tile-container .color-swatches .swatch-option:not(:last-of-type) {
    margin-right: var(--skin-product-tile-swatch-margin-right)
}

.product-tile-container .color-swatches .swatch-option.selected {
    position: relative
}

.product-tile-container .color-swatches .swatch-option.selected::after {
    content: '';
    display: block;
    width: var(--skin-product-tile-swatch-selection-box-width);
    height: var(--skin-product-tile-swatch-selection-box-height);
    position: absolute;
    top: calc((var(--skin-product-tile-swatch-height) - var(--skin-product-tile-swatch-selection-box-height))/2);
    left: calc((var(--skin-product-tile-swatch-width) - var(--skin-product-tile-swatch-selection-box-width))/2);
    border: var(--skin-product-tile-swatch-selection-box-border);
    border-radius: var(--skin-product-tile-swatch-selection-box-border-radius)
}

.product-tile-container .color-swatches .swatch-option.selected .swatch {
    border: var(--skin-product-tile-swatch-selected-border)
}

.product-tile-container .color-swatches .swatch-option .swatch {
    width: var(--skin-product-tile-swatch-width);
    height: var(--skin-product-tile-swatch-height);
    border: var(--skin-product-tile-swatch-border);
    border-radius: var(--skin-product-tile-swatch-border-radius)
}

.product-tile-container .product-tile-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: calc(100% - var(--skin-product-tile-image-container-height) - var(--skin-product-tile-image-margin-bottom))
}

.product-tile-container .product-tile-body.plp-tile-body,
.product-tile-container .product-tile-body.product-family-tile-body {
    height: calc(100% - var(--skin-product-tile-image-container-height-plp-mobile) - var(--skin-product-tile-image-margin-bottom-plp) - var(--skin-product-tile-swatch-height) - var(--skin-product-tile-swatch-margin-bottom))
}

@media(min-width:991px) {

    .product-tile-container .product-tile-body.plp-tile-body,
    .product-tile-container .product-tile-body.product-family-tile-body {
        height: calc(100% - var(--skin-product-tile-image-container-height-plp-desktop) - var(--skin-product-tile-image-margin-bottom-plp) - var(--skin-product-tile-swatch-height) - var(--skin-product-tile-swatch-margin-bottom))
    }
}

.product-tile-container .product-tile-body .product-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: var(--skin-product-tile-callout-margin-bottom)
}

.product-tile-container .product-tile-body .product-callout img {
    max-width: var(--skin-product-tile-callout-icon-size);
    max-height: var(--skin-product-tile-callout-icon-size);
    margin-right: var(--skin-product-tile-callout-icon-margin-right)
}

.product-tile-container .product-tile-body .product-callout .product-callout-text {
    color: var(--skin-product-tile-callout-color);
    font-weight: var(--skin-product-tile-callout-font-weight);
    letter-spacing: var(--skin-product-tile-callout-letter-spacing);
    line-height: var(--skin-product-tile-callout-line-height)
}

.product-tile-container .product-tile-body .product-name-price-wrapper {
    font: var(--skin-product-tile-name-font-plp-desktop-non-plp);
    border-bottom: 1px solid var(--color-hr-border-color);
    font-family: var(--skin-header-font);
    color: var(--skin-primary-color)
}

@media(max-width:990.98px) {
    .product-tile-container .product-tile-body .product-name-price-wrapper {
        font: var(--skin-product-tile-name-font-plp-mobile-non-plp)
    }
}

.product-tile-container .product-tile-body .product-name-price-wrapper .price-value {
    color: var(--skin-secondary-color);
    font: var(--skin-product-tile-price-font-plp-desktop-non-plp)
}

@media(max-width:990.98px) {
    .product-tile-container .product-tile-body .product-name-price-wrapper .price-value {
        font: var(--skin-product-tile-price-font-plp-mobile-non-plp)
    }
}

.product-tile-container .product-tile-body .product-name {
    font-weight: var(--skin-product-tile-name-font-weight)
}

.product-tile-container .product-tile-body .plp-product-name {
    font: var(--skin-product-tile-name-font-plp-mobile);
    -webkit-text-decoration: var(--skin-product-tile-name-decoration-plp-mobile);
    text-decoration: var(--skin-product-tile-name-decoration-plp-mobile)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-body .plp-product-name {
        font: var(--skin-product-tile-name-font-plp-desktop);
        -webkit-text-decoration: var(--skin-product-tile-name-decoration);
        text-decoration: var(--skin-product-tile-name-decoration)
    }
}

.product-tile-container .product-tile-body .product-family-product-name {
    font-weight: var(--skin-product-family-product-name-font-weight)
}

.product-tile-container .product-tile-body .product-tagline {
    margin-top: var(--skin-product-tile-tagline-margin-top)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-body .product-tagline {
        font: var(--skin-product-tile-tagline-font-desktop)
    }
}

.product-tile-container .product-tile-body .product-tile-description {
    color: var(--skin-product-tile-description-color);
    width: 100%;
    margin-top: var(--skin-product-tile-description-margin-top)
}

.product-tile-container .product-tile-body .price-wrapper {
    color: var(--skin-product-tile-price-color);
    line-height: var(--skin-product-tile-price-line-height);
    width: 100%;
    margin-top: var(--skin-product-tile-price-margin-top)
}

.product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper {
    font: var(--skin-product-tile-price-font-plp-mobile);
    margin-top: var(--skin-product-tile-price-margin-top-plp-mobile)
}

.product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper .sale-price {
    margin-right: var(--skin-product-tile-sale-price-margin-right-plp-mobile)
}

@media(min-width:991px) {
    .product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper {
        font: var(--skin-product-tile-price-font-plp-desktop);
        margin-top: var(--skin-product-tile-price-margin-top)
    }

    .product-tile-container .product-tile-body .price-wrapper.plp-price-wrapper .sale-price {
        margin-right: var(--skin-product-tile-sale-price-margin-right)
    }
}

.product-tile-container .product-tile-body .price-wrapper.product-family-price-wrapper .price {
    font: var(--skin-product-family-price-font)
}

.product-tile-container .product-tile-body .price-rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.product-tile-container .product-tile-body .price-rating-wrapper .product-tile-ratings {
    margin-top: var(--skin-product-tile-price-margin-top);
    margin-left: var(--skin-product-family-ratings-margin-left)
}

.product-tile-container .product-tile-body .price-rating-wrapper .product-tile-ratings .bv_averageRating_component_container,
.product-tile-container .product-tile-body .price-rating-wrapper .product-tile-ratings .bv_numReviews_component_container {
    display: none !important
}

.product-tile-container .product-tile-body .product-family-feature-list {
    width: 100%;
    margin-top: var(--skin-product-family-feature-list-margin-top)
}

.product-tile-container .product-tile-body .product-family-feature-list hr {
    border-color: var(--skin-product-family-feature-list-divider-color);
    margin-top: var(--skin-product-family-feature-list-divider-margin-top-bottom);
    margin-bottom: var(--skin-product-family-feature-list-divider-margin-top-bottom)
}

.product-tile-container .product-tile-body .product-family-feature-list .feature-list-callout {
    font-style: var(--skin-product-family-feature-list-callout-font-style);
    margin-top: var(--skin-product-family-feature-list-callout-margin-top)
}

.product-tile-container .plp-tile-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--skin-product-tile-button-height-mobile);
    width: var(--skin-product-tile-button-width);
    border-radius: var(--skin-product-tile-button-border-radius);
    font: var(--skin-product-tile-button-font-mobile);
    letter-spacing: var(--skin-product-tile-button-letter-spacing-mobile)
}

@media(min-width:991px) {
    .product-tile-container .plp-tile-button {
        height: var(--skin-product-tile-button-height-desktop);
        position: absolute;
        top: var(--skin-product-tile-button-top-position);
        opacity: var(--skin-product-tile-button-opacity);
        font: var(--skin-product-tile-button-font-desktop);
        letter-spacing: var(--skin-product-tile-button-letter-spacing-desktop);
        -webkit-transition: var(--skin-product-tile-button-transition);
        transition: var(--skin-product-tile-button-transition)
    }
}

.product-tile-container .plp-tile-button.btn-secondary-invert {
    background-color: var(--skin-product-tile-secondary-button-background-color);
    border-color: var(--skin-product-tile-secondary-button-border-color)
}

.product-tile-container .plp-tile-button.btn-secondary-invert:hover,
.product-tile-container .plp-tile-button.btn-secondary-invert:active,
.product-tile-container .plp-tile-button.btn-secondary-invert:focus {
    background-color: var(--skin-product-tile-secondary-button-background-color-hover);
    border-color: var(--skin-product-tile-secondary-button-border-color-hover)
}

.archived-tile-container .product-tile-wrapper.plp-tile-wrapper {
    height: 100%
}

.product-grid-tile .plp-tile-container:hover,
.popular-product-tile .plp-tile-container:hover,
.product-grid .region .plp-tile-container:hover {
    background-color: var(--skin-invert-color);
    z-index: 1
}

.product-grid-tile .plp-tile-container .product-tile-wrapper.plp-tile-wrapper,
.popular-product-tile .plp-tile-container .product-tile-wrapper.plp-tile-wrapper,
.product-grid .region .plp-tile-container .product-tile-wrapper.plp-tile-wrapper {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-grid-tile .plp-tile-container .product-tile-wrapper.plp-tile-wrapper .plp-tile-image-wrapper,
.popular-product-tile .plp-tile-container .product-tile-wrapper.plp-tile-wrapper .plp-tile-image-wrapper,
.product-grid .region .plp-tile-container .product-tile-wrapper.plp-tile-wrapper .plp-tile-image-wrapper {
    margin: 0
}

.product-grid-tile .plp-tile-container .product-tile-body,
.popular-product-tile .plp-tile-container .product-tile-body,
.product-grid .region .plp-tile-container .product-tile-body {
    padding: var(--skin-product-tile-padding-plp-desktop);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.product-grid-tile .product-badge,
.popular-product-tile .product-badge,
.product-grid .region .product-badge {
    font: 450 9px/9px var(--skin-body-font);
    letter-spacing: .9px;
    padding: 6px 10px
}

.product-grid-tile .product-name-link,
.popular-product-tile .product-name-link,
.product-grid .region .product-name-link {
    color: var(--skin-base-color);
    letter-spacing: .9px
}

.product-grid-tile .price-wrapper,
.popular-product-tile .price-wrapper,
.product-grid .region .price-wrapper {
    letter-spacing: .9px
}

.product-grid-tile .color-swatches,
.popular-product-tile .color-swatches,
.product-grid .region .color-swatches {
    position: absolute;
    bottom: 22px;
    right: 22px
}

.filterClosed .product-grid-tile .product-tile-link,
.filterClosed .popular-product-tile .product-tile-link,
.filterClosed .product-grid .region .product-tile-link {
    display: block;
    max-height: 100%
}

@media(max-width:990.98px) {

    .filterClosed .product-grid-tile .product-tile-link,
    .filterClosed .popular-product-tile .product-tile-link,
    .filterClosed .product-grid .region .product-tile-link {
        height: 225px
    }
}

@media(max-width:766.98px) {

    .filterClosed .product-grid-tile .product-tile-link,
    .filterClosed .popular-product-tile .product-tile-link,
    .filterClosed .product-grid .region .product-tile-link {
        height: 427px
    }
}

@media(max-width:766.98px) {

    .product-grid-tile.col-6,
    .popular-product-tile.col-6,
    .product-grid .region.col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .product-grid-tile .color-swatches,
    .popular-product-tile .color-swatches,
    .product-grid .region .color-swatches {
        bottom: 22px;
        right: 20px
    }
}

.product-grid-tile .price .range>span:last-child,
.product-grid-tile .price .strike-through.list,
.popular-product-tile .price .range>span:last-child,
.popular-product-tile .price .strike-through.list,
.product-grid .region .price .range>span:last-child,
.product-grid .region .price .strike-through.list {
    display: inline-block;
    min-width: 60%
}

@media(max-width:766.98px) {

    .product-grid-tile .price .range>span:last-child,
    .product-grid-tile .price .strike-through.list,
    .popular-product-tile .price .range>span:last-child,
    .popular-product-tile .price .strike-through.list,
    .product-grid .region .price .range>span:last-child,
    .product-grid .region .price .strike-through.list {
        display: block
    }
}

.product-tile-pd {
    padding: 0
}

.product-tile-pd .product-tile-body {
    padding: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.product-tile-pd .product-tile-body .product-name-price-wrapper {
    border-bottom: 0
}

.product-tile-pd .product-tile-body .product-name {
    letter-spacing: .72px;
    font: var(--skin-headline-6-mobile)
}

@media(min-width:767px) {
    .product-tile-pd .product-tile-body .product-name {
        letter-spacing: 1.1px;
        font: var(--skin-headline-6-desktop)
    }
}

.product-tile-pd .product-tile-body .product-tagline {
    display: none
}

.product-tile-pd .product-tile-body .product-tile-description {
    font: var(--skin-product-tile-description-font-mobile-non-plp);
    letter-spacing: .56px;
    margin-top: 0
}

@media(min-width:991px) {
    .product-tile-pd .product-tile-body .product-tile-description {
        font: var(--skin-product-tile-description-font-desktop-non-plp);
        letter-spacing: .8px
    }
}

.product-tile-pd .product-tile-body .price-wrapper-nonplp {
    color: var(--skin-primary-color);
    font: var(--skin-product-tile-price-font-plp-mobile-non-plp);
    letter-spacing: .9px;
    padding-top: 12px
}

@media(min-width:991px) {
    .product-tile-pd .product-tile-body .price-wrapper-nonplp {
        font: var(--skin-product-tile-price-font-plp-desktop-non-plp)
    }
}

.product-tile-pd .product-tile-body .cta-wrapper {
    margin-top: 0
}

.product-tile-pd .product-tile-body .cta-wrapper .btn.btn-link {
    font-size: 13px;
    letter-spacing: 2.6px
}

.product-tile-pd .product-tile-component-figure-nonplp {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 24px
}

@media(min-width:991px) {
    .product-tile-pd .product-tile-component-figure-nonplp {
        margin: 0
    }
}

.product-tile-pd .product-tile-component-figure-nonplp .product-tile-image-wrapper {
    margin-bottom: 15px;
    padding: 0
}

@media(min-width:991px) {
    .product-tile-pd .product-tile-component-figure-nonplp .product-tile-image-wrapper {
        margin-bottom: 25px
    }
}

.popular-slot .popular-slot-title {
    margin-bottom: 20px
}

@media(max-width:990.98px) {
    .popular-slot .popular-slot-title {
        margin-bottom: 22px
    }
}

.popular-slot .popular-products-list:not(.glider) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popular-slot .popular-products-list:not(.glider) .slide {
    margin: 0;
    overflow: visible
}

.popular-slot .popular-products-list.glider .slide {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.popular-product-tile {
    height: 100%
}

.popular-product-tile .product-tile-container .product-tile-wrapper {
    background-color: var(--skin-invert-color)
}

.popular-slot.popular-products {
    padding: 10px 0 60px
}

@media(min-width:639px) {
    .popular-slot.popular-products {
        padding: 55px 0 100px
    }
}

@media(min-width:991px) {
    .popular-slot .popular-products-list:not(.glider) {
        padding: 0 var(--skin-page-padding-desktop);
        max-width: 100vw
    }
}

.popular-slot .popular-products-list:not(.glider) .slide:first-of-type {
    padding-left: calc(var(--skin-page-padding-mobile) + 10px)
}

@media(min-width:767px) {
    .popular-slot .popular-products-list:not(.glider) .slide:first-of-type {
        padding-left: calc(var(--skin-page-padding-tablet) + 10px)
    }
}

@media(min-width:991px) {
    .popular-slot .popular-products-list:not(.glider) .slide:first-of-type {
        padding-left: 10px
    }
}

.popular-slot .popular-products-list:not(.glider) .slide:last-child {
    padding-right: calc(var(--skin-page-padding-mobile) + 10px)
}

@media(min-width:767px) {
    .popular-slot .popular-products-list:not(.glider) .slide:last-child {
        padding-right: calc(var(--skin-page-padding-tablet) + 10px)
    }
}

@media(min-width:991px) {
    .popular-slot .popular-products-list:not(.glider) .slide:last-child {
        padding-right: 10px
    }
}

.popular-slot .popular-products-list .glider-track:after,
.popular-slot .popular-products-list .glider-track:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: var(--skin-page-padding-mobile)
}

@media(min-width:639px) {

    .popular-slot .popular-products-list .glider-track:after,
    .popular-slot .popular-products-list .glider-track:before {
        width: var(--skin-page-padding-tablet)
    }
}

@media(min-width:767px) {

    .popular-slot .popular-products-list .glider-track:after,
    .popular-slot .popular-products-list .glider-track:before {
        width: var(--skin-page-padding-desktop)
    }
}

.popular-slot .popular-slot-title {
    font: 400 26px/32px var(--skin-header-font);
    letter-spacing: .52px;
    margin-bottom: 20px
}

@media(min-width:639px) {
    .popular-slot .popular-slot-title {
        font: 400 38px/45px var(--skin-header-font);
        letter-spacing: .76px;
        margin-bottom: 40px
    }
}

.popular-slot.category-slot {
    padding-top: 85px
}

.popular-slot.category-slot .category-tile .category-tile--title {
    text-align: left;
    font-size: 16px
}

.popular-slot.category-slot .category-tile .category-tile--title:hover {
    text-decoration: underline
}

@media(min-width:991px) {
    .popular-slot.category-slot .category-tile .category-tile--title {
        text-align: center
    }
}

.product-grid-tile .plp-tile-container .product-tile-wrapper.plp-tile-wrapper,
.popular-product-tile .plp-tile-container .product-tile-wrapper.plp-tile-wrapper {
    background-color: var(--skin-product-tile-background-color)
}

.product-tile-container .plp-tile-button.btn-secondary-invert {
    background-color: var(--skin-primary-button-background-color);
    border-color: var(--skin-primary-button-border-color);
    color: var(--skin-primary-button-text-color) !important
}

.product-tile-container .plp-tile-button.btn-secondary-invert:hover {
    background-color: var(--skin-primary-button-background-color-hover);
    border-color: var(--skin-primary-button-border-color-hover);
    color: var(--skin-primary-button-text-color-hover)
}

.product-tile-container .plp-tile-button.btn-secondary-invert.plp-notify-me-button:hover {
    background-color: var(--skin-primary-button-background-color);
    border-color: var(--skin-primary-button-border-color);
    color: var(--skin-primary-button-text-color)
}

.swatch-circle-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: calc($diameter/2);
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: calc($diameter/2);
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #0070d2;
    border-radius: calc($diameter/2);
    background-color: #0070d2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: calc($diameter/2);
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #008827;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #008827;
    border-radius: calc($diameter/2);
    background-color: #008827;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: calc($diameter/2);
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: calc($diameter/2);
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: calc($diameter/2);
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: calc($diameter/2);
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: calc($diameter/2);
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: calc($diameter/2);
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: calc($diameter/2);
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: calc($diameter/2);
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: calc($diameter/2);
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, #ff0), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.su-category-archive__search-categories--search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px
}

@media(max-width:990.98px) {
    .su-category-archive__search-categories--search {
        padding-top: 45px;
        padding-bottom: 40px
    }
}

.su-category-archive__search-categories--search .denon-archive-search-title {
    text-align: center;
    padding-bottom: 40px
}

.su-archive-search #searchButton {
    border: none;
    background: 0 0
}

.denon-archive-search-empty {
    border-top: var(--skin-input-border);
    padding: var(--skin-margin-small-desktop) 0
}

@media(max-width:990.98px) {
    .denon-archive-search-empty {
        padding: var(--skin-margin-small-mobile) 0
    }
}

.denon-archive-search-empty .denon-archive-search-empty--cta {
    margin-top: var(--skin-margin-x-small-desktop)
}

@media(max-width:990.98px) {
    .denon-archive-search-empty .denon-archive-search-empty--cta {
        margin-top: var(--skin-margin-x-small-mobile)
    }
}

.su-category-archive__search-categories--categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    padding-bottom: 70px
}

@media(max-width:990.98px) {
    .su-category-archive__search-categories--categories {
        padding-bottom: 40px
    }
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 0 10px 10px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:990.98px) {
    .su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement button {
    width: 100%;
    height: 100%;
    background: var(--skin-invert-color);
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement button.active {
    color: var(--skin-primary-color);
    border-color: var(--skin-primary-color)
}

.su-category-archive__slot-divider {
    margin: 70px 0
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement button {
    background: var(--skin-secondary-button-background-color);
    color: var(--skin-secondary-button-text-color);
    border-radius: var(--skin-button-border-radius);
    font: var(--skin-button-font);
    font-weight: var(--skin-button-font-weight);
    height: var(--skin-button-height);
    border-color: var(--skin-secondary-button-border-color);
    transition: color .15s ease-in-out 0s, background-color .15s ease-in-out 0s, border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0s
}

.su-category-archive__search-categories--categories .su-category-archive__search-categories--categories-refinement button:hover {
    background: var(--skin-secondary-button-background-color-hover);
    color: var(--skin-secondary-button-text-color-hover);
    border-color: var(--skin-secondary-button-border-color-hover)
}

.su-archive-search form.search-again__form i.fa-search::before {
    color: var(--skin-link-color)
}

.su-plp-archive {
    background-color: #e5e5e5
}

.info-icon {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 0;
    background: inherit
}

.info-icon .fa {
    color: var(--skin-primary-color);
    font-size: 13px
}

.info-icon .tooltip {
    position: absolute;
    border-radius: var(--skin-tooltip-border-radius);
    background-color: var(--skin-tooltip-background-color);
    font: var(--skin-tooltip-font);
    color: var(--skin-tooltip-font-color);
    padding: 15px;
    top: calc(100% + 10px);
    left: -35px;
    width: 245px;
    -webkit-animation: fade-in .5s linear forwards;
    animation: fade-in .5s linear forwards
}

@media(min-width:991px) {
    .info-icon .tooltip {
        top: 50%;
        left: calc(50% + 25px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 280px
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: .9
    }
}

.info-icon .tooltip::after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--skin-tooltip-background-color);
    height: 20px;
    width: 20px;
    border-radius: 2px;
    top: 0;
    left: 32px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg)
}

@media(min-width:991px) {
    .info-icon .tooltip::after {
        top: 50%;
        left: 1px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }
}

.info-icon .fa {
    color: var(--skin-link-color)
}

.info-icon .tooltip {
    font: 400 11px/16px var(--skin-body-font)
}

.product-line-item-summary .line-item-name {
    margin: 0
}

.product-line-item-summary .line-item-name span {
    font: var(--skin-product-card-name-font);
    color: var(--skin-product-card-name-color);
    margin-bottom: 8px
}

.product-line-item-summary .line-item-unit-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    padding-left: var(--skin-product-card-padding-checkout);
    text-align: right
}

@media(max-width:766.98px) {
    .product-line-item-summary .line-item-unit-price {
        width: 100%;
        padding-top: 12px;
        padding-left: calc(var(--skin-product-card-padding-checkout) + var(--skin-product-card-image-dim-checkout-mobile))
    }
}

.product-line-item-summary .line-item-unit-price .price {
    font: var(--skin-product-card-price-font);
    color: var(--skin-product-card-price-color)
}

.product-line-item-summary .line-item-unit-price .price .sale-price {
    color: var(--skin-product-card-price-color-sale);
    margin: 0
}

.product-line-item-summary .line-item-unit-price .price .list {
    color: var(--skin-product-card-price-color-list);
    font-size: 13px
}

@media(max-width:766.98px) {
    .product-line-item-summary .line-item-unit-price .price .list {
        font-size: inherit;
        margin-left: 10px
    }
}

@media(max-width:766.98px) {
    .product-line-item-summary .line-item-unit-price .price>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-line-item {
    padding: 25px 20px;
    border-bottom: 1px solid var(--skin-checkout-border-color)
}

.product-line-item:last-child {
    border-bottom: none
}

.product-line-item+.product-line-item::before {
    display: none
}

.receipt .product-line-item {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid var(--skin-checkout-border-color)
}

@media(max-width:766.98px) {
    .receipt .product-line-item {
        padding-left: 20px;
        padding-right: 20px
    }
}

.popover-minicart .product-line-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item {
        padding-top: 20px
    }
}

@media(max-width:766.98px) {
    .product-line-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-line-item .item-image {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    margin: 0
}

.product-line-item .item-image img {
    display: block;
    height: var(--skin-product-card-image-dim-checkout);
    width: var(--skin-product-card-image-dim-checkout);
    margin-right: var(--skin-product-card-padding-checkout);
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:766.98px) {
    .product-line-item .item-image img {
        height: var(--skin-product-card-image-dim-checkout-mobile);
        width: var(--skin-product-card-image-dim-checkout-mobile)
    }
}

.receipt .product-line-item .item-image img {
    height: var(--skin-product-card-image-dim-confirmation);
    width: var(--skin-product-card-image-dim-confirmation);
    margin-right: var(--skin-product-card-padding-confirmation);
    margin-top: 5px
}

@media(max-width:766.98px) {
    .receipt .product-line-item .item-image img {
        height: var(--skin-product-card-image-dim-confirmation-mobile);
        width: var(--skin-product-card-image-dim-confirmation-mobile)
    }
}

.order-detail-replace .product-line-item .item-image img {
    height: var(--skin-product-card-image-dim-detail);
    width: var(--skin-product-card-image-dim-detail);
    margin-right: var(--skin-product-card-padding-detail)
}

.popover-minicart .product-line-item .item-image img {
    height: var(--skin-product-card-image-dim-minicart);
    width: var(--skin-product-card-image-dim-minicart);
    margin-right: var(--skin-product-card-padding-minicart)
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item .item-image img {
        height: var(--skin-product-card-image-dim-minicart-mobile);
        width: var(--skin-product-card-image-dim-minicart-mobile);
        margin-right: var(--skin-product-card-padding-minicart-mobile)
    }
}

.product-line-item .product-line-item-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product-line-item .product-line-item-details p,
.product-line-item .product-line-item-details span,
.product-line-item .product-line-item-details .line-item-option {
    font: var(--skin-product-card-attribute-font);
    color: var(--skin-product-card-attribute-color);
    margin: 0
}

.product-line-item .product-line-item-details .line-item-name {
    margin: 0
}

.product-line-item .product-line-item-details .line-item-name span {
    font: var(--skin-product-card-name-font);
    color: var(--skin-product-card-name-color);
    margin-bottom: 8px
}

.popover-minicart .product-line-item .product-line-item-details .line-item-name span {
    color: var(--skin-product-card-name-color-minicart)
}

.product-line-item .product-line-item-details .line-item-tagline {
    margin-top: 6px
}

.product-line-item .product-line-item-details .item-attributes {
    margin-top: 12px
}

.popover-minicart .product-line-item .product-line-item-details .item-attributes {
    margin-top: 8px
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item .product-line-item-details .item-attributes {
        margin-top: 6px
    }
}

.product-line-item .product-line-item-details .line-item-availability .line-item-attribute .fa {
    display: none
}

.product-line-item .product-line-item-details .line-item-availability.line-item-preorder .line-item-attribute:not(.line-item-instock-date) {
    display: none
}

.product-line-item .line-item-unit-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    padding-left: var(--skin-product-card-padding-checkout);
    text-align: right
}

@media(max-width:766.98px) {
    .product-line-item .line-item-unit-price {
        width: 100%;
        padding-top: 12px;
        padding-left: calc(var(--skin-product-card-padding-checkout) + var(--skin-product-card-image-dim-checkout-mobile))
    }

    .receipt .product-line-item .line-item-unit-price {
        padding-left: calc(var(--skin-product-card-padding-confirmation) + var(--skin-product-card-image-dim-confirmation-mobile))
    }
}

.popover-minicart .product-line-item .line-item-unit-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding-top: 10px;
    padding-left: calc(var(--skin-product-card-image-dim-minicart) + var(--skin-product-card-padding-minicart))
}

@media(max-width:766.98px) {
    .popover-minicart .product-line-item .line-item-unit-price {
        padding-top: 6px;
        padding-left: calc(var(--skin-product-card-image-dim-minicart-mobile) + var(--skin-product-card-padding-minicart-mobile))
    }
}

.product-line-item .line-item-unit-price .price {
    font: var(--skin-product-card-price-font);
    color: var(--skin-product-card-price-color)
}

.product-line-item .line-item-unit-price .price .sale-price {
    color: var(--skin-product-card-price-color-sale);
    margin: 0
}

.product-line-item .line-item-unit-price .price .list {
    color: var(--skin-product-card-price-color-list);
    font-size: 13px
}

@media(max-width:766.98px) {
    .product-line-item .line-item-unit-price .price .list {
        font-size: inherit;
        margin-left: 10px
    }
}

.popover-minicart .product-line-item .line-item-unit-price .price .list {
    font-size: inherit;
    margin-left: 10px
}

.popover-minicart .product-line-item .line-item-unit-price .price {
    font: var(--skin-product-card-price-font-mini-cart)
}

.popover-minicart .product-line-item .line-item-unit-price .price>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:766.98px) {
    .product-line-item .line-item-unit-price .price>span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-summary-collapsed {
    padding: 15px 20px 20px
}

.product-summary-collapsed .item-image {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    margin: 0
}

.product-summary-collapsed .item-image img {
    display: block;
    height: var(--skin-product-card-image-dim-collapsed);
    width: var(--skin-product-card-image-dim-collapsed);
    margin-right: var(--skin-product-card-padding-collapsed);
    -o-object-fit: contain;
    object-fit: contain
}

.product-summary-collapsed .line-item-header {
    margin-left: 15px
}

@media(max-width:766.98px) {
    .product-summary-collapsed .line-item-header {
        max-width: 157px
    }
}

.product-summary-collapsed .product-line-item-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-summary-collapsed .product-line-item-summary {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-summary-collapsed .product-line-item-summary:not(:first-child) {
    margin-top: 10px
}

.product-summary-collapsed .product-line-item-summary .line-item-unit-price {
    margin-left: auto
}

@media(max-width:766.98px) {
    .product-summary-collapsed .line-item-unit-price {
        padding-top: 0;
        padding-left: unset
    }

    .product-summary-collapsed .line-item-unit-price .price span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-summary-collapsed .line-item-unit-price .price .list {
        margin-left: unset
    }
}

.minicart {
    position: relative
}

.modal-cart {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    border-radius: 10px;
    border: none
}

@media(max-width:766.98px) {
    .modal-cart {
        max-width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
        right: 20px
    }
}

.modal-cart::before {
    left: auto;
    right: 15px
}

.modal-cart::after {
    left: auto;
    right: 16px
}

.modal-cart.show {
    display: block
}

.modal-cart .card-body {
    padding: 0
}

.modal-cart .modal-cart-header {
    position: relative;
    background: #0b131a;
    border: 1px solid var(--color-white);
    border-radius: 10px 10px 0 0;
    padding: 0
}

.modal-cart .modal-cart-header h1,
.modal-cart .modal-cart-header h2 {
    font-size: 1.125rem;
    color: var(--color-white);
    line-height: 26px;
    margin: 20px 12px
}

@media(max-width:766.98px) {

    .modal-cart .modal-cart-header h1,
    .modal-cart .modal-cart-header h2 {
        margin: 25px 20px
    }
}

.modal-cart .modal-cart-header h1 i,
.modal-cart .modal-cart-header h2 i {
    margin-right: 12px
}

.modal-cart .modal-cart-header .modal-cart-close {
    background: 0 0;
    color: var(--color-white);
    border: none;
    padding: 0;
    height: 20px;
    width: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px
}

.modal-cart .modal-cart-header .modal-cart-close:focus,
.modal-cart .modal-cart-header .modal-cart-close:active {
    border: none;
    outline: none
}

.modal-cart .modal-cart-footer {
    border-radius: 0 0 10px 10px;
    padding: 0 25px 13px;
    border: none
}

@media(max-width:766.98px) {
    .modal-cart .modal-cart-footer {
        padding-bottom: 25px
    }
}

@media(min-width:639px) {
    .modal-cart.popover-minicart {
        left: auto;
        right: var(--skin-page-padding-desktop);
        -webkit-transform: none;
        transform: none;
        min-width: 30rem;
        max-width: 30rem
    }
}

.modal-cart.popover-minicart .row {
    margin-left: 0;
    margin-right: 0
}

.modal-cart.popover-minicart .cart {
    background-color: var(--skin-body-background-color);
    border-radius: 10px;
    padding: 0
}

.modal-cart.popover-minicart .remove-btn {
    color: #999;
    float: right;
    background-color: var(--color-white);
    border: none;
    font-size: 1.625em;
    margin-top: -.313em;
    padding: 0
}

.modal-cart.popover-minicart .product-summary {
    max-height: 21.875em;
    overflow-y: auto;
    overflow-x: hidden
}

.modal-cart.popover-minicart .product-summary .col-12 {
    padding: 0
}

.modal-cart.popover-minicart .product-summary .card {
    border: none
}

.modal-cart.popover-minicart .card-body {
    padding: 0
}

.modal-cart.popover-minicart .quantity-label {
    font-size: .813em
}

.modal-cart.popover-minicart .quantity {
    width: 100%
}

.modal-cart.popover-minicart .minicart-viewcart {
    margin-bottom: 12px
}

.modal-cart.popover-minicart .minicart-viewcart .btn-secondary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-cart.popover-minicart .estimated-total {
    margin-top: .625em
}

.modal-cart.popover-minicart .sub-total-label {
    font-size: 1em;
    font-weight: 600
}

.modal-cart.popover-minicart .sub-total {
    font-size: 1em;
    font-weight: 600
}

.modal-cart.popover-minicart .line-item-divider {
    margin: .625em -.625em .625em -1.325em
}

.modal-cart.popover-minicart .line-item-name {
    width: 90%
}

html[lang=de] .modal-cart.popover-minicart .minicart-viewcart .btn-secondary,
html[lang=nl] .modal-cart.popover-minicart .minicart-viewcart .btn-secondary {
    padding: 0 20px
}

@media(max-width:990.98px) {

    html[lang=de] .modal-cart.popover-minicart .modal-cart-header h1,
    html[lang=nl] .modal-cart.popover-minicart .modal-cart-header h1 {
        padding-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        margin: 15px 20px
    }
}

html[lang=de] .modal-cart.popover-minicart .line-item-pricing-info .sale-price,
html[lang=de] .modal-cart.popover-minicart .line-item-pricing-info .strike-through,
html[lang=de] .modal-cart.popover-minicart .line-item-pricing-info .value,
html[lang=fr] .modal-cart.popover-minicart .line-item-pricing-info .sale-price,
html[lang=fr] .modal-cart.popover-minicart .line-item-pricing-info .strike-through,
html[lang=fr] .modal-cart.popover-minicart .line-item-pricing-info .value,
html[lang=nl] .modal-cart.popover-minicart .line-item-pricing-info .sale-price,
html[lang=nl] .modal-cart.popover-minicart .line-item-pricing-info .strike-through,
html[lang=nl] .modal-cart.popover-minicart .line-item-pricing-info .value {
    font: var(--skin-p-small)
}

nav .navbar-utility .minicart-quantity {
    font-size: 10px
}

@media(max-width:990.98px) {
    nav .navbar-utility .minicart-quantity {
        left: 22px;
        top: 5px
    }
}

.modal-cart .modal-cart-header {
    background-color: var(--skin-base-color);
    border-color: var(--skin-base-color);
    border-radius: 3px 3px 0 0
}

.modal-cart .modal-cart-header h1 {
    color: var(--skin-invert-color);
    padding-left: 14px
}

@media(max-width:766.98px) {
    .modal-cart .modal-cart-header h1 {
        padding-left: 0
    }
}

.modal-cart .modal-cart-header h1 i {
    display: none
}

.modal-cart .modal-cart-footer {
    padding: 0 16px 13px;
    border-radius: 0 0 3px 3px;
    background-color: var(--skin-invert-color)
}

@media(max-width:990.98px) {
    .modal-cart .modal-cart-footer {
        padding: 0 13px 13px
    }
}

.modal-cart .modal-cart-footer .row {
    padding: 0 5px
}

.modal-cart .modal-cart-footer .row .col-md-6 {
    padding: 0 5px
}

.modal-cart .cart {
    background-color: var(--skin-invert-color);
    border-radius: 0 0 3px 3px
}

.modal-cart .line-item-tagline span {
    font: var(--skin-p-small-mobile);
    letter-spacing: .52px
}

@media(min-width:767px) {
    .modal-cart .line-item-tagline span {
        font: var(--skin-p-small);
        letter-spacing: .7px
    }
}

.modal-cart .line-item-attribute {
    font-style: italic;
    color: var(--skin-base-color);
    letter-spacing: .65px
}

.modal-cart .line-item-pricing-info .sale-price,
.modal-cart .line-item-pricing-info .strike-through,
.modal-cart .line-item-pricing-info .value {
    font: var(--skin-p-large);
    letter-spacing: .9px
}



/* Mano */

/* Header Seaction */

.main-header-menu {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-menu-mw {
    max-width: 1320px !important;
}

.about-content-hd h2 {
    color: #e51837 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

/* Home-sub Slider */

.glider-track {
    display: flex;
}

.footer-title-hd {
    color: #ffff;
    font-size: 22px;
    /* margin-bottom: 15px; */

    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.about-industies p {
    color: var(--skin-body-color) !important;
    font-size: 18px !important;
    max-width: none !important;
}




.content-asset a img {
    height: 20px !important;
    width: 20px !important;
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .glider-track {
        display: inline-block !important;
    }
}

@media only screen and (min-width:575px) {
    .footer-cr {
        display: none !important;
    }
}

.menu-ft-open {
    margin-left: -15px !important;
}

.menu-ft-close {
    margin-left: -15px !important;
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .logo-main {
        width: 100px !important;
        height: 60px !important;
    }

    /* .brand img {
    width: 170% !important;
} */
}

.high-tech-mf {
    font-size: 40px;
    font-weight: 300 !important;
    padding-bottom: 0px !important;

}

@media only screen and (min-width:320px) and (max-width:425px) {
    .experience-component .eyebrow {
        line-height: 35px;
        margin-bottom: 15px;
    }
}












.animated-item .about-para {
    max-width: 100% !important;
    color: #404040 !important;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    /* font-size: 18px !important; */
}


.slider-bottom-para p {
    max-width: 600px !important;
    color: #404040 !important;
    line-height: 25px;
}

.footer-br {
    display: none !important;
}

.media-desktop {
    display: block;
}

.d-md-none {
    display: none !important;
}

/* mano */

/* @media query Padding Top And Bottom Section */
/* padding Top  */
@media only screen and (min-width:320px) and (max-width:768px) {
    .pt--media-30-15 {
        padding-top: 15px !important;
    }
}

.pt--media-30-15 {
    padding-top: 30px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .pt--media-40-20 {
        padding-top: 20px !important;
    }
}

.pt--media-40-20 {
    padding-top: 40px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .pt--media-60-30 {
        padding-top: 30px !important;
    }
}

.pt--media-60-30 {
    padding-top: 60px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .pt--media-80-40 {
        padding-top: 40px !important;
    }
}

.pt--media-80-40 {
    padding-top: 80px;
}

/* Padding bottom */

@media only screen and (min-width:320px) and (max-width:768px) {
    .pb--media-30-15 {
        padding-bottom: 15px !important;
    }
}

.pb--media-30-15 {
    padding-bottom: 30px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .pb--media-40-20 {
        padding-bottom: 20px !important;
    }
}

.pb--media-40-20 {
    padding-bottom: 40px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .pb--media-60-30 {
        padding-bottom: 30px !important;
    }
}

.pb--media-60-30 {
    padding-bottom: 60px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .pb--media-80-40 {
        padding-bottom: 40px !important;
    }
}

.pb--media-80-40 {
    padding-bottom: 80px;
}

/* Margin Top  */

@media only screen and (min-width:320px) and (max-width:768px) {
    .mt--media-40-20 {
        margin-top: 20px !important;
    }
}

.mt--media-40-20 {
    margin-top: 40px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .mt--media-60-30 {
        margin-top: 30px !important;
    }
}

.mt--media-60-30 {
    margin-top: 60px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .mt--media-80-40 {
        margin-top: 40px !important;
    }
}

.mt--media-80-40 {
    margin-top: 80px;
}

/* Margin bottom */

@media only screen and (min-width:320px) and (max-width:768px) {
    .mb--media-40-20 {
        margin-bottom: 20px !important;
    }
}

.mb--media-40-20 {
    margin-bottom: 40px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .mb--media-60-30 {
        margin-bottom: 30px !important;
    }
}

.mb--media-60-30 {
    padding-bottom: 60px;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .mb--media-80-40 {
        margin-bottom: 40px !important;
    }
}

.mb--media-80-40 {
    margin-bottom: 80px;
}

/* padding-section */

/* padding-section top */
.pt--10 {
    padding-top: 10px !important;
}

.pt--15 {
    padding-top: 15px !important;
}

.pt--20 {
    padding-top: 20px !important;
}

.pt--30 {
    padding-top: 30px !important;
}

.pt--40 {
    padding-top: 40px !important;
}

.pt--60 {
    padding-top: 60px !important;
}

.pt--80 {
    padding-top: 80px !important;
}

.pt--100 {
    padding-top: 100px !important;
}

.pt--120 {
    padding-top: 120px !important;
}

/* padding-section bottom */

.pb--10 {
    padding-bottom: 10px !important;
}

.pb--15 {
    padding-bottom: 15px !important;
}

.pb--20 {
    padding-bottom: 20px !important;
}

.pb--30 {
    padding-bottom: 30px !important;
}

.pb--40 {
    padding-bottom: 40px !important;
}

.pb--60 {
    padding-bottom: 60px !important;
}

.pb--80 {
    padding-bottom: 80px !important;
}

.pb--100 {
    padding-bottom: 100px !important;
}

.pb--120 {
    padding-bottom: 120px !important;
}

/* margin-section */

/* margin-section top */
.mt--10 {
    margin-top: 10px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mt--80 {
    margin-top: 80px !important;
}

.mt--100 {
    margin-top: 100px !important;
}

.mt--120 {
    margin-top: 120px !important;
}

/* padding-section bottom */

.mb--10 {
    margin-bottom: 10px !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mb--100 {
    margin-bottom: 100px !important;
}

.mb--120 {
    margin-bottom: 120px !important;
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.mySlides {
    display: none;
}

.fade {
    animation: fadeEffect 4.0s;
    /* Changed from 1.5s to 0.5s */
}

@keyframes fadeEffect {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

img {
    vertical-align: middle;
    width: 100%;
}

.dot-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 7px;
    width: 7px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}

@media only screen and (min-width:1440px) and (max-width:1998px) {
    .dot {
        height: 3px;
        width: 3px;
    }

    .about-para {
        text-align: left !important;
    }
}

.experience-component .p-feature>p {
    text-align: left !important;
}

.dot {
    display: none !important;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    footer .site-details a.find-retailer {
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    .copyright {
        font-size: 14px !important;
    }

    .footer-br {
        display: block !important;
    }

    .menu-ft-open img {
        width: 40px;
        height: 40px;
    }

    .high-tech-mf {
        font-size: 30px !important;
    }

    .menu-ft-close img {
        width: 40px;
        height: 40px;
    }
}

/* Scroll Top Button */


/* Back to Top Button */
/* .back-btn{
    color: #000 !important;
  } */
#backToTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: 35px;
    z-index: 99;
    background-color: #ca011f;
    /* Dark Gold background */
    color: #ffff;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;

    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

#backToTopBtn:hover {
    background-color: #ca011f;

}


/* Inner Page Section */

/* Contact Us Section */

.validate-input {
    position: relative;
}

.m-all-15,
.m-b-15,
.m-tb-15 {
    margin-bottom: 15px;
}

.size-a-3 {
    width: 100%;
    height: 45px;
}

.t1-m-2 {
    font-size: 16px;
    line-height: 1.5;
}

.cl-6 {
    color: #757587;
}

.bcl-12 {
    border-color: #ccc;
}

.p-all-20,
.p-r-20,
.p-rl-20 {
    padding-right: 20px;
}

.p-all-20,
.p-l-20,
.p-rl-20 {
    padding-left: 20px;
}

.bo-1-rad-4 {
    border: 1px solid;
    border-radius: 4px;
}

input,
label,
textarea {
    display: block;
    outline: 0;
    border: none;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.bg-11 {
    background-color: #ca011f;
}

.size-a-15 {
    min-width: 155px;
    height: 40px;
}

.t1-s-2 {
    font-size: 14px;
    line-height: 1.7;
}

.cl-0 {
    color: #fff;
}

.m-all-30,
.m-b-30,
.m-tb-30 {
    margin-bottom: 30px;
}

.bo-1-rad-4 {
    border: 1px solid;
    border-radius: 4px;
}

.p-all-20,
.p-l-20,
.p-rl-20 {
    padding-left: 20px;
}

.p-all-20,
.p-r-20,
.p-rl-20 {
    padding-right: 20px;
}

.bcl-12 {
    border-color: #ccc;
}

.t1-m-2 {
    font-size: 16px;
    line-height: 1.5;
}

textarea {
    width: 100%;
    height: 100px;
}

.cont-txt-lh {
    line-height: 26px !important;
}

/* About Section */

.para-txt {
    max-width: 100% !important;
    text-align: center !important;
    color: #404040 !important;
}

/* Infrastructure Section */

.infrastructure-img {
    height: 100% !important;
}


/* Footer Section */

footer .site-details span {
    display: block;
}

@media(min-width:991px) {
    .infrastructure-tit-hd {
        padding-bottom: 200px !important;
        padding-top: 200px !important;
    }
}

.infrastructure-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Products Section */

.products-cnt h6 {
    font-size: 19px;
    text-align: left !important;
}

.products-cnt p {
    font-size: 15px !important;
    color: #212529 !important;
    text-align: left !important;
    max-width: 100% !important;
    padding-right: 20px;
}

.product-sec {
    margin-right: 20px;
    margin-bottom: 30px;
}

.products-cnt img {
    margin-bottom: 15px !important;
}

/* Quality Section */

.quality-sec img {
    width: 50px;
    height: 50px;
}

/* Career Section */

.career-sec p {
    font-size: 16px !important;
    color: #212529 !important;
    text-align: justify !important;
    line-height: 30px !important;
    max-width: 100% !important;
}

.select-with-arrow {
    -webkit-appearance: none;
    /* Removes the default arrow in Webkit browsers */
    -moz-appearance: none;
    /* Removes the default arrow in Firefox */
    appearance: none;
    /* Removes the default arrow in modern browsers */
    background-color: white;
    /* Background of the select */
    padding-right: 30px;
    /* Adds space for the custom arrow */
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Custom down arrow */
.c-select-op::after {
    content: '\25BC';
    /* Unicode for a downward arrow */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Ensures clicks pass through the arrow */
    font-size: 10px;
    color: #333;
}

.gender-label {
    display: inline;
    font-weight: bold;
    margin-right: 10px;
}

.gender-options {
    display: inline-flex;
    gap: 15px;
}

.gender-option {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.gender-option input[type="radio"] {
    margin-right: 5px;
}

.file-input {
    padding-top: 6px;
}

.headline1 {
    font-weight: 600 !important;
}

.eyebrow a {
    color: #ca011f !important;
    font-weight: 600 !important;
}

.eyebrow {
    font-weight: 600 !important;
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .eyebrow a {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .experience-component .eyebrow {
        font-size: 16px !important;
    }

    .inner-hd-tl {
        font-size: 32px !important;
    }

    .infrat-hd-tl {
        font-size: 28px;
        line-height: 30px;
        padding-top: 20px;
    }
}

/* Home Form Section */

.unique-form {
    max-width: 400px;
    margin: 0px auto;
}

.unique-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.unique-label .required-star {
    color: red;
}

.unique-input,
.unique-button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.unique-button {
    font-weight: bold;
    cursor: pointer;
}

.unique-button-container {
    margin-top: 15px;
    display: flex;
    justify-content: left;
}

.unique-button-submit {
    background-color: #ca011f;
    color: white;
    border: none;
    width: fit-content;
    padding: 10px 20px;
}

.unique-button-reset {
    background-color: #f44336;
    color: white;
    border: none;
    width: 48%;
}

.unique-button:hover {
    opacity: 0.9;
}

.unique-hd-tl {
    font-size: 1.5rem;
    color: #ca011f;
    text-align: center;
    margin-left: 28px;
    margin-bottom: 15px !important;
    font-weight: 600;
}

/* Home About Section */

.about-sec-bd {
    /* padding: 20px; */
    /* border: 2px solid #111; */
    /* border-radius: 10px; */
}

/* Container styling */
.industry-container {
    width: 100%;
    margin: 0px auto;
    /* padding: 0px 20px 20px 20px; */

}

/* Title styling */
.industry-title {
    font-size: 2rem;
    color: #333333;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: var(--main-font-family);
    font-weight: 600;
}

.industry-title-sp {
    font-size: 2rem;
    color: #ca011f;
    text-align: left;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Description paragraphs styling */
.industry-description {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: #212529 !important;
    margin-bottom: 15px;
    /* max-width: 900px !important; */
    text-align: justify;
}

.industry-container .industry-description {
    font-family: "Roboto", sans-serif !important;
}

/* Button styling */
.industry-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #ca011f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
.industry-button:hover {
    background-color: #333333;
    color: #ffff !important;
}

.industry-button a:hover {
    background-color: #333333;
    color: #ffff !important;
}

/* Link inside the button styling */
.industry-link {
    text-decoration: none;
    color: #ffff;
}

/* Make link clickable while ensuring styling consistency */
.industry-link:hover {
    text-decoration: none;
}

.about-sec-ic {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-ic-cnt {
    display: flex;
    margin-right: 20px;
}

.about-ic-cnt img {
    width: 62px;
    height: 62px;
}

.about-ic-cnt p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212529 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 0px !important;
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .industry-description {
        text-align: left;
    }

    .industry-container {
        padding: 0px;
    }

    .about-ic-cnt {
        display: flex;
        margin-top: 20px;
        margin-right: 0px;
    }

    .about-sec-ic {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .about-sec-bd {
        margin-top: 30px;
    }
}

/* New Product Section */

/* /start portfolio/ */
.portfolio {
    padding: 0px 0;
    /* background: #f7f7f7; */
}



/* /start tabs/ */
.portfolio input[type="radio"] {
    display: none;
}

.portfolio .tabs label {
    display: inline-block;
    color: #000000 !important;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--main-font-family) !important;
}

.portfolio .tabs .all {
    display: none;
    transform-origin: 10% 50%;
}

.portfolio .tabs .content {
    margin-bottom: 29px;
    position: relative;
    overflow: hidden;
}

.portfolio .tabs .content img {
    /* height: 190px; */
    width: 100%;
    border: 1px solid #000;
}

.portfolio .tabs label:not(:first-of-type) {
    margin-left: -4px;
}

.portfolio input[id="all"]:checked~.content .all {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="filterCups"]:checked~.content .filterCups {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="kpBox"]:checked~.content .kpBox {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="Danfoss"]:checked~.content .Danfoss {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="currentExportingParts"]:checked~.content .currentExportingParts {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="Machinery"]:checked~.content .Machinery {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[type="radio"]:checked+label {
    background-color: #fff;
    border: 1px solid #e51737;
    cursor: default;
}

.portfolio .tabs .overlay {
    color: #fff;
    text-transform: capitalize !important;
    text-align: center;
    background: rgb(0 0 0 / 84%);
}

.portfolio .tabs .all .content:hover .overlay {
    top: 0;
}

.portfolio .tabs .overlay span {
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}

.portfolio .tabs .overlay span:hover {
    background: #5CC05C;
    border-color: #5CC05C;
}

@keyframes animateTabe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.classic-list {
    list-style-type: none;
}

.overlay h3 {
    text-transform: capitalize !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 8px;
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .portfolio .tabs label {
        margin-bottom: 0px !important;
    }

    .machinery-sp {
        margin-bottom: 20px !important;
    }
}


.slide h1 {
    font-size: 42px;
    /* Adjust as needed */
    font-weight: bold;
    /* Helps to make the stroke look better */
    color: white;
    /* Text color */
    text-shadow: 2px -1px 0 black, 1px 1px 0 black;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-align: left;
    font-family: var(--skin-header-font);

    /* Adjust color and offset */
}

.unique-input::placeholder {
    color: #9f9f9f !important;
}

.career-hd-tl-1 {
    font-size: 35px !important;
    font-weight: 300 !important;
    margin-bottom: 15px !important;
}

/* .ab-hd-tl{
    margin-bottom: 20px;
} */

.hm-about-sec-ht-1 {
    /* height: 750px !important; */
    /* padding-top: 40px; */
}

.hm-about-sec-ht-2 {
    height: 750px !important;
    padding-top: 40px;
}

/* @media only screen and (min-width:991px) and (max-width:1200px) {
    .hm-about-sec-ht-1 {
        height: 850px !important;
    }
} */

@media only screen and (min-width:320px) and (max-width:767px) {
    .hm-about-sec-ht-1 {
        /* height: 100% !important; */
        /* margin-bottom: 10px !important; */
    }

    .hm-about-sec-ht-2 {
        height: 100% !important;
    }

    .industry-title {
        font-size: 1.8rem !important;
        line-height: 30px;
    }

    .industry-flex-container {
        display: block !important;
    }

}

@media only screen and (min-width:320px) and (max-width:768px) {
    .career-hd-tl-1 {
        font-size: 25px !important;
        font-weight: 500 !important;
        margin-bottom: 15px !important;
        line-height: 35px;
    }
}

.hm-product-pa {
    font-size: 16px !important;
    line-height: 26px !important;
}


.in-about-pa {
    font-size: 16px !important;
    line-height: 32px !important;
    padding-top: 10px;
}

.in-about-pa-1 {
    font-size: 16px !important;
    line-height: 29px !important;
    margin-bottom: 5px;
}

.about-ul-content li {
    text-align: left;
    font-size: 20px;
    /* padding-left: px; */
}

.infra-content-para .para-txt {
    text-align: left !important;
}

.paragraph-text p {
    max-width: 500px !important;
}

.title-text .inner-hd-tl {
    text-align: center !important;
}

.sub-titile-para {
    text-align: center !important;
    max-width: none !important;


}

.mainbanner .title-text {
    margin: 0px 0px 60px !important;
}

.mainbanner .infra-img-text {
    margin: 0px 0px 10px !important;
    max-width: 800px !important;
}

.mainbanner .infra-content-title {
    max-width: 750px !important;
}


nav .main-menu .navbar-nav .nav-item.show .nav-link,
nav .main-menu .navbar-nav .nav-item .active {
    border-bottom-color: var(--skin-menu-border-color-1-desktop);
}


.footer-qr img {
    width: 150px !important;
    height: 150px !important;
}

@media only screen and (min-width:320px) and (max-width:575px) {

    /* .mainbanner .title-text{
            margin: 0px 0px 100px !important;
        } */
    .mainbanner .infra-img-text {
        margin-bottom: 20px !important;
    }
}


.mainbanner .mainbanner-content {

    margin: auto !important;
}

.about-ul-content li p {
    max-width: none !important;
}

/* .footer-new-container{
max-width: 1800px !important;
margin: auto !important;

} */
.footer .footer-nav-columns-wrapper {
    justify-content: space-between !important;
}

.content-asset p {
    color: #000;
    line-height: 27px !important;
    margin-bottom: 0px !important;
}

.content-asset span a {
    color: #000;
}

.content-asset span strong {
    color: #ca011f;
}


@media only screen and (min-width:320px) and (max-width:1023px) {
    .adr-footer-mobile {
        display: none !important;
    }
}

@media only screen and (min-width:1024px) {
    .adr-footer-mobile {
        display: none !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .industry-description {
        font-size: 15px !important;
        line-height: 28px !important;

    }
}

.vision-content h3 {
    color: red;
    text-align: center;
    font-weight: 600;
}

.mission-ul,
.vision-content ul {
    padding-left: 25px;

}



.mission-ul li::marker {
    list-style-type: disc;
}

.vision-img {
    margin: auto;
}

.quality-policy p,
.quality-object p {
    max-width: inherit !important;

}

.quality-section {
    padding-top: 10px;
}


.quality-policy {
    padding-bottom: 20px;
}

.quality-section .two-column-layout-container {
    padding: 40px 0px 0px;
}

.envirnomental-content p {
    max-width: inherit !important;

}

.envinoment-sub-tittle {
    padding-bottom: 10px;
    max-width: 900px !important;
}

.envinoment-sub-tittle h6 {
    color: #ca011f;
    font-weight: 600;
}

.quality-policy h5,
.quality-object h5 {
    color: #ca011f !important;
    font-weight: 600;
}

.carrer-btn {
    outline: none !important;
}

@media only screen and (min-width:320px) and (max-width:767px) {


    .mainbanner .title-text {
        margin: 40px 0px -19px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {


    .mainbanner .title-text {
        margin: 0px 0px 80px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support-block .address-content {
        margin: auto !important;
    }
}

@media only screen and (min-width:1024px) {
    .mainbanner .title-text {
        margin: 0px 0px 60px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .unique-input {
        margin-bottom: 25px;
    }

    .hm-about-sec-ht-2 {
        height: 820px !important;
    }

    .hm-about-sec-ht-1 {
        /* height: 820px !important; */
    }
}

@media only screen and (min-width:991px) and (max-width:1023px) {
    .hm-about-sec-ht-2 {
        height: 900px !important;
    }

    .hm-about-sec-ht-1 {
        /* height: 900px !important; */
    }

    .unique-input {
        margin-bottom: 25px;
    }
}

.home-product-btn .btn-link {
    background: #ca011f;
    display: inline-block;
    color: #fff;
    padding: 0px 15px !important;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 11px !important;
}

.home-product-btn .btn-link:hover {
    color: #ca011f;
    background-color: #fff;
    transition: 0.3s linear all;
}

.footer-conntect {
    background-color: #ca011f;
}

.envinoment-sub-tittle ul {
    padding-left: 25px;
}

.about-ul-content {
    padding-left: 25px;
}

.address-content {
    max-width: 900px !important;
}

.contact-address-section {
    background-color: #000;
}

.support-block {
    margin-bottom: 20px;
}

.address-content a:hover {
    color: #ca011f !important;
}


/* .quote-btn-menu a {
    padding: 10px 15px;
background-color: #ca011f;
        color: #fff;
   
}

.quote-btn-menu a:hover{
    background-color: #fff;
    color: #ca011f;
    border: 2px solid #ca011f;

} */


.quote-btn-menu a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ca011f;
    /* Keep border size constant */
    background-color: #ca011f;
    color: white;
    text-decoration: none;
    /* transition: all 0.3s ease-in-out; */
    font-weight: 500;
}

.quote-btn-menu a:hover {
    background-color: #fff;
    color: #ca011f;
    transform: scale(1.05);
    /* Slight scale effect without affecting layout */
}

.home-product-tittle {
    padding: 20px 0px 0px !important;
}

.home-product-three-column {
    padding: 20px 0px 40px;
}

/* Hero Video */
.outter.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    .outter.hero-video {
        height: 325px;
    }
}

.hero-video .video-container {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-video .video-container {
        height: 325px;
    }
}

.hero-video video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .hero-video video {
        height: 325px;
    }
}

.hero-video .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-video h1 {
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 60px;
    font-weight: 700;
    color: white;

    color: #fff;
    text-shadow: 1px 4px 6px #000,
        0px 0px 0px #000,
        1px 4px 6px #000;
    ;
}

@media (max-width: 767px) {
    .hero-video h1 {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (min-width: 768px) {
    .hero-video h1 {
        font-size: 45px;
    }
}

.hero-video .desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.hero-video .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: left;
    position: relative;
    z-index: 10;
    width: 100%;
    left: -20%;
    top: 30%;
    margin: auto;
}

@media (max-width: 767px) {
    /* .hero-video .callout {
        width: 60%;
    } */
}

.hero-video .button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #ca011f;
    padding: 15px 30px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    position: relative;
    left: -12%;
    font-weight: bold;
}

@media (max-width: 767px) {
    .hero-video .button {
        padding: 10px 20px;
    }
}

.hero-video .button:hover {
    cursor: pointer;
    background-color: #fff;
    color: #ca011f;
}


/* === General Form Styling === */
#rfq {
    max-width: 800px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: "Arial", sans-serif;
}

/* === Section Headings === */
#rfq .heading {
    font-size: 35px;
    color: #ca011f;
    padding-bottom: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

#rfq p {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

/* === Input Field Styling === */
.input-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    background: #f9f9f9;
}

/* === Hover & Focus Effects === */
.input-group input:focus,
.input-group textarea:focus {
    border-color: #007bff;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* === Placeholder Styling === */
.input-group input::placeholder,
.input-group textarea::placeholder {
    color: #999;
    font-size: 14px;
}

/* === Textarea Styling === */
.input-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* === Grid Layout === */
.w33 {
    width: 32%;
}

.w50 {
    width: 48%;
}

.w66 {
    width: 66%;
}

.w100 {
    width: 100%;
}

.zip-state,
.name-phone,
.email-industry,
.company-website {
    display: flex;
    justify-content: space-between;
}

.left-side {
    display: flex;
    flex-direction: column;
}

/* === File Upload Styling === */
.qq-upload-button {
    background: #007bff;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease-in-out;
    display: inline-block;
}

.qq-upload-button:hover {
    background: #0056b3;
}

/* === Submit Button === */
.submit.button.red {
    background: #ca011f;
    color: white;
    padding: 12px 20px;
    border: 3px solid #ca011f;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s;
}

.submit.button.red:hover {
    background: #fff;
    transform: translateY(-2px);
    color: #ca011f;
    box-shadow: 0 4px 8px rgba(255, 0, 0, 0.2);
}

/* === Responsive Design === */
@media (max-width: 768px) {

    .w33,
    .w50,
    .w66 {
        width: 100%;
    }

    .zip-state {
        flex-direction: column;
    }
}

.home-high-tech {
    padding: 20px 0px;

}

.about-content-hd h2 {
    padding-bottom: 0px !important;
}

.abou-vision-and-mission {
    padding: 20px 0px !important;
}

.vision-and-mission-main-content {
    padding-top: 0px !important;
}

.enviroment-main {
    padding: 20px 0px !important
}

.infra-img-text .infrat-hd-tl {
    margin-bottom: 0px !important;
}

.infra-col {
    display: flex;
    justify-content: center;
}

.infra-future {
    padding: 40px 0px 20px;
}

.infra-manufacturing {
    padding: 20px 0px;
}

.file-uploader-buttons {
    display: flex;
}

.uploader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    /* border: 2px dashed #ccc; */
    border-radius: 10px;
}

.file-uploader-buttons {
    display: flex;
    justify-content: left;
    width: 100%;
}

.qq-uploader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.qq-upload-button {
    position: relative;
    display: inline-block;
    background: #ca011f;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #ca011f;
    text-align: center;
}

.qq-upload-button input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.qq-upload-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.qq-upload-button:hover {
    background-color: #fff;
    color: #ca011f;
}

.industry-flex-container {
    display: flex;
    justify-content: space-between;

}

.industry-flex-container .quote-btn-menu {
    margin: 10px;
}

span {
    font-family: var(--second-font-family);
    letter-spacing: 0px !important;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-video .callout {
        left: -4%;
    }
}

.nav-item .nav-link .nav-link--category-name {
    font-size: 16px !important;
}

.about-para .in-about-pa {
    font-size: 16px !important;
}

.in-about-pa-1 {
    font-size: 16px !important;
}

.vision-content ul li p,
.vision-content .mission-ul li p {
    font-size: 16px !important;

}

.envirnomental-content p {
    font-size: 16px !important;
    line-height: 30px;
}



.about-img-main {
    display: flex;
    align-items: center;
}

.section-title-all {
    color: #ca011f !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 32px !important;
}



.vision-img img {
    mix-blend-mode: multiply;
    max-width: 75% !important;
    margin: auto !important;
}

.vision-img {
    display: flex;
    justify-content: center;
}

.all-paragraph-main .all-paragraph {
    color: #404040 !important;
    font-size: 16px !important;
    text-align: left !important;
    max-width: none !important;
    letter-spacing: 0.5px !important;
    /* text-align: justify !important; */
    line-height: 30px !important;
    margin-bottom: 0px !important;
}

.about-ul-content li .all-paragraph {
    color: #404040 !important;
    font-size: 16px !important;
    text-align: left !important;
    max-width: none !important;
    letter-spacing: 0.5px !important;
    line-height: 30px !important;
    margin-bottom: 0px !important;
}

.section-sec {
    padding: 60px 0px !important
}

.about-ul-content {
    margin-bottom: 10px !important;
}

.vision-content ul li {
    margin-bottom: 10px !important;
}

.theme-light .title-text>* {
    color: none !important;
}

.quality-content-main {
    padding: 40px 30px;
}

.quality-policy-content-main {
    padding: 30px 30px 10px;
}

.quality-policy-content-main-2 {
    padding: 0px 30px 30px;
}

.quality-policy-content-main-2 .section-title-all {
    /* font-size: 22px !important; */
}

.quality-policy-content-main-2 ul {
    padding-left: 25px !important;
}

.quality-icon-img img {
    width: 60px;
}

.quality-icon-img h6 {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding-top: 10px;

}

.footer-banner {
    background-image: url(../images/footer-bg.jpg);
}

.footer-icon-last span i {
    color: #ca011f;
    padding-right: 10px;
    font-size: 20px !important;
}

.footer-icon-last {
    line-height: 40px;
}

.footer-copy-right {
    background-color: #ca011f;
    padding: 15px 0px;
}

.footer-copyright-bottom {
    display: flex;
    justify-content: end;
    margin-bottom: 0px !important;
}

.footer-copyright-bottom li p a {
    color: #fff;
    font-size: 16px !important;
}

.footer-copyright-bottom li {
    list-style: none;
    padding-right: 20px;
}

.footer-copy-right .copyright {
    color: #fff;
    max-width: none !important;
    text-align: left !important;
    display: inline-block !important;
}

.follow-us-main {
    display: flex;
}

.follow-us-main .social-icon {
    padding-right: 10px;
}

.follow-us-main .social-icon span a .insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

}

.follow-us-main .social-icon span a .face {
    background: #3b5998;
    padding: 5px 10px;

}

.follow-us-main .social-icon span a .twitter {
    background: #0099CC;


}

.follow-us-main .social-icon span a i {
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

.footer-title-2 {
    margin-bottom: 0px !important;
}

#backToTopBtn i {
    font-size: 15px;
}


@media only screen and (min-width:320px) and (max-width:767px) {
    .all-paragraph-main .all-paragraph {
        font-size: 15px !important;
    }

    .industry-flex-container {
        padding-bottom: 20px;
    }

    .section-title-all {
        font-size: 24px !important;

    }

    .cta-wrapper {
        margin-bottom: 20px !important;

    }

    .hero-video .callout {
        top: 100px !important;
        left: 0px;
    }

    .about-img img {
        width: 100%;
    }

    .footer-copyright-bottom {
        justify-content: center !important;
    }

    .mainbanner.mainbanner-thin {
        max-height: 33vw !important;
        min-height: 100px !important;
    }

    .mv-main {
        padding: 10px 10px !important;
    }

    .experience-component .cta-wrapper {
        padding: 0px 13px;
    }

    .quality-icon-img h6 {
        font-size: 16px !important;
    }

    .quality-icon-img {
        margin-bottom: 30px !important;
    }

    .footer-copy-right .content-asset {
        text-align: center !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title-all {
        font-size: 30px !important;

    }

    .portfolio .tabs label {
        margin-bottom: 10px !important;
    }

    .footer-br {
        display: none !important;
    }

    .mainbanner.mainbanner-thin {
        max-height: 33vw !important;
        min-height: 150px !important;
    }

    .mv-img {
        max-width: none !important;
    }

    .footer-banner {
        padding: 30px;
    }
}

.mv-img img {
    mix-blend-mode: multiply;
}

.mv-img {
    max-width: 70%;
    margin: auto;
}

.mv-main {
    padding: 40px 40px 40px 0px;


}

@media only screen and (min-width:1024px) and (max-width:1999px) {
    .photo-tile {
        display: flex;
        align-items: center;
    }
}

.contact-page-first span {
    color: #ca011f;
    /* background-color: #ca011f; */
    /* padding: 15px 20px; */
    margin-bottom: 20px;
    text-align: center;
}

#customer-support {
    background-color: #fff;
}

.contact-page-first {
    padding: 24px 0px 0px;
}


.justify-content-evenly {
    justify-content: space-evenly !important;

}

.support-block-border .all-paragraph-main .all-paragraph a {
    color: #404040;

}

.support-block-border .all-paragraph-main .all-paragraph a:hover {
    color: #ca011f;
}

.support-block-border .contact-page-first .all-paragraph-main {
    display: inline-flex !important;

}


.support-block-border .contact-page-first .all-paragraph-main .all-paragraph {
    padding-left: 20px;
    text-align: left !important;
    max-width: 300px !important;
}

.support-block-border .contact-page-first .all-paragraph-main .all-paragraph a {
    padding-top: 30px;
}

.contact-page-boc {
    padding-top: 45px;
    padding-bottom: 70px;
}

.contact-page-boc-1 {
    padding-top: 40px;
    padding-bottom: 45px;
}

#contact-form {
    margin-top: 20px !important;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-page-boc {
        padding-top: 40px !important;
        padding-bottom: 15px !important;
    }
}


@media only screen and (min-width:320px) and (max-width:767px) {
    .support-block-border .contact-page-first .all-paragraph-main {
        display: block !important;
        text-align: center;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support-block-border .contact-page-first .all-paragraph-main {
        display: block !important;
        text-align: center;
    }

}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .contact-page-boc {
        padding-bottom: 75px !important;
    }

        .contact-page-boc-1{
            padding-top: 40px;
                padding-bottom: 45px;
        }

}


.iso-main {
    position: relative;
    top: 3.1rem;
    right: 7rem;
}

.iso-img {
    position: absolute;
    width: 100px;
}

.about-img img {
    border-radius: 20px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-copyright-bottom li p a {
        font-size: 14px !important;
    }
}

.site-content ul li a {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ca011f;
}

.site-content ul li {
    line-height: 40px;
}

.site-content ul li a:hover {
    color: #000;
}

.svg-location {
    width: 30px;

}

.svg-location-contact {
    width: 25px;


}

.infra-machine-main {
    margin-bottom: 50px;
}

.infra-machine {
    /* border: 1px solid #ddd; */


}


.infra-machine .content-information h2 {
    text-align: center;
    background-color: #ca011f;
    color: #fff !important;
}

.home-bg-1 {
    background-image: url(../images/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vm-bg {
    background-image: url(../images/bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.infra-bg-1 {
    background-image: url(../images/bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px;
}


.has-logo-background-right:after {
    height: 100%;
    content: "";
    width: 350px;
    background: url(../images/right-a.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.has-logo-background-center:after {
    height: 100%;
    content: "";
    width: 350px;
    background: url(../images/right-a.png);
    position: absolute;
    top: 33%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.infra-content-para .all-paragraph-main .all-paragraph {
    max-width: 700px !important;
    margin: auto;
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .portfolio .tabs label {
        margin-bottom: 20px;
    }
}
.ITT-container .content-information h2{
    font-size: 16px !important;
}

@media only screen and (min-width:320px) and (max-width:990px){
    .iso-img{
        display: none;
    }
}

@media only screen and (min-width:320px) and (max-width:767px){
    .infrastructure-tit-hd{
        padding: 150px 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .infrastructure-tit-hd{
        padding: 250px 0px;
    }
}