﻿body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

figure {
    margin: 0
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.grid {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0;
    font-size: 0
}

.grid-cell {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-left: 0;
    margin: 0;
    vertical-align: top;
    font-size: 1rem
}

.hs100 {
    width: 100%
}

.hs0 {
    width: 0
}

.hs50 {
    width: 50%
}

.hs33 {
    width: 33.33333%
}

.hs66 {
    width: 66.66667%
}

.hs25 {
    width: 25%
}

.hs75 {
    width: 75%
}

@media screen and (min-width:0) {
    .hs100-def {
        width: 100%
    }

    .hs0-def {
        width: 0
    }

    .hs50-def {
        width: 50%
    }

    .hs33-def {
        width: 33.33333%
    }

    .hs66-def {
        width: 66.66667%
    }

    .hs25-def {
        width: 25%
    }

    .hs75-def {
        width: 75%
    }
}

@media screen and (min-width:450px) {
    .hs100-smartphone-horizontal {
        width: 100%
    }

    .hs0-smartphone-horizontal {
        width: 0
    }

    .hs50-smartphone-horizontal {
        width: 50%
    }

    .hs33-smartphone-horizontal {
        width: 33.33333%
    }

    .hs66-smartphone-horizontal {
        width: 66.66667%
    }

    .hs25-smartphone-horizontal {
        width: 25%
    }

    .hs75-smartphone-horizontal {
        width: 75%
    }
}

@media screen and (min-width:768px) {
    .hs100-tablet-vertical {
        width: 100%
    }

    .hs0-tablet-vertical {
        width: 0
    }

    .hs50-tablet-vertical {
        width: 50%
    }

    .hs33-tablet-vertical {
        width: 33.33333%
    }

    .hs66-tablet-vertical {
        width: 66.66667%
    }

    .hs25-tablet-vertical {
        width: 25%
    }

    .hs75-tablet-vertical {
        width: 75%
    }
}

@media screen and (min-width:1024px) {
    .hs100-tablet-horizontal {
        width: 100%
    }

    .hs0-tablet-horizontal {
        width: 0
    }

    .hs50-tablet-horizontal {
        width: 50%
    }

    .hs33-tablet-horizontal {
        width: 33.33333%
    }

    .hs66-tablet-horizontal {
        width: 66.66667%
    }

    .hs25-tablet-horizontal {
        width: 25%
    }

    .hs75-tablet-horizontal {
        width: 75%
    }
}

@media screen and (min-width:1025px) {
    .hs100-desktop {
        width: 100%
    }

    .hs0-desktop {
        width: 0
    }

    .hs50-desktop {
        width: 50%
    }

    .hs33-desktop {
        width: 33.33333%
    }

    .hs66-desktop {
        width: 66.66667%
    }

    .hs25-desktop {
        width: 25%
    }

    .hs75-desktop {
        width: 75%
    }
}

@media screen and (min-width:1160px) {
    .hs100-wide {
        width: 100%
    }

    .hs0-wide {
        width: 0
    }

    .hs50-wide {
        width: 50%
    }

    .hs33-wide {
        width: 33.33333%
    }

    .hs66-wide {
        width: 66.66667%
    }

    .hs25-wide {
        width: 25%
    }

    .hs75-wide {
        width: 75%
    }
}

@media screen and (min-width:1400px) {
    .hs100-large {
        width: 100%
    }

    .hs0-large {
        width: 0
    }

    .hs50-large {
        width: 50%
    }

    .hs33-large {
        width: 33.33333%
    }

    .hs66-large {
        width: 66.66667%
    }

    .hs25-large {
        width: 25%
    }

    .hs75-large {
        width: 75%
    }
}

@media screen and (min-width:1600px) {
    .hs100-xl {
        width: 100%
    }

    .hs0-xl {
        width: 0
    }

    .hs50-xl {
        width: 50%
    }

    .hs33-xl {
        width: 33.33333%
    }

    .hs66-xl {
        width: 66.66667%
    }

    .hs25-xl {
        width: 25%
    }

    .hs75-xl {
        width: 75%
    }
}

@media screen and (min-width:1900px) {
    .hs100-xxl {
        width: 100%
    }

    .hs0-xxl {
        width: 0
    }

    .hs50-xxl {
        width: 50%
    }

    .hs33-xxl {
        width: 33.33333%
    }

    .hs66-xxl {
        width: 66.66667%
    }

    .hs25-xxl {
        width: 25%
    }

    .hs75-xxl {
        width: 75%
    }
}

.slinky-menu {
    overflow: hidden;
    transform: translateZ(0);
    transition: all 300ms ease
}

    .slinky-menu > ul {
        left: 0;
        position: relative;
        transform: translateZ(0);
        transition: all 300ms ease
    }

    .slinky-menu ul, .slinky-menu li {
        list-style: none;
        margin: 0
    }

    .slinky-menu ul {
        width: 100%
    }

    .slinky-menu a {
        display: block
    }

    .slinky-menu li ul {
        display: none;
        left: 100%;
        position: absolute;
        top: 0
    }

    .slinky-menu .header {
        position: relative
    }

    .slinky-menu h2 ~ a.back {
        left: 0;
        position: absolute;
        top: 0
    }

    .slinky-menu h2 {
        font-size: 1em;
        margin: 0;
        text-align: center
    }

.slinky-menu {
    background: #AAA
}

    .slinky-menu h2 {
        color: #FFF;
        padding: 1em
    }

    .slinky-menu li {
        line-height: 1
    }

    .slinky-menu a {
        border: none;
        color: #FFF;
        padding: 1em
    }

        .slinky-menu a:hover {
            background: #000
        }

        .slinky-menu a.next:after {
            content: '\276f';
            margin-left: 1em;
            float: right
        }

        .slinky-menu a.back:before {
            content: '\276e';
            margin-right: 1em;
            float: left
        }

@keyframes pulsate {
    0% {
        transform: scale(.75, .75);
        opacity: 0
    }

    25% {
        opacity: 1;
        transform: scale(1.1, 1.1)
    }

    75% {
        transform: scale(1.3, 1.3);
        opacity: 0
    }
}

.uniSection {
    position: relative
}

    .uniSection .backgroundLayer, .uniSection .backgroundImage {
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .uniSection .backgroundLayer {
        z-index: 0
    }

    .uniSection .backgroundImage {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%
    }

        .uniSection .backgroundImage div.image {
            opacity: 0;
            transition: opacity .3s;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0
        }

            .uniSection .backgroundImage div.image.lazyloaded {
                opacity: 1
            }

    .uniSection .sectionContent {
        position: relative;
        z-index: 10
    }

        .uniSection .sectionContent .figureWrapper {
            position: relative
        }

        .uniSection .sectionContent .hiliteWrapper {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            top: 0;
            z-index: 20
        }

            .uniSection .sectionContent .hiliteWrapper .hilite {
                background: #fff;
                border-radius: 50%;
                height: 24px;
                width: 24px;
                position: absolute;
                animation: pulsate 1.5s ease-out;
                animation-iteration-count: infinite;
                opacity: 0;
                box-sizing: border-box;
                margin-left: -12px;
                margin-top: -12px
            }

                .uniSection .sectionContent .hiliteWrapper .hilite:before {
                    content: '';
                    display: block;
                    border: 2px solid #fff;
                    border-radius: 50%;
                    height: 32px;
                    width: 32px;
                    position: absolute;
                    left: -4px;
                    top: -4px;
                    animation: pulsate 1.5s ease-out;
                    animation-iteration-count: infinite;
                    opacity: 0;
                    box-sizing: border-box
                }

                .uniSection .sectionContent .hiliteWrapper .hilite:after {
                    content: '';
                    display: block;
                    border: 2px solid #fff;
                    border-radius: 50%;
                    height: 44px;
                    width: 44px;
                    position: absolute;
                    left: -10px;
                    top: -10px;
                    animation: pulsate 1.5s ease-out;
                    animation-iteration-count: infinite;
                    opacity: 0;
                    box-sizing: border-box
                }

                .uniSection .sectionContent .hiliteWrapper .hilite.i1 {
                    animation-delay: 300ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i1:before {
                        animation-delay: 400ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i1:after {
                        animation-delay: 500ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i2 {
                    animation-delay: 600ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i2:before {
                        animation-delay: 700ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i2:after {
                        animation-delay: 800ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i3 {
                    animation-delay: 900ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i3:before {
                        animation-delay: 1000ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i3:after {
                        animation-delay: 1100ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i4 {
                    animation-delay: 1200ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i4:before {
                        animation-delay: 1300ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i4:after {
                        animation-delay: 1400ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i5 {
                    animation-delay: 1500ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i5:before {
                        animation-delay: 1600ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i5:after {
                        animation-delay: 1700ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i6 {
                    animation-delay: 1800ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i6:before {
                        animation-delay: 1900ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i6:after {
                        animation-delay: 2000ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i7 {
                    animation-delay: 2100ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i7:before {
                        animation-delay: 2200ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i7:after {
                        animation-delay: 2300ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i8 {
                    animation-delay: 2400ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i8:before {
                        animation-delay: 2500ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i8:after {
                        animation-delay: 2600ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i9 {
                    animation-delay: 2700ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i9:before {
                        animation-delay: 2800ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i9:after {
                        animation-delay: 2900ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i10 {
                    animation-delay: 3000ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i10:before {
                        animation-delay: 3100ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i10:after {
                        animation-delay: 3200ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i11 {
                    animation-delay: 3300ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i11:before {
                        animation-delay: 3400ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i11:after {
                        animation-delay: 3500ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i12 {
                    animation-delay: 3600ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i12:before {
                        animation-delay: 3700ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i12:after {
                        animation-delay: 3800ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i13 {
                    animation-delay: 3900ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i13:before {
                        animation-delay: 4000ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i13:after {
                        animation-delay: 4100ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i14 {
                    animation-delay: 4200ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i14:before {
                        animation-delay: 4300ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i14:after {
                        animation-delay: 4400ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i15 {
                    animation-delay: 4500ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i15:before {
                        animation-delay: 4600ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i15:after {
                        animation-delay: 4700ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i16 {
                    animation-delay: 4800ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i16:before {
                        animation-delay: 4900ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i16:after {
                        animation-delay: 5000ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i17 {
                    animation-delay: 5100ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i17:before {
                        animation-delay: 5200ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i17:after {
                        animation-delay: 5300ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i18 {
                    animation-delay: 5400ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i18:before {
                        animation-delay: 5500ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i18:after {
                        animation-delay: 5600ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i19 {
                    animation-delay: 5700ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i19:before {
                        animation-delay: 5800ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i19:after {
                        animation-delay: 5900ms
                    }

                .uniSection .sectionContent .hiliteWrapper .hilite.i20 {
                    animation-delay: 6000ms
                }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i20:before {
                        animation-delay: 6100ms
                    }

                    .uniSection .sectionContent .hiliteWrapper .hilite.i20:after {
                        animation-delay: 6200ms
                    }

        .uniSection .sectionContent .shadowWrapper {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%
        }

        .uniSection .sectionContent .brandWrapper {
            max-width: 200px
        }

        .uniSection .sectionContent figure {
            position: relative
        }

            .uniSection .sectionContent figure.product {
                z-index: 10
            }

            .uniSection .sectionContent figure.brand {
                max-width: 200px
            }

            .uniSection .sectionContent figure div.image {
                opacity: 0;
                transition: opacity .3s;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: left top
            }

                .uniSection .sectionContent figure div.image.lazyloaded {
                    opacity: 1
                }

        .uniSection .sectionContent.layoutLeft {
            text-transform: uppercase
        }

            .uniSection .sectionContent.layoutLeft .leftColumn {
                max-width: 804px;
                position: relative;
                z-index: 100
            }

                .uniSection .sectionContent.layoutLeft .leftColumn h1 {
                    font-weight: 300;
                    margin: 0;
                    padding: 0;
                    font-style: italic
                }

                .uniSection .sectionContent.layoutLeft .leftColumn h2 {
                    font-weight: 300;
                    margin: 0;
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 0;
                    font-style: italic
                }

        .uniSection .sectionContent.layoutDouble {
            display: table;
            width: 100%
        }

            .uniSection .sectionContent.layoutDouble .leftColumn, .uniSection .sectionContent.layoutDouble .rightColumn {
                vertical-align: middle;
                min-height: 100px;
                height: 100%;
                box-sizing: border-box;
                width: 100%
            }

                .uniSection .sectionContent.layoutDouble .rightColumn h1 {
                    font-weight: 500;
                    margin: 0 0 10px 0;
                    padding: 0;
                    text-transform: uppercase
                }

                .uniSection .sectionContent.layoutDouble .rightColumn h2 {
                    font-weight: normal;
                    margin: 0;
                    padding: 0
                }

@media screen and (max-width:450px) {
    .uniSection .sectionContent.layoutLeft h1 {
        font-size: 30px
    }

    .uniSection .sectionContent.layoutLeft h2 {
        font-size: 20px
    }

    .uniSection .sectionContent.layoutDouble h1 {
        font-size: 16px
    }

    .uniSection .sectionContent.layoutDouble h2 {
        font-size: 13px
    }
}

@media screen and (min-width:451px) {
    .uniSection .sectionContent.layoutLeft h1 {
        font-size: 40px
    }

    .uniSection .sectionContent.layoutLeft h2 {
        font-size: 25px
    }

    .uniSection .sectionContent.layoutDouble h1 {
        font-size: 19px
    }

    .uniSection .sectionContent.layoutDouble h2 {
        font-size: 15px
    }
}

@media screen and (min-width:768px) {
    .uniSection .sectionContent.layoutLeft h1 {
        font-size: 50px
    }

    .uniSection .sectionContent.layoutLeft h2 {
        font-size: 30px
    }
}

@media screen and (min-width:1024px) {
    .uniSection .sectionContent.layoutDouble .leftColumn, .uniSection .sectionContent.layoutDouble .rightColumn {
        display: table-cell
    }

    .uniSection .sectionContent.layoutDouble h1 {
        max-width: 400px
    }

    .uniSection .sectionContent.layoutDouble h2 {
        max-width: 400px
    }
}

section.super {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    section.super .swiperWrapper {
        padding: 10px 0
    }

        section.super .swiperWrapper.smallGallerySize .swiper-slide img {
            height: 100px
        }

        section.super .swiperWrapper.regularGallerySize .swiper-slide img {
            height: 150px
        }

        section.super .swiperWrapper.bigGallerySize .swiper-slide img {
            height: 200px
        }

        section.super .swiperWrapper.hugeGallerySize .swiper-slide img {
            height: 250px
        }

        section.super .swiperWrapper .swiper-container {
            overflow: hidden;
            width: 100%
        }

            section.super .swiperWrapper .swiper-container .swiper-button-next, section.super .swiperWrapper .swiper-container .swiper-button-prev {
                width: 39px;
                height: 39px;
                margin-top: -20px
            }

                section.super .swiperWrapper .swiper-container .swiper-button-next svg, section.super .swiperWrapper .swiper-container .swiper-button-prev svg {
                    margin: 2px !important
                }

            section.super .swiperWrapper .swiper-container .swiper-button-next {
                right: 3px
            }

            section.super .swiperWrapper .swiper-container .swiper-button-prev {
                left: 3px
            }

            section.super .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide {
                width: auto;
                margin-right: 10px
            }

                section.super .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide img {
                    width: auto !important;
                    max-width: 100%
                }

    section.super .richText p {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 24px
    }

    section.super .richText.richBig p {
        line-height: 1.36
    }

    section.super .richText a {
        transition: color .2s ease-out,border-bottom-color .2s ease-out;
        color: #0076FF;
        border-bottom: 1px solid transparent;
        cursor: pointer
    }

        section.super .richText a:hover {
            color: #3391ff;
            border-bottom-color: #3391ff
        }

    section.super .superText {
        padding: 0;
        line-height: 1.2;
        margin: -5px 0 -10px 0;
        font-weight: 300
    }

        section.super .superText.textUppercase {
            text-transform: uppercase
        }

        section.super .superText.textItalic {
            font-style: italic
        }

        section.super .superText.textBold {
            font-weight: normal
        }

        section.super .superText.textAlignCenter {
            text-align: center
        }

        section.super .superText.textAlignRight {
            text-align: right
        }

    section.super .superImage .superImageInner {
        position: relative;
        width: 100%;
        display: inline-block;
        vertical-align: top
    }

        section.super .superImage .superImageInner figure.image {
            position: relative;
            z-index: 10
        }

        section.super .superImage .superImageInner figure.shadow {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            z-index: 0
        }

        section.super .superImage .superImageInner img {
            width: 100%
        }

    section.super .btn.bottomize {
        position: absolute;
        left: 0;
        bottom: 0
    }

    section.super .content {
        position: relative;
        z-index: 20;
        min-height: 100%
    }

        section.super .content.columnBoth .contentColumn {
            width: 50%;
            display: inline-block;
            vertical-align: top
        }

        section.super .content.columnLeft .contentColumnLeft {
            width: 100%
        }

        section.super .content.columnRight .contentColumnRight {
            width: 100%
        }

    section.super .layers {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10
    }

        section.super .layers .layer {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

            section.super .layers .layer .layerWrapper {
                position: relative;
                width: 100%;
                height: 100%
            }

                section.super .layers .layer .layerWrapper .layerInner {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0
                }

                section.super .layers .layer .layerWrapper.extentLeft .layerInner {
                    left: 0;
                    right: 50%
                }

                section.super .layers .layer .layerWrapper.extentRight .layerInner {
                    left: 50%;
                    right: 0
                }

            section.super .layers .layer figure {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0
            }

@media screen and (max-width:768px) {
    section.super .content.columnBoth .contentColumn {
        width: 100% !important
    }

    section.super .layers .extentLeft .layerInner {
        left: 0 !important;
        width: 100% !important
    }

    section.super .layers .extentRight .layerInner {
        left: 0 !important;
        width: 100% !important
    }
}

@media screen and (min-width:600px) {
    section.super .richText.richBig p {
        font-size: 18px
    }
}

@media screen and (min-width:760px) {
    section.super .richText.richBig p {
        font-size: 20px
    }
}

@media screen and (min-width:920px) {
    section.super .richText.richBig p {
        font-size: 22px
    }
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
    margin-left: -25px;
    margin-top: -25px
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    overflow: hidden;
    -ms-transform-origin: 25px 25px;
    transform-origin: 25px 25px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0,0,0,0));
    animation: rotate 1.2s infinite linear
}

    .loader-line-mask .loader-line {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px #ffffff
    }

lesshat-selector {
    -lh-property: 0
}

@keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

lesshat-selector {
    -lh-property: 0
}

@keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .25
    }
}

lesshat-selector {
    -lh-property: 0
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    box-sizing: border-box
}

    *:before, *:after {
        box-sizing: border-box
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(10,10,32,0.08);
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 20px 6px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #EEEEF2
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:before, .nav:after {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #C9C9D8
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 0 0 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #C9C9D8 #C9C9D8 #C9C9D8
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #C9C9D8;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #C9C9D8
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #C9C9D8;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #303040;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table
    }

    .modal-header:after {
        clear: both
    }

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #303040;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #303040
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #303040
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #303040
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #303040
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #303040
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #303040
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #303040
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #303040
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 500px;
    min-width: 320px;
    padding: 1px;
    font-size: 14px;
    background-color: #303040
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 10px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: transparent;
    bottom: -10px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #303040
    }

.popover.right > .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: transparent
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #303040
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: transparent;
    top: -10px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #303040
    }

.popover.left > .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: transparent
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #303040;
        bottom: -10px
    }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: "Northstar";
    src: url("../fonts/northstar-regular.eot") format("embedded-opentype"),url("../fonts/northstar-regular.woff") format("woff"),url("../fonts/northstar-regular.ttf") format("truetype"),url("../fonts/northstar-regular.svg#Northstar") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Northstar";
    src: url("../fonts/northstar-medium.eot") format("embedded-opentype"),url("../fonts/northstar-medium.woff") format("woff"),url("../fonts/northstar-medium.ttf") format("truetype"),url("../fonts/northstar-medium.svg#Northstar") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Northstar";
    src: url("../fonts/northstar-bold.eot") format("embedded-opentype"),url("../fonts/northstar-bold.woff") format("woff"),url("../fonts/northstar-bold.ttf") format("truetype"),url("../fonts/northstar-bold.svg#Northstar") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Northstar";
    src: url("../fonts/northstar-italic.eot") format("embedded-opentype"),url("../fonts/northstar-italic.woff") format("woff"),url("../fonts/northstar-italic.ttf") format("truetype"),url("../fonts/northstar-italic.svg#Northstar") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Northstar";
    src: url("../fonts/northstar-light.eot") format("embedded-opentype"),url("../fonts/northstar-light.woff") format("woff"),url("../fonts/northstar-light.ttf") format("truetype"),url("../fonts/northstar-light.svg#Northstar") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Northstar";
    src: url("../fonts/northstar-lightitalic.eot") format("embedded-opentype"),url("../fonts/northstar-lightitalic.woff") format("woff"),url("../fonts/northstar-lightitalic.ttf") format("truetype"),url("../fonts/northstar-lightitalic.svg#Northstar") format("svg");
    font-weight: 300;
    font-style: italic
}

@media screen and (min-width:0) {
    .pah {
        padding: 10px
    }

    .pth {
        padding-top: 10px
    }

    .prh {
        padding-right: 10px
    }

    .pbh {
        padding-bottom: 10px
    }

    .plh {
        padding-left: 10px
    }

    .pvh {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .phh {
        padding-right: 10px;
        padding-left: 10px
    }

    .pa {
        padding: 20px
    }

    .pt {
        padding-top: 20px
    }

    .pr {
        padding-right: 20px
    }

    .pb {
        padding-bottom: 20px
    }

    .pl {
        padding-left: 20px
    }

    .pv {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .ph {
        padding-right: 20px;
        padding-left: 20px
    }

    .pad {
        padding: 40px
    }

    .ptd {
        padding-top: 40px
    }

    .prd {
        padding-right: 40px
    }

    .pbd {
        padding-bottom: 40px
    }

    .pld {
        padding-left: 40px
    }

    .pvd {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .phd {
        padding-right: 40px;
        padding-left: 40px
    }

    .paoh {
        padding: 30px
    }

    .ptoh {
        padding-top: 30px
    }

    .proh {
        padding-right: 30px
    }

    .pboh {
        padding-bottom: 30px
    }

    .ploh {
        padding-left: 30px
    }

    .pvoh {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .phoh {
        padding-right: 30px;
        padding-left: 30px
    }

    .mah {
        margin: 10px
    }

    .mth {
        margin-top: 10px
    }

    .mrh {
        margin-right: 10px
    }

    .mbh {
        margin-bottom: 10px
    }

    .mlh {
        margin-left: 10px
    }

    .mvh {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mhh {
        margin-right: 10px;
        margin-left: 10px
    }

    .maoh {
        margin: 30px
    }

    .mtoh {
        margin-top: 30px
    }

    .mroh {
        margin-right: 30px
    }

    .mboh {
        margin-bottom: 30px
    }

    .mloh {
        margin-left: 30px
    }

    .mvoh {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mhoh {
        margin-right: 30px;
        margin-left: 30px
    }

    .ma {
        margin: 20px
    }

    .mt {
        margin-top: 20px
    }

    .mr {
        margin-right: 20px
    }

    .mb {
        margin-bottom: 20px
    }

    .ml {
        margin-left: 20px
    }

    .mv {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .mh {
        margin-right: 20px;
        margin-left: 20px
    }

    .mad {
        margin: 40px
    }

    .mtd {
        margin-top: 40px
    }

    .mrd {
        margin-right: 40px
    }

    .mbd {
        margin-bottom: 40px
    }

    .mld {
        margin-left: 40px
    }

    .mvd {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .mhd {
        margin-right: 40px;
        margin-left: 40px
    }

    .man {
        margin: -20px
    }

    .mtn {
        margin-top: -20px
    }

    .mrn {
        margin-right: -20px
    }

    .mbn {
        margin-bottom: -20px
    }

    .mln {
        margin-left: -20px
    }

    .mvn {
        margin-top: -20px;
        margin-bottom: -20px
    }

    .mhn {
        margin-right: -20px;
        margin-left: -20px
    }

    .madn {
        margin: -40px
    }

    .mtdn {
        margin-top: -40px
    }

    .mrdn {
        margin-right: -40px
    }

    .mbdn {
        margin-bottom: -40px
    }

    .mldn {
        margin-left: -40px
    }

    .mvdn {
        margin-top: -40px;
        margin-bottom: -40px
    }

    .mhdn {
        margin-right: -40px;
        margin-left: -40px
    }

    .mahn {
        margin: -10px
    }

    .mthn {
        margin-top: -10px
    }

    .mrhn {
        margin-right: -10px
    }

    .mbhn {
        margin-bottom: -10px
    }

    .mlhn {
        margin-left: -10px
    }

    .mvhn {
        margin-top: -10px;
        margin-bottom: -10px
    }

    .mhhn {
        margin-right: -10px;
        margin-left: -10px
    }

    .maohn {
        margin: -30px
    }

    .mtohn {
        margin-top: -30px
    }

    .mrohn {
        margin-right: -30px
    }

    .mbohn {
        margin-bottom: -30px
    }

    .mlohn {
        margin-left: -30px
    }

    .mvohn {
        margin-top: -30px;
        margin-bottom: -30px
    }

    .mhohn {
        margin-right: -30px;
        margin-left: -30px
    }
}

@media screen and (min-width:414px) {
    .pah {
        padding: 15px
    }

    .pth {
        padding-top: 15px
    }

    .prh {
        padding-right: 15px
    }

    .pbh {
        padding-bottom: 15px
    }

    .plh {
        padding-left: 15px
    }

    .pvh {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .phh {
        padding-right: 15px;
        padding-left: 15px
    }

    .pa {
        padding: 30px
    }

    .pt {
        padding-top: 30px
    }

    .pr {
        padding-right: 30px
    }

    .pb {
        padding-bottom: 30px
    }

    .pl {
        padding-left: 30px
    }

    .pv {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .ph {
        padding-right: 30px;
        padding-left: 30px
    }

    .pad {
        padding: 60px
    }

    .ptd {
        padding-top: 60px
    }

    .prd {
        padding-right: 60px
    }

    .pbd {
        padding-bottom: 60px
    }

    .pld {
        padding-left: 60px
    }

    .pvd {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .phd {
        padding-right: 60px;
        padding-left: 60px
    }

    .paoh {
        padding: 45px
    }

    .ptoh {
        padding-top: 45px
    }

    .proh {
        padding-right: 45px
    }

    .pboh {
        padding-bottom: 45px
    }

    .ploh {
        padding-left: 45px
    }

    .pvoh {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .phoh {
        padding-right: 45px;
        padding-left: 45px
    }

    .mah {
        margin: 15px
    }

    .mth {
        margin-top: 15px
    }

    .mrh {
        margin-right: 15px
    }

    .mbh {
        margin-bottom: 15px
    }

    .mlh {
        margin-left: 15px
    }

    .mvh {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .mhh {
        margin-right: 15px;
        margin-left: 15px
    }

    .maoh {
        margin: 45px
    }

    .mtoh {
        margin-top: 45px
    }

    .mroh {
        margin-right: 45px
    }

    .mboh {
        margin-bottom: 45px
    }

    .mloh {
        margin-left: 45px
    }

    .mvoh {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .mhoh {
        margin-right: 45px;
        margin-left: 45px
    }

    .ma {
        margin: 30px
    }

    .mt {
        margin-top: 30px
    }

    .mr {
        margin-right: 30px
    }

    .mb {
        margin-bottom: 30px
    }

    .ml {
        margin-left: 30px
    }

    .mv {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mh {
        margin-right: 30px;
        margin-left: 30px
    }

    .mad {
        margin: 60px
    }

    .mtd {
        margin-top: 60px
    }

    .mrd {
        margin-right: 60px
    }

    .mbd {
        margin-bottom: 60px
    }

    .mld {
        margin-left: 60px
    }

    .mvd {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .mhd {
        margin-right: 60px;
        margin-left: 60px
    }

    .man {
        margin: -30px
    }

    .mtn {
        margin-top: -30px
    }

    .mrn {
        margin-right: -30px
    }

    .mbn {
        margin-bottom: -30px
    }

    .mln {
        margin-left: -30px
    }

    .mvn {
        margin-top: -30px;
        margin-bottom: -30px
    }

    .mhn {
        margin-right: -30px;
        margin-left: -30px
    }

    .madn {
        margin: -60px
    }

    .mtdn {
        margin-top: -60px
    }

    .mrdn {
        margin-right: -60px
    }

    .mbdn {
        margin-bottom: -60px
    }

    .mldn {
        margin-left: -60px
    }

    .mvdn {
        margin-top: -60px;
        margin-bottom: -60px
    }

    .mhdn {
        margin-right: -60px;
        margin-left: -60px
    }

    .mahn {
        margin: -15px
    }

    .mthn {
        margin-top: -15px
    }

    .mrhn {
        margin-right: -15px
    }

    .mbhn {
        margin-bottom: -15px
    }

    .mlhn {
        margin-left: -15px
    }

    .mvhn {
        margin-top: -15px;
        margin-bottom: -15px
    }

    .mhhn {
        margin-right: -15px;
        margin-left: -15px
    }

    .maohn {
        margin: -45px
    }

    .mtohn {
        margin-top: -45px
    }

    .mrohn {
        margin-right: -45px
    }

    .mbohn {
        margin-bottom: -45px
    }

    .mlohn {
        margin-left: -45px
    }

    .mvohn {
        margin-top: -45px;
        margin-bottom: -45px
    }

    .mhohn {
        margin-right: -45px;
        margin-left: -45px
    }
}

@media screen and (min-width:768px) {
    .pah {
        padding: 15px
    }

    .pth {
        padding-top: 15px
    }

    .prh {
        padding-right: 15px
    }

    .pbh {
        padding-bottom: 15px
    }

    .plh {
        padding-left: 15px
    }

    .pvh {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .phh {
        padding-right: 15px;
        padding-left: 15px
    }

    .pa {
        padding: 30px
    }

    .pt {
        padding-top: 30px
    }

    .pr {
        padding-right: 30px
    }

    .pb {
        padding-bottom: 30px
    }

    .pl {
        padding-left: 30px
    }

    .pv {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .ph {
        padding-right: 30px;
        padding-left: 30px
    }

    .pad {
        padding: 60px
    }

    .ptd {
        padding-top: 60px
    }

    .prd {
        padding-right: 60px
    }

    .pbd {
        padding-bottom: 60px
    }

    .pld {
        padding-left: 60px
    }

    .pvd {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .phd {
        padding-right: 60px;
        padding-left: 60px
    }

    .paoh {
        padding: 45px
    }

    .ptoh {
        padding-top: 45px
    }

    .proh {
        padding-right: 45px
    }

    .pboh {
        padding-bottom: 45px
    }

    .ploh {
        padding-left: 45px
    }

    .pvoh {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .phoh {
        padding-right: 45px;
        padding-left: 45px
    }

    .mah {
        margin: 15px
    }

    .mth {
        margin-top: 15px
    }

    .mrh {
        margin-right: 15px
    }

    .mbh {
        margin-bottom: 15px
    }

    .mlh {
        margin-left: 15px
    }

    .mvh {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .mhh {
        margin-right: 15px;
        margin-left: 15px
    }

    .maoh {
        margin: 45px
    }

    .mtoh {
        margin-top: 45px
    }

    .mroh {
        margin-right: 45px
    }

    .mboh {
        margin-bottom: 45px
    }

    .mloh {
        margin-left: 45px
    }

    .mvoh {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .mhoh {
        margin-right: 45px;
        margin-left: 45px
    }

    .ma {
        margin: 30px
    }

    .mt {
        margin-top: 30px
    }

    .mr {
        margin-right: 30px
    }

    .mb {
        margin-bottom: 30px
    }

    .ml {
        margin-left: 30px
    }

    .mv {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mh {
        margin-right: 30px;
        margin-left: 30px
    }

    .mad {
        margin: 60px
    }

    .mtd {
        margin-top: 60px
    }

    .mrd {
        margin-right: 60px
    }

    .mbd {
        margin-bottom: 60px
    }

    .mld {
        margin-left: 60px
    }

    .mvd {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .mhd {
        margin-right: 60px;
        margin-left: 60px
    }

    .man {
        margin: -30px
    }

    .mtn {
        margin-top: -30px
    }

    .mrn {
        margin-right: -30px
    }

    .mbn {
        margin-bottom: -30px
    }

    .mln {
        margin-left: -30px
    }

    .mvn {
        margin-top: -30px;
        margin-bottom: -30px
    }

    .mhn {
        margin-right: -30px;
        margin-left: -30px
    }

    .madn {
        margin: -60px
    }

    .mtdn {
        margin-top: -60px
    }

    .mrdn {
        margin-right: -60px
    }

    .mbdn {
        margin-bottom: -60px
    }

    .mldn {
        margin-left: -60px
    }

    .mvdn {
        margin-top: -60px;
        margin-bottom: -60px
    }

    .mhdn {
        margin-right: -60px;
        margin-left: -60px
    }

    .mahn {
        margin: -15px
    }

    .mthn {
        margin-top: -15px
    }

    .mrhn {
        margin-right: -15px
    }

    .mbhn {
        margin-bottom: -15px
    }

    .mlhn {
        margin-left: -15px
    }

    .mvhn {
        margin-top: -15px;
        margin-bottom: -15px
    }

    .mhhn {
        margin-right: -15px;
        margin-left: -15px
    }

    .maohn {
        margin: -45px
    }

    .mtohn {
        margin-top: -45px
    }

    .mrohn {
        margin-right: -45px
    }

    .mbohn {
        margin-bottom: -45px
    }

    .mlohn {
        margin-left: -45px
    }

    .mvohn {
        margin-top: -45px;
        margin-bottom: -45px
    }

    .mhohn {
        margin-right: -45px;
        margin-left: -45px
    }
}

@media screen and (min-width:1200px) {
    .pah {
        padding: 22.5px
    }

    .pth {
        padding-top: 22.5px
    }

    .prh {
        padding-right: 22.5px
    }

    .pbh {
        padding-bottom: 22.5px
    }

    .plh {
        padding-left: 22.5px
    }

    .pvh {
        padding-top: 22.5px;
        padding-bottom: 22.5px
    }

    .phh {
        padding-right: 22.5px;
        padding-left: 22.5px
    }

    .pa {
        padding: 45px
    }

    .pt {
        padding-top: 45px
    }

    .pr {
        padding-right: 45px
    }

    .pb {
        padding-bottom: 45px
    }

    .pl {
        padding-left: 45px
    }

    .pv {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .ph {
        padding-right: 45px;
        padding-left: 45px
    }

    .pad {
        padding: 90px
    }

    .ptd {
        padding-top: 90px
    }

    .prd {
        padding-right: 90px
    }

    .pbd {
        padding-bottom: 90px
    }

    .pld {
        padding-left: 90px
    }

    .pvd {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .phd {
        padding-right: 90px;
        padding-left: 90px
    }

    .paoh {
        padding: 67.5px
    }

    .ptoh {
        padding-top: 67.5px
    }

    .proh {
        padding-right: 67.5px
    }

    .pboh {
        padding-bottom: 67.5px
    }

    .ploh {
        padding-left: 67.5px
    }

    .pvoh {
        padding-top: 67.5px;
        padding-bottom: 67.5px
    }

    .phoh {
        padding-right: 67.5px;
        padding-left: 67.5px
    }

    .mah {
        margin: 22.5px
    }

    .mth {
        margin-top: 22.5px
    }

    .mrh {
        margin-right: 22.5px
    }

    .mbh {
        margin-bottom: 22.5px
    }

    .mlh {
        margin-left: 22.5px
    }

    .mvh {
        margin-top: 22.5px;
        margin-bottom: 22.5px
    }

    .mhh {
        margin-right: 22.5px;
        margin-left: 22.5px
    }

    .maoh {
        margin: 67.5px
    }

    .mtoh {
        margin-top: 67.5px
    }

    .mroh {
        margin-right: 67.5px
    }

    .mboh {
        margin-bottom: 67.5px
    }

    .mloh {
        margin-left: 67.5px
    }

    .mvoh {
        margin-top: 67.5px;
        margin-bottom: 67.5px
    }

    .mhoh {
        margin-right: 67.5px;
        margin-left: 67.5px
    }

    .ma {
        margin: 45px
    }

    .mt {
        margin-top: 45px
    }

    .mr {
        margin-right: 45px
    }

    .mb {
        margin-bottom: 45px
    }

    .ml {
        margin-left: 45px
    }

    .mv {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .mh {
        margin-right: 45px;
        margin-left: 45px
    }

    .mad {
        margin: 90px
    }

    .mtd {
        margin-top: 90px
    }

    .mrd {
        margin-right: 90px
    }

    .mbd {
        margin-bottom: 90px
    }

    .mld {
        margin-left: 90px
    }

    .mvd {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .mhd {
        margin-right: 90px;
        margin-left: 90px
    }

    .man {
        margin: -45px
    }

    .mtn {
        margin-top: -45px
    }

    .mrn {
        margin-right: -45px
    }

    .mbn {
        margin-bottom: -45px
    }

    .mln {
        margin-left: -45px
    }

    .mvn {
        margin-top: -45px;
        margin-bottom: -45px
    }

    .mhn {
        margin-right: -45px;
        margin-left: -45px
    }

    .madn {
        margin: -90px
    }

    .mtdn {
        margin-top: -90px
    }

    .mrdn {
        margin-right: -90px
    }

    .mbdn {
        margin-bottom: -90px
    }

    .mldn {
        margin-left: -90px
    }

    .mvdn {
        margin-top: -90px;
        margin-bottom: -90px
    }

    .mhdn {
        margin-right: -90px;
        margin-left: -90px
    }

    .mahn {
        margin: -22.5px
    }

    .mthn {
        margin-top: -22.5px
    }

    .mrhn {
        margin-right: -22.5px
    }

    .mbhn {
        margin-bottom: -22.5px
    }

    .mlhn {
        margin-left: -22.5px
    }

    .mvhn {
        margin-top: -22.5px;
        margin-bottom: -22.5px
    }

    .mhhn {
        margin-right: -22.5px;
        margin-left: -22.5px
    }

    .maohn {
        margin: -67.5px
    }

    .mtohn {
        margin-top: -67.5px
    }

    .mrohn {
        margin-right: -67.5px
    }

    .mbohn {
        margin-bottom: -67.5px
    }

    .mlohn {
        margin-left: -67.5px
    }

    .mvohn {
        margin-top: -67.5px;
        margin-bottom: -67.5px
    }

    .mhohn {
        margin-right: -67.5px;
        margin-left: -67.5px
    }
}

@media screen and (min-width:1440px) {
    .pah {
        padding: 25px
    }

    .pth {
        padding-top: 25px
    }

    .prh {
        padding-right: 25px
    }

    .pbh {
        padding-bottom: 25px
    }

    .plh {
        padding-left: 25px
    }

    .pvh {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .phh {
        padding-right: 25px;
        padding-left: 25px
    }

    .pa {
        padding: 50px
    }

    .pt {
        padding-top: 50px
    }

    .pr {
        padding-right: 50px
    }

    .pb {
        padding-bottom: 50px
    }

    .pl {
        padding-left: 50px
    }

    .pv {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .ph {
        padding-right: 50px;
        padding-left: 50px
    }

    .pad {
        padding: 100px
    }

    .ptd {
        padding-top: 100px
    }

    .prd {
        padding-right: 100px
    }

    .pbd {
        padding-bottom: 100px
    }

    .pld {
        padding-left: 100px
    }

    .pvd {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .phd {
        padding-right: 100px;
        padding-left: 100px
    }

    .paoh {
        padding: 75px
    }

    .ptoh {
        padding-top: 75px
    }

    .proh {
        padding-right: 75px
    }

    .pboh {
        padding-bottom: 75px
    }

    .ploh {
        padding-left: 75px
    }

    .pvoh {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .phoh {
        padding-right: 75px;
        padding-left: 75px
    }

    .mah {
        margin: 25px
    }

    .mth {
        margin-top: 25px
    }

    .mrh {
        margin-right: 25px
    }

    .mbh {
        margin-bottom: 25px
    }

    .mlh {
        margin-left: 25px
    }

    .mvh {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .mhh {
        margin-right: 25px;
        margin-left: 25px
    }

    .maoh {
        margin: 75px
    }

    .mtoh {
        margin-top: 75px
    }

    .mroh {
        margin-right: 75px
    }

    .mboh {
        margin-bottom: 75px
    }

    .mloh {
        margin-left: 75px
    }

    .mvoh {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .mhoh {
        margin-right: 75px;
        margin-left: 75px
    }

    .ma {
        margin: 50px
    }

    .mt {
        margin-top: 50px
    }

    .mr {
        margin-right: 50px
    }

    .mb {
        margin-bottom: 50px
    }

    .ml {
        margin-left: 50px
    }

    .mv {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .mh {
        margin-right: 50px;
        margin-left: 50px
    }

    .mad {
        margin: 100px
    }

    .mtd {
        margin-top: 100px
    }

    .mrd {
        margin-right: 100px
    }

    .mbd {
        margin-bottom: 100px
    }

    .mld {
        margin-left: 100px
    }

    .mvd {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .mhd {
        margin-right: 100px;
        margin-left: 100px
    }

    .man {
        margin: -50px
    }

    .mtn {
        margin-top: -50px
    }

    .mrn {
        margin-right: -50px
    }

    .mbn {
        margin-bottom: -50px
    }

    .mln {
        margin-left: -50px
    }

    .mvn {
        margin-top: -50px;
        margin-bottom: -50px
    }

    .mhn {
        margin-right: -50px;
        margin-left: -50px
    }

    .madn {
        margin: -100px
    }

    .mtdn {
        margin-top: -100px
    }

    .mrdn {
        margin-right: -100px
    }

    .mbdn {
        margin-bottom: -100px
    }

    .mldn {
        margin-left: -100px
    }

    .mvdn {
        margin-top: -100px;
        margin-bottom: -100px
    }

    .mhdn {
        margin-right: -100px;
        margin-left: -100px
    }

    .mahn {
        margin: -25px
    }

    .mthn {
        margin-top: -25px
    }

    .mrhn {
        margin-right: -25px
    }

    .mbhn {
        margin-bottom: -25px
    }

    .mlhn {
        margin-left: -25px
    }

    .mvhn {
        margin-top: -25px;
        margin-bottom: -25px
    }

    .mhhn {
        margin-right: -25px;
        margin-left: -25px
    }

    .maohn {
        margin: -75px
    }

    .mtohn {
        margin-top: -75px
    }

    .mrohn {
        margin-right: -75px
    }

    .mbohn {
        margin-bottom: -75px
    }

    .mlohn {
        margin-left: -75px
    }

    .mvohn {
        margin-top: -75px;
        margin-bottom: -75px
    }

    .mhohn {
        margin-right: -75px;
        margin-left: -75px
    }
}

.pa0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0 {
    padding-left: 0
}

.pv0 {
    padding-top: 0;
    padding-bottom: 0
}

.ph0 {
    padding-right: 0;
    padding-left: 0
}

.ma0 {
    margin: 0
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0 {
    margin-left: 0
}

.mv0 {
    margin-top: 0;
    margin-bottom: 0
}

.mh0 {
    margin-right: 0;
    margin-left: 0
}

.pa1 {
    padding: 1px
}

.pt1 {
    padding-top: 1px
}

.pr1 {
    padding-right: 1px
}

.pb1 {
    padding-bottom: 1px
}

.pl1 {
    padding-left: 1px
}

.pv1 {
    padding-top: 1px;
    padding-bottom: 1px
}

.ph1 {
    padding-right: 1px;
    padding-left: 1px
}

.ma1 {
    margin: 1px
}

.mt1 {
    margin-top: 1px
}

.mr1 {
    margin-right: 1px
}

.mb1 {
    margin-bottom: 1px
}

.ml1 {
    margin-left: 1px
}

.mv1 {
    margin-top: 1px;
    margin-bottom: 1px
}

.mh1 {
    margin-right: 1px;
    margin-left: 1px
}

.pa2 {
    padding: 2px
}

.pt2 {
    padding-top: 2px
}

.pr2 {
    padding-right: 2px
}

.pb2 {
    padding-bottom: 2px
}

.pl2 {
    padding-left: 2px
}

.pv2 {
    padding-top: 2px;
    padding-bottom: 2px
}

.ph2 {
    padding-right: 2px;
    padding-left: 2px
}

.ma2 {
    margin: 2px
}

.mt2 {
    margin-top: 2px
}

.mr2 {
    margin-right: 2px
}

.mb2 {
    margin-bottom: 2px
}

.ml2 {
    margin-left: 2px
}

.mv2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.mh2 {
    margin-right: 2px;
    margin-left: 2px
}

.pa5 {
    padding: 5px
}

.pt5 {
    padding-top: 5px
}

.pr5 {
    padding-right: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pl5 {
    padding-left: 5px
}

.pv5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.ph5 {
    padding-right: 5px;
    padding-left: 5px
}

.ma5 {
    margin: 5px
}

.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.mv5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mh5 {
    margin-right: 5px;
    margin-left: 5px
}

.pa10 {
    padding: 10px
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.pv10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.ph10 {
    padding-right: 10px;
    padding-left: 10px
}

.ma10 {
    margin: 10px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mv10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mh10 {
    margin-right: 10px;
    margin-left: 10px
}

.pa15 {
    padding: 15px
}

.pt15 {
    padding-top: 15px
}

.pr15 {
    padding-right: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.pv15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.ph15 {
    padding-right: 15px;
    padding-left: 15px
}

.ma15 {
    margin: 15px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.mv15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mh15 {
    margin-right: 15px;
    margin-left: 15px
}

.pa20 {
    padding: 20px
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.pv20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.ph20 {
    padding-right: 20px;
    padding-left: 20px
}

.ma20 {
    margin: 20px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.mv20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mh20 {
    margin-right: 20px;
    margin-left: 20px
}

.pa50 {
    padding: 50px
}

.pt50 {
    padding-top: 50px
}

.pr50 {
    padding-right: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.pv50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ph50 {
    padding-right: 50px;
    padding-left: 50px
}

.ma50 {
    margin: 50px
}

.mt50 {
    margin-top: 50px
}

.mr50 {
    margin-right: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.mv50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mh50 {
    margin-right: 50px;
    margin-left: 50px
}

@media screen and (min-width:0) {
    .f0 {
        font-size: 21px;
        font-weight: 300;
        margin-bottom: -6px
    }
}

@media screen and (min-width:375px) {
    .f0 {
        font-size: 27px;
        font-weight: 300;
        margin-bottom: -7px
    }
}

@media screen and (min-width:768px) {
    .f0 {
        font-size: 54px;
        font-weight: 100;
        margin-bottom: -15px
    }
}

@media screen and (min-width:0) {
    .f1 {
        font-size: 21px;
        font-weight: 300;
        margin-bottom: -6px
    }
}

@media screen and (min-width:375px) {
    .f1 {
        font-size: 27px;
        font-weight: 300;
        margin-bottom: -7px
    }
}

@media screen and (min-width:0) {
    .vs100-def {
        padding-top: 100%
    }

    .vs33-def {
        padding-top: 33%
    }

    .vs50-def {
        padding-top: 50%
    }

    .vs66-def {
        padding-top: 66%
    }

    .vs1610-def {
        padding-top: 62.5%
    }

    .vs169-def {
        padding-top: 56.25%
    }

    .vs75-def {
        padding-top: 75%
    }

    .vs25-def {
        padding-top: 25%
    }
}

@media screen and (min-width:450px) {
    .vs100-smartphone-horizontal {
        padding-top: 100%
    }

    .vs33-smartphone-horizontal {
        padding-top: 33%
    }

    .vs50-smartphone-horizontal {
        padding-top: 50%
    }

    .vs66-smartphone-horizontal {
        padding-top: 66%
    }

    .vs1610-smartphone-horizontal {
        padding-top: 62.5%
    }

    .vs169-smartphone-horizontal {
        padding-top: 56.25%
    }

    .vs75-smartphone-horizontal {
        padding-top: 75%
    }

    .vs25-smartphone-horizontal {
        padding-top: 25%
    }
}

@media screen and (min-width:768px) {
    .vs100-tablet-vertical {
        padding-top: 100%
    }

    .vs33-tablet-vertical {
        padding-top: 33%
    }

    .vs50-tablet-vertical {
        padding-top: 50%
    }

    .vs66-tablet-vertical {
        padding-top: 66%
    }

    .vs1610-tablet-vertical {
        padding-top: 62.5%
    }

    .vs169-tablet-vertical {
        padding-top: 56.25%
    }

    .vs75-tablet-vertical {
        padding-top: 75%
    }

    .vs25-tablet-vertical {
        padding-top: 25%
    }
}

@media screen and (min-width:1024px) {
    .vs100-tablet-horizontal {
        padding-top: 100%
    }

    .vs33-tablet-horizontal {
        padding-top: 33%
    }

    .vs50-tablet-horizontal {
        padding-top: 50%
    }

    .vs66-tablet-horizontal {
        padding-top: 66%
    }

    .vs1610-tablet-horizontal {
        padding-top: 62.5%
    }

    .vs169-tablet-horizontal {
        padding-top: 56.25%
    }

    .vs75-tablet-horizontal {
        padding-top: 75%
    }

    .vs25-tablet-horizontal {
        padding-top: 25%
    }
}

@media screen and (min-width:1025px) {
    .vs100-desktop {
        padding-top: 100%
    }

    .vs33-desktop {
        padding-top: 33%
    }

    .vs50-desktop {
        padding-top: 50%
    }

    .vs66-desktop {
        padding-top: 66%
    }

    .vs1610-desktop {
        padding-top: 62.5%
    }

    .vs169-desktop {
        padding-top: 56.25%
    }

    .vs75-desktop {
        padding-top: 75%
    }

    .vs25-desktop {
        padding-top: 25%
    }
}

@media screen and (min-width:1160px) {
    .vs100-wide {
        padding-top: 100%
    }

    .vs33-wide {
        padding-top: 33%
    }

    .vs50-wide {
        padding-top: 50%
    }

    .vs66-wide {
        padding-top: 66%
    }

    .vs1610-wide {
        padding-top: 62.5%
    }

    .vs169-wide {
        padding-top: 56.25%
    }

    .vs75-wide {
        padding-top: 75%
    }

    .vs25-wide {
        padding-top: 25%
    }
}

@media screen and (min-width:1400px) {
    .vs100-large {
        padding-top: 100%
    }

    .vs33-large {
        padding-top: 33%
    }

    .vs50-large {
        padding-top: 50%
    }

    .vs66-large {
        padding-top: 66%
    }

    .vs1610-large {
        padding-top: 62.5%
    }

    .vs169-large {
        padding-top: 56.25%
    }

    .vs75-large {
        padding-top: 75%
    }

    .vs25-large {
        padding-top: 25%
    }
}

@media screen and (min-width:1600px) {
    .vs100-xl {
        padding-top: 100%
    }

    .vs33-xl {
        padding-top: 33%
    }

    .vs50-xl {
        padding-top: 50%
    }

    .vs66-xl {
        padding-top: 66%
    }

    .vs1610-xl {
        padding-top: 62.5%
    }

    .vs169-xl {
        padding-top: 56.25%
    }

    .vs75-xl {
        padding-top: 75%
    }

    .vs25-xl {
        padding-top: 25%
    }
}

@media screen and (min-width:1900px) {
    .vs100-xxl {
        padding-top: 100%
    }

    .vs33-xxl {
        padding-top: 33%
    }

    .vs50-xxl {
        padding-top: 50%
    }

    .vs66-xxl {
        padding-top: 66%
    }

    .vs1610-xxl {
        padding-top: 62.5%
    }

    .vs169-xxl {
        padding-top: 56.25%
    }

    .vs75-xxl {
        padding-top: 75%
    }

    .vs25-xxl {
        padding-top: 25%
    }
}

@keyframes moving-gradient {
    0% {
        background-position: left bottom
    }

    100% {
        background-position: right bottom
    }
}

svg {
    fill: currentColor
}

html.noScroll {
    overflow: hidden
}

body {
    margin: 0;
    padding: 0;
    padding-top: 100px;
    background-color: white;
    color: #303040;
    font-family: Northstar,helvetica,arial,sans-serif;
    font-weight: normal;
    font-size: 15px
}

    body.noScroll {
        overflow: hidden
    }

@media screen and (min-width:0) {
    .fzCubital {
        font-size: 34px !important
    }

        .fzCubital textarea {
            font-size: 34px !important
        }

        .fzCubital.textUnderlined {
            line-height: .8 !important
        }

        .fzCubital span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneVertical .fzCubital {
    font-size: 34px !important
}

@media screen and (min-width:600px) {
    .fzCubital {
        font-size: 45px !important
    }

        .fzCubital textarea {
            font-size: 45px !important
        }

        .fzCubital.textUnderlined {
            line-height: .8 !important
        }

        .fzCubital span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneHorizontal .fzCubital {
    font-size: 45px !important
}

@media screen and (min-width:760px) {
    .fzCubital {
        font-size: 50px !important
    }

        .fzCubital textarea {
            font-size: 50px !important
        }

        .fzCubital.textUnderlined {
            line-height: .8 !important
        }

        .fzCubital span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletVertical .fzCubital {
    font-size: 50px !important
}

@media screen and (min-width:920px) {
    .fzCubital {
        font-size: 56px !important
    }

        .fzCubital textarea {
            font-size: 56px !important
        }

        .fzCubital.textUnderlined {
            line-height: .8 !important
        }

        .fzCubital span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletHorizontal .fzCubital {
    font-size: 56px !important
}

@media screen and (min-width:0) {
    .fzHeadline {
        font-size: 32px !important
    }

        .fzHeadline textarea {
            font-size: 32px !important
        }

        .fzHeadline.textUnderlined {
            line-height: .8 !important
        }

        .fzHeadline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneVertical .fzHeadline {
    font-size: 32px !important
}

@media screen and (min-width:600px) {
    .fzHeadline {
        font-size: 35px !important
    }

        .fzHeadline textarea {
            font-size: 35px !important
        }

        .fzHeadline.textUnderlined {
            line-height: .8 !important
        }

        .fzHeadline span.innerText {
            display: inline-block;
            border-bottom: 3px solid transparent
        }
}

.fzContainerSmartphoneHorizontal .fzHeadline {
    font-size: 35px !important
}

@media screen and (min-width:760px) {
    .fzHeadline {
        font-size: 38px !important
    }

        .fzHeadline textarea {
            font-size: 38px !important
        }

        .fzHeadline.textUnderlined {
            line-height: .8 !important
        }

        .fzHeadline span.innerText {
            display: inline-block;
            border-bottom: 4px solid transparent
        }
}

.fzContainerTabletVertical .fzHeadline {
    font-size: 38px !important
}

@media screen and (min-width:920px) {
    .fzHeadline {
        font-size: 42px !important
    }

        .fzHeadline textarea {
            font-size: 42px !important
        }

        .fzHeadline.textUnderlined {
            line-height: .8 !important
        }

        .fzHeadline span.innerText {
            display: inline-block;
            border-bottom: 4px solid transparent
        }
}

.fzContainerTabletHorizontal .fzHeadline {
    font-size: 42px !important
}

@media screen and (min-width:0) {
    .fzMidline {
        font-size: 24px !important
    }

        .fzMidline textarea {
            font-size: 24px !important
        }

        .fzMidline.textUnderlined {
            line-height: .8 !important
        }

        .fzMidline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneVertical .fzMidline {
    font-size: 24px !important
}

@media screen and (min-width:414px) {
    .fzMidline {
        font-size: 26px !important
    }

        .fzMidline textarea {
            font-size: 26px !important
        }

        .fzMidline.textUnderlined {
            line-height: .8 !important
        }

        .fzMidline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneVertical .fzMidline {
    font-size: 26px !important
}

@media screen and (min-width:600px) {
    .fzMidline {
        font-size: 28px !important
    }

        .fzMidline textarea {
            font-size: 28px !important
        }

        .fzMidline.textUnderlined {
            line-height: .8 !important
        }

        .fzMidline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneHorizontal .fzMidline {
    font-size: 28px !important
}

@media screen and (min-width:760px) {
    .fzMidline {
        font-size: 30px !important
    }

        .fzMidline textarea {
            font-size: 30px !important
        }

        .fzMidline.textUnderlined {
            line-height: .8 !important
        }

        .fzMidline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletVertical .fzMidline {
    font-size: 30px !important
}

@media screen and (min-width:920px) {
    .fzMidline {
        font-size: 32px !important
    }

        .fzMidline textarea {
            font-size: 32px !important
        }

        .fzMidline.textUnderlined {
            line-height: .8 !important
        }

        .fzMidline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletHorizontal .fzMidline {
    font-size: 32px !important
}

@media screen and (min-width:1024px) {
    .fzMidline {
        font-size: 34px !important
    }

        .fzMidline textarea {
            font-size: 34px !important
        }

        .fzMidline.textUnderlined {
            line-height: .8 !important
        }

        .fzMidline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerDesktop .fzMidline {
    font-size: 34px !important
}

@media screen and (min-width:0) {
    .fzTagline {
        font-size: 18px !important
    }

        .fzTagline textarea {
            font-size: 18px !important
        }

        .fzTagline.textUnderlined {
            line-height: .8 !important
        }

        .fzTagline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneVertical .fzTagline {
    font-size: 18px !important
}

@media screen and (min-width:600px) {
    .fzTagline {
        font-size: 22px !important
    }

        .fzTagline textarea {
            font-size: 22px !important
        }

        .fzTagline.textUnderlined {
            line-height: .8 !important
        }

        .fzTagline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneHorizontal .fzTagline {
    font-size: 22px !important
}

@media screen and (min-width:760px) {
    .fzTagline {
        font-size: 26px !important
    }

        .fzTagline textarea {
            font-size: 26px !important
        }

        .fzTagline.textUnderlined {
            line-height: .8 !important
        }

        .fzTagline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletVertical .fzTagline {
    font-size: 26px !important
}

@media screen and (min-width:920px) {
    .fzTagline {
        font-size: 28px !important
    }

        .fzTagline textarea {
            font-size: 28px !important
        }

        .fzTagline.textUnderlined {
            line-height: .8 !important
        }

        .fzTagline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletHorizontal .fzTagline {
    font-size: 28px !important
}

@media screen and (min-width:0) {
    .fzIntline {
        font-size: 25px !important
    }

        .fzIntline textarea {
            font-size: 25px !important
        }

        .fzIntline.textUnderlined {
            line-height: .8 !important
        }

        .fzIntline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneVertical .fzIntline {
    font-size: 25px !important
}

@media screen and (min-width:600px) {
    .fzIntline {
        font-size: 26px !important
    }

        .fzIntline textarea {
            font-size: 26px !important
        }

        .fzIntline.textUnderlined {
            line-height: .8 !important
        }

        .fzIntline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneHorizontal .fzIntline {
    font-size: 26px !important
}

@media screen and (min-width:760px) {
    .fzIntline {
        font-size: 27px !important
    }

        .fzIntline textarea {
            font-size: 27px !important
        }

        .fzIntline.textUnderlined {
            line-height: .8 !important
        }

        .fzIntline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletVertical .fzIntline {
    font-size: 27px !important
}

@media screen and (min-width:920px) {
    .fzIntline {
        font-size: 28px !important
    }

        .fzIntline textarea {
            font-size: 28px !important
        }

        .fzIntline.textUnderlined {
            line-height: .8 !important
        }

        .fzIntline span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletHorizontal .fzIntline {
    font-size: 28px !important
}

@media screen and (min-width:0) {
    .fzQuote {
        font-size: 18px !important
    }

        .fzQuote textarea {
            font-size: 18px !important
        }

        .fzQuote.textUnderlined {
            line-height: .8 !important
        }

        .fzQuote span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneVertical .fzQuote {
    font-size: 18px !important
}

@media screen and (min-width:600px) {
    .fzQuote {
        font-size: 20px !important
    }

        .fzQuote textarea {
            font-size: 20px !important
        }

        .fzQuote.textUnderlined {
            line-height: .8 !important
        }

        .fzQuote span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerSmartphoneHorizontal .fzQuote {
    font-size: 20px !important
}

@media screen and (min-width:760px) {
    .fzQuote {
        font-size: 24px !important
    }

        .fzQuote textarea {
            font-size: 24px !important
        }

        .fzQuote.textUnderlined {
            line-height: .8 !important
        }

        .fzQuote span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletVertical .fzQuote {
    font-size: 24px !important
}

@media screen and (min-width:920px) {
    .fzQuote {
        font-size: 30px !important
    }

        .fzQuote textarea {
            font-size: 30px !important
        }

        .fzQuote.textUnderlined {
            line-height: .8 !important
        }

        .fzQuote span.innerText {
            display: inline-block;
            border-bottom: 2px solid transparent
        }
}

.fzContainerTabletHorizontal .fzQuote {
    font-size: 30px !important
}

.fzQuote {
    font-style: italic !important;
    font-weight: 300 !important;
    padding-left: 1.2em !important;
    border-left: 4px solid
}

    .fzQuote .author {
        padding-top: 1.5em !important;
        font-family: Northstar;
        font-style: normal;
        font-size: 14px;
        font-weight: normal
    }

.lg-outer {
    z-index: 10050 !important
}

.lg-backdrop {
    z-index: 10040 !important
}

input[type="text"], input[type="number"], textarea {
    border-radius: 0 !important
}

.borderLine {
    height: 1px;
    background-color: #C9C9D8
}

.boxed {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

    .boxed.large {
        max-width: 2000px
    }

.breadcrumb {
    font-size: 13px
}

    .breadcrumb > * {
        display: inline-block;
        vertical-align: top
    }

    .breadcrumb a, .breadcrumb span {
        text-transform: uppercase;
        line-height: 19px;
        height: 17px
    }

    .breadcrumb .delimiter {
        width: 30px;
        height: 17px;
        background: no-repeat center center url(../../../../../media/image/breadcrumb/delimiter.svg)
    }

.block {
    width: 100%
}

.btn {
    display: inline-block;
    height: 39px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    transition: color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out,box-shadow .3s ease-out;
    outline: none;
    text-align: left
}

    .btn.small {
        height: 29px;
        padding: 5px 10px
    }

    .btn svg {
        vertical-align: top;
        margin: 0 5px
    }

    .btn span {
        margin: 0 5px;
        display: inline-block;
        line-height: 20px;
        height: 16px;
        text-transform: uppercase;
        vertical-align: top
    }

    .btn.bordered {
        background-color: transparent;
        border: 1px solid rgba(201,201,216,0.5)
    }

        .btn.bordered:hover {
            background-color: transparent;
            border-color: #C9C9D8;
            box-shadow: 0 4px 10px 1px rgba(10,10,32,0.09)
        }

.contactsWrapper input, .contactsWrapper textarea {
    outline: none;
    padding: 10px 20px;
    border: 1px solid #C9C9D8;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px
}

.contactsWrapper .wpcf7-submit {
    max-width: 150px;
    background: transparent;
    text-transform: uppercase;
    margin-top: 20px
}

.dim {
    color: #9E9EB3
}

.embedWrapper {
    position: relative;
    padding-top: 56.25%
}

    .embedWrapper iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

.filterBox {
    margin-left: -20px
}

.filterBar ul {
    margin: 0;
    padding: 0
}

    .filterBar ul li {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        color: #303040
    }

        .filterBar ul li.active, .filterBar ul li:hover {
            color: #0076FF;
            border-bottom-color: #80bbff !important
        }

.grid-item .postWrapper {
    background-color: #efeff3
}

.iframeWrapper .iframeSizer, .iframeWrapper .iframeRatio {
    position: relative
}

    .iframeWrapper .iframeSizer iframe, .iframeWrapper .iframeRatio iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important
    }

.imageWrapper {
    position: relative
}

.label {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase
}

.link {
    color: #0076FF;
    cursor: pointer;
    transition: color .2s ease-out,border-bottom-color .2s ease-out
}

    .link:hover {
        color: #006ae6
    }

    .link.underlined {
        border-bottom: 1px solid transparent
    }

        .link.underlined:hover, .link.underlined.active {
            border-color: #006ae6
        }

.leftColumn, .rightColumn {
    vertical-align: top
}

.noticeBox {
    border: 1px solid
}

    .noticeBox svg {
        display: inline-block;
        float: left;
        margin-top: 6px
    }

    .noticeBox ul {
        margin: 0 0 0 32px;
        padding: 0
    }

        .noticeBox ul li {
            list-style: none;
            list-style-type: none;
            margin: 0;
            color: #303040;
            line-height: 32px
        }

            .noticeBox ul li a {
                float: right;
                border-radius: 0 !important;
                text-transform: uppercase;
                font-weight: normal !important;
                font-size: 14px !important;
                border: 1px solid #C9C9D8 !important;
                background-color: white !important;
                transition: box-shadow .3s ease-out;
                margin-left: 20px !important;
                padding-left: 15px;
                padding-right: 15px;
                padding: 9px 14px 7px 14px !important;
                margin-top: -1px;
                line-height: 1
            }

                .noticeBox ul li a:hover {
                    box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07)
                }

    .noticeBox.error {
        color: #e60000;
        background-color: #fefafa;
        border-color: #facccc
    }

    .noticeBox.info {
        color: #54ABEE;
        background-color: #fcfdff;
        border-color: #ddeefc
    }

    .noticeBox.success {
        color: #148500;
        background-color: #fafdfa;
        border-color: #d0e7cc
    }

#slinkyMenu li label {
    font-style: italic;
    color: #9E9EB3;
    text-transform: uppercase;
    padding: 42px 20px 20px 20px;
    display: inline-block
}

#slinkyMenu li a.allItems {
    color: #0076FF
}

.sponsorBar {
    margin-top: 5px;
    height: 62px
}

    .sponsorBar .inner .figureWrapper {
        width: 80px;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        border-right: 1px solid #e4e4ec
    }

        .sponsorBar .inner .figureWrapper:last-child {
            border-right: 0
        }

        .sponsorBar .inner .figureWrapper figure {
            background-position: center center;
            margin: 0 !important
        }

.tabBarWrapper {
    border-bottom: 1px solid #C9C9D8
}

    .tabBarWrapper .nav-tabs {
        border-bottom: 0 none;
        margin-top: 0
    }

        .tabBarWrapper .nav-tabs li {
            width: 50%;
            max-width: 245px;
            height: 41px;
            margin-bottom: -2px
        }

            .tabBarWrapper .nav-tabs li a {
                background-color: #EFEFF3;
                color: #9E9EB3;
                border-color: #d9d9e4;
                border-bottom-color: #C9C9D8;
                margin-right: 5px;
                text-transform: uppercase;
                height: 40px;
                padding: 12px 5px 12px 16px
            }

                .tabBarWrapper .nav-tabs li a span {
                    display: inline-block;
                    vertical-align: top;
                    height: 16px;
                    font-size: 14px;
                    line-height: 20px;
                    margin-left: 12px
                }

                .tabBarWrapper .nav-tabs li a svg {
                    vertical-align: top
                }

                .tabBarWrapper .nav-tabs li a:hover {
                    background-color: #f7f7f9
                }

            .tabBarWrapper .nav-tabs li.active a {
                background-color: white;
                color: #303040;
                border-color: #C9C9D8;
                border-bottom-color: white
            }

.taxonomyWrapper {
    text-transform: uppercase !important;
    font-size: 13px;
    color: #9E9EB3
}

    .taxonomyWrapper a {
        transition: color .1s ease-out,border-bottom .2s ease-out;
        color: #0076FF;
        border-bottom: 1px solid transparent
    }

        .taxonomyWrapper a:hover {
            color: #006ae6;
            border-color: #006ae6
        }

.tooltip {
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase
}

    .tooltip .tooltip-inner {
        padding: 6px 10px 3px 10px
    }

.captionWrapper {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-image: linear-gradient(transparent 0, #000 100%);
    color: white
}

    .captionWrapper h1, .captionWrapper h2 {
        color: white;
        margin: 0;
        font-style: normal !important;
        font-weight: normal !important
    }

    .captionWrapper .catsWrapper {
        color: white
    }

        .captionWrapper .catsWrapper .cat, .captionWrapper .catsWrapper .date {
            display: inline-block;
            color: white;
            margin-right: 4px;
            border-radius: 3px;
            background-color: rgba(0,0,0,0.75);
            text-transform: uppercase;
            font-size: 12px;
            padding: 3px 8px 0 8px
        }

        .captionWrapper .catsWrapper .date {
            background-color: transparent;
            padding-left: 0
        }

#contentBlocks .contentBlock.textBlock .textWrapper h1, #contentBlocks .contentBlock.textBlock .textWrapper h2 {
    margin-bottom: 20px !important
}

#contentBlocks .contentBlock.videoBlock {
    padding-top: 56.25%;
    position: relative
}

    #contentBlocks .contentBlock.videoBlock iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

.isotopeGrid .grid-item.athlete h2, .isotopeGrid .grid-item.team h2 {
    font-size: 28px !important
}

.isotopeGrid .grid-item.team .postWrapper {
    background: transparent !important
}

.isotopeGrid .grid-item.team .postInner {
    border: 1px solid #e4e4ec;
    width: auto !important;
    right: 10px;
    height: auto !important;
    bottom: 10px
}

.isotopeGrid .grid-item.team .captionWrapper {
    background-image: none !important
}

.isotopeGrid .grid-item.team .image {
    background-size: contain !important
}

.isotopeGrid .grid-item .postWrapper {
    position: relative
}

    .isotopeGrid .grid-item .postWrapper .postInner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

        .isotopeGrid .grid-item .postWrapper .postInner .links {
            padding: 12px 20px 12px 0;
            position: relative;
            text-align: right;
            z-index: 90;
            background-image: linear-gradient(rgba(37,37,49,0.3) 0, rgba(37,37,49,0) 100%);
            min-height: 60px
        }

            .isotopeGrid .grid-item .postWrapper .postInner .links a {
                color: white;
                margin-left: 10px
            }

        .isotopeGrid .grid-item .postWrapper .postInner .country {
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: left top;
            z-index: 100
        }

        .isotopeGrid .grid-item .postWrapper .postInner figure {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

            .isotopeGrid .grid-item .postWrapper .postInner figure h2 {
                font-style: normal;
                color: white;
                margin: 0
            }

            .isotopeGrid .grid-item .postWrapper .postInner figure svg {
                margin-right: 8px;
                display: inline-block;
                vertical-align: middle
            }

            .isotopeGrid .grid-item .postWrapper .postInner figure span {
                line-height: 20px;
                font-size: 12px;
                text-transform: uppercase;
                display: inline-block;
                vertical-align: top
            }

.isotopeGrid .grid-item.others h2 {
    font-size: 18px
}

.isotopeGrid .grid-item.tweet .postWrapper {
    background-color: #3da0ec
}

.isotopeGrid .grid-item.tweet .captionWrapper {
    background-image: none !important;
    text-shadow: none !important
}

    .isotopeGrid .grid-item.tweet .captionWrapper h2 {
        text-transform: none;
        line-height: 1.4
    }

a {
    color: inherit;
    transition: color .3s,border-color .3s,background-color .3s;
    text-decoration: none;
    cursor: pointer
}

    a:hover, a:active, a:focus {
        color: inherit;
        text-decoration: none;
        outline: none
    }

h1.heading, #contentBlocks h1, .headlineText {
    font-weight: 300;
    font-style: italic;
    font-size: 38px;
    margin: -5px 0 -10px 0;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase
}

    h1.heading.small, #contentBlocks h1.small, .headlineText.small {
        margin: 0;
        font-size: 24px
    }

h2.heading, #contentBlocks h2, .taglineText {
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    padding: 0;
    line-height: 1.2;
    text-transform: uppercase
}

    h2.heading.small, #contentBlocks h2.small, .taglineText.small {
        font-weight: 400;
        font-size: 15px
    }

#contentBlocks h1, #contentBlocks h2 {
    color: #9E9EB3
}

#contentBlocks p {
    color: #303040
}

figure.ratio, figure.lazy {
    position: relative
}

    figure.ratio .image, figure.lazy .image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: opacity .2s ease-out
    }

        figure.ratio .image.lazyloaded, figure.lazy .image.lazyloaded {
            opacity: 1
        }

.preloader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    z-index: 1000
}

    .preloader .inner {
        overflow: hidden;
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 100px;
        margin-left: -100px;
        background-color: white
    }

        .preloader .inner.topper {
            top: 50px
        }

        .preloader .inner .logo {
            position: absolute;
            width: 300px;
            height: 300px;
            left: 50%;
            top: 50%;
            margin-left: -150px;
            margin-top: -150px;
            z-index: 10;
            background: no-repeat center center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE1MCAxNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1MCAxNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuMSw5My42SDUyTDUxLjcsOTVoNC43YzAuNSwwLDEtMC40LDEuMS0wLjloMGMwLTAuMSwwLTAuMywwLTAuNEM1Ny40LDkzLjYsNTcuMiw5My42LDU3LjEsOTMuNnoiLz4KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOTUuMiw5Ni40IDk4LjMsOTYuNCA5Nyw5NC4xIAkiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjAuMyw5Mi45aC0wLjF2MC4yaDAuMWMwLDAsMC4xLDAsMC4xLDBjMCwwLDAtMC4xLDAtMC4xQzEyMC40LDkzLDEyMC4zLDkyLjksMTIwLjMsOTIuOXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01Ni4xLDgzTDU2LjEsODNjMC4xLDAsMC4yLDAuMSwwLjIsMC4xYzAsMC4xLDAsMC4yLDAsMC4zbC0xLDEuNmMzLjcsMC4zLDcuNywwLjUsMTEuNywwLjUKCQljMjYuMSwwLDQ3LjItNy40LDQ3LjItMTYuNmMwLTgtMTYtMTQuNy0zNy40LTE2LjNsLTEuOSwyLjhjLTAuMSwwLjEtMC4xLDAuMS0wLjIsMC4xaC0wLjFsLTAuMiwwYy0yLjgtMC40LTUuNi0wLjYtOC41LTAuNgoJCWMtMTYuNiwwLTMwLDYuNC0zMCwxNC40QzM1LjksNzUuNiw0NC40LDgxLDU2LjEsODN6IE03NC40LDYzaDUuOWMwLjQsMCwwLjcsMC4yLDAuOSwwLjVsMiw0LjVjMCwwLjEsMC4yLDAuMiwwLjMsMC4zCgkJYzAuMSwwLDAuMywwLDAuNC0wLjFsNi44LTYuNGMwLjEtMC4xLDAuMi0wLjIsMC40LTAuMWMwLjEsMCwwLjMsMC4xLDAuMywwLjNsMi45LDYuN2MwLDAuMSwwLjIsMC4yLDAuMywwLjNjMC4xLDAsMC4zLDAsMC40LTAuMQoJCWw1LjUtNS4yYzAuMy0wLjMsMC43LTAuNCwxLjEtMC40aDQuOHYwYzAuNCwwLDAuNSwwLjIsMC4yLDAuNEw5Mi4yLDc2LjljLTAuMSwwLjEtMC4yLDAuMi0wLjQsMC4xcy0wLjMtMC4xLTAuMy0wLjNsLTMuMS02LjMKCQljLTAuMS0wLjEtMC4yLTAuMi0wLjMtMC4zYy0wLjEsMC0wLjMsMC0wLjQsMC4xbC03LDYuNWMtMC4xLDAuMS0wLjIsMC4yLTAuNCwwLjFjLTAuMSwwLTAuMy0wLjEtMC4zLTAuM2wtNi0xMy4zCgkJQzczLjgsNjMuMiw3NCw2Myw3NC40LDYzeiBNNDMuMSw3NS43TDQ3LjQsNjJjMC4xLTAuMSwwLjItMC4zLDAuMy0wLjNjMC4xLTAuMSwwLjMsMCwwLjQsMC4xTDYzLjcsNzBjMC4xLDAuMSwwLjMsMC4xLDAuNCwwLjEKCQljMC4xLTAuMSwwLjMtMC4yLDAuMy0wLjNsMi02LjJjMC4xLTAuMywwLjUtMC42LDAuOC0wLjZoNS40bDAsMGMwLjQsMCwwLjYsMC4zLDAuNSwwLjZsLTQuMywxMy42YzAsMC4xLTAuMiwwLjMtMC4zLDAuMwoJCWMtMC4xLDAuMS0wLjMsMC0wLjQsMGwtMTUuNi04LjJjLTAuMS0wLjEtMC4zLTAuMS0wLjQtMC4xYy0wLjEsMC4xLTAuMywwLjItMC4zLDAuM2wtMiw2LjJjLTAuMSwwLjMtMC41LDAuNi0wLjgsMC42aC01LjMKCQlDNDMuMiw3Ni4zLDQzLDc2LDQzLjEsNzUuN3oiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00Niw5My42aC0yLjhjLTEuMywwLjEtMi41LDEtMi45LDIuM2MtMC4yLDAuNS0wLjEsMSwwLjIsMS40YzAuMywwLjMsMC43LDAuNSwxLjIsMC41aDIuOAoJCWMxLjMtMC4xLDIuNS0xLDIuOS0yLjNoMGMwLjItMC41LDAuMS0xLTAuMi0xLjRDNDYuOSw5My44LDQ2LjUsOTMuNiw0Niw5My42eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyMC41LDkyLjVjLTAuMy0wLjEtMC43LTAuMS0wLjksMC4yYy0wLjIsMC4yLTAuMywwLjYtMC4yLDAuOWMwLjEsMC4zLDAuNCwwLjUsMC44LDAuNQoJCWMwLjIsMCwwLjQtMC4xLDAuNi0wLjJzMC4yLTAuNCwwLjItMC42QzEyMSw5Mi45LDEyMC44LDkyLjYsMTIwLjUsOTIuNXogTTEyMC40LDkzLjdsLTAuMS0wLjNoLTAuMXYwLjNoLTAuM3YtMWgwLjQKCQljMC4xLDAsMC4yLDAsMC4zLDAuMWMwLjEsMC4xLDAuMSwwLjIsMC4xLDAuM2gwYzAsMC4xLTAuMSwwLjItMC4yLDAuM2wwLjIsMC40SDEyMC40eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMHYxNTBoMTUwVjBIMHogTTc1LDUwLjdjMjUuNSwwLDQ2LjIsOC41LDQ2LjIsMTlzLTIwLjcsMTguOS00Ni4zLDE4LjhjLTI1LjUsMC00Ni4yLTguNS00Ni4yLTE5CgkJQzI4LjcsNTkuMSw0OS41LDUwLjcsNzUsNTAuN3ogTTM4LjQsOTMuMWwtMS41LDUuNmMtMC4xLDAuMi0wLjMsMC40LTAuNSwwLjVjLTAuMSwwLTAuMSwwLTAuMiwwYy0wLjIsMC0wLjQtMC4xLTAuNS0wLjJsLTQuNS00LjcKCQlsLTEuMiw0LjRjLTAuMSwwLjItMC4zLDAuNC0wLjUsMC41Yy0wLjIsMC4xLTAuNSwwLTAuNy0wLjJzLTAuMi0wLjQtMC4yLTAuN2wxLjUtNS42YzAuMS0wLjIsMC4zLTAuNCwwLjUtMC41CgkJYzAuMi0wLjEsMC41LDAsMC43LDAuMmw0LjUsNC43bDEuMi00LjRjMC0wLjIsMC4yLTAuMywwLjMtMC40YzAuMi0wLjEsMC40LTAuMSwwLjUtMC4xbDAsMGMwLjIsMCwwLjMsMC4yLDAuNCwwLjMKCQlTMzguNSw5Mi45LDM4LjQsOTMuMXogTTQ4LjgsOTUuOWMtMC42LDEuOS0yLjMsMy4yLTQuMiwzLjNoLTIuOGMtMC45LDAtMS44LTAuNC0yLjMtMS4xYy0wLjUtMC44LTAuNy0xLjctMC40LTIuNgoJCWMwLjYtMS45LDIuMy0zLjIsNC4yLTMuM0g0NmMwLjksMCwxLjcsMC40LDIuMywxLjFDNDguOSw5NCw0OSw5NSw0OC44LDk1Ljl6IE01Ni43LDk2bDEuMiwxLjdjMC4xLDAuMiwwLjIsMC41LDAuMSwwLjcKCQljLTAuMSwwLjItMC4zLDAuNC0wLjYsMC40cy0wLjUtMC4xLTAuNi0wLjNMNTQuOSw5NmgtMy4zTDUxLDk4LjNjLTAuMSwwLjMtMC40LDAuNS0wLjcsMC41Yy0wLjEsMC0wLjEsMC0wLjIsMAoJCWMtMC4yLDAtMC4zLTAuMi0wLjQtMC4zcy0wLjEtMC40LTAuMS0wLjVsMS41LTUuNnYwdjB2MGgwaDBoMGgwaDUuOGwwLDBjMC42LDAsMS4xLDAuMiwxLjQsMC43YzAuNCwwLjMsMC42LDAuNywwLjcsMS4yCgkJQzU4LjksOTUuMiw1Ny45LDk2LDU2LjcsOTZ6IE02NSw5My42bC0xLjQsNS4xYy0wLjEsMC4zLTAuNCwwLjUtMC43LDAuNWMtMC4xLDAtMC4xLDAtMC4yLDBjLTAuMiwwLTAuMy0wLjItMC40LTAuMwoJCWMtMC4xLTAuMi0wLjEtMC40LTAuMS0wLjVsMS4yLTQuN2gtMy4zYy0wLjQsMC0wLjctMC4zLTAuNy0wLjdzMC4zLTAuNywwLjctMC43aDguNGMwLjQsMCwwLjcsMC4zLDAuNywwLjdjMCwwLjQtMC4zLDAuNy0wLjcsMC43CgkJSDY1eiBNNzguOSw5M2wtMS41LDUuNmMtMC4xLDAuNC0wLjUsMC42LTAuOSwwLjVjLTAuNC0wLjEtMC42LTAuNS0wLjUtMC45bDAuNS0xLjlINzFsLTAuNiwyLjNjLTAuMSwwLjMtMC40LDAuNS0wLjcsMC41CgkJYy0wLjEsMC0wLjEsMC0wLjIsMGMtMC4zLTAuMS0wLjUtMC4zLTAuNS0wLjdjMC0wLjEsMC0wLjEsMC0wLjJsMS41LTUuNmMwLjEtMC40LDAuNS0wLjYsMC45LTAuNWMwLjQsMC4xLDAuNiwwLjUsMC41LDAuOUw3MS4zLDk1CgkJaDUuNmwwLjYtMi4zYzAtMC4yLDAuMi0wLjMsMC4zLTAuNGMwLjItMC4xLDAuNC0wLjEsMC41LTAuMWwwLTAuMWMwLjIsMCwwLjMsMC4yLDAuNCwwLjNDNzguOSw5Mi43LDc4LjksOTIuOCw3OC45LDkzeiBNODguNiw5OS4yCgkJaC0wLjFDODguMiw5OS4yLDg4LDk5LDg4LDk4LjdsLTEuMy00LjNMODIuOCw5OWMtMC4yLDAuMi0wLjQsMC4zLTAuNywwLjNjLTAuMy0wLjEtMC41LTAuMy0wLjUtMC41bC0xLjctNS42CgkJYy0wLjEtMC4yLDAtMC41LDAuMi0wLjdjMC4yLTAuMiwwLjQtMC4zLDAuNy0wLjJjMC4yLDAuMSwwLjQsMC4yLDAuNSwwLjVsMS4zLDQuM2wzLjgtNC42YzAuMi0wLjIsMC40LTAuMywwLjctMC4zCgkJYzAuMywwLjEsMC41LDAuMywwLjUsMC41bDEuMyw0LjNsMy44LTQuNmMwLjEtMC4xLDAuMy0wLjIsMC41LTAuM2MwLjIsMCwwLjQsMCwwLjUsMC4yYzAuMSwwLjEsMC4yLDAuMywwLjMsMC41CgkJYzAsMC4yLDAsMC40LTAuMiwwLjVMODkuMiw5OUM4OSw5OS4xLDg4LjgsOTkuMiw4OC42LDk5LjJ6IE0xMDAuNiw5OS4xYy0wLjMsMC4yLTAuOCwwLjEtMS0wLjNsLTAuNi0xaC01bC0xLDEuMgoJCWMtMC4yLDAuMy0wLjcsMC4zLTEsMC4xcy0wLjMtMC43LTAuMS0xbDQuNi01LjZjMC4xLTAuMiwwLjQtMC4zLDAuNi0wLjNzMC40LDAuMiwwLjYsMC40bDMuMSw1LjZDMTAxLjEsOTguNSwxMDAuOSw5OSwxMDAuNiw5OS4xegoJCSBNMTAzLjYsOTkuMkwxMDMuNiw5OS4yYy0wLjMsMC0wLjUtMC4yLTAuNi0wLjRsLTMuMS01LjZjLTAuMS0wLjItMC4xLTAuNSwwLTAuN3MwLjQtMC4zLDAuNi0wLjNjMC4zLDAsMC41LDAuMSwwLjYsMC40bDIuNiw0LjgKCQlsNC43LTQuOWMwLjEtMC4xLDAuMy0wLjIsMC41LTAuMmMwLjIsMCwwLjQsMC4xLDAuNSwwLjJsMCwwYzAuMSwwLjEsMC4yLDAuMywwLjIsMC41YzAsMC4yLTAuMSwwLjQtMC4yLDAuNWwtNS40LDUuNgoJCUMxMDMuOSw5OS4xLDEwMy44LDk5LjIsMTAzLjYsOTkuMnogTTExNy44LDkzLjZIMTEybC0wLjQsMS40aDUuNGMwLjQsMCwwLjcsMC4zLDAuNywwLjdzLTAuMywwLjctMC43LDAuN2gtNS44bC0wLjQsMS40aDUuNAoJCWMwLjQsMCwwLjcsMC4zLDAuNywwLjdjMCwwLjQtMC4zLDAuNy0wLjcsMC43aC02LjNjLTAuMiwwLTAuNC0wLjEtMC42LTAuM2MtMC4xLTAuMi0wLjItMC40LTAuMS0wLjZsMC43LTIuOGMwLDAsMC0wLjEsMC0wLjEKCQlsMC44LTIuOGMwLjEtMC4zLDAuNC0wLjUsMC43LTAuNWg2LjNsMCwwYzAuNCwwLDAuNywwLjMsMC43LDAuN0MxMTguNSw5My4zLDExOC4xLDkzLjYsMTE3LjgsOTMuNnogTTEyMC4zLDk0LjMKCQljLTAuNiwwLTEuMS0wLjUtMS4xLTEuMXMwLjUtMS4xLDEtMS4xYzAuMywwLDAuNiwwLjEsMC44LDAuM2MwLjIsMC4yLDAuMywwLjUsMC4zLDAuOEMxMjEuMyw5My44LDEyMC44LDk0LjMsMTIwLjMsOTQuM3oiLz4KPC9nPgo8L3N2Zz4K);
            background-size: 100% auto
        }

        .preloader .inner .background {
            position: absolute;
            width: 400px;
            height: 200px;
            left: 50%;
            top: 50%;
            margin-left: -200px;
            margin-top: -100px;
            z-index: 1;
            background: linear-gradient(to right, rgba(201,201,216,0.2) 0, rgba(201,201,216,0.7) 50%, rgba(201,201,216,0.2) 100%) repeat;
            background-size: 50% 100%;
            animation-name: moving-gradient;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: linear
        }

@media screen and (max-width:450px) {
    .preloader .inner.topper {
        top: 0
    }

        .preloader .inner.topper .logo {
            height: 200px
        }

        .preloader .inner.topper .background {
            height: 100px
        }
}

.closeButton {
    background: white;
    z-index: 100;
    position: absolute;
    width: auto;
    height: auto;
    padding: 6px;
    width: 36px;
    height: 36px;
    right: 20px;
    top: 20px;
    box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 7px 15px 1px rgba(10,10,32,0.15);
    color: #9E9EB3;
    transition: color .3s;
    cursor: pointer
}

    .closeButton:hover {
        color: #303040
    }

.isotopeGrid article.youtube .play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 50;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: 2px solid white;
    border-radius: 100%;
    background: rgba(48,48,64,0.5) no-repeat center center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBvbHlnb24gcG9pbnRzPSIxNyAzNiAxNyAxMiAzNCAyNCI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=);
    background-size: 48px 48px;
    cursor: pointer;
    transition: box-shadow .3s ease-out
}

    .isotopeGrid article.youtube .play:hover {
        box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 7px 15px 1px rgba(10,10,32,0.15)
    }

.modal-backdrop {
    z-index: 10040
}

#modalWindow {
    z-index: 10050;
    transition: height .3s ease-out
}

    #modalWindow .responseWrapper {
        background-color: white;
        transition: height .3s ease-out
    }

    #modalWindow .modal-dialog {
        width: 80%;
        max-width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
        transition: height .3s ease-out
    }

        #modalWindow .modal-dialog .modal-content {
            border: 0;
            box-shadow: 0 10px 30px 1px rgba(10,10,32,0.3) !important;
            transition: height .3s ease-out
        }

            #modalWindow .modal-dialog .modal-content .modal-body {
                padding: 0;
                min-height: 400px;
                position: relative;
                transition: height .3s ease-out
            }

.modal-backdrop {
    background-color: #1a1a23
}

    .modal-backdrop.in {
        opacity: .8
    }

.popover {
    z-index: 2000;
    box-shadow: 0 10px 30px 1px rgba(10,10,32,0.3)
}

    .popover .featuredImageWrapper {
        width: 110px;
        float: left;
        position: relative
    }

        .popover .featuredImageWrapper figure {
            position: relative
        }

            .popover .featuredImageWrapper figure .image {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: no-repeat left top;
                background-size: contain
            }

        .popover .featuredImageWrapper .playIndicator {
            position: absolute;
            z-index: 10;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            background: no-repeat center center url(../../../../../media/image/video/play.svg)
        }

    .popover .popoverTitle {
        color: #303040;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 1px;
        margin-top: -3px
    }

    .popover .popoverHeadImageWrapper {
        margin-bottom: 15px
    }

        .popover .popoverHeadImageWrapper img {
            width: 100%
        }

    .popover .popoverLeftImageWrapper {
        float: left;
        width: 100px;
        margin-right: 15px
    }

    .popover .popoverHeadline {
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: -3px
    }

    .popover .popoverTagline {
        max-width: 350px;
        margin-bottom: 5px;
        color: #9E9EB3;
        margin-top: -2px
    }

    .popover .popover-content {
        padding: 15px
    }

        .popover .popover-content .link {
            display: inline-block;
            color: white;
            border-bottom: 1px solid rgba(255,255,255,0.33);
            transition: border-bottom-color .2s ease-out;
            cursor: pointer;
            text-transform: uppercase;
            line-height: 16px;
            margin-top: 7px
        }

            .popover .popover-content .link:hover {
                border-bottom-color: white
            }

.superWrapper {
    position: relative
}

    .superWrapper.naked {
        margin-top: -100px
    }

        .superWrapper.naked section.super:first-child {
            padding-top: 100px
        }

#dpsp-content-bottom {
    margin-top: 0 !important
}

#footer {
    background-color: #EBEBEE
}

    #footer .brand {
        color: #9E9EB3
    }

        #footer .brand svg {
            vertical-align: top
        }

    #footer .menu .footerGroup {
        display: inline-block;
        vertical-align: top
    }

        #footer .menu .footerGroup ul {
            margin-top: 0;
            margin-bottom: 0;
            width: auto;
            display: inline-block;
            padding: 0
        }

            #footer .menu .footerGroup ul li {
                display: block;
                list-style: none;
                list-style-type: none;
                margin-bottom: 5px
            }

                #footer .menu .footerGroup ul li.header {
                    color: #9E9EB3;
                    font-weight: bold;
                    text-transform: uppercase;
                    font-size: 13px;
                    margin-bottom: 10px
                }

    #footer .socialLinks a {
        color: #9E9EB3;
        transition: color .2s ease-out;
        margin-left: 13px
    }

        #footer .socialLinks a:hover {
            color: #303040
        }

    #footer .colophon {
        color: #9E9EB3
    }

.CTA {
    background-color: transparent;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    transition: color .3s ease-out;
    outline: none;
    text-align: left;
    position: relative;
    height: 39px
}

    .CTA::before {
        border: 2px solid;
        border-radius: 0;
        content: '';
        transition: border-color .3s ease-out,background-color .3s ease-out,box-shadow .3s ease-out,transform .3s cubic-bezier(.075, .82, .165, 1);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 5
    }

    .CTA svg {
        vertical-align: top;
        margin: 0 5px;
        fill: currentColor;
        position: relative;
        z-index: 10
    }

    .CTA span {
        font-family: Northstar,helvetica,arial,sans-serif;
        margin: 0 5px;
        display: inline-block;
        line-height: 20px;
        height: 16px;
        text-transform: uppercase;
        vertical-align: top;
        font-size: 14px;
        position: relative;
        z-index: 20;
        font-weight: 500
    }

    .CTA.expander:hover::before, .CTA.expander .hoverState::before {
        -ms-transform: scale(1.1, 1.2);
        transform: scale(1.1, 1.2)
    }

    .CTA.bordered {
        color: #303040
    }

        .CTA.bordered::before {
            background-color: transparent;
            border: 1px solid rgba(201,201,216,0.5)
        }

        .CTA.bordered:hover::before, .CTA.bordered .hoverState::before {
            background-color: transparent;
            border-color: #C9C9D8;
            box-shadow: 0 4px 10px 1px rgba(10,10,32,0.09)
        }

    .CTA.light {
        color: white
    }

        .CTA.light::before {
            border-color: rgba(255,255,255,0.5)
        }

        .CTA.light:hover, .CTA.light .hoverState {
            color: #303040
        }

            .CTA.light:hover::before, .CTA.light .hoverState::before {
                border-color: white;
                background-color: white;
                box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 7px 15px 1px rgba(10,10,32,0.15)
            }

    .CTA.deepWhite {
        color: #303040
    }

        .CTA.deepWhite::before {
            border-color: white;
            background-color: white
        }

        .CTA.deepWhite:hover, .CTA.deepWhite .hoverState {
            color: #303040
        }

            .CTA.deepWhite:hover::before, .CTA.deepWhite .hoverState::before {
                background-color: white;
                box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 7px 15px 1px rgba(10,10,32,0.15)
            }

    .CTA.deepDark {
        color: #303040
    }

        .CTA.deepDark::before {
            border-color: rgba(48,48,64,0.5);
            background-color: rgba(255,255,255,0.3)
        }

        .CTA.deepDark:hover, .CTA.deepDark .hoverState {
            color: white
        }

            .CTA.deepDark:hover::before, .CTA.deepDark .hoverState::before {
                background-color: #303040;
                border-color: #303040;
                box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15)
            }

    .CTA.dark {
        color: #303040
    }

        .CTA.dark::before {
            border-color: rgba(48,48,64,0.5)
        }

        .CTA.dark:hover, .CTA.dark .hoverState {
            color: white
        }

            .CTA.dark:hover::before, .CTA.dark .hoverState::before {
                background-color: #303040;
                border-color: #303040;
                box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15)
            }

    .CTA.accent {
        color: #0076FF
    }

        .CTA.accent::before {
            border-color: rgba(0,118,255,0.5)
        }

        .CTA.accent:hover, .CTA.accent .hoverState {
            color: white
        }

            .CTA.accent:hover::before, .CTA.accent .hoverState::before {
                background-color: #0076FF;
                border-color: #0076FF;
                box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15)
            }

    .CTA.deepBlue {
        color: white
    }

        .CTA.deepBlue::before {
            border-color: rgba(0,118,255,0.5);
            background-color: #0076FF
        }

        .CTA.deepBlue:hover, .CTA.deepBlue .hoverState {
            color: white
        }

            .CTA.deepBlue:hover::before, .CTA.deepBlue .hoverState::before {
                background-color: #1a84ff;
                border-color: #1a84ff;
                box-shadow: 0 7px 15px 1px rgba(0,116,250,0.3)
            }

.hotspotWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 30
}

    .hotspotWrapper .hotspotHover {
        height: 60px;
        width: 60px;
        cursor: pointer;
        position: absolute;
        margin-left: -30px;
        margin-top: -30px;
        z-index: 100
    }

    .hotspotWrapper .hotspot {
        background: #fff;
        border-radius: 50%;
        height: 24px;
        width: 24px;
        position: absolute;
        animation: pulsate 1.5s ease-out;
        animation-iteration-count: infinite;
        opacity: 0;
        box-sizing: border-box;
        margin-left: -12px;
        margin-top: -12px
    }

        .hotspotWrapper .hotspot::before {
            content: '';
            display: block;
            border: 2px solid #fff;
            border-radius: 50%;
            height: 32px;
            width: 32px;
            position: absolute;
            left: -4px;
            top: -4px;
            animation: pulsate 1.5s ease-out;
            animation-iteration-count: infinite;
            opacity: 0;
            box-sizing: border-box
        }

        .hotspotWrapper .hotspot:after {
            content: '';
            display: block;
            border: 2px solid #fff;
            border-radius: 50%;
            height: 44px;
            width: 44px;
            position: absolute;
            left: -10px;
            top: -10px;
            animation: pulsate 1.5s ease-out;
            animation-iteration-count: infinite;
            opacity: 0;
            box-sizing: border-box
        }

        .hotspotWrapper .hotspot.i1 {
            animation-delay: 300ms
        }

            .hotspotWrapper .hotspot.i1::before {
                animation-delay: 400ms
            }

            .hotspotWrapper .hotspot.i1:after {
                animation-delay: 500ms
            }

        .hotspotWrapper .hotspot.i2 {
            animation-delay: 600ms
        }

            .hotspotWrapper .hotspot.i2::before {
                animation-delay: 700ms
            }

            .hotspotWrapper .hotspot.i2:after {
                animation-delay: 800ms
            }

        .hotspotWrapper .hotspot.i3 {
            animation-delay: 900ms
        }

            .hotspotWrapper .hotspot.i3::before {
                animation-delay: 1000ms
            }

            .hotspotWrapper .hotspot.i3:after {
                animation-delay: 1100ms
            }

        .hotspotWrapper .hotspot.i4 {
            animation-delay: 1200ms
        }

            .hotspotWrapper .hotspot.i4::before {
                animation-delay: 1300ms
            }

            .hotspotWrapper .hotspot.i4:after {
                animation-delay: 1400ms
            }

        .hotspotWrapper .hotspot.i5 {
            animation-delay: 1500ms
        }

            .hotspotWrapper .hotspot.i5::before {
                animation-delay: 1600ms
            }

            .hotspotWrapper .hotspot.i5:after {
                animation-delay: 1700ms
            }

        .hotspotWrapper .hotspot.i6 {
            animation-delay: 1800ms
        }

            .hotspotWrapper .hotspot.i6::before {
                animation-delay: 1900ms
            }

            .hotspotWrapper .hotspot.i6:after {
                animation-delay: 2000ms
            }

        .hotspotWrapper .hotspot.i7 {
            animation-delay: 2100ms
        }

            .hotspotWrapper .hotspot.i7::before {
                animation-delay: 2200ms
            }

            .hotspotWrapper .hotspot.i7:after {
                animation-delay: 2300ms
            }

        .hotspotWrapper .hotspot.i8 {
            animation-delay: 2400ms
        }

            .hotspotWrapper .hotspot.i8::before {
                animation-delay: 2500ms
            }

            .hotspotWrapper .hotspot.i8:after {
                animation-delay: 2600ms
            }

        .hotspotWrapper .hotspot.i9 {
            animation-delay: 2700ms
        }

            .hotspotWrapper .hotspot.i9::before {
                animation-delay: 2800ms
            }

            .hotspotWrapper .hotspot.i9:after {
                animation-delay: 2900ms
            }

        .hotspotWrapper .hotspot.i10 {
            animation-delay: 3000ms
        }

            .hotspotWrapper .hotspot.i10::before {
                animation-delay: 3100ms
            }

            .hotspotWrapper .hotspot.i10:after {
                animation-delay: 3200ms
            }

        .hotspotWrapper .hotspot.i11 {
            animation-delay: 3300ms
        }

            .hotspotWrapper .hotspot.i11::before {
                animation-delay: 3400ms
            }

            .hotspotWrapper .hotspot.i11:after {
                animation-delay: 3500ms
            }

        .hotspotWrapper .hotspot.i12 {
            animation-delay: 3600ms
        }

            .hotspotWrapper .hotspot.i12::before {
                animation-delay: 3700ms
            }

            .hotspotWrapper .hotspot.i12:after {
                animation-delay: 3800ms
            }

        .hotspotWrapper .hotspot.i13 {
            animation-delay: 3900ms
        }

            .hotspotWrapper .hotspot.i13::before {
                animation-delay: 4000ms
            }

            .hotspotWrapper .hotspot.i13:after {
                animation-delay: 4100ms
            }

        .hotspotWrapper .hotspot.i14 {
            animation-delay: 4200ms
        }

            .hotspotWrapper .hotspot.i14::before {
                animation-delay: 4300ms
            }

            .hotspotWrapper .hotspot.i14:after {
                animation-delay: 4400ms
            }

        .hotspotWrapper .hotspot.i15 {
            animation-delay: 4500ms
        }

            .hotspotWrapper .hotspot.i15::before {
                animation-delay: 4600ms
            }

            .hotspotWrapper .hotspot.i15:after {
                animation-delay: 4700ms
            }

        .hotspotWrapper .hotspot.i16 {
            animation-delay: 4800ms
        }

            .hotspotWrapper .hotspot.i16::before {
                animation-delay: 4900ms
            }

            .hotspotWrapper .hotspot.i16:after {
                animation-delay: 5000ms
            }

        .hotspotWrapper .hotspot.i17 {
            animation-delay: 5100ms
        }

            .hotspotWrapper .hotspot.i17::before {
                animation-delay: 5200ms
            }

            .hotspotWrapper .hotspot.i17:after {
                animation-delay: 5300ms
            }

        .hotspotWrapper .hotspot.i18 {
            animation-delay: 5400ms
        }

            .hotspotWrapper .hotspot.i18::before {
                animation-delay: 5500ms
            }

            .hotspotWrapper .hotspot.i18:after {
                animation-delay: 5600ms
            }

        .hotspotWrapper .hotspot.i19 {
            animation-delay: 5700ms
        }

            .hotspotWrapper .hotspot.i19::before {
                animation-delay: 5800ms
            }

            .hotspotWrapper .hotspot.i19:after {
                animation-delay: 5900ms
            }

        .hotspotWrapper .hotspot.i20 {
            animation-delay: 6000ms
        }

            .hotspotWrapper .hotspot.i20::before {
                animation-delay: 6100ms
            }

            .hotspotWrapper .hotspot.i20:after {
                animation-delay: 6200ms
            }

.select2-container .select2-choice {
    border-radius: 0;
    border-color: #cfcfd9
}

.select2-drop-active {
    border: 1px solid #cfcfd9 !important;
    border-top: none !important;
    box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07) !important;
    border-radius: 0 !important
}

.select2-results {
    background-color: white;
    color: #303040
}

    .select2-results .select2-result {
        border-radius: 0;
        transition: background-color .2s ease-out
    }

    .select2-results .select2-highlighted {
        background-color: #EEEEF2
    }

#payment {
    border-radius: 0 !important;
    background-color: #f7f7f9 !important
}

    #payment div.payment_box {
        background-color: #EEEEF2 !important
    }

        #payment div.payment_box:before {
            border-bottom-color: #EEEEF2 !important
        }

.woocommerce small.includes_tax {
    display: none !important
}

.woocommerce .qtInput {
    -moz-appearance: textfield
}

.woocommerce nav.myAccount ul {
    padding: 0;
    margin: 0
}

    .woocommerce nav.myAccount ul li {
        list-style: none
    }

        .woocommerce nav.myAccount ul li a {
            margin: 0 -10px;
            cursor: pointer;
            display: block;
            transition: border-color .2s ease-out,color .2s ease-out;
            text-transform: uppercase;
            color: #303040;
            padding: 7px 10px 5px 10px;
            border: 1px solid transparent
        }

            .woocommerce nav.myAccount ul li a:hover {
                color: #3391ff;
                border-color: #c2deff
            }

        .woocommerce nav.myAccount ul li.is-active a {
            color: #3391ff
        }

.woocommerce .button.push {
    padding: 10px 20px 8px 20px !important;
    transition: background-color .2s ease-out,color .2s ease-out,box-shadow .2s ease-out;
    background-color: #e4e4ec;
    color: #303040;
    cursor: pointer
}

    .woocommerce .button.push:hover {
        background-color: #303040 !important;
        color: white !important;
        box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07)
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid;
    border-radius: 0;
    border-color: rgba(201,201,216,0.5);
    min-height: 300px
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.invalid input.input-text {
    border-color: #F00010
}

.woocommerce form .form-row.woocommerce-invalid label, .woocommerce form .form-row.invalid label {
    color: #F00010
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #90d8b0
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid;
    border-color: #cfcfd9;
    padding: 8px 7px 7px 7px;
    transition: border-color .2s ease-out,box-shadow .2s ease-out
}

    .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
        box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07)
    }

.woocommerce form .form-row label {
    line-height: 2;
    font-style: italic;
    text-transform: uppercase;
    font-size: 14px;
    color: #9E9EB3;
    transition: color .2s ease-out
}

.woocommerce form .form-row .required {
    text-decoration: none;
    color: transparent;
    background-color: #F00010;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    vertical-align: text-top
}

.woocommerce .quantity {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 39px;
    position: relative;
    margin-right: 5px;
    transition: box-shadow .3s ease-out;
    border: 1px solid #C9C9D8
}

    .woocommerce .quantity:hover {
        box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07)
    }

    .woocommerce .quantity:focus {
        box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15)
    }

    .woocommerce .quantity input {
        display: table-cell;
        outline: none;
        width: 70px !important;
        height: 37px;
        padding: 10px 15px;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        text-align: left !important;
        border-right: 1px solid #C9C9D8
    }

        .woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button {
            -webkit-appearance: none
        }

    .woocommerce .quantity .qtBtn {
        position: absolute;
        left: 70px;
        border: 0;
        outline: none;
        width: 28px;
        height: 18px;
        cursor: pointer;
        background: transparent;
        color: #303040;
        top: 0
    }

        .woocommerce .quantity .qtBtn svg {
            position: absolute;
            left: 6px;
            top: 1px
        }

        .woocommerce .quantity .qtBtn:active {
            background: rgba(201,201,216,0.3)
        }

        .woocommerce .quantity .qtBtn.less {
            top: auto;
            bottom: 0
        }

.woocommerce .button {
    border-radius: 0 !important;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s ease-out,background-color .2s ease-out,color .2s ease-out,box-shadow .3s ease-out;
    font-weight: normal !important;
    margin: 0;
    padding: 1.1em 1.3em 1em 1.3em !important
}

    .woocommerce .button.checkout-button {
        background-color: #0076FF !important
    }

        .woocommerce .button.checkout-button:hover {
            background-color: #006ae6 !important;
            box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15)
        }

    .woocommerce .button[name="update_cart"] {
        border: 1px solid;
        background: transparent;
        border-color: rgba(0,118,255,0.5);
        margin-bottom: 7px !important;
        color: #0076FF
    }

        .woocommerce .button[name="update_cart"]:hover {
            background: transparent;
            border-color: #0076FF;
            color: #006ae6;
            box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07)
        }

.woocommerce table.shop_table {
    margin: 0;
    border-radius: 0;
    border-color: #C9C9D8
}

    .woocommerce table.shop_table .button {
        padding: 1.1em 1.3em 1em 1.3em !important
    }

    .woocommerce table.shop_table td {
        border-color: rgba(201,201,216,0.5)
    }

        .woocommerce table.shop_table td.product-remove {
            max-width: 1px;
            text-align: center
        }

            .woocommerce table.shop_table td.product-remove a.remove {
                margin-right: 0;
                font-size: 30px;
                font-weight: normal;
                color: #cf4f5a;
                margin: 0 auto !important
            }

        .woocommerce table.shop_table td.product-thumbnail {
            border-left: 1px solid rgba(201,201,216,0.5);
            border-right: 1px solid rgba(201,201,216,0.5);
            width: 144px
        }

            .woocommerce table.shop_table td.product-thumbnail img {
                width: 120px
            }

        .woocommerce table.shop_table td.product-name a {
            font-weight: bold
        }

        .woocommerce table.shop_table td.product-name dt {
            font-weight: normal;
            color: #9E9EB3;
            font-style: italic;
            text-transform: uppercase
        }

        .woocommerce table.shop_table td.product-name dd {
            margin: 0 10px 0 10px
        }

            .woocommerce table.shop_table td.product-name dd p {
                margin: 0
            }

    .woocommerce table.shop_table th {
        text-transform: uppercase;
        font-weight: normal
    }

    .woocommerce table.shop_table td, .woocommerce table.shop_table th {
        padding-top: 12px
    }

.woocommerce.single-product .related .products {
    max-width: 804px
}

.woocommerce.single-product .related p {
    margin: 0 0 10px 0;
    max-width: 650px
}

.woocommerce article.product {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative
}

    .woocommerce article.product:hover {
        z-index: 1000 !important
    }

        .woocommerce article.product:hover.hasVariations .variationsContainer {
            max-height: 500px;
            transition: max-height .25s ease-in
        }

        .woocommerce article.product:hover.hasVariations .variationsWrapper {
            opacity: 1
        }

    .woocommerce article.product .productLink {
        display: block
    }

    .woocommerce article.product .imagesContainer {
        position: relative;
        overflow: hidden;
        z-index: 20
    }

        .woocommerce article.product .imagesContainer .imagesWrapper {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            font-size: 0
        }

            .woocommerce article.product .imagesContainer .imagesWrapper figure {
                margin: 0;
                display: inline-block;
                height: 100%;
                transition: transform .2s ease-out,opacity .2s ease-out;
                opacity: .6
            }

                .woocommerce article.product .imagesContainer .imagesWrapper figure.selected {
                    opacity: 1
                }

                .woocommerce article.product .imagesContainer .imagesWrapper figure .image {
                    background-color: white;
                    position: relative
                }

    .woocommerce article.product .variationsContainer {
        position: relative;
        max-height: 0;
        transition: max-height .2s ease-out;
        overflow: hidden
    }

        .woocommerce article.product .variationsContainer .variationsWrapper {
            position: relative;
            transition: opacity .3s ease-out,transform .2s ease-out;
            width: 100%;
            height: auto;
            bottom: 0;
            font-size: 0;
            opacity: 0;
            z-index: 10
        }

            .woocommerce article.product .variationsContainer .variationsWrapper figure {
                margin: 0 !important;
                display: inline-block;
                width: 48px;
                height: 48px;
                position: relative;
                cursor: pointer;
                border: 1px solid transparent;
                transition: border-color .3s ease-out,box-shadow .3s ease-out;
                background-color: white
            }

                .woocommerce article.product .variationsContainer .variationsWrapper figure .imagethumb {
                    position: absolute;
                    left: 4px;
                    top: 4px;
                    bottom: 4px;
                    right: 4px;
                    background-size: contain;
                    background-position: center center;
                    background-repeat: no-repeat
                }

                .woocommerce article.product .variationsContainer .variationsWrapper figure:hover {
                    border-color: rgba(201,201,216,0.5);
                    box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07)
                }

                .woocommerce article.product .variationsContainer .variationsWrapper figure.selected {
                    border-color: #C9C9D8 !important
                }

    .woocommerce article.product .inner {
        position: relative;
        z-index: 10
    }

        .woocommerce article.product .inner .backdrop {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            bottom: 0;
            background: white;
            box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15),0 0 0 1px rgba(10,10,32,0.08);
            transition: transform .2s ease-out,opacity .2s ease-out,bottom .2s ease-out;
            opacity: 0;
            -ms-transform: scale(.95, .95);
            transform: scale(.95, .95)
        }

        .woocommerce article.product .inner figure {
            position: relative;
            margin: 0 0 5px 0
        }

            .woocommerce article.product .inner figure .image {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: no-repeat left center;
                background-size: contain
            }

        .woocommerce article.product .inner .caption {
            position: relative;
            transition: transform .2s ease-out
        }

            .woocommerce article.product .inner .caption h2 {
                color: #303040;
                text-transform: uppercase;
                margin: 0;
                line-height: 15px
            }

            .woocommerce article.product .inner .caption p {
                margin: 0;
                color: #9E9EB3;
                text-transform: uppercase;
                font-style: italic;
                font-size: 13px;
                line-height: 13px
            }

            .woocommerce article.product .inner .caption .price {
                color: #303040;
                font-size: 24px;
                letter-spacing: -1px;
                line-height: 24px;
                font-weight: 500
            }

        .woocommerce article.product .inner .btn {
            transition: box-shadow .5s ease-out,border-color .5s ease-out
        }

        .woocommerce article.product .inner:hover .backdrop {
            opacity: 1;
            -ms-transform: scale(1, 1);
            transform: scale(1, 1)
        }

.woocommerce .products {
    font-size: 0
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    float: none
}

.woocommerce .productsHeading .heading {
    margin: 0
}

@media screen and (max-width:450px) {
    article.product {
        border-top: 1px solid #e4e4ec
    }
}

@media screen and (max-width:1023px) {
    aside.filter {
        position: fixed;
        background: white;
        z-index: 1200;
        left: 0;
        top: 0;
        height: 100vh;
        width: 320px;
        box-shadow: 0 10px 30px 1px rgba(10,10,32,0.3)
    }

        aside.filter .inner {
            padding: 20px;
            overflow-y: auto;
            left: 0;
            top: 0;
            width: 100%;
            bottom: 0;
            margin-top: 100px;
            margin-bottom: 0;
            position: absolute;
            -webkit-overflow-scrolling: touch
        }
}

@media screen and (min-width:1024px) {
    aside.filter {
        width: 280px;
        float: left
    }

    .woocommerce .products.looped, .woocommerce .productsHeading.looped {
        margin-left: 280px
    }

    .leftColumn {
        width: 60% !important;
        display: inline-block
    }

    .rightColumn {
        width: 39.5% !important;
        display: inline-block
    }
}

@media screen and (max-width:1023px) {
    .leftColumn.pl {
        padding-left: 0 !important
    }

    .rightColumn.pl {
        padding-left: 0 !important
    }
}

@media screen and (min-width:1160px) {
    aside.filter {
        width: 290px;
        float: left
    }

    .woocommerce .products.looped, .woocommerce .productsHeading.looped {
        margin-left: 290px
    }
}

@media screen and (min-width:1240px) {
    aside.filter {
        width: 300px;
        float: left
    }

    .woocommerce .products.looped, .woocommerce .productsHeading.looped {
        margin-left: 300px
    }
}

.animated {
    animation-duration: .2s;
    animation-fill-mode: both
}

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.hinge {
        animation-duration: 2s
    }

    .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
        animation-duration: .75s
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

.transformer {
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.hoverContainer .hoverItem {
    transition: transform .6s cubic-bezier(.215, .61, .355, 1)
}

.hoverContainer:hover .hoverItem.hoverLeft10 {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.hoverContainer:hover .hoverItem.hoverRight10 {
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.hoverContainer:hover .hoverItem.hoverTop10 {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hoverContainer:hover .hoverItem.hoverBottom10 {
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.hoverContainer:hover .hoverItem.hoverLeft20 {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.hoverContainer:hover .hoverItem.hoverRight20 {
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.hoverContainer:hover .hoverItem.hoverTop20 {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.hoverContainer:hover .hoverItem.hoverBottom20 {
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.hoverContainer:hover .hoverItem.hoverLeft30 {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
}

.hoverContainer:hover .hoverItem.hoverRight30 {
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.hoverContainer:hover .hoverItem.hoverTop30 {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.hoverContainer:hover .hoverItem.hoverBottom30 {
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.hoverContainer:hover .hoverItem.hoverLeft40 {
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.hoverContainer:hover .hoverItem.hoverRight40 {
    -ms-transform: translateX(40px);
    transform: translateX(40px)
}

.hoverContainer:hover .hoverItem.hoverTop40 {
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.hoverContainer:hover .hoverItem.hoverBottom40 {
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.hoverContainer:hover .hoverItem.hoverLeft50 {
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.hoverContainer:hover .hoverItem.hoverRight50 {
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.hoverContainer:hover .hoverItem.hoverTop50 {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.hoverContainer:hover .hoverItem.hoverBottom50 {
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.hoverContainer:hover .hoverItem.hoverLeft60 {
    -ms-transform: translateX(-60px);
    transform: translateX(-60px)
}

.hoverContainer:hover .hoverItem.hoverRight60 {
    -ms-transform: translateX(60px);
    transform: translateX(60px)
}

.hoverContainer:hover .hoverItem.hoverTop60 {
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.hoverContainer:hover .hoverItem.hoverBottom60 {
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.hoverContainer:hover .hoverItem.hoverLeft70 {
    -ms-transform: translateX(-70px);
    transform: translateX(-70px)
}

.hoverContainer:hover .hoverItem.hoverRight70 {
    -ms-transform: translateX(70px);
    transform: translateX(70px)
}

.hoverContainer:hover .hoverItem.hoverTop70 {
    -ms-transform: translateY(-70px);
    transform: translateY(-70px)
}

.hoverContainer:hover .hoverItem.hoverBottom70 {
    -ms-transform: translateY(70px);
    transform: translateY(70px)
}

.hoverContainer:hover .hoverItem.hoverLeft80 {
    -ms-transform: translateX(-80px);
    transform: translateX(-80px)
}

.hoverContainer:hover .hoverItem.hoverRight80 {
    -ms-transform: translateX(80px);
    transform: translateX(80px)
}

.hoverContainer:hover .hoverItem.hoverTop80 {
    -ms-transform: translateY(-80px);
    transform: translateY(-80px)
}

.hoverContainer:hover .hoverItem.hoverBottom80 {
    -ms-transform: translateY(80px);
    transform: translateY(80px)
}

.hoverContainer:hover .hoverItem.hoverLeft90 {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px)
}

.hoverContainer:hover .hoverItem.hoverRight90 {
    -ms-transform: translateX(90px);
    transform: translateX(90px)
}

.hoverContainer:hover .hoverItem.hoverTop90 {
    -ms-transform: translateY(-90px);
    transform: translateY(-90px)
}

.hoverContainer:hover .hoverItem.hoverBottom90 {
    -ms-transform: translateY(90px);
    transform: translateY(90px)
}

.hoverContainer:hover .hoverItem.hoverLeft100 {
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

.hoverContainer:hover .hoverItem.hoverRight100 {
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

.hoverContainer:hover .hoverItem.hoverTop100 {
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.hoverContainer:hover .hoverItem.hoverBottom100 {
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.hoverContainer:hover .hoverItem.hoverLeft110 {
    -ms-transform: translateX(-110px);
    transform: translateX(-110px)
}

.hoverContainer:hover .hoverItem.hoverRight110 {
    -ms-transform: translateX(110px);
    transform: translateX(110px)
}

.hoverContainer:hover .hoverItem.hoverTop110 {
    -ms-transform: translateY(-110px);
    transform: translateY(-110px)
}

.hoverContainer:hover .hoverItem.hoverBottom110 {
    -ms-transform: translateY(110px);
    transform: translateY(110px)
}

.hoverContainer:hover .hoverItem.hoverLeft120 {
    -ms-transform: translateX(-120px);
    transform: translateX(-120px)
}

.hoverContainer:hover .hoverItem.hoverRight120 {
    -ms-transform: translateX(120px);
    transform: translateX(120px)
}

.hoverContainer:hover .hoverItem.hoverTop120 {
    -ms-transform: translateY(-120px);
    transform: translateY(-120px)
}

.hoverContainer:hover .hoverItem.hoverBottom120 {
    -ms-transform: translateY(120px);
    transform: translateY(120px)
}

.hoverContainer:hover .hoverItem.hoverLeft130 {
    -ms-transform: translateX(-130px);
    transform: translateX(-130px)
}

.hoverContainer:hover .hoverItem.hoverRight130 {
    -ms-transform: translateX(130px);
    transform: translateX(130px)
}

.hoverContainer:hover .hoverItem.hoverTop130 {
    -ms-transform: translateY(-130px);
    transform: translateY(-130px)
}

.hoverContainer:hover .hoverItem.hoverBottom130 {
    -ms-transform: translateY(130px);
    transform: translateY(130px)
}

.hoverContainer:hover .hoverItem.hoverLeft140 {
    -ms-transform: translateX(-140px);
    transform: translateX(-140px)
}

.hoverContainer:hover .hoverItem.hoverRight140 {
    -ms-transform: translateX(140px);
    transform: translateX(140px)
}

.hoverContainer:hover .hoverItem.hoverTop140 {
    -ms-transform: translateY(-140px);
    transform: translateY(-140px)
}

.hoverContainer:hover .hoverItem.hoverBottom140 {
    -ms-transform: translateY(140px);
    transform: translateY(140px)
}

.hoverContainer:hover .hoverItem.hoverLeft150 {
    -ms-transform: translateX(-150px);
    transform: translateX(-150px)
}

.hoverContainer:hover .hoverItem.hoverRight150 {
    -ms-transform: translateX(150px);
    transform: translateX(150px)
}

.hoverContainer:hover .hoverItem.hoverTop150 {
    -ms-transform: translateY(-150px);
    transform: translateY(-150px)
}

.hoverContainer:hover .hoverItem.hoverBottom150 {
    -ms-transform: translateY(150px);
    transform: translateY(150px)
}

.hoverContainer:hover .hoverItem.hoverLeft160 {
    -ms-transform: translateX(-160px);
    transform: translateX(-160px)
}

.hoverContainer:hover .hoverItem.hoverRight160 {
    -ms-transform: translateX(160px);
    transform: translateX(160px)
}

.hoverContainer:hover .hoverItem.hoverTop160 {
    -ms-transform: translateY(-160px);
    transform: translateY(-160px)
}

.hoverContainer:hover .hoverItem.hoverBottom160 {
    -ms-transform: translateY(160px);
    transform: translateY(160px)
}

.hoverContainer:hover .hoverItem.hoverLeft170 {
    -ms-transform: translateX(-170px);
    transform: translateX(-170px)
}

.hoverContainer:hover .hoverItem.hoverRight170 {
    -ms-transform: translateX(170px);
    transform: translateX(170px)
}

.hoverContainer:hover .hoverItem.hoverTop170 {
    -ms-transform: translateY(-170px);
    transform: translateY(-170px)
}

.hoverContainer:hover .hoverItem.hoverBottom170 {
    -ms-transform: translateY(170px);
    transform: translateY(170px)
}

.hoverContainer:hover .hoverItem.hoverLeft180 {
    -ms-transform: translateX(-180px);
    transform: translateX(-180px)
}

.hoverContainer:hover .hoverItem.hoverRight180 {
    -ms-transform: translateX(180px);
    transform: translateX(180px)
}

.hoverContainer:hover .hoverItem.hoverTop180 {
    -ms-transform: translateY(-180px);
    transform: translateY(-180px)
}

.hoverContainer:hover .hoverItem.hoverBottom180 {
    -ms-transform: translateY(180px);
    transform: translateY(180px)
}

.hoverContainer:hover .hoverItem.hoverLeft190 {
    -ms-transform: translateX(-190px);
    transform: translateX(-190px)
}

.hoverContainer:hover .hoverItem.hoverRight190 {
    -ms-transform: translateX(190px);
    transform: translateX(190px)
}

.hoverContainer:hover .hoverItem.hoverTop190 {
    -ms-transform: translateY(-190px);
    transform: translateY(-190px)
}

.hoverContainer:hover .hoverItem.hoverBottom190 {
    -ms-transform: translateY(190px);
    transform: translateY(190px)
}

.hoverContainer:hover .hoverItem.hoverLeft200 {
    -ms-transform: translateX(-200px);
    transform: translateX(-200px)
}

.hoverContainer:hover .hoverItem.hoverRight200 {
    -ms-transform: translateX(200px);
    transform: translateX(200px)
}

.hoverContainer:hover .hoverItem.hoverTop200 {
    -ms-transform: translateY(-200px);
    transform: translateY(-200px)
}

.hoverContainer:hover .hoverItem.hoverBottom200 {
    -ms-transform: translateY(200px);
    transform: translateY(200px)
}

.exceedLeft10 {
    left: -10px !important
}

.exceedRight10 {
    right: -10px !important
}

.exceedTop10 {
    top: -10px !important
}

.exceedBottom10 {
    bottom: -10px !important
}

.exceedLeft20 {
    left: -20px !important
}

.exceedRight20 {
    right: -20px !important
}

.exceedTop20 {
    top: -20px !important
}

.exceedBottom20 {
    bottom: -20px !important
}

.exceedLeft30 {
    left: -30px !important
}

.exceedRight30 {
    right: -30px !important
}

.exceedTop30 {
    top: -30px !important
}

.exceedBottom30 {
    bottom: -30px !important
}

.exceedLeft40 {
    left: -40px !important
}

.exceedRight40 {
    right: -40px !important
}

.exceedTop40 {
    top: -40px !important
}

.exceedBottom40 {
    bottom: -40px !important
}

.exceedLeft50 {
    left: -50px !important
}

.exceedRight50 {
    right: -50px !important
}

.exceedTop50 {
    top: -50px !important
}

.exceedBottom50 {
    bottom: -50px !important
}

.exceedLeft60 {
    left: -60px !important
}

.exceedRight60 {
    right: -60px !important
}

.exceedTop60 {
    top: -60px !important
}

.exceedBottom60 {
    bottom: -60px !important
}

.exceedLeft70 {
    left: -70px !important
}

.exceedRight70 {
    right: -70px !important
}

.exceedTop70 {
    top: -70px !important
}

.exceedBottom70 {
    bottom: -70px !important
}

.exceedLeft80 {
    left: -80px !important
}

.exceedRight80 {
    right: -80px !important
}

.exceedTop80 {
    top: -80px !important
}

.exceedBottom80 {
    bottom: -80px !important
}

.exceedLeft90 {
    left: -90px !important
}

.exceedRight90 {
    right: -90px !important
}

.exceedTop90 {
    top: -90px !important
}

.exceedBottom90 {
    bottom: -90px !important
}

.exceedLeft100 {
    left: -100px !important
}

.exceedRight100 {
    right: -100px !important
}

.exceedTop100 {
    top: -100px !important
}

.exceedBottom100 {
    bottom: -100px !important
}

.exceedLeft110 {
    left: -110px !important
}

.exceedRight110 {
    right: -110px !important
}

.exceedTop110 {
    top: -110px !important
}

.exceedBottom110 {
    bottom: -110px !important
}

.exceedLeft120 {
    left: -120px !important
}

.exceedRight120 {
    right: -120px !important
}

.exceedTop120 {
    top: -120px !important
}

.exceedBottom120 {
    bottom: -120px !important
}

.exceedLeft130 {
    left: -130px !important
}

.exceedRight130 {
    right: -130px !important
}

.exceedTop130 {
    top: -130px !important
}

.exceedBottom130 {
    bottom: -130px !important
}

.exceedLeft140 {
    left: -140px !important
}

.exceedRight140 {
    right: -140px !important
}

.exceedTop140 {
    top: -140px !important
}

.exceedBottom140 {
    bottom: -140px !important
}

.exceedLeft150 {
    left: -150px !important
}

.exceedRight150 {
    right: -150px !important
}

.exceedTop150 {
    top: -150px !important
}

.exceedBottom150 {
    bottom: -150px !important
}

.exceedLeft160 {
    left: -160px !important
}

.exceedRight160 {
    right: -160px !important
}

.exceedTop160 {
    top: -160px !important
}

.exceedBottom160 {
    bottom: -160px !important
}

.exceedLeft170 {
    left: -170px !important
}

.exceedRight170 {
    right: -170px !important
}

.exceedTop170 {
    top: -170px !important
}

.exceedBottom170 {
    bottom: -170px !important
}

.exceedLeft180 {
    left: -180px !important
}

.exceedRight180 {
    right: -180px !important
}

.exceedTop180 {
    top: -180px !important
}

.exceedBottom180 {
    bottom: -180px !important
}

.exceedLeft190 {
    left: -190px !important
}

.exceedRight190 {
    right: -190px !important
}

.exceedTop190 {
    top: -190px !important
}

.exceedBottom190 {
    bottom: -190px !important
}

.exceedLeft200 {
    left: -200px !important
}

.exceedRight200 {
    right: -200px !important
}

.exceedTop200 {
    top: -200px !important
}

.exceedBottom200 {
    bottom: -200px !important
}

.sizeTableImageWrapper {
    max-width: 200px
}

    .sizeTableImageWrapper figure .image {
        background-size: contain
    }

.szBullet {
    color: white;
    background-color: #0076FF;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    text-align: center;
    line-height: 21px;
    margin-right: 8px
}

table.sizeTable {
    width: 100%;
    border: 1px solid #C9C9D8;
    box-sizing: border-box;
    font-size: 13px
}

    table.sizeTable td {
        transition: background-color .1s ease-out,color .1s ease-out
    }

        table.sizeTable td:hover {
            background-color: #303040 !important;
            color: white !important
        }

    table.sizeTable tr {
        transition: background-color .1s ease-out
    }

        table.sizeTable tr td:first-child {
            font-weight: bold
        }

    table.sizeTable tbody tr:hover {
        background-color: #e5e5eb
    }

    table.sizeTable tr:nth-child(even) td {
        background-color: rgba(238,238,242,0.6)
    }

    table.sizeTable tr:last-child td {
        border-bottom: 0
    }

    table.sizeTable th {
        border-bottom: 1px solid #C9C9D8
    }

    table.sizeTable td, table.sizeTable th {
        text-align: left;
        vertical-align: top;
        box-sizing: border-box
    }

@media screen and (min-width:450px) {
    table.sizeTable td, table.sizeTable th {
        padding: 3px 10px 1px 10px
    }
}

@media screen and (max-width:449px) {
    table.sizeTable td, table.sizeTable th {
        padding: 3px;
        font-size: 12px;
        letter-spacing: -0.01em
    }
}

#miniCartContent .btn {
    text-align: center
}

#miniCartContent table td {
    vertical-align: middle;
    border-bottom: 1px solid #e4e4ec
}

    #miniCartContent table td.headline span {
        font-weight: bold
    }

    #miniCartContent table td.figure {
        width: 100px;
        min-width: 100px;
        padding: 5px 10px 5px 0
    }

        #miniCartContent table td.figure figure {
            margin: 0 !important
        }

        #miniCartContent table td.figure h2 {
            display: none
        }

    #miniCartContent table td.total {
        padding-left: 30px;
        text-align: right
    }

    #miniCartContent table td.cartTotal {
        padding: 10px 0;
        text-align: right;
        border-bottom: 0
    }

.mainHeader {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    height: 100px;
    display: block;
    text-align: center;
    background-color: #2b2b34;
    background-image: linear-gradient(#222229 0, #34343f 100%);
    z-index: 10000;
    transition: background-color .2s ease-out,background-image .2s ease-out
}

    .mainHeader.naked {
        background-color: transparent;
        background-image: none
    }

    .mainHeader.opaque {
        background-color: #2b2b34 !important;
        background-image: linear-gradient(#222229 0, #34343f 100%)
    }

    .mainHeader #hamToggle {
        position: absolute;
        right: 0;
        width: 100px;
        height: 100px;
        top: 0;
        background-color: transparent;
        transition: background-color .4s ease-out;
        cursor: pointer
    }

        .mainHeader #hamToggle.open {
            background-color: white
        }

            .mainHeader #hamToggle.open #hamIcon span {
                background-color: #303040
            }

    .mainHeader div.separator {
        background-color: rgba(201,201,216,0.5);
        height: 1px
    }

    .mainHeader span.currentLanguage {
        min-width: 20px;
        text-align: right;
        display: inline-block;
        height: 100px
    }

    .mainHeader::before {
        content: 'mobile';
        display: none
    }

    .mainHeader #userMenu svg {
        margin-top: 1px
    }

    .mainHeader #userDropdown a.link.placer {
        display: block;
        transition: color .2s ease-out,border-color .2s ease-out;
        margin: 0 -10px;
        padding: 5px 30px 3px 10px;
        text-transform: uppercase;
        border: 1px solid transparent
    }

        .mainHeader #userDropdown a.link.placer:hover {
            color: #3391ff;
            border-color: #c2deff
        }

    .mainHeader #lingueDropdown li {
        /*width: 100px;*/
        width: 200px;
    }

        .mainHeader #lingueDropdown li .flag {
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: top;
            margin-right: 10px;
            margin-top: 1px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            box-shadow: inset 0 0 0 1px rgba(48,48,64,0.2)
        }

        .mainHeader #lingueDropdown li span {
            display: inline-block;
            height: 16px;
            vertical-align: top;
            line-height: 20px;
            margin-top: 1px
        }

        .mainHeader #lingueDropdown li a {
            box-sizing: border-box
        }

    .mainHeader #nazioniDropdown li {
        /*width: 100px;*/
        width: 200px;
    }

        .mainHeader #nazioniDropdown li .flag {
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: top;
            margin-right: 10px;
            margin-top: 1px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            box-shadow: inset 0 0 0 1px rgba(48,48,64,0.2)
        }

        .mainHeader #nazioniDropdown li span {
            display: inline-block;
            height: 16px;
            vertical-align: top;
            line-height: 20px;
            margin-top: 1px
        }

        .mainHeader #nazioniDropdown li a {
            box-sizing: border-box
        }

    .mainHeader nav {
        display: block;
        box-sizing: border-box
    }

        .mainHeader nav ul {
            margin: 0;
            padding: 0
        }

            .mainHeader nav ul li {
                display: inline-block;
                color: white;
                padding: 0 12px;
                margin: 0;
                height: 100px;
                cursor: pointer;
                text-transform: uppercase
            }

                .mainHeader nav ul li span {
                    line-height: 104px
                }

        .mainHeader nav li.brand {
            padding: 0
        }

            .mainHeader nav li.brand a {
                display: inline-block;
                width: 94px;
                height: 100px;
                color: white
            }

                .mainHeader nav li.brand a svg {
                    vertical-align: middle
                }

                .mainHeader nav li.brand a figure.brand {
                    margin-top: 30px;
                    width: 93px;
                    height: 49px;
                    display: inline-block;
                    vertical-align: middle
                }

        .mainHeader nav li.language {
            padding-right: 0
        }

            .mainHeader nav li.language svg {
                margin-bottom: -1px
            }

        .mainHeader nav li.dealers svg {
            margin-bottom: -2px
        }

        .mainHeader nav li.dealers span {
            margin-left: 8px
        }

        .mainHeader nav li.cart svg {
            margin-bottom: -1px
        }

        .mainHeader nav li.cart #cartCount {
            font-size: 14px;
            color: #252531;
            background-color: #cdcdea;
            height: 20px;
            line-height: 22px;
            margin-left: 8px;
            margin-bottom: 4px;
            display: inline-block;
            padding: 0 8px;
            border-radius: 10px;
            vertical-align: middle;
            font-weight: 700;
            transition: width .3s ease-out;
            min-width: 34px;
            text-align: center
        }

    .mainHeader.nav-open .dropdownWrapper {
        display: block
    }

    .mainHeader .dropdownList > ul {
        margin: 0;
        padding: 0
    }

        .mainHeader .dropdownList > ul > li {
            margin: 0;
            padding: 0;
            list-style: none;
            list-style-type: none
        }

    .mainHeader::before {
        content: 'desktop'
    }

    .mainHeader .nav-trigger {
        display: none
    }

    .mainHeader .dropdownWrapper {
        display: block;
        position: absolute;
        left: 0;
        top: 100px;
        width: auto;
        padding: 0;
        background-color: transparent;
        transform: translateZ(0);
        will-change: transform;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        transition: transform .3s
    }

    .mainHeader.isDropdownVisible .dropdownWrapper {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .mainHeader .dropdownList {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transform: translateZ(0);
        will-change: transform,width,height;
        transition: opacity .3s;
        box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 10px 30px 1px rgba(10,10,32,0.3);
        background-color: white
    }

        .mainHeader .dropdownList .dropdownIndicator {
            content: '';
            position: absolute;
            bottom: 100%;
            height: 0;
            width: 0;
            border: 8px solid transparent;
            border-bottom-color: white;
            opacity: 0;
            transition: opacity .3s,transform .2s;
            -ms-transform: translateX(50px);
            transform: translateX(50px);
            margin-left: -8px
        }

        .mainHeader .dropdownList > ul {
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%;
            overflow: hidden
        }

    .mainHeader.isDropdownVisible .dropdownList {
        opacity: 1;
        transition: transform .3s,width .3s,height .3s,opacity .3s
    }

        .mainHeader.isDropdownVisible .dropdownList .dropdownIndicator {
            opacity: 1
        }

    .mainHeader .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        transition: opacity .3s,visibility .3s
    }

        .mainHeader .dropdown.active {
            opacity: 1;
            visibility: visible
        }

        .mainHeader .dropdown.move-left .content {
            -ms-transform: translateX(-200px);
            transform: translateX(-200px)
        }

        .mainHeader .dropdown.move-right .content {
            -ms-transform: translateX(200px);
            transform: translateX(200px)
        }

    .mainHeader .content {
        padding: 0;
        transition: transform .25s;
        text-align: left;
        display: inline-block;
        white-space: nowrap;
        width: auto;
        height: auto;
        vertical-align: top;
        position: relative;
        float: left
    }

        .mainHeader .content .dropdownDivider {
            position: absolute;
            left: 270px;
            background: #E0E0E4;
            width: 1px;
            bottom: 25px;
            top: 25px
        }

        .mainHeader .content label {
            text-transform: uppercase;
            padding: 8px 25px 4px 25px;
            display: inline-block;
            color: #9E9EB3;
            vertical-align: top;
            margin: 0;
            font-style: italic;
            font-weight: normal
        }

        .mainHeader .content > .links {
            display: inline-block;
            vertical-align: top;
            padding: 37px 25px
        }

            .mainHeader .content > .links.minor {
                padding: 15px
            }

                .mainHeader .content > .links.minor ul li a {
                    width: 100%;
                    padding: 6px 10px 4px 10px
                }

            .mainHeader .content > .links ul {
                margin: 0;
                padding: 0
            }

                .mainHeader .content > .links ul li {
                    margin: 0;
                    box-sizing: border-box;
                    width: 220px;
                    display: block;
                    list-style: none
                }

                    .mainHeader .content > .links ul li.divider {
                        height: 1px;
                        background: #E0E0E4;
                        margin: 5px 0
                    }

                        .mainHeader .content > .links ul li.divider.spacer {
                            margin: 15px 0
                        }

                        .mainHeader .content > .links ul li.divider.blank {
                            background: transparent
                        }

                    .mainHeader .content > .links ul li a {
                        padding: 8px 25px 4px 25px;
                        box-sizing: border-box;
                        line-height: 20px;
                        display: block;
                        width: 220px;
                        text-decoration: none;
                        transition: background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out;
                        color: #3E3E50;
                        text-transform: uppercase;
                        border: 1px solid transparent;
                        margin: 0;
                        cursor: pointer
                    }

                        .mainHeader .content > .links ul li a span {
                            display: inline-block;
                            vertical-align: top
                        }

                        .mainHeader .content > .links ul li a:hover {
                            background-color: #EEEEF2
                        }

                        .mainHeader .content > .links ul li a.allItems {
                            color: #0076FF
                        }

                            .mainHeader .content > .links ul li a.allItems:hover {
                                color: #3391ff;
                                border-color: #c2deff;
                                background-color: transparent
                            }

        .mainHeader .content > .topPicks {
            vertical-align: top;
            display: inline-block;
            width: 400px;
            padding: 37px 25px
        }

            .mainHeader .content > .topPicks label {
                margin-top: 2px;
                padding-bottom: 0
            }

            .mainHeader .content > .topPicks .inner {
                padding-left: 25px;
                padding-right: 25px;
                padding-bottom: 10px
            }

                .mainHeader .content > .topPicks .inner .row {
                    margin: 0;
                    margin-left: -15px;
                    margin-right: -15px;
                    padding-top: 25px
                }

                    .mainHeader .content > .topPicks .inner .row .topPickCell {
                        padding: 0 15px
                    }

    .mainHeader .links .content > ul > li {
        margin-top: 0
    }

    .mainHeader .links .content, .mainHeader .button .content {
        width: 390px
    }

    .mainHeader .links-list a {
        font-size: 1.6rem;
        margin-left: 0
    }

    .mainHeader .backgroundLayer {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        background: white;
        opacity: 0;
        transition: opacity .3s;
        -ms-transform-origin: top left;
        transform-origin: top left;
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .mainHeader.isDropdownVisible .backgroundLayer {
        opacity: 1;
        transition: transform .3s,opacity .3s
    }

@media screen and (max-width:1024px) {
    .mainHeader nav li.has-dropdown, .mainHeader nav li.dealers, .mainHeader nav li.search-icon-menu {
        display: none
    }    

    #hamToggle {
        display: block
    }
}

@media screen and (min-width:1025px) {
    #hamToggle {
        display: none
    }
}

#hamIcon {
    width: 45px;
    height: 22px;
    position: relative;
    margin: 39px auto;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

    #hamIcon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: white;
        opacity: 1;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out
    }

        #hamIcon span:nth-child(even) {
            left: 50%;
            border-radius: 0
        }

        #hamIcon span:nth-child(odd) {
            left: 0;
            border-radius: 0
        }

        #hamIcon span:nth-child(1), #hamIcon span:nth-child(2) {
            top: 0
        }

        #hamIcon span:nth-child(3), #hamIcon span:nth-child(4) {
            top: 10px
        }

        #hamIcon span:nth-child(5), #hamIcon span:nth-child(6) {
            top: 20px
        }

    #hamIcon.open span:nth-child(1), #hamIcon.open span:nth-child(6) {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #hamIcon.open span:nth-child(2), #hamIcon.open span:nth-child(5) {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #hamIcon.open span:nth-child(1) {
        left: 5px;
        top: 3px
    }

    #hamIcon.open span:nth-child(2) {
        left: calc(45%);
        top: 3px
    }

    #hamIcon.open span:nth-child(3) {
        left: -50%;
        opacity: 0
    }

    #hamIcon.open span:nth-child(4) {
        left: 100%;
        opacity: 0
    }

    #hamIcon.open span:nth-child(5) {
        left: 5px;
        top: 18px
    }

    #hamIcon.open span:nth-child(6) {
        left: calc(45%);
        top: 18px
    }

#slinkyContainer {
    display: none;
    position: fixed;
    z-index: 100000;
    width: 100%;
    top: 100px;
    box-shadow: 0 10px 30px 1px rgba(10,10,32,0.3)
}

.slinky-menu {
    background-color: white;
    overflow: scroll
}

    .slinky-menu ul {
        padding: 0
    }

        .slinky-menu ul li {
            padding: 0 20px
        }

    .slinky-menu a {
        border-top: 1px solid #ececf0;
        padding: 22px 20px 20px 20px;
        text-transform: uppercase;
        color: #303040;
        font-size: 16px
    }

        .slinky-menu a:hover {
            background-color: #EEEEF2
        }

#store_locator {
    padding: 0;
    height: 100%
}

    #store_locator .row {
        height: 100%
    }

#store_modal {
    z-index: 10050
}

    #store_modal .modal-dialog {
        width: auto !important;
        margin-top: 100px
    }

    #store_modal .modal-content {
        min-height: 400px
    }

.store_locator_result_list_item {
    border-top: 1px solid #e4e4ec;
    transition: background-color .15s ease-out
}

    .store_locator_result_list_item:hover {
        background-color: #EEEEF2
    }

.store_locator_infowindow {
    overflow: hidden
}

.store_locator_result_list_item, .store_locator_infowindow {
    border-bottom: 0;
    font-family: Northstar;
    font-weight: normal
}

    .store_locator_result_list_item .store_locator_icon, .store_locator_infowindow .store_locator_icon {
        display: none
    }

    .store_locator_result_list_item h3, .store_locator_infowindow h3 {
        margin-top: 0;
        font-size: 20px;
        font-style: italic;
        font-weight: normal;
        color: #9E9EB3
    }

    .store_locator_result_list_item a, .store_locator_infowindow a {
        transition: color .2s ease-out,border-bottom-color .2s ease-out;
        border-bottom: 1px solid transparent
    }

        .store_locator_result_list_item a:hover, .store_locator_infowindow a:hover {
            color: #0076FF;
            border-bottom-color: rgba(0,118,255,0.5)
        }

    .store_locator_result_list_item i.fa, .store_locator_infowindow i.fa {
        width: 14px;
        text-align: center;
        margin-right: 2px
    }

    .store_locator_result_list_item p, .store_locator_infowindow p {
        font-size: 14px
    }

        .store_locator_result_list_item p > span, .store_locator_infowindow p > span {
            display: block;
            margin-top: 4px !important
        }

            .store_locator_result_list_item p > span[data-val="undefined"], .store_locator_infowindow p > span[data-val="undefined"] {
                display: none
            }

    .store_locator_result_list_item .store_locator_address, .store_locator_infowindow .store_locator_address {
        margin-top: 4px
    }

#store_locator_address_field {
    height: 38px;
    padding: 3px 0 0 40px;
    margin: -6px 0 0 0;
    border: 1px solid #e4e4ec;
    outline: none;
    font-weight: normal;
    font-size: 16px;
    transition: box-shadow .3s ease-out,border-color .3s ease-out;
    background: no-repeat left top url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PHBhdGggZD0iTTMyLjYwNjU5NiwyOS4xOTIzODI0IEw0MS40Mjg5MDY3LDM4LjAxNDY5MzIgTDQwLjAxNDY5MzIsMzkuNDI4OTA2NyBMMzEuMjc1NjYyNSwzMC42ODk4NzYgQzI5LjEyMjYzMjYsMzIuNzQwOTAyMiAyNi4yMDgzNTUzLDM0IDIzLDM0IEMxNi4zNzI1ODMsMzQgMTEsMjguNjI3NDE3IDExLDIyIEMxMSwxNS4zNzI1ODMgMTYuMzcyNTgzLDEwIDIzLDEwIEMyOS42Mjc0MTcsMTAgMzUsMTUuMzcyNTgzIDM1LDIyIEMzNSwyNC42OTgwMzUgMzQuMTA5NTkwNywyNy4xODgxMDM4IDMyLjYwNjU5NiwyOS4xOTIzODI0IFogTTIzLDMyIEMyOC41MjI4NDc1LDMyIDMzLDI3LjUyMjg0NzUgMzMsMjIgQzMzLDE2LjQ3NzE1MjUgMjguNTIyODQ3NSwxMiAyMywxMiBDMTcuNDc3MTUyNSwxMiAxMywxNi40NzcxNTI1IDEzLDIyIEMxMywyNy41MjI4NDc1IDE3LjQ3NzE1MjUsMzIgMjMsMzIgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjOUQ5REIyIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD48L2c+PC9zdmc+);
    background-size: contain
}

    #store_locator_address_field:hover {
        box-shadow: 0 3px 7px 1px rgba(10,10,32,0.07);
        border-color: #C9C9D8
    }

    #store_locator_address_field:focus {
        border-color: #C9C9D8
    }

    #store_locator_address_field::-webkit-input-placeholder {
        color: #9E9EB3
    }

    #store_locator_address_field:-ms-input-placeholder {
        color: #9E9EB3
    }

    #store_locator_address_field::placeholder {
        color: #9E9EB3
    }

.store_locator_search_box .row {
    margin-bottom: 0
}

.store_locator_search_box {
    margin-bottom: 0
}

#store_locator_get_my_position {
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid rgba(0,118,255,0.5);
    transition: border-color .2s ease-out
}

    #store_locator_get_my_position:hover {
        border-bottom-color: #3391ff
    }

#store_locator_sidebar {
    overflow-y: auto;
    overflow-x: hidden
}

#store_locator_find_stores_button {
    max-width: 300px;
    padding: 16px 30px 14px 30px !important;
    height: auto;
    background: white;
    border: 1px solid #e4e4ec;
    transition: border-color .2s ease-out,box-shadow .2s ease-out
}

    #store_locator_find_stores_button:hover {
        border-color: #C9C9D8;
        box-shadow: 0 7px 15px 1px rgba(10,10,32,0.15)
    }

#store_locator_result_list {
    max-height: none;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: white
}

@media screen and (max-width:1023px) {
    #store_modal .modal-dialog {
        margin-top: 20px
    }

    .modal-content {
        min-height: 600px
    }

    #store_locator_sidebar {
        width: 100%;
        float: none;
        clear: both
    }

    #store_locator_main {
        height: 400px;
        width: 100%;
        float: none;
        clear: both
    }

    #store_locator_map {
        height: 100% !important
    }
}

@media screen and (min-width:1024px) {
    #store_locator_main {
        width: 67%;
        height: 100% !important;
        float: left
    }

    #store_locator_map {
        height: 100% !important
    }

    #store_locator_sidebar {
        height: 100%;
        width: 33%
    }
}

article.topPick {
    padding: 0;
    margin: 0
}

    article.topPick a {
        cursor: pointer
    }

        article.topPick a figure {
            margin: 0 0 10px 0;
            padding: 0;
            width: 100%;
            padding-top: 75%;
            background: no-repeat left center;
            background-size: contain
        }

        article.topPick a h2 {
            margin: 0;
            padding: 0;
            font-size: 13px;
            letter-spacing: -0.02em;
            font-weight: bold;
            white-space: normal;
            text-transform: uppercase
        }

@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot");
    src: url("../fonts/lg-1.eot") format("embedded-opentype"),url("../fonts/lg.woff") format("woff"),url("../fonts/lg.ttf") format("truetype"),url("../fonts/lg.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0,0,0,0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: .5
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #FFF
    }

.lg-actions .lg-next {
    right: 20px
}

    .lg-actions .lg-next:before {
        content: "\e095"
    }

.lg-actions .lg-prev {
    left: 20px
}

    .lg-actions .lg-prev:after {
        content: "\e094"
    }

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.45)
}

    .lg-toolbar .lg-icon {
        color: #999;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 47px;
        line-height: 27px;
        padding: 10px 0;
        text-align: center;
        width: 50px;
        text-decoration: none !important;
        outline: medium none;
        transition: color .2s linear
    }

        .lg-toolbar .lg-icon:hover {
            color: #FFF
        }

    .lg-toolbar .lg-close:after {
        content: "\e070"
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2"
    }

.lg-sub-html {
    background-color: rgba(0,0,0,0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: bold
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0
    }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s,opacity .35s cubic-bezier(0, 0, .25, 1) 0s,color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s,opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        transition-duration: 0s !important
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

    .lg-outer .lg-toogle-thumb:after {
        content: "\e1ff"
    }

    .lg-outer .lg-toogle-thumb:hover {
        color: #FFF
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -30px;
        z-index: 1080;
        cursor: pointer
    }

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity .08s ease 0s
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 5px;
        width: 0
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s,top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s,opacity .15s !important;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

    #lg-actual-size:after {
        content: "\e033"
    }

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

    #lg-zoom-out:after {
        content: "\e312"
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 2px white inset
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s,transform .15s ease 0s;
    transform: translate3d(0, 5px, 0)
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%
    }

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

    .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
        box-shadow: 0 0 0 8px white inset
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s,opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid transparent;
        border-bottom-color: #FFF;
        right: 16px;
        top: -16px
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0
    }

    .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
        color: #333
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 4px 12px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0,0,0,0.07)
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -3px;
        vertical-align: middle
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 20px;
        height: auto;
        line-height: 1;
        margin-right: 8px;
        padding: 0;
        vertical-align: middle;
        width: auto
    }

.lg-outer #lg-share {
    position: relative
}

    .lg-outer #lg-share:after {
        content: "\e80d"
    }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

    .lg-outer #lg-share-facebook .lg-icon:after {
        content: "\e901"
    }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

    .lg-outer #lg-share-twitter .lg-icon:after {
        content: "\e904"
    }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

    .lg-outer #lg-share-googleplus .lg-icon:after {
        content: "\e902"
    }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

    .lg-outer #lg-share-pinterest .lg-icon:after {
        content: "\e903"
    }

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s
}

    .lg-outer * {
        box-sizing: border-box
    }

    .lg-outer.lg-visible {
        opacity: 1
    }

    .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
        transition-duration: inherit !important;
        transition-timing-function: inherit !important
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        transition-duration: 0s !important;
        opacity: 1
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

    .lg-outer .lg-item {
        background: url("../img/loading.gif") no-repeat scroll center center transparent;
        display: none !important
    }

    .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important
    }

    .lg-outer .lg-item, .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%
    }

        .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        transition: opacity .15s ease 0s
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1
    }

    .lg-outer .lg-empty-html {
        display: none
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s
}

    .lg-backdrop.in {
        opacity: 1
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        transition: opacity .1s ease 0s
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        transform: translate3d(-100%, 0, 0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        transform: translate3d(100%, 0, 0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s,opacity .1s ease 0s
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        transition: left 1s cubic-bezier(0, 0, .25, 1) 0s,opacity .1s ease 0s
    }

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -ms-flex-align: start;
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s top,.2s -webkit-transform;
            transition: .2s transform,.2s top;
            transition: .2s transform,.2s top,.2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s left,.2s -webkit-transform;
        transition: .2s transform,.2s left;
        transition: .2s transform,.2s left,.2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -ms-transform: scale(0);
        transform: scale(0);
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*HOME*/
#masthead {
    position: relative;
    z-index: 10;
    min-height: 50vw;
    max-height: 100vh
}

    #masthead .inner {
        padding-top: 100%
    }

    #masthead .nakedSpacer {
        height: 100px
    }

    #masthead .super {
        position: absolute
    }

    #masthead.naked {
        margin-top: -100px
    }

        #masthead.naked .super .content {
            margin-top: 100px;
            position: relative;
            bottom: 0;
            top: 0;
            width: 100%;
            left: 0;
            min-height: 0
        }

@media screen and (max-width:413px) {
    #masthead .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 20px;
        margin-bottom: 20px
    }

    #masthead .super .content {
        position: absolute !important
    }
}

@media screen and (min-width:414px) and (max-width:568px) {
    #masthead .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 30px;
        margin-bottom: 30px
    }

    #masthead .super .content {
        position: absolute !important
    }
}

@media screen and (min-width:569px) {
    #masthead .inner {
        padding-top: 80%
    }
}

@media screen and (min-width:1025px) {
    #masthead .inner {
        padding-top: 70%
    }

    #masthead .super .layers .layer .image {
        background-position: center 85% !important
    }
}

@media screen and (min-width:769px) {
    #masthead .inner {
        padding-top: 60%
    }
}

@media screen and (min-width:1200px) {
    #masthead .inner {
        padding-top: 65%
    }
}

#hilites {
    background: white;
    position: relative;
    z-index: 20
}

    #hilites .super {
        position: absolute
    }

    #hilites .hilite .hiliteWrapper {
        position: relative;
        padding-top: 65%
    }

        #hilites .hilite .hiliteWrapper .swiper-container {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

            #hilites .hilite .hiliteWrapper .swiper-container .swiper-slide .btn {
                position: absolute;
                bottom: 0;
                left: 0
            }

            #hilites .hilite .hiliteWrapper .swiper-container .swiper-pagination {
                bottom: 0;
                text-align: right;
                right: 0;
                left: auto;
                width: auto
            }

                #hilites .hilite .hiliteWrapper .swiper-container .swiper-pagination:hover .swiper-pagination-bullet {
                    -webkit-box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 3px 5px 1px rgba(10,10,32,0.2);
                    box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 3px 5px 1px rgba(10,10,32,0.2)
                }

                #hilites .hilite .hiliteWrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
                    border: 1px solid white;
                    background-color: transparent;
                    -webkit-transition: background-color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
                    transition: background-color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
                    -o-transition: background-color .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;
                    transition: background-color .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;
                    transition: background-color .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
                    width: 12px;
                    height: 12px;
                    margin: 0 0 0 20px;
                    opacity: 1
                }

                    #hilites .hilite .hiliteWrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                        background-color: white
                    }

                #hilites .hilite .hiliteWrapper .swiper-container .swiper-pagination.dark .swiper-pagination-bullet {
                    border: 1px solid #303040
                }

                    #hilites .hilite .hiliteWrapper .swiper-container .swiper-pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
                        background-color: #303040
                    }

@media screen and (max-width:1440px) {
    #hilites {
        margin-top: 0 !important
    }
}

#featuredProductsSwiper {
    width: 100%
}

    #featuredProductsSwiper .headlineText {
        line-height: 1
    }

    #featuredProductsSwiper article.product .inner .backdrop {
        -webkit-box-shadow: 0 4px 10px 1px rgba(10,10,32,0.15),0 0 0 1px rgba(10,10,32,0.08);
        box-shadow: 0 4px 10px 1px rgba(10,10,32,0.15),0 0 0 1px rgba(10,10,32,0.08);
        left: 6px;
        width: auto;
        right: 6px
    }

    #featuredProductsSwiper .swiper-wrapper {
        margin-bottom: 60px;
        padding-top: 10px
    }

    #featuredProductsSwiper .swiper-pagination .swiper-pagination-bullet {
        background-color: transparent;
        -webkit-transition: background-color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
        transition: background-color .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
        -o-transition: background-color .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;
        transition: background-color .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;
        transition: background-color .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
        width: 12px;
        height: 12px;
        opacity: 1;
        border: 1px solid;
        border-color: #cfcfd9
    }

        #featuredProductsSwiper .swiper-pagination .swiper-pagination-bullet:hover {
            border-color: #9E9EB3
        }

        #featuredProductsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #303040;
            border-color: #303040
        }

    #featuredProductsSwiper .swiper-button-next, #featuredProductsSwiper .swiper-button-prev {
        bottom: 0;
        top: auto;
        margin-top: 0;
        width: 48px;
        height: 48px;
        background-size: 48px 48px
    }

    #featuredProductsSwiper .swiper-button-next {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PHBvbHlnb24gZmlsbD0iIzNFM0U1MCIgcG9pbnRzPSIzNiAxMiAzNSAxMyA0NiAyNCAzNSAzNSAzNiAzNiA0OCAyNCI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=)
    }

    #featuredProductsSwiper .swiper-button-prev {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PHBvbHlnb24gZmlsbD0iIzNFM0U1MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi41MDAwMDAsIDI0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNi41MDAwMDAsIC0yNC4wMDAwMDApIiBwb2ludHM9IjEgMTIgMCAxMyAxMSAyNCAwIDM1IDEgMzYgMTMgMjQiPjwvcG9seWdvbj48L2c+PC9zdmc+)
    }

#midlites .super {
    position: absolute
}

#midlites .midliteWrapper {
    position: relative;
    padding-top: 65%
}

    #midlites .midliteWrapper .midliteInner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

        #midlites .midliteWrapper .midliteInner figure.lazy {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

        #midlites .midliteWrapper .midliteInner .captionWrapper {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 10
        }

            #midlites .midliteWrapper .midliteInner .captionWrapper a {
                position: absolute;
                bottom: 0
            }

            #midlites .midliteWrapper .midliteInner .captionWrapper h2 {
                margin: 0;
                font-style: normal
            }

#feed .filterbar .headlineText {
    line-height: 1
}

#feed article.youtube .play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 50;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: 2px solid white;
    border-radius: 100%;
    background: rgba(48,48,64,0.5) no-repeat center center url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBvbHlnb24gcG9pbnRzPSIxNyAzNiAxNyAxMiAzNCAyNCI+PC9wb2x5Z29uPjwvZz48L3N2Zz4=);
    background-size: 48px 48px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    -o-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out
}

    #feed article.youtube .play:hover {
        -webkit-box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 7px 15px 1px rgba(10,10,32,0.15);
        box-shadow: 0 0 0 1px rgba(10,10,32,0.08),0 7px 15px 1px rgba(10,10,32,0.15)
    }


/*FINE HOME*/