@-ms-viewport {
    width: device-width;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 19px;
    padding-left: 19px;
}
@media (min-width: 576px) {
    .container {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 768px) {
    .container {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 992px) {
    .container {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 1200px) {
    .container {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}
.container-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 19px;
    padding-left: 19px;
}
@media (min-width: 576px) {
    .container-fluid {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 19px;
        padding-left: 19px;
    }
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -19px;
    margin-left: -19px;
}
@media (min-width: 576px) {
    .row {
        margin-right: -19px;
        margin-left: -19px;
    }
}
@media (min-width: 768px) {
    .row {
        margin-right: -19px;
        margin-left: -19px;
    }
}
@media (min-width: 992px) {
    .row {
        margin-right: -19px;
        margin-left: -19px;
    }
}
@media (min-width: 1200px) {
    .row {
        margin-right: -19px;
        margin-left: -19px;
    }
    .row.double-row{
        margin-left: -38px;
        margin-right: -38px;
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 19px;
    padding-left: 19px;
}
@media (min-width: 576px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 992px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 19px;
        padding-left: 19px;
    }
}
@media (min-width: 1200px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 19px;
        padding-left: 19px;
    }
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pull-0 {
    right: auto;
}
.pull-1 {
    right: 8.333333%;
}
.pull-2 {
    right: 16.666667%;
}
.pull-3 {
    right: 25%;
}
.pull-4 {
    right: 33.333333%;
}
.pull-5 {
    right: 41.666667%;
}
.pull-6 {
    right: 50%;
}
.pull-7 {
    right: 58.333333%;
}
.pull-8 {
    right: 66.666667%;
}
.pull-9 {
    right: 75%;
}
.pull-10 {
    right: 83.333333%;
}
.pull-11 {
    right: 91.666667%;
}
.pull-12 {
    right: 100%;
}
.push-0 {
    left: auto;
}
.push-1 {
    left: 8.333333%;
}
.push-2 {
    left: 16.666667%;
}
.push-3 {
    left: 25%;
}
.push-4 {
    left: 33.333333%;
}
.push-5 {
    left: 41.666667%;
}
.push-6 {
    left: 50%;
}
.push-7 {
    left: 58.333333%;
}
.push-8 {
    left: 66.666667%;
}
.push-9 {
    left: 75%;
}
.push-10 {
    left: 83.333333%;
}
.push-11 {
    left: 91.666667%;
}
.push-12 {
    left: 100%;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.333333%;
    }
    .pull-sm-2 {
        right: 16.666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.333333%;
    }
    .pull-sm-5 {
        right: 41.666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.333333%;
    }
    .pull-sm-8 {
        right: 66.666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.333333%;
    }
    .pull-sm-11 {
        right: 91.666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.333333%;
    }
    .push-sm-2 {
        left: 16.666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.333333%;
    }
    .push-sm-5 {
        left: 41.666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.333333%;
    }
    .push-sm-8 {
        left: 66.666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.333333%;
    }
    .push-sm-11 {
        left: 91.666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.333333%;
    }
    .pull-md-2 {
        right: 16.666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.333333%;
    }
    .pull-md-5 {
        right: 41.666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.333333%;
    }
    .pull-md-8 {
        right: 66.666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.333333%;
    }
    .pull-md-11 {
        right: 91.666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.333333%;
    }
    .push-md-2 {
        left: 16.666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.333333%;
    }
    .push-md-5 {
        left: 41.666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.333333%;
    }
    .push-md-8 {
        left: 66.666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.333333%;
    }
    .push-md-11 {
        left: 91.666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.333333%;
    }
    .pull-lg-2 {
        right: 16.666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.333333%;
    }
    .pull-lg-5 {
        right: 41.666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.333333%;
    }
    .pull-lg-8 {
        right: 66.666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.333333%;
    }
    .pull-lg-11 {
        right: 91.666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.333333%;
    }
    .push-lg-2 {
        left: 16.666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.333333%;
    }
    .push-lg-5 {
        left: 41.666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.333333%;
    }
    .push-lg-8 {
        left: 66.666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.333333%;
    }
    .push-lg-11 {
        left: 91.666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.333333%;
    }
    .pull-xl-2 {
        right: 16.666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.333333%;
    }
    .pull-xl-5 {
        right: 41.666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.333333%;
    }
    .pull-xl-8 {
        right: 66.666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.333333%;
    }
    .pull-xl-11 {
        right: 91.666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.333333%;
    }
    .push-xl-2 {
        left: 16.666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.333333%;
    }
    .push-xl-5 {
        left: 41.666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.333333%;
    }
    .push-xl-8 {
        left: 66.666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.333333%;
    }
    .push-xl-11 {
        left: 91.666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}
.selectric-focus .selectric {
    border-color: #aaaaaa;
}
.selectric-hover .selectric {
    border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #c4c4c4;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: NaN a !important;
    background: none !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}
.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}
.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slider-homepage-top .slick-list{
    overflow: visible;
}
.slider-homepage-top .slide-info.fullwidth .container-section{
    padding: 116px 120px 70px 120px;
}
@media(max-width: 992px){
    .slider-homepage-top .slide-info.fullwidth .container-section{
        padding: 116px 20px 70px 20px;
    }
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -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 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.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;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    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 {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    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: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.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: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}
.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;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.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%;
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-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-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .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, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.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;
    }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
@font-face {
    font-family: 'HelveticaNeueW01-45Light';
    src: url('../fonts/HelveticaNeueW01-45Light.woff2') format('woff2'), url('../fonts/HelveticaNeueW01-45Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueW01-55Roman';
    src: url('../fonts/HelveticaNeueW01-55Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueW01-55Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueW01-75Bold';
    src: url('../fonts/HelveticaNeueW01-75Bold.woff2') format('woff2'), url('../fonts/HelveticaNeueW01-75Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.offset-right-12 {
    margin-right: 100%;
}
.offset-right-11 {
    margin-right: 91.66666667%;
}
.offset-right-10 {
    margin-right: 83.33333333%;
}
.offset-right-9 {
    margin-right: 75%;
}
.offset-right-8 {
    margin-right: 66.66666667%;
}
.offset-right-7 {
    margin-right: 58.33333333%;
}
.offset-right-6 {
    margin-right: 50%;
}
.offset-right-5 {
    margin-right: 41.66666667%;
}
.offset-right-4 {
    margin-right: 33.33333333%;
}
.offset-right-3 {
    margin-right: 25%;
}
.offset-right-2 {
    margin-right: 16.66666667%;
}
.offset-right-1 {
    margin-right: 8.33333333%;
}
.offset-right-0 {
    margin-right: 0;
}
@media (min-width: 576px) {
    .offset-sm-right-12 {
        margin-right: 100%;
    }
    .offset-sm-right-11 {
        margin-right: 91.66666667%;
    }
    .offset-sm-right-10 {
        margin-right: 83.33333333%;
    }
    .offset-sm-right-9 {
        margin-right: 75%;
    }
    .offset-sm-right-8 {
        margin-right: 66.66666667%;
    }
    .offset-sm-right-7 {
        margin-right: 58.33333333%;
    }
    .offset-sm-right-6 {
        margin-right: 50%;
    }
    .offset-sm-right-5 {
        margin-right: 41.66666667%;
    }
    .offset-sm-right-4 {
        margin-right: 33.33333333%;
    }
    .offset-sm-right-3 {
        margin-right: 25%;
    }
    .offset-sm-right-2 {
        margin-right: 16.66666667%;
    }
    .offset-sm-right-1 {
        margin-right: 8.33333333%;
    }
    .offset-sm-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .offset-md-right-12 {
        margin-right: 100%;
    }
    .offset-md-right-11 {
        margin-right: 91.66666667%;
    }
    .offset-md-right-10 {
        margin-right: 83.33333333%;
    }
    .offset-md-right-9 {
        margin-right: 75%;
    }
    .offset-md-right-8 {
        margin-right: 66.66666667%;
    }
    .offset-md-right-7 {
        margin-right: 58.33333333%;
    }
    .offset-md-right-6 {
        margin-right: 50%;
    }
    .offset-md-right-5 {
        margin-right: 41.66666667%;
    }
    .offset-md-right-4 {
        margin-right: 33.33333333%;
    }
    .offset-md-right-3 {
        margin-right: 25%;
    }
    .offset-md-right-2 {
        margin-right: 16.66666667%;
    }
    .offset-md-right-1 {
        margin-right: 8.33333333%;
    }
    .offset-md-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .offset-lg-right-12 {
        margin-right: 100%;
    }
    .offset-lg-right-11 {
        margin-right: 91.66666667%;
    }
    .offset-lg-right-10 {
        margin-right: 83.33333333%;
    }
    .offset-lg-right-9 {
        margin-right: 75%;
    }
    .offset-lg-right-8 {
        margin-right: 66.66666667%;
    }
    .offset-lg-right-7 {
        margin-right: 58.33333333%;
    }
    .offset-lg-right-6 {
        margin-right: 50%;
    }
    .offset-lg-right-5 {
        margin-right: 41.66666667%;
    }
    .offset-lg-right-4 {
        margin-right: 33.33333333%;
    }
    .offset-lg-right-3 {
        margin-right: 25%;
    }
    .offset-lg-right-2 {
        margin-right: 16.66666667%;
    }
    .offset-lg-right-1 {
        margin-right: 8.33333333%;
    }
    .offset-lg-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .offset-xl-right-12 {
        margin-right: 100%;
    }
    .offset-xl-right-11 {
        margin-right: 91.66666667%;
    }
    .offset-xl-right-10 {
        margin-right: 83.33333333%;
    }
    .offset-xl-right-9 {
        margin-right: 75%;
    }
    .offset-xl-right-8 {
        margin-right: 66.66666667%;
    }
    .offset-xl-right-7 {
        margin-right: 58.33333333%;
    }
    .offset-xl-right-6 {
        margin-right: 50%;
    }
    .offset-xl-right-5 {
        margin-right: 41.66666667%;
    }
    .offset-xl-right-4 {
        margin-right: 33.33333333%;
    }
    .offset-xl-right-3 {
        margin-right: 25%;
    }
    .offset-xl-right-2 {
        margin-right: 16.66666667%;
    }
    .offset-xl-right-1 {
        margin-right: 8.33333333%;
    }
    .offset-xl-right-0 {
        margin-right: 0;
    }
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    -webkit-font-smoothing: antialiased;
    font: 17px/1.77 'HelveticaNeueW01-45Light';
    color: #6b767e;
    height: 100%;
    background: #fff;
    max-width: 100vw;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.1;
    font-family: 'HelveticaNeueW01-45Light', serif;
    font-weight: 300;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .83em;
}
h6 {
    font-size: .75em;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 17px;
    }
}
.f-sz-20,
.f-sz-20[class] {
    font-size: 20px;
}
.f-sz-20.checked-list > li:before,
.f-sz-20[class].checked-list > li:before {
    margin-top: 8px;
}
.f-sz-22,
.f-sz-22[class] {
    font-size: 22px;
}
.f-sz-24,
.f-sz-24[class] {
    font-size: 24px;
}
.f-sz-26,
.f-sz-26[class] {
    font-size: 26px;
}
@media screen and (max-width: 991px) {
    .f-sz-20,
    .f-sz-20[class] {
        font-size: 18px;
    }
    .f-sz-22,
    .f-sz-22[class] {
        font-size: 18px;
    }
    .f-sz-24,
    .f-sz-24[class] {
        font-size: 18px;
    }
    .f-sz-26,
    .f-sz-26[class] {
        font-size: 18px;
    }
}
p {
    margin: 0 0 15px;
}
a {
    color: #009bde;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color: #6b767e;
}
strong,
b {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
audio,
canvas,
svg,
video {
    max-width: 100%;
    height: auto;
}
audio,
canvas,
iframe,
svg,
video {
    vertical-align: middle;
}
iframe {
    /*width: 1px;
    min-width: 100%;
    *width: 100%;*/
    margin: 0 0 15px;
    border: none;
}
img {
    border: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
blockquote {
    font-size: 25px;
    line-height: 1.5;
    margin: 0 0 15px;
}
hr {
    border: none;
    margin: 0 0 20px;
    padding: 0;
    height: 1px;
    background: #d8d8d8;
}
ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
ul > li {
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
}
ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #6b767e;
    border-radius: 50%;
}
ol {
    padding: 0;
    margin: 0 0 15px;
    counter-reset: item;
    list-style: none;
}
ol > li {
    margin: 0 0 15px 15px;
    padding: 0;
    position: relative;
}
ol > li:before {
    content: counter(item) ". ";
    counter-increment: item;
    list-style-position: outside;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-75Bold', serif;
    position: absolute;
    right: 100%;
    margin: 0 5px 0 0;
}
.reset-list {
    margin: 0;
    counter-reset: none;
}
.reset-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.reset-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.reset-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.reset-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
dt {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
dl,
dd,
dt {
    margin: 0;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
table,
th,
td {
    border: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 15px;
    width: 100%;
    table-layout: auto;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
th {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
th,
td {
    padding: 13px;
    border-bottom: 1px solid #d8d8d8;
}
thead > tr > th,
thead > tr > td {
    border-top: 1px solid #d8d8d8;
}
.bg-row-table thead > tr > th,
.bg-row-table thead > tr > td {
    background: #f7f8f9;
}
.bg-row-table tr:nth-child(2n) > td {
    background: #f7f8f9;
}
@media screen and (max-width: 767px) {
    .table {
        display: block;
    }
    .table > thead {
        display: none;
    }
    .table > tbody {
        display: block;
    }
    .table > tbody > tr {
        display: block;
        padding: 0;
        margin-bottom: 10px;
        border: none;
        border-radius: 5px;
    }
    .table > tbody > tr > td {
        display: table;
        table-layout: fixed;
        text-align: left;
        width: 100%;
        border: none;
        padding: 5px;
    }
    .table > tbody > tr > td:before {
        content: attr(data-th) ": ";
        display: table-cell;
        vertical-align: top;
        width: 30%;
        font-weight: 700;
    }
    .table > tbody > tr > td .table-cell {
        display: table-cell;
        vertical-align: top;
        width: 70%;
        padding: 0 0 0 5px;
    }
    .table > tfoot {
        display: block;
    }
    .table > tfoot > tr {
        display: block;
    }
    .table > tfoot > tr > td {
        display: block;
        padding: 5px 0;
    }
}
.btn-1 {
    display: table;
    table-layout: fixed;
    position: relative;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'HelveticaNeueW01-45Light', serif;
    margin: 0 0 15px;
    border: none;
    font-weight: normal;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    background-color: #009bde;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.btn-1:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.btn-2 {
    display: table;
    table-layout: fixed;
    position: relative;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'HelveticaNeueW01-45Light', serif;
    margin: 0 0 15px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    background-color: #009bde;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.btn-2:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.btn-3 {
    display: table;
    table-layout: fixed;
    position: relative;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 0 15px;
    border: none;
    cursor: pointer;
    font-family: 'HelveticaNeueW01-45Light', serif;
    border-radius: 8px;
    text-decoration: none;
    background-color: #6b767e;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.btn-3:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.btn-4 {
    display: table;
    table-layout: fixed;
    color: #009bde;
    margin: 0 0 15px;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    padding: 0 15px 0 0;
}
.btn-4:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #009bde;
    border-left: 1px solid #009bde;
    transform: rotate(135deg);
}
.btn-4:hover:after {
    border-color: #6b767e;
}
.btn-5 {
    display: table;
    table-layout: fixed;
    color: #009bde;
    margin: 0 0 15px;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    padding: 0 20px 0 0;
}
.btn-5:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #009bde;
    border-left: 1px solid #009bde;
    transform: rotate(-135deg);
}
.btn-5:hover:after {
    border-color: #6b767e;
}
.btn-6 {
    display: table;
    table-layout: fixed;
    color: #009bde;
    margin: 0 0 15px;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    padding: 0 0 0 15px;
}
.btn-6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #009bde;
    border-left: 1px solid #009bde;
    transform: rotate(-45deg);
}
.btn-6:hover:before {
    border-color: #6b767e;
}
.btn-7 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'HelveticaNeueW01-45Light', serif;
    margin: 0 0 15px;
    border: none;
    font-weight: normal;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    background-color: #009bde;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.btn-7 span {
    padding-left: 5px;
    font-size: 15px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.btn-7:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
label {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.label-error {
    color: #6b767e;
}
textarea,
input {
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
}
textarea:focus,
input:focus {
    outline: none;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
    opacity: 1;
    color: inherit;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
textarea {
    resize: none;
    overflow: auto;
    border-radius: 3px;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 13px 15px;
    margin: 0 0 15px;
    font-size: 17px;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-55Roman', serif;
    box-shadow: inset 0 1px 3px rgba(91, 103, 112, 0.4);
}
textarea:focus {
    border-color: #6b767e;
}
@media screen and (max-width: 479px) {
    textarea {
        font-size: 16px;
    }
}
button {
    outline: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}
input {
    display: block;
    width: 100%;
    background: #fff;
    padding: 13px 15px;
    margin: 0 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-55Roman', serif;
    box-shadow: inset 0 1px 3px rgba(91, 103, 112, 0.4);
    border-radius: 5px;
    border: 1px solid #d8d8d8;
}
input:focus {
    border-color: #6b767e;
}
input:focus ~ .form-btn {
    border-color: #6b767e;
}
input[disabled="disabled"] {
    color: #d8d8d8;
}
.input-error {
    color: #a41f35;
    border-color: 1px solid #cc8a95;
    background: #ece4e5;
}
.input-error:focus {
    border-color: #a41f35;
}
.input-error ~ .form-btn {
    color: #a41f35;
    border-color: 1px solid #cc8a95;
    background: #ece4e5;
}
@media screen and (max-width: 479px) {
    input {
        font-size: 16px;
    }
}
input[type=file] {
    display: none;
}
input[type=file] + label {
    display: block;
    width: 100%;
    height: 47px;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 0 15px;
    font-family: 'HelveticaNeueW01-55Roman', serif;
    box-shadow: inset 0 1px 3px rgba(91, 103, 112, 0.4);
    border-radius: 3px;
    margin: 0 0 15px;
    line-height: 47px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    font-size: 17px;
    color: #6b767e;
    text-transform: none;
}
input[type=file] + label:focus {
    border-color: #6b767e;
}
@media screen and (max-width: 479px) {
    input[type=file] + label {
        font-size: 16px;
    }
}
.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -3.5px;
    /*& > *:not(:nth-last-child(1)){
    margin-right: 7px;
  }*/
}
.form-row > * {
    margin: 0 3.5px;
}
.form-row-align-right,
.form-row.form-row-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.form-col,
.form-input,
.form-select,
.selectric-form-select.selectric-wrapper,
.selectric-form-select {
    margin: 0 5px;
    -webkit-appearance: none;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 10px);
}
.form-btn {
    margin: 0 5px;
    -webkit-appearance: none;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 10px);
}
.form-col-last {
    margin: 0 5px;
    -webkit-appearance: none;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: calc(100% - 10px);
}
.form-label {
    font-size: 18px;
    color: #802754;
    font-family: 'HelveticaNeueW01-55Roman', serif;
    margin: 0 5px;
    -webkit-appearance: none;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 10px);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    min-height: 14px;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}
input[type=checkbox] + label > * {
    pointer-events: none;
}
input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 1px 3px rgba(91, 103, 112, 0.4);
}
input[type=checkbox] + label:after {
    content: none;
    position: absolute;
    left: 2px;
    top: 10px;
    width: 10px;
    height: 8px;
    background: transparent url(../images/icons/checked.svg) no-repeat;
}
input[type=checkbox].empty + label {
    padding-left: 14px;
    font: 0/0 a;
}
input[type=checkbox]:checked + label {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
input[type=checkbox]:checked + label:before {
    background: #009bde;
    border-color: #009bde;
}
input[type=checkbox]:checked + label::after {
    content: "";
}
.checkbox-collapse-trigger {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 25px;
    min-height: 14px;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}
.checkbox-collapse-trigger > * {
    pointer-events: none;
}
.checkbox-collapse-trigger:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 1px 3px rgba(91, 103, 112, 0.4);
}
.checkbox-collapse-trigger:after {
    content: none;
    position: absolute;
    left: 2px;
    top: 10px;
    width: 10px;
    height: 8px;
    background: transparent url(../images/icons/checked.svg) no-repeat;
}
.checkbox-collapse-trigger[aria-expanded="true"] {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.checkbox-collapse-trigger[aria-expanded="true"]:before {
    background: #009bde;
    border-color: #009bde;
}
.checkbox-collapse-trigger[aria-expanded="true"]::after {
    content: "";
}
input[type=radio] {
    display: none;
}
input[type=radio] + label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    margin: 0;
    min-height: 14px;
    text-transform: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}
input[type=radio] + label > * {
    pointer-events: none;
}
input[type=radio] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 1px 3px rgba(91, 103, 112, 0.4);
}
input[type=radio] + label:after {
    content: none;
    position: absolute;
    left: 3px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 3px;
}
input[type=radio].empty + label {
    padding-left: 14px;
    font: 0/0 a;
}
input[type=radio]:checked + label {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
input[type=radio]:checked + label:before {
    background: #009bde;
    border-color: #009bde;
}
input[type=radio]:checked + label::after {
    content: "";
}
.selectric-wrapper {
    margin: 0 0 15px;
}
.selectric {
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(91, 103, 112, 0.4);
}
.selectric .label {
    margin: 0 35px 0 15px;
    line-height: 47px;
    height: 47px;
    font-size: 17px;
    color: #6b767e;
    text-transform: none;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
}
.selectric .button:after {
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translateY(-50%) rotate(-135deg);
    border: none;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.selectric-above.selectric-open .selectric {
    border-color: #6b767e;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-color: rgba(225, 225, 225, 0);
}
.selectric-above .selectric-items {
    border-top: 1px solid #802754;
    border-bottom: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.selectric-open:not(.selectric-above) .selectric {
    border-color: #6b767e;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.selectric-open .selectric .button:after {
    transform: rotate(45deg);
}
.selectric-hover .selectric {
    border-color: #6b767e;
}
.selectric-focus .selectric {
    border-color: #f7f8f9;
}
.selectric-open .selectric {
    border-color: #f7f8f9;
}
.selectric-hover .selectric .button::after {
    border-top-color: #6b767e;
}
.selectric-items {
    border: 1px solid #6b767e;
    border-top: none;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    color: #6b767e;
    line-height: 1.77;
}
.selectric-wrapper .selectric-items li {
    padding: 13px 15px;
    margin: 0;
}
.selectric-wrapper .selectric-items li.selected {
    background: #f7f8f9;
    color: #6b767e;
}
.selectric-wrapper .selectric-items li:hover {
    background: #f7f8f9;
    color: #6b767e;
}
.selectric-wrapper .selectric-items li:before {
    content: none;
}
@media screen and (max-width: 479px) {
    .selectric .label {
        font-size: 16px;
    }
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.align-right {
    margin-left: auto;
    margin-right: 0;
    display: table;
    table-layout: fixed;
}
.align-right[class] {
    margin-left: auto;
    margin-right: 0;
    display: table;
    table-layout: fixed;
}
.align-center {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed;
}
.align-center[class] {
    margin-left: auto;
    margin-right: auto;
    display: table;
    table-layout: fixed;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.color-1 {
    color: #6b767e;
}
.color-2 {
    color: #802754;
}
.color-3 {
    color: #fff;
}
.color-4 {
    color: #009bde;
}
.color-5 {
    color: #d8d8d8;
}
.color-6 {
    color: #cc8a95;
}
.color-7 {
    color: #ece4e5;
}
.color-8 {
    color: #a41f35;
}
.color-9 {
    color: #f7f8f9;
}
.color-10 {
    color: #cfdae2;
}
.color-11 {
    color: #eceff0;
}
.bg-1 {
    background: #6b767e;
}
.bg-2 {
    background: #802754;
}
.bg-3 {
    background: #fff;
}
.bg-4 {
    background: #009bde;
}
.bg-5 {
    background: #d8d8d8;
}
.bg-6 {
    background: #cc8a95;
}
.bg-7 {
    background: #ece4e5;
}
.bg-8 {
    background: #a41f35;
}
.bg-9 {
    background: #f7f8f9;
}
.bg-10 {
    background: #cfdae2;
}
.bg-11 {
    background: #eceff0;
}
.br-rd {
    border-radius: 5px;
}
.float-right {
    float: right;
    margin: 0 0 20px 30px;
}
.float-left {
    float: left;
    margin: 0 30px 20px 0;
}
@media screen and (max-width: 767px) {
    .float-right {
        float: none;
        margin: 0 0 10px;
    }
    .float-left {
        float: none;
        margin: 0 0 10px;
    }
}
.full-width {
    width: 100%;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}
.expand {
    margin-bottom: 30px;
}
.expand-panel {
    border-bottom: 1px solid #d8d8d8;
}
.expand-title {
    position: relative;
    padding: 19px 20px 19px 0;
    margin: 0;
    font-size: 17px;
    color: #6b767e;
    cursor: pointer;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}
.expand-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 26px;
    width: 10px;
    height: 2px;
    background: #009bde;
}
.expand-title:before {
    content: "";
    position: absolute;
    right: 4px;
    top: 22px;
    width: 2px;
    height: 10px;
    background: #009bde;
}
.expand-title[aria-expanded="true"]:before {
    content: none;
}
.dropdown {
    position: relative;
    padding-bottom: 7px;
}
.dropdown:before {
    position: absolute;
    z-index: 1101;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin: -7px 0 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #d8d8d8;
}
.dropdown:after {
    position: absolute;
    z-index: 1101;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin: -6px 0 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #fff;
}
.dropdown.open:before {
    content: "";
}
.dropdown.open:after {
    content: "";
}
.dropdown.open > .dropdown-pane {
    display: block;
}
.dropdown.open > a {
    outline: 0;
}
.dropdown-trigger {
    font-size: 15px;
    color: #6b767e;
    text-decoration: none;
    padding-right: 15px;
    position: relative;
    display: block;
}
.dropdown-trigger:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -2px 0 0;
    transform: translateY(-50%) rotate(-135deg);
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.dropdown-trigger[aria-expanded="true"]:after {
    margin-top: 2px;
    transform: translateY(-50%) rotate(45deg);
}
.dropdown-trigger:hover {
    color: #6b767e;
    text-decoration: underline;
}
.dropdown-pane {
    display: none;
    position: absolute;
    z-index: 1100;
    top: 100%;
    left: 0;
    border-radius: 5px;
    background: #fff;
    min-width: 180px;
    padding: 15px;
    border: 1px solid #d8d8d8;
}
.tl-visible-up,
.tl-visible-down {
    display: none;
}
@media screen and (min-width: 768px) {
    .tl-visible-up {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .tl-visible-down {
        display: block;
    }
}
.wrapper-page {
    height: 100%;
    background: #fff;
    min-width: 320px;
}
.page {
    min-height: 100%;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    display: table;
}
.footer-page {
    height: 1px;
}
.container-section {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0px;
}
@media(min-width: 992px) and (max-width: 1500px){
    .container-section {
        padding: 0px 15px;
    }
    .nav{
        padding: 0px 15px;
    }
}
.header-page {
    position: relative;
    z-index: 1000;
    background: #fff;
}
.masthead-cap {
    background: #f7f8f9;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 991px) {
    .masthead-cap {
        display: none;
    }
}
.service {
    margin: 0;
    counter-reset: none;
    padding: 8px 0;
}
.service > li {
    margin: 0;
    padding: 0;
    position: static;
}
.service > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.service > li > a {
    color: #6b767e;
    text-decoration: none;
}
.service > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.service.row {
    margin-left: 0;
    margin-right: 0;
}
.service > li {
    padding: 0;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.service > li:not(:nth-last-child(1)) {
    border-right: 1px solid #d8d8d8;
}
.service > li > span {
    padding: 0 15px;
    display: inline-block;
}
.service-small > li {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.service-checked {
    padding-top: 19px;
    padding-bottom: 25px;
}
.service-checked > li {
    padding-left: 15px;
    padding-right: 15px;
}
.service-checked > li > span {
    padding-left: 25px;
    position: relative;
}
.service-checked > li > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 12px;
    background: transparent url(../images/icons/checked-1.svg) no-repeat;
}
@media screen and (max-width: 991px) {
    .service {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .service-small > li {
        font-size: 12px;
    }
    .service-small > li > span {
        padding-left: 5px;
        padding-right: 5px;
    }
    .service-checked {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .service-checked > li {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }
    .service-checked > li:not(:nth-last-child(1)) {
        border-right: none;
    }
}
.sticky {
    background: #fff;
}
@media screen and (min-width: 992px) {
    .no-touchevents .stuck .sticky-wrapper {
        min-height: 175px;
    }
    .no-touchevents .stuck .sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .no-touchevents .stuck .no-transform-header .sticky-wrapper {
        min-height: 67px;
    }
}
.masthead-meta {
    padding: 15px 0;
}
.masthead-meta .container-section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 992px) {
    .no-touchevents .masthead-meta {
        -webkit-transition: padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        -moz-transition: padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        -ms-transition: padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        -o-transition: padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        transition: padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
    }
    .no-touchevents .transform-header .masthead-meta {
        padding-top: 7px;
        padding-bottom: 0;
    }
    .no-touchevents .transform-header .header-page-modify .masthead-meta {
        padding-top: 6px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 991px) {
    .masthead-meta {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 991px) {
    .masthead-meta {
        border-bottom: 1px solid #d8d8d8;
        padding-top: 0;
    }
    .header-page:not(.header-page-modify) .masthead-meta .container-section {
        display: block;
    }
    .header-page-modify .masthead-meta .container-section > *:not(.search) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 250px);
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px);
        -webkit-flex-basis: calc(100% - 250px);
        -ms-flex-preferred-size: calc(100% - 250px);
        flex-basis: calc(100% - 250px);
    }
}
@media screen and (max-width: 767px) {
    .header-page-modify .masthead-meta .container-section > *:not(.search) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.nav-bar-trigger {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 0 calc((100% - 150px)/2);
    -ms-flex: 0 0 calc((100% - 150px)/2);
    flex: 0 0 calc((100% - 150px)/2);
    max-width: calc((100% - 150px)/2);
    -webkit-flex-basis: calc((100% - 150px)/2);
    -ms-flex-preferred-size: calc((100% - 150px)/2);
    flex-basis: calc((100% - 150px)/2);
    text-decoration: none;
    font: 0/0 a;
    position: relative;
    margin: 0 0 0 -19px;
    min-height: 64px;
}
.nav-bar-trigger > span {
    display: block;
}
.nav-bar-trigger > span:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 19px;
    top: 35px;
    width: 30px;
    height: 2px;
    background: #6b767e;
}
.nav-bar-trigger > span:after {
    content: none;
    position: absolute;
    background: #f7f8f9;
    width: 64px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}
.nav-bar-trigger:before {
    content: "";
    position: absolute;
    left: 19px;
    z-index: 2;
    top: 19px;
    width: 30px;
    height: 2px;
    background: #6b767e;
}
.nav-bar-trigger:after {
    content: "";
    position: absolute;
    left: 19px;
    z-index: 2;
    top: 27px;
    width: 30px;
    height: 2px;
    background: #6b767e;
}
.nav-bar-trigger[aria-expanded="true"] > span:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #d8d8d8;
}
.nav-bar-trigger[aria-expanded="true"] > span:after {
    content: "";
}
.nav-bar-trigger[aria-expanded="true"]:before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 16px;
}
.nav-bar-trigger[aria-expanded="true"]:after {
    top: 50%;
    left: 16px;
    transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 992px) {
    .nav-bar-trigger {
        display: none;
    }
}
@media screen and (min-width: 374px) {
    .nav-bar-trigger {
        -webkit-flex: 0 0 calc((100% - 130px)/2);
        -ms-flex: 0 0 calc((100% - 130px)/2);
        flex: 0 0 calc((100% - 130px)/2);
        max-width: calc((100% - 130px)/2);
        -webkit-flex-basis: calc((100% - 130px)/2);
        -ms-flex-preferred-size: calc((100% - 130px)/2);
        flex-basis: calc((100% - 130px)/2);
    }
}
.header-menu {
    margin: 0;
    counter-reset: none;
    margin: 0 -7.5px 7px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-menu > li {
    margin: 0;
    padding: 0;
    position: static;
}
.header-menu > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.header-menu > li > a {
    color: #6b767e;
    text-decoration: none;
}
.header-menu > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.header-menu > li {
    padding: 0 7.5px;
}
.header-menu > li > a {
    display: block;
}
.header-menu-mb {
    margin: 0;
    counter-reset: none;
}
.header-menu-mb > li {
    margin: 0;
    padding: 0;
    position: static;
}
.header-menu-mb > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.header-menu-mb > li > a {
    color: #6b767e;
    text-decoration: none;
}
.header-menu-mb > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.header-menu-mb > li > a {
    display: block;
    font-size: 16px;
    padding: 13px 43px 13px 19px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    text-decoration: none;
}
.header-menu-mb > li > a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 21px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
@media screen and (min-width: 992px) {
    .no-touchevents .transform-header .header-page-modify .header-menu {
        margin-left: 7.5px;
    }
    .header-menu-mb {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .header-menu {
        display: none;
    }
}
.btn-group-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 0;
}
.btn-group-row .btn-1 {
    -webkit-transition: font-size 0.3s ease-out 0s;
    -moz-transition: font-size 0.3s ease-out 0s;
    -ms-transition: font-size 0.3s ease-out 0s;
    -o-transition: font-size 0.3s ease-out 0s;
    transition: font-size 0.3s ease-out 0s;
}
.btn-group-col {
    padding: 0 5px;
}
.btn-group-col > * {
    margin: 5px 0;
}
@media screen and (min-width: 992px) {
    .no-touchevents .transform-header .btn-group-row .btn-1 {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .btn-group-row {
        padding: 10px 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #d8d8d8;
    }
}
.logotype {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 313px;
    -ms-flex: 0 0 313px;
    flex: 0 0 313px;
    max-width: 313px;
    font-size: 20px;
    text-decoration: none;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-45Light', serif;
    -webkit-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
}
.logotype img {
    display: block;
    width: 100%;
}
.logotype span {
    display: block;
}
.header-page-modify .logotype {
    -webkit-flex: 0 0 calc((100% - 465px)/2);
    -ms-flex: 0 0 calc((100% - 465px)/2);
    flex: 0 0 calc((100% - 465px)/2);
    max-width: calc((100% - 465px)/2);
    padding-right: 15px;
}
.header-page-modify .logotype img {
    max-width: 313px;
    -webkit-transition: max-width 0.3s ease-out 0s;
    -moz-transition: max-width 0.3s ease-out 0s;
    -ms-transition: max-width 0.3s ease-out 0s;
    -o-transition: max-width 0.3s ease-out 0s;
    transition: max-width 0.3s ease-out 0s;
}
@media screen and (min-width: 992px) {
    .no-touchevents .logotype {
        -webkit-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s, flex 0.3s ease-out 0s, -ms-flex 0.3s ease-out 0s, -webkit-flex 0.3s ease-out 0s;
    }
    .no-touchevents .transform-header .header-page:not(.header-page-modify) .logotype {
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
    }
    .no-touchevents .transform-header .logotype span {
        display: none;
    }
    .no-touchevents .transform-header .header-page-modify .logotype img {
        max-width: 150px;
    }
    .logotype-mb {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .logotype {
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
        font-size: 16px;
    }
    .header-page-modify .logotype {
        -webkit-flex: 0 0 calc((100% - 250px)/2);
        -ms-flex: 0 0 calc((100% - 250px)/2);
        flex: 0 0 calc((100% - 250px)/2);
        max-width: calc((100% - 250px)/2);
    }
    .header-page-modify .logotype img {
        max-width: 150px;
    }
    .logotype:not(.logotype-mb) {
        display: none;
    }
    .logotype {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-page-modify .logotype {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
        padding: 0 15px;
        margin-left: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .header-page-modify .logotype span {
        text-align: center;
    }
    .header-page-modify .logotype > * {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-page-modify .tools .logotype {
        margin-right: calc((100% - 430px)/2);
    }
    .header-page-modify .logotype-mb {
        display: table;
    }
}
@media screen and (max-width: 767px) {
    .header-page-modify .logotype {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: none;
        padding-right: 0;
        margin-left: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .header-page-modify .logotype span {
        text-align: right;
    }
    .header-page-modify .logotype > * {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-page-modify .tools .logotype {
        margin-right: 0;
    }
    .header-page-modify .logotype-mb {
        display: table;
    }
}
@media screen and (max-width: 374px) {
    .logotype {
        -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px;
    }
}
.tools-bar {
    -webkit-flex: 0 0 calc(100% - 313px);
    -ms-flex: 0 0 calc(100% - 313px);
    flex: 0 0 calc(100% - 313px);
    max-width: calc(100% - 313px);
    -webkit-flex-basis: calc(100% - 313px);
    -ms-flex-preferred-size: calc(100% - 313px);
    flex-basis: calc(100% - 313px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tools-bar > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header-page-modify .tools-bar {
    -webkit-flex: 0 0 calc((100% - 465px)/2);
    -ms-flex: 0 0 calc((100% - 465px)/2);
    flex: 0 0 calc((100% - 465px)/2);
    max-width: calc((100% - 465px)/2);
    -webkit-flex-basis: calc((100% - 465px)/2);
    -ms-flex-preferred-size: calc((100% - 465px)/2);
    flex-basis: calc((100% - 465px)/2);
}
@media screen and (min-width: 992px) {
    .no-touchevents .tools-bar {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    .no-touchevents .transform-header .header-page:not(.header-page-modify) .tools-bar {
        -webkit-flex: 0 0 calc(100% - 150px);
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
        -webkit-flex-basis: calc(100% - 150px);
        -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .no-touchevents .transform-header .header-page:not(.header-page-modify) .tools-bar > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: none;
    }
    .no-touchevents .transform-header .header-page-modify .tools-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .no-touchevents .transform-header .header-page-modify .tools-bar > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: none;
    }
}
@media screen and (max-width: 991px) {
    .tools-bar {
        -webkit-flex: 0 0 calc(100% - 150px);
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
        -webkit-flex-basis: calc(100% - 150px);
        -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
    }
    .header-page-modify .tools-bar {
        -webkit-flex: 0 0 calc((100% - 250px)/2);
        -ms-flex: 0 0 calc((100% - 25px)/2);
        flex: 0 0 calc((100% - 250px)/2);
        max-width: calc((100% - 250px)/2);
        -webkit-flex-basis: calc((100% - 250px)/2);
        -ms-flex-preferred-size: calc((100% - 250px)/2);
        flex-basis: calc((100% - 250px)/2);
    }
    .tools-bar {
        padding-left: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: none;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tools-bar > .tools {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-page-modify .tools-bar {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: none;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.tools {
    padding: 0 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: padding-bottom 0.3s ease-out 0s;
    -moz-transition: padding-bottom 0.3s ease-out 0s;
    -ms-transition: padding-bottom 0.3s ease-out 0s;
    -o-transition: padding-bottom 0.3s ease-out 0s;
    transition: padding-bottom 0.3s ease-out 0s;
}
.tools > *:not(:nth-last-child(1)) {
    margin-right: 40px;
}
.no-transform-header .tools {
    padding-bottom: 0;
}
@media screen and (min-width: 992px) {
    .no-touchevents .tools {
        -webkit-transition: padding-bottom 0.3s ease-out 0s;
        -moz-transition: padding-bottom 0.3s ease-out 0s;
        -ms-transition: padding-bottom 0.3s ease-out 0s;
        -o-transition: padding-bottom 0.3s ease-out 0s;
        transition: padding-bottom 0.3s ease-out 0s;
    }
    .no-touchevents .transform-header .tools {
        padding-bottom: 0;
    }
    .no-touchevents .transform-header .tools > *:not(:nth-last-child(1)) {
        margin-right: 25px;
    }
}
@media screen and (max-width: 991px) {
    .tools {
        padding-bottom: 0;
    }
    .tools > *:not(:nth-last-child(1)) {
        margin-right: 10px;
    }
    .tools {
        padding: 0;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tools > *:not(:nth-last-child(1)) {
        margin-right: 0;
    }
}
.lang-picker .dropdown-pane a {
    display: block;
    color: #6b767e;
    text-decoration: none;
    font-size: 15px;
}
.lang-picker .dropdown-pane a:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}
.lang-picker .dropdown-pane a.active {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.lang-picker .dropdown-pane a:not(.active):hover {
    text-decoration: underline;
}
.lang-picker-trigger {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    padding-left: 23px;
}
.lang-nl {
    position: relative;
    padding-left: 23px;
}
.lang-nl:not(.lang-picker-trigger) {
    display: block;
}
.lang-nl:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 12px;
    background: transparent url(../images/icons/netherlands.svg) no-repeat;
}
.lang-en {
    position: relative;
    padding: 0 0 0 23px;
}
.lang-en:not(.lang-picker-trigger) {
    display: block;
}
.lang-en:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 12px;
    background: transparent url(../images/icons/united-kingdom.svg) no-repeat;
}
.lang-fr {
    position: relative;
    padding: 0 0 0 23px;
}
.lang-fr:not(.lang-picker-trigger) {
    display: block;
}
.lang-fr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 12px;
    background: transparent url(../images/icons/france.svg) no-repeat;
}
.lang-picker-trigger-mb {
    display: block;
    color: #6b767e;
    font-size: 16px;
    text-decoration: none;
    padding: 13px 43px 13px 42px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
@media(max-width: 767px){
    .lang-picker-trigger-mb {
        display: block;
        color: #6b767e;
        font-size: 16px;
        text-decoration: none;
        padding: 13px 20px 13px 20px;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
    }
}
.lang-picker-trigger-mb:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 21px;
    transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.lang-picker-trigger-mb[aria-expanded="true"]:not(:nth-last-child(1)):after {
    top: 24px;
    transform: rotate(45deg);
}
.lang-picker-trigger-mb.lang-nl:before {
    left: 19px;
}
.lang-picker-list-mb {
    margin: 0;
    counter-reset: none;
}
.lang-picker-list-mb > li {
    margin: 0;
    padding: 0;
    position: static;
}
.lang-picker-list-mb > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.lang-picker-list-mb > li > a {
    color: #6b767e;
    text-decoration: none;
}
.lang-picker-list-mb > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.lang-picker-list-mb > li > a {
    display: block;
    color: #6b767e;
    font-size: 16px;
    text-decoration: none;
    padding: 13px 43px 13px 53px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.lang-picker-list-mb > li > a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 21px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.lang-picker-list-mb .lang-en:before {
    left: 30px;
}
.lang-picker-list-mb .lang-fr:before {
    left: 30px;
}
.lang-picker-list-mb .lang-nl:before {
    left: 19px;
}
@media screen and (min-width: 992px) {
    .lang-picker-mb {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .lang-picker {
        display: none;
    }
}
.service-tools-list {
    margin: 0;
    counter-reset: none;
}
.service-tools-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.service-tools-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.service-tools-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.service-tools-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.service-tools-list > li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}
.service-tools-list > li > a {
    text-decoration: none;
    display: block;
    color: #6b767e;
    font-size: 15px;
}
.service-tools-list > li > a:hover {
    text-decoration: underline;
}
.service-tools-mb {
    margin: 0;
    counter-reset: none;
}
.service-tools-mb > li {
    margin: 0;
    padding: 0;
    position: static;
}
.service-tools-mb > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.service-tools-mb > li > a {
    color: #6b767e;
    text-decoration: none;
}
.service-tools-mb > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.service-tools-mb > li > a {
    display: block;
    color: #6b767e;
    font-size: 16px;
    text-decoration: none;
    padding: 13px 43px 13px 15px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.service-tools-mb > li > a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 21px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.service-tools-mb > li > a:not(:nth-last-child(1)):after {
    transform: rotate(-135deg);
}
.service-tools-mb > li > a[aria-expanded="true"]:not(:nth-last-child(1)):after {
    top: 24px;
    transform: rotate(45deg);
}
.service-tools-list-mb {
    margin: 0;
    counter-reset: none;
}
.service-tools-list-mb > li {
    margin: 0;
    padding: 0;
    position: static;
}
.service-tools-list-mb > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.service-tools-list-mb > li > a {
    color: #6b767e;
    text-decoration: none;
}
.service-tools-list-mb > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.service-tools-list-mb > li > a {
    display: block;
    color: #6b767e;
    text-decoration: none;
    padding: 13px 43px 13px 30px;
    font-size: 16px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.service-tools-list-mb > li > a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 21px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
@media screen and (min-width: 992px) {
    .service-tools-mb {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .service-tools {
        display: none;
    }
}
.account-tools {
    margin: 0;
    counter-reset: none;
}
.account-tools > li {
    margin: 0;
    padding: 0;
    position: static;
}
.account-tools > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.account-tools > li > a {
    color: #6b767e;
    text-decoration: none;
}
.account-tools > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.account-tools > li {
    position: relative;
    padding-bottom: 7px;
}
.account-tools > li:before {
    position: absolute;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin: -7px 0 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #d8d8d8;
}
.account-tools > li > a {
    text-decoration: none;
    display: block;
    color: #6b767e;
    font-size: 15px;
}
.account-tools > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.account-tools-list {
    margin: 0;
    counter-reset: none;
}
.account-tools-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.account-tools-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.account-tools-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.account-tools-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.account-tools-list > li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}
.account-tools-list > li > a {
    display: block;
    text-decoration: none;
    color: #6b767e;
}
.account-tools-list > li > a:hover {
    text-decoration: underline;
    color: #6b767e;
}
.account-tools-mb {
    margin: 0;
    counter-reset: none;
}
.account-tools-mb > li {
    margin: 0;
    padding: 0;
    position: static;
}
.account-tools-mb > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.account-tools-mb > li > a {
    color: #6b767e;
    text-decoration: none;
}
.account-tools-mb > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.account-tools-mb > li > a {
    display: block;
    color: #6b767e;
    font-size: 16px;
    text-decoration: none;
    padding: 13px 43px 13px 15px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.account-tools-mb > li > a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 21px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.account-tools-mb > li > a:not(:nth-last-child(1)):after {
    transform: rotate(-135deg);
}
.account-tools-mb > li > a[aria-expanded="true"]:not(:nth-last-child(1)):after {
    top: 24px;
    transform: rotate(45deg);
}
.account-tools-list-mb {
    margin: 0;
    counter-reset: none;
}
.account-tools-list-mb > li {
    margin: 0;
    padding: 0;
    position: static;
}
.account-tools-list-mb > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.account-tools-list-mb > li > a {
    color: #6b767e;
    text-decoration: none;
}
.account-tools-list-mb > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.account-tools-list-mb > li > a {
    display: block;
    color: #6b767e;
    font-size: 16px;
    text-decoration: none;
    padding: 13px 43px 13px 30px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.account-tools-list-mb > li > a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 21px;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.header-page-modify .account-tools .dropdown-pane {
    right: 0;
    left: auto;
}
.account-tools-mb {
    display: none;
}
.all-products-mb {
    display: none!important;
}
@media screen and (max-width: 991px) {
    .account-tools {
        display: none;
    }
}
.mini-cart > .dropdown-pane {
    left: auto;
    right: 0;
}
.mini-cart.dropdown:before {
    left: auto;
    right: 15px;
    transform: none;
}
.mini-cart.dropdown:after {
    left: auto;
    right: 16px;
    transform: none;
}
.mini-cart-trigger {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #6b767e;
    font-size: 15px;
    padding: 0 0 0 21px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mini-cart-trigger:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(../images/icons/cart.svg) no-repeat;
}
.mini-cart-trigger:hover {
    text-decoration: underline;
    color: #6b767e;
}
.mini-cart-counter {
    display: block;
    padding: 0 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-family: 'HelveticaNeueW01-55Roman', serif;
    line-height: 1.77;
    max-width: 40px;
}
@media screen and (max-width: 991px) {
    .mini-cart {
        -webkit-flex: 0 0 calc((100% - 150px)/2);
        -ms-flex: 0 0 calc((100% - 150px)/2);
        flex: 0 0 calc((100% - 150px)/2);
        max-width: calc((100% - 150px)/2);
        -webkit-flex-basis: calc((100% - 150px)/2);
        -ms-flex-preferred-size: calc((100% - 150px)/2);
        flex-basis: calc((100% - 150px)/2);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .mini-cart-trigger {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        font: 0/0 a;
        padding-left: 0;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .mini-cart-trigger:before {
        position: static;
        top: auto;
        width: 24px;
        min-width: 24px;
        height: 24px;
        background: transparent url(../images/icons/cart-2.svg) no-repeat;
    }
}
@media screen and (max-width: 374px) {
    .mini-cart {
        -webkit-flex: 0 0 calc((100% - 130px)/2);
        -ms-flex: 0 0 calc((100% - 130px)/2);
        flex: 0 0 calc((100% - 130px)/2);
        max-width: calc((100% - 130px)/2);
        -webkit-flex-basis: calc((100% - 130px)/2);
        -ms-flex-preferred-size: calc((100% - 130px)/2);
        flex-basis: calc((100% - 130px)/2);
    }
}
.search {
    max-width: 426px;
}
.header-page-modify .search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 465px;
    -ms-flex: 0 0 465px;
    flex: 0 0 465px;
    max-width: 465px;
}
.search-row {
    position: relative;
}
.search-input {
    margin: 0;
    border-radius: 23.5px;
    padding-right: 55px;
    padding-left: 22px;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: none;
    width: 55px;
    padding: 0;
    margin: 0;
    font: 0/0 a;
}
.search-btn:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    background: transparent url(../images/icons/search.svg) no-repeat;
}
@media screen and (min-width: 992px) {
    .no-touchevents .transform-header .header-page:not(.header-page-modify) .search {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 25px;
        margin-bottom: 7px;
        max-width: none;
    }
    .no-touchevents .transform-header .header-page .search-input {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        border-radius: 15px;
    }
    .search {
        display: block !important;
        height: auto !important;
    }
}
@media screen and (max-width: 991px) {
    .header-page .search {
        max-width: 337px;
        width: 100%;
        padding: 0 0 10px;
    }
    .header-page .search-input {
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 17.5px;
    }
    .header-page-modify .search {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        width: auto;
        padding: 0;
    }
    .header-page .search {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 auto;
    }
    .header-page .search-input {
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 55px;
        font-size: 17px;
        border-radius: 22px;
    }
    .header-page .search-btn {
        width: 55px;
    }
    .header-page-modify .search {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 10px;
    }
}
.masthead-nav {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
.masthead-nav > .container-section {
    padding-left: 0;
    padding-right: 0;
}
.no-transform-header .masthead-nav {
    border-top: none;
}
.nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    counter-reset: none;
}
.nav > li {
    margin: 0;
    padding: 0;
    position: static;
}
.nav > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.nav > li > a {
    color: #6b767e;
    text-decoration: none;
}
.nav > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.nav > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav > li > a {
    color: #6b767e;
    font-size: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 11px 19px 15px;
}
.nav .nav-active > a {
    color: #009bde;
}
.no-touchevents .nav > li > a:hover {
    color: #009bde;
}
.sub-nav {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #d8d8d8;
}
.sub-menu {
    margin: 0;
    counter-reset: none;
}
.sub-menu > li {
    margin: 0;
    padding: 0;
    position: static;
}
.sub-menu > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.sub-menu > li > a {
    color: #6b767e;
    text-decoration: none;
}
.sub-menu > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.sub-menu > li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}
.sub-menu > li > a {
    display: block;
    color: #6b767e;
    text-decoration: none;
}
.no-touchevents .sub-menu > li > a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 992px) {
    .no-touchevents .nav > li > a {
        -webkit-transition: font-size 0.3s ease-out 0s, padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        -moz-transition: font-size 0.3s ease-out 0s, padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        -ms-transition: font-size 0.3s ease-out 0s, padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        -o-transition: font-size 0.3s ease-out 0s, padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
        transition: font-size 0.3s ease-out 0s, padding-top 0.3s ease-out 0s, padding-bottom 0.3s ease-out 0s;
    }
    .no-touchevents .transform-header .nav > li > a {
        font-size: 16px;
        padding-top: 3px;
        padding-bottom: 7px;
    }
    .nav-bar {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        height: auto !important;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        left:-20px;
    }
    .nav > li.hover > a {
        color: #009bde;
        background: #f7f8f9;
    }
    .nav > li.hover > .sub-nav {
        display: block !important;
    }
    .sub-nav {
        display: none !important;
        height: auto !important;
    }
    .sub-nav.collapsing {
        position: absolute;
        height: auto;
        overflow: visible;
    }
    .open-sub-nav {
        position: relative;
    }
    .open-sub-nav:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        z-index: 100;
    }
    .sub-menu-group {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
    }
    .sub-menu {
        display: block !important;
        height: auto !important;
    }
}
@media screen and (max-width: 1199px) {
    .nav > li > a {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .nav > li > a {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .masthead-nav {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 64px;
        z-index: 1000;
        background: #fff;
        max-height: calc(100vh - 64px);
        max-height: -moz-calc(100vh - 64px);
        max-height: -webkit-calc(100vh - 64px);
        max-height: -o-calc(100vh - 64px);
        overflow-y: auto;
        border: none;
    }
    .masthead-nav .container-section {
        padding-left: 0;
        padding-right: 0;
    }
    .masthead-nav .row {
        margin-left: 0;
        margin-right: 0;
    }
    .open-nav-bar:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        z-index: 100;
    }
    .nav {
        display: block;
    }
    .nav > li {
        display: block;
    }
    .nav > li > a {
        display: block;
        font-size: 16px;
        padding: 13px 43px 13px 19px;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        text-decoration: none;
    }
    .nav > li > a:after {
        content: "";
        position: absolute;
        left: auto;
        right: 15px;
        margin: auto;
        bottom: auto;
        top: 21px;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
        border-top: 1px solid #6b767e;
        border-left: 1px solid #6b767e;
    }
    .nav > li > a:not(:nth-last-child(1)):after {
        transform: rotate(-135deg);
    }
    .nav > li > a[aria-expanded="true"] {
        background: #f7f8f9;
        color: #009bde;
    }
    .nav > li > a[aria-expanded="true"]:not(:nth-last-child(1)):after {
        top: 24px;
        transform: rotate(45deg);
    }
    .nav > li > a > span {
        padding: 0;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
    }
    .nav .nav-active > a > span {
        border-bottom-color: #009bde;
    }
    .sub-nav {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        padding: 0;
        border: none;
    }
    .sub-nav > li > a {
        padding: 4px 30px 4px 30px;
        position: relative;
    }
    .sub-nav > li > a:after {
        content: "";
        position: absolute;
        left: auto;
        right: 15px;
        margin: auto;
        bottom: auto;
        top: 10px;
        transform: rotate(135deg);
        width: 5px;
        height: 5px;
        border-top: 1px solid #802754;
        border-left: 1px solid #802754;
    }
    .sub-nav > .container-section > .row > [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }
    .sub-nav h4 {
        font-size: 16px;
        font-family: 'HelveticaNeueW01-75Bold', serif;
        border-bottom: 1px solid #d8d8d8;
        padding: 16px 43px 16px 30px;
        margin: 0;
        position: relative;
    }
    .sub-nav h4:after {
        content: "";
        position: absolute;
        left: auto;
        right: 15px;
        margin: auto;
        bottom: auto;
        top: 21px;
        transform: rotate(-135deg);
        width: 8px;
        height: 8px;
        border-top: 1px solid #6b767e;
        border-left: 1px solid #6b767e;
    }
    .sub-nav h4[aria-expanded="true"] {
        background: #f7f8f9;
    }
    .sub-nav h4[aria-expanded="true"]:not(:nth-last-child(1)):after {
        top: 24px;
        transform: rotate(45deg);
    }
    .sub-menu > li:not(:nth-last-child(1)) {
        margin-bottom: 0;
    }
    .sub-menu > li > a {
        padding: 13px 43px 13px 45px;
        font-size: 16px;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
    }
    .sub-menu > li > a:after {
        content: "";
        position: absolute;
        left: auto;
        right: 15px;
        margin: auto;
        bottom: auto;
        top: 21px;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
        border-top: 1px solid #6b767e;
        border-left: 1px solid #6b767e;
    }
}
.footer-top {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.footer-center {
    padding: 35px 0;
    border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 991px) {
    .footer-center {
        padding: 15px 0;
    }
}
.contact-list {
    margin: 0;
    counter-reset: none;
    padding-bottom: 15px;
}
.contact-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.contact-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.contact-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.contact-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.contact-list > li {
    margin: 0 0 5px;
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.contact-list > li > a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    color: #009bde;
    text-decoration: none;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}
.contact-list > li > a:hover {
    text-decoration: underline;
}
.contact-list h6 {
    margin: 0;
}
.contact-list-large {
    padding-bottom: 0;
}
.contact-list-large > li {
    font-size: 24px;
    margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
    .contact-list > li > a {
        font-size: 15px;
    }
}
.footer-menu {
    margin: 0;
    counter-reset: none;
}
.footer-menu > li {
    margin: 0;
    padding: 0;
    position: static;
}
.footer-menu > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.footer-menu > li > a {
    color: #6b767e;
    text-decoration: none;
}
.footer-menu > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.footer-menu > li {
    margin-bottom: 5px;
}
.footer-menu > li > a {
    display: block;
    text-decoration: none;
    color: #6b767e;
}
.footer-menu > li > a:hover {
    text-decoration: underline;
}
.subscribe {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 40px 15px 1px;
    margin-bottom: 50px;
}
.subscribe h3 {
    text-align: center;
}
.subscribe p {
    text-align: center;
}
.subscribe .form-subscribe {
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-close {
    position: absolute;
    right: 15px;
    top: 0;
    width: 45px;
    height: 45px;
    background: #6b767e;
    border-radius: 50%;
    font: 0/0 a;
}
.subscribe-close:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translate(-50%) rotate(45deg);
}
.subscribe-close:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translate(-50%) rotate(-45deg);
}
.subscribe-animate {
    background: #f7f8f9;
    display: block;
    height: auto !important;
    position: fixed;
    padding-top: 35px;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 2000;
    -webkit-transition: top 0.3s ease-out 0s;
    -moz-transition: top 0.3s ease-out 0s;
    -ms-transition: top 0.3s ease-out 0s;
    -o-transition: top 0.3s ease-out 0s;
    transition: top 0.3s ease-out 0s;
}
.subscribe-animate[aria-expanded="true"] {
    top: 0;
}
.subscribe-animate > .container-section {
    padding-left: 85px;
    padding-right: 85px;
    position: relative;
}
.subscribe-animate h3 {
    text-align: center;
}
.subscribe-animate p {
    text-align: center;
}
.subscribe-animate .form-subscribe {
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.form-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}
.form-subscribe > * {
    margin-bottom: 0;
}
.form-subscribe > *:not(:nth-last-child(1)) {
    margin-right: 10px;
}
.form-subscribe > input {
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 15px;
}
.form-subscribe .subscribe-ln {
    margin-right: 20px;
    line-height: 1.4;
}
.form-subscribe-multi-row {
    margin-bottom: 0;
}
.form-subscribe-multi-row .subscribe-ln {
    margin-right: 0;
}
.wrap-form-subscribe-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0;
}
.wrap-form-subscribe-btn > * {
    margin-left: auto;
    margin-bottom: 0;
}
.subscribe-ln > input[type=radio] + label {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .form-subscribe {
        margin-bottom: 15px;
    }
    .form-subscribe .subscribe-ln {
        margin-right: 10px;
    }
}
@media screen and (max-width: 479px) {
    .form-subscribe {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .form-subscribe > *:not(:nth-last-child(1)) {
        margin-right: 0;
    }
    .form-subscribe > input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .form-subscribe .subscribe-ln {
        margin-right: 20px;
    }
    .subscribe-ln {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .subscribe-ln > *:not(:nth-last-child(1)) {
        margin-right: 15px;
    }
    .wrap-form-subscribe-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: none;
        padding: 0;
    }
}
.social {
    margin: 0;
    counter-reset: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.social > li {
    margin: 0;
    padding: 0;
    position: static;
}
.social > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.social > li > a {
    color: #6b767e;
    text-decoration: none;
}
.social > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.social > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 5px 5px;
}
.social > li > a {
    font: 0/0 a;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 44px;
    min-height: 44px;
    background: #6b767e;
    border-radius: 50%;
    position: relative;
}
.social > li > a:hover {
    background: #009bde;
}
.social-facebook:before {
    content: "";
    margin: auto;
    display: block;
    width: 12px;
    height: 20px;
    background: transparent url(../images/icons/facebook.svg) no-repeat;
}
.social-twitter:before {
    content: "";
    margin: auto;
    display: block;
    width: 19px;
    height: 16px;
    background: transparent url(../images/icons/twitter.svg) no-repeat;
}
.social-instagram:before {
    content: "";
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/icons/instagram.svg) no-repeat;
}
.footer-bottom {
    padding: 25px 0;
}
.footer-list {
    margin: 0;
    counter-reset: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.footer-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.footer-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.footer-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.footer-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.footer-list > li {
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 5px;
}
.footer-list > li:not(:nth-last-child(1)) {
    border-right: 1px solid #6b767e;
}
.footer-list > li > a {
    font-size: 15px;
    text-decoration: none;
    color: #6b767e;
}
.footer-list > li > a:hover {
    text-decoration: underline;
}
.copyright {
    margin: 0;
}
.copyright a {
    text-decoration: none;
    color: #6b767e;
}
.copyright a:hover {
    text-decoration: underline;
}
.developer {
    margin: 0 0 5px;
    text-align: right;
    font-size: 15px;
}
.developer a {
    text-decoration: none;
    color: #6b767e;
}
.developer a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
    .footer-bottom {
        padding: 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .developer {
        text-align: left;
    }
}
@media screen and (max-width: 575px) {
    .footer-list {
        display: block;
        margin: 0;
    }
    .footer-list > li {
        padding: 0;
    }
    .footer-list > li:not(:nth-last-child(1)) {
        border-right: none;
    }
}
.offset-bottom-1 {
    margin-bottom: 70px;
}
.offset-bottom-2 {
    margin-bottom: 30px;
}
.offset-bottom-3 {
    margin-bottom: 50px;
}
.offset-bottom-4 {
    margin-bottom: 40px;
}
.offset-bottom-5 {
    margin-bottom: 15px;
}
.offset-top-1 {
    margin-top: 35px;
}
.offset-top-2 {
    margin-top: 90px;
}
.offset-top-3 {
    margin-top: 40px;
}
.offset-top-4 {
    margin-top: 50px;
}
.pdg-1 {
    padding: 15px 15px 0;
}
.pdg-bottom-1 {
    padding-bottom: 30px;
}
.no-pdg-bottom[class] {
    padding-bottom: 0;
}
@media screen and (max-width: 991px) {
    .offset-bottom-1 {
        margin-bottom: 15px;
    }
    .offset-bottom-2 {
        margin-bottom: 15px;
    }
    .offset-bottom-3 {
        margin-bottom: 15px;
    }
    .offset-bottom-4 {
        margin-bottom: 15px;
    }
    .offset-top-1 {
        margin-top: 15px;
    }
    .offset-top-2 {
        margin-top: 15px;
    }
    .offset-top-3 {
        margin-top: 15px;
    }
    .pdg-bottom-1 {
        padding-bottom: 15px;
    }
    .offset-top-4 {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .content-section {
        padding-top: 15px;
    }
}
.slider-section {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
}
.slider > *:not(:nth-child(1)) {
    display: none;
}
.slider.slick-initialized > *:not(:nth-child(1)) {
    display: block;
}
.slider.slick-initialized .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.slider.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    height: auto;
    min-height: 0;
}
.slider.slick-initialized .slick-slide > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slider.slick-initialized .slick-slide img {
    max-height: 554px;
    margin-bottom: 3px;
}
.fullwidth-img IMG {
    width: 100%;
    top: 0;
    margin-bottom: 0!important;
    max-height: 557px!important;
}
.slider .slick-prev {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    font: 0/0 a;
    border: none;
    background: rgba(91, 103, 112, 0.25);
    padding: 0;
    margin: 0;
    width: 40px;
    height: 90px;
    z-index: 10;
    border-radius: 5px;
}
.slider .slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.slider .slick-prev:hover {
    background: #6b767e;
}
.slider .slick-next {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    font: 0/0 a;
    border: none;
    background: rgba(91, 103, 112, 0.25);
    padding: 0;
    margin: 0;
    width: 40px;
    height: 90px;
    z-index: 10;
    border-radius: 5px;
}
.slider .slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.slider .slick-next:hover {
    background: #6b767e;
}
.slider p {
    font-size: 20px;
}
.slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slide > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slide > *.row {
    -webkit-flex: 0 0 calc(100% + 38px);
    -ms-flex: 0 0 calc(100% + 38px);
    flex: 0 0 calc(100% + 38px);
    -webkit-flex-basis: calc(100% + 38px);
    -ms-flex-preferred-size: calc(100% + 38px);
    flex-basis: calc(100% + 38px);
    max-width: calc(100% + 38px);
}

.slide-info-container {
    max-width: 633px;
    padding: 0 19px;
    width: 100%;
    margin: auto;
}
.slide-media {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.slider-section {
    max-width: 100vw;
    overflow-x: hidden;
}
@media screen and (max-width: 1439px) {
    .slider .slick-prev {
        left: 19px;
    }
    .slider .slick-next {
        right: 19px;
    }
}
@media screen and (max-width: 991px) {
    .slider-section {
        margin-bottom: 15px;
    }
    .slide-info {
        padding-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .slider h1 {
        font-size: 35px;
    }
    .slider p {
        font-size: 17px;
    }
    .slide-media {
        display: block;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .slide-media img {
        margin: 0 auto 15px;
    }
    .slide-info {
        padding-top: 0;
    }
}
@media screen and (max-width: 374px) {
    .slider h1 {
        font-size: 22px;
    }
    .slider p {
        font-size: 16px;
    }
    .slider .slick-prev {
        width: 30px;
        height: 70px;
    }
    .slider .slick-next {
        width: 30px;
        height: 70px;
    }
}
.promo-group > [class*="col"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promo-group > [class*="col"] > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.promo {
    border:1px solid #dadcde;
    border-radius: 5px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.promo-info {
    padding: 25px 30px;
    max-width: 340px;
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    width: 100%;
}

.promo-info h1{
    font-size: 24px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.promo-info h2{
    font-size: 22px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.promo-info h3{
    font-size: 20px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.promo-info h4{
    font-size: 18px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.promo-info h5{
    font-size: 16px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.promo-info h6{
    font-size: 14px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.promo-info p{
    font-size: 16px;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}


.promo-info a{
    text-decoration: none;
}
.promo-media img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
@media screen and (max-width: 1365px) {
    .promo h3 {
        font-size: 23px;
    }
    .promo-info {
        padding: 15px;
        max-width: none;
    }
}
@media screen and (max-width: 991px) {
    /*  .promo-media img {
       max-width: 100px;
   }
.promo-group > :nth-child(1) .promo-media img {
       max-width: 150px;
   }
   .promo-group > :nth-child(2) .promo-media img {
       max-width: 100px;
   }
   .promo-group > :nth-child(3) .promo-media img {
       max-width: 200px;
   } */
}
@media screen and (max-width: 767px) {
    .promo-section .promo{
        margin-bottom: 30px;
    }
    .promo h3 {
        font-size: 30px;
    }
    .promo-info {
        padding: 15px;
        /*max-width: 81%;*/
    }
    /* .promo-media img {
        max-width: 150px;
    }
    .promo-group > :nth-child(1) .promo-media img {
        max-width: 200px;
    }
    .promo-group > :nth-child(2) .promo-media img {
        max-width: 150px;
    }
    .promo-group > :nth-child(3) .promo-media img {
        max-width: 200px;
    } */
}
.card-carousel-section {
    margin-bottom: 50px;
}
.card-carousel-container {
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.card-carousel:not(.slick-initialized) {
    width: 25%;
}
.card-carousel:not(.slick-initialized) > *:not(:nth-child(1)),
.card-carousel:not(.slick-initialized) > *:nth-child(1) .product-bottom {
    display: none;
}
.card-carousel .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.card-carousel.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: none;
    height: auto;
    min-height: 0;
}
.card-carousel .slick-slide {
    position: relative;
}
.card-carousel .product-bottom {
    right: 15px;
}
.card-carousel-nav {
    height: 0;
}
.price-rating-row .rating {
    display: none;
}
.card-img {
    display: none;
}
@media screen and (max-width: 1365px) {
    .card-carousel:not(.slick-initialized) {
        width: 33.333333%;
    }
}
@media screen and (max-width: 991px) {
    .promo-section .promo{
        margin-bottom: 30px;
    }
    .card-carousel-section {
        margin-bottom: 15px;
    }
    .card-carousel:not(.slick-initialized) {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .card-carousel:not(.slick-initialized) {
        width: 100%;
    }
    .price-rating-row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .price-rating-row .rating {
        display: block;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .price-rating-row .price {
        margin-bottom: 10px;
    }
    .card-img {
        display: block;
    }
    .card ul > li {
        font-size: 15px;
    }
    .card .card-left-col {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-right: 10px;
        top:0;
    }
    .card .card-left-col .rating {
        display: none;
    }
    .card .card-right-col {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .card .card-right-col img {
        display: none;
    }
}
.card-carousel-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font: 0/0 a;
    border: none;
    background: #ffffff;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 90px;
    border-radius: 5px;
}
.card-carousel-prev:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(-45deg);
    border-top: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
}
.card-carousel-prev:hover {
    background: #6b767e;
}
.card-carousel-next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font: 0/0 a;
    border: none;
    background: #ffffff;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 90px;
    border-radius: 5px;
}
.card-carousel-next:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
}
.card-carousel-next:hover {
    background: #6b767e;
}
.card-group > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-group > * > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.card {
    margin-bottom: 30px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.card:hover .quick-view-trigger {
    display: table;
}
.card-top .price {
    margin-bottom: 5px;
}
.card-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.card-name {
    display: block;
    color: #6b767e;
    font-size: 17px;
    font-family: 'HelveticaNeueW01-55Roman', serif;
    text-decoration: none;
}
.card-name img {
    display: block;
    margin: 0 auto 10px;
}
.card-name span {
    display: block;
}
.card-name:hover {
    text-decoration: underline;
}
.quick-view-trigger {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 calc(auto - 15px);
    top: 90px;
    z-index: 1;
}
.card-title-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}
.card-title-row > * {
    padding: 0 15px;
    margin-bottom: 15px;
}
.card-title-row .price {
    font-family: 'HelveticaNeueW01-75Bold', serif;
    font-size: 20px;
}
.average-customer-reviews {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -8px;
}
.average-customer-reviews > * {
    margin: 0 8px 15px;
}
.card-selection {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.card-selection > * {
    margin: 0 4px 25px;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
@media screen and (max-width: 575px) {
    .card-selection {
        margin: 0;
    }
    .card-selection > * {
        margin: 0 0 10px;
    }
    .card-selection > :nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 5px);
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        -webkit-flex-basis: calc(50% - 5px);
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        margin-right: 10px;
    }
    .card-selection > :nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 5px);
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        -webkit-flex-basis: calc(50% - 5px);
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    }
}
@media screen and (max-width: 374px) {
    .card-carousel-container {
        padding: 0 30px;
    }
    .card-carousel-container .container-section {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .card-carousel-container .price {
        font-size: 15px;
    }
    .card-carousel-container .card ul > li {
        font-size: 14px;
        padding-left: 10px;
    }
    .card-carousel-prev {
        width: 30px;
        height: 70px;
    }
    .card-carousel-next {
        width: 30px;
        height: 70px;
    }
}
.checked-list {
    margin: 0;
    counter-reset: none;
    padding: 0 0 25px;
}
.checked-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.checked-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.checked-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.checked-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.checked-list > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.checked-list > li:before {
    content: "";
    display: block;
    margin: 9px 5px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14px;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    max-width: 14px;
    height: 12px;
    background: transparent url(../images/icons/checked-1.svg) no-repeat;
}
@media screen and (max-width: 991px) {
    .checked-list {
        padding: 0 0 15px;
    }
}
.mfp-bg {
    background: #000000;
}
.mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}
.mfp-content {
    text-align: center;
    padding: 50px 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.active-magnificPopup {
    overflow: visible !important;
    margin-right: 0 !important;
}
.popup-container {
    display: inline-block;
    margin: auto;
    max-width: 974px;
    padding: 50px 64px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 5px;
}
.popup-close.mfp-close {
    padding: 0;
    font: 0/0 a;
    display: block;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #6b767e;
    border-radius: 50%;
    border: none;
}
.popup-close.mfp-close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 1px;
    background: #fff;
    transform: translate(-50%) rotate(45deg);
}
.popup-close.mfp-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 1px;
    background: #fff;
    transform: translate(-50%) rotate(-45deg);
}
.price {
    font-size: 17px;
    color: #6b767e;
    margin: 0 0 15px;
}
.rating {
    display: block;
    width: 105px;
    height: 16px;
    position: relative;
    margin: 0 0 15px;
}
.rating:before {
    content: "";
    display: block;
    height: inherit;
    background: transparent url(../images/icons/rating.svg) no-repeat;
}
.rating > * {
    font: 0/0 a;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.rating > *:before {
    content: "";
    display: block;
    width: 105px;
    height: inherit;
    background: transparent url(../images/icons/rating-active.svg) no-repeat;
}

.tile-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -19px;
}
.tile-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 19px;
}
.tile-w-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.tile-w-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.tile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tile-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.tile-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
}
.tile-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 5px;
    display: block;
    object-fit: cover;
    object-position: 0% 50%;
    font-family: 'object-fit: cover; object-position: 0% 50%;';
}
.tile-social {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 15px 0 0;
    left: 15px;
    right: 15px;
    margin: 0;
    counter-reset: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tile-social > li {
    margin: 0;
    padding: 0;
    position: static;
}
.tile-social > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.tile-social > li > a {
    color: #6b767e;
    text-decoration: none;
}
.tile-social > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.tile-social > li {
    font: 0/0 a;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 0 15px 15px;
}
.tile-social .tile-social-instagram:before {
    content: "";
    display: block;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 22px;
    height: 22px;
    background: transparent url(../images/icons/instagram-1.svg) no-repeat;
}
.tile-social .tile-social-facebook:before {
    content: "";
    display: block;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 12px;
    height: 20px;
    background: transparent url(../images/icons/facebook.svg) no-repeat;
}
@media screen and (max-width: 991px) {
    .tile-section {
        margin-bottom: 15px;
    }
    .tile-link {
        margin-bottom: 15px;
    }
    .tile-box {
        padding: 15px;
        margin-bottom: 15px;
    }
    .tile-w-1 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .tile-w-2 {
        -webkit-flex: 0 0 66.666666%;
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .tile-col .tile-w-1 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tile-col .tile-w-2 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tile-sz-2 {
        max-height: 160px;
    }
    .tile-sz-1 {
        max-height: 335px;
    }
}
@media screen and (max-width: 767px) {
    .tile-row {
        margin: 0;
    }
    .tile-col {
        display: block;
        padding: 0;
    }
    .tile-col .tile-w-1 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }
    .tile-col .tile-w-2 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }
    .tile-sz-2 {
        max-height: none;
    }
    .tile-sz-1 {
        max-height: none;
    }
    .tile-col-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .tile-w-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }
    .tile-w-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }
    .tile {
        display: block;
    }
    .tile-box {
        display: block;
        padding: 15px;
        margin-bottom: 15px;
    }
    .tile-link {
        display: block;
        margin-bottom: 15px;
    }
    .tile-img {
        width: 100%;
    }
}
.breadcrumb, .breadcrumbs {
    margin: 0;
    counter-reset: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 0;
    margin-bottom: 15px;
}
.breadcrumb > li, .breadcrumbs > .items > li {
    margin: 0;
    padding: 0;
    position: static;
}
.breadcrumb > li:before, .breadcrumbs > .items > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.breadcrumb > li > a, .breadcrumbs > .items > li > a {
    color: #6b767e;
    text-decoration: none;
}
.breadcrumb > li > a:hover, .breadcrumbs > .items > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.breadcrumb > li, .breadcrumbs > .items > li {
    margin: 0 0 15px;
    position: relative;
	display: inline-block;
}
.breadcrumb > li:not(:nth-last-child(1)):after, .breadcrumbs > .items > li:not(:nth-last-child(1)):after {
    content: "\00a0\00a0/\00a0\00a0";
    display: inline-block;
}
.breadcrumb > li > a, .breadcrumbs > .items > li > a {
    display: inline-block;
    color: #009bde;
    text-decoration: none;
}
.breadcrumb > li > a:hover, .breadcrumbs > .items > li > a:hover {
    color: #009bde;
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
    .breadcrumb, .breadcrumbs {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb, .breadcrumbs {
        display: none;
    }
}
.filters-trigger {
    display: table;
    table-layout: fixed;
    padding: 11px 45px 11px 15px;
    position: relative;
    background-color: #009bde;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
    border-radius: 5px;
    color: #fff;
    font-family: 'HelveticaNeueW01-45Light', serif;
    font-size: 18px;
    border: none;
    text-align: left;
    width: 100%;
}
.filters-trigger:before {
    content: "";
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    width: 20px;
    height: 22px;
    background: transparent url(../images/icons/categories-filters.svg) no-repeat;
}
.filters-trigger SPAN {
    display: block;
    position: relative;
}
.filters-trigger SPAN:before {
    content: none;
    position: absolute;
    left: -5px;
    width: 28px;
    height: 2px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
}
.filters-trigger SPAN:after {
    content: none;
    position: absolute;
    left: -5px;
    width: 28px;
    height: 2px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%) rotate(-45deg);
}
.filters-trigger-open {
    max-width: 116px;
    margin-bottom: 15px;
}
.filters-trigger-close {
    padding: 14px 45px 14px 50px;
    background: #f7f8f9;
    border-radius: 0;
    color: #6b767e;
    font-size: 25px;
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    border-bottom: 1px solid #d8d8d8;
    z-index: 100;
}
.filters-trigger-close:before {
    right: auto;
    left: 19px;
    background: transparent url(../images/icons/categories-filters-1.svg) no-repeat;
}
.filters-trigger-close SPAN {
    display: block;
    position: relative;
}
.filters-trigger-close SPAN:before {
    content: "";
    position: absolute;
    left: auto;
    right: -26px;
    width: 20px;
    height: 2px;
    top: 50%;
    background: #6b767e;
}
.filters-trigger-close SPAN:after {
    content: "";
    position: absolute;
    left: auto;
    right: -26px;
    width: 20px;
    height: 2px;
    top: 50%;
    background: #6b767e;
}
.filters-trigger-close[aria-expanded="true"] {
    background-image: none;
}
.filters-trigger-close[aria-expanded="true"] SPAN {
    padding-left: 0;
}
.apply-filters-btn {
    position: fixed;
    bottom: 11px;
    left: 19px;
    right: 19px;
    z-index: 100;
    width: calc(100% - 38px);
    margin: 0;
}
.categories-panel {
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0;
}
.categories-trigger {
    display: block;
    padding: 10px 25px 10px 0;
    margin: 0;
    position: relative;
    background: none;
    font-size: 25px;
    border: none;
    text-align: left;
    width: 100%;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.categories-trigger:before {
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 17px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #6b767e;
    border-bottom: 1px solid #6b767e;
}
.categories-trigger[aria-expanded="true"]:before {
    top: 21px;
    transform: rotate(135deg);
}
.categories-list {
    margin: 0;
    counter-reset: none;
    margin: 0 0 30px;
}
.categories-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.categories-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.categories-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.categories-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.categories-list > li {
    margin: 0 0 5px;
}
.categories-list > li > a {
    display: block;
    color: #6b767e;
    text-decoration: none;
}
.categories-list > li > a:hover {
    color: #009bde;
}
.categories-list > li.active a {
    color: #009bde;
}
.filter-panel {
    padding: 12px 0;
    border-bottom: 1px solid #d8d8d8;
}
.filter-trigger {
    display: block;
    margin: 0;
    position: relative;
    background: none;
    color: #6b767e;
    font-size: 25px;
    border: none;
    text-align: left;
    width: 100%;
    padding: 10px 25px 10px 0;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.filter-trigger:before {
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 17px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #6b767e;
    border-bottom: 1px solid #6b767e;
}
.filter-trigger[aria-expanded="true"]:before {
    top: 21px;
    transform: rotate(135deg);
}
.filter-item-hidden-trigger {
    display: block;
    background: none;
    padding: 0;
    margin: 10px 0 0;
    border: none;
    color: #009bde;
}
.filter-item-hidden-trigger > i {
    font-style: normal;
    display: inline-block;
    padding: 0 25px 0 0;
    position: relative;
    text-decoration: underline;
}
.filter-item-hidden-trigger > i:before {
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 3px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #009bde;
    border-bottom: 1px solid #009bde;
}
.filter-item-hidden-trigger .less {
    display: none;
}
.filter-item-hidden-trigger:hover i {
    text-decoration: none;
}
.filter-item-hidden-trigger[aria-expanded="true"] > i:before {
    top: 9px;
    transform: rotate(135deg);
}
.filter-item-hidden-trigger[aria-expanded="true"] .more {
    display: none;
}
.filter-item-hidden-trigger[aria-expanded="true"] .less {
    display: block;
}
.collapse-dt-disabled.categories-panel {
    margin-bottom: 30px;
}
.collapse-dt-disabled .categories-trigger {
    padding-left: 0;
}
@media screen and (min-width: 768px) {
    .filters-trigger {
        display: none;
    }
    .filters {
        display: block !important;
        height: auto !important;
    }
    .collapse-dt-disabled .categories-trigger {
        padding-right: 0;
    }
    .collapse-dt-disabled .categories-trigger:before {
        content: none;
    }
    .collapse-dt-disabled .categories {
        display: block !important;
        height: auto !important;
    }
    .apply-filters-btn {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .filter-trigger {
        font-size: 20px;
    }
    .filter-trigger:before {
        top: 5px;
    }
    .collapse-dt-disabled .categories-trigger {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {
    .collapsed-all > .collapse.in {
        display: none !important;
    }
    .collapsed-all > .categories-trigger:before {
        top: 14px !important;
        transform: rotate(-45deg) !important;
    }
    .filters {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #d8d8d8;
        border-top: none;
        z-index: 5000;
        overflow-y: auto;
        height: auto !important;
        border-top: 20px solid #6b767e;
        padding: 57px 0;
    }
    .filters:after {
        content: "";
        position: fixed;
        bottom: 0;
        height: 57px;
        border-top: 1px solid #d8d8d8;
        left: 0;
        right: 0;
        z-index: 99;
        background: #f7f8f9;
    }
    .filters-open {
        display: block;
    }
    .filter {
        padding-left: 19px;
        padding-right: 19px;
    }
    .categories-trigger {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        margin-bottom: 0;
    }
    .categories-trigger:before {
        right: 15px;
        top: 15px;
    }
    .categories-trigger[aria-expanded="true"]:before {
        top: 20px;
    }
    .filter-panel {
        border-bottom: 1px solid #d8d8d8;
        margin: 0;
        padding: 0;
    }
    .filter-panel:nth-last-child(1) {
        border-bottom: none;
    }
    .categories-list {
        padding: 0;
        margin-bottom: 15px;
    }
    .categories-list a {
        padding: 0 30px;
    }
    .categories-panel {
        padding: 0;
        margin-bottom: 0;
    }
    .filter-items-hidden-trigger {
        margin: 0 0 15px;
    }
    .categories input[type=checkbox] {
        display: none;
    }
    .categories input[type=checkbox] + LABEL {
        padding: 0 0 0 35px;
    }
    .categories input[type=checkbox] + LABEL:before {
        left: 15px;
    }
    .categories input[type=checkbox] + LABEL:after {
        left: 18px;
    }
    .filter-items-hidden-trigger {
        padding: 0 15px 0 30px;
    }
    .filter-trigger {
        margin-bottom: 0;
        padding: 10px 40px 10px 19px;
        font-size: 25px;
    }
    .filter-trigger:before {
        right: 19px;
        top: 17px;
    }
    .filter-trigger[aria-expanded="true"]:before {
        top: 22px;
    }
    .filter-item-hidden-trigger {
        margin-bottom: 15px;
    }
}
.range-slider {
    padding: 40px 0 0;
}
.noUi-horizontal {
    height: 2px;
}
.noUi-target {
    background: #cfdae2;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.noUi-connect {
    border-radius: 0;
    box-shadow: none;
    background-color: #009bde;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.noUi-tooltip {
    border-color: #d8d8d8;
    border-radius: 5px;
    color: #6b767e;
}
.noUi-handle {
    border: none;
    border-radius: 50%;
    background: #009bde;
    cursor: default;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -6px;
    top: -6px;
}
.noUi-handle:after,
.noUi-handle:before {
    content: none;
}
.range-slider-input-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.range-slider-input-row > *:not(:nth-last-child(1)) {
    margin-right: 5px;
}
.range-slider-input-row input {
    margin: 0;
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .range-slider {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 15px;
    }
}
.control-items > .col-lg-9 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.control-items > .col-lg-9 > *:not(:nth-last-child(1)) {
    margin-right: 10px;
}
.sort-on {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sort-on .selectric-wrapper {
    margin: 0 0 15px;
    width: 267px;
}
.sort-on label {
    margin: 0 5px 10px 0;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}
.show-per-page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.show-per-page .selectric-wrapper {
    margin: 0 0 15px;
    width: 85px;
}
.show-per-page label {
    margin: 0 0 10px 0;
    font-family: 'HelveticaNeueW01-55Roman', serif;
}
.show-per-page label:nth-child(1) {
    margin-right: 5px;
}
.show-per-page label:nth-last-child(1) {
    margin-left: 5px;
}
@media screen and (max-width: 991px) {
    .sort-on .selectric-wrapper {
        width: 200px;
    }
    .sort-on .selectric .label {
        font-size: 16px;
    }
    .sort-on label {
        font-size: 14px;
    }
    .show-per-page .selectric-wrapper {
        width: 80px;
    }
    .show-per-page .selectric .label {
        font-size: 16px;
    }
    .show-per-page label {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .sort-on .selectric-wrapper {
        width: 100%;
        max-width: 265px;
    }
}
@media screen and (max-width: 575px) {
    .control-items > .col-lg-9 {
        display: block;
    }
    .control-items > .col-lg-9 > *:not(:nth-last-child(1)) {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .row-slices {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
@media screen and (max-width: 374px) {
    .card-item-result {
        font-size: 14px;
    }
}
.pagination {
    margin: 0;
    counter-reset: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    padding: 0 92px 10px;
    margin-bottom: 30px;
}
.pagination > li {
    margin: 0;
    padding: 0;
    position: static;
}
.pagination > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.pagination > li > a {
    color: #6b767e;
    text-decoration: none;
}
.pagination > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.pagination > li {
    font-size: 17px;
    line-height: 1.77;
}
.pagination > li:not(.pagination-prev):not(.pagination-next) {
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5px 10px;
}
.pagination > li:not(.pagination-prev):not(.pagination-next) > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 35px;
    min-height: 35px;
    color: #009bde;
    border-radius: 5px;
    text-align: center;
    text-decoration: underline;
    padding: 5px 5px;
}
.pagination > li:not(.pagination-prev):not(.pagination-next) > a:hover {
    background: #f7f8f9;
    color: #6b767e;
}
.pagination > li:not(.pagination-prev):not(.pagination-next).pagination-active > a {
    text-decoration: none;
    background: #f7f8f9;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.pagination .pagination-prev,
.pagination-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 10px;
}
.pagination .pagination-prev a,
.pagination-prev a {
    display: block;
    position: relative;
    color: #009bde;
    text-decoration: underline;
    padding: 0 0 0 10px;
}
.pagination .pagination-prev a:before,
.pagination-prev a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #009bde;
    border-left: 1px solid #009bde;
}
.pagination .pagination-prev a:hover,
.pagination-prev a:hover {
    text-decoration: none;
    color: #6b767e;
}
.pagination .pagination-prev a:hover:before,
.pagination-prev a:hover:before {
    border-color: #6b767e;
}
.pagination .pagination-next,
.pagination-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 10px;
}
.pagination .pagination-next a,
.pagination-next a {
    display: block;
    position: relative;
    color: #009bde;
    text-decoration: underline;
    padding: 0 10px 0 0;
}
.pagination .pagination-next a:before,
.pagination-next a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #009bde;
    border-left: 1px solid #009bde;
}
.pagination .pagination-next a:hover,
.pagination-next a:hover {
    text-decoration: none;
    color: #6b767e;
}
.pagination .pagination-next a:hover:before,
.pagination-next a:hover:before {
    border-color: #6b767e;
}
@media screen and (max-width: 575px) {
    .pagination {
        padding-left: 25px;
        padding-right: 25px;
    }
    .pagination .pagination-prev a,
    .pagination-prev a {
        font: 0/0 a;
        min-width: 25px;
        min-height: 30px;
        margin-top: -8px;
    }
    .pagination .pagination-next a,
    .pagination-next a {
        font: 0/0 a;
        min-width: 25px;
        min-height: 30px;
        margin-top: -8px;
    }
}
@media screen and (max-width: 374px) {
    .pagination > li:not(.pagination-prev):not(.pagination-next) > a {
        min-width: 30px;
        min-height: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.slider-syncing {
    margin: 0 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.slider-syncing-nav {
    padding: 35px 0;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}
.slider-syncing-nav:not(.slick-initialized) > *:not(:nth-child(1)) {
    display: none;
}
.slider-syncing-nav .slick-current .slider-syncing-nav-slide {
    border-color: #d8d8d8;
}
.slider-syncing-nav .slick-slide:focus {
    outline: none;
}
.slider-syncing-nav .slick-prev {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font: 0/0 a;
    border: none;
    background: #d8d8d8;
    padding: 0;
    width: 50px;
    height: 30px;
    border-radius: 5px;
}
.slider-syncing-nav .slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 13px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.slider-syncing-nav .slick-prev:hover {
    background: #6b767e;
}
.slider-syncing-nav .slick-next {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    font: 0/0 a;
    border: none;
    background: #d8d8d8;
    padding: 0;
    width: 50px;
    height: 30px;
    border-radius: 5px;
}
.slider-syncing-nav .slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9px;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.slider-syncing-nav .slick-next:hover {
    background: #6b767e;
}
.slider-syncing-nav-slide {
    border: 1px solid rgba(0, 0, 0, 0);
    margin: 5px 0;
    min-height: 80px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-syncing-nav-slide img {
    width: 100%;
}
.slider-syncing-for {
    padding: 0 0 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
}
.slider-syncing-for > *:not(:nth-child(1)) {
    display: none;
}
.slider-syncing-for.slick-initialized > *:not(:nth-child(1)) {
    display: block;
}
.slider-syncing-for.slick-initialized .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
}
.slider-syncing-for.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    float: none;
    height: auto;
    min-height: 0;
}
.slider-syncing-for.slick-initialized .slick-slide > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slider-syncing-for-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-box {
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background-color: #f7f8f9;
    padding: 20px 30px 5px;
    margin: 0 0 30px;
}
@media screen and (max-width: 991px) {
    .bg-box {
        padding: 15px 15px 5px;
        margin: 0 0 15px;
    }
}
.group-box {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}
@media screen and (max-width: 991px) {
    .group-box {
        margin-bottom: 15px;
        padding: 15px;
    }
}
.video-container {
    position: relative;
    margin-bottom: 10px;
}
.video-container video {
    width: 100%;
}
.play-video {
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background: transparent url(../images/icons/play.svg) no-repeat;
    font: 0/0 a;
}
.review {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding: 0 0 15px;
}
.review-rating {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2.5px;
}
.review-rating .rating {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 105px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
}
.review-rating > * {
    margin-left: 2.5px;
    margin-right: 2.5px;
}
.review-rating h6 {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.review-info {
    font-size: 15px;
    margin-bottom: 20px;
}
.review-hidden-trigger {
    display: block;
    background: none;
    padding: 0;
    margin: 10px 0 15px;
    border: none;
    color: #009bde;
}
.review-hidden-trigger > i {
    font-style: normal;
    display: inline-block;
    padding: 0 25px 0 0;
    position: relative;
    text-decoration: underline;
}
.review-hidden-trigger > i:before {
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 3px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #009bde;
    border-bottom: 1px solid #009bde;
}
.review-hidden-trigger .less {
    display: none;
}
.review-hidden-trigger:hover i {
    text-decoration: none;
}
.review-hidden-trigger[aria-expanded="true"] > i:before {
    top: 9px;
    transform: rotate(135deg);
}
.review-hidden-trigger[aria-expanded="true"] .more {
    display: none;
}
.review-hidden-trigger[aria-expanded="true"] .less {
    display: block;
}
.order-step {
    margin: 0;
    counter-reset: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin: 0 0 30px;
}
.order-step > li {
    margin: 0;
    padding: 0;
    position: static;
}
.order-step > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.order-step > li > a {
    color: #6b767e;
    text-decoration: none;
}
.order-step > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.order-step > li {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 8px 20px;
    margin: 0 5px;
    position: relative;
}
.order-step > li:before {
    content: "";
    position: absolute;
    height: 50.6%;
    top: 0;
    left: 0;
    right: 0;
    background: #f7f8f9;
    transform: skew(45deg);
}
.order-step > li:after {
    content: "";
    position: absolute;
    height: 50.6%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f8f9;
    transform: skew(-45deg);
}
.order-step > li:nth-child(1) {
    margin: 0;
}
.order-step > li:nth-child(1):before {
    left: -100%;
}
.order-step > li:nth-child(1):after {
    left: -100%;
}
.order-step > li:nth-last-child(1) {
    margin: 0;
}
.order-step > li:nth-last-child(1):before {
    right: -100%;
}
.order-step > li:nth-last-child(1):after {
    right: -100%;
}
.order-step span {
    display: block;
    position: relative;
    z-index: 3;
}
.order-step .order-step-active {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.order-step .order-step-active:before {
    background: #eceff0;
}
.order-step .order-step-active:after {
    background: #eceff0;
}
.order-step .order-step-completed SPAN {
    padding-left: 20px;
}
.order-step .order-step-completed SPAN:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 12px;
    background: transparent url(../images/icons/checked-1.svg) no-repeat;
}
@media screen and (max-width: 767px) {
    .order-step {
        display: block;
        overflow: visible;
        margin: 0 0 20px;
    }
    .order-step > li {
        padding: 4px 15px;
        font-size: 15px;
        margin: 0 0 10px;
        background: #f7f8f9;
        border-radius: 5px;
    }
    .order-step > li:before {
        top: auto;
        bottom: -10px;
        margin: auto;
        background: none;
        transform: none;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f7f8f9;
        z-index: 2;
    }
    .order-step > li:after {
        content: none;
    }
    .order-step > li:nth-child(1) {
        margin: 0 0 10px;
    }
    .order-step > li:nth-child(1):before {
        left: 0;
    }
    .order-step > li:nth-child(1):after {
        left: 0;
    }
    .order-step > li:nth-last-child(1) {
        margin: 0 0 10px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
    .order-step > li:nth-last-child(1):before {
        content: none;
    }
    .order-step .order-step-active {
        margin: 0 0 10px;
        background: #eceff0;
    }
    .order-step .order-step-active:before {
        background: none;
        border-top-color: #eceff0;
    }
    .order-step .order-step-active + * {
        margin-left: 0;
    }
    .order-step .order-step-active:nth-last-child(1) {
        margin-left: 0;
    }
}
.cart-order-table {
    table-layout: fixed;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.cart-order-table > thead > tr > td:nth-child(1),
.cart-order-table > thead > tr > th:nth-child(1) {
    width: 45%;
}
.cart-order-table > thead > tr > td:nth-child(2),
.cart-order-table > thead > tr > th:nth-child(2) {
    width: 24%;
}
.cart-order-table .selectric-wrapper {
    max-width: 120px;
    width: 100%;
}
.cart-order-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-order-item p {
    margin: 0;
}
.cart-order-item-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95px;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
    padding: 0 15px 0 0;
}
.order-item-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 95px);
    -ms-flex: 0 0 calc(100% - 95px);
    flex: 0 0 calc(100% - 95px);
    max-width: calc(100% - 95px);
    -webkit-flex-basis: calc(100% - 95px);
    -ms-flex-preferred-size: calc(100% - 95px);
    flex-basis: calc(100% - 95px);
}
.cart-order-item-name {
    color: #6b767e;
    font-family: 'HelveticaNeueW01-75Bold', serif;
    display: block;
    text-decoration: none;
}
.cart-order-item-name:hover {
    text-decoration: underline;
}
.cart-order-item-qnt {
    width: 140px;
    margin-bottom: 5px;
}
.cart-order-item-qnt .form-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
}
.discount-code {
    margin-bottom: 10px;
    max-width: 560px;
}
.discount-code > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: none;
}
.discount-code .f-wrap, .discount-code button {
    height: 47px;
	display: inline-block!important;
}
.discount-code button {
    white-space: nowrap;
}
.discount-code .f-wrap .form-label {
    margin-top: 8px;
}
.cart-order-total {
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 15px 15px 1px;
}
.cart-order-total-table {
    width: 100%;
    table-layout: fixed;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.cart-order-total-table td,
.cart-order-total-table th {
    vertical-align: top;
    padding: 0;
    border: none;
}
.cart-order-total-table td:nth-last-child(1),
.cart-order-total-table th:nth-last-child(1) {
    text-align: right;
}
.cart-order-total-table td:nth-child(1),
.cart-order-total-table th:nth-child(1) {
    padding-right: 5px;
}
.cart-order-total-table td[colspan],
.cart-order-total-table th[colspan] {
    padding-right: 0;
}
.cart-order-total-table tbody > :last-child td,
.cart-order-total-table tbody > :last-child th {
    padding-bottom: 15px;
}
.cart-order-total-table tfoot > :first-child td,
.cart-order-total-table tfoot > :first-child th {
    border-top: 1px solid #d8d8d8;
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.cart-order-total-table tfoot td,
.cart-order-total-table tfoot th {
    padding: 5px 0;
}
@media screen and (max-width: 991px) {
    .cart-order-total {
        margin-bottom: 15px;
    }
    .cart-order-table {
        font-size: 15px;
    }
    .cart-order-table th,
    .cart-order-table td {
        padding: 10px 5px;
    }
    .cart-order-table .selectric-wrapper {
        max-width: 90px;
    }
    .cart-order-total-table .btn-1 {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    .cart-order-table .price-row.price-row-right {
        margin-left: 0;
    }
    .cart-order-table tr {
        background: #f7f8f9;
        border-radius: 5px;
    }
    .cart-order-item-media {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        padding: 0 10px 0 0;
    }
    .order-item-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 70px);
        -ms-flex: 0 0 calc(100% - 70px);
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
    }
}
@media screen and (max-width: 479px) {
    .cart-order-item {
        display: block;
    }
    .cart-order-item-media {
        max-width: none;
        padding: 0;
        margin-bottom: 10px;
    }
    .order-item-info {
        max-width: none;
    }
    .discount-code {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .discount-code > * {
        margin: 0 0 10px;
    }
    .discount-code > label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .discount-code > input {
        margin-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 124px);
        -ms-flex: 0 0 calc(100% - 124px);
        flex: 0 0 calc(100% - 124px);
        max-width: calc(100% - 124px);
        -webkit-flex-basis: calc(100% - 124px);
        -ms-flex-preferred-size: calc(100% - 124px);
        flex-basis: calc(100% - 124px);
    }
    .discount-code > .form-btn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 114px;
        -ms-flex: 0 0 114px;
        flex: 0 0 114px;
        max-width: 114px;
    }
    .cart-order-total-table .btn-1 {
        width: 100%;
    }
}
.price-row {
    display: table;
    table-layout: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.price-row > * {
    display: table-cell;
    vertical-align: top;
}
.price-row > *:nth-child(1) {
    padding-right: 5px;
}
.price-row.price-row-right {
    margin-right: 0;
    margin-left: auto;
}
.price-row.price-row-align {
    max-width: 130px;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
}
.price-row.price-row-align > *:nth-child(1) {
    text-align: left;
}
.price-row.price-row-bold {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.price-row.price-row-right {
    margin: 0 0 0 auto;
}
.selectric-select-row .selectric .label {
    margin: 15px 40px 15px 15px;
    line-height: 1.77;
    height: 58px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.selectric-select-row .selectric-items .selectric-group .selectric-group-label {
    font-weight: normal;
    padding: 10px 15px;
    color: #6b767e;
    font-size: 25px;
}
.selectric-select-row.selectric-wrapper .selectric-items li {
    padding: 0;
    margin: 0;
}
.selectric-select-row.selectric-wrapper .selectric-items li.selected {
    background: none;
    color: #6b767e;
}
.selectric-select-row.selectric-wrapper .selectric-items li:hover {
    background: none;
    color: #6b767e;
}
.selectric-select-row.selectric-wrapper .selectric-items ul ul li:not(.selectric-group-label) {
    padding: 10px 15px;
    border-bottom: 1px solid #d8d8d8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.selectric-select-row.selectric-wrapper .selectric-items ul ul li:not(.selectric-group-label).selected {
    background: #cfdae2;
}
.selectric-select-row.selectric-wrapper .selectric-items ul ul li:not(.selectric-group-label):hover:not(.selected) {
    background: #f7f8f9;
}
.select-row-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68px;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    max-width: 68px;
    padding: 0 15px 0 0;
}
.select-row-media img {
    max-height: 58px;
    display: block;
    margin: auto;
}
.select-row-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 68px);
    -ms-flex: 0 0 calc(100% - 68px);
    flex: 0 0 calc(100% - 68px);
    max-width: calc(100% - 68px);
    -webkit-flex-basis: calc(100% - 68px);
    -ms-flex-preferred-size: calc(100% - 68px);
    flex-basis: calc(100% - 68px);
}
.select-row-title {
    display: block;
    font-family: 'HelveticaNeueW01-75Bold', serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-row-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-content {
    margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
    .main-content {
        margin-bottom: 15px;
    }
}
.tabs-bar {
    margin-bottom: 15px;
}
.tabs-bar-content > *:not(:nth-child(1)) {
    display: none;
}
.tabs-bar-content.slick-initialized > *:not(:nth-child(1)) {
    display: block;
}
.tabs-bar-content.slick-initialized .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tabs-bar-content.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    height: auto;
    min-height: 0;
}
.tabs-bar-content.slick-initialized .slick-slide > * {
    width: 100%;
    max-width: 1518px;
    margin: 0 auto;
    padding: 0 19px;
}
.tabs-bar-content > .tab-content-panel {
    display: none;
}
.tabs-bar-content > .active {
    display: block;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.tabs-bar-nav {
    margin: 0;
    counter-reset: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}
.tabs-bar-nav > li {
    margin: 0;
    padding: 0;
    position: static;
}
.tabs-bar-nav > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.tabs-bar-nav > li > a {
    color: #6b767e;
    text-decoration: none;
}
.tabs-bar-nav > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.tabs-bar-nav > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabs-bar-nav > li:nth-child(1) > a {
    border-left: 1px solid #d8d8d8;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.tabs-bar-nav > li:nth-last-child(1) > a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.tabs-bar-nav > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #6b767e;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    background-color: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.tabs-bar-nav > li.active > a {
    color: #fff;
    background-color: #6b767e;
}
.tab-accordion-panel-trigger {
    display: block;
    background: none;
    margin: 0;
    width: 100%;
    font-size: 25px;
    padding: 10px 43px 10px 0;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-45Light', serif;
    border: none;
    position: relative;
    text-decoration: none;
    text-align: left;
}
.tab-accordion-panel-trigger:after {
    content: "";
    position: absolute;
    left: auto;
    right: 15px;
    margin: auto;
    bottom: auto;
    top: 17px;
    transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
}
.tab-accordion-panel-trigger[aria-expanded="true"]:after {
    top: 21px;
    transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
    .tab-accordion-panel {
        display: block !important;
        height: auto !important;
    }
    .tab-accordion-panel-trigger {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .tabs-bar-nav {
        display: none;
    }
    .tabs-bar-content > .tab-content-panel.panel {
        display: block;
        opacity: 1;
    }
    .tab-content-panel {
        border-bottom: 1px solid #d8d8d8;
    }
}
.border-top {
    border-top: 1px solid #d8d8d8;
}
.border-bottom {
    border-bottom: 1px solid #d8d8d8;
}
.border-left {
    border-left: 1px solid #d8d8d8;
}
.border-right {
    border-right: 1px solid #d8d8d8;
}

.checkout-table th,
.checkout-table td {
    padding: 10px 0;
}
.checkout-table th:not(:nth-last-child(1)),
.checkout-table td:not(:nth-last-child(1)) {
    padding-right: 10px;
}
.checkout-table p {
    margin-bottom: 0;
}
.checkout-item-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.checkout-item-col:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding: 0 10px 0 0;
}
.checkout-item-col:nth-child(2) {
    flex: 1;
}
.checkout-item-name {
    text-decoration: none;
    display: block;
    font-family: 'HelveticaNeueW01-75Bold', serif;
    color: #6b767e;
    font-size: 15px;
}
.checkout-total-table th,
.checkout-total-table td {
    padding: 0 0 10px;
}
.checkout-total-table th:not(:nth-last-child(1)),
.checkout-total-table td:not(:nth-last-child(1)) {
    padding-right: 10px;
}
.checkout-total-table > tbody > tr > td {
    border-bottom: none;
}
.checkout-total-table > tbody > tr:nth-last-child(1) > td {
    border-bottom: 1px solid #d8d8d8;
}
.checkout-total-table > tfoot > tr > td {
    border-bottom: none;
}
@media screen and (max-width: 479px) {
    .checkout-total-table .btn-1 {
        width: 100%;
    }
}
.checkout-total-table {
    margin-bottom: 0;
}
.payment-item-group {
    margin-bottom: 30px;
}
input[type=radio] + .payment-item,
.payment-item {
    border-bottom: 1px solid #d8d8d8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0 22px 45px;
    margin: 0;
}
input[type=radio] + .payment-item:before,
.payment-item:before {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
input[type=radio] + .payment-item:after,
.payment-item:after {
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}
.payment-item-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding: 0 15px 0 0;
}
input[type=radio]:checked + .payment-item {
    background: #f7f8f9;
}
.nav-main-bar {
    margin-bottom: 15px;
    background: #f7f8f9;
    padding: 10px 0;
}
.nav-main-trigger {
    display: block;
    text-decoration: none;
    padding: 5px 40px 5px 15px;
    position: relative;
    color: #6b767e;
}
.nav-main-trigger:before {
    content: "";
    position: absolute;
    right: 15px;
    transform: rotate(-45deg);
    top: 14px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #6b767e;
    border-bottom: 1px solid #6b767e;
}
.nav-main-trigger[aria-expanded="true"]:before {
    top: 18px;
    transform: rotate(135deg);
}
.nav-main {
    margin: 0;
    counter-reset: none;
}
.nav-main > li {
    margin: 0;
    padding: 0;
    position: static;
}
.nav-main > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.nav-main > li > a {
    color: #6b767e;
    text-decoration: none;
}
.nav-main > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.nav-main > li > a {
    display: block;
    padding: 12px 20px;
    color: #6b767e;
    text-decoration: none;
}
.nav-main > li.nav-main-active > a {
    color: #fff;
    background: #6b767e;
}
@media screen and (max-width: 991px) {
    .nav-main {
        font-size: 15px;
    }
}
@media screen and (min-width: 767px) {
    .nav-main-trigger {
        display: none;
    }
    .nav-main {
        display: block !important;
        height: auto !important;
    }
}
.text-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text-row > *:not(:nth-last-child(1)) {
    margin-right: 10px;
    margin-bottom: 15px;
}
.action-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
}
.action-row > * {
    padding: 0 10px;
}
.action-row > *:not(:nth-last-child(1)) {
    position: relative;
}
.action-row > *:not(:nth-last-child(1)):after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    top: 4px;
    bottom: 4px;
    background: #d8d8d8;
}
@media screen and (max-width: 991px) {
    .action-row {
        margin: 0 -7px;
    }
    .action-row > * {
        padding: 0 7px;
    }
}
.account-order-table {
    margin-bottom: 55px;
}
.account-order-table > tbody > tr > td:nth-child(1),
.account-order-table > tbody > tr > td:nth-child(2),
.account-order-table > tbody > tr > td:nth-child(4) {
    white-space: nowrap;
}
@media screen and (max-width: 991px) {
    .account-order-table {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .account-order-table {
        font-size: 14px;
    }
    .account-order-table th,
    .account-order-table td {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.container-limited {
    max-width: 595px;
}
.container-small {
    max-width: 470px;
    width: 100%;
    margin: auto;
}
.container-bounded {
    max-width: 60%;
}
@media screen and (max-width: 991px) {
    .container-bounded {
        max-width: none;
    }
}
.row-border > *:not(:nth-last-child(1)) {
    border-right: 1px solid #d8d8d8;
}
.pic-illustration {
    margin: 0 -45px 0 -90px;
}
@media screen and (max-width: 767px) {
    .pic-illustration {
        margin: 0;
    }
}
.form-panel {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 30px;
    background: #fff;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .form-panel {
        padding: 15px;
    }
}
.border-box {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .border-box {
        padding: 15px;
    }
}
.slider-overview-heading {
    padding-left: 40px;
    padding-right: 40px;
}
.slider-overview {
    padding-left: 25px;
    padding-right: 25px;
}
.slider-overview > *:not(:nth-child(1)) {
    display: none;
}
.slider-overview.slick-initialized > *:not(:nth-child(1)) {
    display: block;
}
.slider-overview.slick-initialized .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.slider-overview.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    height: auto;
    min-height: 180px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.slider-overview.slick-initialized .slick-slide > * {
    padding: 0 19px;
}
.slider-overview .slick-prev {
    position: absolute;
    left: -15px;
    top: 15px;
    font: 0/0 a;
    border: none;
    background: #d8d8d8;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 100px;
    z-index: 10;
    border-radius: 5px;
}
.slider-overview .slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.slider-overview .slick-prev:hover {
    background: #6b767e;
}
.slider-overview .slick-next {
    position: absolute;
    right: -15px;
    top: 15px;
    font: 0/0 a;
    border: none;
    background: #d8d8d8;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 100px;
    z-index: 10;
    border-radius: 5px;
}
.slider-overview .slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.slider-overview .slick-next:hover {
    background: #6b767e;
}
.slider-overview .slick-dots {
    margin: 0;
    counter-reset: none;
    margin: 0 0 15px;
    padding: 0 10px;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slider-overview .slick-dots > li {
    margin: 0;
    padding: 0;
    position: static;
}
.slider-overview .slick-dots > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.slider-overview .slick-dots > li > a {
    color: #6b767e;
    text-decoration: none;
}
.slider-overview .slick-dots > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.slider-overview .slick-dots > li {
    padding: 0 5px 5px;
}
.slider-overview .slick-dots > li > button {
    font: 0/0 a;
    border: none;
    padding: 0;
    margin: 0;
    background: #d8d8d8;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.slider-overview .slick-dots > li.slick-active > button {
    width: 8px;
    height: 8px;
    background: #6b767e;
}
.slider-overview p {
    margin-bottom: 25px;
}
.preview {
    position: relative;
    min-height: 340px;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}
.preview:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.preview-info {
    position: relative;
    z-index: 5;
}
.preview-info p {
    margin-bottom: 30px;
}
.preview-media img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
}
@media screen and (max-width: 991px) {
    .preview {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .preview {
        min-height: 0;
    }
    .equal-height .border-box,
    .equal-height .preview {
        margin-bottom: 15px;
    }
}
.equal-height {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal-height > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal-height > * > * {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.time-price-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.time {
    margin: 0 5px 15px 0;
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}
.time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/icons/time.svg) no-repeat;
}
.article {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.article-bottom {
    padding: 0 30px 15px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.article-info {
    padding-left: 30px;
    padding-right: 30px;
}
.article-name {
    display: block;
    font-size: 30px;
    color: #6b767e;
    text-decoration: none;
    margin-bottom: 5px;
}
.article-name img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.article-name span {
    display: block;
    padding: 0 30px;
}
.article-name:hover {
    color: #009bde;
}
.article-name-1 {
    font-size: 25px;
    color: #009bde;
}
.article-name-2 {
    font-size: 22px;
    color: #009bde;
}
.article-name-3 {
    font-size: 20px;
}
.article-small .article-name span {
    padding: 0 20px;
}
.article-small .article-info {
    padding-left: 20px;
    padding-right: 20px;
}
.article-small .article-bottom {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 991px) {
    .article {
        margin-bottom: 15px;
    }
    .article-bottom {
        padding: 0 15px 15px;
    }
    .article-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .article-name {
        font-size: 24px;
    }
    .article-name span {
        padding: 0 15px;
    }
    .article-small .article-name span {
        padding: 0 15px;
    }
    .article-small .article-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .article-small .article-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.location-container {
    border: 1pxsolid #d8d8d8;
}
.location-container > .row > :nth-child(1) {
    border: 1px solid #d8d8d8;
}
.search-location {
    border-bottom: 1px solid #d8d8d8;
    background: #f7f8f9;
    padding: 30px 20px;
}
.search-location-col > * {
    margin-bottom: 0;
}
.search-location-col > label {
    margin-bottom: 10px;
}
.search-location-col:nth-child(2) {
    max-width: calc(31% - 10px);
}
.search-location-btn {
    display: table;
    table-layout: fixed;
    position: relative;
    padding: 14px 14px 15px 15px;
    font: 0/0 a;
    margin: 0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    background-color: #009bde;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.search-location-btn:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/icons/search-2.svg) no-repeat;
}
.search-location-btn:hover {
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.location-list-container {
    position: relative;
}
.location-list-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.location-list-bg:hover {
    display: none;
}
.location-list {
    margin: 0;
    counter-reset: none;
    max-height: 564px;
    overflow-y: auto;
    padding: 0 20px;
}
.location-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.location-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.location-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.location-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.location-list > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    padding: 20px 0 21px;
    position: relative;
}
.location-list > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7.5px;
    right: 7.5px;
    height: 1px;
    background: #d8d8d8;
}
.location-list > li:nth-last-child(1):after {
    content: none;
}
.location-list > li:hover {
    z-index: 100;
}
.location-list a {
    display: block;
}
.location-list h6 {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.location-list h6 a {
    text-decoration: none;
}
.location-list h6 a:hover {
    text-decoration: underline;
}
.location-list-col {
    padding: 0 7.5px;
}
.location-list-col:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 145px;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    max-width: 145px;
}
.location-list-col:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 250px);
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
    -webkit-flex-basis: calc(100% - 250px);
    -ms-flex-preferred-size: calc(100% - 250px);
    flex-basis: calc(100% - 250px);
}
.location-list-col:nth-child(2) p {
    font-size: 15px;
    margin: 0;
}
.location-list-col:nth-child(3) {
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 105px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
}
.marker {
    display: table;
    table-layout: fixed;
    background: #c1b900;
    font-size: 15px;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    margin: 0 0 20px;
}
.cms-brand-ambassadors .marker,
.cms-ambassadors .marker {
    background: #1688b0;
}
@media screen and (max-width: 1199px) {
    .location-list-col:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95px;
        -ms-flex: 0 0 95px;
        flex: 0 0 95px;
        max-width: 95px;
    }
    .location-list-col:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 200px);
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
        -webkit-flex-basis: calc(100% - 200px);
        -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px);
    }
}
@media screen and (max-width: 991px) {
    .search-location {
        padding: 15px;
    }
    .location-list {
        padding: 0 15px;
    }
}
@media screen and (max-width: 575px) {
    .search-location-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .search-location-row > * {
        margin: 0 0 10px;
    }
    .search-location-row .search-location-col.form-col:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-location-row .search-location-col.form-col:nth-child(2) {
        margin-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 57px);
        -ms-flex: 0 0 calc(100% - 57px);
        flex: 0 0 calc(100% - 57px);
        max-width: calc(100% - 57px);
        -webkit-flex-basis: calc(100% - 57px);
        -ms-flex-preferred-size: calc(100% - 57px);
        flex-basis: calc(100% - 57px);
    }
    .search-location-row .search-location-col.form-col:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47px;
        -ms-flex: 0 0 47px;
        flex: 0 0 47px;
        max-width: 47px;
    }
    .location-list {
        margin: 0;
        counter-reset: none;
        max-height: 290px;
    }
    .location-list > li {
        margin: 0;
        padding: 0;
        position: static;
    }
    .location-list > li:before {
        content: none;
        counter-increment: none;
        color: #6b767e;
        font-weight: normal;
        position: static;
        right: auto;
        margin: 0;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        background: none;
        border-radius: 0px;
    }
    .location-list > li > a {
        color: #6b767e;
        text-decoration: none;
    }
    .location-list > li > a:hover {
        color: #6b767e;
        text-decoration: underline;
    }
    .location-list > li {
        display: block;
        position: relative;
        margin: 0 0 5px;
        padding: 7.5px 0;
    }
    .location-list > li:after {
        left: 0;
        right: 0;
    }
    .location-list .marker {
        margin-left: 0;
        margin-bottom: 5px;
    }
    .location-list h6 {
        margin-bottom: 5px;
    }
    .location-list p {
        margin-bottom: 5px;
    }
    .location-list-col {
        padding: 0;
    }
    .location-list-col:nth-child(1) {
        max-width: none;
        margin-bottom: 5px;
    }
    .location-list-col:nth-child(2) {
        max-width: none;
    }
    .location-list-col:nth-child(3) {
        text-align: left;
        max-width: none;
    }
}
.search-panel {
    background: #f7f8f9;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.search-panel label {
    font-size: 25px;
    font-family: 'HelveticaNeueW01-45Light', serif;
    margin-bottom: 0;
    margin-top: -5px;
}
.search-panel input {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 27px;
}
@media screen and (max-width: 991px) {
    .search-panel {
        padding: 15px;
        margin-bottom: 15px;
    }
    .search-panel label {
        font-size: 18px;
    }
}
.unordered-list-1 {
    padding-bottom: 10px;
}
.unordered-list-1 > li {
    text-decoration: underline;
    margin-bottom: 10px;
}
.unordered-list-1 > li:before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b767e;
    border-left: 1px solid #6b767e;
    transform: rotate(135deg);
    border-radius: 0;
    background: none;
}
.item-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 15px;
}
.item-box .item-box-media {
    padding: 0 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    text-align: center;
}
.item-box .item-box-info {
    padding: 0 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
}
.item-box h6 {
    margin: 0;
}
.item-box h6 a {
    display: block;
    color: #6b767e;
    font-family: 'HelveticaNeueW01-75Bold', serif;
    text-decoration: none;
}
.item-box h6 a:hover {
    text-decoration: underline;
}
.item-box p {
    margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
    .item-box .item-box-media {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }
    .item-box .item-box-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
        -webkit-flex-basis: calc(100% - 60px);
        -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px);
    }
}
@media screen and (min-width: 1200px) {
    .col-ld-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.border-radius-box {
    border: 1px solid #d8d8d8;
    overflow: hidden;
    border-radius: 5px;
}
.menu-list {
    margin: 0;
    counter-reset: none;
}
.menu-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.menu-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.menu-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.menu-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.contact-panel {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}
.contact-panel > :nth-last-child(1) {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
}
.contact-panel > :nth-child(1) {
    padding-right: 30px;
}
.contact-panel img {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .contact-panel {
        margin-bottom: 15px;
        padding: 15px;
    }
    .contact-panel img {
        margin-bottom: 10px;
    }
    .contact-panel > :nth-child(1) {
        padding-right: 15px;
    }
    .contact-panel > :nth-last-child(1) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact-panel .last-order {
        padding-right: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .contact-panel > :nth-last-child(1) {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
}
.small-box {
    margin-bottom: 15px;
}
.small-box h4 {
    color: #009bde;
}
.post {
    margin-bottom: 45px;
}
.post > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post > * > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.post > *:nth-child(1) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.post-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.post-media {
    position: relative;
    padding-bottom: 55px;
    padding-right: 40px;
    max-width: 305px;
    width: 100%;
}
.post-img-item {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.row-elements {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
}
.row-elements > * {
    padding: 0 5px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
    .post {
        margin-bottom: 15px;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.img-illustration {
    margin: 0 0 0 -43px;
}
@media screen and (max-width: 767px) {
    .img-illustration {
        margin: 0;
    }
}
.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.gutter-15 .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.gutter-15 [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.overview-img {
    display: block;
    margin: 0 auto 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .offset-bottom-tl-mb {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px) {
    .offset-bottom-tl-mb {
        margin-bottom: 15px;
    }
}
.skin-section {
    margin-bottom: 45px;
}
.skin {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 25px 0;
    margin-bottom: 30px;
}
.skin [class*="btn"] {
    margin-bottom: 0;
}
.skin .skin-info {
    padding-left: 25px;
    padding-right: 10px;
}
.skin h3 {
    color: #009bde;
}
.skin-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.skin-media {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.skin-media img {
    display: block;
    margin: 0 0 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
@media screen and (max-width: 767px) {
    .skin-section {
        margin-bottom: 15px;
    }
    .skin-info {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 15px;
        padding-right: 15px;
    }
    .skin-media {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .skin-media img {
        margin: 0 auto;
    }
}
.table-data {
    border-top: 1px solid #d8d8d8;
}
.table-data tr:nth-child(2n+1) th,
.table-data tr:nth-child(2n+1) td {
    background: #f7f8f9;
}
.credit-control {
    color: #d0021b;
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.client-control {
    color: #427b06;
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
@media screen and (max-width: 575px) {
    th,
    td {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
}
.asset {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.asset > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.asset-foot {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.asset-title {
    padding: 15px 0 0 65px;
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.asset-title i {
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    font: 0/0 a;
    min-width: 50px;
    min-height: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.asset-icon-1:before {
    content: "";
    display: block;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    max-width: 31px;
    height: 18px;
    background: transparent url(../images/icons/educational.svg) no-repeat;
}
.asset-icon-2:before {
    content: "";
    display: block;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    max-width: 15px;
    height: 19px;
    background: transparent url(../images/icons/marketing.svg) no-repeat;
}
.unit {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.unit > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.unit p {
    padding: 0 20px;
}
.unit-foot {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0 20px 5px;
}
.unit-link {
    display: block;
    font-size: 20px;
    font-family: 'HelveticaNeueW01-75Bold', serif;
    text-decoration: none;
    color: #6b767e;
    line-height: 1.4;
}
.unit-name {
    display: block;
    padding: 15px 20px 0;
    border-top: 1px solid #d8d8d8;
}
.unit-media {
    height: 170px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.unit-media img {
    display: block;
    max-width: 100%;
    margin: auto;
}
@media screen and (max-width: 991px) {
    .unit p {
        padding: 0 15px;
    }
    .unit-foot {
        padding: 0 15px 5px;
    }
    .unit-name {
        padding: 15px 15px 0;
    }
}
.filter-list {
    margin: 0;
    counter-reset: none;
}
.filter-list > li {
    margin: 0;
    padding: 0;
    position: static;
}
.filter-list > li:before {
    content: none;
    counter-increment: none;
    color: #6b767e;
    font-weight: normal;
    position: static;
    right: auto;
    margin: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0px;
}
.filter-list > li > a {
    color: #6b767e;
    text-decoration: none;
}
.filter-list > li > a:hover {
    color: #6b767e;
    text-decoration: underline;
}
.filter-list > li {
    font-size: 17px;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.filter-list > li > a {
    color: #6b767e;
}
.filter-list > li .active {
    font-family: 'HelveticaNeueW01-75Bold', serif;
}
.contact-item {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 15px 15px 30px;
    margin-bottom: 30px;
}
.contact-item > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-item address {
    font-size: 17px;
    font-style: normal;
    font-family: 'HelveticaNeueW01-45Light', serif;
}
.contact-item-name {
    font-size: 25px;
    font-family: 'HelveticaNeueW01-45Light', serif;
    margin: 0 0 5px;
    height: 54px;
    overflow: hidden;
}
.contact-item-media {
    border-radius: 5px;
    overflow: hidden;
    height: 215px;
    margin: 0 0 25px;
}
.contact-item-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: 215px;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.question-answer h2{
    display: inline-block;
    width: 100%;
}

.question-answer p{
    line-height: 150%;
}


@media(max-width: 767px){
    .toolbar-sorter{
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .show-per-page{
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .show-per-page .selectric-wrapper{
        width: 100%;
    }
}

.related-products-title{
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

@media(max-width: 767px){
    .mini-cart-trigger{
        text-decoration: none !important;
        font-family: 'HelveticaNeueW01-45Light', serif;
    }

    .mini-cart-trigger .counter-number{
        display: inline-block;
        font-size: 9px;
        font-family: 'HelveticaNeueW01-45Light', serif;
        width: 20px;
        height: 20px;
        background-color: #802754;
        border-radius: 50%;
        line-height: 18px;
        text-align: center;
        color:white;
    }
    form .fieldset{
        margin-bottom: 15px !important;
    }

}

.btn-2.white{
    background-color: transparent;
    color:white;
    background-image: none;
    border:1px solid white;
}
.question-answer h1.qa-title {
    text-align: center;
}
/*# sourceMappingURL=theme.css.map */