/*! Flickity v2.3.0
 * https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: 0
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

.flickity-button {
    position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer
    }

    .flickity-button:focus {
        outline: 0;
        box-shadow: 0 0 0 5px #19f
    }

    .flickity-button:active {
        opacity: .6
    }

    .flickity-button:disabled {
        opacity: .3;
        cursor: auto;
        pointer-events: none
    }

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

    .flickity-prev-next-button.previous {
        left: 10px
    }

    .flickity-prev-next-button.next {
        right: 10px
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1
    }
/*! Filter
---------------------------------------------- */
.cd-filter-block .cd-select::after, .cd-tab-filter::after {
    background: url("../img/filter/cd-icon-arrow.svg") center center no-repeat;
    pointer-events: none
}

.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35
}

    .cd-header h1 {
        color: #fff;
        line-height: 150px;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 300
    }

.cd-main-content:after, .cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px
}

.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden
}

.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed
}

.cd-tab-filter-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.08);
    z-index: 1
}

.cd-tab-filter {
    position: relative;
    height: 50px;
    width: 140px;
    margin: 0 auto;
    z-index: 1
}

    .cd-tab-filter::after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 16px;
        height: 16px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .cd-tab-filter ul {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: inset 0 -2px 0 #a3d133
    }

    .cd-tab-filter li {
        display: none
    }

        .cd-filter-block input[type=checkbox]:checked + label::after, .cd-filter-block input[type=radio]:checked + label::after, .cd-tab-filter li:first-child, .cd-tab-filter.is-open ul li {
            display: block
        }

    .cd-tab-filter a {
        display: block;
        height: 50px;
        width: 140px;
        line-height: 50px;
        padding-left: 14px
    }

    .cd-tab-filter.is-open::after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg)
    }

    .cd-tab-filter.is-open ul {
        box-shadow: inset 0 -2px 0 #a3d133,0 2px 10px rgba(0,0,0,.2)
    }

    .cd-tab-filter.is-open .placeholder a {
        opacity: .4
    }

.action, .cd-gallery li.gap {
    display: inline-block;
    opacity: 0
}

.cd-gallery {
    width: 100%
}

    .cd-gallery li {
        margin-bottom: 1.6em;
        box-shadow: 0 1px 4px rgba(0,0,0,.1);
        display: none;
        box-shadow: none
    }

        .cd-gallery li.gap {
            height: 0
        }

    .cd-gallery img {
        display: block;
        width: 100%
    }

.mixcontainer .cd-fail-message {
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px;
    background: #fff;
    padding: 30px;
    text-align: center;
    display: none
}

.mixcontainer .sec-main .cd-fail-message {
    box-shadow: none;
    padding: 30px 0 0
}

.mixitup-container-failed .cd-fail-message {
    width: 100%;
    display: inline-block !important
}

@media (max-width:767px) {
    .mixitup-container-failed .cd-fail-message {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px
    }

    .cd-tab-filter a, .cd-tab-filter li, .cd-tab-filter.is-open ul li {
        display: inline-block
    }

    .cd-tab-filter {
        width: auto;
        cursor: auto
    }

        .cd-tab-filter::after {
            display: none
        }

        .cd-tab-filter ul {
            background: 0 0;
            position: static;
            box-shadow: none;
            text-align: center
        }

        .cd-tab-filter li.placeholder {
            display: none !important
        }

        .cd-tab-filter a {
            padding: 0 1em;
            width: auto;
            color: #9a9a9a;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.3rem
        }

    .no-touch .cd-tab-filter a:hover {
        color: #a3d133
    }

    .cd-tab-filter a.selected {
        background: 0 0;
        color: #a3d133;
        box-shadow: inset 0 -2px 0 #a3d133
    }

    .cd-gallery {
        padding: 40px 3%
    }

        .cd-gallery ul {
            text-align: justify
        }

            .cd-gallery ul:after {
                content: "";
                display: table;
                clear: both
            }

        .cd-gallery li {
            width: 48%;
            margin-bottom: 2em
        }
}

.cd-filter {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 340px;
    background: #fff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s,box-shadow .3s;
    -moz-transition: -moz-transform .3s,box-shadow .3s;
    transition: transform .3s,box-shadow .3s
}

    .cd-filter .cd-close {
        position: absolute;
        top: 0;
        right: 5px;
        height: 45px;
        line-height: 45px;
        width: 45px;
        color: #414142;
        text-align: center;
        background: #fed800;
        opacity: 0;
        font-size: 20px !important;
        border-radius: 50px;
        box-shadow: 3px 1px 5px rgba(0,0,0,.1);
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s;
        z-index: 3
    }

    .cd-filter.filter-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 4px 4px 20px rgba(0,0,0,.2);
        font-family: "Open Sans";
        box-shadow: 2px 1px 10px rgba(0,0,0,.1)
    }

.cd-filter-block .cd-select::after, .cd-filter-block h4::before {
    position: absolute;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 16px;
    height: 16px
}

.action:hover, .cd-filter.filter-is-visible .cd-close {
    opacity: 1
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    z-index: 3
}

    .cd-filter-trigger.filter-is-visible {
        pointer-events: none
    }

@media only screen and (min-width:1170px) {
    .cd-header {
        height: 180px
    }

        .cd-header h1 {
            line-height: 180px
        }

    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px
    }

    .cd-tab-filter {
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s
    }

        .cd-gallery.filter-is-visible, .cd-tab-filter.filter-is-visible {
            width: 80%
        }

    .cd-gallery {
        padding: 50px 2%;
        float: right;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s
    }

        .cd-gallery li {
            width: 23%
        }

    .cd-filter {
        width: 20%
    }

        .cd-filter form {
            padding: 70px 10%
        }

    .cd-filter-trigger {
        width: auto;
        text-indent: 0;
        color: #9a9a9a;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s
    }

    .no-touch .cd-filter-trigger:hover {
        color: #a3d133
    }

    .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
        color: #fff
    }
}

.cd-filter-block {
    position: relative;
    margin-bottom: 1.6em
}

    .cd-filter-block h4 {
        position: relative;
        margin-bottom: 15px;
        padding: 10px 0 10px 20px;
        text-transform: uppercase;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer
    }

.no-touch .cd-filter-block h4:hover {
    color: #a3d133
}

.cd-filter-block h4::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    left: 0;
    top: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::before, .cd-filter-block input, .cd-filter-block select {
    font-family: "Open Sans",sans-serif;
    border-radius: 0;
    border: none
}

.cd-filter-block input, .cd-filter-block select {
    width: 100%;
    padding: 15px 60px 15px 30px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff !important;
    border: solid 1px #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none
}

    .cd-filter-block input:hover, .cd-filter-block select:hover {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

.cd-filter-block label i {
    font-size: 20px;
    color: grey;
    top: 40px;
    right: 40px;
    position: absolute
}

.cd-filter-block input:focus, .cd-filter-block select:focus {
    outline: 0;
    background-color: #fff
}

.cd-filter-block input::-webkit-search-cancel-button {
    display: none
}

.action-content, .cd-filter-block .cd-select {
    position: relative
}

    .cd-filter-block .cd-select::after {
        content: '';
        z-index: 1;
        right: 30px;
        top: 27px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block
    }

.cd-filter-block select::-ms-expand {
    display: none
}

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em
}

    .cd-filter-block .list li:last-of-type {
        margin-bottom: 0;
        list-style: none
    }

.cd-filter-block input[type=checkbox], .cd-filter-block input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2
}

.cd-filter-block .checkbox-label, .cd-filter-block .radio-label {
    padding-left: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: grid !important;
    font-size: 16px !important;
    color: #000
}

    .cd-filter-block .checkbox-label::after, .cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::after, .cd-filter-block .radio-label::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::before {
        width: 16px;
        height: 16px;
        margin-left: 0
    }

    .cd-filter-block .checkbox-label::after, .cd-filter-block .radio-label::after {
        display: none
    }

    .cd-filter-block .checkbox-label::after {
        width: 16px;
        height: 16px;
        background: url("../img/filter/cd-icon-check.svg") center center no-repeat
    }

    .cd-filter-block .radio-label::after, .cd-filter-block .radio-label::before {
        border-radius: 50%
    }

    .cd-filter-block .radio-label::after {
        width: 6px;
        height: 6px;
        background-color: #fff;
        left: 5px
    }

.cd-filter-block input[type=checkbox]:checked + label::before, .cd-filter-block input[type=radio]:checked + label::before {
    border-color: #a3d133;
    background-color: #a3d133
}

#ex1Slider .slider-selection {
    background: #bababa
}

.tooltip.in {
    opacity: .9
}

.tooltip.top .tooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cd-gallery {
    padding: 50px 0 0
}

    .cd-gallery .wrapper .title {
        font-size: 18px;
        font-family: "Open Sans"
    }

    .cd-gallery.domains .wrapper .title {
        font-size: 32px;
        font-family: "Open Sans"
    }

.cd-tab-filter a.selected {
    border: none !important;
    background: #fdd700 !important;
    color: #fff !important;
    box-shadow: none !important
}

    .cd-tab-filter a.selected:hover {
        text-transform: none !important;
        text-decoration: none !important
    }

.cd-tab-filter a {
    text-transform: none;
    font-size: 15px !important;
    font-family: "Open Sans";
    color: grey
}

.no-touch .cd-tab-filter a:hover {
    text-decoration: none !important
}

.no-touch .cd-filter .cd-close:hover {
    background: #32255f;
    background-color: #313131 !important;
    text-decoration: none !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cd-filter-block h4 {
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #212122 !important
}

.cd-filter-block .cd-filter-content input[type=search] {
    border: 1px solid #e0e0e0;
    font-size: 14px !important;
    background: 0 0
}

.cd-filter-block .cd-filter-content {
    padding: 0
}

.cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::before {
    border: 1px solid grey !important
}

.action {
    bottom: 0;
    right: 0;
    top: 0 !important;
    left: 0;
    position: absolute;
    height: 100%;
    border-radius: 15px;
    background: rgba(0,0,0,.7);
    text-align: center;
    transition: .3s;
    z-index: 1
}

    .action a {
        margin-right: 20px;
        font-size: 16px;
        color: #fff
    }

        .action a:last-child {
            margin-right: 0
        }

        .action a:hover {
            color: #fdd700;
            text-decoration: none
        }

        .action a i {
            color: #fff;
            font-size: 32px;
            padding: 0
        }

            .action .rating i:hover, .action a i:hover {
                color: #fdd700;
                text-decoration: none;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: .3s;
                -o-transition: .3s;
                transition: .3s
            }

    .action .metatag {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .action .rating {
        font-size: 24px;
        padding-top: 15px;
        width: 100%
    }

        .action .rating i {
            font-size: 18px;
            color: grey;
            padding: 2px
        }
/*! GDPR Cookies Plugin
---------------------------------------------- */
.gdprcookie {
    width: 90%;
    max-width: 1110px;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    color: #212122;
    font-size: 14px;
    bottom: 1.5rem;
    padding: 40px 50px;
    z-index: 99;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1)
}

.gdprcookie-intro {
    float: left
}

.gdprcookie h1, .gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem
}

.gdprcookie h2 {
    font-size: 1.2em
}

.gdprcookie a {
    color: inherit;
    font-weight: 700;
}

.gdprcookie-buttons {
    text-align: right
}

    .gdprcookie-buttons button {
        font-weight: 600;
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 13px;
        margin-right: 15px !important;
        background-color: #fed800 !important;
        color: #000 !important;
        border: none;
        cursor: pointer;
        box-shadow: 0 2px 8px 0 rgba(62,62,79,.23);
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -ms-transition: .3s linear;
        transition: .3s linear
    }

        .gdprcookie-buttons button:hover {
            box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            background-color: grey !important;
            color: #fff !important;
            border: none
        }

        .gdprcookie-buttons button:last-child {
            margin-right: 0 !important;
            background-color: #414142 !important;
            color: #fff !important;
            border: none
        }

            .gdprcookie-buttons button:last-child:hover {
                background-color: #fed800 !important;
                color: #000 !important;
                border: none
            }

        .gdprcookie-buttons button:disabled {
            color: rgba(255,255,255,.5)
        }

.gdprcookie-types {
    float: left;
    border-top: 1px solid #efefef;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px
}

    .gdprcookie-types ul {
        overflow: hidden;
        padding: 0;
        margin: 0 0 1rem
    }

    .gdprcookie-types li {
        display: block;
        list-style: none;
        float: left;
        padding: 0;
        margin: 0
    }

    .gdprcookie-types ul li {
        display: block;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .gdprcookie-types ul li input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0
        }

            .gdprcookie-types ul li input:before {
                margin-right: 30px
            }

        .gdprcookie-types ul li label {
            border: 1px solid #212122;
            border-radius: 0;
            position: relative;
            top: 0;
            left: 0;
            margin: 0 15px 0 0;
            padding: 6px 30px
        }

            .gdprcookie-types ul li label:after {
                content: "";
                position: absolute;
                display: none;
                left: 15px;
                top: 10px;
                width: 6px;
                height: 9px;
                border: solid #fff;
                border-width: 0 2px 2px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

label:before {
    margin-right: 20px
}

.gdprcookie-types ul li input:checked ~ label {
    color: #fff
}

.gdprcookie-types ul li input:disabled ~ label {
    background-color: grey;
    border: 1px solid grey
}

.gdprcookie-types ul li input:checked ~ label:after {
    display: block
}

@media (max-width:1050px) {
    .gdprcookie-intro {
        width: 100%
    }

    .gdprcookie-buttons {
        text-align: left;
        margin-top: 10px;
        display: inline-block
    }

        .gdprcookie-buttons button {
            margin: 10px 10px 0 0 !important
        }
}

@media (max-width:767px) {
    .gdprcookie-buttons {
        text-align: left;
        margin-top: 20px;
        display: inline-block
    }

        .gdprcookie-buttons button {
            margin-right: 10px !important
        }

    .gdprcookie-types ul li {
        margin-top: 10px
    }
}
/*! MAGNIFIC Popup
 * https://dimsemenov.com/plugins/magnific-popup/
---------------------------------------------- */
.mfp-bg, .mfp-container, .mfp-wrap {
    left: 0;
    width: 100%
}

    .mfp-container:before, .mfp-content {
        display: inline-block;
        vertical-align: middle
    }

.mfp-close, body[data-font=nunito] button.mfp-close, body[data-font=opensans] button.mfp-close, body[data-font=poppins] button.mfp-close, body[data-font=raleway] button.mfp-close {
    font-family: cloudicon !important
}

.mfp-bg, .mfp-container, .mfp-wrap {
    top: 0;
    height: 100%
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        height: 100%
    }

.mfp-align-top .mfp-container:before, .mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-gallery .mfp-image-holder .mfp-figure, .mfp-zoom {
    cursor: pointer
}

.mfp-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer !important;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    font-size: 35px;
    color: #fff;
    position: absolute;
    right: -60px;
    top: 20px;
    opacity: .5;
    text-decoration: none;
    font-style: normal
}

    .mfp-close:focus, .mfp-close:hover {
        font-family: cloudicon !important;
        content: '\e9e4';
        opacity: .5;
        opacity: 1;
        color: #fff;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    height: 40px
}

.mfp-counter {
    position: absolute;
    font-size: 13px;
    top: 15px;
    right: 25px;
    color: #fff;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1;
        color: #fff;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .mfp-arrow:after, .mfp-arrow:before {
        font-family: cloudicon;
        color: #fff;
        font-size: 50px;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        content: '\e9e4';
        opacity: .5
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin: 90px 0 0 65px;
        transform: rotate(180deg)
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        margin: 20px 0 0 25px
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    max-width: 900px;
    margin: 0
}

.mfp-bottom-bar {
    border-radius: 50px;
    padding: 15px 25px;
    background-color: grey;
    margin-top: -30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile .mfp-bottom-bar:empty, .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.mfp-popup:hover {
    background: rgba(94,72,157,.8);
    background: -webkit-linear-gradient(-145deg,rgba(94,72,157,.8) 0,rgba(105,195,152,.8) 100%);
    background: linear-gradient(-145deg,rgba(94,72,157,.8) 0,rgba(105,195,152,.8) 100%);
    opacity: 1
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media all and (max-width:1050px) {
    button.mfp-close {
        margin-right: 70px !important;
        margin-top: -30px
    }
}
/*! MIXITUP Plugin
 * https://www.kunkalabs.com/mixitup/
---------------------------------------------- */
.control[data-filter]:after, .control[data-sort]:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    content: '';
    position: absolute
}

.checkbox, .mixcontainer, .radio {
    text-align: justify
}

.checkbox-input, .checkbox-label, .control, .mix:before, .radio-group, .radio-input, .radio-label, .range-slider {
    display: inline-block
}

    .checkbox-label, .radio-label, .range-slider-label, .range-slider::after, .range-slider::before {
        font-family: 'Open Sans',arial,sans-serif
    }

.control, .mix, .mixcontainer, .range-slider {
    position: relative
}

.controls {
    padding: 1rem;
    font-size: .1px
}

.control {
    width: 2.7rem;
    height: 2.7rem;
    background: #444;
    cursor: pointer;
    font-size: .1px;
    color: #fff;
    transition: background 150ms
}

    .control:hover {
        background: #3f3f3f
    }

    .control[data-filter]:after {
        border: 2px solid currentColor;
        border-radius: 2px;
        background: currentColor;
        transition: background-color 150ms,border-color 150ms
    }

    .control[data-sort]:after {
        border-top: 2px solid;
        border-left: 2px solid;
        transform: translateY(1px) rotate(45deg)
    }

    .control[data-sort*=":desc"]:after {
        transform: translateY(-4px) rotate(-135deg)
    }

.mixitup-control-active {
    background: #393939
}

    .mixitup-control-active[data-filter]:after {
        background: 0 0
    }

.control:first-of-type {
    border-radius: 3px 0 0 3px
}

.control:last-of-type {
    border-radius: 0 3px 3px 0
}

.mixcontainer:after {
    content: '';
    width: 100%
}

.radio-group {
    padding: .5rem;
    margin-right: .75rem;
    vertical-align: top
}

.checkbox:after, .radio:after {
    content: '';
    display: inline-block;
    width: 100%
}

.checkbox-label, .radio-label {
    color: #fff;
    font-size: .9rem;
    margin-right: .5rem
}

.range-slider {
    width: 49% !important;
    vertical-align: middle
}

    .range-slider:last-child {
        margin-left: 0
    }

    .range-slider::after, .range-slider::before {
        font-size: 14px;
        color: #000;
        content: '16GB';
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 .2rem
    }

    .range-slider::after {
        content: '256GB';
        color: #000 !important;
        left: auto;
        right: 0
    }

.range-slider-label {
    display: block;
    font-size: .8rem;
    color: #ccc;
    margin-bottom: .05rem
}

.gap, .input, .mix {
    display: inline-block;
    vertical-align: top
}

.range-slider:last-child .range-slider-label {
    text-align: right
}

.range-slider-input {
    width: 100% !important;
    position: relative;
    background: 0 0;
    -webkit-appearance: none;
    margin-bottom: 1.7rem;
    z-index: 1
}

    .range-slider-input::-webkit-slider-runnable-track {
        width: 300px;
        height: 1px;
        border: none;
        border-radius: 0;
        transition: background 150ms
    }

    .range-slider-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        margin-top: -8px
    }

    .range-slider-input:focus {
        outline: 0
    }

    .range-slider-input:hover {
        border: none
    }

.range-slider input, .range-slider input:focus, .range-slider input:hover {
    border: none !important;
    padding: 0 !important;
    outline: 0 !important
}

.input {
    font-size: 1rem;
    padding: .75rem;
    border-radius: 2px;
    border: 0;
    background: #fff;
    font-family: 'helvetica neue',arial,sans-serif
}

.gap, .mix {
    width: 31%;
    width: calc(100%/1 - (((1 - 1) * 1rem)/ 1))
}

    .mix.ext {
        width: calc(100%/1 - (((1 - 1) * 1rem)/ 1));
        display: table-row
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .gap, .mix {
        width: calc(100%/2 - (((2 - 1) * 1rem)/ 1))
    }

    .mixcontainer.pb-80 {
        padding-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .gap, .mix {
        width: calc(100%/3 - (((3 - 1) * 1rem)/ 1))
    }
}

@media (min-width:450px) {
    .visible-xs-mobile {
        display: none
    }
}

@media (min-width:768px) {
    .no-padding-sm {
        padding: 0
    }

    .main-menu {
        display: block
    }
}

@media (min-width:992px) {
    .clear-md {
        clear: both
    }

    .no-padding-md {
        padding: 0
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    .text-sm-center {
        text-align: center
    }

    .clear-sm {
        clear: both
    }
}

@media (max-width:991px) {
    .container-responsive {
        width: auto;
        padding: 0
    }
}

@media (max-width:767px) {
    .mixcontainer.pb-5 {
        padding-bottom: 0 !important
    }

    .text-xs-center {
        text-align: center
    }

    .text-xs-left {
        text-align: left
    }
}

@media (max-width:480px) {
    .col-xs-mobile {
        width: 100%
    }

    .no-padding-xs {
        padding: 0
    }
}
/*! nouislider - 14.1.1 - 12/15/2019
 * https://refreshless.com/nouislider/
---------------------------------------------- */
.noUi-tooltip, .noUi-value {
    text-align: center;
    white-space: nowrap
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect, .noUi-handle, .noUi-marker, .noUi-origin, .noUi-pips, .noUi-tooltip, .noUi-value {
    position: absolute
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%;
    background: #3fb8af
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        right: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        right: -6px;
        top: -17px
    }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    color: #999
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%
}
/*! Swiper 5.1.0
 * http://swiperjs.com
---------------------------------------------- */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        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,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(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,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.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 {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        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: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-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%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(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,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@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;
        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 {
        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: 0px;
        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
    }
/*! Slick
 * https://kenwheeler.github.io/slick/
---------------------------------------------- */
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-arrow.slick-hidden, .slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
/* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 ---------------------------------------------- */
.tick {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
    z-index: 1;
    line-height: 1.4
}

    .tick * {
        box-sizing: inherit
    }

    .tick [data-view] {
        max-width: 100%
    }

    .tick span[data-view] {
        display: inline-block
    }

    .tick .tick-credits {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: .4;
        text-decoration: none;
        font-size: 11px;
        color: inherit
    }

    .tick [data-layout~=pad] {
        margin: -.25em
    }

        .tick [data-layout~=pad] > * {
            margin: .25em
        }

    .tick [data-layout~=horizontal] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }

        .tick [data-layout~=horizontal][data-layout~=baseline] {
            -ms-flex-align: baseline;
            align-items: baseline
        }

        .tick [data-layout~=horizontal][data-layout~=center] {
            -ms-flex-pack: center;
            justify-content: center
        }

        .tick [data-layout~=horizontal][data-layout~=right] {
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .tick [data-layout~=horizontal][data-layout~=left] {
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .tick [data-layout~=horizontal][data-layout~=fill], .tick [data-layout~=horizontal][data-layout~=stretch] {
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

            .tick [data-layout~=horizontal][data-layout~=fill] > *, .tick [data-layout~=horizontal][data-layout~=stretch] > * {
                -ms-flex: 1 0 0px;
                flex: 1 0 0;
                width: 100%
            }

        .tick [data-layout~=horizontal][data-layout~=multi-line] {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .tick [data-layout~=horizontal][data-layout~=fit] {
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-line-pack: center;
            align-content: center;
            white-space: nowrap;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

    .tick [data-layout~=vertical] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

        .tick [data-layout~=vertical][data-layout~=top] {
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .tick [data-layout~=vertical][data-layout~=bottom] {
            -ms-flex-pack: end;
            justify-content: flex-end;
            min-height: 100%
        }

        .tick [data-layout~=vertical][data-layout~=middle] {
            -ms-flex-pack: center;
            justify-content: center;
            min-height: 100%
        }

        .tick [data-layout~=vertical][data-layout~=left] {
            -ms-flex-align: start;
            align-items: flex-start
        }

        .tick [data-layout~=vertical][data-layout~=right] {
            -ms-flex-align: end;
            align-items: flex-end
        }

        .tick [data-layout~=vertical][data-layout~=center] {
            text-align: center
        }

        .tick [data-layout~=vertical][data-layout~=fill], .tick [data-layout~=vertical][data-layout~=stretch] {
            -ms-flex-align: stretch;
            align-items: stretch;
            min-height: 100%
        }

            .tick [data-layout~=vertical][data-layout~=fill] > *, .tick [data-layout~=vertical][data-layout~=stretch] > * {
                -ms-flex: 1 0 0px;
                flex: 1 0 0
            }

        .tick [data-layout~=vertical] > * + * {
            margin-top: .5em
        }

    .tick [data-layout~=overlay] {
        position: relative
    }

        .tick [data-layout~=overlay] > * {
            margin: 0
        }

        .tick [data-layout~=overlay][data-layout~=center] {
            text-align: center
        }

        .tick [data-layout~=overlay][data-layout~=left] {
            text-align: left
        }

        .tick [data-layout~=overlay][data-layout~=right] {
            text-align: right
        }

        .tick [data-layout~=overlay] > [data-overlay=fill], .tick [data-layout~=overlay] > [data-overlay=stretch] {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

        .tick [data-layout~=overlay] > [data-overlay=center] {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0
        }

.tick-flip {
    position: relative;
    text-align: center
}

    .tick-flip * {
        border-radius: inherit;
        white-space: pre;
        letter-spacing: inherit;
        text-indent: inherit
    }

.tick-flip-front {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.tick-flip-back {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tick-flip-spacer {
    display: block;
    visibility: hidden
}

.tick-flip-shadow {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: transparent !important;
    background: transparent !important
}

.tick-flip-shadow-top {
    bottom: calc(50% - 1px)
}

.tick-flip-shadow-bottom {
    top: calc(50% + 1px)
}

.tick-flip-card-shadow {
    position: absolute;
    left: .15em;
    right: .15em;
    bottom: .125em;
    height: .5em;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    transform-origin: 0 100%;
    box-shadow: 0 .125em .25em rgba(0,0,0,.5),0 .125em .5em rgba(0,0,0,.75);
    z-index: 0
}

.tick-flip-card {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 4em
}

.tick-flip-panel-back, .tick-flip-panel-front {
    position: absolute;
    left: 0;
    width: 100%;
    height: 51%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

.tick-flip-panel-back-text, .tick-flip-panel-front-text {
    position: absolute;
    left: -1px;
    top: 0;
    right: -1px;
    height: 100%;
    overflow: hidden
}

.tick-flip-panel-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
    height: 200%;
    top: -100%
}

.tick-flip-panel-front {
    transform-origin: center bottom;
    top: 0;
    z-index: 2;
    box-shadow: inset 0 1px hsla(0,0%,100%,.05)
}

.tick-flip-panel-back {
    transform-origin: center top;
    top: 50%;
    z-index: 1;
    box-shadow: inset 0 -1px rgba(0,0,0,.1)
}

    .tick-flip-panel-back:after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg,rgba(0,0,0,.3) 1px,rgba(0,0,0,.15) 0,transparent 30%)
    }

.tick-flip-panel-back-shadow {
    z-index: 2
}

.tick-flip-panel-back-highlight {
    z-index: 3
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.tick-flip-panel-back-highlight, .tick-flip-panel-back-shadow, .tick-flip-panel-front-shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.tick-flip-panel-front-shadow {
    background-image: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.3))
}

.tick-flip-panel-back-shadow {
    background-image: linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5))
}

.tick-flip-panel-back-highlight {
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.3))
}

.tick [data-style*="shadow:inner"], .tick [data-style*="shadow:inner"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-card-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back, .tick [data-style*="shadow:none"] .tick-flip-panel-front, .tick [data-style*="shadow:none"] .tick-flip-shadow {
    box-shadow: none
}

.tick [data-style*="shadow:none"] .tick-flip-back:after, .tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow, .tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after, .tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
    background-image: none
}

.tick [data-style*="rounded:none"] {
    border-radius: 0
}

.tick [data-style*="rounded:panels"] .tick-flip-front, .tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.tick [data-style*="rounded:panels"] .tick-flip-back, .tick [data-style*="rounded:panels"] .tick-flip-panel-back:after, .tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.tick-flip {
    margin-left: .0625em;
    margin-right: .0625em;
    min-width: 1.125em;
    border-radius: .125em;
    letter-spacing: .25em;
    text-indent: .25em
}

.tick-flip-panel {
    color: #edebeb;
    background-color: #333232
}

.tick-flip-shadow {
    box-shadow: 0 .125em .3125em rgba(0,0,0,.25),0 .02125em .06125em rgba(0,0,0,.25)
}
