

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** Global Settings**/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    *::selection {
        color: #ffffff;
        background-color: #16becf;
    }

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
    font-size: 0.875em;
}

@media screen and (min-width: 36em) {
    html {
        font-size: calc(0.875em + 0.125 * ((100vw - 36em) / 64));
    }
}

@media screen and (min-width: 100em) {
    html {
        font-size: 1em;
    }
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: "Montserrat";
    font-size: 100%;
    font-weight: 400;
    line-height: 1.25em;
    color: #808080;
    position: relative;
}

main {
    display: block;
    min-height: calc(100vh - 262px);
    margin-top: 100px;
}

@media (max-width: 768px) {
    main {
        min-height: calc(100vh - 200px);
    }
}

@media (max-width: 576px) {
    main {
        margin-top: 70px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #221e1f;
    font-weight: 600;
    margin-bottom: 0.875em;
}

h1 {
    font-size: 4.5em;
    line-height: 4.5em;
    margin-top: calc((1.25em - 4.5em) + 0.875em*2);
}

h2 {
    font-size: 2.25em;
    line-height: 1.5;
    margin-top: calc((1.25em - 2.25em) + 0.875em*2);
}

h3 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-top: calc((1.25em - 1.25em) + 0.875em*2);
}

h4 {
    font-size: 1em;
    line-height: 1em;
    margin-top: calc((1.25em - 1em) + 0.875em*2);
}

h5 {
    font-size: 0.875em;
    line-height: 0.875em;
    margin-top: calc((1.25em - 0.875em) + 0.875em*2);
}

h6 {
    font-size: 0.875em;
    line-height: 0.875em;
    margin-top: calc((1.25em - 0.875em) + 0.875em*2);
}

p {
    line-height: 1.375em;
    margin-bottom: 0.875em;
    font-weight: 500;
    color: #808080;
}

a {
    border: none;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

    a:hover, a:focus {
        color: inherit;
    }

img {
    width: 100%;
    height: auto;
    display: block;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

.width33 {
    width: 33%;
}

.width66 {
    width: 66%;
}

.width99 {
    width: 99%;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1024px) {
    .container {
        padding: 0 100px;
    }
}

.mobile {
    display: block;
}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }
}

.desktop {
    display: none;
}

@media (min-width: 1024px) {
    .desktop {
        display: block;
    }
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix::after {
    display: block;
    content: '';
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.hidden {
    display: none;
}

.not-visible {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center {
    text-align: center;
}

.height0 {
    height: 0;
}

.center-title {
    text-align: center;
    font-weight: 700;
}

.title {
    font-weight: 700;
}

.separator {
    border-bottom: 1px solid rgba(140, 140, 140, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.disable-link {
    cursor: auto;
    pointer-events: none;
}

.anchor {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.25em;
    font-size: 0.875em;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

    .anchor:before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 50%;
        left: 0;
        background-image: url("../images/icons/icon_anchor.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .anchor:hover {
        color: #16becf;
    }

.pr1 {
    padding-right: 1em !important;
}

#messagearea {
    opacity: 0;
    position: relative;
}

    #messagearea.visible {
        opacity: 1;
        pointer-events: initial;
    }

    #messagearea .success {
        height: 62px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        #messagearea .success p {
            color: #73bf64;
            padding-top: 16px;
            font-size: .8em;
        }

        #messagearea .success.hideMe {
            display: none;
        }

    #messagearea .error {
        height: 62px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        #messagearea .error p {
            color: #ed5f43;
            padding-top: 16px;
            font-size: .8em;
        }

        #messagearea .error.hideMe {
            display: none;
        }

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1%;
    margin-left: -1%;
}

    .row.reverse {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

[class*="col-"].no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.col.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.col-xs-1, .col-xs-offset-1, .col-xs-2, .col-xs-offset-2, .col-xs-3, .col-xs-offset-3, .col-xs-4, .col-xs-offset-4, .col-xs-5, .col-xs-offset-5, .col-xs-6, .col-xs-offset-6, .col-xs-7, .col-xs-offset-7, .col-xs-8, .col-xs-offset-8, .col-xs-9, .col-xs-offset-9, .col-xs-10, .col-xs-offset-10, .col-xs-11, .col-xs-offset-11, .col-xs-12, .col-xs-offset-12, .col-xs-2-4, .col-xs-offset-2-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1%;
    padding-left: 1%;
}

.col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-2-4 {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-2-4 {
    margin-left: 20%;
}

.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.first-xs {
    order: -1;
}

.last-xs {
    order: 1;
}

@media only screen and (min-width: 576px) {
    .col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-sm-1, .col-sm-offset-1, .col-sm-2, .col-sm-offset-2, .col-sm-3, .col-sm-offset-3, .col-sm-4, .col-sm-offset-4, .col-sm-5, .col-sm-offset-5, .col-sm-6, .col-sm-offset-6, .col-sm-7, .col-sm-offset-7, .col-sm-8, .col-sm-offset-8, .col-sm-9, .col-sm-offset-9, .col-sm-10, .col-sm-offset-10, .col-sm-11, .col-sm-offset-11, .col-sm-12, .col-sm-offset-12, .col-sm-2-4, .col-sm-offset-2-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
    }

    .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-2-4 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-2-4 {
        margin-left: 20%;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-sm {
        order: -1;
    }

    .last-sm {
        order: 1;
    }
}

@media only screen and (min-width: 768px) {
    .col-md {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-md-1, .col-md-offset-1, .col-md-2, .col-md-offset-2, .col-md-3, .col-md-offset-3, .col-md-4, .col-md-offset-4, .col-md-5, .col-md-offset-5, .col-md-6, .col-md-offset-6, .col-md-7, .col-md-offset-7, .col-md-8, .col-md-offset-8, .col-md-9, .col-md-offset-9, .col-md-10, .col-md-offset-10, .col-md-11, .col-md-offset-11, .col-md-12, .col-md-offset-12, .col-md-2-4, .col-md-offset-2-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
    }

    .col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-2-4 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-2-4 {
        margin-left: 20%;
    }

    .col-md {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-md {
        order: -1;
    }

    .last-md {
        order: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .col-lg {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-lg-1, .col-lg-offset-1, .col-lg-2, .col-lg-offset-2, .col-lg-3, .col-lg-offset-3, .col-lg-4, .col-lg-offset-4, .col-lg-5, .col-lg-offset-5, .col-lg-6, .col-lg-offset-6, .col-lg-7, .col-lg-offset-7, .col-lg-8, .col-lg-offset-8, .col-lg-9, .col-lg-offset-9, .col-lg-10, .col-lg-offset-10, .col-lg-11, .col-lg-offset-11, .col-lg-12, .col-lg-offset-12, .col-lg-2-4, .col-lg-offset-2-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
    }

    .col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-2-4 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-2-4 {
        margin-left: 20%;
    }

    .col-lg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-lg {
        order: -1;
    }

    .last-lg {
        order: 1;
    }
}

@media only screen and (min-width: 1280px) {
    .col-xl {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-xl-1, .col-xl-offset-1, .col-xl-2, .col-xl-offset-2, .col-xl-3, .col-xl-offset-3, .col-xl-4, .col-xl-offset-4, .col-xl-5, .col-xl-offset-5, .col-xl-6, .col-xl-offset-6, .col-xl-7, .col-xl-offset-7, .col-xl-8, .col-xl-offset-8, .col-xl-9, .col-xl-offset-9, .col-xl-10, .col-xl-offset-10, .col-xl-11, .col-xl-offset-11, .col-xl-12, .col-xl-offset-12, .col-xl-2-4, .col-xl-offset-2-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
        padding-left: 1%;
    }

    .col-xl-1 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-2-4 {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-2-4 {
        margin-left: 20%;
    }

    .col-xl {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-xl {
        order: -1;
    }

    .last-xl {
        order: 1;
    }
}

header.main-header {
    height: 100px;
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.375s ease-in-out;
    -moz-transition: all 0.375s ease-in-out;
    -ms-transition: all 0.375s ease-in-out;
    transition: all 0.375s ease-in-out;
}

@media (max-width: 768px) {
    header.main-header {
        background-color: #4e4a4c;
    }
}

@media (max-width: 576px) {
    header.main-header {
        height: 70px;
    }
}

@media (min-width: 1024px) {
    header.main-header .container {
        display: flex;
    }
}

header.main-header .header-logo {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    background-color: #fff;
    background-image: url("../images/logos/logo-border.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform 0.375s ease-in-out;
    -moz-transition: transform 0.375s ease-in-out;
    -ms-transition: transform 0.375s ease-in-out;
    transition: transform 0.375s ease-in-out;
}

header.main-header.nav-hidden {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

    header.main-header.nav-hidden .header-logo {
        -webkit-transform: translateY(-66px);
        -mox-transform: translateY(-66px);
        -ms-transform: translateY(-66px);
        transform: translateY(-66px);
    }

header.main-header.mobile-menu-open {
    position: fixed !important;
    z-index: 9;
}

@media (min-width: 768px) {
    header.main-header.mobile-menu-open {
        background-color: rgba(78, 74, 76, 0.97);
    }
}

header.main-header nav.header-nav {
    width: calc(100% - 190px);
    height: 100%;
    float: left;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

    header.main-header nav.header-nav .header-nav__inner ul {
        margin: 0 auto;
        display: table;
    }

        header.main-header nav.header-nav .header-nav__inner ul li {
            height: 100%;
            width: auto;
            display: inline-block;
        }

            header.main-header nav.header-nav .header-nav__inner ul li a {
                display: block;
                width: 100%;
                height: 100px;
                padding: 0 22px;
                font-size: 0.875em;
                font-weight: 600;
                letter-spacing: 0.05em;
                text-align: center;
                line-height: 100px;
                color: #fff;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

    @media (max-width: 1400px) {
        header.main-header nav.header-nav .header-nav__inner ul li a {
            padding: 0 14px;
        }
    }

    @media (max-width: 1280px) {
        header.main-header nav.header-nav .header-nav__inner ul li a {
            padding: 0 14px;
        }
    }

    @media (max-width: 1160px) {
        header.main-header nav.header-nav .header-nav__inner ul li a {
            padding: 0 12px;
            font-size: 0.75em;
        }
    }

header.main-header nav.header-nav .header-nav__inner ul li a.Selected, header.main-header nav.header-nav .header-nav__inner ul li a:hover {
    color: #16becf;
    border-bottom: 5px #16becf solid;
}

header.main-header.main-header-fixed {
    position: static;
    background-color: #4e4a4c;
}

header.main-header .header-search, header.main-header .location-select {
    width: 40px;
    height: 100%;
    padding: 0 8px;
    float: left;
}

header.main-header .header-search {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    header.main-header .header-search .header-search__button {
        width: 100%;
        height: 100%;
        /*background-image: url("../images/icons/search.svg");
      @include background(center,22px,no-repeat);*/
    }

        header.main-header .header-search .header-search__button svg {
            width: 22px;
            height: 100%;
        }

            header.main-header .header-search .header-search__button svg use {
                fill: #ffffff;
                -webkit-transition: all 0.25s ease;
                -moz-transition: all 0.25s ease;
                -ms-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

            header.main-header .header-search .header-search__button svg:hover use {
                fill: #16becf;
            }

header.main-header .header-search__form {
    position: absolute;
    top: 0;
    right: 214px;
    width: 0px;
    height: 100%;
    padding: 24px 0px 24px 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

    header.main-header .header-search__form .header-search__form__inner-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        header.main-header .header-search__form .header-search__form__inner-wrap .header-search__input {
            width: calc(100% - 40px);
            height: 51px;
            display: block;
            padding: 0 1em;
            font-size: 1.25em;
            background: transparent;
            border-bottom: 2px solid #dedede;
            color: white;
        }

            header.main-header .header-search__form .header-search__form__inner-wrap .header-search__input::placeholder {
                color: #cbcbcb;
            }

            header.main-header .header-search__form .header-search__form__inner-wrap .header-search__input::-webkit-input-placeholder {
                color: #cbcbcb;
            }

            header.main-header .header-search__form .header-search__form__inner-wrap .header-search__input:-ms-input-placeholder {
                color: #cbcbcb;
            }

            header.main-header .header-search__form .header-search__form__inner-wrap .header-search__input::-ms-input-placeholder {
                color: #cbcbcb;
            }

        header.main-header .header-search__form .header-search__form__inner-wrap button {
            width: 40px;
            height: 51px;
            display: block;
            cursor: pointer;
            background-image: url("../images/icons/close-white.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 22px;
        }

            header.main-header .header-search__form .header-search__form__inner-wrap button:focus {
                outline: 0;
            }

    header.main-header .header-search__form.shown {
        opacity: 1;
        width: calc(100% - 440px);
        padding: 24px 0px 24px 24px;
    }

header.main-header .header-dropdown {
   
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

    header.main-header .header-dropdown span {
        display: block;
        height: 100px;
        line-height: 100px;
        word-break: keep-all;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        header.main-header .header-dropdown span:hover {
            color: #16becf;
        }

    header.main-header .header-dropdown ul {
       
       display: flex;
       gap:1rem;
       
      
    }

       
 header.main-header .header-dropdown ul li a {
                    color: white;
                    text-transform: uppercase;
                }
           

                header.main-header .header-dropdown ul li a.selected {
                    color: #16becf;
                }

                header.main-header .header-dropdown ul li a:hover {
                    border: 2px solid #16becf;
                    color: #16becf;
                }

        header.main-header .header-dropdown ul.show {
            opacity: 1;
            pointer-events: inherit;
        }

          
/******* main nav FR font-size fix ******/
body#microsite-fr header.main-header nav.header-nav .header-nav__inner ul li a {
    padding: 0 22px;
}

@media (max-width: 1280px) {
    body#microsite-fr header.main-header nav.header-nav .header-nav__inner ul li a {
        padding: 0 17px;
    }
}

@media (max-width: 1160px) {
    body#microsite-fr header.main-header nav.header-nav .header-nav__inner ul li a {
        padding: 0 12px;
        font-size: 0.75em;
    }
}

/******* banderas******/
/**************/
/******* mobile ******/
.mobile-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.mobile-logo {
    width: 250px;
    height: 100px;
    display: block;
    margin: 0 100px;
    background-image: url("../images/logos/logo-mobile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 576px) {
    .mobile-logo {
        width: 200px;
        height: 70px;
    }
}

.mobile-nav {
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 99px);
    background-color: rgba(78, 74, 76, 0.97);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

@media (max-width: 576px) {
    .mobile-nav {
        top: 69px;
        height: calc(100vh - 69px);
    }
}

.mobile-nav.open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav nav ul li {
    padding-bottom: 3vh;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(60%) scale(0.8);
    -moz-transform: translateY(60%) scale(0.8);
    -ms-transform: translateY(60%) scale(0.8);
    transform: translateY(60%) scale(0.8);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .mobile-nav nav ul li a {
        color: #16becf;
        font-size: 3vw;
        line-height: 1em;
    }

.mobile-search__form {
    width: 80%;
}

.mobile-search__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    border-bottom: 2px solid #FFF;
    margin: 0 auto 3vh;
}

.mobile-search__input {
    font-family: "Montserrat";
    background-color: transparent;
    color: #FFF;
    font-size: 2em;
    padding-bottom: .3em;
    width: calc(100% - 60px);
}

@media (max-width: 576px) {
    .mobile-search__input {
        font-size: 4.5vw;
        width: calc(100% - 40px);
    }
}

.mobile-search__form .mobile-search__submit {
    height: 60px;
    width: 60px;
    border: none;
    background: transparent url("../images/icons/search.svg") no-repeat center center;
    background-size: 60%;
    cursor: pointer;
    outline: none;
    opacity: .3;
    transition: opacity .3s ease-out;
}

@media (max-width: 576px) {
    .mobile-search__form .mobile-search__submit {
        height: 40px;
        width: 40px;
        background-size: 70%;
    }
}

.mobile-search__form .mobile-search__submit:not(:disabled) {
    opacity: 1;
}

.mobile-select {
    width: 80vw;
}

    .mobile-select ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

        .mobile-select ul li a {
            border-radius: 50%;
            height: 50px;
            width: 50px;
            font-size: 1.25em;
            border: 2px solid currentColor;
            color: #cbcbcb;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

            .mobile-select ul li a.Selected {
                color: #16becf;
            }

.open.mobile-nav nav ul li {
    opacity: 1;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.mobile-nav nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.mobile-nav nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.mobile-nav nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-nav nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.mobile-nav nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

footer#main-footer {
    height: 162px;
    background-color: #221e1f;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 4;
}

    footer#main-footer .container {
        background-color: #221e1f;
    }

@media (max-width: 1024px) {
    footer#main-footer {
        z-index: 2;
    }
}

@media (max-width: 768px) {
    footer#main-footer {
        height: 100px;
    }

        footer#main-footer .container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
        }
}

.footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0 16px 0;
}

@media (max-width: 768px) {
    .footer-top {
        padding: 0;
        width: 100%;
        margin-bottom: 1em;
    }
}

.footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .footer-nav ul a {
        padding-right: 2vw;
        font-weight: 300;
        -webkit-transition: color ease 0.25s;
        -moz-transition: color ease 0.25s;
        -ms-transition: color ease 0.25s;
        transition: color ease 0.25s;
    }

        .footer-nav ul a:hover, .footer-nav ul a.Selected {
            color: #16becf;
        }

@media (max-width: 768px) {
    .footer-nav {
        display: none;
    }
}

.footer-siteinfo ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

    .footer-siteinfo ul a {
        padding-left: 2em;
        font-weight: 300;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

@media (max-width: 1024px) {
    .footer-siteinfo ul a {
        font-size: 0.875em;
        padding-left: 1em;
    }
}

.footer-siteinfo ul a:hover {
    color: #16becf;
}

@media (max-width: 768px) {
    .footer-siteinfo {
        width: 100%;
    }

        .footer-siteinfo ul {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            justify-content: space-between;
        }

            .footer-siteinfo ul li a {
                padding: 0;
            }
}

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-top: 16px;
}

@media (max-width: 768px) {
    .footer-bottom {
        padding: 0;
    }
}

.footer-bottom__right {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .footer-copyright {
        font-size: 0.6em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
}

.footer-copyright a {
    font-weight: 300;
}

.footer-locations {
    margin-left: 2em;
    cursor: pointer;
}

.footer-locations__button {
    padding: 0 25px 0 0px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    letter-spacing: 0.025em;
}

@media (max-width: 768px) {
    .footer-locations__button {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .footer-locations__button span {
        display: none;
    }
}

.footer-locations__button svg.icon_arrow {
    width: 12px;
    margin-left: 10px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
}

    .footer-locations__button svg.icon_arrow .icon_arrow__use {
        stroke: #ffffff;
    }

.footer-locations__button svg.icon_earth {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .footer-locations__button svg.icon_earth {
        margin-right: 0;
    }
}

.footer-locations__button svg.icon_earth .icon_earth__use {
    fill: #ffffff;
}

.footer-locations__button:hover {
    color: #16becf;
}

    .footer-locations__button:hover svg.icon_arrow {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

        .footer-locations__button:hover svg.icon_arrow .icon_arrow__use {
            stroke: #16becf;
        }

    .footer-locations__button:hover svg.icon_earth .icon_earth__use {
        fill: #16becf;
    }

.footer-social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

    .footer-social ul li {
        width: 30px;
        height: 30px;
        margin-left: 1.5em;
    }

@media (max-width: 576px) {
    .footer-social ul li {
        margin-left: 1em;
    }
}

.footer-social ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

    .footer-social ul li a svg {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .footer-social ul li a svg use {
            fill: #ffffff;
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

.footer-social ul li:hover svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

    .footer-social ul li:hover svg use {
        fill: #16becf;
    }

.qrcode {
    width: 200px;
    overflow: hidden;
    background-color: #e7e7e7;
    position: absolute;
    right: 100px;
    z-index: -1;
    box-shadow: -2px 5px 20px -4px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transform: translateY(-99%);
    -moz-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%);
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

@media (max-width: 768px) {
    .qrcode {
        display: none;
    }
}

.qrcode.is-closed {
    height: 50px;
}

.qrcode.is-open {
    height: 280px;
}

.qrcode p {
    padding: 15px 15px 15px 15px;
    font-size: 0.85em;
    width: 100%;
}

.qrcode__tab {
    width: 100%;
    padding: 0px 16px;
    min-height: 50px;
    line-height: 50px;
    font-weight: 600;
    background-color: #e7e7e7;
    cursor: pointer;
    color: #16becf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

#cn_qrcode {
    position: relative;
    width: 167px;
    height: 167px;
    background-color: #ffffff;
    opacity: 1;
    display: block;
}

    #cn_qrcode img {
        width: 167px;
        height: 167px;
        display: block;
        border: 4px solid #ffffff;
    }

    #cn_qrcode::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        background-image: url("../images/temp/qr-logo.svg");
        background-size: 60px 60px;
        background-repeat: no-repeat;
        background-position: center;
    }

.qrcode svg {
    width: 22px;
    height: 22px;
    margin-right: 17px;
}

.bg-swiper-page + #main-footer .qrcode svg use.icon_qr-code__use {
    fill: #ededed;
}

.bg-swiper-page + #main-footer .qrcode,
.bg-swiper-page + #main-footer .qrcode .qrcode__tab {
    background-color: #4e4a4c;
}

/******/
.loactions-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
    display: none;
}

.loactions-modal__inner {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.loactions-modal__container {
    width: 50%;
    min-width: 680px;
    background: white;
    box-shadow: 2px 2px 40px -10px #808080;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.375s ease-in-out;
    -moz-transition: all 0.375s ease-in-out;
    -ms-transition: all 0.375s ease-in-out;
    transition: all 0.375s ease-in-out;
}

@media (max-width: 768px) {
    .loactions-modal__container {
        width: 80%;
        min-width: 320px;
    }
}

.loactions-modal__container.is-shown {
    opacity: 1;
}

.loactions-modal__header {
    height: 65px;
    width: 100%;
    background-color: grey;
    position: relative;
}

    .loactions-modal__header h3 {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        height: 100%;
        color: #fff;
        font-size: 1.5em;
    }

@media (max-width: 576px) {
    .loactions-modal__header h3 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1.25em;
        padding-left: 5%;
    }
}

.loactions-modal__header .loactions-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background-image: url("../images/icons/close-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    cursor: pointer;
}

@media (max-width: 576px) {
    .loactions-modal__header .loactions-modal__close {
        background-position: 72% center;
        background-repeat: no-repeat;
        background-size: 25%;
    }
}

.loactions-modal__body {
    height: calc(100% - 65px);
}

    .loactions-modal__body p {
        height: 60px;
        margin: 0;
        padding: 0 5%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .loactions-modal__body ul {
        height: calc(100% - 60px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

        .loactions-modal__body ul li {
            text-align: center;
            margin-bottom: 2em;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-flex-basis: 50%;
            -moz-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }

@media (max-width: 768px) {
    .loactions-modal__body ul li {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.loactions-modal__body ul li a {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

    .loactions-modal__body ul li a svg {
        margin-right: 10px;
    }

        .loactions-modal__body ul li a svg use {
            transition: all 0.25s ease-in-out;
            fill: #16becf;
        }

    .loactions-modal__body ul li a:hover, .loactions-modal__body ul li a.selected {
        background-color: #16becf;
        color: #ffffff;
    }

        .loactions-modal__body ul li a:hover svg use, .loactions-modal__body ul li a.selected svg use {
            fill: #ffffff;
        }

/******* footer FR font-size fix ******/
body#microsite-fr .footer-siteinfo ul a {
    font-size: 0.85em;
}

@media (max-width: 1280px) {
    body#microsite-fr .footer-siteinfo ul a {
        padding-left: 0.75vw;
        font-size: 0.75em;
    }
}

body#microsite-fr .footer-nav ul a {
    padding-right: 1vw;
    font-size: 0.85em;
}

@media (max-width: 1280px) {
    body#microsite-fr .footer-nav ul a {
        padding-right: 0.75vw;
        font-size: 0.75em;
    }
}

#sidenav {
    width: 420px;
    height: 100%;
    height: calc(100% - 62px);
    padding-top: 100px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 3;
    background-color: #16becf;
    box-shadow: 7px 0px 5px -6px rgba(70, 70, 70, 0.4);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transform: translate(0px, -100px);
    -moz-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

@media (max-width: 1480px) {
    #sidenav {
        width: 410px;
    }
}

#sidenav.sidenav-hidden {
    -webkit-transform: translate(-320px, -100px);
    -moz-transform: translate(-320px, -100px);
    -ms-transform: translate(-320px, -100px);
    transform: translate(-320px, -100px);
    box-shadow: 0px 0px 0px 0px rgba(70, 70, 70, 0);
}

    #sidenav.sidenav-hidden .sidenav__main-ul {
        -webkit-transition: opacity 0.25s ease;
        -moz-transition: opacity 0.25s ease;
        -ms-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
        opacity: 0;
        pointer-events: none;
    }

.sidenav__main-ul {
    opacity: 1;
    width: 100%;
    height: calc(100% - 60px);
    max-width: 420px;
    margin: 60px auto 0;
    overflow: hidden;
}

    .sidenav__main-ul li {
        width: 420px;
        height: 40px;
        color: #fff;
    }

        .sidenav__main-ul li a {
            width: 360px;
            height: 40px;
            line-height: 40px;
            display: block;
            float: left;
            position: relative;
            padding-left: 4em;
            padding-right: 0em;
            overflow: hidden;
        }

            .sidenav__main-ul li a:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 1px;
                background: -webkit-linear-gradient(left, #a1dbe6 0%, #a1dbe6 46%, rgba(161, 219, 230, 0) 100%);
                background: -o-linear-gradient(left, #a1dbe6 0%, #a1dbe6 46%, rgba(161, 219, 230, 0) 100%);
                background: linear-gradient(to right, #a1dbe6 0%, #a1dbe6 46%, rgba(161, 219, 230, 0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1dbe6', endColorstr='#00a1dbe6',GradientType=1 );
            }

        .sidenav__main-ul li span.sidenav__expand-arrow {
            float: right;
            display: block;
            width: 40px;
            height: 40px;
            margin-right: 20px;
            cursor: pointer;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-content: center;
            -moz-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: transform 0.25s ease;
            -moz-transition: transform 0.25s ease;
            -ms-transition: transform 0.25s ease;
            transition: transform 0.25s ease;
        }

            .sidenav__main-ul li span.sidenav__expand-arrow:hover {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

            #sidenav .sidenav__main-ul li span.sidenav__expand-arrow.open {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .sidenav__main-ul li span.sidenav__expand-arrow svg {
                width: 14px;
                stroke: #ffffff;
            }

        .sidenav__main-ul li ul {
            width: 420px;
            float: left;
            overflow: hidden;
            background-color: #16becf;
        }

            .sidenav__main-ul li ul li a {
                padding-left: 4.5em;
            }

           

                .sidenav__main-ul li ul li ul li {
                    background-color: #15b6c6;
                }

                    .sidenav__main-ul li ul li ul li a {
                        padding-left: 5em;
                    }

                    .sidenav__main-ul li ul li ul li ul li {
                        background-color: #14adbd;
                    }

                        .sidenav__main-ul li ul li ul li ul li a {
                            padding-left: 5.5em;
                        }

                        .sidenav__main-ul li ul li ul li ul li ul li {
                            background-color: #13a5b3;
                        }

                            .sidenav__main-ul li ul li ul li ul li ul li a {
                                padding-left: 6em;
                            }

    .sidenav__main-ul .mCSB_inside > .mCSB_container {
        margin-right: 0;
    }

    .sidenav__main-ul .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
    }

/*
.sidenav__button {
     position: absolute;
     top: 0;
     left: 0;
     height: 99px;
     width: 100px;
     background-color: $color1--dark1;
     z-index: 9;

     @include respond-to('xxxl') {
     width: 90px;
     }
}

.sidenav__button-wrap {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 38px;
     height: 38px;
     cursor: pointer;
     @include flexbox;
     @include justify-content(space-between);
     @include flex-direction(column);
     @include prefix(transition, transform 0.15s ease-out, webkit moz ms);
     @include prefix(transform, rotate(0deg) translate(-50%, -50%), webkit moz ms);
     @include prefix(transform-origin, top left, webkit moz ms);
     &.open{
         @include prefix(transform, rotate(-45deg) translate(-50%, -50%), webkit moz ms);
    }
}
 .line-menu {
     background-color: #fff;
     width: 100%;
     height: 4px;
     &.half{
         width: 50%;
    }
}
 .line-menu.start {
     @include prefix(transition, transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57), webkit moz ms);
     @include prefix(transform-origin, right, webkir moz ms);
}
 .line-menu.end {
     @include align-self(flex-end);
     @include prefix( transition, transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57), webkit moz ms);
     @include prefix(transform-origin, left, webkit moz ms);
}
 .open .line-menu.start {
     @include prefix( transform, rotate(-90deg) translateX(3px), webkit moz ms);
}
 .open .line-menu.end {
     @include prefix( transform, rotate(-90deg) translateX(-3px), webkit moz ms);
}

*/
input, select, textarea {
    vertical-align: middle;
    border: none;
    line-height: normal;
    font-size: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    -moz-border-radius: 0;
    appearance: none;
    border-radius: 0;
}

    input:focus, select:focus, textarea:focus {
        outline: none;
    }

    [role="button"],
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    button {
        background: none;
        border: 0;
        color: inherit;
        font: inherit;
        line-height: normal;
        overflow: visible;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input::-moz-focus-inner,
        button::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

.card-market {
    position: relative;
    display: block;
    height: 100%;
    border: 2px solid transparent;
    padding: 35px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .card-market:after, .card-market:before {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        content: '';
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .card-market:after {
        border-right: 2px solid #16becf;
        border-left: 2px solid #16becf;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    .card-market:before {
        border-top: 2px solid #16becf;
        border-bottom: 2px solid #16becf;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .card-market:hover:after, .card-market:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.card-market__img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 1em auto 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-market__title {
    font-size: 1.125em;
    line-height: 1.125em;
    text-align: center;
    margin-top: 1em;
}

.card-market__text {
    text-align: center;
    font-size: 1em;
    margin-bottom: 0;
}

.card-product {
    min-height: 350px;
    display: block;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.card-product__img {
    display: block;
    width: 100%;
    height: 200px;
    background-image: url("http://cohenwoodworking.com/wp-content/uploads/2016/09/image-placeholder-500x500.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-product__content {
    padding: 0 24px 24px 24px;
}

.card-product__title {
    font-size: 1.25em;
    font-weight: 700;
    margin-top: 1em;
}

.card-product__text {
    font-size: 1em;
    margin: 0;
    height: 2.5em;
    overflow: hidden;
    position: relative;
}

    .card-product__text:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1.25em;
        width: 50%;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }

.card-client {
    display: block;
    position: relative;
    background-color: #fff;
    cursor: -webkit-grab;
    padding-bottom: 1em;
}

    .card-client:before, .card-client:after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background: #f6f6f6;
        background: -moz-linear-gradient(top, #f6f6f6 0%, #b4b4b4 50%, #f6f6f6 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 0%, #b4b4b4 50%, #f6f6f6 100%);
        background: linear-gradient(to bottom, #f6f6f6 0%, #b4b4b4 50%, #f6f6f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 );
    }

    .card-client:before {
        left: 0;
    }

    .card-client:after {
        right: 0;
    }

.card-client__img {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background-image: url("../images/bg/placeholder.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-client__text {
    text-align: center;
    padding: 0 46px;
    min-height: 60px;
    margin: 0;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

    input::-moz-focus-inner,
    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /***/
    input[type="submit"].btn,
    input[type="reset"].btn,
    input[type="button"].btn,
    button.btn,
    .btn {
        display: inline-block;
        width: 165px;
        height: 60px;
        font-size: 1.25em;
        text-align: center;
        line-height: 60px;
        cursor: pointer;
        border: 1px solid #16becf;
        color: #16becf;
        background-color: transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        input[type="submit"].btn:hover, input[type="submit"].btn:focus,
        input[type="reset"].btn:hover,
        input[type="reset"].btn:focus,
        input[type="button"].btn:hover,
        input[type="button"].btn:focus,
        button.btn:hover,
        button.btn:focus,
        .btn:hover,
        .btn:focus {
            color: #fff;
            background-color: #16becf;
        }

    input[type="submit"].btn-color,
    input[type="reset"].btn-color,
    input[type="button"].btn-color,
    button.btn-color,
    .btn-color {
        color: #fff;
        background-color: #16becf;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        input[type="submit"].btn-color:hover, input[type="submit"].btn-color:focus,
        input[type="reset"].btn-color:hover,
        input[type="reset"].btn-color:focus,
        input[type="button"].btn-color:hover,
        input[type="button"].btn-color:focus,
        button.btn-color:hover,
        button.btn-color:focus,
        .btn-color:hover,
        .btn-color:focus {
            background-color: #13a0af;
            border-color: #13a0af;
        }

.btn-awr {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 165px;
    height: 60px;
    font-size: 1.25em;
    border: 1px solid #16becf;
    color: #16becf;
    background-color: transparent;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

    .btn-awr span:not(.inner) {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #16becf;
        -webkit-transition: width 0.375s ease-in-out, height 0.375s ease-in-out;
        transition: width 0.375s ease-in-out, height 0.375s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .btn-awr:hover, .btn-awr:focus {
        color: #ffffff;
    }

        .btn-awr:hover span, .btn-awr:focus span {
            width: 225%;
            height: 371.25px;
        }

.circle-thumb {
    /*width: 108px;*/
    /*height: 150px;*/
    width: 100%;
    max-width: 108px;
    margin: 0 auto;
}

    .circle-thumb .circle-thumb__img {
        width: 100%;
        /*height: 108px;*/
        height: 100%;
        border: solid 4px transparent;
        padding: 4px;
        border-radius: 100%;
        background-clip: content-box;
        background-image: url("http://cohenwoodworking.com/wp-content/uploads/2016/09/image-placeholder-500x500.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .circle-thumb .circle-thumb__img::after {
            content: '';
            display: block;
            width: 100%;
            padding-bottom: 100%;
        }

        .circle-thumb .circle-thumb__img:hover {
            border: solid 4px #16becf;
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

        .circle-thumb .circle-thumb__img img {
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            transform: scale(0.85);
        }

    .circle-thumb .circle-thumb__text {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1.25em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .circle-thumb.circle-thumb--2 .circle-thumb__img {
        background-image: none;
    }

        .circle-thumb.circle-thumb--2 .circle-thumb__img::after {
            content: none;
        }

        .circle-thumb.circle-thumb--2 .circle-thumb__img:hover {
            border: solid 4px transparent;
        }

        .circle-thumb.circle-thumb--2 .circle-thumb__img img {
            -webkit-transition: transform 0.375s ease;
            -moz-transition: transform 0.375s ease;
            -ms-transition: transform 0.375s ease;
            transition: transform 0.375s ease;
        }

            .circle-thumb.circle-thumb--2 .circle-thumb__img img:hover {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

.square-thumb {
    width: 150px;
    height: 200px;
    margin: 12px auto 0;
}

    .square-thumb .square-thumb__img {
        width: 125px;
        height: 156px;
        margin: 0 auto;
        border: solid 4px transparent;
        padding: 4px;
        border-radius: 22px;
        background-clip: content-box;
        background-image: url("http://cohenwoodworking.com/wp-content/uploads/2016/09/image-placeholder-500x500.jpg");
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .square-thumb .square-thumb__img:hover {
            border: solid 4px #16becf;
        }

        .square-thumb .square-thumb__img span {
            position: absolute;
            top: -14px;
            right: -14px;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            background-color: #16becf;
            background-image: url("../images/icons/icon_pdf.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 50%;
        }

    .square-thumb .square-thumb__text {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 1em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }

@media (max-width: 576px) {
    .breadcrumb {
        padding-top: 2em;
    }
}

.breadcrumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .breadcrumb ul li {
        font-size: 1.25em;
        line-height: 1.25em;
        margin-top: calc((1.25em - 1.25em) + 0.875em*2);
        color: #221e1f;
        font-weight: 400;
        position: relative;
    }

@media (max-width: 576px) {
    .breadcrumb ul li {
        padding-top: .5em;
        margin-top: 0;
    }
}

.breadcrumb ul li:not(:first-child) {
    padding-left: 1.5em;
}

    .breadcrumb ul li:not(:first-child):before {
        content: "";
        position: absolute;
        width: 1.5em;
        height: 100%;
        top: 0;
        left: 0;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50%;
        background-image: url("../images/icons/arrow-menu-black.svg");
    }

@media (max-width: 576px) {
    .breadcrumb ul li:not(:first-child):before {
        background-position: 50% 70%;
    }
}

.breadcrumb ul li:last-child {
    font-weight: 600;
}

.breadcrumb ul li h1 {
    font-size: 1em;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
    color: #221e1f;
    position: relative;
}

.breadcrumb ul li a {
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

    .breadcrumb ul li a:hover {
        color: #16becf;
    }

@media (max-width: 576px) {
    .breadcrumb ul li {
        font-size: 1em;
    }
}

.breadcrumb.breadcrumb-products:not(.breadcrumb-no-siblings) ul li:nth-last-child(2):after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 22px 20px;
    border-color: transparent transparent #e7e7e7 transparent;
}

@media (max-width: 576px) {
    .breadcrumb.breadcrumb-products:not(.breadcrumb-no-siblings) ul li:nth-last-child(2):after {
        content: none;
    }
}

.layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

    .layout:nth-child(even) {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

@media (max-width: 768px) {
    .layout:nth-child(even) {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.layout:nth-child(even) .layout__text {
    padding-right: 0;
    padding-left: 1.5em;
}

@media (max-width: 768px) {
    .layout:nth-child(even) .layout__text {
        padding: 0 20px;
    }
}

.layout:nth-child(even) .layout__img {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout:nth-child(odd) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 768px) {
    .layout:nth-child(odd) {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.layout:nth-child(odd) .layout__img {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout:nth-child(odd) .layout__text {
    padding-left: 0;
    padding-right: 1.5em;
}

@media (max-width: 768px) {
    .layout:nth-child(odd) .layout__text {
        padding: 0 20px;
    }
}

.layout__text {
    width: 100%;
    max-width: 620px;
    min-height: 290px;
    padding-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media (max-width: 1440px) {
    .layout__text {
        width: calc(50% - 100px);
    }
}

@media (max-width: 768px) {
    .layout__text {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        min-height: 230px;
    }
}

.layout__text h3 {
    text-transform: uppercase;
}

.layout__text p {
    line-height: 1.375em;
    font-weight: 400;
}

.layout__img {
    width: 50%;
}

@media (max-width: 768px) {
    .layout__img {
        width: 100%;
        max-width: 100%;
        height: 200px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.table.table--2col .table-cell {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.table.table--3col .table-cell {
    -webkit-flex-basis: 33.332%;
    -moz-flex-basis: 33.332%;
    -ms-flex-preferred-size: 33.332%;
    flex-basis: 33.332%;
}

.table.table--4col .table-cell {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.table.table--5col .table-cell {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.table.table--6col .table-cell {
    -webkit-flex-basis: 16.666%;
    -moz-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
}

.table.table--7col .table-cell {
    -webkit-flex-basis: 14.284%;
    -moz-flex-basis: 14.284%;
    -ms-flex-preferred-size: 14.284%;
    flex-basis: 14.284%;
}

.table.table--8col .table-cell {
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
}

.table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.table-cell {
    background-color: #e7e7e7;
    border: 1px solid #fff;
    padding: 0.625em;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .table-cell.table-cell--head {
        background-color: #16becf;
        color: #fff;
        font-weight: 600;
    }

    .table-cell.table-cell-circle {
        position: relative;
    }

        .table-cell.table-cell-circle:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            background: #808080;
            border-radius: 100%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.news-block {
    margin-bottom: 2em;
}

.news-block__img {
    width: 135px;
    height: 135px;
    float: left;
    background-image: url("http://cohenwoodworking.com/wp-content/uploads/2016/09/image-placeholder-500x500.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-block__info {
    width: calc(100% - 135px);
    float: left;
    padding: 0 1em;
}

    .news-block__info span {
        font-size: 1.125em;
        font-weight: 300;
    }

    .news-block__info h3 {
        margin: 0.75em 0;
        font-weight: 700;
    }

.news-block.news-block--event h3 {
    color: #16becf;
}

.news-block.news-block--event p {
    margin-bottom: 0.25em;
}

.news-block a {
    display: block;
    height: 100%;
}

.hmbrg {
    position: absolute;
    top: 0;
    left: 0;
    height: 99px;
    width: 100px;
    z-index: 9;
}

@media (max-width: 1480px) {
    .hmbrg {
        width: 90px;
    }
}

.hmbrg--bg-color {
    background-color: #13a0af;
}

@media (max-width: 576px) {
    .hmbrg {
        height: 69px;
    }
}

.hmbrg__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: transform 0.15s ease-out;
    -moz-transition: transform 0.15s ease-out;
    -ms-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

    .hmbrg__wrap.open {
        -webkit-transform: rotate(-45deg) translate(-50%, -50%);
        -moz-transform: rotate(-45deg) translate(-50%, -50%);
        -ms-transform: rotate(-45deg) translate(-50%, -50%);
        transform: rotate(-45deg) translate(-50%, -50%);
    }

.hmbrg__line {
    background-color: #fff;
    width: 100%;
    height: 4px;
}

    .hmbrg__line.hmbrg__line--half {
        width: 50%;
    }

    .hmbrg__line.start {
        -webkit-transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -moz-transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -ms-transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -webkir-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
    }

    .hmbrg__line.end {
        -webkit-align-self: flex-end;
        -moz-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -moz-transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -ms-transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 0.15s cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }

.open .hmbrg__line.start {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -ms-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.open .hmbrg__line.end {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -ms-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

.swiper-button-next.swiper-button-small,
.swiper-button-prev.swiper-button-small {
    width: 42px;
    height: 42px;
    margin-top: -20px;
    background-size: 10px 16px;
    z-index: 2;
    opacity: 0.75;
}

.swiper-button-prev.swiper-button-small {
    left: -42px;
}

@media (max-width: 1024px) {
    .swiper-button-prev.swiper-button-small {
        left: -10px;
    }
}

.swiper-button-next.swiper-button-small {
    right: -42px;
}

@media (max-width: 1024px) {
    .swiper-button-next.swiper-button-small {
        right: -10px;
    }
}

/*********/
.swiper-container-outer {
    position: relative;
}

    .swiper-container-outer.swiper-container-outer--bottom-buttons {
        margin-bottom: 100px;
    }

@media (max-width: 1550px) {
    .swiper-container-outer.swiper-container-outer--side-margins {
        margin: 0 40px;
    }
}

@media (max-width: 576px) {
    .swiper-container-outer.swiper-container-outer--side-margins {
        margin: 0 0px;
    }
}

/*********/
.swiper-buttons-navbar {
    position: absolute;
    bottom: -70px;
    left: 50%;
    width: 80px;
    height: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/***********/
.swiper-slide--bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/***********/
.swiper-buttons-sidenav-wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.swiper-buttons-sidenav {
    position: relative;
    height: 150px;
    width: 100%;
    margin-top: 80px;
}

    .swiper-buttons-sidenav h2 {
        font-size: 2em;
        line-height: 1.25em;
        text-align: right;
        margin: 0 0 0.5em 0;
        color: #16becf;
    }

    .swiper-buttons-sidenav .swiper-pagination-wrap {
        position: relative;
        height: 20px;
    }

    .swiper-buttons-sidenav .swiper-pagination-fraction {
        bottom: auto;
        left: auto;
        right: 0;
        font-weight: 500;
        color: #ffffff;
        font-size: 0.875em;
        width: 100px;
        letter-spacing: 4px;
        text-align: right;
    }

        .swiper-buttons-sidenav .swiper-pagination-fraction:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 90px;
            width: 100px;
            height: 1px;
            background-color: #ffffff;
            -webkit-transform: translateY(50%);
            -moz-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%);
        }

    .swiper-buttons-sidenav .swiper-pagination-current {
        color: #16becf;
    }

        .swiper-buttons-sidenav .swiper-pagination-current:before {
            content: "0";
        }

    .swiper-buttons-sidenav .swiper-pagination-total:before {
        content: "0";
    }

.swiper-buttons-wrap {
    position: relative;
    height: 44px;
    width: 120px;
    float: right;
    margin-top: 20px;
}

    .swiper-buttons-wrap .swiper-button-progress {
        border: 1px solid #ffffff;
        opacity: 1;
    }

        /*.swiper-buttons-wrap .swiper-button-progress:before {
            height: 40px;
            width: 40px;
        }*/

        .swiper-buttons-wrap .swiper-button-progress:hover:before {
            border-width: 20px;
        }

        .swiper-buttons-wrap .swiper-button-progress.swiper-button-prev {
            left: 0px;
        }

        .swiper-buttons-wrap .swiper-button-progress.swiper-button-next {
            right: 0px;
        }

       /* .swiper-buttons-wrap .swiper-button-progress .swiper-button-progress__icon,
        .swiper-buttons-wrap .swiper-button-progress:hover .swiper-button-progress__icon {
            background-position: -23px !important;
        }*/

/***********/
.swiper-button-next.swiper-button-progress,
.swiper-button-prev.swiper-button-progress {
    background-image: none;
}

.swiper-button-progress:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    border: 0 solid #16becf;
    z-index: -1;
    -webkit-transition: border-width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: border-width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: border-width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: border-width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-button-progress:hover:before {
    border-width: 20px;
}

.swiper-button-progress__icon {
    display: block;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 200%;
}

.swiper-button-next.swiper-button-progress .swiper-button-progress__icon {
    background-image: url(/images/icons/icon_doble-arrow.svg);
}

.swiper-button-prev.swiper-button-progress .swiper-button-progress__icon {
    background-image: url(/images/icons/icon_doble-arrow_left.svg);
}

/*.swiper-button-progress:hover .swiper-button-progress__icon {
    background-position: -21px;
}*/

.progress {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body.custom main:not(.bg-swiper-page) .progress {
    background-color: rgba(255, 255, 255, 0.01);
}

.progress__value {
    stroke: #221e1f;
    stroke-dasharray: 119.380;
    stroke-dashoffset: 119.380;
}

.progress__value2 {
    stroke: #16becf;
    stroke-dasharray: 301.592;
    stroke-dashoffset: 301.592;
}

.swiper-pagination--custom {
    margin: 0 auto;
}

    .swiper-pagination--custom .swiper-pagination-bullet-active {
        background: #16becf;
    }

    .swiper-pagination--custom .swiper-pagination-bullet {
        /* width: 108px;
  height: 108px;
  background:none;
  opacity:1;
  float: left;*/
    }

    .swiper-pagination--custom .swiper-pagination-bullet-active circle.progress__value2 {
        /*@include prefix(animation, progress2 10s linear, webkit moz ms);*/
        -webkit-animation: progress2 10s linear;
        -moz-animation: progress2 10s linear;
        -ms-animation: progress2 10s linear;
        animation: progress2 10s linear;
    }

.swiper-button-progress.animation_class circle.progress__value {
    /* @include prefix(animation, progress 5s linear, webkit moz ms);*/
    -webkit-animation: progress 5s linear;
    -moz-animation: progress 5s linear;
    -ms-animation: progress 5s linear;
    animation: progress 5s linear;
}

@keyframes progress {
    from {
        stroke-dashoffset: 119.380;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes progress2 {
    from {
        stroke-dashoffset: 301.592;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/****************/
/* bg-swiper-page */
.bg-swiper {
    position: absolute;
    width: 100%;
    *height: calc(100vh - 100px);
}

    .bg-swiper:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 100px);
        display: block;
        content: "";
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+30,1+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
    }

    .bg-swiper .swiper-container {
        height: calc(100vh - 100px);
        z-index: 0;
        /*opacity: 0;*/
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

        .bg-swiper .swiper-container.show-bg {
            opacity: 1;
        }

.bg-swiper-page-white .bg-swiper:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+35,ffffff+100&0.5+0,0.75+35,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 35%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 35%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.75) 35%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}

.bg-swiper-page .swiper-button-next,
.bg-swiper-page .swiper-button-prev {
    border-color: #ffffff;
}

main.bg-swiper-page:not(.bg-swiper-page-white) {
    background: #000000;
}

.bg-swiper-page .progress__value {
    stroke: #ffffff;
}

main.bg-swiper-page:not(.bg-swiper-page-white) ul li h1, main.bg-swiper-page:not(.bg-swiper-page-white) h2, main.bg-swiper-page:not(.bg-swiper-page-white) h3, main.bg-swiper-page:not(.bg-swiper-page-white) h4, main.bg-swiper-page:not(.bg-swiper-page-white) h5, main.bg-swiper-page:not(.bg-swiper-page-white) a, main.bg-swiper-page:not(.bg-swiper-page-white) p, main.bg-swiper-page:not(.bg-swiper-page-white) li {
    color: #ffffff;
}

main.bg-swiper-page:not(.bg-swiper-page-white) h5, main.bg-swiper-page:not(.bg-swiper-page-white) p {
    font-weight: 400;
}

main.bg-swiper-page:not(.bg-swiper-page-white) .breadcrumb ul li:not(:first-child):before {
    background-image: url("../images/icons/arrow-menu-white.svg");
}

main.bg-swiper-page:not(.bg-swiper-page-white) .swiper-button-progress .swiper-button-progress__icon,
main.bg-swiper-page:not(.bg-swiper-page-white) .swiper-button-progress:hover .swiper-button-progress__icon {
    background-position: -21px;
}

.bg-swiper-page-white .swiper-buttons-sidenav .swiper-pagination-fraction {
    color: #221e1f;
}

    .bg-swiper-page-white .swiper-buttons-sidenav .swiper-pagination-fraction:before {
        background-color: #221e1f;
    }

.bg-swiper-page.bg-swiper-page-white .swiper-button-next,
.bg-swiper-page.bg-swiper-page-white .swiper-button-prev {
    border-color: #221e1f;
}

.bg-swiper-page.bg-swiper-page-white .progress__value {
    stroke: #221e1f;
}

.bg-swiper-page-white .swiper-buttons-wrap .swiper-button-progress .swiper-button-progress__icon,
.bg-swiper-page-white .swiper-buttons-wrap .swiper-button-progress:hover .swiper-button-progress__icon {
    background-position: 0px !important;
}

/*****/
@media (max-width: 576px) {
    #swiper-sect .swiper-container .swiper-button-next {
        background-image: url("../images/icons/icon_next-white.svg");
    }

    #swiper-sect .swiper-container .swiper-button-prev {
        background-image: url("../images/icons/icon_prev-white.svg");
    }
}

#products-nav .swiper-slide {
    margin-top: 10px;
}

/*

.customization-hero__info-thumbs .swiper-pagination-bullet {
display:none;
}

.customization-hero__info-thumbs .swiper-pagination-bullet-active,
.customization-hero__info-thumbs .swiper-pagination-bullet-active-next,
.customization-hero__info-thumbs .swiper-pagination-bullet-active-next-next,
.customization-hero__info-thumbs .swiper-pagination-bullet-active-prev,
.customization-hero__info-thumbs .swiper-pagination-bullet-active-prev-prev {
display: inline-block!important;
}
*/
/** START CUSTOM SECTION **/
#cust-sect article.cust-art {
    z-index: 0;
    position: relative;
    overflow: hidden;
    counter-increment: step-counter;
}

    #cust-sect article.cust-art .mobile-img-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: 50%;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        display: none;
    }

    #cust-sect article.cust-art:nth-child(odd) .mobile-img-holder {
        background-position: 120% 50%;
    }

    #cust-sect article.cust-art:nth-child(odd) .cust-art__bg {
        right: 0;
    }

    #cust-sect article.cust-art:nth-child(odd) .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #cust-sect article.cust-art:nth-child(odd) .text-block {
        width: 80%;
        padding-right: 25%;
    }

    #cust-sect article.cust-art:nth-child(even) .mobile-img-holder {
        background-position: -20% 50%;
    }

    #cust-sect article.cust-art:nth-child(even) .cust-art__bg {
        left: 0;
    }

    #cust-sect article.cust-art:nth-child(even) .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    #cust-sect article.cust-art:nth-child(even) .text-block {
        width: 80%;
        padding-left: 25%;
    }

    #cust-sect article.cust-art .cust-art__bg {
        position: absolute;
        top: 0;
        display: block;
        width: 22vw;
        height: 100%;
        background-color: #e7e7e7;
    }

section#cust-sect article.cust-art .text-block h2 {
    margin: 5% 0 2%;
    font-weight: 400;
    line-height: 1em;
   
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: all 0.5s ease-in-out 0.25s;
    -moz-transition: all 0.5s ease-in-out 0.25s;
    -ms-transition: all 0.5s ease-in-out 0.25s;
    transition: all 0.5s ease-in-out 0.25s;
}

section#cust-sect article.cust-art .text-block p {
    margin-bottom: 5%;
   
    font-weight: 400;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: all 0.5s ease-in-out 0.375s;
    -moz-transition: all 0.5s ease-in-out 0.375s;
    -ms-transition: all 0.5s ease-in-out 0.375s;
    transition: all 0.5s ease-in-out 0.375s;
}

section#cust-sect article.cust-art.in-view .text-block span.cust-art__index, section#cust-sect article.cust-art.in-view .text-block h2, section#cust-sect article.cust-art.in-view .text-block p {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.cookie-notification {
    box-sizing: border-box;
    width: 98%;
    max-width: 300px;
    min-height: 55px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.75em;
    overflow: hidden;
    position: fixed;
    left: 50%;
    bottom: 12px;
    z-index: 2000;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cookie-notification p {
        margin: 0 auto;
        color: #e8e8e8;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cookie-notification p span:nth-child(1) {
            width: calc(100% - 35px);
            padding: 0.5em 0.5em 0.5em 1em;
            line-height: 140%;
        }

            .cookie-notification p span:nth-child(1) a {
                font-weight: 600;
                border-bottom: 1px solid;
            }

        .cookie-notification p span:nth-child(2) {
            width: 35px;
            height: 30px;
            display: block;
        }

    .cookie-notification .close-cookies {
        width: 100%;
        height: 100%;
        display: inline-block;
        text-decoration: none;
        background-image: url("../images/icons/close-white.svg");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .cookie-notification.hidden {
        display: none;
    }

@media (max-width: 768px) {
    #swiper-sect .swiper-container {
        margin-top: 99px;
    }
}

@media (max-width: 576px) {
    #swiper-sect .swiper-container {
        margin-top: 69px;
    }
}

#swiper-sect .swiper-container .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 576px) {
    #swiper-sect .swiper-container .container {
        background-color: rgba(22, 190, 207, 0.5);
    }
}

#swiper-sect .swiper-container .swiper-content {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}

@media (max-width: 768px) {
    #swiper-sect .swiper-container .swiper-content {
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background-color: rgba(22, 190, 207, 0.65);
        padding: 2% 4%;
        width: 65%;
        left: 50%;
    }
}

@media (max-width: 576px) {
    #swiper-sect .swiper-container .swiper-content {
        width: 80%;
        background-color: transparent;
    }
}

#swiper-sect .swiper-container .swiper-content h2 {
    color: #221e1f;
    font-size: 4vw;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5%;
  
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-transition: all 0.75s ease-in-out 0.2s;
    -moz-transition: all 0.75s ease-in-out 0.2s;
    -ms-transition: all 0.75s ease-in-out 0.2s;
    transition: all 0.75s ease-in-out 0.2s;
}

@media (max-width: 768px) {
    #swiper-sect .swiper-container .swiper-content h2 {
        font-size: 7vw;
        padding: 0;
        text-align: center;
        color: #ffffff !important;
        text-shadow: none;
    }
}

@media (max-width: 576px) {
    #swiper-sect .swiper-container .swiper-content h2 {
        font-size: 2.5em;
    }
}

#swiper-sect .swiper-container .swiper-content h2 a {
    color: inherit;
    font-weight: inherit;
}

#swiper-sect .swiper-container .swiper-content p {
    color: inherit;
    font-size: 1.125em;
    line-height: 120%;
    padding-right: 25%;
  
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-transition: all 0.75s ease-in-out 0.5s;
    -moz-transition: all 0.75s ease-in-out 0.5s;
    -ms-transition: all 0.75s ease-in-out 0.5s;
    transition: all 0.75s ease-in-out 0.5s;
}

@media (max-width: 768px) {
    #swiper-sect .swiper-container .swiper-content p {
        font-size: 1.5em;
        padding: 0;
        text-align: center;
        color: #ffffff !important;
        text-shadow: none;
    }
}

@media (max-width: 576px) {
    #swiper-sect .swiper-container .swiper-content p {
        padding-right: 0%;
        text-shadow: none;
        font-size: 1.5em;
    }
}

#swiper-sect .swiper-container .swiper-content div {
    color: #221e1f;
}

#swiper-sect .swiper-container .swiper-slide-active .swiper-content h2, #swiper-sect .swiper-container .swiper-slide-active .swiper-content p {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

@media (max-width: 768px) {
    #swiper-sect .swiper-container .swiper-button-next,
    #swiper-sect .swiper-container .swiper-button-prev {
        border-color: transparent;
    }
}

@media (max-width: 576px) {
    #swiper-sect .swiper-pagination-white .swiper-pagination-bullet-active,
    #swiper-sect .swiper-pagination-bullet {
        background-color: #ffffff !important;
    }
}

/** START INRTO CUSTOM SECTION **/
#intro-sect {
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f7f7f7 0%, #e7e7e7 100%);
    background: -webkit-linear-gradient(-45deg, #f7f7f7 0%, #e7e7e7 100%);
    background: linear-gradient(135deg, #f7f7f7 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=1 );
    padding: 1em 0 3em;
}

    #intro-sect h1 {
        font-size: 2.5em;
        line-height: 1.5em;
        margin-top: calc((1.25em - 2.5em) + 0.875em*2);
    }

    #intro-sect p {
        text-align: center;
        color: #221e1f;
        padding: 0 5em;
    }

@media (max-width: 768px) {
    #intro-sect p, #intro-sect h1 {
        text-align: left;
        padding: 0;
    }
}

.home #product-sect .swiper-slide {
    min-height: 100%;
    background-color: white;
}

/** START HOME CUSTOM SECTION **/
@media (max-width: 576px) {
    body.home #cust-sect article.cust-art .mobile-img-holder {
        display: block;
    }

    body.home #cust-sect article.cust-art .container {
        position: relative;
    }

    body.home #cust-sect article.cust-art .text-block {
        width: 100%;
        padding-right: 0%;
        padding: 30px 0;
    }

        body.home #cust-sect article.cust-art .text-block h2, body.home #cust-sect article.cust-art .text-block p {
            color: #ffffff;
        }

    body.home #cust-sect article.cust-art:nth-child(odd) .container::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        height: 100%;
        width: 25%;
        background-color: #16becf;
        opacity: .75;
        visibility: visible;
    }

    body.home #cust-sect article.cust-art:nth-child(odd) .container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        width: 75%;
        background-color: #221e1f;
        opacity: .75;
        visibility: visible;
    }

    body.home #cust-sect article.cust-art:nth-child(even) .container::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        height: 100%;
        width: 75%;
        background-color: #221e1f;
        opacity: .75;
    }

    body.home #cust-sect article.cust-art:nth-child(even) .container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        width: 25%;
        background-color: #16becf;
        opacity: .75;
        visibility: visible;
    }

    body.home #cust-sect article.cust-art:nth-child(even) .text-block {
        text-align: right;
    }

    body.home #cust-sect article.cust-art .cust-art__bg {
        display: none;
    }
}

section#cust-sect article.cust-art .text-block span.cust-art__index {
    font-size: 3.75em;
    font-weight: 500;
    height: 60px;
    width: 80px;
    line-height: 100%;
    position: relative;
    /*display: inline-block;*/
    color: #221e1f;
   
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 576px) {
    section#cust-sect article.cust-art .text-block span.cust-art__index {
        color: #FFF;
    }
}

section#cust-sect article.cust-art .text-block span.cust-art__index:after {
    content: counter(step-counter);
}

section#cust-sect article.cust-art .text-block span.cust-art__index span {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 2px;
    width: 37px;
    height: 4px;
    background-color: #16becf;
}

section#cust-sect article.cust-art .img-block {
    width: 20%;
    position: relative;
    min-height: 400px;
    z-index: 2;
    background-color: #e7e7e7;
}

@media (max-width: 768px) {
    section#cust-sect article.cust-art .img-block {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (max-width: 576px) {
    section#cust-sect article.cust-art .img-block {
        display: none;
    }
}

section#cust-sect article.cust-art .img-block span {
    position: absolute;
    top: 50%;
    display: block;
    width: 350px;
    height: 350px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section#cust-sect article:nth-child(odd) .img-block span {
    left: 0%;
    -webkit-transform: translate(-10%, -50%);
    -moz-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
}

section#cust-sect article:nth-child(even) .img-block span {
    right: 0%;
    -webkit-transform: translate(10%, -50%);
    -moz-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%);
}

section#cust-sect article:nth-child(odd).in-view .img-block span {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#cust-sect article:nth-child(even).in-view .img-block span {
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

/** END HOME CUSTOM SECTION ***************************/
/** START PRODUCT SWIPER HOME SECTION ***************************/
section#product-sect {
    position: relative;
}

    section#product-sect:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 55%;
        background-color: #221e1f;
    }
    

    section#product-sect .swiper-container {
        padding-bottom: 60px;
    }

/** END PRODUCT SWIPER HOME SECTION ***************************/
/** START HIGHLIGHT HOME SECTION ***************************/
#highlight-sect .container {
    padding-bottom: 60px;
}

#highlight-sect .text-block {
    min-height: 300px;
    padding-right: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

    #highlight-sect .text-block h3 {
        font-size: 1.75em;
        font-weight: 700;
    }

@media (max-width: 576px) {
    #highlight-sect .text-block h3 {
        width: 100%;
    }
}

#highlight-sect .text-block p {
    width: 100%;
}

@media (max-width: 576px) {
    #highlight-sect .text-block {
        text-align: center;
        padding-right: 0%;
        min-height: unset;
    }

        #highlight-sect .text-block .btn-awr {
            margin: 0 auto;
        }
}

#highlight-sect .img-block {
    min-height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #highlight-sect .img-block span {
        background-color: #16becf;
        color: white;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 0 0.75em;
        text-align: center;
        line-height: 80px;
        font-size: 1.75em;
        font-weight: 600;
        opacity: 0;
        -webkit-transform: translate(10%, 25%);
        -moz-transform: translate(10%, 25%);
        -ms-transform: translate(10%, 25%);
        transform: translate(10%, 25%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    #highlight-sect .img-block.in-view span {
        opacity: 1;
        -webkit-transform: translate(-50%, 25%);
        -moz-transform: translate(-50%, 25%);
        -ms-transform: translate(-50%, 25%);
        transform: translate(-50%, 25%);
    }

@media (max-width: 576px) {
    #highlight-sect .img-block.in-view span {
        -webkit-transform: translate(-10%, 25%);
        -moz-transform: translate(-10%, 25%);
        -ms-transform: translate(-10%, 25%);
        transform: translate(-10%, 25%);
    }
}

/** END HIGHLIGHT HOME SECTION *************************/
/** START NEWS HOME SECTION ***************************/
#news-sect {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    /*
     &:after {
         content: '';
         display: block;
         position: absolute;
         top: 0;
         right: 0;
         width: 22%;
         height: 100%;
         z-index: 1;
         background-color: $dark1;
    }
    */
}

    #news-sect .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        #news-sect .container .row {
            width: 100%;
        }

    #news-sect .news-block-wrap {
        padding-bottom: 30px;
    }

        #news-sect .news-block-wrap.news-block-wrap--events {
            position: relative;
            padding-left: 1em;
            background-color: #221e1f;
            color: #ffffff;
            z-index: 2;
        }

            #news-sect .news-block-wrap.news-block-wrap--events h2, #news-sect .news-block-wrap.news-block-wrap--events h3 {
                color: #ffffff;
            }

            #news-sect .news-block-wrap.news-block-wrap--events::before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100%;
                z-index: -1;
                background-color: #221e1f;
            }

@media (max-width: 1279px) {
    #news-sect .news-block-wrap.news-block-wrap--events::before {
        left: calc(0px - 100px);
        width: calc(100vw + 100px);
    }
}

/** END NEWS HOME SECTION ***************************/
/** START NEWSLETTER HOME SECTION ***************************/
#newsletter-sect {
    padding-bottom: 60px;
    padding-top: 40px;
    background-image: url("../images/bg/newsletter_image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #newsletter-sect h2 {
        margin: 0;
    }

    #newsletter-sect p {
        text-align: center;
        padding: 0 2em;
        max-width: 664px;
        color: #000;
        margin: 0 auto;
    }

    #newsletter-sect form.newsletter-form {
        margin: 2em auto 0;
        max-width: 664px;
        position: relative;
    }

        #newsletter-sect form.newsletter-form .newsletter-form__input {
            width: calc(100% - 167px);
            height: 62px;
            background-color: #fff;
            display: block;
            padding: 0 1em;
            font-size: 1.25em;
            text-align: center;
        }

@media (max-width: 576px) {
    #newsletter-sect form.newsletter-form .newsletter-form__input {
        width: 80%;
        margin: 20px auto;
        float: none;
    }
}

#newsletter-sect form.newsletter-form label.error {
    position: absolute;
    bottom: -1.5em;
    left: 0;
    width: calc(100% - 167px);
    text-align: center;
    color: #ed5f43;
}

@media (max-width: 768px) {
    #newsletter-sect form.newsletter-form label.error {
        bottom: -2em;
        width: 100%;
    }
}

@media (max-width: 576px) {
    #newsletter-sect form.newsletter-form input[name="submit_form"] {
        width: 80%;
        margin: 0px auto;
        float: none;
        display: block;
    }
}

/** END NEWSLETTER HOME SECTION ***************************/
#markets-nav-home {
    padding-bottom: 5vh;
}

#prod-ranges {
    padding-bottom: 60px;
}

    #prod-ranges ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        #prod-ranges ul li {
            -webkit-flex-basis: 12.5%;
            -moz-flex-basis: 12.5%;
            -ms-flex-preferred-size: 12.5%;
            flex-basis: 12.5%;
        }

@media (max-width: 1440px) {
    #prod-ranges ul li {
        -webkit-flex-basis: 14.2%;
        -moz-flex-basis: 14.2%;
        -ms-flex-preferred-size: 14.2%;
        flex-basis: 14.2%;
    }
}

@media (max-width: 1280px) {
    #prod-ranges ul li {
        -webkit-flex-basis: 16.6%;
        -moz-flex-basis: 16.6%;
        -ms-flex-preferred-size: 16.6%;
        flex-basis: 16.6%;
    }
}

@media (max-width: 1160px) {
    #prod-ranges ul li {
        -webkit-flex-basis: 20%;
        -moz-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media (max-width: 576px) {
    #prod-ranges ul li {
        -webkit-flex-basis: 33.3%;
        -moz-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    }
}

#prod-download {
    padding-bottom: 60px;
}

#products-nav {
    margin-top: 24px;
    padding: 10px 0;
    background-color: #e7e7e7;
}

    #products-nav .swiper-button-progress {
        opacity: 0;
    }

        #products-nav .swiper-button-progress.swiper-button-prev {
            -webkit-transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            transform: translateX(-20%);
            animation: show-btns-prev 0.25s ease 0.75s forwards;
        }

            #products-nav .swiper-button-progress.swiper-button-prev.swiper-button-disabled {
                display: none;
            }

        #products-nav .swiper-button-progress.swiper-button-next {
            -webkit-transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            transform: translateX(-20%);
            animation: show-btns-next 0.25s ease 0.75s forwards;
        }

            #products-nav .swiper-button-progress.swiper-button-next.swiper-button-disabled {
                display: none;
            }

#product-block {
    margin-bottom: 40px;
    margin-top: 40px;
}

.product-hero {
    margin-bottom: 40px;
}

    .product-hero .product-hero__img {
        position: relative;
        min-height: 420px;
        border: 1px solid #e7e7e7;
        overflow: hidden;
        cursor: crosshair;
    }

@media (max-width: 1280px) {
    .product-hero .product-hero__img {
        min-height: 350px;
    }
}

.product-hero .img-arrow:after {
    content: "";
    position: absolute;
    top: 64px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22px 20px 0;
    border-color: transparent #e7e7e7 transparent transparent;
    z-index: 2;
}

@media (max-width: 768px) {
    .product-hero .img-arrow:after {
        border-width: 0 20px 22px 20px;
        border-color: transparent transparent #e7e7e7 transparent;
        top: auto;
        right: auto;
        left: 30px;
        bottom: -1px;
    }
}

.product-hero .product-hero__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: 2;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.product-hero .product-hero__img.loading:before {
    animation: loading 0.6s ease forwards;
}

.product-hero .product-hero__img .hero__img {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: auto;
    height: 100%;
    display: block;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

@media (max-width: 768px) {
    .product-hero .product-hero__img .hero__img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.product-hero .product-hero__img .zoomImg {
    background-color: #fff;
}

.product-hero .product-hero__info {
    height: 100%;
    background-color: #e7e7e7;
}

    .product-hero .product-hero__info .product-hero-specs-info-container {
        position: relative;
        height: 84px;
    }

    .product-hero .product-hero__info .product-hero__info-title {
        height: 84px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 0 0 25px;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
    }

        .product-hero .product-hero__info .product-hero__info-title.anim-hide {
            opacity: 0;
            -webkit-transform: translateX(5%);
            -moz-transform: translateX(5%);
            -ms-transform: translateX(5%);
            transform: translateX(5%);
        }

        .product-hero .product-hero__info .product-hero__info-title h3 {
            margin: 0 0 0.125em 0;
            font-weight: 700;
            font-size: 1.75em;
        }

        .product-hero .product-hero__info .product-hero__info-title p {
            margin-bottom: 0.25em;
        }

        .product-hero .product-hero__info .product-hero__info-title:after {
            content: "";
            display: block;
            width: 30%;
            height: 1px;
            background-color: #b3b3b3;
        }

    .product-hero .product-hero__info .product-hero__info-thumbs {
        max-height: 336px;
        padding: 20px 9px 0 25px;
        overflow: auto;
    }

@media (max-width: 1280px) {
    .product-hero .product-hero__info .product-hero__info-thumbs {
        max-height: 266px;
    }
}

@media (max-width: 768px) {
    .product-hero .product-hero__info .product-hero__info-thumbs {
        /*height: auto;*/
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .product-hero .product-hero__info .product-hero__info-thumbs {
        /* height: 150px;*/
    }
}

.product-hero .product-hero__info .product-hero__info-thumbs .mCSB_container {
    margin-right: 0 !important;
}

.product-hero .product-hero__info .product-hero__info-thumbs .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #565656;
    background-color: rgba(86, 86, 86, 0.7);
}

.product-hero .product-hero__info .product-hero__info-thumbs .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #afafaf;
    background-color: rgba(175, 175, 175, 0.4);
}

.product-hero__info-thumbs span {
    display: block;
    width: 51px;
    height: 51px;
    border-radius: 100%;
    padding: 3px;
    margin: 0 6px 4px 0;
    background-clip: content-box;
    position: relative;
    border: solid 2px transparent;
    cursor: pointer;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: border 0.15s ease;
    -moz-transition: border 0.15s ease;
    -ms-transition: border 0.15s ease;
    transition: border 0.15s ease;
    /*    &:before{
content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    border-radius: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 7px 0;
    border-color: transparent #5d5d5d transparent transparent;
    opacity: 0;
    z-index: 2;
        @include prefix(transition, all 0.25s ease-in-out, webkit moz ms );
        @include prefix(transform, translateX(0), webkit moz ms);
    }*/
    /* &:hover:before {
        opacity:1;
        @include prefix(transform, translateX(-85%), webkit moz ms);
    }*/
}

    .product-hero__info-thumbs span.current, .product-hero__info-thumbs span:hover {
        border: solid 2px #221e1f;
    }

    .product-hero__info-thumbs span:after {
        content: attr(data-colour-internal);
        display: block;
        position: absolute;
        top: 13px;
        right: 0;
        width: auto;
        padding: 0 3px;
        text-align: center;
        line-height: 22px;
        height: 22px;
        border-radius: 5px;
        font-size: 10px;
        letter-spacing: 0.05em;
        background-color: #5d5d5d;
        pointer-events: none;
        color: #e7e7e7;
        z-index: 1;
        opacity: 0;
        box-shadow: 2px 2px 14px -2px black;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translateX(70%) scale(0.8);
        -moz-transform: translateX(70%) scale(0.8);
        -ms-transform: translateX(70%) scale(0.8);
        transform: translateX(70%) scale(0.8);
        -webkit-transform-origin: center left;
        -moz-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
    }

    .product-hero__info-thumbs span:hover:after {
        opacity: 1;
        -webkit-transform: translateX(87%) scale(1);
        -moz-transform: translateX(87%) scale(1);
        -ms-transform: translateX(87%) scale(1);
        transform: translateX(87%) scale(1);
    }

.product-table {
    margin-bottom: 40px;
    margin-top: 40px;
}

    .product-table .table {
        overflow-x: auto;
    }

    .product-table .table-row {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
    }

    .product-table .table-cell {
        min-width: 40px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-shrink: 2;
        -moz-flex-shrink: 2;
        -ms-flex-negative: 2;
        flex-shrink: 2;
    }

        .product-table .table-cell:not(:nth-child(n+3)) {
            -webkit-flex-shrink: 2;
            -moz-flex-shrink: 2;
            -ms-flex-negative: 2;
            flex-shrink: 2;
            min-width: 80px;
        }

.zoomContainer .zoomWindowContainer div {
    background-color: white;
}

@keyframes loading {
    0% {
        -webkit-transform: translateX(-101%);
        -moz-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
    }

    25%, 75% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(101%);
        -moz-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
    }
}

@keyframes show-btns-prev {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    100% {
        opacity: 0.75;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes show-btns-next {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
    }

    100% {
        opacity: 0.75;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

body.custom #cust-sect {
    padding-top: 60px;
}

    body.custom #cust-sect article.cust-art .container {
        min-height: 400px;
    }

    body.custom #cust-sect article.cust-art .cust-art__bg {
        width: 40vw;
        cursor: move;
        /* fallback if grab cursor is unsupported */
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

        body.custom #cust-sect article.cust-art .cust-art__bg .swiper-container {
            height: 100%;
        }

@media (max-width: 768px) {
    body.custom #cust-sect article.cust-art {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        body.custom #cust-sect article.cust-art .container {
            width: 100%;
        }

            body.custom #cust-sect article.cust-art .container .text-block {
                width: 100%;
                padding-left: 0;
                padding-right: 0;
            }

        body.custom #cust-sect article.cust-art .cust-art__bg {
            position: relative;
            width: 100%;
            min-height: 300px;
            -webkit-box-ordinal-group: 0;
            -webkit-order: -1;
            -moz-order: -1;
            -ms-flex-order: -1;
            order: -1;
        }

            body.custom #cust-sect article.cust-art .cust-art__bg .swiper-container {
                width: 100%;
                position: absolute;
            }
}

@media (max-width: 576px) {
    body.custom #cust-sect article.cust-art .text-block {
        text-align: center;
    }

    body.custom #cust-sect article.cust-art .btn-awr {
        display: block;
        margin: 0 auto;
    }

    body.custom #cust-sect article.cust-art .cust-art__bg {
        min-height: 250px;
    }
}

body.custom #prod-ranges {
    padding-bottom: 0px;
}

#customization-block {
    margin: 24px 0 40px;
}

.customization-hero {
    margin-bottom: 40px;
    margin-top: 40px;
}

.customization-hero__img {
    position: relative;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    margin-top: calc((1.25em - 2.25em) + 0.875em*2);
    font-size: 3.5em;
}

    .customization-hero__img .swiper-slide:before {
        content: "";
        display: block;
        padding-bottom: 60%;
    }

.customization-hero__info {
    overflow: hidden;
    margin: 1em 0;
}

.customization-hero__info-thumbs {
    height: 100%;
    position: relative;
    min-height: 40px;
}

    .customization-hero__info-thumbs ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.customization-hero .swiper-buttons-sidenav-wrap {
    height: auto;
}

@media (max-width: 768px) {
    .customization-hero .swiper-buttons-sidenav-wrap {
        display: none;
    }
}

.customization-hero__info-thumbs .swiper-pagination--custom {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

@media (max-width: 768px) {
    .about .breadcrumb {
        margin-bottom: 2em;
    }
}

#about-markets ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    #about-markets ul li {
        /*@include flex-basis(25%);
            */
        /*opacity: 0;*/ /*to reintroduce later with appear animation effect*/
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

        #about-markets ul li:hover svg {
            transform: scale(1.1);
        }

        #about-markets ul li svg {
            transition: all .5s ease-in-out;
        }

#about-markets.in-view ul li {
    opacity: 1;
}

    #about-markets.in-view ul li:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    #about-markets.in-view ul li:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #about-markets.in-view ul li:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    #about-markets.in-view ul li:nth-child(4) {
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    #about-markets.in-view ul li:nth-child(5) {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    #about-markets.in-view ul li:nth-child(6) {
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    #about-markets.in-view ul li:nth-child(7) {
        -webkit-transition-delay: 1.8s;
        -moz-transition-delay: 1.8s;
        -ms-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    #about-markets.in-view ul li:nth-child(8) {
        -webkit-transition-delay: 2.1s;
        -moz-transition-delay: 2.1s;
        -ms-transition-delay: 2.1s;
        transition-delay: 2.1s;
    }

#about-info .layout {
    overflow: hidden;
}

    #about-info .layout .layout__img div {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
    }

    #about-info .layout:nth-child(even) .layout__img {
        background: #f2f2f2;
        background: -moz-linear-gradient(45deg, #f2f2f2 0%, white 100%);
        background: -webkit-linear-gradient(45deg, #f2f2f2 0%, white 100%);
        background: linear-gradient(45deg, #f2f2f2 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 );
    }

        #about-info .layout:nth-child(even) .layout__img div {
            background-position: right center;
            opacity: 0;
            -webkit-transform: translateX(-5%);
            -moz-transform: translateX(-5%);
            -ms-transform: translateX(-5%);
            transform: translateX(-5%);
        }

    #about-info .layout:nth-child(odd) .layout__img {
        background: white;
        background: -moz-linear-gradient(-45deg, white 0%, #f2f2f2 100%);
        background: -webkit-linear-gradient(-45deg, white 0%, #f2f2f2 100%);
        background: linear-gradient(135deg, white 0%, #f2f2f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
    }

        #about-info .layout:nth-child(odd) .layout__img div {
            background-position: left center;
            opacity: 0;
            -webkit-transform: translateX(5%);
            -moz-transform: translateX(5%);
            -ms-transform: translateX(5%);
            transform: translateX(5%);
        }

    #about-info .layout.in-view .layout__img div {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

@media (max-width: 768px) {
    #about-info .layout {
        margin-bottom: 2em;
    }
}

/*#about-info__img-first div {
    background-image: url("/images/bg/about-info-01.jpg");
}

#about-info__img-second div {
    background-image: url("/images/bg/about-info-02.jpg");
}

#about-info__img-third div {
    background-image: url("/images/bg/about-info-03.jpg");
}

#about-info__img-forth div {
    background-image: url("/images/bg/about-info-04.jpg");
}

#about-info__img-fifth div {
    background-image: url("/images/bg/about-info-05.jpg");
}*/

/*#about-info__img-1 div {
    background-image: url("/images/bg/about-info-01.jpg");
}

#about-info__img-2 div {
    background-image: url("/images/bg/about-info-02.jpg");
}

#about-info__img-3 div {
    background-image: url("/images/bg/about-info-03.jpg");
}

#about-info__img-4 div {
    background-image: url("/images/bg/about-info-04.jpg");
}

#about-info__img-5 div {
    background-image: url("/images/bg/about-info-05.jpg");
}*/

/***********/
#about-careers {
    padding: 25px 0 50px;
    background-color: #e7e7e7;
}

    #about-careers .job-offer {
        margin-bottom: 24px;
    }

        #about-careers .job-offer .job-offer-left .job-offer-img {
            width: 62px;
            height: 62px;
            float: left;
            background-color: #f2f2f2;
            border-radius: 50%;
            background-image: url(../images/bg/job.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        #about-careers .job-offer .job-offer-left .job-offer-position {
            width: calc(100% - 80px);
            float: right;
        }

            #about-careers .job-offer .job-offer-left .job-offer-position h4 {
                margin-top: 0px;
                color: #16becf;
                font-weight: 700;
            }

        #about-careers .job-offer .job-offer-right p {
            width: calc(100% - 180px);
            float: left;
        }

@media (max-width: 768px) {
    #about-careers .job-offer .job-offer-right p {
        float: none;
        width: 100%;
        margin-top: 1em;
    }
}

#about-careers .job-offer .job-offer-right a {
    float: right;
}

@media (max-width: 768px) {
    #about-careers .job-offer .job-offer-right a {
        float: none;
        margin: 20px auto;
        display: block;
    }
}

@media (max-width: 768px) {
    #about-careers .job-offer {
        margin-bottom: 35px;
    }
}

/***********/
#about-clients .swiper-container {
    box-shadow: 0px 0px 60px -20px #7d7d7d;
}

.about .swiper-container .swiper-slide:nth-child(13n+1) .card-client__img {
    background-image: url("../images/clients/clients_08.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+2) .card-client__img {
    background-image: url("../images/clients/clients_01.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+3) .card-client__img {
    background-image: url("../images/clients/clients_02.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+4) .card-client__img {
    background-image: url("../images/clients/clients_03.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+5) .card-client__img {
    background-image: url("../images/clients/clients_04.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+6) .card-client__img {
    background-image: url("../images/clients/clients_05.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+7) .card-client__img {
    background-image: url("../images/clients/clients_06.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+8) .card-client__img {
    background-image: url("../images/clients/clients_07.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+9) .card-client__img {
    background-image: url("../images/clients/clients_12.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+10) .card-client__img {
    background-image: url("../images/clients/clients_13.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+11) .card-client__img {
    background-image: url("../images/clients/clients_11.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+12) .card-client__img {
    background-image: url("../images/clients/clients_10.jpg");
}

.about .swiper-container .swiper-slide:nth-child(13n+13) .card-client__img {
    background-image: url("../images/clients/clients_09.jpg");
}

#markets-nav {
    margin: 24px 0;
}

#market-hero {
    padding: 48px auto;
    background-color: #e7e7e7;
}

    #market-hero .layout__img .swiper-container {
        height: 100%;
    }

    #market-hero .layout__text h3 {
        margin-top: 0.25em;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: 700;
    }

    #market-hero .layout__text h4 {
        margin-top: 0.75em;
        color: #7d7d7d;
    }

#market-info {
    margin: 48px 0;
}

    #market-info .container {
        column-count: 2;
    }

@media (max-width: 576px) {
    #market-info .container {
        column-count: 1;
    }
}

#market-info .container h4:first-child {
    margin-top: 0;
}

#market-info .container li {
    margin-left: 20px;
    list-style: initial;
}

#career-hero {
    background-color: #e7e7e7;
    margin: 40px 0;
}

    #career-hero p {
        font-weight: 600;
    }

    #career-hero .layout__img {
        min-height: 350px;
        background-image: url("../images/bg/placeholder-2.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

@media (max-width: 1024px) {
    #career-hero .layout__img {
        background-position: 20% 50%;
    }
}

@media (max-width: 1024px) {
    #career-info .container {
        margin-bottom: 2em;
    }
}

#news-top-block {
    background-color: #e7e7e7;
    margin-top: 30px;
}

@media (max-width: 768px) {
    #news-top-block .layout__text {
        min-height: 150px;
    }
}

#news-top-block .layout__text-wrapper span {
    font-weight: 600;
}

#news-top-block .layout__text-wrapper h3 {
    margin-top: 0.25em;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 700;
}

#news-hero__img-first {
    background-image: url("../images/bg/news-hero-luxepack.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#news-events {
    /* background-color: $grey1;*/
    padding-bottom: 30px;
}

#news-blog {
    min-height: 400px;
    background-image: url("../images/bg/blog_image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

    #news-blog .blog-inner {
        text-align: center;
    }

        #news-blog .blog-inner h2 {
            color: #fff;
            margin: 0;
            font-weight: 700;
        }

        #news-blog .blog-inner p {
            color: #fff;
            margin-bottom: 3em;
        }

.news-item-sect {
    margin-bottom: 40px;
}

    .news-item-sect header {
        background-color: #e7e7e7;
        margin: 40px 0;
    }

        .news-item-sect header h1 {
            font-size: 2.25em;
            line-height: 2.25em;
            margin-top: 0;
        }

        @media (max-width: 576px) {
            .news-item-sect header h1 {
                line-height: 1.25em;
            }
        }

        .news-item-sect header p {
            padding-top: 2em;
            margin-bottom: 0;
        }

        .news-item-sect header .swiper-container {
            height: 100%;
        }

@media (max-width: 576px) {
    .news-item-sect article .row > div:first-child {
        margin-bottom: 2em;
    }
}

.flagRight {
    background-image: url("../images/bg/flag.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 45%;
}

.content-form {
    margin: 24px auto;
}

body.contact .webpacForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

body.contact #webpacForm fieldset {
    height: 110px;
}

    body.contact #webpacForm fieldset label {
        width: 100%;
        color: #a8a8a8;
        text-transform: uppercase;
        font-size: .8em;
    }

        body.contact #webpacForm fieldset label.error {
            color: #ed5f43;
        }

        body.contact #webpacForm fieldset label span {
            text-transform: capitalize;
        }

    body.contact #webpacForm fieldset input:not(.btn), body.contact #webpacForm fieldset select {
        border: 1px solid #a8a8a8;
        padding: 12px;
        width: 100%;
        margin: 6px 0px;
        background-color: #ffffff;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }

        body.contact #webpacForm fieldset input:not(.btn):focus, body.contact #webpacForm fieldset select:focus {
            border: 1px solid #16becf;
        }

    body.contact #webpacForm fieldset.selectInput {
        position: relative;
    }

body.contact #webpacForm .textAreaFullSize {
    width: 98%;
    height: 23vh;
}

    body.contact #webpacForm .textAreaFullSize textarea {
        width: 100%;
        height: 15vh;
        border: 1px solid #a8a8a8;
        margin: 6px 0;
        padding: 12px;
    }

        body.contact #webpacForm .textAreaFullSize textarea:focus {
            border: 1px solid #16becf;
        }

body.contact #webpacForm .btnContainer {
    overflow: hidden;
    width: auto;
    height: auto;
    display: flex;
    float: right;
}

    body.contact #webpacForm .btnContainer input {
        float: right;
    }

body.contact #webpacForm .btnContent {
    overflow: hidden;
    width: 100%;
    margin-right: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

    body.contact #webpacForm .btnContent p {
        text-align: right;
        padding-right: 24px;
        margin-bottom: 0px;
        font-size: .8em;
    }

body.contact #webpacForm #spbts_fields {
    display: none;
}

body.contact #messagearea {
    margin-top: -62px;
    margin-bottom: 62px;
    position: relative;
    z-index: -1;
    width: 60%;
    transition: .5s opacity ease-in-out;
}

    body.contact #messagearea .success {
        left: 0;
        -webkir-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

        body.contact #messagearea .success::before {
            background-image: url("../images/bg/check_contact.svg");
            content: "";
            width: 62px;
            height: 62px;
            margin-right: 12px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            display: block;
            float: left;
        }

    body.contact #messagearea .error {
        left: 0;
        -webkir-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

        body.contact #messagearea .error::before {
            background-image: url("../images/bg/error_contact.svg");
            content: "";
            width: 62px;
            height: 62px;
            margin-right: 12px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            display: block;
            float: left;
        }

.location-names {
    margin-bottom: 2em;
}

.locations-index .swiper-wrapper {
    margin-bottom: 20px;
}

.locations-wrapper {
    margin-bottom: 20px;
    display:flex;
    gap: 30px;
    width: 100%;
}

.location {
    min-width: 180px;
}

.location button {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: border-color .4s ease-out;
    cursor: pointer;
    padding: 1em 0;
}

    .location button h2 {
        font-weight: 600;
        font-size: 5em;
        line-height: 1;
        margin: 0;
        width: 100%;
        text-align: center;
        color: #e7e7e7;
        transition: color .4s ease-out;
    }

@media (max-width: 768px) {
    .location button h2 {
        font-size: 3.6em;
    }
}

@media (max-width: 1024px) {
    .location button h2 {
        font-size: 4em;
    }
}

.location button span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #0f0f0f;
}

.location button.selected, .location button:hover {
    border-color: #16becf;
}

    .location button.selected h2, .location button:hover h2 {
        color: #16becf;
    }

.locations-maps {
    width: 100%;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 500px;
}

@media (max-width: 768px) {
    #map {
        height: 350px;
    }
}

.locations-info-container {
    height: 500px;
    background-color: #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .locations-info-container {
        height: 300px;
    }
}

.location-info {
    display: none;
    margin-bottom: 2em;
    cursor: pointer;
    width: 65%;
    font-size: 1em;
}

@media (max-width: 1024px) {
    .location-info {
        width: 80%;
        padding-left: 8%;
    }
}

@media (max-width: 768px) {
    .location-info {
        padding-left: 0%;
        width: auto;
        margin: 0;
    }
}

.location-info.shown {
    display: block;
    opacity: .3;
    transition: opacity .2s ease-out;
}

.location-info.selected {
    opacity: 1;
}

.location-info span {
    display: block;
    font-weight: 700;
}

.location-info h4 {
    font-size: 1.375em;
    font-weight: 700;
    margin-top: 0;
}

@media (max-width: 1024px) {
    .location-info h4 {
        font-size: 1.25em;
    }
}

.location-info h4 span {
    font-size: 1em;
    line-height: 110%;
    margin-bottom: 0.1em;
}

.marker {
    font-size: 0.8em;
}

    .marker h2 {
        margin: 0;
        line-height: 110%;
    }

    .marker span {
        display: block;
    }

.address span {
    font-size: 1.1em;
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}

    .address span::before {
        content: '';
        display: block;
        position: absolute;
        width: 1.5em;
        height: 1.5em;
        top: -.2em;
        left: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

.address .tel::before {
    background-image: url("../images/icons/icon_telephone.svg");
}

.address .fax::before {
    background-image: url("../images/icons/icon_fax.svg");
}

.address .toll-free::before {
    background-image: url("../images/icons/icon_toolfree.svg");
}

.address .mail::before {
    background-image: url("../images/icons/icon_email.svg");
}

body.siteinfo #webpacLink img {
    width: inherit;
    max-height: 100%;
}

body.siteinfo main {
    padding-bottom: 60px;
}

.site-info-section {
    margin-top: 24px;
}

/** * Swiper 4.0.2 * Most modern mobile touch slider and framework with hardware accelerated transitions * http://www.idangero.us/swiper/ * * Copyright 2014-2017 Vladimir Kharlampidi * * Released under the MIT License * * Released on: October 18, 2017 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 28px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid #221e1f;
    opacity: 0.75;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
        cursor: auto;
        pointer-events: none;
        -webkit-transition: opacity 0.25s ease 0.25s;
        -moz-transition: opacity 0.25s ease 0.25s;
        -ms-transition: opacity 0.25s ease 0.25s;
        transition: opacity 0.25s ease 0.25s;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/icons/icon_prev.svg");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/icons/icon_next.svg");
    right: 10px;
    left: auto;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    display: inline-block;
    background: #16becf;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: .2s top,.2s -webkit-transform;
            transition: .2s top,.2s -webkit-transform;
            -o-transition: .2s transform,.2s top;
            transition: .2s transform,.2s top;
            transition: .2s transform,.2s top,.2s -webkit-transform;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: .2s left,.2s -webkit-transform;
        transition: .2s left,.2s -webkit-transform;
        -o-transition: .2s transform,.2s left;
        transition: .2s transform,.2s left;
        transition: .2s transform,.2s left,.2s -webkit-transform;
    }

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #16becf;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;\a     charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;\a     charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto;
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0;
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center;
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto;
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

    .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)";
    }

    .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: .9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)";
    }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px;
    }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0;
    }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        width: 8px;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.2);
        box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #555;
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px;
    }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

    .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}



h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}