﻿@-webkit-keyframes opacityBasic {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes opacityBasic {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes sliderOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        display: none
    }
}

@keyframes sliderOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        display: none
    }
}

@-webkit-keyframes sliderIn {
    from {
        opacity: 0;
        display: none
    }

    50% {
        display: block
    }

    to {
        opacity: 1
    }
}

@keyframes sliderIn {
    from {
        opacity: 0;
        display: none
    }

    50% {
        display: block
    }

    to {
        opacity: 1
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none
}

body::-moz-selection {
    background: #1b6791
}

body::selection {
    background: #1b6791
}

body {
    font-family: "Poppins",sans-serif;
    font-size: 0.875rem;
    color: #0b2a3b;
    line-height: 1.6;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

strong {
    font-weight: bold
}

img {
    max-width: 100%;
    max-height: 100%
}

ul {
    padding-left: 0;
    list-style-type: none
}

hr {
    height: 1px;
    width: 100%;
    opacity: .3;
    margin: 1.5rem 0 0 0
}

@media screen and (min-width: 992px) {
    .vr {
        width: 0.0625rem;
        height: 1.5625rem;
        display: inline-block;
        vertical-align: middle;
        background-color: #b2bcc1;
        margin: 0 0.5rem
    }
}

a {
    text-decoration: none;
    color: #0b2a3b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}

    a:hover {
        opacity: .5;
        cursor: pointer;
        text-decoration: underline
    }

    a:active {
        opacity: .25;
        color: #0b2a3b
    }
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ffff00;
    color: #000000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: none;
    margin: 0 2px;
    padding: .35em .625em .2em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type='checkbox'], [type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.cursor--pointer {
    cursor: pointer
}

    .cursor--pointer:hover {
        cursor: pointer
    }

.ta--center {
    text-align: center
}

.ta--left {
    text-align: left
}

.ta--right {
    text-align: right
}

.ft--body--s {
    font-family: "Poppins",sans-serif;
    font-size: 0.75rem;
    line-height: 1.25em
}

@media (min-width: 768px) {
    .ft--body--s {
        line-height: 1.375em
    }
}

.ft--body--m {
    font-family: "Poppins",sans-serif;
    font-size: 0.875rem;
    line-height: 1.6em
}

.ft--body--l {
    font-family: "Poppins",sans-serif;
    font-size: 1rem;
    line-height: 1.6em
}

.ft--body--xl {
    font-family: "Poppins",sans-serif;
    font-size: 1.125rem;
    line-height: 1.11em
}

@media (min-width: 768px) {
    .ft--body--xl {
        line-height: 1.22em
    }
}

.ft--light {
    font-weight: 300
}

.ft--med {
    font-weight: 500
}

.ft--bold {
    font-weight: 700
}

.ft--black {
    font-weight: 900
}

.ft--nc--00 {
    color: #fff
}

.ft--nc--100 {
    color: #000
}

.ft--positive {
    color: #6cd271
}

.ft--caution {
    color: orange
}

.ft--warning {
    color: #e2574c
}

.ft--caps {
    text-transform: uppercase
}

.ft--sec {
    font-family: "Playfair Display",serif
}

.display--block {
    display: block !important
}

@media (min-width: 768px) {
    .none--abv--sm {
        display: none
    }
}

@media (min-width: 992px) {
    .none--abv--m {
        display: none
    }
}

.none--undr-m {
    display: none
}

@media (min-width: 992px) {
    .none--undr-m {
        display: block
    }
}

.block--center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.overflow--auto {
    overflow: auto
}

.overflow--hidden {
    overflow: hidden
}

.float--right {
    float: right
}

.btn-container--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-container--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-container--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn-container--left, .btn-container--center, .btn-container--right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .btn-container--left .btn--global, .btn-container--center .btn--global, .btn-container--right .btn--global {
        margin-bottom: 8px
    }

@media (min-width: 576px) {
    .btn-container--left, .btn-container--center, .btn-container--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .btn-container--left .btn--global, .btn-container--center .btn--global, .btn-container--right .btn--global {
            margin-bottom: 0;
            margin-right: 8px
        }

            .btn-container--left .btn--global:last-of-type, .btn-container--center .btn--global:last-of-type, .btn-container--right .btn--global:last-of-type {
                margin-right: 0
            }
}

.img-container--fluid img {
    width: 100%
}

.banned + .page-content {
    margin-top: 10rem
}

@media screen and (min-width: 992px) {
    .banned + .page-content {
        margin-top: 15.625rem
    }
}

.page-content {
    -webkit-transition: margin .5s ease-in-out;
    transition: margin .5s ease-in-out;
    margin-top: 6.875rem
}

@media screen and (min-width: 992px) {
    .page-content {
        margin-top: 12.5rem
    }
}

.mrg--bot--5xl {
    margin-bottom: 5rem
}

.mrg--bot--xxl {
    margin-bottom: 3.5rem
}

.mrg--bot--xl {
    margin-bottom: 3rem
}

.mrg--bot--l {
    margin-bottom: 2.5rem
}

.mrg--bot--m {
    margin-bottom: 2rem
}

.mrg--bot--s {
    margin-bottom: 1.5rem
}

.mrg--bot--xs {
    margin-bottom: 1rem
}

.mrg--bot--xxs {
    margin-bottom: 0.5rem
}

.mrg--bot--nul {
    margin-bottom: 0
}

.mrg--top--5xl {
    margin-top: 5rem
}

.mrg--top--xxl {
    margin-top: 3.5rem
}

.mrg--top--xl {
    margin-top: 3rem
}

.mrg--top--l {
    margin-top: 2.5rem
}

.mrg--top--m {
    margin-top: 2rem
}

.mrg--top--s {
    margin-top: 1.5rem
}

.mrg--top--xs {
    margin-top: 1rem
}

.mrg--top--xxs {
    margin-top: 0.5rem
}

.mrg--top--nul {
    margin-top: 0
}

.wsmenu > .wsmenu-list > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.wsmenu-list > li > .wsshoptabing {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.wsmenu-list > li:hover .wsshoptabing {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.wsmenu html, .wsmenu body, .wsmenu iframe, .wsmenu h1, .wsmenu h2, .wsmenu h3, .wsmenu h4, .wsmenu h5, .wsmenu h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased
}

.wsmenu .cl {
    clear: both
}

.wsmenu img, object, embed, video {
    border: 0 none;
    max-width: 100%
}

.wsmenu a:focus {
    outline: none
}

.wsmenu:before, .wsmenu:after {
    content: "";
    display: table
}

.wsmenu:after {
    clear: both
}

.headerfull {
    width: 100%;
    height: 60px;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.16);
    box-shadow: 0 0 4px rgba(0,0,0,0.16)
}

.smllogo {
    padding: 9px 0px 0 16px;
    margin: 0;
    float: left;
    width: 6%
}

    .smllogo a {
        display: block;
        float: left;
        padding: 0
    }

.wsmain {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1300px
}

.wsmenu {
    width: 94%;
    float: left;
    font-family: Helvetica, sans-serif;
    color: #fff;
    position: relative;
    font-size: 13px;
    padding: 0;
    display: block;
    margin: 0;
    border-left: 1px solid rgba(0,0,0,0.1)
}

    .wsmenu > .wsmenu-list {
        text-align: left;
        margin: 0 auto;
        width: 100%;
        display: block;
        padding: 0;
        position: relative
    }

        .wsmenu > .wsmenu-list > li {
            display: block;
            float: left;
            padding: 0;
            margin: 0
        }

            .wsmenu > .wsmenu-list > li > .navtext {
                line-height: 16px;
                text-align: right;
                padding: 14px 20px;
                margin: 0px
            }

            .wsmenu > .wsmenu-list > li > a {
                display: block;
                text-decoration: none;
                position: relative
            }

            .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                content: "\f078";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 9px;
                line-height: 10px;
                margin-left: 0px;
                position: relative;
                right: -7px;
                text-align: right;
                top: 1px
            }

            .wsmenu > .wsmenu-list > li > .navtext > span {
                display: block;
                font-size: 11px;
                text-align: left;
                white-space: nowrap;
                width: 100%;
                line-height: 16px
            }

                .wsmenu > .wsmenu-list > li > .navtext > span + span {
                    white-space: nowrap;
                    font-size: 12px;
                    font-weight: bold
                }

            .wsmenu > .wsmenu-list > li a:hover .arrow:after {
                border-top-color: #b3b3b3
            }

            .wsmenu > .wsmenu-list > li a.active .arrow:after {
                border-top-color: #b3b3b3
            }

            .wsmenu > .wsmenu-list > li:hover > a .arrow:after {
                border-top-color: #b3b3b3
            }

            .wsmenu > .wsmenu-list > li.wssearchbar {
                width: 40%;
                float: left;
                padding-left: 15px
            }

                .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch {
                    float: right;
                    width: 100%;
                    height: 42px;
                    position: relative;
                    margin: 9px 0 0 0
                }

                    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .searchicon {
                        -webkit-transition: all 0.7s ease 0s;
                        transition: all 0.7s ease 0s
                    }

                    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input {
                        width: 100%;
                        position: relative;
                        float: right;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        border: 0;
                        padding: 0;
                        margin: 0;
                        text-indent: 15px;
                        font-size: 12px;
                        height: 42px;
                        z-index: 2;
                        outline: none;
                        color: #7d7d7d;
                        -webkit-transition: all 0.7s ease 0s;
                        transition: all 0.7s ease 0s;
                        border-radius: 2px
                    }

                        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus ~ .btnstyle {
                            color: #fff;
                            opacity: 0.9
                        }

                        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus ~ .searchicon {
                            opacity: 1;
                            z-index: 3;
                            color: #FFFFFF
                        }

                    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .btnstyle {
                        top: 0px;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        width: 49px;
                        line-height: 30px;
                        z-index: 1;
                        cursor: pointer;
                        color: #fff;
                        z-index: 1000;
                        border: solid 0px;
                        -webkit-transition: all 0.7s ease 0s;
                        transition: all 0.7s ease 0s;
                        border-radius: 0px 2px 2px 0px
                    }

                        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .btnstyle > i {
                            line-height: 38px;
                            margin: 0;
                            padding: 0;
                            text-align: center;
                            color: #9c9c9c
                        }

            .wsmenu > .wsmenu-list > li > ul.sub-menu {
                position: absolute;
                top: 60px;
                z-index: 1000;
                margin: 0;
                padding: 0;
                min-width: 190px;
                background-color: #fff;
                border: solid 1px #eeeeee
            }

                .wsmenu > .wsmenu-list > li > ul.sub-menu > li {
                    position: relative;
                    margin: 0;
                    padding: 0;
                    display: block
                }

                    .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
                        background-image: none;
                        color: #666666;
                        border-right: 0 none;
                        text-align: left;
                        display: block;
                        line-height: 22px;
                        padding: 8px 12px;
                        text-transform: none;
                        font-size: 13px;
                        letter-spacing: normal;
                        border-right: 0px solid
                    }

                        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
                            text-decoration: none
                        }

                        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i {
                            margin-right: 9px;
                            font-size: 14px
                        }

            .wsmenu > .wsmenu-list > li.wsshopmyaccount {
                float: right
            }

                .wsmenu > .wsmenu-list > li.wsshopmyaccount > a {
                    display: block;
                    padding: 0 24px 0 24px;
                    line-height: 59px;
                    text-decoration: none;
                    position: relative
                }

        .wsmenu > .wsmenu-list > .wsshopmyaccount > a i {
            display: inline-block;
            font-size: 13px;
            line-height: inherit;
            margin-right: 11px;
            vertical-align: middle
        }

        .wsmenu > .wsmenu-list > li.wscarticon {
            float: right;
            clear: right
        }

            .wsmenu > .wsmenu-list > li.wscarticon > a {
                display: block;
                color: #828181;
                padding: 0 26px 0 22px;
                line-height: 59px;
                text-decoration: none;
                position: relative
            }

            .wsmenu > .wsmenu-list > li.wscarticon .hidetxt {
                display: none
            }

            .wsmenu > .wsmenu-list > li.wscarticon a {
                padding: 0 27px 0 23px;
                text-align: center;
                border-left: 1px solid rgba(0,0,0,0.1);
                border-right: 1px solid rgba(0,0,0,0.1)
            }

                .wsmenu > .wsmenu-list > li.wscarticon a i {
                    font-size: 16px
                }

            .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
                position: absolute;
                top: 14px;
                right: 21px;
                width: 17px;
                height: 17px;
                background-color: #DA4B38;
                border-radius: 50%;
                font-size: 9px;
                text-align: center;
                font-style: normal;
                line-height: 16px;
                color: #fff
            }

            .wsmenu > .wsmenu-list > li.wscarticon i {
                display: inline-block;
                font-size: 13px;
                line-height: inherit;
                margin-right: 2px;
                color: #7b7b7b
            }

        .wsmenu > .wsmenu-list > li > .wsshoptabing {
            width: 100%;
            text-align: left;
            margin: 0px;
            padding: 0px;
            position: absolute;
            top: 60px;
            background-color: #f8f8f8;
            left: 0;
            border-bottom: solid 2px #376cb7;
            border-top: solid 0px;
            z-index: 101
        }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
                width: 100%;
                display: block;
                position: relative;
                background-color: #f5f5f5
            }

            .wsmenu > .wsmenu-list > li > .wsshoptabing.wtsdepartmentmenu {
                background: #fff;
                border-bottom: solid 1px #d1d3d4
            }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem {
                display: block;
                margin: 0px;
                padding: 0px;
                font-size: 12px
            }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:before, .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:after {
                    content: "";
                    display: table
                }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:after {
                    clear: both
                }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
                    width: 100%;
                    list-style: none
                }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
                        display: block;
                        padding: 15px 11px;
                        font-size: 13px;
                        color: #606060;
                        border-bottom: solid 1px #e5e5e5;
                        width: 23%;
                        float: left;
                        position: relative;
                        border-left: 3px solid #fff;
                        background-color: #fff
                    }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:hover a {
                        text-decoration: none
                    }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li:hover > a {
                        text-decoration: none
                    }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a > i {
                        color: #848484;
                        margin-right: 5px;
                        text-align: center;
                        width: 24px;
                        font-size: 16px
                    }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
                        opacity: 0;
                        visibility: hidden;
                        position: absolute;
                        right: 0;
                        top: 0;
                        background-color: #f5f5f5;
                        color: #000;
                        display: block;
                        float: left;
                        padding: 10px 8px 0px 8px;
                        width: 77%;
                        min-height: 400px
                    }

        .wsmenu > .wsmenu-list > li:hover > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > .wstitemright {
            opacity: 1;
            visibility: visible
        }

.carousel-caption {
    width: 100%;
    display: block;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    bottom: 0
}

    .carousel-caption h3 {
        width: 100%;
        display: block;
        padding: 7px 0px;
        background-color: rgba(0,0,0,0.5)
    }

.wsmenu > .wsmenu-list > li .wstbootslider {
    float: right;
    margin-top: 8px
}

.wsmenu > .wsmenu-list > li .wstmegamenucolr {
    display: block;
    float: right;
    margin-top: 8px
}

.wsmenu > .wsmenu-list > li .wstheading {
    width: 100%;
    display: block;
    padding: 10px 0px 6px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 12px;
    text-transform: uppercase
}

.wsmenu > .wsmenu-list > li .wstliststy01 {
    padding: 0px 0px 8px 0px;
    margin: 0px
}

    .wsmenu > .wsmenu-list > li .wstliststy01 li {
        width: 33.33%;
        float: left;
        line-height: 23px;
        font-size: 14px;
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin: 0px
    }

        .wsmenu > .wsmenu-list > li .wstliststy01 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .wsmenu > .wsmenu-list > li .wstliststy01 li a:hover {
                color: #000;
                text-decoration: none
            }

.wsmenu > .wsmenu-list > li .wstliststy02 {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    text-align: left
}

    .wsmenu > .wsmenu-list > li .wstliststy02 li {
        width: 100%;
        list-style: none;
        line-height: 25px
    }

        .wsmenu > .wsmenu-list > li .wstliststy02 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .wsmenu > .wsmenu-list > li .wstliststy02 li a:hover {
                color: #000;
                text-decoration: none
            }

        .wsmenu > .wsmenu-list > li .wstliststy02 li.wstheading {
            line-height: normal;
            padding-left: 0px;
            margin-top: 0px;
            text-transform: none
        }

        .wsmenu > .wsmenu-list > li .wstliststy02 li a .wstcount {
            font-size: 10px;
            color: #adadad
        }

.wsmenu > .wsmenu-list > li .wstliststy06 li.wstheading {
    line-height: normal;
    padding-left: 0px
}

.wsmenu > .wsmenu-list > li .wstliststy06 {
    padding: 0px 0px 0px 0px;
    margin: 0px
}

    .wsmenu > .wsmenu-list > li .wstliststy06 li {
        width: 100%;
        list-style: none;
        line-height: 24px
    }

        .wsmenu > .wsmenu-list > li .wstliststy06 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .wsmenu > .wsmenu-list > li .wstliststy06 li a:hover {
                color: #000;
                text-decoration: none
            }

        .wsmenu > .wsmenu-list > li .wstliststy06 li.wstheading {
            line-height: normal
        }

        .wsmenu > .wsmenu-list > li .wstliststy06 li a .wstcount {
            font-size: 10px;
            color: #adadad
        }

.wsmenu > .wsmenu-list > li .wstliststy03 {
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin: 0px
}

    .wsmenu > .wsmenu-list > li .wstliststy03 li {
        width: 33.33%;
        float: left;
        line-height: 23px;
        font-size: 14px;
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin: 0px
    }

        .wsmenu > .wsmenu-list > li .wstliststy03 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .wsmenu > .wsmenu-list > li .wstliststy03 li a:hover {
                color: #000;
                text-decoration: none
            }

.wsmenu > .wsmenu-list > li .wstliststy04 {
    padding: 14px 0px 0px 0px;
    margin: 0px
}

    .wsmenu > .wsmenu-list > li .wstliststy04 li {
        width: 100%;
        list-style: none;
        line-height: 22px
    }

        .wsmenu > .wsmenu-list > li .wstliststy04 li a {
            color: #6e6e6e;
            font-size: 12px
        }

            .wsmenu > .wsmenu-list > li .wstliststy04 li a:hover {
                color: #000;
                text-decoration: none
            }

        .wsmenu > .wsmenu-list > li .wstliststy04 li.wstheading {
            line-height: normal;
            text-align: center;
            padding: 12px 0px;
            font-size: 13px;
            margin-bottom: 12px
        }

        .wsmenu > .wsmenu-list > li .wstliststy04 li a .wstcount {
            font-size: 10px;
            color: #adadad
        }

.wsmenu > .wsmenu-list > li .wstliststy05 {
    padding: 10px 0px 0px 0px;
    margin: 0px
}

.wsmenu > .wsmenu-list > li .wstmegamenucolr03 {
    padding-top: 10px;
    padding-left: 20px
}

.wsmenu > .wsmenu-list > li .wstliststy05 li {
    width: 100%;
    list-style: none;
    line-height: 22px
}

    .wsmenu > .wsmenu-list > li .wstliststy05 li a {
        color: #6e6e6e;
        font-size: 12px
    }

        .wsmenu > .wsmenu-list > li .wstliststy05 li a:hover {
            color: #000;
            text-decoration: none
        }

    .wsmenu > .wsmenu-list > li .wstliststy05 li.wstheading {
        line-height: normal
    }

    .wsmenu > .wsmenu-list > li .wstliststy05 li a .wstcount {
        font-size: 10px;
        color: #adadad
    }

.wsmenu > .wsmenu-list > li .wstmorebtn {
    border-radius: 2px;
    color: #9b9b9b;
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 1px 7px;
    text-align: right;
    text-transform: none
}

.wsmenu > .wsmenu-list > li .wstmenutag {
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 1px 6px 1px 6px;
    margin-left: 6px;
    text-transform: none;
    letter-spacing: -0.0px
}

    .wsmenu > .wsmenu-list > li .wstmenutag:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        -o-border-image: none;
        border-image: none;
        border-style: solid;
        border-width: 3px;
        content: "";
        left: -6px;
        margin-top: 0px;
        position: absolute;
        top: 4px;
        z-index: 1
    }

    .wsmenu > .wsmenu-list > li .wstmenutag.redtag {
        background-color: #fe7b8f
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.redtag:after {
            border-color: transparent #fe7b8f transparent transparent
        }

    .wsmenu > .wsmenu-list > li .wstmenutag.greentag {
        background-color: #00c853
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.greentag:after {
            border-color: transparent #00c853 transparent transparent
        }

    .wsmenu > .wsmenu-list > li .wstmenutag.bluetag {
        background-color: #4fc3f7
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.bluetag:after {
            border-color: transparent #4fc3f7 transparent transparent
        }

    .wsmenu > .wsmenu-list > li .wstmenutag.orangetag {
        background-color: #FE7000
    }

        .wsmenu > .wsmenu-list > li .wstmenutag.orangetag:after {
            border-color: transparent #FE7000 transparent transparent
        }

.wsmenu > .wsmenu-list > li .kitchenmenuimg {
    background-image: url(../images/kitchen-menu-img.png);
    background-position: bottom right;
    background-repeat: no-repeat
}

.wsmenu > .wsmenu-list > li .computermenubg {
    background-image: url(../images/computer-menu-img.png);
    background-position: bottom right;
    background-repeat: no-repeat
}

.wsmenu > .wsmenu-list > li .wstpngsml {
    padding-left: 18px
}

.wsmenu > .wsmenu-list > li .wstfullwtag {
    width: 100%;
    display: block;
    border-bottom: solid 1px #e5e5e5;
    background-color: #f5f5f5
}

.wsmenu > .wsmenu-list > li .wstbrandbottom {
    width: 100%;
    background-color: #fff;
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    padding: 9px 6px
}

.wsmenu-list > li:hover > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li.wsshoplink-active > .wstbrandbottom {
    opacity: 1;
    visibility: visible
}

.wsmenu > .wsmenu-list > li .wstabitem02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px;
    list-style: none;
    display: table
}

    .wsmenu > .wsmenu-list > li .wstabitem02 > li {
        display: table-cell;
        list-style: outside none none;
        text-align: center
    }

        .wsmenu > .wsmenu-list > li .wstabitem02 > li > a {
            display: block;
            padding: 14px 0px;
            font-size: 13px;
            color: #717171;
            background-color: #f5f5f5;
            border-bottom: 1px solid #e5e5e5;
            position: relative
        }

    .wsmenu > .wsmenu-list > li .wstabitem02 > .wsshoplink-active > a:after {
        position: absolute;
        content: '';
        top: 42px;
        right: 50%;
        width: 13px;
        height: 13px;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        z-index: 100;
        background-color: #ffffff
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 > li:hover a {
        text-decoration: none;
        border-radius: 4px 0px 0px 4px
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 > .wsshoplink-active > a {
        text-decoration: none;
        border-radius: 4px 0px 0px 4px;
        background-color: #f5f5f5;
        color: #333
    }

        .wsmenu > .wsmenu-list > li .wstabitem02 > .wsshoplink-active > a > i {
            opacity: 1
        }

    .wsmenu > .wsmenu-list > li .wstabitem02 > li:hover a {
        text-decoration: none;
        border-radius: 4px 0px 0px 4px
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 > li > a i {
        margin-right: 5px;
        text-align: center;
        width: 25px;
        font-size: 17px;
        opacity: 0.5
    }

.wsmenu > .wsmenu-list > li .brandcolor01 {
    color: #424242
}

.wsmenu > .wsmenu-list > li .brandcolor02 {
    color: #00bcf2
}

.wsmenu > .wsmenu-list > li .brandcolor03 {
    color: #00aff0
}

.wsmenu > .wsmenu-list > li .brandcolor04 {
    color: #003087
}

.wsmenu > .wsmenu-list > li .brandcolor05 {
    color: #a82400
}

.wsmenu > .wsmenu-list > li .brandcolor06 {
    color: #ff3300
}

.wsmenu > .wsmenu-list > li .brandcolor07 {
    color: #7ac142
}

.wsmenu > .wsmenu-list > li .brandcolor08 {
    color: #ef4056
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 60px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px 5px;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff
}

    .wsmenu > .wsmenu-list > li > .wsmegamenu .title {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        padding: 9px 5px 9px 0px;
        font-size: 17px;
        color: #424242;
        margin: 0px 0px 7px 0px;
        text-align: left;
        height: 39px
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
        display: block;
        text-align: center;
        white-space: nowrap;
        text-align: left
    }

        .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
            line-height: 18px;
            border-right: none;
            text-align: left;
            padding: 6px 0px;
            background: #fff;
            background-image: none;
            color: #666666;
            border-right: 0 none;
            display: block;
            background-color: #fff;
            color: #424242
        }

    .wsmenu > .wsmenu-list > li > .wsmegamenu li i {
        margin-right: 5px;
        text-align: center;
        width: 18px
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu li a:hover {
        background: transparent;
        text-decoration: underline
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li i {
        font-size: 11px
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu li i {
        margin-right: 5px;
        text-align: center;
        width: 18px
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .mrgtop {
        margin-top: 15px
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
        padding-bottom: 10px;
        padding-top: 10px;
        background-color: #dbdbdb;
        border: 1px solid #e7e7e7;
        color: #6a6a6a;
        margin: 2px 0px;
        font-size: 13px
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
        width: 40%;
        right: auto;
        left: auto
    }

    .wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
        width: 35%;
        right: 0px;
        left: auto
    }

.wsmobileheader {
    display: none
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden
}

.wsmenu .wsmenu-click {
    display: none
}

.wsmenu .wsmenu-click02 {
    display: none
}

.wsmenu .wsmenu-click03 {
    display: none
}

.hometext {
    display: none
}

@media only screen and (max-width: 991px) {
    html {
        overflow: hidden;
        height: 100%;
        -webkit-overflow-scrolling: touch
    }

    body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

        body.wsactive {
            overflow: hidden
        }

    .smllogo {
        display: none
    }

    .wsmain {
        margin: 0px;
        background-color: transparent
    }

    .wsmenu {
        width: 100%;
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0px;
        border-left: none
    }

        .wsmenu > .wsmenu-list {
            height: auto;
            min-height: 100%;
            width: 260px;
            background: #fff;
            padding-bottom: 0;
            margin-left: -260px;
            display: block;
            text-align: center;
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            position: static
        }

            .wsmenu > .wsmenu-list > li {
                width: 100%;
                display: block;
                float: none;
                border-right: none;
                background-color: transparent;
                position: relative;
                white-space: inherit
            }

    @supports (-webkit-overflow-scrolling: touch) {
        .wsmenu > .wsmenu-list > li:last-child {
            padding-bottom: 110px
        }
    }

    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 32px 9px 18px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #666666;
        line-height: 25px;
        border-bottom: 1px solid;
        position: static
    }

    .wsmenu > .wsmenu-list > li > .navtext {
        padding-left: 18px
    }

    .wsmenu > .wsmenu-list > li.wscarticon a {
        padding-left: 18px
    }

    .wsmenu > .wsmenu-list > li.wsshopmyaccount > a {
        padding-left: 18px
    }

    .wsmenu > .wsmenu-list > li > a > i {
        font-size: 16px;
        color: #bfbfbf
    }

    .wsmenu > .wsmenu-list > li.wscarticon a i {
        margin-right: 7px;
        font-size: 15px
    }

    .wsmenu > .wsmenu-list > li > a .wsarrow:after {
        display: none
    }

    .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
        display: inline-block;
        right: auto;
        left: 27px
    }

    .wsmenu > .wsmenu-list > li:hover > a {
        background-color: rgba(0,0,0,0.08);
        text-decoration: none
    }

    .wsmenu > .wsmenu-list > li > a > .hometext {
        display: inline-block
    }

    .wsmenu > .wsmenu-list > li.wscarticon .hidetxt {
        display: inline-block
    }

    .wsmenu > .wsmenu-list > li.wssearchbar {
        display: none
    }

    .wsmenu > .wsmenu-list > li.wscarticon {
        float: none
    }

    .wsmenu > .wsmenu-list > li.wsshopmyaccount {
        float: none
    }

    .wsmenu > .wsmenu-list > li.wscarticon a {
        text-align: left;
        font-size: 13px
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #fff;
        border-bottom: solid 1px #ccc;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
            line-height: 20px;
            font-size: 13px;
            padding: 13px 0px 13px 16px;
            color: #6e6e6e;
            border-bottom: solid 1px rgba(0,0,0,0.13)
        }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li span + a {
            padding-right: 30px
        }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
            background-color: #e7e7e7;
            color: #666666;
            text-decoration: underline
        }

        .wsmenu > .wsmenu-list > li > ul.sub-menu li:hover > a {
            background-color: #e7e7e7;
            color: #666666
        }

    .wsmenu > .wsmenu-list > li > .wsmegamenu {
        background-color: #fff;
        padding-top: 5px;
        color: #666666;
        display: none;
        position: relative;
        top: 0px;
        padding: 8px 0px 8px 0px;
        border: solid 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        border-bottom: 1px solid rgba(0,0,0,0.13);
        -webkit-transform-style: flat
    }

        .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
            width: 100%
        }

    .wstabitem02 > .wsshoplink-active > a:after {
        display: none
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
        position: relative
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
            width: 100%;
            margin: 0px;
            float: none;
            font-size: 12px;
            padding: 14px 11px 14px 11px;
            font-weight: bold
        }

    .wsmenu > .wsmenu-list > li .wstheading {
        font-weight: normal;
        padding-left: 0px;
        padding-right: 0px
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
        width: 100%;
        position: static;
        top: 0px;
        min-height: inherit;
        padding: 10px 0px;
        opacity: 1;
        visibility: visible;
        display: none;
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.13)
    }

    .wsmenu > .wsmenu-list > li .wstbootslider {
        width: auto
    }

    .wsmenu > .wsmenu-list > li .wstmegamenucolr {
        width: auto
    }

    .wsmenu > .wsmenu-list > li .wstliststy01 > li {
        width: 100%;
        padding: 0px;
        margin: 0px
    }

    .wsmenu > .wsmenu-list > li .wstliststy02 {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 15px 0px
    }

    .wsmenu > .wsmenu-list > li .wstliststy03 li {
        width: 100%
    }

    .wsmenu > .wsmenu-list > li .wstliststy05 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px
    }

    .wsmenu > .wsmenu-list > li .kitchenmenuimg {
        background-image: none
    }

    .wsmenu > .wsmenu-list > li .computermenubg {
        background-image: none
    }

    .wsmenu > .wsmenu-list > li .wstbrandbottom {
        width: 100%;
        position: static;
        top: 0px;
        min-height: inherit;
        padding: 10px 5px 15px 5px;
        opacity: 1;
        visibility: visible;
        display: none;
        border-bottom: 1px solid rgba(0,0,0,0.13)
    }

    .wsmenu > .wsmenu-list > li .wstabitem02 {
        display: block
    }

        .wsmenu > .wsmenu-list > li .wstabitem02 > li {
            position: relative;
            text-align: left;
            display: block
        }

            .wsmenu > .wsmenu-list > li .wstabitem02 > li > a {
                padding: 13px 11px
            }

            .wsmenu > .wsmenu-list > li .wstabitem02 > li > a {
                background-color: #fff
            }

    .wsmenu > .wsmenu-list > li .wstheading {
        padding-left: 0px
    }

    .wsmenu-list > li > .navtext {
        margin: 0px
    }

    .wsmenu .wsmenu-list > li .wsshoptabingwp {
        background-color: #fff;
        padding-left: 0px;
        padding-right: 0px
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing {
        background-color: #ffffff;
        color: #666666;
        display: none;
        position: relative;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        opacity: 1;
        visibility: visible;
        transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -webkit-transform-style: flat
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem {
            width: 100%;
            background-color: #fff
        }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a:after {
                border: none
            }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a i {
                display: none
            }

    .wsmobileheader {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        height: 60px;
        background-color: #eaecf0;
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
        box-shadow: 0 0 1px rgba(0,0,0,0.3)
    }

    .wsactive .wsmobileheader {
        margin-left: 260px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .wsmobileheader > .smllogo {
        display: block;
        width: 80px;
        margin: 7px auto 0px auto;
        float: none;
        padding-left: 0px
    }

    .mobiletext {
        display: inline-block
    }

    .wsmobileheader .wssearch {
        background-color: transparent;
        z-index: 1000;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 18px 22px;
        cursor: pointer
    }

        .wsmobileheader .wssearch i {
            font-size: 18px;
            color: #9196a0
        }

    .wsmobileheader .wssearchform {
        display: none;
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 44px;
        top: 0px;
        left: 0;
        padding: 13px 15px;
        cursor: default
    }

    .wsmobileheader .wssearch.wsopensearch {
        width: 100%;
        background-color: #000
    }

        .wsmobileheader .wssearch.wsopensearch .wssearchform {
            display: block
        }

    .wsmobileheader .wssearchform form {
        width: calc((100% - 10px) - 45px);
        display: block;
        position: relative
    }

        .wsmobileheader .wssearchform form:before {
            content: "\f002";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            left: 12px;
            position: absolute;
            top: 0;
            color: #777777;
            height: 34px;
            line-height: 36px;
            font-size: 15px
        }

    .wsmobileheader .wssearchform input {
        width: 100%;
        height: 34px;
        border-radius: 2px;
        border: solid 0px;
        text-indent: 33px;
        margin: 0px;
        line-height: 18px;
        padding: 0px;
        display: block
    }

    .wsmobileheader .wssearch.wsopensearch {
        left: 0px;
        right: auto;
        width: 100%;
        height: 60px
    }

    .wsmobileheader .wssearch i.wsclosesearch {
        display: none
    }

    .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
        display: inline-block;
        float: right;
        font-size: 23px
    }

    .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
        display: none
    }

    .wsanimated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .wsanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0px;
        margin: 12px 0 0 15px
    }

        .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
            cursor: pointer;
            height: 2px;
            width: 17px;
            background: #9196a0;
            position: absolute;
            display: block;
            content: ''
        }

            .wsanimated-arrow span:before {
                top: -7px;
                width: 23px
            }

            .wsanimated-arrow span:after {
                bottom: -7px;
                width: 17px
            }

            .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
                -webkit-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out
            }

    .wsactive .wsanimated-arrow span:after {
        width: 23px
    }

    .wsactive .wsanimated-arrow span {
        background-color: transparent
    }

        .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after {
            top: 7px
        }

        .wsactive .wsanimated-arrow span:before {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            bottom: 0px
        }

        .wsactive .wsanimated-arrow span:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg)
        }

    .wsmenu > .overlapblackbg {
        right: 0;
        width: calc(100% - 260px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0,0,0,0.45);
        cursor: pointer
    }

    .wsactive .wsmenu > .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out
    }

    .wsmenucontainer {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .wsactive .wsmenucontainer {
        margin-left: 260px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }

    .wsactive .wsmenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0
    }

        .wsactive .wsmenu > .wsmenu-list {
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            margin-left: 0
        }

    .wsmenu > .wsmenu-list > li > .wsmenu-click {
        border-left: 1px solid;
        cursor: pointer;
        display: block;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10
    }

        .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
            margin: 23px 21px 0px 0px
        }

            .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0,0,0,0.4);
                -webkit-transition: 0.2s ease;
                transition: 0.2s ease;
                display: block;
                -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0
            }

        .wsmenu > .wsmenu-list > li > .wsmenu-click.ws-activearrow > i {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: 27px
        }

    .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 {
        border-left: 1px solid #f3f3f3;
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
        background-color: #f5f5f5
    }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
            margin: 17px 21px 0px 0px
        }

            .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0,0,0,0.4);
                -webkit-transition: 0.2s ease;
                transition: 0.2s ease;
                display: block;
                -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0
            }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02.ws-activearrow02 > i {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: 21px
        }

    .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03 {
        border-left: 1px solid #f3f3f3;
        cursor: pointer;
        display: block;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 49px;
        z-index: 10;
        background-color: #f3f3f3
    }

        .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03 i {
            display: block;
            height: 8px;
            width: 8px;
            float: right;
            -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
            margin: 17px 21px 0px 0px
        }

            .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03 i:before {
                content: "";
                width: 100%;
                height: 100%;
                border-width: 1.5px 1.5px 0 0;
                border-style: solid;
                border-color: rgba(0,0,0,0.4);
                -webkit-transition: 0.2s ease;
                transition: 0.2s ease;
                display: block;
                -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0
            }

        .wsmenu .wsmenu-list > li > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li > .wsmenu-click03.ws-activearrow03 > i {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: 21px
        }
}

@media only screen and (min-width: 992px) and (max-width: 1262px) {
    .wsmenu > .wsmenu-list > li.wssearchbar {
        width: 21%
    }

    .smllogo {
        width: 7%
    }

    .wsmenu {
        width: 93%
    }
}

.headerfull {
    background-color: #fff
}

.wsmenu > .wsmenu-list {
    background-color: #fff
}

    .wsmenu > .wsmenu-list > li > .navtext > span {
        color: #9e9e9e
    }

        .wsmenu > .wsmenu-list > li > .navtext > span + span {
            color: #555555
        }

            .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
                color: #9e9e9e
            }

    .wsmenu > .wsmenu-list > li.wsshopmyaccount > a {
        color: #828181
    }

    .wsmenu > .wsmenu-list > .wsshopmyaccount > a i {
        color: #7b7b7b
    }

    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input {
        background-color: #eeeeee
    }

    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .btnstyle {
        background-color: #eeeeee
    }

    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus {
        color: #000
    }

    .wsmenu > .wsmenu-list > li > a {
        color: #fff
    }

        .wsmenu > .wsmenu-list > li > a .wsarrow:after {
            border-top-color: #b3b3b3
        }

        .wsmenu > .wsmenu-list > li > a:hover .wsarrow:after {
            border-top-color: #333
        }

        .wsmenu > .wsmenu-list > li > a.active .wsarrow:after {
            border-top-color: #333
        }

    .wsmenu > .wsmenu-list > li:hover > a .wsarrow:after {
        border-top-color: #333
    }

    .wsmenu > .wsmenu-list > li > a > i {
        color: #898d91
    }

    .wsmenu > .wsmenu-list > li > a.active i {
        color: #333
    }

    .wsmenu > .wsmenu-list > li:hover > a > i {
        color: #333
    }

    .wsmenu > .wsmenu-list > li > a:hover i {
        color: #333
    }

    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .btnstyle:hover {
        background-color: #d7d7d7
    }

        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > .btnstyle:hover i {
            color: #333
        }

    .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus ~ .btnstyle {
        background-color: #d7d7d7
    }

        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus ~ .btnstyle > i {
            color: #333
        }

        .wsmenu > .wsmenu-list > li.wssearchbar > .topmenusearch > input:focus ~ .btnstyle i {
            color: #333
        }

    .wsmenu > .wsmenu-list > li > a.active {
        background-color: #f5f5f5;
        color: #333
    }

    .wsmenu > .wsmenu-list > li:hover > a {
        background-color: #f5f5f5;
        color: #333
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
        background-color: #f5f5f5;
        color: #333;
        text-decoration: none
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
        background-color: #f5f5f5;
        color: #333
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > a {
        background-color: #f5f5f5;
        color: #555555;
        border-left: 3px solid #DA4B38
    }

.wsmobileheader {
    background-color: #fff
}

.wsactive .wsmobileheader {
    border-left: solid 1px #e0e0e0
}

.wsmenu > .wsmenu-list > li > .wsmenu-click {
    border-color: rgba(0,0,0,0.1)
}

    .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
        color: rgba(0,0,0,0.25)
    }

.wsmenu > .wsmenu-list > li > a {
    border-bottom-color: rgba(0,0,0,0.13)
}

.MagicScroll, .mcs-caption, .mcs-button, .mcs-item, .mcs-item img, .mcs-item > *, .mcs-bullet, .mcs-bullet:before, .mcs-bullet:after, .mcs-wrapper, .mcs-items-container {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .MagicScroll, .mcs-item, .mcs-item a, .mcs-item img, .mcs-items-container {
        position: relative
    }

.MagicScroll, .mcs-item, .mcs-wrapper, .mcs-items-container {
    overflow: hidden;
    direction: ltr
}

    .mcs-wrapper, .mcs-item img {
        line-height: 100%
    }

.MagicScroll {
    z-index: 1;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

    .MagicScroll.MagicScroll-horizontal {
        -moz-touch-action: pan-y;
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

    .MagicScroll.MagicScroll-vertical {
        -moz-touch-action: pan-x;
        -ms-touch-action: pan-x;
        touch-action: pan-x
    }

body.mcs-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

    body.mcs-dragging .MagicScroll, body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow {
        cursor: inherit
    }

.mcs-item, .MagicScroll figure, .mcs-item .mcs-caption {
    display: inline-block
}

.MagicScroll .mcs-item img {
    pointer-events: none
}

.mcs-item img {
    display: inline-block !important
}

.MagicScroll > * {
    display: inline-block;
    max-width: 100%
}

    .MagicScroll > *:first-child {
        visibility: hidden
    }

    .MagicScroll > *:nth-child(n+2) {
        display: none
    }

.MagicScroll > a {
    line-height: 100%
}

.MagicScroll img {
    visibility: hidden
}

.MagicScroll .mcs-item img {
    visibility: visible;
    float: none !important
}

.mcs-button, .mcs-bullets, .mcs-wrapper {
    position: absolute
}

.MagicScroll:before, .MagicScroll figcaption:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 0
}

.mcs-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    z-index: 100
}

.mcs-items-container {
    text-align: center;
    overflow: visible;
    width: 100%;
    height: 100%
}

.mcs-item {
    top: 0;
    left: 0;
    zoom: 1;
    font-size: 9pt !important;
    line-height: 100%;
    max-width: 100%
}

    .mcs-item:after, .mcs-item > a:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.MagicScroll-horizontal .mcs-item {
    height: 100%
}

.MagicScroll-vertical .mcs-item {
    display: block;
    width: 100%
}

.mcs-item > a, .MagicScroll-horizontal .mcs-items-container > * {
    display: inline-block
}

.mcs-item a, .mcs-item img {
    border: none;
    max-width: 100%;
    max-height: 100%
}

.mcs-item a {
    height: 100%
}

.mcs-item img {
    width: auto;
    height: auto;
    vertical-align: middle
}

.MagicScroll figure {
    position: relative;
    vertical-align: middle;
    font-size: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    line-height: normal
}

.lt-ie9-magic .mcs-item > a > img {
    position: static
}

.lt-ie9-magic figcaption {
    display: block
}

.lt-ie10-magic .mcs-item a img {
    border: none
}

.ie7-magic .mcs-item img, .ie7-magic .MagicScroll-vertical .mcs-item a {
    display: inline-block
}

.ie7-magic .MagicScroll-horizontal .mcs-item {
    display: inline
}

.mcs-button {
    display: block
}

.MagicScroll .mcs-hidden {
    display: none !important;
    visibility: hidden !important
}

.ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container, .MagicScroll[data-mode="carousel"] .mcs-items-container, .MagicScroll[data-mode="cover-flow"] .mcs-items-container {
    -webkit-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%
}

.MagicScroll[data-mode="carousel"] .mcs-item, .MagicScroll[data-mode="cover-flow"] .mcs-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.MagicScroll figcaption {
    display: inline-block;
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    line-height: 100%;
    clear: both;
    z-index: 150
}

.MagicScroll figcaption, .MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption, .MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption {
    left: 50%;
    -webkit-transform: translateZ(1px) translateX(-50%);
    transform: translateZ(1px) translateX(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lt-ie9-magic .MagicScroll figcaption, .lt-ie9-magic .MagicScroll figure img {
    float: right
}

.MagicScroll .mcs-reflection {
    -webkit-transform: translateZ(-1px);
    position: absolute;
    display: inline-block;
    left: 0px;
    z-index: 1
}

.MagicScroll .mcs-item.mcs-noimg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAGB0lEQVRIS5WXa2wUVRTH/3dmn2136b5a2u2LsoogEiGGBGnlYUJMiEpi1MSYGNHvoAjfNEQ/iaL4XTAmxkQSE3zFaESQrZIQIxHlaVtK22273Udhtt3nPDx3Zmc7u9ttdZLN7s6ce37nf885995h+G8X+yXUMSho4l4wbTtjiADMZwzV5jQNw0xjvylM+XZHYjrKb67kli1ncBQQHg+GDzKRHW/u74F3QwTNa7rhDPogNrn0oUo2j0JyDgu3JyFd+wcLo+PQFO3Q2WTsBI1XG/lvCI6GOl9mgnjKv3UT2h7fBpudZKSTUKW70HJZaHJJ98noAXM3QfC2gvmD4Ldnz15E+tIVaKqyfzAx9clS8CXBF9rCb7v8vjd7XnwaTocKZWJUh9EUG7AaT+a80pTrQYjd/SgUBYx/9hXy6bl3HpuNvVULrwNHQ+ETnkjvge5n9wBjN6Fm7ulAVsY1mqIKnNLLAxA8q4C+dRg//QPmR8Y/GkzEDlrhVX6iwa53vev6jvTs2wHlxp+AXKwDmqprFXCYXmrlB4QHbA6I6x/G+JnzyNwYe28gOXnEHFcB85y62gKn+l94Asr1ywTUdGjt9K6suBwAcTmcexHXb8Ho598jP5uq5Fz3cxoQw6u75f6XnoIYuwGmyBVoOplERpJ0b16vF4Fg0MhzOSLNlEr3UmQrlW09ZOsLBA24aIMSfgCjn36N2MyE7TlqBh0cDYZfDzzy4PFQ2AEtcxdCWWk6nUYmk0H7lxd1WPyZbfB6PAgGAnWFmkylINXYesjW5/NTT5FuTysSsSJSv189NJiMfcDBbKi9S408vxtC7JahVFcE3JmMVaAmSYe3tCDka63AE3N3Ic3PL2nbEw7reefK1fB9GP7iHAbikwK7EFy9w7Om53w44gaoZYQylMPHpuN1zirKm5sQWuVF4p4EaSHb0K63o12vcn0loVaLDeeQuT2+k/FKXj340BGvHDeUWsDpzAIyuVxjuNsNaZnnHrcLPk+LDjZUA5KtHTPRv44x6tto3+6NAw5pSocKes8u9m06m4OULzSEm/m3Jp2nw+N0ItDsLlc2KS7DC95OjP98NcqG2sIza7f3tQsLcxaoATZbKZXLQyqU0HnmUl1R1d6Y2rcVXqcdAVJrKNU7Wv9wuNrsw8ivY3ECdxUiW/wOFPNVas0p11uHtwqBpZKM3u8uN4Tf2bsZXrsNfgLza3GKDTgHw+HC8B/pog5eu8HlYJq6LJg7SpUUSLKKyI9/18GH92yE1yYgYBcXV69KbhfBGhMwci3PweGZ7vud7TaBes2S31rFcyUV84qK9eduNlR8fdc6tIgCWu28N+oV8xmQVYaJW4W4XlxtkeYBp61UDbbsRFxljqCbhkZXzPGVgX64Ce4h9Yvwcp4JXJDtSAxnqbiCXce8fd7DTS5j2zPXYrO4sgTNU3I2X7xTB728rbfhfSe1RxMFYCDL7UQ/s3k37o1ljukLiCu46rzHX6hqJx5CgfJeXAbKnReWeW4nJS6yMQuLf2fSTuST93YaS2Zbl+rpESFSMS7mmRayFZya4BIlr9GMmGCeX4VOJ5kJFT/FJ8TKJuEIOI47fIpFNcNSDvn08lE2y8Ysk1eFHNfCua2NbM3FozgnopgqVjYJfVvsbO+WHR0MgnNRtZlU0yF3ZKxu1buyvkAQnH9bba25VQtAcVrDVNyyLXIDOgjsF9z2k2IbLedUkOaUi/TDxJgr0JKlzc9bluLkm4LCg9ETTL9nqdBypVcHElMn+fiq0HmFo4UdBt/ruZOaKq8bYImg6shjqWJ9GpL0mdeWPvqYPvhhD03CASVIC4rRivplbbOlFFvbxnxOTQExSSOz6vKHPXMAV645cbjkJ3cOQ7n1qvlb99qgH3OLgD1NaSqgSmmtkDoRQ6HOV0jyx3IzUPLQ6cFWH0DtIP1YKxMww2Bb4POtVnJaa1sbfNXzo8YrzGtMYO/LVO2yS4PsMILQzCW1DLMVCZanD1Wvpmpv0CvMhzT+/7/CWCPgAewKdQwwTXySMe1Rmvq1NS9tIxq9tGlM+eZcYnpoOaDp91/hrs4Y2r7FDQAAAABJRU5ErkJggg==") center center no-repeat
}

.mcs-item .mcs-caption {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    z-index: 150
}

.MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption, .MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption {
    top: 100%
}

.MagicScroll[data-mode="scroll"] .mcs-item figure, .MagicScroll[data-mode="animation"] .mcs-item figure {
    overflow: hidden
}

.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: translateY(150%);
    transform: translateY(150%)
}

.MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    bottom: -150%
}

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    bottom: 0%
}

.mcs-button {
    cursor: pointer;
    z-index: 1000;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}

.MagicScroll:hover > .mcs-button:hover {
    opacity: 1
}

.mcs-button-arrow {
    z-index: 120
}

.MagicScroll-horizontal .mcs-button-arrow {
    width: 40px;
    height: 100%;
    top: 0
}

.MagicScroll-vertical .mcs-button-arrow {
    width: 100%;
    height: 40px;
    left: 0
}

.MagicScroll-horizontal .mcs-button-arrow-prev {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0
}

.MagicScroll-horizontal .mcs-button-arrow-next {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0
}

.MagicScroll-vertical .mcs-button-arrow-prev {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0
}

.MagicScroll-vertical .mcs-button-arrow-next {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.MagicScroll[data-mode="carousel"] .mcs-item, .MagicScroll[data-mode="cover-flow"] .mcs-item {
    overflow: visible
}

.mcs-bullets {
    text-align: center;
    display: inline-block !important;
    opacity: 0;
    top: 100%
}

    .mcs-bullets.show {
        opacity: 1.0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

.MagicScroll-horizontal .mcs-bullets {
    width: 100%;
    left: 0
}

.MagicScroll-vertical .mcs-bullets {
    top: 0;
    left: 100%;
    display: inline-block;
    vertical-align: middle
}

.mcs-bullet {
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-indent: 9999px;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    outline: none
}

    .mcs-bullet.active {
        cursor: default
    }

[data-mode="animation"] div[data-action="exit"], [data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

[data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
    animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1)
}

[data-mode="animation"] .mcs-item {
    -webkit-animation-duration: 0;
    -webkit-transform: none;
    -webkit-animation-name: none;
    animation-name: none;
    animation-duration: 0
}

    [data-mode="animation"] .mcs-item[data-animation-nth="1"] {
        -webkit-animation-delay: 0.15s;
        animation-delay: 0.15s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="2"] {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="3"] {
        -webkit-animation-delay: 0.25s;
        animation-delay: 0.25s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="4"] {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="5"] {
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="6"] {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="7"] {
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="8"] {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="9"] {
        -webkit-animation-delay: 0.55s;
        animation-delay: 0.55s
    }

    [data-mode="animation"] .mcs-item[data-animation-nth="10"] {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s
    }

.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering], .MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateX(100000px);
    transform: translateX(100000px)
}

.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering], .MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateX(-100000px);
    transform: translateX(-100000px)
}

.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering], .MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
    transform: translateY(100000px)
}

.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering], .MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateY(-100000px);
    transform: translateY(-100000px)
}

[data-mode="animation"] .mcs-item[data-action="exit"], .mcs-slidein[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s
}

[data-mode="animation"] .mcs-item[data-action="enter"], .mcs-slidein[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
    animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s
}

.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-slidein;
    animation-name: h-forward-exit-slidein
}

.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-slidein;
    animation-name: h-forward-enter-slidein
}

@-webkit-keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px)
    }
}

@keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px)
    }
}

@-webkit-keyframes h-forward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes h-forward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(180px);
        transform: translateX(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-slidein;
    animation-name: h-backward-exit-slidein
}

.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-slidein;
    animation-name: h-backward-enter-slidein
}

@-webkit-keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
        transform: translateX(600px)
    }
}

@keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
        transform: translateX(600px)
    }
}

@-webkit-keyframes h-backward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes h-backward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-slidein;
    animation-name: v-forward-exit-slidein
}

.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-slidein;
    animation-name: v-forward-enter-slidein
}

@-webkit-keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
        transform: translateY(-600px)
    }
}

@keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
        transform: translateY(-600px)
    }
}

@-webkit-keyframes v-forward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateY(180px);
        transform: translateY(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes v-forward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateY(180px);
        transform: translateY(180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-slidein;
    animation-name: v-backward-exit-slidein
}

.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-slidein;
    animation-name: v-backward-enter-slidein
}

@-webkit-keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
        transform: translateY(600px)
    }
}

@keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
        transform: translateY(600px)
    }
}

@-webkit-keyframes v-backward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-180px);
        transform: translateY(-180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes v-backward-enter-slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-180px);
        transform: translateY(-180px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.mcs-bounce[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: cubic-bezier(0.84, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.84, 0, 1, 1);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s
}

.mcs-bounce[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
    animation-timing-function: cubic-bezier(0.12, 0.37, 0.25, 1);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s
}

.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-bounce;
    animation-name: h-forward-exit-bounce
}

.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-bounce;
    animation-name: h-forward-enter-bounce
}

@-webkit-keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0) translateZ(-1px)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px) translateZ(-1px)
    }
}

@keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0) translateZ(-1px)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px) translateZ(-1px)
    }
}

@-webkit-keyframes h-forward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateX(3000px);
        transform: translateX(3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    75% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    90% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes h-forward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateX(3000px);
        transform: translateX(3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    75% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    90% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-bounce;
    animation-name: h-backward-exit-bounce
}

.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-bounce;
    animation-name: h-backward-enter-bounce
}

@-webkit-keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0) translateZ(-1px)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px) translateZ(-1px)
    }
}

@keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0) translateZ(-1px)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px) translateZ(-1px)
    }
}

@-webkit-keyframes h-backward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
        transform: translateX(-3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    90% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes h-backward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
        transform: translateX(-3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    90% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-bounce;
    animation-name: v-forward-exit-bounce
}

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-bounce;
    animation-name: v-forward-enter-bounce
}

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering] {
    -webkit-transform: translateY(100000px);
    transform: translateY(100000px)
}

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
    transform: translateY(100000px)
}

@-webkit-keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes v-forward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3000px);
        transform: translateY(3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    75% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    90% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes v-forward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3000px);
        transform: translateY(3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    75% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    90% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-bounce;
    animation-name: v-backward-exit-bounce
}

.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-bounce;
    animation-name: v-backward-enter-bounce
}

@-webkit-keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        opacity: 0.6
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes v-backward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
        transform: translateY(-3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    75% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    90% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes v-backward-enter-bounce {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
        transform: translateY(-3000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    75% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    90% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.MagicScroll-horizontal .mcs-button-arrow-prev:before, .MagicScroll-horizontal .mcs-button-arrow-next:before, .MagicScroll-vertical .mcs-button-arrow-prev:before, .MagicScroll-vertical .mcs-button-arrow-next:before {
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    border-width: 3px;
    border-color: rgba(49,51,61,0.6);
    border-style: solid;
    border-right: none;
    border-bottom: none;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear
}

.MagicScroll-horizontal .mcs-button-arrow-prev:before {
    left: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg)
}

.MagicScroll-horizontal .mcs-button-arrow-next:before {
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
    transform: translate(-50%, -50%) rotateZ(135deg)
}

.MagicScroll-vertical .mcs-button-arrow-prev:before {
    top: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.MagicScroll-vertical .mcs-button-arrow-next:before {
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-135deg);
    transform: translate(-50%, -50%) rotateZ(-135deg)
}

.mcs-button-arrow.mcs-disabled {
    opacity: 0.01 !important
}

.MagicScroll > .mcs-button-arrow {
    width: 30px;
    height: 30px;
    margin: auto;
    opacity: 0.6;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.MagicScroll-horizontal .mcs-button-arrow-prev {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0
}

.MagicScroll-horizontal .mcs-button-arrow-next {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0
}

.MagicScroll-vertical .mcs-button-arrow-prev {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0
}

.MagicScroll-vertical .mcs-button-arrow-next {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    opacity: 1
}

    .MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before {
        border-color: #31333d
    }

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(255,255,255,0.75);
    -webkit-box-shadow: 0 0 1px rgba(153,153,153,0.5);
    box-shadow: 0 0 1px rgba(153,153,153,0.5);
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear
}

    .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
        width: 8px;
        height: 8px
    }

.MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    background-color: rgba(255,255,255,0.96)
}

.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    left: 5px
}

.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    right: 5px
}

.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    top: 5px
}

.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    bottom: 5px
}

.lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    border: 1px solid rgba(153,153,153,0.5)
}

.lt-ie9-magic .mcs-button-arrow:before {
    border-color: #83858B
}

.lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover:before {
    border-color: #31333D
}

.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    border-color: #31333D
}

.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    border: 1px solid #999;
    filter: alpha(opacity=60)
}

    .lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
        filter: alpha(opacity=96)
    }

.lt-ie9-magic .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity=0.01) !important
}

.MagicScroll-horizontal .mcs-bullets {
    margin-top: 10px
}

.MagicScroll-horizontal.MagicScroll-bullets {
    margin-bottom: 35px
}

.MagicScroll-vertical .mcs-bullets {
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.MagicScroll-vertical.MagicScroll-bullets {
    margin-right: 35px
}

.mcs-bullet {
    width: 10px;
    height: 10px;
    background-color: #83858B
}

    .mcs-bullet:hover {
        background-color: #5a5a5a
    }

    .mcs-bullet.active {
        background-color: transparent;
        border: 1px solid #5a5a5a
    }

.mcs-item .mcs-caption {
    color: white;
    padding: 5px 0;
    font: normal 9pt/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
    text-rendering: geometricPrecision
}

.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    background-color: #31333D;
    background-color: rgba(49,51,61,0.7)
}

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    filter: alpha(opacity=60)
}

.MagicScroll[data-mode="carousel"], .MagicScroll[data-mode="cover-flow"] {
    background: #4f4f4f
}

    .MagicScroll[data-mode="carousel"] img, .MagicScroll[data-mode="cover-flow"] img {
        -webkit-box-shadow: 0px 15px 30px -10px #000;
        box-shadow: 0px 15px 30px -10px #000
    }

    .MagicScroll[data-mode="carousel"] figcaption, .MagicScroll[data-mode="cover-flow"] figcaption {
        padding: 4px 0 0;
        font-size: 10pt;
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif
    }

.MagicScroll.mcs-shadows {
    -webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 6px 1px rgba(0,0,0,0.15)
}

.MagicScroll.mcs-border .mcs-item {
    background: #fff;
    border: 1px solid #efefef
}

.MagicScroll-horizontal.mcs-border .mcs-item {
    margin: 0 3px
}

.MagicScroll-vertical.mcs-border .mcs-item {
    margin: 3px 0
}

.mcs-loader {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px
}

    .mcs-loader .mcs-loader-text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -35px;
        width: 70px;
        height: 20px
    }

.mcs-loader-circles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6)
}

.mcs-loader-circle {
    position: absolute;
    background-color: #ffffff;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    -webkit-animation-name: MagicCircle;
    -webkit-animation-duration: 0.48s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-name: MagicCircle;
    animation-duration: 0.48s;
    animation-iteration-count: infinite;
    animation-direction: linear
}

.mcs-loader-circle_01 {
    left: 0;
    top: 25px;
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s
}

.mcs-loader-circle_02 {
    left: 7px;
    top: 7px;
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s
}

.mcs-loader-circle_03 {
    left: 25px;
    top: 0;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.mcs-loader-circle_04 {
    right: 7px;
    top: 7px;
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s
}

.mcs-loader-circle_05 {
    right: 0;
    top: 25px;
    -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s
}

.mcs-loader-circle_06 {
    right: 7px;
    bottom: 7px;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s
}

.mcs-loader-circle_07 {
    left: 25px;
    bottom: 0;
    -webkit-animation-delay: 0.54s;
    animation-delay: 0.54s
}

.mcs-loader-circle_08 {
    left: 7px;
    bottom: 7px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

@-webkit-keyframes MagicCircle {
    0% {
        background-color: #000000
    }

    100% {
        background-color: #ffffff
    }
}

@keyframes MagicCircle {
    0% {
        background-color: #000000
    }

    100% {
        background-color: #ffffff
    }
}

.mcs-item-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url("data:image/gif;base64,R0lGODlhKgAqAOZyAFlWV/X09ERAQS0pKt7d3rKwscjHyJyam3BtboaDhOfm5vf399XV1XNwcdbW1rW0tIOBgcXExGJfYJSSkj46O/b29pGPj+Pj48jHx/39/eDf39vb26Sio7u6uqyqq8rJyfHx8fn5+a2rrO3s7c/Oz+rq6qinp0dEReLi4ltYWbq4ufDw8JCOj/v7+/Pz825sbOjo6IKAgZWTlPj4+NDP0Obl5vX19fz8/Pr6+vz7+9fW1+Hg4Ozs7Le2tuTk5GdlZY2LjNrZ2djX18vKyujn556cnaGgoJaUlb28vMLBwjAsLe/v7+/u7sTDw87Nze7t7eXl5cG/wNLR0d3d3dnY2HVzc398fW9tbdTT06OhorCvrzo3OLSys7a1tWRhYlBNTuLh4dHQ0KKhofLy8rm4uJ2bnMzLy8nIyXl2d5iWlp+dnaakpXx6eoqIiMHAwdzc3M7OziIeH////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgByACwAAAAAKgAqAAAH/4BygoOEhYaHiImKhipxcSqLkZKCAI4Ak5gMPywghZVxl4U4MxmYhRSOLJ6WogEBFaaESo5xF4SfoYIZrgE2sYNFtLlyuIQLvC2/g6iOGIPFgje8sMqCGLQUz6yCFbw31drNggwUFAzRvAuYOidbWYUXtOeHu66lhCsaKCGGVwP/Jz4QUlHFg6IWIXIQqoCCgEMYho78mygBSrUWChxqZGJojMSJ/5D8CqBx4z1DUCSAZPOrREkFyRZ9OPFPyy8XDlFQm/RBR7UQO8EJHUpUTpMGSJM22CA0gIOnUB08ESSgqtWqKYSSMMC1K1eqV61mBbfVa1dBR5UiZQrOadSnU9aLyp2bSUO1FTxMMXgBAECUX2AKFOiQd1EJCH37pvn1QbDgCL4OBfCQOPGQXwocOxaCwxDlyhBKVLMRQXMBIYaAJH4xT5CUMmcUBXFjdxCPDo4FFtLwwkuXQiMQCPeBaMSB4y4KTenRYQWmCcIRsC2hRo1oOTWOH3gwdEP0GINEWLAgYpAJ7TWExojOVo548oOyHzcBLkr0CYTelx/0QDuWamhEN0J+4+0niAvaiVHNegj0UIh+hTgxXzU+lNFDUO4VWEgITnQwIF0Q0pXIG+O9IeKJggQCACH5BAUKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGKnFxKouRkoIAjgCTmDpXR2OFlXGXhCAsPwyYhScDA0eeloUsjhSnhFuqA1CEn6GCF45xSrODWbYSua6Dn3FFwYOpqh/Ix3IYvrLMgh+2J9GggxS+GNeDErbQcgwUFKbTvruRGylfIoVQtjqIDL4XhS02FRmGrAgYmIIGISRstCjyUAXSoBsVAkicYcjIwIsNiFzLsECiRxyGXFi8OLBJsBwePyYi0oBkm2AhUi4AuIhGioFkgrWQWOHGKRobNvoUR7So0UFDIChdCkED0RAKokpVEIASgKtYAbwgioKA169erWa9ulVcV7BfBSVlqtSpOKhT2qNWPUq3LqYNPq4FAHFqQwwECM4EK2HAAAm+i0ZMAAx4TbAghQs7oHioQg/GjKUEexI58oUchi5jnjDi2gwHnQ3sK1SGcYygg6h4CKMIDAkFokhEDmLIRww0UQotSUAcBqIVBZLbKKTADIm5kjgQT7BD0AgTJkrL4ZG8QISiO6bLGPTgwIEHgzp050FUxvTqgsqfH8Q9eQdxH6ZzICQf/aAI3U1xDRDTLcGfef4JYkN3PVzjXgJJFNJfIULYdw0MHiSxgIQIFoKDEB+sYJccE46IiAbmuWXiiIEAACH5BAkKAHIALAEAAQAoACgAAAf/gHKCg4SFg0gDA0iGjI2OhhKJEo+UhhtWRi6FkQOTlZ9yKQICRpuSoJ9fowJEhJyeqI8iqw2up7GUoqM0g6+4lDSrKb23v44Nq7xyOicnOsZyGi9eXYVEqxu/RUoUDIRAAOEv3oNNbWS4GBRx7D+EHuHxECXQFwDs+CyEAfDx4UO/VODLB8JQCQj+0vyqMhDAhUcMXoSL8ssDOwoYQDHQAI1BRmggQ4qUI2WCyZMTfITMsKClywU5EMicKTNGyAoBcurMSZOmTZA4d+osidKkSpAsX7bMMbKp0087YEALUQHUDhkJEoT55YIAARRVHS3hkDUrl18wvHpV0MLQgiRlpstS+RVArVomGQjBjcthCbQWCuwSYPKurIwdhDR0CPKoxJQnhCqgUCt1EAwZQD4UcnGg84hGAQyInlFohQYUIT496HyghqAVHTqsEARCtAEHIGuwNjEoQoECEQaRsF3QmAnWrgX5Bj6otmgSxrCwfkBoefBBDmwr+CWGtabev68LmmHbzK/jB5wUsl7owvNfIzo4SV09fKEcF4IEeMr+aSMFv22HSyAAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZNAgJNi5GSgg2ODZOYGkAeAYWVApeEY0dXOpiFLwAAHp6WhUcDAyenhF6qACWEn6GCULEDW7SDXbcQuq6DEr9ZwoOpqgyDu4Mfv7PNggy3L9LIcie/H9iDELfRchspKRuC1bESmD4xaFGFJbcaiDq/UIVFShTOESqDoGAMdoOGpKmXSAsbJIQwUIhD8YehHgUzThiB7QIAiiBZGKqAMWNBKcJUgAwJAtGICSbXCKuyEsCFSBtiFDwjzANFChhObfCBjUHQcUiTKh1EhYPTpxxgINV265YKQQmyas0qA+nElSCxbtXaddxXsHEENYXqVOo4qlXXAVxdSrcuphocm2W4caqGiQMHgghrESBABb6LXDwADNiNsBmFCy/IgCiEE8aM89HKETkyjkOXMT9wgS3Dgs4BPhfqwNhEDUIKPoBR5KJEp0E3KkSeYWiECTFYCtkoQHxFZQLIWxRqYaMC5UkRiBfgISgACRK3KyAnoCApD+kdBjkwYMDBIBTbKyDtIJ26oPHlB2lHjmLcFOkRCME3P0jBduPN9CCdDfqRx58gLWynmTDsFSBEIfsVwgR92KzwgRCqiWdgIRkwAUMIdskRYYiIPEHeEySmGAgAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZDAABDi5GSghCOEJOYPmU9FYWVAJeELkZWG5iFMQgIPZ6WhUYCAimnhGiqCCOEn6GCRLECX7SDUbcTuq6DDb8iwoOpqqaUyHI0v7PNghu3MYO7gym/NNiDE7fRGi8vGoLVsQ2YMDJAH4Ujtz6IG79EhVlbJzoMeUhAUMYOQlLWnFFEpk0TQh9ODJh4xVASghg5LMEGRcLEj0cMLbiIkSAVYUg+ghyDaAmHklyEsVEpAUqkHTIIhhGmZeIJeph2wMCmA+i4o0iTCtLwoKnTB7nGMXBE1ZEKQQeyas1q4iiFOGDDgsW6VWvXcV/Fhl361GlUbFPTq1pVSrfuKR4r4GK426FAATDCPIClsHeRjQh+/ZIQ9kMsgAuIcAhJnFiBMBVq47AAYWgy5Qg2sF0AoJaFoQ+JO/Ag9CRICUUtQuQghCFtnB+GVnToMaXQDAPAAyDKEKB4hkJFlFBggMkBcAOc5YRAgSKEoBvFAyxACuL5YkEKCBCwLKhC9htHSTyPLif8+EHYi3fCpuC5A0LuyQtakL0FNjPPzYCfePrJQVxxoTWjngGQDfgeITjIh00AQVwwm4MFCoLDDMfZlZ9digQgnnAglihHIAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYNSCAhShoyNjoYTiROPlIYwHkkLhZEIk4QBHkAalYYyCQlJm5KFHgAAL6SFQKcJS4ScnoIlrgBesYQftBy3q4MQvF2/hKanO4O4gwy8sMqDO7Qyz8VyL7wM1YQctM5yPjExPoLSrhCkIyZiWIVLtDCNGrwlhSJfKRuEHQ4INFGDEBUuYR5FSTOEEI0UAiJaIeREoMUHLsAJItIgokcjhEJUtChwVLUmHj9mLOTiAUk34NqkbEDkUQ0TAoOAIxMxBY1YNUZolLPh59CjSJPKURChqdMIK5DqkEC1qgQkBbJqzdoB6YkBYMOC3bq169GvYsMyfdo06tGpVq6pIlFKty4pEAHsOgJBwoABfXoJzXDg1++UwIJyXChc+AliOYsZO5jxWE6QwiRAfIKxspGHKipiBSBhRkGhFgRSh2jEII7rC0gVpCZQQVCGChUyCMLgOg6AoxVmoxi0IEAATYIo9MYwFMXs2oKKHx/E2zUFjStmmyZuHLkgAL2LgNMwuwUh6d4h91YCzjkBJoXQF2JhHVwIGEx0n+9eCASLH9/UJV9lg+RgXA7gBAIAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZUCQlUi5GSghyOHJOYIx1OIYWVCZeEFT1lPpiFJgcHTp6WhT0ICDGnhGKqBy6En6GCI7EIaLSDWLcPuq6DE79RwoOpqjWDu4Mbv7PNgjW3JtLIcjG/G9iDD7fRcjAyMjCC1bETmCsdPVOFLrcjiD6/+YRdXi80GPpQoGAHHoQ0uAmi6MwaKYQYvABAEYghIQUzRrCBrQQEiiA9GMKBMWNBBcKGgAwZAJGNCCZJCEuzEkKJSDw6FAQjLArFFwxO8ViBTUPQcUiTKh30xIHTpw5ajtvQoKrVBk0EGdjKdavMcSkEiB0rVmtXrl+xhSU7VlBTqE7apWKjerVq1qV482Kq0KmZjg+nKqAgQCAXLS0DBpwAvKiFAsKEb9K6kjixBCiIMjCBDFkuJiSVKx8ZY2gzZwUtsEGREHrAEUMwIKOoQCjHjNSJPFRRQejDicpXDIVAoYEooQwBkmdAxCCO8wuFsmw5oQPTguQBbghiQIHCUQzO4wBIegM7bUEAnI8XRCE8BqQVsGtHr34QeOcUxrXAvoBQevH+hVcENjZgt9wg/60nyAXhKYFNfAHgUEiChbCAHzYZzCDhhPURAgILPxyVF4V6JaKCc7yVqKIcgQAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYaBwcai5GSgg+OD5OYKx9COIWVB5eEC0keMJiFHQUFQp6WhUkJCTKnhD2qBTaEn6GCS7EJQLSDU7cRuq6DHL8fwoOpqjyDu4M7v7PNgjy3HdLIcjK/O9iDEbfRciMmJiOC1bEcmAEkZgqFNrcriDC/S4VRaDF8GApioCAJEIQUkACjKAwXKoQ2xEBAsYyhCwUzOpiBbcQEiiB7GMqBMWPBJ8KkgAxZAdEMByanCFuzcgK7RSBIFCwh7AzFGBtOgQiAzUfQcUiTKh0UQIHTpwpCINUAoapVCEMEEdjKdSsKpC8AiB0rVmtXrl/HhSU7VlBTqE7cpY6jerVq1qV482K6kQHbBhqnblQIEKCFMDICBKQAvCjDAsKE5Z6ykjhxAyKJcECGnENYk8qVjbgwpHnzgr7NiDQALcCIoRmQK9wgpOKHB0Va2CAhRCNFZSuGMlSwYZjQhTjIGSDSMaA5lEIivqQ4KgkA8jgYBDGgQEG5nA/NB0hIiuE6hUHW4wAYdCI8s3EUrmcXlH69IPDNT4wrct0+feT+ySFBeFlgo8R1FxBSHyFQhLcFNvHFwUIhCxJyRH7YMPADCwgpCGAhYxxxhQ56yVFhiYeogJwKKLYYCAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYMKBQUKhoyNjoYRiRGPlIYBQRc5hZEFk4QhTh0jlYYkBgYXm5KFTgcHJqSFZqcGM4ScnoIurgdisYQKtA63q4MPvFi/hKanIIO4gzW8sMqDILQkz8VyJrw11YQOtM5yKx0dK4LSrg+kISga6YQztAGNI7wuhR9AMjCEMAgIRFGB0JMpJR4FcaOB0A4ZCSJ6IMREoEUFLcAJWsIhosckhDJUtCjQXjUqHj8uMNRCAcmE1bik5LDkUQUUAvVVCxNRxo5YFUJolAPj59CjSJPKybGgqdMFGZD6mEC16gQpAbJqzVrwaAwEYMOC3bq169CvYsMyfdo06tGpVqapSlFKty4pDAyGash7l0KcOBOrRQEA4AXfRhcA/P1bBRwQwoQhwCQEgsXixSrADYEM2YNJQZYvA0ilsQQEzgACC/qxmAKGamTaNCHE4AVkILQpKCkCboOA30QKdfHyoqFGHSdO6BBE47eABnYFSRgwQMKgFM5pRJ9efVDz3ym2U7c+qIFzEXa5kxdExPmX9OMLGQEPvzshF0asbKi/PnohJNQhAU4gACH5BAkKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGTwYGT4uRkoIOjg6TmCEwTBmFlQaXhDhCHyuYhSgEBEyeloVCBQUdp4QaqgQthJ+hgjaxBT20gyu3CrqugxG/U8KDqaoVg7uDPL+zzYIVtyjSyHIdvzzYgwq30XIBJCQBgtWxEZgZFTa5hC23IYgrvzaFWGImRhiaEaBghRuEApRwoQgMCWODapg4QPGaqIIYF3Rq5uIBxY9ODuHAiDGHMA0fQeY7lGEByZWn3KR8wHDRjQoF650KQtFEjVM3Ngob8XOc0aNIB6kAwLQpAAZGS4iYSlXEG0FxsmrNSsGoGgtgw4LFulVr13FfxYYVtNQpU6jj06RWnXo1qd27mDDAFVbiwikMFLJ6EMYArBq/iy4A2FpFGBexIkAgAsGibBwVwt6otYBhhqHKWwEgFgZChFoMhn6YRT0IyRUtiqKkGULoQloLXAwxoKCkSCEoA4LrQKShaYlCcNKoOT5JQvABHwRtSJFigyAGTSEc/fD8xKAGAgQ0GPSi6d5mJ55HFwRe/CDsTF+My/JcAqH24wdBaNoF25bnUNwXXn6ClNCUF9ikN8ARheBXiAfxYaPDFUeM0eCAhQTgARAa4CWHgx4i0kR4TYRoYiAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYBBAQBi5GSggqOCpOYGTM4hpUEl4Q5F0GQmIQVAQGchJ6ggxcGBiSmhDapARmsloQzsQZmtIMttwu6n4QOvq7BqKk3g62DIL6zwYM3txXQu4IkviDWhAu3z3IhKCghgtOxDpgMFEpFhRm3uYcBvjOFUz0dK4Z+xBlIAUOoEC0UlZjyhBCPDgUifjDEYqBFABfC2YgQsaMQQyAqWhyoIpiCjh5XGboAYGSVYCRQRrARCQOFgR6CgYnYgYcpDAzCrfAZrqjRo4dUAFjKFEDQoiMeSJ36QIOgkSMpGDVxoKvXrlexEtz69asgpU2XPg0XlapUq0jV48oN9kFHOBg7TH04MWCAlmBhEiSQkXcRFAl9+7IJ5kGwYA5LEI05kjgxkmBUHDtOUqwQ5coSoIRbwkFzgiSGriQ+MXFQEytkFJ1ZI4XQDhmOcxbScWJLlkJEBAjfgMgHguMjCn0AIgMGpgbCBdAQpOHFC7gbjiOYcJRG9BSDICyFMCiGduJFU0SfLkg8APKCsh+PUVRE9AaE3MMXNEF7lHBfREdEfuMRMoJ2aISjngBGFKJfIT3MF84GVhjhgoMFntJDGT7M1V6GHiIyxFJDhGiiIIEAACH5BAUKAHIALAEAAQAoACgAAAf/gHKCg4SFgzkBATmGjI2OhguJC4+Uhgw/LCCFkQGThBlMMCGVhhRxcSybkoVMBAQopIVKp3EXhJyegi2uBBqxhEW0ALergwq8K7+EpqcYg7iDFbywyoMYtBTPxXIovBXVhAC0znIZFRUZgtKuCuCEF7QMjSG8LYUKZiQBsSpVHo8uSuwbBIKEgYNB3JGa4eCgQ1sKHz1x+HBRREdTKDqYcZFSiYMkNHWsFEDkyJMoKSGRwLKlBB0XV0SYSTOCggE4c+I8cbFDgZ9Af+rUyTOiz6BAV7pkCTOizJoz26WcSnUQjQ0KR9SIRSOFAAFkwAU5cMDEVkdEGnz92gZcB7JkrR+4MOTCyNq1TcBpgAvXyahBdu82IKLQxQO+B5wQsrI2BQ1CQ4BEeRSGCxVCNUzA7UBoQ4ovIgqVAEDaFyMYCVIvKYRFjIkRpCCQBiBPjo8YMXwI2pE6AYeIDGa/GDQBAYIJg2T03qHwxezacoofH8Q7tQx3XWZDICQd+SAOvT+A8zK7BHfj3gUt6Q0EnHMA/85PJ5TEul4gHgYSR78piQcYKXVXlSFSGCcFOIEAADs=") no-repeat center center
}

.MagicScroll.mcs-rounded {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden !important
}

    .MagicScroll.mcs-rounded.MagicScroll-arrows-inside {
        overflow: hidden !important
    }

    .MagicScroll.mcs-rounded.MagicScroll-arrows-outside {
        overflow: visible !important
    }

    .MagicScroll.mcs-rounded .mcs-button-arrow {
        color: rgba(49,51,61,0.6);
        -webkit-transition: color .15s linear, background-color .15s linear;
        transition: color .15s linear, background-color .15s linear
    }

    .MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow {
        width: 30px;
        height: 100%
    }

    .MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow {
        width: 100%;
        height: 30px
    }

    .MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev {
        left: 0;
        border-radius: 10px 0 0 10px
    }

    .MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next {
        right: 0;
        border-radius: 0 10px 10px 0
    }

    .MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev {
        top: 0;
        border-radius: 10px 10px 0 0
    }

    .MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next {
        bottom: 0;
        border-radius: 0 0 10px 10px
    }

    .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
        opacity: 1 !important;
        color: rgba(49,51,61,0.1);
        text-shadow: none !important
    }

    .MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow {
        background: #efefef;
        opacity: 1;
        -webkit-box-shadow: 0 0 1px rgba(153,153,153,0.5);
        box-shadow: 0 0 1px rgba(153,153,153,0.5)
    }

    .MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled) {
        background-color: rgba(255,255,255,0.96);
        color: #31333d
    }

    .MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow {
        background-color: rgba(255,255,255,0.75);
        -webkit-box-shadow: 0 0 1px rgba(153,153,153,0.5);
        box-shadow: 0 0 1px rgba(153,153,153,0.5)
    }

.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 1px 0 0
}

.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 0 0 0 1px
}

.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 0 1px 0
}

.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 1px 0 0 0
}

.lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow {
    color: #83858B
}

.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    filter: alpha(opacity=75)
}

    .lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
        filter: alpha(opacity=96)
    }

.lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity=75) !important;
    color: #ccc
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir='rtl'] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: 'â€¢';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black
        }
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0
}

[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
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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
}

dfn {
    font-style: italic
}

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: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: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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
}

button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type="radio"], input[type="checkbox"] {
    -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-cancel-button, [type='search']::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

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
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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"
    }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.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: none
}

.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: 576px) {
    .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: none
    }

    .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: 768px) {
    .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: none
    }

    .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: 992px) {
    .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: none
    }

    .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: 1200px) {
    .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: none
    }

    .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%
    }
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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,0.15)
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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 {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    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 {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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-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
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        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
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.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%
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .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-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-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
    }
}

@font-face {
    font-family: "magictoolbox-thin";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"),url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz")
}

.MagicZoom, .mz-figure, .mz-lens, .mz-zoom-window, .mz-loading, .mz-hint, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage, .mz-expand .mz-image-stage > figure .mz-caption, .mz-thumb img, .mz-expand-thumbnails, .mz-expand-controls, .mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.MagicZoom, .mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.MagicZoom {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.MagicZoom img, .mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important
}

.MagicZoom > img, .mz-figure > img {
    width: 100%;
    height: auto
}

.ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important
}

.mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important
}

.mz-figure.mz-active, .mz-expand {
    -ms-touch-action: none;
    touch-action: none
}

.mz-lens, .mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important
}

    .mz-lens img, .mz-zoom-window img {
        position: absolute !important;
        max-width: none !important;
        max-height: none !important
    }

    .mz-lens img {
        -webkit-transition: none !important;
        transition: none !important
    }

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

    .mz-zoom-window.mz-magnifier {
        -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
        -webkit-mask-clip: content;
        cursor: none
    }

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647
}

.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important
}

.mz-expand-controls {
    z-index: 2147483647
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.mz-hidden {
    opacity: 0
}

.mz-visible {
    opacity: 1
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important
}

.mobile-magic .mz-expand-controls.mz-fade {
    -webkit-transition: none !important;
    transition: none !important
}

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important
}

.mz-expanded-view-open, .mz-expanded-view-open body {
    overflow: hidden !important
}

    .mz-expanded-view-open body {
        height: auto !important
    }

.mz-figure.mz-active {
    background: #fff
}

.mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom, .mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

    .mz-figure.mz-active.mz-no-expand {
        cursor: crosshair
    }

    .mz-figure.mz-active.mz-click-zoom.mz-no-expand {
        cursor: crosshair;
        cursor: -webkit-zoom-out;
        cursor: zoom-out
    }

    .mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
        cursor: none
    }

.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%)
}

.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6
}

.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6)
}

.mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0)
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent
}

.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    cursor: none;
    z-index: 10;
    opacity: 0
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none
}

.mz-zoom-window {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2)
}

    .mz-zoom-window.mz-magnifier {
        border-radius: 100%;
        border: 0;
        background: rgba(255,255,255,0.3)
    }

        .mz-zoom-window.mz-magnifier:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 100%;
            border: 1px solid rgba(170,170,170,0.7);
            -webkit-box-shadow: inset 0 0 20px 1px rgba(0,0,0,0.3);
            box-shadow: inset 0 0 20px 1px rgba(0,0,0,0.3);
            background: transparent;
            z-index: 1
        }

        .mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square:before {
            border-radius: 0 !important
        }

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5
}

.mz-zoom-window.mz-inner {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80)
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0
}

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none
}

.mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),-webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),-webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9),-webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)
}

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
    transition-duration: .25s, .25s, .25s
}

.mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
}

.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img, .mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
    transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
    transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
    transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important
}

.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
}

.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)
}

.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom {
    opacity: 0
}

.mz-hint, .mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
    transition: opacity 0.25s ease, z-index 0.25s ease
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em
}

    .mz-hint-message:before {
        content: '\02295';
        font-family: serif;
        font-size: 1.5em;
        speak: none;
        text-align: center;
        vertical-align: -2px;
        margin-right: 6px;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease
    }

.mobile-magic .mz-hint-message:before {
    display: none
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.mz-expand .mz-hint-message {
    padding: 1.1em
}

    .mz-expand .mz-hint-message:before {
        display: none
    }

.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0
}

.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

    .mz-loading:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 24px;
        height: 24px;
        margin: auto;
        text-indent: -9999em;
        border-radius: 50%;
        border: 2px solid #fff;
        border-top-color: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mz-loading.shown {
        opacity: 1;
        z-index: 1;
        -webkit-transition: opacity 0s;
        transition: opacity 0s
    }

        .mz-loading.shown:after {
            -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear
        }

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto
}

    .lt-ie10-magic .mz-loading:after {
        content: 'Loading...';
        text-indent: 0;
        border: none;
        position: relative
    }

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto
}

    .lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown {
        background: transparent !important;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D')
    }

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0)
}

.mz-expand, .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

    .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg {
        width: auto !important;
        height: auto !important
    }

        .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > svg {
            min-width: 100% !important;
            min-height: 100% !important
        }

.mz-expand {
    background-color: #000;
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none
}

    .mz-expand .mz-expand-bg {
        display: inline-block;
        max-width: none !important;
        max-height: none !important;
        margin: auto;
        vertical-align: middle;
        z-index: -100;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-perspective: 600px;
        perspective: 600px;
        -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
        transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg)
    }

:root:not([data-magic-ua=safari]) .mz-expand .mz-expand-bg {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%)
}

.mz-expand .mz-expand-bg > img {
    margin: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-magic-ua=safari] .mz-expand .mz-expand-bg > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%)
}

.mz-expand .mz-expand-bg > svg {
    margin: auto;
    opacity: .6
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg, .lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f
}

[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31,31,31,0.96)
}

.mz-expand.plain-bg .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg {
    display: none !important
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31,31,31,0.96)
}

.mz-expand.white-bg {
    background-color: #fff
}

.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0
}

    .mz-expand .mz-expand-stage .mz-image-stage {
        z-index: 50;
        left: 120px;
        right: 120px;
        padding: 20px 0 40px 0;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        -webkit-perspective: 600px;
        perspective: 600px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
        padding-bottom: 120px
    }

    .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
        padding: 0 !important;
        left: 0;
        right: 0
    }

.mz-expand .mz-image-stage > figure:before, .mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0
}

.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative
}

.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important
}

    .mz-expand .mz-figure > img {
        max-width: 100%;
        width: auto;
        height: auto
    }

.mz-expand .mz-zoom-in .mz-image-stage > figure, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

    .mz-expand .mz-figure.mz-active {
        cursor: crosshair;
        cursor: -webkit-zoom-out;
        cursor: zoom-out
    }

.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100)
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100)
}

.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0
}

    .mz-expand .mz-caption.mz-show {
        -webkit-transition: opacity 0.15s ease-out;
        transition: opacity 0.15s ease-out;
        opacity: 1
    }

    .mz-expand .mz-caption a {
        color: inherit;
        cursor: pointer
    }

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%
}

.mz-expand .mz-zoom-window {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0
}

.mobile-magic .mz-expand-stage .mz-expand-thumbnails, .mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px
}

.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 90px
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 15px 0;
    height: 90px
}

.mz-expand-controls, button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important
}

button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180,180,180,0) !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important
}

    button.mz-button:before {
        display: inline;
        position: static;
        color: inherit !important;
        font: inherit !important;
        -webkit-font-smoothing: inherit !important
    }

    button.mz-button.mz-button-prev, button.mz-button.mz-button-next {
        margin: auto 10px !important;
        top: 0 !important;
        bottom: 0 !important;
        overflow: hidden !important
    }

    button.mz-button.mz-button-prev {
        left: 0 !important
    }

    button.mz-button.mz-button-next {
        right: 0 !important
    }

    button.mz-button.mz-button-close {
        font-size: 26px !important;
        margin: 10px !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 95 !important
    }

:root:not(.mobile-magic) button.mz-button {
    color: rgba(180,180,180,0.75) !important;
    -webkit-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
    transition: color .25s, border-color .25s, -webkit-transform .25s !important;
    transition: color .25s, border-color .25s, transform .25s !important;
    transition: color .25s, border-color .25s, transform .25s, -webkit-transform .25s !important
}

    :root:not(.mobile-magic) button.mz-button:hover {
        color: #b4b4b4 !important;
        border-color: rgba(180,180,180,0.6) !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important
    }

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
    transition: -webkit-transform .1s !important;
    transition: transform .1s !important;
    transition: transform .1s, -webkit-transform .1s !important
}

    .mobile-magic button.mz-button:active {
        border-color: rgba(180,180,180,0.6) !important;
        -webkit-transform: scale(0.95) !important;
        transform: scale(0.95) !important
    }

button.mz-button.mz-button-close:before {
    content: "\a001"
}

button.mz-button.mz-button-prev:before {
    content: "\a002"
}

button.mz-button.mz-button-next:before {
    content: "\a003"
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev, button.mz-button-next {
        display: none !important
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255,255,255,0.8) !important;
        background-color: rgba(49,51,61,0.3) !important;
        border-color: transparent !important
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75)
}

    .lt-ie9-magic button.mz-button:hover {
        filter: alpha(opacity=100)
    }

a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none
}

    a[data-zoom-id] img, .mz-thumb img {
        border: 0;
        -webkit-box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
        box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mz-thumb:hover:not(.mz-thumb-selected) img {
        -webkit-filter: brightness(75%);
        filter: brightness(75%)
    }

.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%)
}

.no-cssfilters-magic .mz-thumb:hover, .no-cssfilters-magic .mz-thumb.mz-thumb-selected {
    background: #000
}

    .no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
        opacity: .75;
        filter: alpha(opacity=75)
    }

.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60)
}

.ie9-magic .mz-thumb img {
    -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3)
}

.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .mz-expand-thumbnails .magic-thumbs .magic-thumb {
        padding: 10px 2px
    }

    .mz-expand-thumbnails .magic-thumb > img {
        cursor: pointer;
        height: 40px;
        -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.3)
    }

    .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
        -webkit-filter: brightness(70%);
        filter: brightness(70%)
    }

    .mz-expand-thumbnails .magic-thumb-selected img {
        -webkit-filter: brightness(50%);
        filter: brightness(50%)
    }

    .mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
        opacity: 0
    }

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70)
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0
}

.magic-thumbs, .magic-thumbs .magic-thumbs-wrapper, .magic-thumbs ul, .magic-thumbs li, .magic-thumbs li:before, .magic-thumbs li:after, .magic-thumbs li img, .magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap
}

    .magic-thumbs.no-buttons {
        padding: 0 !important
    }

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap
}

.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important
}

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block
}

    .magic-thumbs ul li:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0
    }

    .magic-thumbs ul li > img {
        width: auto;
        height: auto;
        max-width: none !important;
        max-height: 100% !important;
        vertical-align: middle
    }

.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important
}

.magic-thumbs.magic-thumbs-vertical {
    height: 100%
}

.magic-thumbs-vertical {
    padding: 30px 0
}

    .magic-thumbs-vertical ul {
        height: auto;
        width: 100%;
        white-space: normal
    }

        .magic-thumbs-vertical ul li {
            width: 100%;
            height: auto
        }

        .magic-thumbs-vertical ul li {
            margin: 4px 0
        }

            .magic-thumbs-vertical ul li > img {
                max-width: 100% !important;
                max-height: none !important
            }

.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%
}

.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important
}

    .magic-thumbs button.magic-thumbs-button:before {
        display: inline;
        position: static;
        color: inherit !important;
        font: inherit !important;
        -webkit-font-smoothing: inherit !important
    }

.magic-thumbs .magic-thumbs-button-prev {
    left: 0
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0
}

.magic-thumbs .magic-thumbs-button-prev:before {
    content: "\a002"
}

.magic-thumbs .magic-thumbs-button-next:before {
    content: "\a003"
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180,180,180,0.75) !important;
    -webkit-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
    transition: color .25s, -webkit-transform .25s !important;
    transition: color .25s, transform .25s !important;
    transition: color .25s, transform .25s, -webkit-transform .25s !important
}

    :root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
        color: #b4b4b4 !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important
    }

.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0
}

.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
    content: "\a005"
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
    content: "\a004"
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.btn--global {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    border: none
}

    .btn--global:hover {
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .btn--global:disabled, .btn--global.disabled {
        opacity: .5
    }

        .btn--global:disabled:hover, .btn--global.disabled:hover {
            cursor: not-allowed
        }

.btn--fluid {
    width: 100%
}

a.btn--global {
    text-decoration: none
}

    a.btn--global:hover {
        text-decoration: none;
        opacity: 1
    }

.btn--primary {
    font-family: "Poppins",sans-serif;
    font-size: 0.875rem;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #fff;
    padding: 1rem 2rem;
    font-weight: 300;
    background-color: #0b2a3b;
    -webkit-box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    width: 100%
}

    .btn--primary:hover {
        background-color: #fff;
        color: #0b2a3b
    }

        .btn--primary:hover:disabled, .btn--primary:hover.disabled {
            opacity: .5;
            color: #fff;
            background-color: #0b2a3b
        }

    .btn--primary:active {
        opacity: .25
    }

.btn--secondary {
    font-family: "Poppins",sans-serif;
    font-size: 0.875rem;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #0b2a3b;
    padding: 1rem 2rem;
    font-weight: 300;
    background-color: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    width: 100%
}

    .btn--secondary svg {
        margin-left: 0.25rem;
        margin-bottom: -1px;
        width: 1rem;
        height: auto;
        fill: #0b2a3b
    }

    .btn--secondary:hover {
        background-color: #0b2a3b;
        color: #fff
    }

        .btn--secondary:hover svg {
            fill: #fff
        }

        .btn--secondary:hover:disabled, .btn--secondary:hover.disabled {
            opacity: .5;
            background-color: transparent;
            color: #0b2a3b
        }

            .btn--secondary:hover:disabled svg, .btn--secondary:hover.disabled svg {
                fill: #0b2a3b
            }

    .btn--secondary:active {
        opacity: .25
    }

.btn--circle {
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    background-color: transparent;
    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
}

    .btn--circle svg {
        width: 12px;
        height: auto;
        fill: #0b2a3b
    }

    .btn--circle:hover {
        background-color: #0b2a3b
    }

        .btn--circle:hover svg {
            fill: #fff
        }

        .btn--circle:hover:disabled, .btn--circle:hover.disabled {
            opacity: .5;
            background-color: transparent
        }

            .btn--circle:hover:disabled svg, .btn--circle:hover.disabled svg {
                fill: #0b2a3b
            }

    .btn--circle:active {
        opacity: .25
    }

@media screen and (min-width: 992px) {
    .btn--circle {
        width: 2.5rem;
        height: 2.5rem
    }
}

.btn--circle--invert {
    background-color: #0b2a3b
}

    .btn--circle--invert svg {
        fill: #fff
    }

    .btn--circle--invert:hover {
        background-color: transparent
    }

        .btn--circle--invert:hover svg {
            fill: #0b2a3b
        }

        .btn--circle--invert:hover:disabled, .btn--circle--invert:hover.disabled {
            opacity: .5;
            background-color: #0b2a3b
        }

            .btn--circle--invert:hover:disabled svg, .btn--circle--invert:hover.disabled svg {
                fill: #fff
            }

.btn--circle--s {
    width: 2rem;
    height: 2rem
}

.btn--add {
    padding: 4.6rem 0rem;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    background-color: transparent
}

    .btn--add svg {
        fill: #0b2a3b
    }

    .btn--add:hover {
        background-color: #0b2a3b
    }

        .btn--add:hover svg {
            fill: #fff
        }

        .btn--add:hover:disabled {
            background-color: transparent
        }

            .btn--add:hover:disabled svg {
                fill: #0b2a3b
            }

    .btn--add:active {
        opacity: .25
    }

.btn--inline {
    display: inline
}

.input--global {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.input--primary {
    width: 100%;
    border: 1px solid #0b2a3b;
    padding: 1rem 1rem 1rem 1.5rem;
    font-family: "Poppins",sans-serif;
    font-size: 0.75rem;
    line-height: 1.25em;
    color: #0b2a3b
}

@media (min-width: 768px) {
    .input--primary {
        line-height: 1.375em
    }
}

.input--primary:focus {
    border: 1px solid #38a1da
}

.input--primary--warning {
    border-color: #e2574c
}

.input--primary:disabled {
    cursor: not-allowed;
    opacity: .5
}

.input--primary__alert, .input--primary__description {
    display: block
}

.input--primary__description {
    color: #939393
}

.label--checkbox, .label--radio-btns {
    position: relative;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .label--checkbox::before, .label--radio-btns::before {
        content: '';
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        min-width: 1.5rem;
        min-height: 1.5rem;
        border: 1px solid #0b2a3b;
        margin-right: 1rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .label--checkbox::after, .label--radio-btns::after {
        content: url(../images/icons/check--main-color.svg);
        width: 0.875rem;
        height: auto;
        position: absolute;
        left: 0.75rem;
        top: 50%;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

@media (min-width: 992px) {
    .label--checkbox:hover, .label--radio-btns:hover {
        text-decoration: underline
    }

        .label--checkbox:hover::after, .label--radio-btns:hover::after {
            opacity: .5
        }
}

.label--checkbox:hover::after, .label--checkbox:focus::after, .label--radio-btns:hover::after, .label--radio-btns:focus::after {
    opacity: 0
}

.input--checkbox--global:checked + .label--checkbox::after, .input--radio-btns--global:checked + .label--radio-btns::after {
    opacity: 1
}

.input--checkbox--global:disabled + .label--checkbox, .input--radio-btns--global:disabled + .label--radio-btns {
    cursor: not-allowed;
    opacity: .5
}

    .input--checkbox--global:disabled + .label--checkbox:hover, .input--radio-btns--global:disabled + .label--radio-btns:hover {
        text-decoration: none
    }

        .input--checkbox--global:disabled + .label--checkbox:hover::after, .input--radio-btns--global:disabled + .label--radio-btns:hover::after {
            opacity: 0
        }

.input--checkbox--global, .input--radio-btns--global {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 992px) {
    .label--checkbox::before, .label--radio-btns::before {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        min-height: 2rem
    }

    .label--checkbox::after, .label--radio-btns::after {
        left: 1rem
    }
}

.hdg--xl {
    font-family: "Playfair Display",serif;
    font-size: 2.1875rem;
    line-height: 1.25em;
    font-weight: 900
}

@media (min-width: 460px) {
    .hdg--xl {
        font-size: 2.8125rem
    }
}

@media (min-width: 576px) {
    .hdg--xl {
        font-size: 3.75rem
    }
}

@media (min-width: 768px) {
    .hdg--xl {
        font-size: 4.6875rem;
        line-height: 1.125em
    }
}

@media (min-width: 1200px) {
    .hdg--xl {
        font-size: 7.5rem;
        line-height: 1.05em
    }
}

.hdg--l {
    font-family: "Playfair Display",serif;
    font-size: 30px;
    line-height: 1.154em;
    font-weight: 900
}

@media (min-width: 768px) {
    .hdg--l {
        font-size: 3.125rem;
        line-height: 1.25em
    }
}

@media (min-width: 1200px) {
    .hdg--l {
        font-size: 3.75rem;
        line-height: 1.25em
    }
}

.hdg--m {
    font-family: "Playfair Display",serif;
    font-size: 30px;
    line-height: 1.154em;
    font-weight: 900
}

@media (min-width: 768px) {
    .hdg--m {
        font-size: 2.5rem;
        line-height: 1.25em
    }
}

@media (min-width: 992px) {
    .hdg--m {
        font-size: 3.125rem;
        line-height: 1.25em
    }
}

.hdg--s {
    font-family: "Playfair Display",serif;
    font-size: 1.5625rem;
    line-height: 1.14em;
    font-weight: 900
}

@media (min-width: 768px) {
    .hdg--s {
        font-size: 1.875rem;
        line-height: 1.25em
    }
}

@media (min-width: 992px) {
    .hdg--s {
        font-size: 2.25rem;
        line-height: 1.25em
    }
}

.ic--filled {
    stroke: transparent
}

.ic--filled--light {
    fill: #fff
}

.ic--filled--dark {
    fill: #0b2a3b
}

.ic--outlined {
    fill: transparent;
    stroke-width: 1px
}

.ic--outlined--light {
    stroke: #fff
}

.ic--outlined--dark {
    stroke: #0b2a3b
}

.logo--jane {
    fill: #000
}

.list--unordered {
    list-style-type: disc;
    padding-left: 2.5rem
}

.link--underlined {
    text-decoration: underline
}

.btn-container--stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .btn-container--stacked .btn--global {
        margin-bottom: 0.5rem
    }

        .btn-container--stacked .btn--global:last-of-type {
            margin-bottom: 0
        }

.btn-container--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-container--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-container--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn-container--left, .btn-container--center, .btn-container--right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .btn-container--left .btn--global, .btn-container--center .btn--global, .btn-container--right .btn--global {
        margin-bottom: 0.5rem
    }

@media (min-width: 576px) {
    .btn-container--left, .btn-container--center, .btn-container--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .btn-container--left .btn--global, .btn-container--center .btn--global, .btn-container--right .btn--global {
            margin-bottom: 0;
            margin-right: 0.5rem;
            width: auto
        }

            .btn-container--left .btn--global:last-of-type, .btn-container--center .btn--global:last-of-type, .btn-container--right .btn--global:last-of-type {
                margin-right: 0
            }
}

.btn-container--stacked .btn--primary:hover, .btn-container--left .btn--primary:hover, .btn-container--center .btn--primary:hover, .btn-container--right .btn--primary:hover {
    background-color: #0b2a3b;
    color: #fff;
    opacity: 0.5
}

.btn-container--stacked .btn--secondary:hover, .btn-container--left .btn--secondary:hover, .btn-container--center .btn--secondary:hover, .btn-container--right .btn--secondary:hover {
    background-color: transparent;
    color: #0b2a3b;
    opacity: 0.5
}

.quantity-increment {
    display: inline-block;
    border: 1px solid #939393
}

.quantity-increment__btn {
    cursor: pointer;
    padding: 12px;
    color: #0b2a3b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .quantity-increment__btn:active {
        opacity: .5;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

.quantity-increment__input {
    border: none;
    width: 32px;
    display: inline-block;
    text-align: center
}

.label--global {
    width: 100%
}

    .label--global .label--global__content {
        text-transform: uppercase
    }

.label--icon {
    position: relative
}

    .label--icon .label--global__container-svg {
        outline: none;
        position: absolute;
        right: 1.25rem;
        -webkit-appearance: none;
        border: none;
        height: 2rem;
        width: 2rem;
        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;
        cursor: pointer;
        padding: 0;
        background-color: transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
        -webkit-animation: 1s ease .75s opacityBasic forwards;
        animation: 1s ease .75s opacityBasic forwards
    }

        .label--icon .label--global__container-svg svg {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            fill: #b2bcc1
        }

        .label--icon .label--global__container-svg:hover svg {
            fill: #0b2a3b
        }

        .label--icon .label--global__container-svg:active {
            opacity: .5
        }

    .label--icon .label--global__container-svg--circle {
        background-color: #0b2a3b;
        border-radius: 100%
    }

        .label--icon .label--global__container-svg--circle svg {
            fill: #fff
        }

        .label--icon .label--global__container-svg--circle:hover {
            background-color: transparent;
            border: 1px solid #0b2a3b
        }

            .label--icon .label--global__container-svg--circle:hover svg {
                fill: #0b2a3b
            }

.showPassword .label--global__container-svg svg {
    fill: #b2bcc1
}

.showPassword .label--global__container-svg.showed svg {
    fill: #0b2a3b;
    opacity: 1
}

.container--checkbox, .container--radio-btns {
    margin-bottom: 1.5rem
}

.container--checkbox--svg, .container--radio-btns--svg {
    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
}

    .container--checkbox--svg .label--checkbox, .container--checkbox--svg .label--radio-btns, .container--radio-btns--svg .label--checkbox, .container--radio-btns--svg .label--radio-btns {
        width: 13.75rem;
        margin-bottom: 0
    }

.container--checkbox--svg__svg, .container--radio-btns--svg__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2rem
}

    .container--checkbox--svg__svg .ic--payment, .container--radio-btns--svg__svg .ic--payment {
        height: 1rem;
        width: auto;
        margin-right: 0.5rem
    }

        .container--checkbox--svg__svg .ic--payment:last-of-type, .container--radio-btns--svg__svg .ic--payment:last-of-type {
            margin-right: 0
        }

    .container--checkbox--svg__svg .ic--payment--mastercard, .container--radio-btns--svg__svg .ic--payment--mastercard {
        height: 1.25rem
    }

.container--checkbox--delivery, .container--radio-btns--delivery {
    position: relative
}

    .container--checkbox--delivery .label--checkbox, .container--checkbox--delivery .label--radio-btns, .container--radio-btns--delivery .label--checkbox, .container--radio-btns--delivery .label--radio-btns {
        font-weight: 500;
        margin-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        line-height: 1
    }

        .container--checkbox--delivery .label--checkbox:after, .container--checkbox--delivery .label--radio-btns:after, .container--radio-btns--delivery .label--checkbox:after, .container--radio-btns--delivery .label--radio-btns:after {
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%)
        }

        .container--checkbox--delivery .label--checkbox:hover::after, .container--checkbox--delivery .label--radio-btns:hover::after, .container--radio-btns--delivery .label--checkbox:hover::after, .container--radio-btns--delivery .label--radio-btns:hover::after {
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%)
        }

    .container--checkbox--delivery .input--checkbox--global:checked + .label--checkbox::after, .container--checkbox--delivery .input--radio-btns--global:checked + .label--radio-btns::after, .container--radio-btns--delivery .input--checkbox--global:checked + .label--checkbox::after, .container--radio-btns--delivery .input--radio-btns--global:checked + .label--radio-btns::after {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .container--checkbox--delivery .input--checkbox--global:disabled + .label--checkbox:hover::after, .container--checkbox--delivery .input--radio-btns--global:disabled + .label--radio-btns:hover::after, .container--radio-btns--delivery .input--checkbox--global:disabled + .label--checkbox:hover::after, .container--radio-btns--delivery .input--radio-btns--global:disabled + .label--radio-btns:hover::after {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

.container--checkbox--delivery__description-link, .container--radio-btns--delivery__description-link {
    padding-left: 2.5rem;
    margin-top: -0.375rem
}

    .container--checkbox--delivery__description-link p, .container--checkbox--delivery__description-link a, .container--radio-btns--delivery__description-link p, .container--radio-btns--delivery__description-link a {
        font-weight: 300;
        line-height: 1.4
    }

    .container--checkbox--delivery__description-link p, .container--radio-btns--delivery__description-link p {
        margin-bottom: 0
    }

    .container--checkbox--delivery__description-link a, .container--radio-btns--delivery__description-link a {
        text-decoration: underline;
        display: block
    }

.container--checkbox--delivery__price, .container--radio-btns--delivery__price {
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    font-size: 1rem;
    line-height: 1.6em;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right
}

@media (min-width: 992px) {
    .container--checkbox--delivery__description-link, .container--radio-btns--delivery__description-link {
        padding-left: 3rem;
        margin-top: -0.75rem
    }
}

.breadcrumb {
    list-style: none;
    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;
    margin-bottom: 0;
    padding-left: 0
}

.breadcrumb__item .breadcrumb__item__link {
    opacity: .5
}

    .breadcrumb__item .breadcrumb__item__link::after {
        display: inline-block;
        padding: 0 .5rem;
        color: #b2bcc1;
        content: ">"
    }

.nav {
    border: 1px solid #000;
    padding-bottom: .5rem
}

    .nav .bolder {
        font-weight: 700
    }

    .nav .nav-item .nav-link {
        display: block;
        text-align: center;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .nav .nav-item:first-of-type .nav-link {
        border-bottom: 1px solid #000;
        margin-bottom: .5rem;
        position: relative
    }

        .nav .nav-item:first-of-type .nav-link:after {
            content: '';
            display: block;
            position: absolute;
            width: 1rem;
            height: 1rem;
            top: 50%;
            right: 1rem;
            -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
            border-top: 0.5rem solid #000;
            border-left: .5rem solid transparent;
            border-right: .5rem solid transparent;
            border-bottom: .5rem solid transparent;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-transform-origin: center 25%;
            transform-origin: center 25%
        }

    .nav .nav-item:first-of-type .active:after {
        -webkit-transform: translateY(-25%) rotate(180deg);
        transform: translateY(-25%) rotate(180deg)
    }

@media (min-width: 768px) {
    .nav {
        border: none
    }

        .nav .nav-item .nav-link {
            text-align: left;
            padding: 0;
            margin-bottom: 0.125rem
        }

        .nav .nav-item:first-of-type .nav-link {
            border-bottom: none;
            margin-bottom: 0.125rem
        }

            .nav .nav-item:first-of-type .nav-link:after {
                display: none
            }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5rem
}

    .pagination .page-item {
        margin-bottom: .5rem
    }

        .pagination .page-item .page-link {
            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;
            width: 1.5rem;
            height: 1.5rem;
            margin-left: 0.5rem;
            background-color: #e8e8e8;
            color: #0b2a3b;
            text-decoration: none
        }

            .pagination .page-item .page-link:first-of-type {
                margin-right: 0
            }

            .pagination .page-item .page-link:hover {
                opacity: 1;
                background-color: #0b2a3b;
                color: #fff;
                text-decoration: none
            }

            .pagination .page-item .page-link.active {
                background-color: #0b2a3b;
                color: #fff
            }

.btn--back-top {
    position: fixed;
    right: 1.25rem;
    bottom: 2.5rem;
    opacity: 1;
    z-index: 5;
    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;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    line-height: 0;
    background: rgba(11,42,59,0.3);
    border: 1px solid #fff;
    border-radius: 100%;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: visible
}

    .btn--back-top svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 1rem;
        height: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        stroke: #fff
    }

    .btn--back-top:hover, .btn--back-top:focus {
        background: rgba(11,42,59,0.5)
    }

        .btn--back-top:hover svg, .btn--back-top:focus svg {
            -webkit-transform: rotate(180deg) scale(1.2);
            transform: rotate(180deg) scale(1.2)
        }

@media screen and (min-width: 992px) {
    .btn--back-top {
        visibility: hidden;
        opacity: 0;
        z-index: 0
    }
}

.btn--back-top.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.tunnel-steps__leading {
    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;
    max-width: 600px;
    margin: 0 auto 32px auto
}

    .tunnel-steps__leading .btn--circle {
        min-width: 1.5rem;
        min-height: 1.5rem;
        -webkit-box-shadow: inset 0px 0px 0px 1px #6cd271;
        box-shadow: inset 0px 0px 0px 1px #6cd271
    }

        .tunnel-steps__leading .btn--circle:hover {
            background: #6cd271
        }

    .tunnel-steps__leading hr {
        margin: 0 1rem
    }

.tunnel-steps__leading__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .tunnel-steps__leading__title .tunnel-steps__leading__step {
        margin-right: 0.5rem
    }

    .tunnel-steps__leading__title .hdg--s {
        margin-bottom: 0
    }

.tunnel-steps__leading__step {
    min-width: 1.5rem;
    min-height: 1.5rem;
    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;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #0b2a3b;
    font-weight: 700
}

@media (min-width: 992px) {
    .tunnel-steps__leading {
        margin: 0 auto 56px auto
    }

        .tunnel-steps__leading .btn--circle {
            min-width: 2.5rem;
            min-height: 2.5rem
        }

        .tunnel-steps__leading hr {
            margin: 0 1.5rem
        }

    .tunnel-steps__leading__title .tunnel-steps__leading__step {
        margin-right: 1.5rem
    }

    .tunnel-steps__leading__step {
        min-width: 2.5rem;
        min-height: 2.5rem
    }
}

.product-preview--infos {
    text-align: center;
    line-height: 1
}

.product-preview--infos__size ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .product-preview--infos__size ul li {
        margin-right: 0.5rem
    }

        .product-preview--infos__size ul li:last-of-type {
            margin-right: 0
        }

.product-preview--infos__clothe, .product-preview--infos__price {
    color: #939393
}

.product-preview--infos__price--new {
    color: #e2574c
}

    .product-preview--infos__price--new span {
        text-decoration: line-through;
        margin-right: 0.75rem;
        color: #939393
    }

.card-infos {
    text-transform: uppercase;
    border: 1px solid #0F171C;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem
}

    .card-infos .card-infos__btn--close {
        height: auto;
        position: absolute;
        padding: 0;
        top: 1.25rem;
        right: 1.25rem;
        width: 1rem;
        height: 1rem;
        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;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

        .card-infos .card-infos__btn--close:hover {
            -webkit-transform: rotate(90deg) scale(1.5);
            transform: rotate(90deg) scale(1.5);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

    .card-infos .ic--close {
        width: 0.5rem;
        height: 0.5rem
    }

.accordion-container {
    margin-bottom: 1.5rem
}

.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 1.125rem 0 1.25rem 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    position: relative
}

    .accordion::after {
        content: "+";
        display: block;
        position: absolute;
        right: 0;
        top: 1.25rem;
        font-weight: 300
    }

    .accordion.active {
        padding-bottom: 0;
        font-weight: 700
    }

        .accordion.active::after {
            content: "-";
            font-weight: 300
        }

    .accordion:focus {
        outline: none
    }

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #e8e8e8
}

    .panel.open {
        max-height: 100%
    }

.card--foward {
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    overflow: hidden;
    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
}

    .card--foward img {
        width: 100%;
        max-height: none;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .card--foward::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        z-index: 1;
        opacity: .25
    }

.card--foward__content {
    z-index: 2;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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
}

    .card--foward__content .hdg--m {
        /*text-transform: capitalize*/
		text-transform:uppercase;
    }

    .card--foward__content .btn--secondary {
        width: 15.625rem;
        color: #fff;
        -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
        box-shadow: inset 0px 0px 0px 1px #fff
    }

        .card--foward__content .btn--secondary:hover {
            background-color: #fff;
            color: #0b2a3b
        }

@media (min-width: 992px) {
    .card--foward {
        min-height: 28.125rem
    }

    .card--foward__content .card--foward__content__uptext {
        font-size: 20px
    }

    .card--foward__content .hdg--m {
        text-transform: uppercase
    }

    .card--foward__content .btn--secondary {
        width: 11.25rem
    }
}

.card--discover__container-img {
    position: relative;
    width: 100%;
    height: 15.625rem;
    overflow: hidden
}

    .card--discover__container-img img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: auto;
        max-height: none
    }

.card--discover__content {
    position: relative;
    width: 85%;
    margin: -50px auto 0 auto;
    padding: 1.5rem 3rem 2rem 3rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px rgba(0,0,0,0.1)
}

.card--discover__content__title {
    font-size: 1.5rem;
    font-family: "Playfair Display",serif;
    text-transform: capitalize;
    font-weight: bold
}

@media (min-width: 992px) {
    .card--discover__content {
        padding: 2rem 4.5rem 3rem 4.5rem
    }

    .card--discover__container-img {
        height: 20.3125rem
    }
}

.card--img {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 3rem
}

.card--img__content {
    padding: 2.5rem 2rem
}

    .card--img__content .btn--global {
        margin-top: 1.5rem
    }

.card--img__content__playlist {
    margin-bottom: 3rem
}

.card--img__content__title {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 32px
}

.card--img__img {
    width: 100%
}

    .card--img__img img {
        width: 100%;
        height: auto
    }

@media (min-width: 992px) {
    .card--img__content__title {
        font-size: 25px;
        text-align: left
    }

    .card--img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .card--img .card--img__content {
            padding: 100px 88px 80px 88px
        }

        .card--img.invert .card--img__content {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .card--img.invert .card--img__img {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .card--img.card--half .card--img__content, .card--img.card--half .card--img__img {
            width: 50%
        }

        .card--img.card--third .card--img__content {
            width: 33.3333333334%;
            padding: 60px 40px 40px 40px
        }

        .card--img .card--img__img {
            width: 100%;
            position: relative;
            overflow: hidden
        }

            .card--img .card--img__img img {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                max-height: none;
                max-width: none;
                min-width: 100%;
                min-height: 100%;
                width: 100%;
                height: auto
            }
}

.card--hdg-txt {
    background-color: #fff;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1.5rem
}

    .card--hdg-txt p:last-of-type {
        margin-bottom: 0
    }

@media (min-width: 992px) {
    .card--hdg-txt {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        padding: 56px 88px;
        margin-bottom: 3rem;
        border-bottom: none
    }

        .card--hdg-txt p:last-of-type {
            margin-bottom: 1rem
        }
}

.card--hdg-txt__title {
    font-size: 14px;
    margin-bottom: 8px
}

@media (min-width: 992px) {
    .card--hdg-txt__title {
        font-size: 25px;
        margin-bottom: 40px
    }
}

.card--maps {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 3rem;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

    .card--maps iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }

@media (min-width: 992px) {
    .card--abv--sm {
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
        box-shadow: 0 0 30px rgba(0,0,0,0.1)
    }

    .card--abv--sm__content {
        padding: 24px 32px 40px 32px
    }
}

.card--recap {
    margin-bottom: 40px;
    height: 100%
}

.card--abv--sm__title {
    padding: 32px 32px 24px 32px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0
}

.card--recap__content__subtotal, .card--recap__content__delivery, .card--recap__content__total {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

    .card--recap__content__subtotal span, .card--recap__content__delivery span, .card--recap__content__total span {
        font-weight: 700;
        font-size: 18px
    }

.card--recap__content__subtotal {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.card--recap__content__delivery {
    border-bottom: 1px solid #e8e8e8
}

.card--recap__content__delivery--infos {
    padding-top: 16px
}

.card--recap__content__total {
    font-size: 18px;
    padding-bottom: 24px
}

@media (min-width: 992px) {
    .card--recap {
        margin-bottom: 0
    }

    .card--recap__content__subtotal {
        border-top: none;
        padding-top: 0
    }

        .card--recap__content__subtotal span, .card--recap__content__delivery span {
            font-weight: 300;
            font-size: 16px
        }
}

.card--promo {
    height: 100%;
    margin-bottom: 24px
}

.card--promo__input-btn .input--global {
    padding: 12px 16px 11px 24px;
    margin-bottom: 0.5rem
}

.card--promo__input-btn .btn--global {
    padding: 12px 32px 11px 32px
}

@media (min-width: 576px) {
    .card--promo__input-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .card--promo__input-btn .input--global {
            width: 70%;
            margin-bottom: 0
        }

        .card--promo__input-btn .btn--global {
            width: 30%;
            padding-left: 0;
            padding-right: 0
        }
}

@media (min-width: 992px) {
    .card--promo {
        margin-bottom: 0
    }

    .card--promo__content {
        height: calc(100% - 78px);
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .card--promo__content p {
            margin-bottom: 0
        }

    .card--promo__content__img-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .card--promo__content__img-txt .card--promo__content__img-txt__img {
            width: 110px;
            height: 110px;
            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;
            background: #e8e8e8
        }

        .card--promo__content__img-txt .card--promo__content__img-txt__txt {
            margin-left: 40px
        }

            .card--promo__content__img-txt .card--promo__content__img-txt__txt p {
                margin-bottom: 0;
                text-align: left
            }
}

@media (min-width: 992px) {
    .card--table {
        position: relative
    }

        .card--table::before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            top: 78px;
            position: absolute;
            background-color: #e8e8e8
        }

        .card--table .table-container {
            padding: 0 32px 24px 32px;
            margin-bottom: 32px
        }

            .card--table .table-container .table--product .table--product__thead th {
                padding: 32px 0 24px 0
            }

            .card--table .table-container .table--product .table--product__tbody tr.spacer:first-of-type {
                height: 32px
            }

    .card--table--order::before {
        content: none
    }

    .card--table--order .table-container {
        padding: 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .card--table .table-container .table--product .table--product__thead tr th:nth-child(1) {
        width: 360px
    }

    .card--table .table-container .table--product .table--product__tbody .product--preview--selected__img {
        margin-right: 24px
    }

    .card--table .table-container .table--product .table--product__tbody .table--product__tr__quantity button {
        padding: 8px
    }
}

@media (min-width: 1200px) {
    .card--table .table-container {
        padding: 0 60px 40px 60px
    }

    .card--table--order .table-container {
        padding: 0
    }
}

.card--account__title {
    font-size: 20px;
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .card--account__title {
        padding: 24px 0;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 0
    }

        .card--account__title:not(.ta--left) {
            text-align: center
        }

        .card--account__title.ta--left {
            padding-left: 2rem
        }
}

.card--txt-btn .btn--global:hover {
    opacity: 1;
    background-color: #fff;
    color: #0b2a3b
}

.card--txt-btn__content__description {
    margin-bottom: 32px
}

@media (min-width: 992px) {
    .card--txt-btn .card--txt-btn__content__amount, .card--txt-btn .card--txt-btn__content__description {
        text-align: center
    }

    .card--txt-btn .card--txt-btn__content__description {
        margin-bottom: 40px
    }
}

.card--list-product__content {
    padding-bottom: 0
}

.card--list-product__content__products--wishlist, .card--list-product__content__products--returns {
    padding-bottom: 32px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 32px
}

    .card--list-product__content__products--wishlist:last-of-type, .card--list-product__content__products--returns:last-of-type {
        padding-bottom: 0;
        border-bottom: none
    }

    .card--list-product__content__products--wishlist .product--preview--selected, .card--list-product__content__products--returns .product--preview--selected {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px
    }

        .card--list-product__content__products--wishlist .product--preview--selected .product--preview--selected__img, .card--list-product__content__products--returns .product--preview--selected .product--preview--selected__img {
            margin-right: 16px
        }

        .card--list-product__content__products--wishlist .product--preview--selected .product--preview--selected__text__delete, .card--list-product__content__products--returns .product--preview--selected .product--preview--selected__text__delete {
            position: absolute;
            top: 0;
            right: 15px;
            margin-top: 0
        }

            .card--list-product__content__products--wishlist .product--preview--selected .product--preview--selected__text__delete svg, .card--list-product__content__products--returns .product--preview--selected .product--preview--selected__text__delete svg {
                width: 12px;
                height: auto
            }

    .card--list-product__content__products--wishlist .dropdown--select {
        margin-bottom: 0.5rem
    }

        .card--list-product__content__products--wishlist .dropdown--select label {
            margin-bottom: 0.25rem
        }

        .card--list-product__content__products--wishlist .dropdown--select:last-of-type {
            margin-bottom: 1rem
        }

    .card--list-product__content__products--returns .label--checkbox {
        margin-bottom: 24px
    }

@media (min-width: 768px) {
    .card--list-product__content__products--wishlist, .card--list-product__content__products--returns {
        padding-bottom: 0;
        border-bottom: none
    }

    .card--list-product__content__products--wishlist, .card--list-product__content__products--returns {
        margin-top: 24px;
        margin-bottom: 32px
    }
}

@media (min-width: 992px) {
    .card--list-product .btn-container--center {
        padding-bottom: 40px
    }
}

.card--address-payment__content {
    padding-bottom: 0
}

@media (min-width: 992px) {
    .card--account-infos {
        margin-bottom: 3rem
    }
}

.card--account-infos__coordonnees, .card--account-infos__password {
    margin-bottom: 2rem
}

.card--account-infos__coordonnees__content, .card--account-infos__password__content {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8
}

@media (min-width: 992px) {
    .card--account-infos__coordonnees, .card--account-infos__password {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .card--account-infos__coordonnees__content, .card--account-infos__password__content {
        border-bottom: none;
        margin-bottom: 0
    }

    .card--account-infos__coordonnees__content__description, .card--account-infos__password__content__description {
        max-width: 14.0625rem
    }
}

@media (min-width: 992px) {
    .card--account-infos__coordonnees {
        padding-right: 0;
        border-right: 1px solid #e8e8e8
    }

    .card--account-infos__password {
        padding-left: 0
    }
}

.card--account-infos__birthday-dropdowns .dropdown--select__select select {
    padding: 0.75rem 1.5rem 0.75rem 1rem
}

.card--account-infos__birthday-dropdowns .dropdown--select__select svg {
    right: 1.875rem
}

@media (min-width: 992px) and (max-width: 1200px) {
    .card--account-infos__birthday-dropdowns .dropdown--select__select select {
        padding: 0.75rem 1rem 0.75rem 0.5rem
    }

    .card--account-infos__birthday-dropdowns .dropdown--select__select svg {
        right: 1.25rem
    }
}

.card--delivery-payment__delivery, .card--delivery-payment__payment {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 2rem
}

@media (min-width: 992px) {
    .card--delivery-payment__delivery, .card--delivery-payment__payment {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0
    }
}

.card--delivery-payment__delivery .card--delivery-payment__delivery__content__description:last-of-type, .card--delivery-payment__delivery .card--delivery-payment__payment__content__description:last-of-type, .card--delivery-payment__payment .card--delivery-payment__delivery__content__description:last-of-type, .card--delivery-payment__payment .card--delivery-payment__payment__content__description:last-of-type {
    margin-bottom: 2rem
}

.card--delivery-payment__form {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 2rem
}

    .card--delivery-payment__form .label--global {
        margin-bottom: 1.5rem
    }

    .card--delivery-payment__form .dropdown--select label {
        margin-bottom: 0;
        text-transform: uppercase
    }

    .card--delivery-payment__form .label--multi-inputs .input--primary {
        margin-bottom: 0.75rem
    }

        .card--delivery-payment__form .label--multi-inputs .input--primary:last-of-type {
            margin-bottom: 0
        }

@media (min-width: 992px) {
    .card--delivery-payment {
        margin-bottom: 3rem
    }

    .card--delivery-payment__form {
        padding: 48px 32px;
        border-bottom: none;
        border-top: 1px solid #e8e8e8
    }

    .card--delivery-payment__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .card--delivery-payment__container .card--delivery-payment__payment {
            width: 100%;
            border-left: 1px solid #e8e8e8
        }
}

.dropdown--container {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto
}

    .dropdown--container .dropdown {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        overflow: hidden;
        height: 0;
        opacity: 0
    }

    .dropdown--container .dropdown--button {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
    }

    .dropdown--container.opened {
        height: auto
    }

        .dropdown--container.opened .dropdown {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            opacity: 1;
            height: auto
        }

        .dropdown--container.opened .dropdown--button svg {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .dropdown--container.opened .btn--more-txt svg {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

            .dropdown--container.opened .btn--more-txt svg:hover {
                -webkit-transform: rotate(180deg) scale(1.25);
                transform: rotate(180deg) scale(1.25)
            }

.txt--invisible {
    display: none
}

.txt--visible {
    display: block
}

.btn--more-txt {
    margin: 1rem auto 3rem auto;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    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;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .btn--more-txt:hover {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .btn--more-txt svg {
        width: 1rem;
        height: 1rem
    }

@media (min-width: 768px) {
    .btn--more-txt {
        margin-top: 2.5rem;
        margin-bottom: 5rem
    }
}

.dropdown-wrapper__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer
}

.dropdown--s .dropdown-wrapper__btn, .dropdown--m .dropdown-wrapper__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .dropdown--s .dropdown-wrapper__btn svg, .dropdown--m .dropdown-wrapper__btn svg {
        margin-left: .5rem
    }

    .dropdown--s .dropdown-wrapper__btn:hover, .dropdown--m .dropdown-wrapper__btn:hover {
        opacity: .75
    }

.dropdown--s .dropdown-wrapper__body, .dropdown--m .dropdown-wrapper__body {
    padding-top: .25rem
}

.dropdown--s .dropdown-wrapper__body__list, .dropdown--m .dropdown-wrapper__body__list {
    padding-left: .5rem
}

.dropdown--s.opened .dropdown-wrapper__btn svg, .dropdown--m.opened .dropdown-wrapper__btn svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown--s--border, .dropdown--m--border {
    display: block
}

    .dropdown--s--border .dropdown-wrapper__btn, .dropdown--m--border .dropdown-wrapper__btn {
        display: block;
        width: 100%;
        padding: 0.75rem 1.5rem 0.5rem 1.5rem;
        text-align: center
    }

        .dropdown--s--border .dropdown-wrapper__btn svg, .dropdown--m--border .dropdown-wrapper__btn svg {
            width: 0.75rem;
            height: auto;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

    .dropdown--s--border .dropdown-wrapper__body, .dropdown--m--border .dropdown-wrapper__body {
        border: 1px solid #000;
        padding: 0.75rem 1.5rem
    }

    .dropdown--s--border .dropdown-wrapper__body__list, .dropdown--m--border .dropdown-wrapper__body__list {
        padding-left: 0;
        margin-bottom: 0
    }

    .dropdown--s--border .dropdown-wrapper__body__list__item, .dropdown--m--border .dropdown-wrapper__body__list__item {
        margin-bottom: .5rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid #e8e8e8
    }

        .dropdown--s--border .dropdown-wrapper__body__list__item:last-of-type, .dropdown--m--border .dropdown-wrapper__body__list__item:last-of-type {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

        .dropdown--s--border .dropdown-wrapper__body__list__item a, .dropdown--m--border .dropdown-wrapper__body__list__item a {
            display: block
        }

    .dropdown--s--border.opened .dropdown-wrapper__btn svg, .dropdown--m--border.opened .dropdown-wrapper__btn svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

.dropdown--m--border {
    display: inline-block;
    width: 100%;
    position: relative
}

    .dropdown--m--border .dropdown-wrapper__btn {
        text-align: left;
        position: relative;
        border: 1px solid #000
    }

        .dropdown--m--border .dropdown-wrapper__btn svg {
            position: absolute;
            right: 1rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .dropdown--m--border.opened .dropdown-wrapper__btn svg {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .dropdown--m--border .dropdown-wrapper__body {
        margin-top: -1px;
        position: absolute;
        width: 100%;
        background-color: #fff;
        word-wrap: break-word;
        z-index: 5
    }

        .dropdown--m--border .dropdown-wrapper__body .dropdown-wrapper__body__list__item a {
            width: 100%;
            text-align: left
        }

@media (min-width: 992px) {
    .dropdown--s--border {
        font-family: "Poppins",sans-serif;
        font-size: 0.75rem;
        line-height: 1.25em;
        display: inline-block;
        position: relative;
        border: 2px solid #b2bcc1
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .dropdown--s--border {
        line-height: 1.375em
    }
}

@media (min-width: 992px) {
    .dropdown--s--border .dropdown-wrapper__btn {
        border-bottom: none
    }

    .dropdown--s--border .dropdown-wrapper__body {
        position: absolute;
        border: 2px solid #b2bcc1;
        left: -2px;
        right: -2px;
        background-color: #fff
    }
}

.dropdown--m .dropdown-wrapper__body {
    padding: 0
}

.dropdown--m.opened .dropdown-wrapper__body {
    padding: .5rem 1.5rem
}

.dropdown--l {
    border: 1px solid #000
}

    .dropdown--l .dropdown-wrapper__btn {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: center;
        position: relative;
        width: 100%
    }

        .dropdown--l .dropdown-wrapper__btn svg {
            position: absolute;
            top: 50%;
            right: 1.5rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

        .dropdown--l .dropdown-wrapper__btn:hover svg {
            -webkit-transform: translateY(-50%) scale(1.25);
            transform: translateY(-50%) scale(1.25);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

    .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list {
        margin-bottom: 0
    }

        .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item {
            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;
            font-weight: 300;
            margin-bottom: 1.5rem
        }

            .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item .label--checkbox {
                margin-bottom: 0
            }

                .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item .label--checkbox:before {
                    margin-right: 0.5rem
                }

            .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item:last-of-type {
                margin-bottom: 0
            }

    .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__input-range {
        margin-bottom: 2rem
    }

    .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__search {
        position: relative
    }

        .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__search::after {
            content: "";
            background-image: url(../images/icons/magnificient-glass.svg);
            background-position: center;
            background-size: cover;
            display: block;
            width: 1rem;
            height: 1rem;
            position: absolute;
            right: -2px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__search__input {
        color: #0b2a3b;
        font-weight: 300;
        background-color: transparent;
        margin-top: -1.5rem;
        margin-bottom: 1.5rem;
        margin-left: -1.5rem;
        width: 100%;
        display: block;
        padding: 1.25rem 1.5rem 1rem 1.5rem;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: none;
        border-bottom: 1px solid #e8e8e8;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

        .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__search__input:active, .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__search__input:focus {
            border-bottom-color: #b2bcc1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

    .dropdown--l .dropdown-wrapper__body__list--selection {
        margin-bottom: 0
    }

        .dropdown--l .dropdown-wrapper__body__list--selection li {
            font-weight: 300;
            margin-bottom: 0.75rem
        }

            .dropdown--l .dropdown-wrapper__body__list--selection li a:hover {
                opacity: 1
            }

            .dropdown--l .dropdown-wrapper__body__list--selection li:last-of-type {
                margin-bottom: 0
            }

    .dropdown--l.opened .dropdown-wrapper__btn {
        background-color: #e8e8e8
    }

        .dropdown--l.opened .dropdown-wrapper__btn svg {
            -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

        .dropdown--l.opened .dropdown-wrapper__btn:hover svg {
            -webkit-transform: translateY(-50%) scale(1.25) rotate(180deg);
            transform: translateY(-50%) scale(1.25) rotate(180deg)
        }

    .dropdown--l.opened .dropdown-wrapper__body {
        padding: 1.5rem 1.5rem 2.5rem 1.5rem
    }

@media (min-width: 992px) {
    .dropdown--l {
        border: 1px solid #e8e8e8;
        background-color: #fafafa;
        border-radius: 3px
    }

        .dropdown--l .dropdown-wrapper__btn {
            padding: 1rem 3rem 1rem 1.5rem;
            text-align: left;
            text-transform: uppercase;
            font-weight: 700
        }

            .dropdown--l .dropdown-wrapper__btn svg {
                width: 1rem;
                height: auto
            }

        .dropdown--l .dropdown-wrapper__body {
            padding: 0
        }

            .dropdown--l .dropdown-wrapper__body ::-webkit-scrollbar {
                width: 4px
            }

            .dropdown--l .dropdown-wrapper__body ::-webkit-scrollbar-track-piece {
                border-radius: 100px;
                background-color: #e8e8e8
            }

            .dropdown--l .dropdown-wrapper__body ::-webkit-scrollbar-thumb {
                background-color: #939393;
                border-radius: 100px;
                cursor: pointer
            }

                .dropdown--l .dropdown-wrapper__body ::-webkit-scrollbar-thumb:hover {
                    background-color: #0b2a3b
                }

            .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__list--selection, .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list {
                max-height: 12.3125rem;
                overflow: auto
            }

                .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item {
                    margin-bottom: 1rem;
                    padding-right: .5rem
                }

                    .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item .label--checkbox:before {
                        margin-right: 1rem
                    }

                    .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item .input--checkbox--global:checked ~ label, .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__checkbox-list .dropdown-wrapper__body__checkbox-list__item .input--checkbox--global:checked ~ span {
                        font-weight: 500
                    }

        .dropdown--l.opened .dropdown-wrapper__btn {
            background-color: transparent;
            border-bottom: 1px solid #e8e8e8
        }

        .dropdown--l.opened .dropdown-wrapper__body {
            padding: 1rem
        }
}

.dropdown--select {
    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%
}

    .dropdown--select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
        color: #0b2a3b;
        background-image: none
    }

        .dropdown--select select::-ms-expand {
            display: none
        }

.dropdown--select__select {
    position: relative;
    height: 100%
}

    .dropdown--select__select select {
        width: 100%;
        padding: 0.75rem 1.5rem;
        cursor: pointer;
        border: 1px solid #000;
        border-radius: 0
    }

    .dropdown--select__select svg {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.dropdown--select__link {
    text-decoration: underline
}

.form--global .label--global {
    margin-bottom: 24px
}

.form--account--connexion .label--global:last-of-type {
    margin-bottom: 16px
}

.form--account--connexion__forgotten {
    margin-bottom: 32px;
    display: block;
    text-decoration: underline
}

@media (min-width: 992px) {
    .form--account--connexion__forgotten {
        margin-bottom: 16px
    }
}

.form--account--create .label--checkbox {
    margin-bottom: 24px
}

.message--promo {
    height: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    background-color: #0b2a3b;
    position: relative;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

    .message--promo p {
        margin: 0;
        padding: 0.875rem 0
    }

.message--promo__close {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    padding: 0.625rem;
    -webkit-transform: translate(0.625rem, -50%);
    transform: translate(0.625rem, -50%);
    cursor: pointer;
    z-index: 100
}

    .message--promo__close svg {
        width: 0.75rem;
        height: auto;
        stroke: #fff
    }

@media (min-width: 480px) {
    .message--promo__close {
        right: 1.875rem
    }
}

.message--promo.home-specific-promo {
    background-color: #fff;
    color: #0b2a3b
}

    .message--promo.home-specific-promo .message--promo__close svg {
        stroke: #0b2a3b
    }

.header__container {
    padding: 2rem 0.625rem 0.5rem 0.625rem
}

@media screen and (min-width: 576px) {
    .header__container {
        padding: 1.5625rem 0.625rem
    }
}

@media screen and (min-width: 992px) {
    .header__container {
        padding: 1.875rem 0 0 0
    }
}

.header__container hr {
    display: none
}

@media screen and (min-width: 992px) {
    .header__container hr {
        display: block;
        margin: 0 3.125rem;
        width: calc(100% - 6.25rem)
    }
}

.header__infos {
    padding-bottom: 1.5rem;
    position: relative
}

    .header__infos :not(.header__infos__logotype) a {
        text-decoration: none;
        position: relative;
        overflow: hidden
    }

@media screen and (min-width: 992px) {
    .header__infos :not(.header__infos__logotype) a:after {
        content: '';
        position: absolute;
        left: -25px;
        bottom: 0;
        width: 25px;
        height: 2px;
        background-color: #0b2a3b;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    .header__infos :not(.header__infos__logotype) a:hover:after {
        left: 0
    }
}

@media screen and (min-width: 992px) {
    .header__infos {
        padding: 0 3.125rem 1.5rem 3.125rem;
        margin-bottom: 1.5rem
    }
}

.header__infos__contact {
    display: none
}

@media screen and (min-width: 992px) {
    .header__infos__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.875rem;
        font-family: "Poppins",sans-serif;
        font-weight: 300;
        float: left
    }
}

.header__infos__logotype {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

    .header__infos__logotype a:hover {
        opacity: 1
    }

    .header__infos__logotype .logo--jane {
        min-width: 8.5625rem;
        height: auto;
        text-align: center
    }

@media screen and (min-width: 480px) {
    .header__infos__logotype .logo--jane {
        min-width: 12.5rem
    }
}

@media screen and (min-width: 992px) {
    .header__infos__logotype .logo--jane {
        min-width: 16.875rem
    }
}

.header__infos__navigation {
    max-width: 19.6875rem;
    float: right
}

    .header__infos__navigation ul {
        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;
        margin-bottom: 0
    }

.header__infos__navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header__infos__navigation__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .header__infos__navigation__item a svg {
            width: 1.25rem;
            height: auto
        }

@media screen and (max-width: 400px) {
    .header__infos__navigation__item a svg {
        width: 0.9375rem
    }
}

@media screen and (min-width: 992px) {
    .header__infos__navigation__item a svg {
        width: 0.9375rem;
        stroke: none;
        fill: #0b2a3b
    }
}

.header__infos__navigation__item p, .header__infos__navigation__item.account, .header__infos__navigation__item.wishlist {
    display: none
}

.header__infos__navigation__item.search {
    margin-right: 1.25rem
}

@media screen and (min-width: 400px) {
    .header__infos__navigation__item.search {
        margin-right: 1rem
    }
}

@media screen and (min-width: 992px) {
    .header__infos__navigation__item.search {
        margin-right: 1.75rem
    }
}

@media screen and (min-width: 992px) {
    .header__infos__navigation__item.search {
        display: none
    }

    .header__infos__navigation__item.account, .header__infos__navigation__item.wishlist {
        display: block
    }

    .header__infos__navigation__item p {
        display: block;
        margin-right: 0.625rem;
        margin-bottom: 0
    }
}

.header__infos__navigation__item.basket {
    margin-right: 12px
}

@media screen and (min-width: 992px) {
    .header__infos__navigation__item.basket {
        margin-right: 0
    }
}

.header__infos__navigation__item.basket a {
    overflow: visible
}

@media screen and (min-width: 992px) {
    .header__infos__navigation__item.basket a {
        overflow: hidden
    }
}

.header__infos__navigation__item__quantity {
    background-color: #0b2a3b;
    color: #fff;
    border-radius: 100%;
    width: 1.25rem;
    height: 1.25rem;
    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;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -0.75rem;
    right: -0.75rem
}

@media screen and (min-width: 400px) {
    .header__infos__navigation__item__quantity {
        width: 24px;
        height: 24px;
        font-size: 12px;
        top: -14px;
        right: -14px
    }
}

@media screen and (min-width: 992px) {
    .header__infos__navigation__item__quantity {
        position: inherit;
        top: 0;
        right: 0;
        font-size: 0.625rem;
        width: 1.125rem;
        height: 1.125rem;
        margin-left: 2px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: background-color, min-height, height 0.5s ease-in-out;
    transition: background-color, min-height, height 0.5s ease-in-out;
    z-index: 10;
    border-bottom: 1px solid #e8e8e8
}

    .header.banned .message--promo {
        height: 3.125rem
    }

@media screen and (min-width: 992px) {
    .header.active {
        background-color: #fafafa;
        min-height: 48.125rem;
        border-bottom: none
    }
}

.header__menu__search {
    display: none
}

@media screen and (min-width: 992px) {
    .header__menu__search {
        display: block;
        float: right;
        width: 18.75rem;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #0b2a3b;
        margin-right: 3.125rem
    }

        .header__menu__search form {
            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
        }

            .header__menu__search form input {
                font-family: "Poppins",sans-serif;
                font-size: 0.875rem;
                line-height: 1.6em;
                font-weight: 300
            }

        .header__menu__search .iSearch {
            width: 100%;
            color: #0b2a3b
        }

            .header__menu__search .iSearch::-webkit-input-placeholder {
                color: #0b2a3b
            }

            .header__menu__search .iSearch::-moz-placeholder {
                color: #0b2a3b
            }

            .header__menu__search .iSearch::-ms-input-placeholder {
                color: #0b2a3b
            }

            .header__menu__search .iSearch::placeholder {
                color: #0b2a3b
            }

        .header__menu__search .iSearch, .header__menu__search button {
            background: none;
            border: none
        }

        .header__menu__search svg {
            width: 0.9375rem;
            height: auto;
            fill: #0b2a3b
        }
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
    .header__menu__search {
        width: 16.75rem
    }
}

@media screen and (min-width: 992px) {
    .wsmenu-list > li > a {
        position: relative;
        overflow: hidden
    }

        .wsmenu-list > li > a:after {
            content: "";
            position: absolute;
            left: -1.625rem;
            width: 1.625rem;
            height: 0.1875rem;
            background-color: #0b2a3b;
            bottom: 0.9375rem;
            -webkit-transition: left 0.5s ease-in-out;
            transition: left 0.5s ease-in-out
        }
}

@media screen and (min-width: 992px) and (hover) {
    .wsmenu-list > li:hover > a:after, .wsmenu-list > li:focus > a:after {
        left: 0
    }
}

.close-menu-tablet {
    display: none;
    -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: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 200;
    right: 3.125rem;
    padding: 1.25rem;
    -webkit-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out
}

    .close-menu-tablet p {
        color: #939393;
        font-size: 0.5625rem
    }

    .close-menu-tablet .ic--close {
        stroke: transparent;
        fill: #939393;
        width: 1.875rem;
        height: auto
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media (max-device-width: 1280px) and (orientation: landscape) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media screen and (device-width: 1536px) and (device-height: 2048px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    header.active .close-menu-tablet.usable {
        top: 12.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 15.625rem
    }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    header.active .close-menu-tablet.usable {
        top: 10.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header.active.banned .close-menu-tablet {
        top: 13.625rem
    }
}

.home-specific-header {
    background-color: transparent;
    border-bottom: none
}

    .home-specific-header a {
        color: #fff
    }

    .home-specific-header .header__infos a::after {
        background-color: #fff
    }

    .home-specific-header .logo--jane {
        fill: #fff
    }

    .home-specific-header .header__infos__navigation__item.account svg, .home-specific-header .header__infos__navigation__item.wishlist svg {
        fill: #fff;
        stroke: none
    }

    .home-specific-header .header__infos__navigation__item.search svg {
        fill: #fff;
        stroke: none
    }

    .home-specific-header .header__infos__navigation__item.basket svg {
        fill: #fff;
        stroke: none
    }

    .home-specific-header .header__infos__navigation__item__quantity {
        color: #fff
    }

    .home-specific-header .wsmenu-list > li > a:after {
        background-color: #fff
    }

    .home-specific-header .header__menu__search {
        border-bottom-color: #fff
    }

        .home-specific-header .header__menu__search .iSearch {
            color: #fff
        }

            .home-specific-header .header__menu__search .iSearch::-webkit-input-placeholder {
                color: #fff
            }

            .home-specific-header .header__menu__search .iSearch::-moz-placeholder {
                color: #fff
            }

            .home-specific-header .header__menu__search .iSearch::-ms-input-placeholder {
                color: #fff
            }

            .home-specific-header .header__menu__search .iSearch::placeholder {
                color: #fff
            }

        .home-specific-header .header__menu__search svg {
            fill: #fff
        }

@media screen and (min-width: 992px) {
    .home-specific-header.active a {
        color: #0b2a3b
    }

    .home-specific-header.active .header__infos a::after {
        background-color: #0b2a3b
    }

    .home-specific-header.active .logo--jane {
        fill: #0b2a3b
    }

    .home-specific-header.active .header__infos__navigation__item svg {
        fill: #0b2a3b
    }

    .home-specific-header.active .wsmenu-list > li > a:after {
        background-color: #0b2a3b
    }

    .home-specific-header.active .header__menu__search {
        border-bottom-color: #0b2a3b
    }

        .home-specific-header.active .header__menu__search .iSearch {
            color: #0b2a3b
        }

            .home-specific-header.active .header__menu__search .iSearch::-webkit-input-placeholder {
                color: #0b2a3b
            }

            .home-specific-header.active .header__menu__search .iSearch::-moz-placeholder {
                color: #0b2a3b
            }

            .home-specific-header.active .header__menu__search .iSearch::-ms-input-placeholder {
                color: #0b2a3b
            }

            .home-specific-header.active .header__menu__search .iSearch::placeholder {
                color: #0b2a3b
            }

        .home-specific-header.active .header__menu__search svg {
            fill: #0b2a3b
        }
}

.wsmain {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.wsmobileheader {
    -webkit-transform: translateX(-0.9375rem);
    transform: translateX(-0.9375rem);
    z-index: 5
}

.close-wsmenu {
    display: none
}

.wsmenu {
    position: initial;
    border-bottom: none;
    border-left: none;
    width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .wsmenu {
        min-height: 100vh
    }
}

.header:not(.home-specific-header).active .wsmenu {
    border-bottom: 1px solid #e8e8e8
}

.wsmegamenu {
    background-color: transparent
}

.wsmenu > .wsmenu-list {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: transparent;
    font-family: "Poppins",sans-serif;
    text-align: left
}

    .wsmenu > .wsmenu-list > li {
        margin: 0 0;
        padding-right: 2.5rem
    }

@media screen and (min-width: 992px) {
    .wsmenu > .wsmenu-list > li.first {
        padding-left: 3.125rem
    }
}

.wsmenu > .wsmenu-list > li > a {
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: #0b2a3b;
    text-transform: uppercase;
    padding: 1.5625rem 0
}

    .wsmenu > .wsmenu-list > li > a.highlight {
        color: #d67268
    }

        .wsmenu > .wsmenu-list > li > a.highlight:after {
            background-color: #d67268
        }

.wsmenu > .wsmenu-list > li.active-item > a {
    opacity: 0.5
}

.wsmenu > .wsmenu-list > li:hover > a {
    background-color: transparent
}

.wsmenu > .wsmenu-list > li.iconed--item {
    display: none
}

.home-specific-header .wsmenu > .wsmenu-list > li > a {
    color: #fff
}

.home-specific-header .wsmenu > .wsmenu-list > li:hover > a {
    background-color: transparent
}

.active .wsmenu > .wsmenu-list > li > a {
    color: #0b2a3b
}

.active-item > a {
    opacity: 0.5
}

.home-specific-header .wsmenu > .wsmenu-list > li > a.highlight, .active .wsmenu > .wsmenu-list > li > a.highlight {
    color: #d67268
}

.wsmenu > .wsmenu-list > li > .wsshoptabing {
    top: 4.5rem;
    padding: 3.125rem 0
}

    .wsmenu > .wsmenu-list > li > .wsshoptabing.wtsdepartmentmenu {
        border-bottom: none;
        background-color: #fafafa;
        height: 31.25rem;
        border-top: 1px solid #e8e8e8
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp {
        background-color: transparent;
        margin: 0 auto;
        max-width: 58.75rem;
        height: 100% !important
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem {
            width: 33%;
            width: 100%;
            height: 100%
        }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
                width: 100%;
                max-width: 14rem
            }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.link--underlined {
                    padding: 0;
                    border-bottom: none
                }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
                    font-size: 0.875rem;
                    color: #0b2a3b;
                    font-weight: 300;
                    border-left: 0;
                    border-bottom: 0;
                    padding: 0.625rem 0;
                    width: 100%;
                    background-color: transparent;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1
                }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a[data-ios-link] {
                        padding: 10px 0
                    }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > a {
                    background-color: transparent;
                    border-left: none;
                    color: #0b2a3b
                }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > span.ws-activearrow02 ~ a {
                    font-weight: 700
                }

.wsmenu > .wsmenu-list > li .link--underlined {
    text-transform: uppercase
}

.wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
    width: 85%;
    padding: 0;
    background-color: transparent
}

.wsmenu > .wsmenu-list > li:hover > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > .wstitemright {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 992px) {
    .wsmenu {
        height: 100% !important
    }

        .wsmenu > .wsmenu-list > li:hover > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > .wstitemright {
            position: relative;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            position: absolute;
            left: 15rem;
            min-height: 27.5rem
        }

    .wsmenu-list > li:hover .wsshoptabing {
        opacity: 0;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        -webkit-transition: border-bottom .1s, opacity .3s ease-in-out .2s, -webkit-transform .3s ease-in-out .2s;
        transition: border-bottom .1s, opacity .3s ease-in-out .2s, -webkit-transform .3s ease-in-out .2s;
        transition: border-bottom .1s, transform .3s ease-in-out .2s, opacity .3s ease-in-out .2s;
        transition: border-bottom .1s, transform .3s ease-in-out .2s, opacity .3s ease-in-out .2s, -webkit-transform .3s ease-in-out .2s
    }

    .wsmenu-list > li > .wsshoptabing {
        width: 100vw !important
    }

        .wsmenu-list > li > .wsshoptabing.active {
            opacity: 1;
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            width: 100vw
        }
}

.wsmenu > .wsmenu-list > li .wstliststy01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #b2bcc1
}

.wsmenu > .wsmenu-list > li .wstliststy01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5rem;
    margin-top: 0;
    position: relative
}

    .wsmenu > .wsmenu-list > li .wstliststy01 li {
        float: none;
        padding: 0.625rem 0;
        width: 100%
    }

        .wsmenu > .wsmenu-list > li .wstliststy01 li a {
            color: #0b2a3b;
            font-size: 0.875rem;
            font-weight: 300
        }

            .wsmenu > .wsmenu-list > li .wstliststy01 li a:hover {
                font-weight: 700
            }

.wsmenu > .wsmenu-list > li .wstmegamenucolr {
    display: none
}

@media screen and (min-width: 1200px) {
    .wsmenu > .wsmenu-list > li .wstmegamenucolr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0;
        position: relative;
        max-width: 21.875rem
    }
}

@media screen and (max-width: 1200px) {
    .wsmenu > .wsmenu-list > li {
        margin: 0 0;
        padding-right: 2rem
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing {
            top: 4.5625rem;
            padding: 3.125rem
        }
}

@media screen and (max-width: 991px) {
    html {
        overflow: auto
    }

    body {
        height: auto;
        overflow: hidden
    }

    .wsmenu {
        border-left: none;
        width: 21.125rem;
        position: absolute;
        z-index: 50;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #0F171C;
        left: -21.125rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .wsactive .wsmenu {
        left: 0
    }

        .wsactive .wsmenu::-webkit-scrollbar {
            width: 0
        }

        .wsactive .wsmenu::-webkit-scrollbar-track-piece {
            background-color: transparent;
            -webkit-border-radius: 6px
        }

    .wsmobileheader {
        position: relative;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        height: auto;
        float: left;
        margin-top: 0.375rem
    }

        .wsmobileheader .wssearch {
            display: none
        }

    .wsanimated-arrow {
        position: relative;
        z-index: 10;
        padding: 15px;
        text-transform: uppercase;
        font-size: 0.625rem;
        font-weight: 500
    }

        .wsanimated-arrow:before, .wsanimated-arrow:after {
            content: "";
            position: absolute;
            background-color: #0b2a3b;
            left: 0.9375rem;
            height: 1px
        }

        .wsanimated-arrow:before {
            top: 0.25rem;
            width: 1.625rem
        }

        .wsanimated-arrow:after {
            top: 0.6875rem;
            width: 1.25rem
        }

    .home-specific-header .wsanimated-arrow:before, .home-specific-header .wsanimated-arrow:after {
        background-color: #fff
    }

    .wsmobileheader .wssearch.wsopensearch {
        display: none
    }

    .close-wsmenu {
        display: inline-block;
        cursor: pointer;
        margin-bottom: 0.9375rem;
        padding: 0.9375rem;
        -webkit-transform: translate(-0.9375rem);
        transform: translate(-0.9375rem)
    }

        .close-wsmenu .ic--close {
            fill: #fff;
            width: 18px;
            height: auto
        }

    .header .wsmenu > .wsmenu-list {
        width: 21.125rem;
        padding: 2.0625rem;
        background-color: #0F171C;
        margin-bottom: 5rem
    }

    .wsmenu > .wsmenu-list > li:hover > a {
        color: #fff;
        opacity: 1
    }

    .wsmenu > .wsmenu-list > li {
        padding: 0;
        cursor: pointer;
        z-index: 10
    }

        .wsmenu > .wsmenu-list > li:last-of-type {
            margin-bottom: 3.125rem
        }

            .wsmenu > .wsmenu-list > li:last-of-type a {
                border-bottom: 0
            }

        .wsmenu > .wsmenu-list > li.iconed--item {
            position: relative;
            display: block;
            border-bottom: 1px solid #939393
        }

            .wsmenu > .wsmenu-list > li.iconed--item > a {
                padding: 20px 0;
                border: none
            }

            .wsmenu > .wsmenu-list > li.iconed--item > svg {
                width: 13px;
                height: auto;
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-0.5rem);
                transform: translateY(-0.5rem);
                fill: #fff;
                stroke: none
            }

        .wsmenu > .wsmenu-list > li > a {
            padding: 1.25rem 0;
            border-bottom: 1px solid #939393;
            text-transform: uppercase;
            font-weight: 300;
            color: #fff
        }

    .active .wsmenu > .wsmenu-list > li > a {
        color: #fff
    }

    .home-specific-header .wsmenu-list > li > a:after {
        display: none
    }

    .wsmenu > .wsmenu-list > li > .wsmenu-click {
        z-index: 10;
        left: 0;
        width: 100%;
        height: 68px;
        top: -1px
    }

        .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
            margin: 27px 0 0 0
        }

            .wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
                border-color: #fff
            }

        .wsmenu > .wsmenu-list > li > .wsmenu-click.ws-activearrow ~ a {
            font-weight: 700
        }

        .wsmenu > .wsmenu-list > li > .wsmenu-click.ws-activearrow > i {
            margin-top: 31px
        }

    .wsmenu > .wsmenu-list > li > .wsshoptabing {
        -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.1s !important;
        transition: opacity 0.3s 0.3s, -webkit-transform 0.1s !important;
        transition: transform 0.1s, opacity 0.3s 0.3s !important;
        transition: transform 0.1s, opacity 0.3s 0.3s, -webkit-transform 0.1s !important
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing.wtsdepartmentmenu {
            top: 0;
            padding: 0;
            background: none;
            height: auto
        }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem {
            background-color: transparent
        }

            .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
                display: block
            }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.link--underlined {
                    padding: 1.25rem 0 1.25rem 35px;
                    border-bottom: 1px solid #939393
                }

                .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a[data-ios-link] {
                    padding: 0;
                    border-bottom: none;
                    display: inline
                }

                    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a[data-ios-link]:hover {
                        font-weight: 700;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease
                    }

    .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 {
        background-color: transparent;
        border-left: 0;
        left: 0;
        width: 100%;
        height: 64px;
        top: -1px
    }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 > i {
            margin: 27px 0 0 0
        }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02 i:before {
            border-color: #fff
        }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02.ws-activearrow02 ~ a {
            font-weight: 700
        }

        .wsmenu .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wsmenu-click02.ws-activearrow02 > i {
            margin-top: 31px
        }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a {
        color: #fff;
        padding: 1.25rem 0 1.25rem 35px;
        border-bottom: 1px solid #939393
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a:hover {
            opacity: 1
        }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a.activated {
            font-weight: 700
        }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > .wstitemright {
        width: 100%;
        height: 100%;
        float: none;
        position: initial
    }

    .wsmenu > .wsmenu-list > li:hover > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > .wstitemright {
        position: initial;
        height: auto;
        display: none
    }

    .wsmenu > .wsmenu-list > li .wstliststy01 {
        padding-left: 0;
        margin-top: 0;
        position: initial;
        display: block;
        padding: 0
    }

        .wsmenu > .wsmenu-list > li .wstliststy01 li {
            padding: 1.25rem 0 1.25rem 4.375rem;
            border-bottom: 1px solid #939393
        }

            .wsmenu > .wsmenu-list > li .wstliststy01 li a {
                color: #fff;
                padding: 0;
                display: inline
            }

                .wsmenu > .wsmenu-list > li .wstliststy01 li a:hover {
                    color: #fff;
                    opacity: 1
                }

    .wsmenu > .wsmenu-list > li .wstmegamenucolr {
        display: none
    }

        .wsmenu > .wsmenu-list > li .wstliststy01:before, .wsmenu > .wsmenu-list > li .wstmegamenucolr:before {
            display: none
        }

    .wsactive .wsmobileheader {
        margin-left: 0;
        border-left: 0;
        z-index: 0
    }

    .wsactive .wsmenucontainer {
        margin-left: 0
    }

    .wsactive .wsmenu > .wsmenu-list {
        margin-left: 0
    }

    .wsactive .wsmenu > .overlapblackbg {
        width: calc(100% - 21.125rem)
    }

    .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li {
        max-width: 100%
    }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li.wsshoplink-active > a {
            color: #fff
        }

        .wsmenu > .wsmenu-list > li > .wsshoptabing > .wsshopwp > .wstabitem > li > a.link--underlined, .wsmenu > .wsmenu-list > li .wstliststy01 li a.link--underlined {
            text-transform: none
        }
}

@media screen and (max-width: 576px) {
    .wsmenu > .wsmenu-list {
        width: 100%
    }
}

@media (min-width: 992px) {
    .wsshoplink-active > a {
        font-weight: 700 !important
    }
}

.wsmenu-list li a.activated {
    font-weight: 700
}

.wsmenu-list li a:hover + .wsmenu-click i:before, .wsmenu-list li a:hover + .wsmenu-click03 i:before, .wsmenu-list li a:focus + .wsmenu-click i:before, .wsmenu-list li a:focus + .wsmenu-click03 i:before {
    opacity: 0.5
}

@media (min-width: 1200px) {
    .section--end-page__hr {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

.block--newsletter__input-btn .input--primary {
    margin-bottom: 0.5rem
}

@media (min-width: 768px) {
    .block--newsletter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 7.5rem
    }

        .block--newsletter .block--newsletter__input-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: auto;
            margin-right: auto
        }

            .block--newsletter .block--newsletter__input-btn .input--primary {
                width: 21.875rem;
                margin-bottom: 0
            }

            .block--newsletter .block--newsletter__input-btn .btn--primary {
                width: 12.5rem
            }
}

@media (min-width: 768px) {
    .block--newsletter .block--newsletter__description {
        font-size: 1.25rem
    }
}

.block--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block--social__list--insta {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block--social__list--insta__item {
    margin: 0.5rem;
    width: calc(50% - 1rem);
    overflow: hidden;
    position: relative
}

    .block--social__list--insta__item:before {
        content: '';
        padding-top: 100%;
        float: left
    }

    .block--social__list--insta__item:after {
        content: '';
        display: block;
        clear: both
    }

.block--social__list--insta__item__link__img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.block--social__list--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

    .block--social__list--icons svg {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .block--social__list--icons a:hover {
        opacity: 1
    }

        .block--social__list--icons a:hover .ic--insta {
            fill: DeepPink
        }

        .block--social__list--icons a:hover .ic--fb {
            fill: #4267b2
        }

        .block--social__list--icons a:hover .ic--twitter {
            fill: #38A1F3
        }

        .block--social__list--icons a:hover .ic--linkedin {
            fill: #0077B5
        }

        .block--social__list--icons a:hover .ic--pinterest {
            fill: #BD081C
        }

.block--social__list--icons__item {
    margin-right: 2rem
}

    .block--social__list--icons__item:last-of-type {
        margin-right: 0
    }

@media (min-width: 576px) {
    .block--social__list--icons__item {
        margin-right: 2.5rem
    }
}

@media (min-width: 992px) {
    .block--social__list--insta__item {
        width: calc(33.33334% - 1rem)
    }

    .block--social__description {
        font-size: 1.25rem
    }
}

@media (min-width: 1200px) {
    .block--social__list--insta {
        margin-bottom: 3.5rem
    }

    .block--social__list--insta__item {
        width: calc(16.666667% - 1rem)
    }
}

.block--reinsurance__customer-service, .block--reinsurance__delivery-infos {
    margin-bottom: 3rem
}

.block--reinsurance__payment-infos__list--logo {
    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
}

.block--reinsurance__payment-infos__list--logo__items {
    margin-right: .75rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    .block--reinsurance__payment-infos__list--logo__items svg {
        height: 1rem;
        width: auto
    }

        .block--reinsurance__payment-infos__list--logo__items svg.ic--payment--mastercard {
            height: 1.15rem
        }

        .block--reinsurance__payment-infos__list--logo__items svg.ic--payment--paypal {
            height: 1.25rem
        }

    .block--reinsurance__payment-infos__list--logo__items:last-of-type {
        margin-right: 0
    }

@media (min-width: 576px) {
    .block--reinsurance__payment-infos__list--logo__items {
        margin-right: 1rem
    }

        .block--reinsurance__payment-infos__list--logo__items svg {
            height: 1.25rem
        }

            .block--reinsurance__payment-infos__list--logo__items svg.ic--payment--mastercard {
                height: 1.375rem
            }

            .block--reinsurance__payment-infos__list--logo__items svg.ic--payment--paypal {
                height: 1.5rem
            }
}

@media (min-width: 1200px) {
    .block--reinsurance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .block--reinsurance__customer-service, .block--reinsurance__delivery-infos {
        margin-bottom: 0
    }
}

.block--testimonial {
    margin-bottom: 2.5rem
}

@media (min-width: 992px) {
    .block--testimonial {
        margin-bottom: 5rem
    }
}

.footer {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    background-color: #000
}

.footer__container {
    padding: 0 2rem
}

    .footer__container .logo--jane {
        height: 1.25rem;
        width: auto;
        fill: #fff;
        display: block;
        margin: 0 auto 1.5rem auto
    }

.footer a:hover {
    opacity: 1
}

.footer__container__upfooter__col__title {
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 0.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

    .footer__container__upfooter__col__title:after {
        content: '';
        display: block;
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: 50%;
        right: 1rem;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        border-top: 0.5rem solid #fff;
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-bottom: .5rem solid transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: center 25%;
        transform-origin: center 25%
    }

    .footer__container__upfooter__col__title:hover {
        background-color: #fff;
        color: #000
    }

        .footer__container__upfooter__col__title:hover:after {
            border-top: 0.5rem solid #000
        }

.footer__container__upfooter__col__list {
    padding: 1rem 0 0.5rem 1.5rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    border: 1px solid #fff;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.footer__container__upfooter__col__list__item {
    margin-bottom: 0.25rem
}

.footer__container__subfooter__copyright {
    margin-bottom: 0
}

.footer__container__subfooter__list a {
    text-decoration: underline
}

.footer__container__upfooter__col__title.active:after {
    -webkit-transform: translateY(-25%) rotate(180deg);
    transform: translateY(-25%) rotate(180deg)
}

.footer__container__upfooter__col__title.active + .footer__container__upfooter__col__list {
    opacity: 1;
    height: 100%
}

@media (min-width: 576px) {
    .footer__container {
        padding: 0
    }
}

@media (min-width: 768px) {
    .footer__container__subfooter {
        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-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .footer__container__subfooter .footer__container__subfooter__list {
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .footer__container__subfooter .footer__container__subfooter__list li {
                margin-right: 1rem
            }

                .footer__container__subfooter .footer__container__subfooter__list li:last-of-type {
                    margin-right: 0
                }
}

@media (min-width: 992px) {
    .footer {
        padding-top: 4.5rem;
        padding-bottom: 3rem
    }

    .footer__container hr {
        margin: 2.5rem 0
    }

    .footer__container__upfooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__container__upfooter__col {
        max-width: 18.75rem
    }

        .footer__container__upfooter__col .logo--jane {
            margin-left: 0
        }

        .footer__container__upfooter__col .footer__container__upfooter__col__description {
            text-align: left
        }

    .footer__container__upfooter__col__title {
        border: none;
        text-align: left;
        padding: 0;
        cursor: auto;
        margin-bottom: 1.25rem;
        line-height: 1
    }

        .footer__container__upfooter__col__title::after {
            display: none
        }

        .footer__container__upfooter__col__title:hover {
            background-color: #000;
            color: #fff
        }

    .footer__container__upfooter__col__list {
        padding: 0;
        margin: 0;
        border: none;
        opacity: 1;
        height: 100%
    }

        .footer__container__upfooter__col__list a {
            text-decoration: none
        }

            .footer__container__upfooter__col__list a:hover {
                text-decoration: underline
            }

    .footer__container__subfooter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .footer__container__subfooter a {
            text-decoration: none
        }

            .footer__container__subfooter a:hover {
                text-decoration: underline
            }
}

.product--preview--slider .img--product {
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 14.0625rem
}

.product--preview--slider .product-preview--infos {
    font-size: 0.875rem;
    padding-right: 1rem;
    padding-left: 1rem
}

    .product--preview--slider .product-preview--infos .product-preview--infos__brand {
        margin-bottom: 0.25rem
    }

    .product--preview--slider .product-preview--infos .product-preview--infos__clothe {
        margin-bottom: 0.75rem;
        line-height: 1.4
    }

.product--preview--slider .product--preview--slider__link {
    outline: none
}

    .product--preview--slider .product--preview--slider__link:hover {
        text-decoration: none;
        opacity: 1
    }

.product--preview--catalogue {
    position: relative
}

.product--preview--catalogue__highlight {
    position: absolute;
    width: 50px;
    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;
    right: 50%;
    top: 30px;
    -webkit-transform: translateX(240%);
    transform: translateX(240%);
    color: #e2574c;
    font-size: 9px;
    padding: 4px;
    border-radius: 100%;
    border: 2px solid #e2574c;
    background: #fff;
    font-weight: 700
}

.product--preview--catalogue__wishlist {
    position: absolute;
    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;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(447%);
    transform: translateX(447%);
    width: 24px;
    height: 24px
}

    .product--preview--catalogue__wishlist::after, .product--preview--catalogue__wishlist::before {
        position: absolute;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center
    }

    .product--preview--catalogue__wishlist::before {
        background-image: url("../images/icons/wishlist.svg")
    }

    .product--preview--catalogue__wishlist.liked {
        opacity: 1
    }

        .product--preview--catalogue__wishlist.liked::before {
            background-image: url("../images/icons/wishlist--full--red.svg")
        }

    .product--preview--catalogue__wishlist:hover {
        opacity: 1
    }

        .product--preview--catalogue__wishlist:hover::before {
            background-image: url("../images/icons/wishlist--full--red.svg")
        }

.product--preview--selected {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product--preview--selected__img {
    margin-right: 32px;
    max-width: 125px
}

.product--preview--selected__text {
    margin-bottom: 0
}

.product--preview--selected__text__brand {
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 1.2
}

.product--preview--selected__text__price {
    margin-top: 16px
}

.product--preview--selected__text__delete {
    text-decoration: underline;
    margin-top: 16px
}

@media (min-width: 992px) {
    .product--preview--selected__img {
        margin-right: 40px
    }
}

.home-main-slider {
    overflow: hidden;
    min-height: 0;
    min-width: 0
}

    .home-main-slider .slick-prev, .home-main-slider .slick-next {
        z-index: 1;
        width: 3.125rem;
        height: 3.125rem
    }

        .home-main-slider .slick-prev:before, .home-main-slider .slick-next:before {
            content: "";
            border: solid #b2bcc1;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 0.4375rem
        }

@media screen and (min-width: 992px) {
    .home-main-slider .slick-prev:before, .home-main-slider .slick-next:before {
        padding: 0.875rem
    }
}

.home-main-slider .slick-prev {
    left: 10%
}

    .home-main-slider .slick-prev:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.home-main-slider .slick-next {
    right: 10%
}

    .home-main-slider .slick-next:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.home-main-slider__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100vh
}

    .home-main-slider__slide picture {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: #fff;
        overflow: hidden
    }

        .home-main-slider__slide picture::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #0b2a3b;
            z-index: 1;
            opacity: .25
        }

        .home-main-slider__slide picture img {
            min-width: 100vw;
            min-height: 100vh;
            max-width: none;
            max-height: none;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 100%
        }

@media (orientation: landscape) {
    .home-main-slider__slide picture img {
        height: auto
    }
}

.home-main-slider__slide a {
    width: 15.625rem;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff
}

    .home-main-slider__slide a:hover {
        background-color: #fff;
        color: #0b2a3b
    }

@media screen and (min-width: 1200px) {
    .home-main-slider__slide a {
        width: 11.25rem
    }
}

.home-main-slider__slide__content {
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    margin: 0 1.25rem
}

@media screen and (min-width: 992px) {
    .home-main-slider__slide__content {
        margin: 0
    }
}

.home-main-slider__slide__content__title {
    text-shadow: 3px 2px 5px rgba(11,42,59,0.5);
    font-weight: 400;
    margin-bottom: 0.9375rem
}

@media screen and (min-width: 992px) {
    .home-main-slider__slide__content__title {
        margin-bottom: 1.875rem
    }
}

.home-main-slider__slide__content__subtitle {
    text-align: center;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    text-shadow: 3px 2px 5px rgba(11,42,59,0.5)
}

    .home-main-slider__slide__content__subtitle p {
        margin-bottom: 0
    }

        .home-main-slider__slide__content__subtitle p:first-of-type {
            font-size: 0.625rem
        }

@media screen and (min-width: 992px) {
    .home-main-slider__slide__content__subtitle p:first-of-type {
        font-size: 0.875rem
    }
}

@media screen and (min-width: 1200px) {
    .home-main-slider__slide__content__subtitle {
        margin-bottom: 4.375rem
    }
}

.home-main-slider__slide__content__subtitle__spaced {
    font-size: 1rem;
    font-weight: 500
}

@media screen and (min-width: 992px) {
    .home-main-slider__slide__content__subtitle__spaced {
        font-size: 1.125rem;
        letter-spacing: 0.5rem
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .home-main-slider__slide__content {
        margin-top: 7.5rem
    }

    .home-main-slider__slide__content__title {
        font-size: 2rem
    }

    .home-main-slider__slide__content__subtitle__spaced {
        font-size: 0.875rem
    }
}

.slider-product .slick-prev, .slider-product .slick-next {
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem
}

    .slider-product .slick-prev:before, .slider-product .slick-next:before {
        content: "";
        border: solid #0b2a3b;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 0.5rem
    }

.slider-product .slick-prev {
    left: 0
}

    .slider-product .slick-prev:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.slider-product .slick-next {
    right: 0
}

    .slider-product .slick-next:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.slider-product__slide .img--product {
    margin: 0 auto 1.5rem auto;
    width: 12.5rem;
    height: auto
}

.slider-product__slide .product-preview--infos {
    font-size: 0.875rem
}

    .slider-product__slide .product-preview--infos .product-preview--infos__clothe {
        margin-bottom: 0.5rem
    }

.slider-product__slide .slider-product__slide__link:hover {
    text-decoration: none
}

    .slider-product__slide .slider-product__slide__link:hover .product-preview--infos {
        opacity: .5
    }

.page--single-product__gallery-infos__gallery > .page--single-product__slider {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 18% 1.5rem 18%
}

@media screen and (min-width: 992px) {
    .page--single-product__gallery-infos__gallery > .page--single-product__slider {
        margin-bottom: 2.5rem;
        margin: 0 10% 2.5rem 10%
    }
}

.page--single-product__slider__info {
    margin: .5rem 0;
    font-size: 0.6875rem;
    color: #939393
}

.page--single-product__slider__thumbnails {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .page--single-product__slider__thumbnails a:not(:last-child) {
        margin-right: 10%
    }

    .page--single-product__slider__thumbnails a img {
        max-height: 56px;
        max-width: 7.8125rem;
        -webkit-box-shadow: none;
        box-shadow: none
    }

@media (min-width: 576px) {
    .page--single-product__slider__thumbnails a img {
        max-height: 100%
    }
}

@media screen and (min-width: 992px) {
    .page--single-product__slider__thumbnails {
        margin-top: 3.125rem
    }
}

.mz-thumb-selected img {
    -webkit-filter: brightness(90%) !important;
    filter: brightness(90%) !important
}

.slider--products-tab__btns a.btn--secondary.active {
    color: #fff;
    background-color: #0b2a3b;
    -webkit-box-shadow: inset 0px 0px 0px 1px #0b2a3b;
    box-shadow: inset 0px 0px 0px 1px #0b2a3b
}

.slider--products-tab__btns a:hover .btn--primary.active, .slider--products-tab__btns a:hover .btn--secondary.active {
    background-color: #0b2a3b;
    color: #fff
}

@media (min-width: 400px) {
    .slider--products-tab__btns a:first-of-type {
        margin-right: 0.5rem
    }
}

@media screen and (min-width: 768px) {
    .slider--products-tab__btns a:first-of-type {
        margin-right: 3rem
    }
}

.slider--products-tab__container .slider--products-tab__slider {
    opacity: 0;
    display: none;
    -webkit-animation: sliderOut 0.5s ease-in-out forwards;
    animation: sliderOut 0.5s ease-in-out forwards
}

    .slider--products-tab__container .slider--products-tab__slider.opened {
        opacity: 0;
        display: block;
        -webkit-animation: sliderIn 0.5s ease-in-out forwards;
        animation: sliderIn 0.5s ease-in-out forwards
    }

.table--product, .table--order {
    display: block
}

.table--product__thead, .table--order__thead {
    display: none
}

.table--product__tbody, .table--order__tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .table--product__tbody tr, .table--order__tbody tr {
        width: 100%;
        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;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 1.5rem
    }

@media (min-width: 992px) {
    .table--product, .table--order {
        display: table;
        table-layout: fixed;
        border-collapse: collapse;
        width: 100%
    }

    .table--product__thead, .table--order__thead {
        display: table-header-group
    }

    .table--product__tbody, .table--order__tbody {
        display: table-row-group
    }

        .table--product__tbody tr, .table--order__tbody tr {
            display: table-row;
            padding-bottom: 0;
            border-bottom: none
        }
}

.table--product__tbody tr.spacer {
    border: none;
    margin: 0;
    padding: 0
}

.table--product__tbody tr .table--product__tr__quantity {
    z-index: 2;
    margin-bottom: 1.5rem
}

    .table--product__tbody tr .table--product__tr__quantity .quantity-increment {
        margin-left: 9.8125rem
    }

.table--product__tbody tr .table--product__tr__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .table--product__tbody tr .table--product__tr__checkbox .label--checkbox {
        margin-bottom: 0
    }

.table--product__tbody tr .table--product__tr__total {
    margin-top: -5.4375rem;
    margin-bottom: 3.9375rem;
    text-align: right;
    font-weight: bold;
    font-size: 1rem
}

.table--product__tbody tr .product--preview--selected span {
    display: none
}

@media (max-width: 992px) {
    .table--product__tbody tr .product--preview--selected {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .table--product__tbody tr .product--preview--selected .product--preview--selected__text__delete {
            position: absolute;
            right: 0;
            top: 0;
            margin-top: 0;
            font-size: 0
        }

            .table--product__tbody tr .product--preview--selected .product--preview--selected__text__delete span {
                display: block
            }

                .table--product__tbody tr .product--preview--selected .product--preview--selected__text__delete span svg {
                    width: 0.75rem;
                    height: 0.75rem;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease
                }

            .table--product__tbody tr .product--preview--selected .product--preview--selected__text__delete:hover span svg {
                -webkit-transform: rotate(90deg) scale(1.2);
                transform: rotate(90deg) scale(1.2);
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease
            }
}

@media (max-width: 400px) {
    .table--product__tbody tr .table--product__tr__product--preview .product--preview--selected__img {
        margin-right: 1rem
    }

    .table--product__tbody tr .table--product__tr__quantity .quantity-increment {
        margin-left: 0
    }

        .table--product__tbody tr .table--product__tr__quantity .quantity-increment button {
            width: 2.625rem
        }
}

@media (min-width: 992px) {
    .table--product__thead tr th {
        text-align: center
    }

        .table--product__thead tr th:nth-child(1) {
            width: 24.0625rem
        }

        .table--product__thead tr th:nth-child(4) {
            width: 12.5rem
        }

    .table--product__tbody tr .table--product__tr__quantity {
        text-align: center
    }

        .table--product__tbody tr .table--product__tr__quantity .quantity-increment {
            margin: 0 auto
        }

    .table--product__tbody tr .table--product__tr__price, .table--product__tbody tr .table--product__tr__total {
        margin: 0;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        display: table-cell
    }

    .table--product__tbody tr .table--product__tr__checkbox {
        display: table-cell;
        text-align: center
    }

        .table--product__tbody tr .table--product__tr__checkbox .label--checkbox {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .table--product__tbody tr .table--product__tr__checkbox .label--checkbox::before {
                margin-right: 0
            }

    .table--product__tbody tr.spacer {
        height: 3rem
    }
}

.table--order__thead {
    font-size: 14px
}

    .table--order__thead tr {
        border-bottom: 1px solid #e8e8e8
    }

        .table--order__thead tr th {
            padding: 24px 0
        }

.table--order__tbody tr:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.table--order__tbody tr td {
    font-weight: 300
}

.table--order__tbody tr .table--order__tbody__date::before, .table--order__tbody tr .table--order__tbody__type::before, .table--order__tbody tr .table--order__tbody__num-commande::before, .table--order__tbody tr .table--order__tbody__montant::before {
    display: inline-block;
    margin-right: 4px
}

.table--order__tbody tr .table--order__tbody__date::before {
    content: "Date :"
}

.table--order__tbody tr .table--order__tbody__type::before {
    content: "Type :"
}

.table--order__tbody tr .table--order__tbody__num-commande::before {
    content: "Numéro de commande :"
}

.table--order__tbody tr .table--order__tbody__montant {
    font-weight: 500;
    margin-bottom: 24px
}

    .table--order__tbody tr .table--order__tbody__montant::before {
        content: "Montant :"
    }

.table--order__tbody tr .table--order__tbody__bill {
    font-weight: 500;
    margin-bottom: 24px;
    text-decoration: underline
}

    .table--order__tbody tr .table--order__tbody__bill a img {
        height: 1.5rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .table--order__tbody tr .table--order__tbody__bill a:hover img {
        opacity: .5
    }

    .table--order__tbody tr .table--order__tbody__bill::before {
        display: none
    }

.table--order__tbody tr .table--order__tbody__returns::before {
    display: none
}

.table--order__tbody tr .table--order__tbody__returns .btn--secondary {
    font-size: 12px;
    padding: 8px
}

@media (min-width: 480px) {
    .table--order__tbody .table--order__tbody__returns .btn--secondary {
        max-width: 250px;
        margin: 0 auto;
        display: block
    }
}

@media (min-width: 992px) {
    .table--order__tbody tr {
        border-bottom: 1px solid #e8e8e8
    }

        .table--order__tbody tr td {
            padding: 24px 32px
        }

        .table--order__tbody tr .table--order__tbody__date, .table--order__tbody tr .table--order__tbody__type, .table--order__tbody tr .table--order__tbody__num-commande, .table--order__tbody tr .table--order__tbody__montant {
            text-align: center;
            font-size: 14px;
            font-weight: 300
        }

            .table--order__tbody tr .table--order__tbody__date::before, .table--order__tbody tr .table--order__tbody__type::before, .table--order__tbody tr .table--order__tbody__num-commande::before, .table--order__tbody tr .table--order__tbody__montant::before {
                content: none
            }

        .table--order__tbody tr .table--order__tbody__bill {
            text-align: center;
            font-size: 0
        }

        .table--order__tbody tr .table--order__tbody__returns .btn--secondary {
            font-size: 10px;
            padding: 4px
        }
}

@media (min-width: 1200px) {
    .table--order__thead {
        font-size: 16px
    }
}

body.compensate-for-scrollbar {
    overflow: auto !important;
    margin-right: 0
}

.modal--global {
    display: none;
    width: 100%;
    max-width: 600px !important;
    z-index: 200
}

@media (min-width: 992px) {
    .modal--global {
        max-width: 800px !important
    }
}

.modal--global .fancybox-close-small {
    top: 15px
}

.hero--home {
    overflow: hidden;
    min-height: 0;
    min-width: 0;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

    .hero--home picture {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: #fff;
        overflow: hidden
    }

        .hero--home picture img {
            min-width: 100vw;
            min-height: 100vh;
            max-width: none;
            max-height: none;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 100%;
            display: block
        }

@media (orientation: landscape) {
    .hero--home picture img {
        height: auto
    }
}

.hero--home picture::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0b2a3b;
    z-index: 1;
    opacity: .25
}

.hero--home__content {
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    margin: 0 1.25rem
}

    .hero--home__content a {
        width: 15.625rem;
        color: #fff;
        -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
        box-shadow: inset 0px 0px 0px 1px #fff
    }

        .hero--home__content a:hover {
            color: #0b2a3b;
            background-color: #fff
        }

@media screen and (min-width: 1200px) {
    .hero--home__content a {
        width: 11.25rem
    }
}

@media screen and (min-width: 992px) {
    .hero--home__content {
        margin: 0
    }
}

.hero--home__content__title {
    /*text-shadow: 3px 2px 5px rgba(11,42,59,0.5);*/
    font-weight: 900;
	font-size: 3rem;
    margin-bottom: 0.9375rem
}

@media screen and (min-width: 992px) {
    .hero--home__content__title {
        margin-bottom: 1.875rem;
		font-size: 5rem;
    }
}

.hero--home__content__subtitle {
    text-align: center;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
    /*text-shadow: 3px 2px 5px rgba(11,42,59,0.5)*/
}

    .hero--home__content__subtitle p {
        margin-bottom: 0
    }

        .hero--home__content__subtitle p:first-of-type {
         /*   font-size: 0.625rem */
		 font-size: 1rem
        }

@media screen and (min-width: 992px) {
    .hero--home__content__subtitle p:first-of-type {
        /* font-size: 0.875rem */
		font-size: 1.4rem
    }
}

@media screen and (min-width: 1200px) {
    .hero--home__content__subtitle {
        margin-bottom: 4.375rem
    }
}

.hero--home__content__subtitle__spaced {
    font-size: 1rem;
    font-weight: 500
}

@media screen and (min-width: 992px) {
    .hero--home__content__subtitle__spaced {
        font-size: 1.125rem;
        letter-spacing: 0.5rem
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .hero--home__content {
        margin-top: 6.25rem
    }

    .hero--home__content__title {
        font-size: 2rem
    }

    .hero--home__content__subtitle__spaced {
        font-size: 0.875rem
    }
}

.page--home {
    margin-top: 2rem
}

.page-home__highlight {
    margin-bottom: 2rem
}

    .page-home__highlight .page-home__highlight__content__tag, .page-home__highlight .page-home__highlight__content {
        text-align: center
    }

.page-home__highlight__title {
    width: 15.625rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .page-home__highlight__title {
        width: 25rem
    }
}

@media (min-width: 992px) {
    .page-home__highlight__title {
        text-align: left
    }
}

@media (min-width: 1200px) {
    .page-home__highlight__title {
        width: 29.375rem
    }
}

.page-home__focus {
    margin-bottom: 2rem
}

    .page-home__focus .card--foward {
        margin-bottom: 1rem
    }

.page-home__slider {
    margin-bottom: 2rem
}

    .page-home__slider .hdg--m {
        margin-bottom: 1.5rem
    }

.page-home__discover .card--discover {
    margin-bottom: 2.5rem
}

    .page-home__discover .card--discover .card--discover__content {
        padding-left: 2rem;
        padding-right: 2rem
    }

@media (min-width: 400px) {
    .page-home__slider .btn-container--center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .page-home__slider .btn-container--center .btn--primary {
            width: 11.25rem;
            margin-right: 0.5rem
        }

        .page-home__slider .btn-container--center .btn--secondary {
            width: 11.25rem
        }

    .page-home__discover .card--discover .card--discover__content {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width: 768px) {
    .page-home__slider .btn-container--center .btn--primary {
        margin-right: 3rem
    }

    .page-home__focus {
        margin-bottom: 4rem
    }

        .page-home__focus .card--foward {
            margin-bottom: 2rem
        }

    .page-home__focus__col:last-of-type {
        margin-top: 5rem
    }

    .page-home__discover {
        margin-bottom: 2rem
    }

        .page-home__discover .card--discover {
            max-width: 25rem;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 4.5rem
        }

    .page-home__discover__col:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 5.625rem
    }

        .page-home__discover__col:first-of-type .page-home__discover__uptext-title {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin-top: 6.25rem
        }

            .page-home__discover__col:first-of-type .page-home__discover__uptext-title .page-home__discover__title {
                margin-left: 6.25rem
            }

    .page-home__discover__col:last-of-type .card--discover:last-of-type {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .page--home {
        margin-top: 6.5rem
    }

    .page-home__highlight {
        margin-bottom: 7.5rem
    }

        .page-home__highlight .page-home__highlight__content__tag {
            text-align: left;
            font-size: 1.25rem
        }

        .page-home__highlight .page-home__highlight__hdg {
            padding-left: 6.25rem
        }

        .page-home__highlight .page-home__highlight__content {
            text-align: left;
            margin-top: 3rem
        }

    .page-home__focus {
        margin-bottom: 5rem
    }

    .page-home__slider {
        margin-bottom: 5rem
    }

        .page-home__slider .hdg--m {
            margin-bottom: 3rem
        }

        .page-home__slider .page-home__slider__text {
            font-size: 1.25rem;
            margin-bottom: 0.75rem
        }

    .page-home__highlight--second {
        margin-bottom: 4.5rem
    }

        .page-home__highlight--second .page-home__highlight__content {
            margin-top: 0
        }

    .page-home__discover .page-home__discover__uptext {
        font-size: 1.25rem
    }
}

.page--catalog__bread-title-desc {
    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;
    margin-bottom: 2rem
}

    .page--catalog__bread-title-desc .breadcrumb {
        margin-bottom: 0.75rem
    }

.page--catalog__title {
    margin-bottom: 1.5rem
}

@media (min-width: 992px) {
    .page--catalog__bread-title-desc {
        margin-bottom: 3.5rem
    }

        .page--catalog__bread-title-desc .breadcrumb {
            margin-bottom: 1rem
        }

    .page--catalog__title {
        margin-bottom: 2rem
    }

    .page--catalog__description {
        max-width: 900px
    }
}

.page--catalog__sort-product__product ul li {
    padding-left: 5px;
    padding-right: 5px
}

    .page--catalog__sort-product__product ul li .img--product {
        max-width: 100%
    }

@media (min-width: 1200px) {
    .page--catalog {
        max-width: 1180px
    }
}

.page--catalog__bread-title-desc--creator .page--catalog__description {
    margin-bottom: 32px
}

.page--catalog__bread-title-desc--creator img {
    margin-bottom: 8px
}

@media (min-width: 992px) {
    .page--catalog__bread-title-desc--creator {
        margin-bottom: 2rem
    }

        .page--catalog__bread-title-desc--creator .breadcrumb {
            margin-bottom: 2rem
        }

        .page--catalog__bread-title-desc--creator .page--catalog__title {
            margin-bottom: 1rem
        }

        .page--catalog__bread-title-desc--creator .page--catalog__description {
            text-align: left;
            margin-bottom: 0
        }
}

@media (min-width: 1200px) {
    .page--catalog__bread-title-desc--creator .breadcrumb {
        margin-bottom: 3.5rem
    }

    .page--catalog__bread-title-desc--creator .page--catalog__title {
        margin-bottom: 1.5rem
    }
}

.page--catalog__filter .dropdown--container .dropdown-wrapper__body {
    padding: 0
}

.page--catalog__filter .dropdown--container.opened .dropdown-wrapper__body {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem
}

.page--catalog__filter__focus {
    display: none;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden
}

    .page--catalog__filter__focus::before {
        content: "";
        background: #0b2a3b;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .25;
        z-index: 1
    }

    .page--catalog__filter__focus .img--square {
        width: auto;
        height: 100%;
        max-height: none;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .page--catalog__filter__focus:hover .img--square {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
        transform: translateX(-50%) translateY(-50%) scale(1.1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

.page--catalog__filter__focus__uptext, .page--catalog__filter__focus__brand {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    z-index: 2;
    margin-bottom: 0
}

.page--catalog__filter__focus__uptext {
    font-size: 20px;
    bottom: 70px
}

.page--catalog__filter__focus__brand {
    font-size: 30px;
    bottom: 30px
}

@media (min-width: 992px) {
    .page--catalog__filter__focus {
        display: block
    }

    .page--catalog__filter .dropdown--container {
        height: auto;
        margin-bottom: 2rem
    }
}

.page--catalog__sort-product__sort {
    margin-bottom: 2rem
}

    .page--catalog__sort-product__sort .dropdown-wrapper__body {
        z-index: 5
    }

    .page--catalog__sort-product__sort .dropdown--button {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page--catalog__sort-product__sort .dropdown--container {
        padding: 0 0 0 1.5rem
    }

    .page--catalog__sort-product__sort .dropdown--select__select svg {
        width: 0.75rem;
        height: auto
    }

    .page--catalog__sort-product__sort .dropdown--select__select select {
        font-weight: 500
    }

.page--catalog__sort-product__number {
    display: none
}

@media (min-width: 992px) {
    .page--catalog__sort-product__sort {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .page--catalog__sort-product__sort .dropdown--container {
            padding: 0
        }

        .page--catalog__sort-product__sort .dropdown--s--border, .page--catalog__sort-product__sort .dropdown--select {
            width: 26%
        }

        .page--catalog__sort-product__sort .dropdown--select__select {
            padding: 0
        }

        .page--catalog__sort-product__sort .dropdown--select select {
            font-size: 0.75rem;
            font-weight: 300;
            line-height: 1.25em;
            display: inline-block;
            position: relative;
            border: 2px solid #b2bcc1
        }

    .page--catalog__sort-product__number {
        margin-bottom: 0;
        display: block
    }

        .page--catalog__sort-product__number span {
            margin-right: 4px
        }
}

.product--preview--catalogue {
    margin-bottom: 3.5rem
}

@media (max-width: 576px) {
    .product--preview--catalogue .img--product {
        width: 100%
    }

    .product--preview--catalogue .product--preview--catalogue__highlight {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 40px;
        height: 40px;
        font-size: 7px
    }

    .product--preview--catalogue .product--preview--catalogue__wishlist {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: 7px
    }
}

.page--catalog__sort-product__product {
    margin-bottom: 0
}

    .page--catalog__sort-product__product ul {
        margin-bottom: 0
    }

@media (min-width: 992px) {
    .page--catalog__sort-product__product {
        padding-bottom: 24px;
        border-bottom: 1px solid #fafafa;
        margin-bottom: 24px
    }
}

.container-pagination {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .container-pagination .pagination {
        margin-bottom: 0
    }

        .container-pagination .pagination li:first-of-type .page-link {
            margin-left: 0
        }

@media (min-width: 992px) {
    .container-pagination {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.page--catalog__inspiration__title {
    margin-bottom: 2rem
}

.page--catalog__inspiration__btns-container {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .page--catalog__inspiration__btns-container .btn--secondary {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin: 0 2% 4% 2%
    }

@media (min-width: 768px) {
    .page--catalog__inspiration__btns-container .btn--secondary {
        margin: 0 1% 2% 1%
    }
}

@media (min-width: 992px) {
    .page--catalog__inspiration__btns-container {
        margin-bottom: 6.5rem
    }

        .page--catalog__inspiration__btns-container .btn--secondary {
            margin-bottom: 1rem;
            width: 18.5%;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }
}

.page--catalog__mobilespecialfilter {
    display: none
}

@media screen and (min-width: 992px) {
    .page--catalog__mobilespecialfilter.page--catalog__sort-product__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page--catalog__mobilespecialfilter.page--catalog__filter__priceandcolors {
        display: block
    }
}

.page--catalog__filter__btnmobileactions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.625rem;
    margin-bottom: 3.75rem
}

    .page--catalog__filter__btnmobileactions .btn--secondary {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-transform: capitalize;
        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
    }

        .page--catalog__filter__btnmobileactions .btn--secondary svg {
            height: 1rem;
            margin-left: .5rem;
            width: auto;
            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
        }

@media screen and (min-width: 992px) {
    .page--catalog__filter__btnmobileactions {
        display: none
    }
}

.page--catalog__filter__btnmobileactions__filter {
    margin-right: 0.625rem
}

.modal--mobileFilters {
    display: none
}

    .modal--mobileFilters .container {
        position: relative;
        margin-top: 1.5rem;
        margin-bottom: 3.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media screen and (min-width: 992px) {
    .modal--mobileFilters .container {
        display: block
    }
}

.modal--mobileFilters .close-modal {
    position: absolute;
    top: 0.625rem;
    cursor: pointer
}

@media (max-width: 400px) {
    .modal--mobileFilters .close-modal {
        top: 0.375rem
    }

    .modal--mobileFilters h2 {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    .modal--mobileFilters .close-modal {
        top: 1.25rem
    }
}

.modal--mobileFilters.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 200;
    display: block;
    overflow-y: scroll
}

    .modal--mobileFilters.active::-webkit-scrollbar {
        width: 0
    }

    .modal--mobileFilters.active::-webkit-scrollbar-track-piece {
        background-color: transparent;
        -webkit-border-radius: 6px
    }

    .modal--mobileFilters.active .page--catalog__mobilespecialfilter {
        margin: 0;
        display: block
    }

        .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container {
            margin-bottom: 0.8125rem;
            border: 1px solid #000
        }

            .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container .dropdown-wrapper__btn {
                font-weight: 500;
                position: relative;
                padding: .5rem 0
            }

                .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container .dropdown-wrapper__btn svg {
                    width: 0.75rem;
                    height: auto;
                    position: absolute;
                    top: 50%;
                    right: 0.9375rem;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease
                }

                .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container .dropdown-wrapper__btn:hover {
                    opacity: 1
                }

            .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container .dropdown-wrapper__body {
                padding: 0;
                border: none
            }

            .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container.opened .dropdown-wrapper__btn {
                background: #e8e8e8
            }

                .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container.opened .dropdown-wrapper__btn svg {
                    -webkit-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg)
                }

            .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--container.opened .dropdown-wrapper__body {
                padding: 1.5rem
            }

        .modal--mobileFilters.active .page--catalog__mobilespecialfilter .dropdown--select {
            margin-bottom: 0.8125rem
        }

.launchRequest {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.page--single-product .breadcrumb {
    margin-bottom: 1rem
}

.page--single-product__gallery-infos__infos__product, .page--single-product__gallery-infos__infos__price {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0
}

.page--single-product__gallery-infos__infos__type, .page--single-product__gallery-infos__infos__description--small {
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.5rem
}

.page--single-product__gallery-infos__infos__description--small {
    margin-bottom: 1rem
}

.page--single-product__gallery-infos__infos #blocAvisGlobal {
    margin: 0.3125rem 0 0.25rem 0;
    font-size: 1.2em;
    color: #000;
    font-family: Arial, sans-serif;
    text-decoration: underline;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .page--single-product__gallery-infos__infos #blocAvisGlobal img {
        margin: 0 0.625rem 0 0;
        vertical-align: 0
    }

.page--single-product__gallery-infos__infos #blocAvis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page--single-product__gallery-infos__infos__warning {
    margin-bottom: 1.5rem
}

.page--single-product__gallery-infos__infos__size, .page--single-product__gallery-infos__infos__colors {
    margin-bottom: 1rem
}

    .page--single-product__gallery-infos__infos__size p, .page--single-product__gallery-infos__infos__colors p {
        margin-bottom: 0.5rem;
        width: 100%
    }

.page--single-product__gallery-infos__infos__size {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .page--single-product__gallery-infos__infos__size a {
        font-weight: 300;
        text-decoration: underline
    }

.page--single-product__gallery-infos__infos .btn-container--stacked {
    margin-top: 2rem;
    margin-bottom: 1rem
}

    .page--single-product__gallery-infos__infos .btn-container--stacked .btn--primary:hover {
        background-color: #0b2a3b;
        color: #fff;
        opacity: .5
    }

    .page--single-product__gallery-infos__infos .btn-container--stacked .btn--secondary:hover {
        background-color: transparent;
        color: #0b2a3b;
        opacity: .5
    }

        .page--single-product__gallery-infos__infos .btn-container--stacked .btn--secondary:hover svg {
            fill: #0b2a3b
        }

.page--single-product__others-links li {
    text-align: center;
    margin-bottom: 0.75rem
}

    .page--single-product__others-links li:last-of-type {
        margin-bottom: 0
    }

    .page--single-product__others-links li a {
        text-decoration: underline
    }

@media (min-width: 576px) {
    .page--single-product__others-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .page--single-product__others-links li {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            text-align: left
        }
}

@media (min-width: 992px) {
    .page--single-product__others-links li {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

.page--single-product__gallery-infos, .page--single-product__others-links, .page--single-product__testimonial {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 2rem
}

.page--single-product__slider {
    margin-bottom: 2.5rem
}

    .page--single-product__slider a:hover, .page--single-product__slider a:focus, .page--single-product__slider a:active {
        opacity: 1
    }

    .page--single-product__slider .hdg--m {
        margin-bottom: 1.5rem
    }

    .page--single-product__slider .btn--primary:hover {
        opacity: .5;
        background-color: #0b2a3b;
        color: #fff
    }

    .page--single-product__slider .btn--secondary:hover {
        opacity: .5;
        background-color: transparent;
        color: #0b2a3b
    }

@media (min-width: 400px) {
    .page--single-product__slider .btn-container--center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .page--single-product__slider .btn-container--center .btn--primary {
            width: 11.25rem;
            margin-right: 0.5rem
        }

        .page--single-product__slider .btn-container--center .btn--secondary {
            width: 11.25rem
        }
}

@media (min-width: 768px) {
    .page--single-product__slider .btn-container--center .btn--primary {
        margin-right: 3rem
    }
}

@media (min-width: 992px) {
    .page--single-product {
        margin-top: -32px
    }

    .page--single-product__gallery-infos {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem
    }

    .page--single-product__gallery-infos__infos__product, .page--single-product__gallery-infos__infos__price, .page--single-product__gallery-infos__infos__type, .page--single-product__gallery-infos__infos__description--small {
        text-align: left
    }

    .page--single-product__gallery-infos__infos__product {
        font-size: 1.5625rem
    }

    .page--single-product__gallery-infos__infos__price {
        font-weight: 500
    }

    .page--single-product__gallery-infos__infos #blocAvisGlobal {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page--single-product__others-links {
        padding-bottom: 2.5rem;
        margin-bottom: 3.5rem
    }

    .page--single-product__testimonial {
        padding-bottom: 2.5rem;
        margin-bottom: 3.5rem
    }

    .page--single-product__slider {
        margin-bottom: 5rem
    }

        .page--single-product__slider .hdg--m {
            margin-bottom: 3rem
        }

        .page--single-product__slider .page--single-product__slider__text {
            font-size: 1.25rem;
            margin-bottom: 0.75rem
        }
}

@media (min-width: 1200px) {
    .page--single-product__slider {
        margin-left: auto;
        margin-right: auto
    }

        .page--single-product__slider figure {
            max-width: 31.25rem
        }
}

.basket--empty {
    margin-top: 1rem
}

    .basket--empty .btn--secondary {
        margin-bottom: 2rem
    }

@media (min-width: 992px) {
    .basket--empty {
        margin-top: 3rem
    }

        .basket--empty .hdg--m {
            margin-bottom: 3rem
        }

        .basket--empty .btn--secondary {
            margin-bottom: 5rem
        }
}

.page-basket__title-btns__title {
    margin-bottom: 2rem
}

.page-basket__title-btns__btns .btn--global {
    width: 100%
}

.page-basket__title-btns__btns .btn--primary:hover {
    opacity: .25;
    background: #0b2a3b;
    color: #fff
}

.page-basket__title-btns__btns .btn--secondary:hover {
    background: transparent;
    color: #0b2a3b;
    opacity: .25
}

@media (min-width: 768px) {
    .page-basket__title-btns__btns .btn--global {
        max-width: 16.875rem
    }
}

@media (min-width: 992px) {
    .page-basket__title-btns__title {
        margin-bottom: 3.5rem
    }

    .page-basket__title-btns__btns {
        margin-bottom: 4rem
    }

        .page-basket__title-btns__btns .btn--primary {
            margin-right: 3rem
        }

    .page-basket__asterisk {
        margin-top: 1.5rem
    }
}

.page-connexion__col__title {
    font-size: 1rem;
    text-align: center;
    border: 1px solid #000;
    padding: 0.5rem 0;
    margin-bottom: 0;
    position: relative;
    cursor: pointer
}

    .page-connexion__col__title svg {
        position: absolute;
        right: 1.5rem;
        top: 45%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

.page-connexion__col {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .page-connexion__col:last-of-type {
        margin-bottom: 0
    }

    .page-connexion__col .form--global {
        height: 0;
        opacity: 0;
        overflow: hidden
    }

    .page-connexion__col svg.ic--arrow--down {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .page-connexion__col.opened .page-connexion__col__title {
        margin-bottom: 2rem
    }

    .page-connexion__col.opened .form--global {
        height: 100%;
        opacity: 1;
        overflow: visible
    }

    .page-connexion__col.opened svg.ic--arrow--down {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

@media (min-width: 992px) {
    .page-connexion__col {
        border-right: 1px solid #e8e8e8;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-bottom: 0
    }

        .page-connexion__col:last-of-type {
            border-right: none
        }

        .page-connexion__col .form--global {
            height: 100%;
            opacity: 1;
            overflow: visible
        }

    .page-connexion__col__title {
        font-size: 1.5625rem;
        font-family: "Playfair Display",serif;
        margin-bottom: 2rem;
        font-weight: bold;
        text-align: left;
        border: none;
        padding: 0;
        position: relative;
        cursor: initial
    }

        .page-connexion__col__title svg {
            display: none
        }
}

@media (min-width: 1200px) {
    .page-connexion__col {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

.page-livraison h2 {
    font-size: 1.25rem
}

@media screen and (min-width: 992px) {
    .page-livraison h2 {
        font-size: 1.5625rem;
        margin-bottom: 2.5rem
    }
}

.page-livraison__coordonnees {
    margin-bottom: 2.5rem
}

    .page-livraison__coordonnees .dropdown--container .dropdown--button {
        padding: 0.8rem 1.5rem
    }

    .page-livraison__coordonnees .label--global, .page-livraison__coordonnees .label--radio-btns {
        margin-bottom: 1.5rem
    }

    .page-livraison__coordonnees .label--multi-inputs .input--primary {
        margin-bottom: 0.75rem
    }

        .page-livraison__coordonnees .label--multi-inputs .input--primary:last-of-type {
            margin-bottom: 0
        }

    .page-livraison__coordonnees .dropdown--select label {
        margin-bottom: 0;
        text-transform: uppercase
    }

@media screen and (min-width: 576px) {
    .page-livraison__coordonnees .page-livraison__coordonnees__submit, .page-livraison__delivery .page-livraison__delivery__submit {
        width: 16.875rem
    }
}

.page-livraison__delivery {
    margin-bottom: 3rem
}

    .page-livraison__delivery .container--radio-btns--delivery {
        padding-bottom: 1rem;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 1.5rem
    }

@media (min-width: 992px) {
    .page-livraison__addresses {
        margin-bottom: 2.5rem;
        border-bottom: 1px solid #e8e8e8
    }

    .page-livraison__coordonnees {
        padding-bottom: 2.5rem;
        border-bottom: 1px solid #e8e8e8
    }

    .page-livraison__delivery {
        margin-bottom: 4.5rem
    }

        .page-livraison__delivery .page-livraison__delivery__container--radio-btns {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 3rem
        }

            .page-livraison__delivery .page-livraison__delivery__container--radio-btns .container--radio-btns--delivery {
                width: 47.5%
            }
}

.page-order--validate {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .page-order--validate h1 {
        margin-bottom: 1.5rem
    }

    .page-order--validate p {
        max-width: 37.5rem
    }

        .page-order--validate p:last-of-type {
            margin-bottom: 2rem
        }

    .page-order--validate .btn-container--stacked {
        width: 16.875rem;
        margin-bottom: 2rem
    }

@media (min-width: 768px) {
    .page-order--validate p:last-of-type {
        margin-bottom: 3rem
    }

    .page-order--validate .btn-container--stacked {
        margin-bottom: 5.5rem
    }
}

@media (min-width: 992px) {
    .page-order--validate h1 {
        margin-bottom: 3rem
    }
}

.page-order--recap__address {
    margin-bottom: 2.5rem
}

    .page-order--recap__address .card-infos {
        margin-bottom: 1rem
    }

.page-order--recap__address__col {
    margin-bottom: 2rem
}

.page-order--recap__address__title, .page-order--recap__commande__title {
    font-size: 1.25rem
}

@media (min-width: 992px) {
    .page-order--recap__address__title, .page-order--recap__commande__title {
        font-size: 1.5625rem
    }
}

.page-order--recap__commande .table--product .table--product__tbody tr .product--preview--selected .product--preview--selected__text__delete {
    position: relative;
    font-size: 0.75rem;
    margin: 1rem 0
}

.page-order--recap__commande .table--product .table--product__tbody tr .table--product__tr__total {
    margin-top: -1.6875rem;
    margin-bottom: 0px
}

.page-order--recap__commande .table--product .table--product__tbody tr.highlight:last-of-type {
    padding-bottom: 0;
    border: none
}

@media (min-width: 992px) {
    .page-order--recap {
        margin-bottom: 5rem
    }

        .page-order--recap .table--product__thead tr th:nth-child(4) {
            width: auto
        }

    .page-order--recap__address {
        padding-bottom: 3rem;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 3rem
    }

        .page-order--recap__address .page-order--recap__address__col h3 {
            font-weight: bold
        }
}

.page-404 .page-404__text {
    margin-bottom: 1.5rem
}

.page-404 .btn-container--center {
    margin-bottom: 3rem
}

@media (min-width: 992px) {
    .page-404 .hdg--m {
        margin-bottom: 3rem
    }

    .page-404 .page-404__text {
        margin-bottom: 2.5rem
    }

    .page-404 .btn-container--center {
        margin-bottom: 5rem
    }

    .page-404__img--fluid {
        margin-bottom: 5rem
    }
}

.page-editorial {
    margin-bottom: 64px
}

    .page-editorial .page-editorial__highlight {
        margin-bottom: 3rem
    }

        .page-editorial .page-editorial__highlight .page-editorial__highlight--left {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

            .page-editorial .page-editorial__highlight .page-editorial__highlight--left .dropdown-wrapper__body__list--selection .active {
                font-weight: 500
            }

        .page-editorial .page-editorial__highlight .page-editorial__highlight--right {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .page-editorial .page-editorial__highlight .breadcrumb-container {
            margin-bottom: 0.75rem
        }

        .page-editorial .page-editorial__highlight .hdg--m {
            margin-bottom: 1.5rem
        }

        .page-editorial .page-editorial__highlight .page-editorial__highlight__description {
            margin-bottom: 2rem
        }

@media (min-width: 992px) {
    .page-editorial {
        margin-bottom: 100px
    }

        .page-editorial .page-editorial__highlight {
            margin-bottom: 4.5rem
        }

            .page-editorial .page-editorial__highlight .page-editorial__highlight--left {
                padding-top: 4rem;
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }

                .page-editorial .page-editorial__highlight .page-editorial__highlight--left .dropdown--l {
                    border: none;
                    border-radius: none;
                    background: none
                }

                    .page-editorial .page-editorial__highlight .page-editorial__highlight--left .dropdown--l .dropdown--button {
                        border: none;
                        padding: 0;
                        margin-bottom: 0.75rem;
                        font-size: 1rem;
                        outline: none
                    }

                        .page-editorial .page-editorial__highlight .page-editorial__highlight--left .dropdown--l .dropdown--button svg {
                            display: none
                        }

                    .page-editorial .page-editorial__highlight .page-editorial__highlight--left .dropdown--l .dropdown-wrapper__body {
                        padding: 0
                    }

                        .page-editorial .page-editorial__highlight .page-editorial__highlight--left .dropdown--l .dropdown-wrapper__body .dropdown-wrapper__body__list--selection li {
                            margin-bottom: 0.25rem;
                            font-size: 0.875rem
                        }

            .page-editorial .page-editorial__highlight .page-editorial__highlight--right {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2
            }

            .page-editorial .page-editorial__highlight .breadcrumb-container {
                display: inline-block;
                margin-bottom: 1.5rem
            }

            .page-editorial .page-editorial__highlight .hdg--m {
                margin-bottom: 2.5rem;
                text-align: left
            }

            .page-editorial .page-editorial__highlight .page-editorial__highlight__description {
                text-align: left;
                margin-bottom: 0
            }
}

.btn-container--account {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1.5rem
}

    .btn-container--account .btn--global {
        text-transform: none;
        font-weight: 500;
        padding: 0.5rem 0;
        margin-bottom: 1rem
    }

        .btn-container--account .btn--global:hover {
            opacity: .5;
            background-color: transparent;
            color: #0b2a3b
        }

        .btn-container--account .btn--global.active {
            background-color: #0b2a3b;
            color: #fff
        }

@media (min-width: 768px) {
    .btn-container--account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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: wrap;
        flex-wrap: wrap
    }

        .btn-container--account .btn--global {
            width: 49%
        }
}

@media (min-width: 992px) {
    .btn-container--account {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 3rem
    }

        .btn-container--account .btn--global {
            width: 220px;
            margin-bottom: 0
        }
}

@media (min-width: 1200px) {
    .btn-container--account .btn--global {
        width: 270px
    }
}

.page-connexion__title {
    margin-bottom: 32px
}

@media (min-width: 992px) {
    .page-connexion__title {
        margin-bottom: 64px
    }
}

.page--returns .card {
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 32px
}

@media (min-width: 992px) {
    .page--returns .card {
        margin-bottom: 56px;
        padding-bottom: 0;
        border-bottom: none
    }
}

.page--returns .card:last-of-type {
    padding-bottom: 0;
    border-bottom: none
}

.page--offers .card--txt-btn {
    margin-bottom: 56px
}

.page--account__title {
    margin-bottom: 32px
}

@media (min-width: 992px) {
    .page--account__title {
        margin-bottom: 40px
    }
}


