@import url('//fonts.googleapis.com/css?family=Montserrat:100');

.captcha-image {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    text-align: center
}

.cf7ic_instructions {
    display: block
}

.captcha-image .cf7ic_instructions span {
    color: red;
    font-weight: 700
}

.captcha-image label {
    display: inline-block !important;
    width: 60px !important;
    position: relative
}

.captcha-image label>input {
    opacity: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    position: absolute
}

.captcha-image svg {
    padding: 5px;
    width: 50px;
    height: 50px
}

.captcha-image label>input+svg {
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden
}

.captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
    border: 2px solid red
}

span.wpcf7-form-control.wpcf7-cf7ic {
    border: none
}

.kc_captcha {
    display: inherit
}

.cf7ic-style1 {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    text-align: center
}

.cf7ic-style1 p {
    margin-bottom: 5px
}

.cf7ic-style1 p span {
    color: red;
    font-weight: 700
}

.cf7ic-icon-wrapper {
    font-size: inherit
}

.cf7ic-style1 .cf7ic-icon-wrapper .fa,
.cf7ic-style1 .cf7ic-icon-wrapper svg {
    font-size: inherit;
    border-color: inherit
}

body .cf7ic-style1 .cf7ic-icon-wrapper svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    box-sizing: content-box !important
}

.woocommerce .captcha-image .cf7ic-icon-wrapper label,
.woocommerce-page .captcha-image .cf7ic-icon-wrapper label,
.captcha-image .cf7ic-icon-wrapper label {
    display: inline-block;
    width: inherit;
    vertical-align: text-top
}

.captcha-image label>input {
    opacity: 0;
    width: 0;
    height: 0;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: none !important
}

.captcha-image label>input+* {
    position: static;
    cursor: pointer;
    border-width: 2px;
    border-style: none;
    border-color: transparent;
    padding: 7px
}

.captcha-image label>input:checked+*,
.captcha-image label>input:focus+* {
    padding: 5px;
    border-width: 2px;
    border-style: solid
}

.cf7ic-special {
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 200px
}

.cf7ic-loader,
.cf7ic-loader:before,
.cf7ic-loader:after {
    border-radius: 50% !important;
    width: 2em !important;
    height: 2em !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: cf7ic-load 1.2s infinite ease-in-out;
    animation: cf7ic-load 1.2s infinite ease-in-out
}

.cf7ic-loader {
    display: block;
    color: #444;
    font-size: 10px !important;
    margin: 4.8em 6em !important;
    position: relative !important;
    text-indent: -9999em !important;
    -webkit-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.cf7ic-loader:before,
.cf7ic-loader:after {
    content: '';
    position: absolute;
    top: 0
}

.cf7ic-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.cf7ic-loader:after {
    left: 3.5em
}

@-webkit-keyframes cf7ic-load {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes cf7ic-load {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.ai1ic-fields {
    height: 0 !important;
    display: block;
    overflow: hidden !important
}

body .ai1ic-fields input {
    position: absolute;
    transform: scale(0)
}

#wp-admin-bar-fl-builder-frontend-edit-link .ab-icon:before {
    content: "\f116" !important;
    top: 2px;
    margin-right: 3px
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.atw_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .atw_container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .atw_container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .atw_container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .atw_container {
        max-width: 1140px
    }
}

.atw_container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.atw_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.atw_link_full {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.atw_wrapper .col-1,
.atw_wrapper .col-2,
.atw_wrapper .col-3,
.atw_wrapper .col-4,
.atw_wrapper .col-5,
.atw_wrapper .col-6,
.atw_wrapper .col-7,
.atw_wrapper .col-8,
.atw_wrapper .col-9,
.atw_wrapper .col-10,
.atw_wrapper .col-11,
.atw_wrapper .col-12,
.atw_wrapper .col,
.atw_wrapper .col-auto,
.atw_wrapper .col-sm-1,
.atw_wrapper .col-sm-2,
.atw_wrapper .col-sm-3,
.atw_wrapper .col-sm-4,
.atw_wrapper .col-sm-5,
.atw_wrapper .col-sm-6,
.atw_wrapper .col-sm-7,
.atw_wrapper .col-sm-8,
.atw_wrapper .col-sm-9,
.atw_wrapper .col-sm-10,
.atw_wrapper .col-sm-11,
.atw_wrapper .col-sm-12,
.atw_wrapper .col-sm,
.atw_wrapper .col-sm-auto,
.atw_wrapper .col-md-1,
.atw_wrapper .col-md-2,
.atw_wrapper .col-md-3,
.atw_wrapper .col-md-4,
.atw_wrapper .col-md-5,
.atw_wrapper .col-md-6,
.atw_wrapper .col-md-7,
.atw_wrapper .col-md-8,
.atw_wrapper .col-md-9,
.atw_wrapper .col-md-10,
.atw_wrapper .col-md-11,
.atw_wrapper .col-md-12,
.atw_wrapper .col-md,
.atw_wrapper .col-md-auto,
.atw_wrapper .col-lg-1,
.atw_wrapper .col-lg-2,
.atw_wrapper .col-lg-3,
.atw_wrapper .col-lg-4,
.atw_wrapper .col-lg-5,
.atw_wrapper .col-lg-6,
.atw_wrapper .col-lg-7,
.atw_wrapper .col-lg-8,
.atw_wrapper .col-lg-9,
.atw_wrapper .col-lg-10,
.atw_wrapper .col-lg-11,
.atw_wrapper .col-lg-12,
.atw_wrapper .col-lg,
.atw_wrapper .col-lg-auto,
.atw_wrapper .col-xl-1,
.atw_wrapper .col-xl-2,
.atw_wrapper .col-xl-3,
.atw_wrapper .col-xl-4,
.atw_wrapper .col-xl-5,
.atw_wrapper .col-xl-6,
.atw_wrapper .col-xl-7,
.atw_wrapper .col-xl-8,
.atw_wrapper .col-xl-9,
.atw_wrapper .col-xl-10,
.atw_wrapper .col-xl-11,
.atw_wrapper .col-xl-12,
.atw_wrapper .col-xl,
.atw_wrapper .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.atw_wrapper .col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.atw_wrapper .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.atw_wrapper .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.atw_wrapper .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.atw_wrapper .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.atw_wrapper .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.atw_wrapper .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.atw_wrapper .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.atw_wrapper .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.atw_wrapper .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.atw_wrapper .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.atw_wrapper .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.atw_wrapper .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.atw_wrapper .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .atw_wrapper .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .atw_wrapper .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .atw_wrapper .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .atw_wrapper .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .atw_wrapper .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .atw_wrapper .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .atw_wrapper .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .atw_wrapper .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .atw_wrapper .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .atw_wrapper .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .atw_wrapper .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .atw_wrapper .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .atw_wrapper .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .atw_wrapper .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .atw_wrapper .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .atw_wrapper .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .atw_wrapper .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .atw_wrapper .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .atw_wrapper .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .atw_wrapper .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .atw_wrapper .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .atw_wrapper .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .atw_wrapper .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .atw_wrapper .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .atw_wrapper .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .atw_wrapper .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .atw_wrapper .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .atw_wrapper .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .atw_wrapper .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .atw_wrapper .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .atw_wrapper .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .atw_wrapper .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .atw_wrapper .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .atw_wrapper .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .atw_wrapper .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .atw_wrapper .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .atw_wrapper .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .atw_wrapper .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .atw_wrapper .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .atw_wrapper .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .atw_wrapper .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .atw_wrapper .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .atw_wrapper .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .atw_wrapper .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .atw_wrapper .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .atw_wrapper .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .atw_wrapper .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .atw_wrapper .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .atw_wrapper .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .atw_wrapper .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .atw_wrapper .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .atw_wrapper .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .atw_wrapper .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .atw_wrapper .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .atw_wrapper .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .atw_wrapper .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.atw_wrapper {
    font-family: 'Rubik', sans-serif
}

* {
    margin: 0;
    padding: 0
}

.atw_wrapper ul,
ol {
    padding: 0;
    list-style: none
}

.atw_wrapper a {
    text-decoration: none;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0 !important;
    outline: 0
}

.atw_wrapper .add_to_cart_button,
.atw_wrapper a.button,
.atw_wrapper a.button.product_type_external,
.atw_wrapper .added_to_cart {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.atw_wrapper .add_to_cart_button,
.atw_wrapper a.button,
.atw_wrapper a.button.product_type_external,
.atw_wrapper .added_to_cart,
.atw_wrapper a.added_to_cart {
    font-size: 14px !important;
    padding-top: 10px !important;
    line-height: 20px !important;
    border-radius: 3px;
    text-transform: none !important;
    white-space: inherit;
    box-shadow: none
}

.atw_wrapper a.btn.product_type_external,
.atw_wrapper a.btn.product_type_grouped {
    white-space: inherit;
    background: #f50;
    color: #fff
}

.atw_wrapper a.button.product_type_external {
    padding-left: 0;
    padding-right: 0
}

.atw_wrapper .add_to_cart_button:hover,
.atw_wrapper a.button:hover,
.atw_wrapper a.button.product_type_external:hover,
.atw_wrapper .added_to_cart:hover,
.atw_wrapper a.added_to_cart:hover {
    text-transform: none;
    box-shadow: none
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_title a,
.atw_wrapper .atw_item .atw_item_bottom .atw_item_title a:hover,
.atw_wrapper .atw--single_item .atw_item_top .atw_post_view,
.atw_wrapper .atw--single_item .atw_item_top .atw_post_view:hover,
.atw_wrapper .atw_floated_badge .float-d-ratio,
.atw_wrapper .atw_item .added_to_cart,
.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_price ins {
    text-decoration: none;
    box-shadow: none;
    border: 0 none
}

.atw_wrapper .add_to_cart_inline,
.atw_wrapper .cart .add_to_cart_inline {
    margin-bottom: 0;
    text-align: center !important
}

.atw_wrapper .add_to_cart_inline ins,
.atw_wrapper .cart .add_to_cart_inline ins {
    display: none
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_price ins {
    background: 0 0
}

.atw_wrapper .woocommerce .woocommerce-product-rating {
    align-items: center
}

.atw_wrapper .woocommerce .woocommerce-product-rating .star-rating {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: -7px
}

.atw_wrapper .woocommerce .woocommerce-product-rating .star-rating {
    margin-top: 0 !important
}

#atw_style3 .atw_item .atw_item_top .atw_rating_float {
    margin-top: 0 !important
}

#atw_style15 .atw--single_item .atw_item_bottom .atw_product_actions2 li a.ajax_add_to_cart {
    margin-top: 0 !important;
    padding-top: 0 !important
}

#atw_style15 .atw--single_item .atw_item_bottom .atw_product_actions2 li a {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #f50;
    color: #fff
}

#atw_style15 .atw--single_item .atw_item_bottom {
    bottom: -65px !important
}

#atw_style15 .atw--single_item:hover .atw_item_bottom {
    bottom: 20px !important
}

#atw_style4 .atw--single_item .atw_item_bottom .add_to_cart_inline {
    background: 0 0 !important
}

.divider {
    height: 1px;
    margin: 90px 0;
    background: #e4e8ed
}

#atw_style1 .atw_item .atw_overlay_content,
#atw_style2 .atw_item .atw_overlay_content {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    left: 21px;
    bottom: 0;
    background: #fff;
    opacity: 0
}

#atw_style1 .atw_item .atw_badge,
#atw_style2 .atw_item .atw_badge {
    right: 10px;
    top: 10px
}

#atw_style1 .atw_item .atw_badge span,
#atw_style2 .atw_item .atw_badge span {
    background: #f50;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    font-size: 14px;
    text-align: center
}

#atw_style1 .atw_item .atw_product_actions,
#atw_style2 .atw_item .atw_product_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 16px 0 13px;
    -webkit-box-shadow: 0 5px 5px rgba(84, 77, 124, .1);
    box-shadow: 0 5px 5px rgba(84, 77, 124, .1)
}

#atw_style1 .atw_item .atw_product_actions li a,
#atw_style2 .atw_item .atw_product_actions li a {
    font-size: 18px;
    color: #363940;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#atw_style1 .atw_item .atw_product_actions li a:hover,
#atw_style2 .atw_item .atw_product_actions li a:hover {
    color: #f50
}

#atw_style1 .atw_item:hover .atw_item_top .atw_overlay_content,
#atw_style2 .atw_item:hover .atw_item_top .atw_overlay_content {
    opacity: 1;
    bottom: 20px
}

#atw_style1 .atw_item .atw_item_bottom,
#atw_style2 .atw_item .atw_item_bottom {
    padding-top: 20px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title,
#atw_style2 .atw_item .atw_item_bottom .atw_item_title {
    font-weight: 400
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a,
#atw_style2 .atw_item .atw_item_bottom .atw_item_title a {
    color: #363940;
    font-size: 16px;
    line-height: 26px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a:hover,
#atw_style2 .atw_item .atw_item_bottom .atw_item_title a:hover {
    color: #f50
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price {
    color: #f50;
    line-height: 48px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price del,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price del {
    color: #9192a3;
    font-weight: 300;
    font-size: 14px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio {
    border: 1px solid #f50;
    font-size: 12px;
    color: #f50;
    line-height: 20px;
    padding: 0 7px;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 4px
}

#atw_style1 .slider_control,
#atw_style2 .slider_control {
    position: absolute;
    border: 1px solid #e4e4ed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#atw_style1 .slider_control.icon-arrow-left,
#atw_style2 .slider_control.icon-arrow-left {
    left: 0
}

#atw_style1 .slider_control.icon-arrow-right,
#atw_style2 .slider_control.icon-arrow-right {
    right: 0
}

#atw_style1 .atw_item .atw_overlay_content,
#atw_style2 .atw_item .atw_overlay_content {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    left: 21px;
    bottom: 0;
    background: #fff;
    opacity: 0
}

#atw_style1 .atw_item .atw_badge,
#atw_style2 .atw_item .atw_badge {
    right: 10px;
    top: 10px
}

#atw_style1 .atw_item .atw_badge span,
#atw_style2 .atw_item .atw_badge span {
    background: #f50;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    font-size: 14px;
    text-align: center
}

#atw_style1 .atw_item .atw_product_actions,
#atw_style2 .atw_item .atw_product_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 16px 0 13px;
    -webkit-box-shadow: 0 5px 5px rgba(84, 77, 124, .1);
    box-shadow: 0 5px 5px rgba(84, 77, 124, .1)
}

#atw_style1 .atw_item .atw_product_actions li a,
#atw_style2 .atw_item .atw_product_actions li a {
    font-size: 18px;
    color: #363940;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow: none
}

#atw_style1 .atw_item .atw_product_actions li a:hover,
#atw_style2 .atw_item .atw_product_actions li a:hover {
    color: #f50
}

#atw_style1 .atw_item:hover .atw_item_top .atw_overlay_content,
#atw_style2 .atw_item:hover .atw_item_top .atw_overlay_content {
    opacity: 1;
    bottom: 20px
}

#atw_style1 .atw_item .atw_item_bottom,
#atw_style2 .atw_item .atw_item_bottom {
    padding-top: 20px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title,
#atw_style2 .atw_item .atw_item_bottom .atw_item_title {
    font-weight: 400
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a,
#atw_style2 .atw_item .atw_item_bottom .atw_item_title a {
    color: #363940;
    font-size: 16px;
    line-height: 26px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_title a:hover,
#atw_style2 .atw_item .atw_item_bottom .atw_item_title a:hover {
    color: #f50
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price {
    color: #f50;
    line-height: 48px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price del,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price del {
    color: #9192a3;
    font-weight: 300;
    font-size: 14px
}

#atw_style1 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price .atw_discount_ratio {
    border: 1px solid #f50;
    font-size: 12px;
    color: #f50;
    line-height: 20px;
    padding: 0 7px;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 4px
}

#atw_style1 .slider_control,
#atw_style2 .slider_control {
    position: absolute;
    border: 1px solid #e4e4ed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#atw_style1 .slider_control.icon-arrow-left,
#atw_style2 .slider_control.icon-arrow-left {
    left: 0
}

#atw_style1 .slider_control.icon-arrow-right,
#atw_style2 .slider_control.icon-arrow-right {
    right: 0
}

#atw_style2 .atw_item:hover .atw_item_top .product-color .owl-dots {
    visibility: visible;
    opacity: 1
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots {
    position: absolute;
    right: 15px;
    top: 18px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 3px;
    position: relative
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot.active {
    position: relative
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot.active:before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot:nth-child(2) {
    background: #383c59
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot:nth-child(3) {
    background: #fc8346
}

#atw_style2 .atw_item .atw_item_top .product-color .owl-dots .owl-dot:last-child {
    margin-bottom: 0
}

#atw_style2 .atw_item .atw_item_top .atw_overlay_content2 {
    z-index: 1;
    background: 0 0;
    text-align: center
}

#atw_style2 .atw_item .atw_item_bottom .atw_item_title {
    text-align: center
}

#atw_style2 .atw_item .atw_item_bottom .atw_item_info {
    display: block;
    text-align: center
}

#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_price,
#atw_style2 .atw_item .atw_item_bottom .atw_item_info .atw_rating {
    display: block
}

#atw_style2 .atw_slider_controls {
    text-align: center
}

#atw_style2 .atw_slider_controls .slider--control2 {
    margin: 40px 4px 0;
    position: inherit;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

#atw_style2 .atw_slider_controls .slider--control2:hover {
    background: #f50;
    color: #fff;
    border-color: #f50
}

.atw_wrapper .tab-content .tab-pane {
    display: block;
    height: 0
}

.atw_wrapper .tab-content .active {
    height: auto
}

.atw_wrapper .fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .atw_wrapper .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.atw_wrapper .fade:not(.show) {
    opacity: 0
}

.atw_wrapper .atw_btn {
    line-height: 35px;
    padding: 0 11px;
    background: #f50;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_btn.atw_btn--light {
    border: 1px solid #e4e4ed;
    background: 0 0;
    color: #9192a3
}

.atw_wrapper .atw_btn.atw_btn--light:hover {
    border-color: #f50;
    background: #f50;
    color: #fff
}

.atw_wrapper .atw_btn--icon span {
    padding-right: 10px;
    display: inline-block;
    font-size: 16px
}

.atw_wrapper .atw_btn--radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.atw_wrapper .atw_btn--rounded {
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important
}

.atw_wrapper .atw_card {
    border: 1px solid #e4e4ed
}

.atw_wrapper .atw_card.atw_card_rounded {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.atw_wrapper .atw_badge--default {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 12px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-transform: uppercase
}

.atw_wrapper .atw_badge--default.atw_badge--left {
    background: #f50
}

.atw_wrapper .atw_badge--default.atw_badge--right {
    background: #00b46a
}

.atw_wrapper .atw_badge--default.atw_badge--blue {
    background: #0f9cf5
}

.atw_wrapper .atw_badge--default.atw_badge--straight {
    -webkit-border-radius: 0;
    border-radius: 0
}

.atw_wrapper .atw_badge--rounded {
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.atw_wrapper .atw_floated_badge {
    position: absolute
}

.atw_wrapper .atw_floated_badge.badge--left {
    left: 10px;
    top: 10px
}

.atw_wrapper .atw_floated_badge.badge--right {
    right: 10px;
    top: 10px
}

.atw_wrapper .float-d-ratio {
    border: 1px solid #f50;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-left: 4px;
    display: block;
    background: #f50
}

.atw_wrapper.bgColor {
    background: #eff0f2;
    padding: 100px 0;
    margin-top: 80px;
    margin-bottom: 80px
}

.atw_wrapper .atw_product_actions2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_product_actions2 li {
    margin-right: 5px
}

.atw_wrapper .atw_product_actions2 li:last-child {
    margin-right: 0
}

.atw_wrapper .atw_product_actions2 li a.atw_btn {
    background: #0f9cf5;
    padding: 0 20px;
    line-height: 40px
}

.atw_wrapper .atw_product_actions2 li:first-child a:not(.add_to_cart_button),
.atw_wrapper .atw_product_actions2 li:last-child a:not(.add_to_cart_button) {
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #e4e4ed;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    color: #9192a3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_product_actions2 li:first-child a:hover,
.atw_wrapper .atw_product_actions2 li:last-child a:hover {
    border-color: #0f9cf5;
    color: #fff;
    background: #0f9cf5
}

.atw_wrapper .atw_item_header {
    padding: 15px 15px 0
}

.atw_wrapper .atw_item_header .atw_item_cat {
    font-size: 12px;
    color: #9192a3;
    display: block;
    margin-bottom: 5px
}

.atw_wrapper .atw_item_header .atw_item_title {
    font-weight: 400
}

.atw_wrapper .atw_item_header .atw_item_title a {
    color: #363940;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_item_header .atw_item_title a:hover {
    color: #0f9cf5
}

.atw_wrapper .atw_item_info2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.atw_wrapper .atw_item_info2 .atw_price {
    color: #0f9cf5
}

.atw_wrapper .atw_item_info2 .atw_price del {
    color: #9192a3;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    padding-left: 4px
}

.atw_wrapper .atw_title {
    text-align: center;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 40px
}

.atw_wrapper .atw_title:before {
    height: 2px;
    width: 50px;
    background: #e4e8ed;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.atw_wrapper .atw_title h3 {
    color: #202428;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 0
}

.atw_wrapper .atw_item .atw_item_top {
    position: relative
}

.atw_wrapper .atw_item .atw_item_top .atw_overlay_content,
.atw_wrapper .atw_item .atw_item_top .atw_badge {
    position: absolute
}

.atw_wrapper .atw_item .atw_item_top .atw_overlay_content {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_item .atw_item_top .atw_product_actions li {
    display: inline-block
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la {
    font-size: 16px;
    margin-right: 0
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la.la-star,
.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la.la-star-half-o {
    color: #feb507
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .la.la-star-o {
    color: #c6c6d3
}

.atw_wrapper .atw_item .atw_item_bottom .atw_item_info .atw_rating .total-rating {
    font-size: 12px;
    color: #9192a3;
    display: inline-block;
    padding-left: 7px
}

.atw_wrapper .slider_control {
    line-height: 38px;
    width: 40px;
    text-align: center;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    background: #fff;
    cursor: pointer
}

.atw_wrapper .slider_control.slider_control_round {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.atw_wrapper .atw_grid_wrapper .atw_item {
    margin-bottom: 30px
}

.atw_wrapper .atw_grid_wrapper img {
    width: 100%
}

.atw_wrapper .atw_grid_wrapper.atw_slider_wrapper img {
    width: 100%
}

.atw_wrapper.atw_grid #atw_style8 .atw_tabs .nav {
    margin-bottom: 25px
}

.atw_wrapper .m-0 {
    padding-left: 0;
    padding-right: 0;
    margin-right: -1px;
    margin-top: -1px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.atw_wrapper .m-0 .atw_item {
    margin-bottom: 0
}

.atw_wrapper .m-0:last-child {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (min-width: 992px) and (max-width:1199px) {
    #atw_style5 .atw--single_item .atw_item_top .atw_overlay_content {
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .atw_wrapper .m-0:last-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 991px) {
    .atw_wrapper .m-0:last-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width: 320px) and (max-width:480px) {
    .atw_wrapper .m-0 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .atw_grid_wrapper .atw-mobile-1 {
        width: 100%
    }

    .atw_grid_wrapper .atw-mobile-2 {
        width: 50%
    }

    .atw_grid_wrapper .atw-mobile-3 {
        width: 33.33%
    }

    .atw_grid_wrapper .atw-mobile-4 {
        width: 25%
    }
}

.yith-wcwl-add-button a.open-pretty-photo {
    display: none
}

.yes-js .yith-wcwl-add-button a.open-pretty-photo {
    display: inline-block
}

.yes-js .yith-wcwl-popup {
    display: none;
    text-align: center
}

.yes-js .yith-wcwl-popup-content {
    display: table;
    width: 100%
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row {
    display: table-header-group
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row {
    display: none
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility {
    display: table-cell;
    vertical-align: bottom
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container {
    width: 80%;
    padding-bottom: 20px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input {
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select {
    width: 100%;
    font-weight: 700;
    padding-left: 10px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb {
    width: 20%;
    padding-bottom: 20px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img {
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new {
    text-align: right
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label {
    font-weight: 700
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select {
    float: right;
    min-width: 90px
}

.yes-js .yith-wcwl-popup-footer {
    border-top: 1px solid #ccc;
    padding: 20px 20px 0;
    margin: 20px -20px 0;
    text-align: right
}

#yith-wcwl-popup-message {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000
}

.wishlist-title {
    display: inline-block
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: #efefef
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden
}

.wishlist-title:hover a.show-title-form {
    visibility: visible
}

.yes-js #yith-wcwl-form .hidden-title-form {
    display: none;
    margin: 25px 0 39px
}

.woocommerce table.wishlist_table {
    font-size: 80%
}

.woocommerce table.wishlist_table thead th {
    border-top: 1px solid;
    padding: 16px 12px
}

.woocommerce table.wishlist_table tbody td {
    padding: 16px 12px
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
    border-color: #e7e7e7
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: center
}

.wishlist_table tr th.product-checkbox {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-remove {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-thumbnail {
    width: 80px
}

.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.product-name,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy,
.woocommerce table.wishlist_table tfoot td {
    text-align: left
}

.woocommerce table.wishlist_table tr td.product-remove {
    padding: 16px 0
}

.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100%
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #297e29
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
    color: red
}

.wishlist_table tr td a.button {
    white-space: normal
}

a.add_to_wishlist {
    cursor: pointer
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0
}

.wishlist_table .add_to_cart.button {
    padding: 7px 12px;
    line-height: normal
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px
}

.yith-wcwl-add-button>a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin-right: 10px
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    margin: 0;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px
}

.woocommerce .wishlist-title h2 {
    vertical-align: middle
}

.woocommerce .wishlist-title a.show-title-form {
    vertical-align: middle;
    margin-left: 15px
}

.woocommerce .hidden-title-form input[type=text] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    min-width: 250px;
    vertical-align: middle
}

.woocommerce .hidden-title-form button {
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative
}

.woocommerce .hidden-title-form button:active {
    top: 1px
}

.woocommerce .hidden-title-form a.hide-title-form {
    vertical-align: middle;
    line-height: normal
}

.woocommerce #content table.wishlist_table.cart a.remove {
    color: #c3c3c3;
    margin: 0 auto
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #c3c3c3;
    color: #fff
}

.yith-wcwl-share {
    margin-bottom: 35px
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 10px 0
}

.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0
}

.yith-wcwl-share ul,
.yith-wcwl-share li {
    height: 21px
}

.yith-wcwl-share li,
.entry-content .yith-wcwl-share li {
    margin-left: 0;
    margin-right: 0
}

.yith-wcwl-share li a {
    background-position: left top;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: none
}

.yith-wcwl-share li a:hover {
    background-position: left bottom
}

.yith-wcwl-share li a.facebook {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/assets/css/../images/facebook.png)
}

.yith-wcwl-share li a.twitter {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/assets/css/../images/twitter.png)
}

.yith-wcwl-share li a.pinterest {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/assets/css/../images/pinterest.jpg)
}

.yith-wcwl-share li a.googleplus {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/assets/css/../images/googleplus.jpg)
}

.yith-wcwl-share li a.email {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/assets/css/../images/email.jpg)
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart {
    margin: 10px 0;
    display: inline-block
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button {
    padding: 7px 12px;
    line-height: normal
}

#ask_an_estimate_popup {
    display: none
}

.ask-an-estimate-button-popup {
    margin-top: 30px !important;
    float: right;
    text-transform: none
}

#additional_notes {
    min-height: 150px
}

.yith-wcwl-wishlist-new {
    padding: 20px 30px;
    border-bottom: 1px solid #e7e7e7
}

.yith-wcwl-wishlist-new label {
    vertical-align: middle;
    margin-right: 20px
}

.yith-wcwl-wishlist-new input {
    min-width: 190px
}

.yith-wcwl-wishlist-new input[type=text],
.yith-wcwl-wishlist-new select {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px
}

.woocommerce .yith-wcwl-wishlist-new button {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    position: relative
}

.woocommerce .yith-wcwl-wishlist-new button:active {
    top: 1px
}

.woocommerce .wishlist_manage_table select {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px
}

.woocommerce table.wishlist_manage_table tfoot td {
    text-align: right;
    padding: 24px 12px
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active {
    top: 1px
}

.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist {
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px
}

.woocommerce .yith-wcwl-wishlist-search-form {
    padding: 20px 80px;
    border-bottom: 1px solid #e7e7e7
}

.woocommerce .yith-wcwl-wishlist-search-form:after {
    content: '';
    display: block;
    clear: both
}

.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search {
    min-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    float: left
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
    float: right
}

.woocommerce p.yith-wcwl-empty-search-result {
    padding: 50px 0;
    text-align: center
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
    top: 1px
}

.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce ul.yith-wcwl-search-results>li {
    padding: 50px 80px;
    border-bottom: 1px solid #e7e7e7
}

.woocommerce ul.yith-wcwl-search-results>li:after {
    content: '';
    display: block;
    clear: both
}

.woocommerce ul.yith-wcwl-search-results .thumb {
    float: left;
    margin-right: 15px
}

.woocommerce ul.yith-wcwl-search-results .user-details {
    overflow: hidden;
    padding-top: 15px
}

.woocommerce ul.yith-wcwl-search-results .user-details span {
    display: block
}

.woocommerce ul.yith-wcwl-search-results .user-details span.name {
    font-weight: 700
}

.woocommerce ul.yith-wcwl-search-results .reuslt-details {
    float: left;
    width: 50%
}

.woocommerce ul.yith-wcwl-search-results .result-wishlists {
    float: right;
    max-width: 50%;
    padding-top: 15px
}

.woocommerce .yith-wcwl-search-pagination {
    padding: 5px 0;
    text-align: center
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important
}

.widget_yith-wcwl-lists ul.dropdown li {
    padding: 0
}

.widget_yith-wcwl-lists ul.dropdown>li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
    display: block;
    padding: 5px 15px
}

.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
    padding: 5px 25px
}

.widget_yith-wcwl-lists ul.dropdown>li.lists-section {
    border-bottom: 1px solid #e7e7e7
}

.widget_yith-wcwl-lists ul.dropdown ul.lists {
    margin: 0
}

.atw_wrapper .atw_widget {
    margin: 30px 0
}

.atw_wrapper .atw_widget_title h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px
}

.atw_wrapper .atw_widget-style1,
.atw_wrapper .atw_widget-style3,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single,
.atw_wrapper .atw_widget-style5 {
    border: 1px solid #e4e4ed;
    padding: 20px
}

.atw_wrapper .atw_widget-style1 .atw_sp-single,
.atw_wrapper .atw_widget-style3 .atw_sp-single,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single,
.atw_wrapper .atw_widget-style5 .atw_sp-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e4ed;
    margin-bottom: 20px;
    padding-bottom: 20px;
    align-items: center
}

.atw_wrapper .atw_widget-style1 .atw_sp-single:last-child,
.atw_wrapper .atw_widget-style3 .atw_sp-single:last-child,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single:last-child,
.atw_wrapper .atw_widget-style5 .atw_sp-single:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.atw_wrapper .atw_widget-style1 .atw_sp-single:hover figure figcaption,
.atw_wrapper .atw_widget-style3 .atw_sp-single:hover figure figcaption,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single:hover figure figcaption,
.atw_wrapper .atw_widget-style5 .atw_sp-single:hover figure figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.atw_wrapper .atw_widget-style1 .atw_sp-single figure img {
    max-width: 75px;
    margin-bottom: 0
}

.atw_wrapper .atw_widget-style1 .atw_sp-single figure,
.atw_wrapper .atw_widget-style3 .atw_sp-single figure,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single figure,
.atw_wrapper .atw_widget-style5 .atw_sp-single figure {
    position: relative;
    margin-right: 15px;
    margin-left: 0;
    display: flex
}

.atw_wrapper .atw_widget-style5 .atw_sp-single figure img {
    margin-bottom: 0
}

.atw_wrapper .atw_widget-style1 .atw_sp-single figure figcaption,
.atw_wrapper .atw_widget-style3 .atw_sp-single figure figcaption,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single figure figcaption,
.atw_wrapper .atw_widget-style5 .atw_sp-single figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_widget-style1 .atw_sp-single figure figcaption a,
.atw_wrapper .atw_widget-style3 .atw_sp-single figure figcaption a,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single figure figcaption a,
.atw_wrapper .atw_widget-style5 .atw_sp-single figure figcaption a {
    display: inline-block;
    padding: 10px 12px 10px 14px;
    background: #fff;
    font-size: 15px;
    color: #f50
}

.atw_wrapper .atw_widget-style1 .atw_sp-single .atw_sp-details .atw_item_title,
.atw_wrapper .atw_widget-style3 .atw_sp-single .atw_sp-details .atw_item_title,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_item_title,
.atw_wrapper .atw_widget-style5 .atw_sp-single .atw_sp-details .atw_item_title {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 18px;
    padding-bottom: 0
}

.atw_wrapper .atw_widget-style1 .atw_sp-single .atw_sp-details .atw_item_title a,
.atw_wrapper .atw_widget-style3 .atw_sp-single .atw_sp-details .atw_item_title a,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_item_title a,
.atw_wrapper .atw_widget-style5 .atw_sp-single .atw_sp-details .atw_item_title a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.atw_wrapper .atw_widget-style1 .atw_sp-single .atw_sp-details .atw_item_title a:hover,
.atw_wrapper .atw_widget-style3 .atw_sp-single .atw_sp-details .atw_item_title a:hover,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_item_title a:hover,
.atw_wrapper .atw_widget-style5 .atw_sp-single .atw_sp-details .atw_item_title a:hover {
    color: #f50;
    text-decoration: none !important
}

.atw_wrapper .atw_widget-style1 .atw_sp-single .atw_sp-details .atw_price,
.atw_wrapper .atw_widget-style3 .atw_sp-single .atw_sp-details .atw_price,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_price,
.atw_wrapper .atw_widget-style5 .atw_sp-single .atw_sp-details .atw_price {
    font-size: 15px;
    color: #f50;
    display: block;
    margin-bottom: 10px
}

.atw_wrapper .atw_widget-style1 .atw_sp-single .atw_sp-details .atw_price del,
.atw_wrapper .atw_widget-style3 .atw_sp-single .atw_sp-details .atw_price del,
.atw_wrapper .atw_widget-style4 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_price del,
.atw_wrapper .atw_widget-style5 .atw_sp-single .atw_sp-details .atw_price del {
    color: #9192a3;
    display: inline-block;
    padding-left: 0
}

.atw_wrapper .atw_widget-style2 {
    position: relative
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e4ed;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single:hover .atw_sp-details .atw_rating {
    visibility: hidden;
    opacity: 0
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single:hover .atw_sp-details .atw_btn {
    bottom: 0;
    visibility: visible;
    opacity: 1
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single figure {
    position: relative;
    margin-right: 20px
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details {
    position: relative
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_item_title {
    margin-bottom: 10px
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_item_title a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_item_title a:hover {
    color: #f50
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_price {
    font-size: 15px;
    color: #f50;
    display: block;
    margin-bottom: 10px
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_price del {
    color: #9192a3;
    display: inline-block;
    padding-left: 5px
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_rating {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_widget-style2 .atw_widget_slide1 .atw_widget_slide-single .atw_sp-single .atw_sp-details .atw_btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0
}

.atw_wrapper .atw_widget-style2 .atw_slider_controls {
    position: absolute;
    right: 0;
    top: -50px
}

.atw_wrapper .atw_widget-style2 .atw_slider_controls .widget_slider--control1 {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_widget-style2 .atw_slider_controls .widget_slider--control1.icon-arrow-left {
    margin-right: 10px
}

.atw_wrapper .atw_widget-style2 .atw_slider_controls .widget_slider--control1:hover {
    color: #f50
}

.atw_wrapper .atw_widget-style3 {
    padding: 0;
    border: 0 none;
    position: relative
}

.atw_wrapper .atw_widget-style3 .atw_sp-single {
    border: 1px solid #e4e4ed;
    padding: 16px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.atw_wrapper .atw_widget-style3 .atw_sp-single:last-child {
    border-bottom: 1px solid #e4e4ed;
    padding-bottom: 20px
}

.atw_wrapper .atw_widget-style3 .atw_sp-single figure {
    position: relative
}

.atw_wrapper .atw_widget-style3 .atw_sp-single figure .float-d-ratio {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 22px
}

.atw_wrapper .atw_widget-style3 .atw_sp-single figure figcaption {
    background: rgba(15, 156, 245, .5);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.atw_wrapper .atw_widget-style3 .atw_sp-single figure figcaption a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #0f9cf5
}

.atw_wrapper .atw_widget-style3 .atw_sp-single .atw_sp-details .atw_item_title a:hover {
    color: #0f9cf5
}

.atw_wrapper .atw_widget-style3 .atw_sp-single .atw_sp-details .atw_price {
    color: #0f9cf5
}

.atw_wrapper .atw_widget-style3 .atw_slider_controls {
    position: absolute;
    right: 0;
    top: -50px
}

.atw_wrapper .atw_widget-style3 .atw_slider_controls .widget_slider--control2 {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.atw_wrapper .atw_widget-style3 .atw_slider_controls .widget_slider--control2.icon-arrow-left {
    margin-right: 10px
}

.atw_wrapper .atw_widget-style3 .atw_slider_controls .widget_slider--control2:hover {
    color: #0f9cf5
}

.atw_wrapper .atw_widget_title2 {
    background: #fff;
    padding: 0 20px
}

.atw_wrapper .atw_widget_title2 h3 {
    line-height: 50px
}

.atw_wrapper .atw_widget-style4 {
    position: relative
}

.atw_wrapper .atw_widget-style4 .atw_widget_slide-single {
    background: #fff;
    border: 0 none
}

.atw_wrapper .atw_widget-style4 .atw_slider_controls {
    position: absolute;
    right: 19px;
    top: -71px
}

.atw_wrapper .atw_widget-style4 .atw_slider_controls .widget_slider--control3 {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #e4e4ed;
    line-height: 30px;
    padding: 0 10px
}

.atw_wrapper .atw_widget-style4 .atw_slider_controls .widget_slider--control3.icon-arrow-left {
    margin-right: 10px
}

.atw_wrapper .atw_widget-style4 .atw_slider_controls .widget_slider--control3:hover {
    color: #fff;
    background: #f50;
    border-color: #f50
}

.atw_wrapper .atw_widget-style5 {
    padding: 0;
    border: 0 none
}

.atw_wrapper .atw_widget-style5 .atw_sp-single {
    background: #fff;
    border: 0 none;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 5px rgba(134, 152, 164, .1);
    box-shadow: 0 5px 5px rgba(134, 152, 164, .1)
}

.atw_wrapper .atw_widget-style5 .atw_sp-single:last-child {
    padding-bottom: 20px
}

.atw_wrapper .atw_widget-style5 .atw_sp-single figure figcaption a {
    color: #0f9cf5
}

.atw_wrapper .atw_widget-style5 .atw_sp-single .atw_sp-details .atw_item_title a:hover {
    color: #0f9cf5
}

.atw_wrapper .atw_widget-style5 .atw_sp-single .atw_sp-details .atw_price {
    color: #0f9cf5;
    line-height: 18px;
    margin-bottom: 10px
}

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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -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-slide-invisible-blank {
    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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.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: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.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-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -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-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(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,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

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

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .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, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

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

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -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;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-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
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #ccc
}

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

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

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

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

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

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

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

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

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

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

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

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

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

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

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

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

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

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

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

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

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

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

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

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

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

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

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

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

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

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
    display: table;
    content: " "
}

.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
    clear: both
}

.fl-clear {
    clear: both
}

.fl-clearfix:before,
.fl-clearfix:after {
    display: table;
    content: " "
}

.fl-clearfix:after {
    clear: both
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.fl-visible-large,
.fl-visible-medium,
.fl-visible-mobile,
.fl-col-group-equal-height .fl-col.fl-visible-large,
.fl-col-group-equal-height .fl-col.fl-visible-medium,
.fl-col-group-equal-height .fl-col.fl-visible-mobile {
    display: none
}

.fl-visible-desktop {
    display: block
}

.fl-col-group-equal-height .fl-col.fl-visible-desktop {
    display: flex
}

.fl-row,
.fl-row-content {
    margin-left: auto;
    margin-right: auto;
    min-width: 0
}

.fl-row-content-wrap {
    position: relative
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
    background-attachment: scroll
}

.fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
    position: relative
}

.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
    bottom: 0;
    left: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0
}

.fl-row-bg-video .fl-bg-video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
    pointer-events: none;
    width: 100vw;
    height: 56.25vw;
    max-width: none;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.fl-bg-video-fallback {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
    position: relative
}

.fl-row .fl-bg-slideshow {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1
}

.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

.fl-row-overlap-top .fl-row-content-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
    min-height: 0
}

.fl-row-default-height .fl-row-content,
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fl-row-default-height .fl-row-full-width.fl-row-content,
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%
}

.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
    display: flex;
    flex-direction: column;
    height: 100%
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
    height: auto
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
    flex: 0 0 auto;
    flex-basis: 100%;
    margin: 0
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
    margin: 0 auto
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.fl-row-default-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.fl-row-default-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
    align-items: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-align: end;
    -ms-flex-pack: end
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

.fl-col-group-equal-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.fl-col-group-equal-height.fl-col-group-has-child-loading {
    flex-wrap: nowrap
}

.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
    display: flex;
    flex: 1 1 auto
}

.fl-col-group-equal-height .fl-col-content {
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%
}

.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after {
    content: none
}

.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {
    justify-content: flex-start
}

.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
    align-items: center;
    justify-content: center
}

.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    justify-content: flex-end
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    width: 100%
}

.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
    min-height: 1px
}

.fl-col {
    float: left;
    min-height: 1px
}

.fl-col-bg-overlay .fl-col-content {
    position: relative
}

.fl-col-bg-overlay .fl-col-content:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2
}

.fl-module img {
    max-width: 100%
}

.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none
}

.fl-builder-content .fl-button:hover {
    text-decoration: none
}

.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px
}

.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center
}

.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%
}

.fl-builder-content .fl-button-left {
    text-align: left
}

.fl-builder-content .fl-button-center {
    text-align: center
}

.fl-builder-content .fl-button-right {
    text-align: right
}

.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto
}

.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0
}

.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle
}

.fl-icon-wrap {
    display: inline-block
}

.fl-icon {
    display: table-cell;
    vertical-align: middle
}

.fl-icon a {
    text-decoration: none
}

.fl-icon i {
    float: right;
    height: auto;
    width: auto
}

.fl-icon i:before {
    border: none !important;
    height: auto;
    width: auto
}

.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle
}

.fl-icon-text-empty {
    display: none
}

.fl-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important
}

.fl-icon-text a {
    text-decoration: none
}

.fl-icon-text span {
    display: block
}

.fl-icon-text span.mce-edit-focus {
    min-width: 1px
}

.fl-photo {
    line-height: 0;
    position: relative
}

.fl-photo-align-left {
    text-align: left
}

.fl-photo-align-center {
    text-align: center
}

.fl-photo-align-right {
    text-align: right
}

.fl-photo-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%
}

.fl-photo-img-svg {
    width: 100%
}

.fl-photo-content img {
    display: inline;
    height: auto;
    max-width: 100%
}

.fl-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis
}

.fl-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px
}

.fl-photo-caption-hover {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.fl-photo-content:hover .fl-photo-caption-hover {
    opacity: 100;
    filter: alpha(opacity=100)
}

.fl-builder-pagination,
.fl-builder-pagination-load-more {
    padding: 40px 0
}

.fl-builder-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.fl-builder-pagination li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px
}

.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
    background: #f5f5f5;
    text-decoration: none
}

.fl-slideshow,
.fl-slideshow * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fl-slideshow .fl-slideshow-image img {
    max-width: none !important
}

.fl-slideshow-social {
    line-height: 0 !important
}

.fl-slideshow-social * {
    margin: 0 !important
}

.fl-builder-content .bx-wrapper .bx-viewport {
    background: 0 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0
}

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
    background: 0 0 !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
    background: 0 0 !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
    top: 32px !important
}

img.mfp-img {
    padding: 0
}

.mfp-counter {
    display: none
}

.mfp-wrap .mfp-preloader.fa {
    font-size: 30px
}

.fl-form-field {
    margin-bottom: 15px
}

.fl-form-field input.fl-form-error {
    border-color: #dd6420
}

.fl-form-error-message {
    clear: both;
    color: #dd6420;
    display: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: lighter
}

.fl-form-button-disabled {
    opacity: .5
}

.fl-animation {
    opacity: 0
}

.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
    opacity: 1
}

.fl-animated {
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.fl-button.fl-button-icon-animation i {
    width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out
}

.fl-button.fl-button-icon-animation:hover i {
    opacity: 1 !important;
    -ms-filter: "alpha(opacity=100)"
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
    margin-left: 0 !important
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
    margin-left: 10px !important
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
    margin-right: 0 !important
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 20px !important;
    margin-left: -10px
}

.single:not(.woocommerce).single-fl-builder-template .fl-content {
    width: 100%
}

.fl-builder-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden
}

.fl-builder-shape-layer {
    z-index: 0
}

.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
    z-index: 1
}

.fl-row-bg-overlay .fl-builder-shape-layer {
    z-index: 1
}

.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
    z-index: 2
}

.fl-row-has-layers .fl-row-content {
    z-index: 1
}

.fl-row-bg-overlay .fl-row-content {
    z-index: 2
}

.fl-builder-layer>* {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.fl-builder-layer+.fl-row-content {
    position: relative
}

.fl-builder-layer .fl-shape {
    fill: #aaa;
    stroke: none;
    stroke-width: 0;
    width: 100%
}

@supports (-webkit-touch-callout:inherit) {

    .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important
    }
}

@supports (-webkit-touch-callout:none) {
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important
    }
}

.fl-row-fixed-width {
    max-width: 1100px
}

.fl-row-content-wrap {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.fl-row-content-wrap {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.fl-module-content {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px
}

@media (max-width: 1200px) {

    .fl-visible-desktop,
    .fl-visible-medium,
    .fl-visible-mobile,
    .fl-col-group-equal-height .fl-col.fl-visible-desktop,
    .fl-col-group-equal-height .fl-col.fl-visible-medium,
    .fl-col-group-equal-height .fl-col.fl-visible-mobile {
        display: none
    }

    .fl-visible-large {
        display: block
    }

    .fl-col-group-equal-height .fl-col.fl-visible-large {
        display: flex
    }
}

@media (max-width: 992px) {

    .fl-visible-desktop,
    .fl-visible-large,
    .fl-visible-mobile,
    .fl-col-group-equal-height .fl-col.fl-visible-desktop,
    .fl-col-group-equal-height .fl-col.fl-visible-large,
    .fl-col-group-equal-height .fl-col.fl-visible-mobile {
        display: none
    }

    .fl-visible-medium {
        display: block
    }

    .fl-col-group-equal-height .fl-col.fl-visible-medium {
        display: flex
    }

    .fl-col-group.fl-col-group-medium-reversed {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width: 768px) {

    .fl-visible-desktop,
    .fl-visible-large,
    .fl-visible-medium,
    .fl-col-group-equal-height .fl-col.fl-visible-desktop,
    .fl-col-group-equal-height .fl-col.fl-visible-large,
    .fl-col-group-equal-height .fl-col.fl-visible-medium {
        display: none
    }

    .fl-visible-mobile {
        display: block
    }

    .fl-col-group-equal-height .fl-col.fl-visible-mobile {
        display: flex
    }

    .fl-row-content-wrap {
        background-attachment: scroll !important
    }

    .fl-row-bg-parallax .fl-row-content-wrap {
        background-attachment: scroll !important;
        background-position: center center !important
    }

    .fl-col-group.fl-col-group-equal-height {
        display: block
    }

    .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }

    .fl-col-group.fl-col-group-responsive-reversed {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        flex-direction: row-reverse
    }

    .fl-col-group.fl-col-group-responsive-reversed .fl-col:not(.fl-col-small-custom-width) {
        flex-basis: 100%;
        width: 100% !important
    }

    .fl-col-group.fl-col-group-medium-reversed:not(.fl-col-group-responsive-reversed) {
        display: unset;
        display: unset;
        -webkit-flex-wrap: unset;
        flex-wrap: unset;
        flex-direction: unset
    }

    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important
    }

    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 400px
    }

    .fl-block-col-resize {
        display: none
    }

    .fl-row[data-node] .fl-row-content-wrap {
        margin: 0;
        padding-left: 0;
        padding-right: 0
    }

    .fl-row[data-node] .fl-bg-video,
    .fl-row[data-node] .fl-bg-slideshow {
        left: 0;
        right: 0
    }

    .fl-col[data-node] .fl-col-content {
        margin: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
    display: none
}

.fl-node-vz7msbo4t6y2.fl-row-full-height>.fl-row-content-wrap,
.fl-node-vz7msbo4t6y2.fl-row-custom-height>.fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-node-vz7msbo4t6y2.fl-row-full-height>.fl-row-content-wrap {
    min-height: 100vh
}

.fl-node-vz7msbo4t6y2.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-node-vz7msbo4t6y2.fl-row-full-height>.fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

@media all and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-node-vz7msbo4t6y2.fl-row-full-height>.fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-node-vz7msbo4t6y2.fl-row-full-height>.fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-node-vz7msbo4t6y2.fl-row-full-height>.fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-node-vz7msbo4t6y2>.fl-row-content-wrap:after {
    background-color: rgba(0, 0, 0, .67)
}

.fl-node-vz7msbo4t6y2>.fl-row-content-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover
}

.fl-builder-mobile .fl-node-vz7msbo4t6y2>.fl-row-content-wrap {
    background-image: url(https://centrlodok.ru/wp-content/uploads/2024/02/mainbg.jpg);
    background-position: center center;
    background-attachment: scroll
}

.fl-node-vz7msbo4t6y2.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 760px
}

.fl-node-vz7msbo4t6y2 .fl-row-content {
    max-width: 83%
}

@media (max-width: 1200px) {
    .fl-node-vz7msbo4t6y2.fl-row>.fl-row-content-wrap {
        margin-bottom: -200px
    }
}

@media (max-width: 992px) {
    .fl-node-vz7msbo4t6y2.fl-row>.fl-row-content-wrap {
        margin-bottom: -250px
    }
}

.fl-node-saytihe1j827>.fl-row-content-wrap {
    background-color: #1b1a1a
}

.fl-node-saytihe1j827 .fl-row-content {
    max-width: 80%
}

@media (max-width: 768px) {
    .fl-node-saytihe1j827.fl-row>.fl-row-content-wrap {
        margin-top: -90px
    }
}

.fl-node-uy74xizl9mn1.fl-row-full-height>.fl-row-content-wrap,
.fl-node-uy74xizl9mn1.fl-row-custom-height>.fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-node-uy74xizl9mn1.fl-row-full-height>.fl-row-content-wrap {
    min-height: 100vh
}

.fl-node-uy74xizl9mn1.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-node-uy74xizl9mn1.fl-row-full-height>.fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

@media all and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-node-uy74xizl9mn1.fl-row-full-height>.fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-node-uy74xizl9mn1.fl-row-full-height>.fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-node-uy74xizl9mn1.fl-row-full-height>.fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-node-uy74xizl9mn1>.fl-row-content-wrap {
    background-color: #020202
}

.fl-node-uy74xizl9mn1.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 760px
}

.fl-node-uy74xizl9mn1 .fl-row-content {
    max-width: 90%
}

.fl-node-xq3vln1hzk94.fl-row-full-height>.fl-row-content-wrap,
.fl-node-xq3vln1hzk94.fl-row-custom-height>.fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-node-xq3vln1hzk94.fl-row-full-height>.fl-row-content-wrap {
    min-height: 100vh
}

.fl-node-xq3vln1hzk94.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-node-xq3vln1hzk94.fl-row-full-height>.fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

@media all and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-node-xq3vln1hzk94.fl-row-full-height>.fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-node-xq3vln1hzk94.fl-row-full-height>.fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-node-xq3vln1hzk94.fl-row-full-height>.fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-node-xq3vln1hzk94>.fl-row-content-wrap {
    background-color: #1b1a1a
}

.fl-node-xq3vln1hzk94.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 220px
}

.fl-node-xq3vln1hzk94 .fl-row-content {
    max-width: 90%
}

@media (max-width: 1200px) {
    .fl-node-xq3vln1hzk94.fl-row>.fl-row-content-wrap {
        margin-bottom: -20px
    }
}

.fl-node-043qhfpodvk8.fl-row-full-height>.fl-row-content-wrap,
.fl-node-043qhfpodvk8.fl-row-custom-height>.fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-node-043qhfpodvk8.fl-row-full-height>.fl-row-content-wrap {
    min-height: 100vh
}

.fl-node-043qhfpodvk8.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-node-043qhfpodvk8.fl-row-full-height>.fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

@media all and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-node-043qhfpodvk8.fl-row-full-height>.fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-node-043qhfpodvk8.fl-row-full-height>.fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-node-043qhfpodvk8.fl-row-full-height>.fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-node-043qhfpodvk8>.fl-row-content-wrap {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover
}

.fl-node-043qhfpodvk8>.fl-row-content-wrap:after {
    background-color: rgba(7, 0, 0, .77)
}

.fl-builder-mobile .fl-node-043qhfpodvk8>.fl-row-content-wrap {
    background-image: url(https://centrlodok.ru/wp-content/uploads/2024/03/product_bg.png);
    background-position: center center;
    background-attachment: scroll
}

.fl-node-043qhfpodvk8.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 760px
}

.fl-node-043qhfpodvk8 .fl-row-content {
    max-width: 85%
}

@media(max-width: 992px) {
    .fl-builder-mobile .fl-node-043qhfpodvk8>.fl-row-content-wrap {
        background-image: url(https://centrlodok.ru/wp-content/uploads/2024/03/product_bg_x3_foradaptive.png);
        background-position: center center;
        background-attachment: scroll
    }
}

.fl-node-905cimak64qw.fl-row-full-height>.fl-row-content-wrap,
.fl-node-905cimak64qw.fl-row-custom-height>.fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-node-905cimak64qw.fl-row-full-height>.fl-row-content-wrap {
    min-height: 100vh
}

.fl-node-905cimak64qw.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-node-905cimak64qw.fl-row-full-height>.fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

@media all and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-node-905cimak64qw.fl-row-full-height>.fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-node-905cimak64qw.fl-row-full-height>.fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-node-905cimak64qw.fl-row-full-height>.fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-node-905cimak64qw>.fl-row-content-wrap {
    background-color: #020202
}

.fl-node-905cimak64qw.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 760px
}

.fl-node-905cimak64qw .fl-row-content {
    max-width: 85%
}

.fl-node-vw168lb07typ.fl-row-full-height>.fl-row-content-wrap,
.fl-node-vw168lb07typ.fl-row-custom-height>.fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-node-vw168lb07typ.fl-row-full-height>.fl-row-content-wrap {
    min-height: 100vh
}

.fl-node-vw168lb07typ.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-node-vw168lb07typ.fl-row-full-height>.fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

@media all and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-node-vw168lb07typ.fl-row-full-height>.fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-node-vw168lb07typ.fl-row-full-height>.fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-node-vw168lb07typ.fl-row-full-height>.fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-node-vw168lb07typ>.fl-row-content-wrap {
    background-color: #1b1a1a
}

.fl-node-vw168lb07typ.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 220px
}

.fl-node-vw168lb07typ .fl-row-content {
    max-width: 90%
}

@media (max-width: 992px) {
    .fl-node-vw168lb07typ.fl-row>.fl-row-content-wrap {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .fl-node-vw168lb07typ.fl-row>.fl-row-content-wrap {
        margin-bottom: 0
    }
}

@media (max-width: 992px) {
    .fl-node-vw168lb07typ.fl-row>.fl-row-content-wrap {
        padding-top: 20px
    }
}

@media (max-width: 768px) {
    .fl-node-vw168lb07typ.fl-row>.fl-row-content-wrap {
        padding-top: 0;
        padding-bottom: 0
    }
}

.fl-node-y1w6d2tp7kbh>.fl-row-content-wrap {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover
}

.fl-node-y1w6d2tp7kbh>.fl-row-content-wrap:after {
    background-color: rgba(0, 0, 0, .73)
}

.fl-builder-mobile .fl-node-y1w6d2tp7kbh>.fl-row-content-wrap {
    background-image: url(https://centrlodok.ru/wp-content/uploads/2024/03/CTAbg.png);
    background-position: center center;
    background-attachment: scroll
}

.fl-node-y1w6d2tp7kbh .fl-row-content {
    max-width: 90%
}

@media(max-width: 992px) {
    .fl-builder-mobile .fl-node-y1w6d2tp7kbh>.fl-row-content-wrap {
        background-image: url(https://centrlodok.ru/wp-content/uploads/2024/03/CTAbg_x3_foradaptive.png);
        background-position: center center;
        background-attachment: scroll
    }
}

.fl-node-8urn6i1gc24s {
    width: 54.98%
}

.fl-builder-content .fl-node-8urn6i1gc24s>.fl-col-content {
    min-height: 700px
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-8urn6i1gc24s {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }

    .fl-builder-content .fl-node-8urn6i1gc24s>.fl-col-content {
        min-height: 0px
    }
}

.fl-node-8urn6i1gc24s>.fl-col-content {
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .fl-node-8urn6i1gc24s.fl-col>.fl-col-content {
        margin-top: 60px
    }
}

@media (max-width: 992px) {
    .fl-node-8urn6i1gc24s.fl-col>.fl-col-content {
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .fl-node-8urn6i1gc24s.fl-col>.fl-col-content {
        margin-top: -30px
    }
}

.fl-node-8urn6i1gc24s>.fl-col-content {
    padding-top: 85px
}

@media (max-width: 1200px) {
    .fl-node-8urn6i1gc24s.fl-col>.fl-col-content {
        padding-top: 0
    }
}

.fl-node-2dryhuasibkz {
    width: 45.02%
}

.fl-builder-content .fl-node-2dryhuasibkz>.fl-col-content {
    min-height: 700px
}

@media(max-width: 1200px) {
    .fl-builder-content .fl-node-2dryhuasibkz {
        width: 45% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-2dryhuasibkz {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 1200px) {
    .fl-node-2dryhuasibkz.fl-col>.fl-col-content {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .fl-node-2dryhuasibkz.fl-col>.fl-col-content {
        margin-top: -85px
    }
}

@media (max-width: 1200px) {
    .fl-node-2dryhuasibkz.fl-col>.fl-col-content {
        padding-top: 35px
    }
}

.fl-node-dv7ys9lr5b3x {
    width: 100%
}

.fl-node-wj8dog9bfmrc {
    width: 60%
}

@media(max-width: 1200px) {
    .fl-builder-content .fl-node-wj8dog9bfmrc {
        width: 57% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-wj8dog9bfmrc {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 768px) {
    .fl-node-wj8dog9bfmrc.fl-col>.fl-col-content {
        margin-top: -30px
    }
}

.fl-node-wj8dog9bfmrc>.fl-col-content {
    padding-top: 10px
}

.fl-node-58maog3e0whn {
    width: 40%
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-58maog3e0whn {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 1200px) {
    .fl-node-58maog3e0whn.fl-col>.fl-col-content {
        padding-top: 20px
    }
}

.fl-node-hrqx2ib3je09 {
    width: 100%
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-hrqx2ib3je09 {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-z29okny03m5r {
    width: 80%
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-z29okny03m5r {
        width: 70% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-z29okny03m5r {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 768px) {
    .fl-node-z29okny03m5r.fl-col>.fl-col-content {
        margin-top: -30px
    }
}

.fl-node-216swop0lv3g {
    width: 20%
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-216swop0lv3g {
        width: 30% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-216swop0lv3g {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 768px) {
    .fl-node-216swop0lv3g.fl-col>.fl-col-content {
        margin-top: -60px
    }
}

@media (max-width: 1200px) {
    .fl-node-216swop0lv3g.fl-col>.fl-col-content {
        padding-top: 40px
    }
}

.fl-node-ybhvk6edo03r {
    width: 100%
}

.fl-node-gf7zxiq1c30k {
    width: 100%
}

.fl-builder-content .fl-node-gf7zxiq1c30k>.fl-col-content {
    min-height: 0px
}

.fl-node-gf7zxiq1c30k>.fl-col-content {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .fl-node-gf7zxiq1c30k.fl-col>.fl-col-content {
        margin-top: -20px
    }
}

@media (max-width: 768px) {
    .fl-node-gf7zxiq1c30k.fl-col>.fl-col-content {
        margin-top: -20px
    }
}

.fl-node-gf7zxiq1c30k>.fl-col-content {
    padding-top: 0;
    padding-bottom: 0
}

.fl-node-v5s74i6mfkzu {
    width: 20%
}

@media (max-width: 1200px) {
    .fl-node-v5s74i6mfkzu.fl-col>.fl-col-content {
        margin-top: -40px;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .fl-node-v5s74i6mfkzu.fl-col>.fl-col-content {
        margin-top: -50px
    }
}

@media (max-width: 1200px) {
    .fl-node-v5s74i6mfkzu.fl-col>.fl-col-content {
        padding-bottom: 0
    }
}

.fl-node-a5tmghbw1iq4 {
    width: 20%
}

@media (max-width: 1200px) {
    .fl-node-a5tmghbw1iq4.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

@media (max-width: 768px) {
    .fl-node-a5tmghbw1iq4.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

.fl-node-mt6swiz0pxck {
    width: 20%
}

@media (max-width: 1200px) {
    .fl-node-mt6swiz0pxck.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

@media (max-width: 768px) {
    .fl-node-mt6swiz0pxck.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

.fl-node-cdmlwbga81u9 {
    width: 20%
}

@media (max-width: 1200px) {
    .fl-node-cdmlwbga81u9.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

@media (max-width: 768px) {
    .fl-node-cdmlwbga81u9.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

.fl-node-1u07ib9ghjkp {
    width: 20%
}

@media (max-width: 1200px) {
    .fl-node-1u07ib9ghjkp.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

@media (max-width: 768px) {
    .fl-node-1u07ib9ghjkp.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

.fl-node-0ya1knws73rh {
    width: 100%
}

.fl-node-rwkyen5i7942 {
    width: 100%
}

.fl-node-i2x13kbsvyz8 {
    width: 45.9%
}

@media(max-width: 1200px) {
    .fl-builder-content .fl-node-i2x13kbsvyz8>.fl-col-content {
        min-height: 0px
    }
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-i2x13kbsvyz8 {
        width: 100% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-i2x13kbsvyz8 {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-i2x13kbsvyz8>.fl-col-content {
    margin-left: 60px
}

@media (max-width: 1200px) {
    .fl-node-i2x13kbsvyz8.fl-col>.fl-col-content {
        margin-left: 0
    }
}

.fl-node-vu1ho2bpd7ze {
    width: 8.1%
}

@media(max-width: 1200px) {
    .fl-builder-content .fl-node-vu1ho2bpd7ze>.fl-col-content {
        min-height: 0px
    }
}

.fl-node-7udphowgzt3v {
    width: 46%
}

@media(max-width: 1200px) {
    .fl-builder-content .fl-node-7udphowgzt3v>.fl-col-content {
        min-height: 0px
    }
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-7udphowgzt3v {
        width: 100% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-7udphowgzt3v {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-p3t957wskgqa {
    width: 100%
}

.fl-node-p3t957wskgqa>.fl-col-content {
    margin-top: -30px
}

.fl-node-wrzex1pvbsin {
    width: 45.49%
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-wrzex1pvbsin {
        width: 100% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-wrzex1pvbsin {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-wrzex1pvbsin>.fl-col-content {
    margin-left: 50px
}

@media (max-width: 1200px) {
    .fl-node-wrzex1pvbsin.fl-col>.fl-col-content {
        margin-left: 0
    }
}

.fl-node-tzvwr67p41m8 {
    width: 8.51%
}

.fl-node-dbu7r1qonsyv {
    width: 46%
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-dbu7r1qonsyv {
        width: 100% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-dbu7r1qonsyv {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-f5orbx029w3t {
    width: 100%
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-f5orbx029w3t {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-8ldg2rpjsecq {
    width: 100%
}

.fl-node-bnmswj6ivey3 {
    width: 100%
}

.fl-node-j3wylkfbsnqt {
    width: 100%
}

.fl-node-p7ctbd8w1ak9 {
    width: 50%
}

@media (max-width: 768px) {
    .fl-node-p7ctbd8w1ak9.fl-col>.fl-col-content {
        margin-bottom: 0
    }
}

.fl-node-vbnzwo2d75u3 {
    width: 50%
}

@media (max-width: 768px) {
    .fl-node-vbnzwo2d75u3.fl-col>.fl-col-content {
        margin-top: 30px
    }
}

.fl-node-j5p0q1dwxlg7 {
    width: 50%
}

.fl-node-ksabhrf4zwen {
    width: 50%
}

@media (max-width: 1200px) {
    .fl-node-ksabhrf4zwen.fl-col>.fl-col-content {
        margin-top: -50px
    }
}

@media (max-width: 768px) {
    .fl-node-ksabhrf4zwen.fl-col>.fl-col-content {
        margin-top: 30px
    }
}

.fl-node-mwe91artfc2q {
    width: 100%
}

.fl-node-flihk7x8ytna {
    width: 100%
}

.fl-node-y48tsd1onlxz {
    width: 50%
}

.fl-node-qc4kt0wiuobh {
    width: 50%
}

.bb-heading-input.input-small {
    width: 46px !important
}

.pp-heading-content {
    overflow: hidden
}

.pp-heading-content .pp-heading-link {
    text-decoration: none
}

.pp-heading-content span.heading-title {
    display: block
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title {
    display: inline-block
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
    position: relative;
    display: inline-block
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before,
.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-width: 0
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
    right: 100%
}

.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    left: 100%
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span {
    padding-left: 0 !important
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span {
    padding-right: 0 !important
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span:before {
    display: none
}

.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span:after {
    display: none
}

.pp-heading-content .pp-heading-separator {
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden
}

.pp-heading-content .pp-heading-separator.line_with_icon:before {
    right: 50%;
    left: auto
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:before {
    display: none
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:after {
    display: none
}

.pp-heading-content .pp-heading-separator.line_with_icon:after {
    left: 50%;
    right: auto
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

.pp-heading-content .pp-heading-separator.line_with_icon:before,
.pp-heading-content .pp-heading-separator.line_with_icon:after {
    content: "";
    position: absolute;
    bottom: 50%;
    border-width: 0;
    top: 50%
}

.pp-heading-content .pp-heading-separator .heading-icon-image {
    vertical-align: middle;
    box-shadow: none !important;
    max-width: 100%
}

.pp-heading-content .pp-heading-separator .pp-separator-line {
    max-width: 100%;
    display: block
}

.pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center
}

.pp-heading-content .pp-heading-separator.icon_only span {
    display: inline-block
}

@media only screen and (max-width: 768px) {
    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span {
        padding-left: 0 !important
    }

    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span {
        padding-right: 0 !important
    }

    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span:before {
        display: none
    }

    .pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span:after {
        display: none
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:before {
        display: none
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:after {
        display: none
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:after {
        left: 2%
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:before {
        right: 2%
    }
}

@media only screen and (max-width: 480px) {
    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span {
        padding-left: 0 !important
    }

    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span {
        padding-right: 0 !important
    }

    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span:before {
        display: none
    }

    .pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span:after {
        display: none
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {
        display: none
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {
        display: none
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:after {
        display: none
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:after {
        left: 2%
    }

    .pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:before {
        right: 2%
    }
}

div.fl-node-h67gnaep5t8r .pp-heading-content {
    text-align: left
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline;
    display: block
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    color: #c92727;
    margin-left: 0
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .pp-heading-link {
    display: block
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading,
div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading p {
    color: #fff
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: left
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    float: left
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-h67gnaep5t8r .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-h67gnaep5t8r .pp-heading-content {
        text-align:
    }
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-prefix {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 64px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 64px
}

div.fl-node-h67gnaep5t8r div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title {
    padding-left: 20px
}

div.fl-node-h67gnaep5t8r div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title {
    padding-right: 20px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading,
div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 28px
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

@media(max-width: 1200px) {
    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading-prefix {
        font-size: 22px
    }

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 45px
    }

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title {
        font-size: 47px
    }

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading,
    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading p {
        font-size: 22px
    }
}

@media(max-width: 992px) {
    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 39px;
        line-height: 1.4
    }

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title {
        font-size: 57px;
        line-height: 1
    }

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading,
    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading p {
        font-size: 15px
    }
}

@media(max-width: 768px) {
    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 33px
    }

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-heading .heading-title {
        font-size: 49px
    }

    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading,
    div.fl-node-h67gnaep5t8r .pp-heading-content .pp-sub-heading p {
        font-size: 21px
    }
}

a.pp-button,
a.pp-button:visited {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.pp-button:hover {
    text-decoration: none
}

.pp-button:active {
    position: relative;
    top: 1px
}

.pp-button-width-full .pp-button {
    display: block;
    text-align: center
}

.pp-button-width-custom .pp-button {
    display: inline-block;
    text-align: center;
    max-width: 100%
}

.pp-button-left {
    text-align: left
}

.pp-button-center {
    text-align: center
}

.pp-button-right {
    text-align: right
}

.pp-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto
}

.pp-button i.pp-button-icon-after {
    margin-left: 8px;
    margin-right: 0
}

.pp-button-has-icon .pp-button-text {
    vertical-align: middle
}

.pp-button-wrap a.pp-button:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.pp-button .dashicons,
.pp-button .dashicons-before:before {
    font-size: inherit;
    height: auto;
    width: auto
}

.pp-button .pp-button-has-subtext {
    display: flex;
    flex-direction: column
}

@media (max-width: 768px) {

    .fl-module-button .pp-button-left,
    .fl-module-button .pp-button-right {
        text-align: center
    }
}

.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button,
.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button:visited {
    text-decoration: none;
    background: #c92727;
    background-clip: border-box
}

.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button:hover,
.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button:focus {
    text-decoration: none;
    background: #fff
}

.fl-node-m59dpc6bt738 a.pp-button {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.fl-node-m59dpc6bt738 a.pp-button,
.fl-node-m59dpc6bt738 a.pp-button * {
    color: #fff
}

.fl-node-m59dpc6bt738 a.pp-button:hover,
.fl-node-m59dpc6bt738 a.pp-button:focus,
.fl-node-m59dpc6bt738 a.pp-button:hover *,
.fl-node-m59dpc6bt738 a.pp-button:focus * {
    color: #000
}

.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button,
.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button:visited {
    transition-duration: .5s
}

.fl-node-m59dpc6bt738 .pp-button-wrap {
    text-align: left
}

.fl-node-m59dpc6bt738 a.pp-button {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button,
.fl-node-m59dpc6bt738 .pp-button-wrap a.pp-button:visited {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 24px;
    width: 280px
}

.fl-node-m59dpc6bt738 .pp-button .pp-button-icon {
    font-size: 16px
}

@media (max-width: 768px) {
    .fl-node-m59dpc6bt738.fl-module>.fl-module-content {
        margin-top: 0
    }
}

img.mfp-img {
    padding-bottom: 40px !important
}

@media (max-width: 768px) {

    .fl-photo-content,
    .fl-photo-img {
        max-width: 100%
    }
}

.fl-node-2b63a8x51st9 .fl-photo {
    text-align: center
}

.fl-node-2b63a8x51st9 .fl-photo-content,
.fl-node-2b63a8x51st9 .fl-photo-img {
    width: 560px
}

@media(max-width: 992px) {
    .fl-node-2b63a8x51st9 .fl-photo {
        text-align: center
    }

    .fl-node-2b63a8x51st9 .fl-photo-content,
    .fl-node-2b63a8x51st9 .fl-photo-img {
        width: 410px
    }
}

@media(max-width: 768px) {

    .fl-node-2b63a8x51st9 .fl-photo-content,
    .fl-node-2b63a8x51st9 .fl-photo-img {
        width: 250px
    }
}

@media (max-width: 992px) {
    .fl-node-2b63a8x51st9.fl-module>.fl-module-content {
        margin-top: 50px
    }
}

@media (max-width: 768px) {
    .fl-node-2b63a8x51st9>.fl-module-content {
        margin-top: 20px
    }
}

.fl-builder-content .fl-rich-text strong {
    font-weight: 700
}

.fl-builder-content .fl-node-gc3rhk85096v .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-gc3rhk85096v .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-gc3rhk85096v .fl-rich-text,
.fl-builder-content .fl-node-gc3rhk85096v .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 27px
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-gc3rhk85096v .fl-rich-text,
    .fl-builder-content .fl-node-gc3rhk85096v .fl-rich-text *:not(b, strong) {
        font-size: 22px
    }
}

@media(max-width: 768px) {

    .fl-builder-content .fl-node-gc3rhk85096v .fl-rich-text,
    .fl-builder-content .fl-node-gc3rhk85096v .fl-rich-text *:not(b, strong) {
        font-size: 21px;
        text-align: center
    }
}

div.fl-node-uingo273l6h5 .pp-heading-content {
    text-align: left
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff;
    display: inline
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    margin-left: 0;
    display: inline
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading,
div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading p {
    color: #fff
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: left
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    float: left
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-uingo273l6h5 .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-uingo273l6h5 .pp-heading-content {
        text-align:
    }
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: .4
}

div.fl-node-uingo273l6h5 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
    padding-left: 20px;
    padding-right: 20px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading,
div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

@media(max-width: 992px) {
    div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title {
        font-size: 30px
    }

    div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading,
    div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading p {
        font-size: 14px
    }
}

@media(max-width: 768px) {
    div.fl-node-uingo273l6h5 .pp-heading-content .pp-heading .heading-title {
        text-align: center
    }

    div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading,
    div.fl-node-uingo273l6h5 .pp-heading-content .pp-sub-heading p {
        text-align: center
    }
}

@media (max-width: 768px) {
    .fl-node-uingo273l6h5.fl-module>.fl-module-content {
        margin-top: -30px
    }
}

div.fl-node-i802wzcrtjva .pp-heading-content {
    text-align: left
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff;
    display: inline
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    color: #fff;
    margin-left: 0;
    display: inline
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: left
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    float: left
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-i802wzcrtjva .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-i802wzcrtjva .pp-heading-content {
        text-align:
    }
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 36px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 36px
}

div.fl-node-i802wzcrtjva div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title {
    padding-left: 20px
}

div.fl-node-i802wzcrtjva div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title {
    padding-right: 20px
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

@media(max-width: 768px) {
    div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 22px
    }

    div.fl-node-i802wzcrtjva .pp-heading-content .pp-heading .heading-title {
        font-size: 30px
    }
}

.fl-builder-content .fl-node-mcesbuo952dj .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-mcesbuo952dj .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-mcesbuo952dj .fl-rich-text,
.fl-builder-content .fl-node-mcesbuo952dj .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-mcesbuo952dj .fl-rich-text,
    .fl-builder-content .fl-node-mcesbuo952dj .fl-rich-text *:not(b, strong) {
        font-size: 17px
    }
}

.fl-node-khnix7fq13rj .fl-photo {
    text-align: center
}

.fl-node-khnix7fq13rj .fl-photo-content,
.fl-node-khnix7fq13rj .fl-photo-img {
    width: 180px
}

.pp-card-slider-container .pp-card-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 14px 80px rgba(34, 35, 58, .2);
    padding: 25px;
    border-radius: 25px;
    opacity: 0;
    transition: all .3s;
    overflow: hidden
}

.pp-card-slider-container .pp-card-slider.pp-card-slider-initialized {
    opacity: 1
}

.pp-card-slider-container .pp-card-slider-item,
.pp-card-slider-container .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.pp-card-slider-container .pp-card-slider-box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    z-index: 11
}

.pp-card-slider-container .pp-card-slider-image a:not[data-has-lightbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pp-card-slider-container .pp-card-slider-image a[data-has-lightbox] {
    text-decoration: none !important;
    border: 0 !important
}

.pp-card-slider-container .pp-card-slider-image {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 20px;
    margin-left: -80px;
    margin-right: 40px;
    position: relative
}

.pp-card-slider-container .pp-card-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    border-radius: 20px;
    transition: all .3s
}

.pp-card-slider-container .pp-card-slider-image:not(.has-lightbox):after,
.pp-card-slider-container .pp-card-slider-image.has-lightbox a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: .8
}

.pp-card-slider-container .pp-card-slider-content-wrap {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    margin: 0 20px
}

.pp-card-slider-container .pp-card-slider-title {
    order: 1;
    margin: 10px 0
}

.pp-card-slider-container .pp-card-slider-meta {
    order: 2
}

.pp-card-slider-container .pp-card-slider-meta-icon {
    margin-right: 5px
}

.pp-card-slider-container .pp-card-slider-content {
    order: 3
}

.pp-card-slider-container .pp-card-slider-button {
    display: inline-flex;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    background-color: #333;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px
}

.pp-card-slider-container .pp-card-slider-button-wrap {
    order: 4;
    margin-top: 10px;
    margin-bottom: 20px
}

.pp-card-slider-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 10px;
    margin: 8px 0
}

.pp-card-slider-container .swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px
}

.pp-card-slider-container .swiper-container-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider {
    background-color: rgba(255, 255, 255, .08)
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-title,
.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-title a {
    color: #fff
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-content {
    color: #8c8c8c
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-button {
    color: #fff;
    background-color: #c92727
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-button:hover {
    color: #000;
    background-color: #fff
}

.fl-node-ruepoadmltcy .pp-card-slider-container .swiper-pagination-bullet {
    background-color: #fff;
    transition: all .4s ease
}

.fl-node-ruepoadmltcy .pp-card-slider-container .swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: calc(px + 30px)
}

.fl-node-ruepoadmltcy .pp-card-slider-container .swiper-container-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: calc(px + 30px)
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-title,
.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-title a {
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-button {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-content {
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider {
    max-width: 100%
}

.fl-node-ruepoadmltcy .pp-card-slider-container {
    width: 100%
}

.fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-image {
    width: 35%;
    height: 100%
}

@media(max-width: 1200px) {
    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-content-wrap {
        margin-left: 0
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-image {
        margin-left: 0
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider {
        max-width: 100%
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container {
        width: 100%
    }
}

@media(max-width: 768px) {
    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-image {
        margin-right: 0;
        width: 100%;
        height: 100%
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider {
        max-width: 100%
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-button {
        width: 100%
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-item,
    .fl-node-ruepoadmltcy .pp-card-slider-container .swiper-slide {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-content-wrap {
        margin: 10px 0;
        padding: 10px 20px
    }

    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-title,
    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-meta,
    .fl-node-ruepoadmltcy .pp-card-slider-container .pp-card-slider-content {
        text-align: center
    }
}

.fl-builder-content .fl-node-s2oic0jhg38k .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-s2oic0jhg38k .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-s2oic0jhg38k .fl-rich-text,
.fl-builder-content .fl-node-s2oic0jhg38k .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center
}

.fl-builder-content .fl-node-52nqz80earpy .fl-rich-text,
.fl-builder-content .fl-node-52nqz80earpy .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-52nqz80earpy .fl-rich-text,
    .fl-builder-content .fl-node-52nqz80earpy .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

.fl-builder-content .fl-node-kznhi4rlsteu .fl-rich-text,
.fl-builder-content .fl-node-kznhi4rlsteu .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 10px;
    text-align: center
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-kznhi4rlsteu .fl-rich-text,
    .fl-builder-content .fl-node-kznhi4rlsteu .fl-rich-text *:not(b, strong) {
        line-height: 1.1
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-kznhi4rlsteu .fl-rich-text,
    .fl-builder-content .fl-node-kznhi4rlsteu .fl-rich-text *:not(b, strong) {
        font-size: 14px;
        line-height: 1.3
    }
}

.fl-builder-content .fl-node-zckwnm306pyo .fl-rich-text,
.fl-builder-content .fl-node-zckwnm306pyo .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-zckwnm306pyo .fl-rich-text,
    .fl-builder-content .fl-node-zckwnm306pyo .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

.fl-builder-content .fl-node-2tpvqrc591l6 .fl-rich-text,
.fl-builder-content .fl-node-2tpvqrc591l6 .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    text-align: center
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-2tpvqrc591l6 .fl-rich-text,
    .fl-builder-content .fl-node-2tpvqrc591l6 .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

.fl-builder-content .fl-node-utcvfi3sg7mh .fl-rich-text,
.fl-builder-content .fl-node-utcvfi3sg7mh .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    text-align: center
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-utcvfi3sg7mh .fl-rich-text,
    .fl-builder-content .fl-node-utcvfi3sg7mh .fl-rich-text *:not(b, strong) {
        font-size: 15px
    }
}

div.fl-node-zp3a80e29t4r .pp-heading-content {
    text-align: left
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff;
    display: inline
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    color: #fff;
    margin-left: 0;
    display: inline
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: left
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    float: left
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-zp3a80e29t4r .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-zp3a80e29t4r .pp-heading-content {
        text-align:
    }
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 36px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 36px
}

div.fl-node-zp3a80e29t4r div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title {
    padding-left: 20px
}

div.fl-node-zp3a80e29t4r div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title {
    padding-right: 20px
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

@media(max-width: 992px) {
    div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 32px
    }

    div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title {
        font-size: 33px
    }
}

@media(max-width: 768px) {
    div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 18px
    }

    div.fl-node-zp3a80e29t4r .pp-heading-content .pp-heading .heading-title {
        font-size: 26px
    }
}

.fl-row-fixed-width {
    min-width: 1px
}

.fl-col-group.fl-col-group-responsive-reversed,
.fl-col-group.fl-col-group-responsive-reversed .fl-col,
.fl-col-group.fl-col-group-responsive-reversed .fl-col-content,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
    min-width: 0
}

.compat-field-pp-custom-link .alignleft {
    margin: 0
}

.pp-image-carousel-wrapper {
    position: relative
}

.pp-image-carousel {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 250px
}

.pp-image-carousel-item {
    float: left;
    text-align: center;
    overflow: hidden
}

.pp-image-carousel-content {
    position: relative;
    text-align: center;
    overflow: hidden
}

.pp-image-carousel.pp-image-carousel-slideshow {
    height: 450px
}

.pp-image-carousel.pp-image-carousel-slideshow .swiper-wrapper {
    align-items: center
}

.pp-image-carousel.swiper-container {
    width: 100%
}

.pp-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: hsla(206, 7%, 54%, .8);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.framed {
    opacity: 0
}

.pp-image-carousel-item .pp-image-overlay.fade {
    opacity: 0
}

.pp-image-carousel-item:hover .pp-image-overlay.fade,
.pp-image-carousel-item:focus .pp-image-overlay.fade {
    opacity: 1
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.zoom-in {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.pp-image-carousel .pp-carousel-image-container,
.pp-image-carousel-thumbs .pp-image-carousel-thumb {
    background: no-repeat 50%;
    background-size: cover;
    height: 100%;
    position: relative
}

.pp-carousel-image-container figure.use-as-background {
    display: inline-flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.pp-carousel-image-container figure.use-as-background .swiper-slide-image {
    object-fit: cover
}

.pp-carousel-image-container figure.use-as-background picture.swiper-slide-image {
    width: 100%
}

.pp-image-carousel .swiper-pagination-bullets {
    cursor: default
}

.pp-image-carousel .swiper-pagination-bullet {
    top: 0;
    border: none
}

.pp-image-carousel.pp-carousel-navigation-outside .swiper-pagination {
    bottom: 0
}

.pp-image-carousel .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.pp-image-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    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
}

.pp-image-carousel-wrapper .pp-swiper-button {
    background-image: none;
    width: auto;
    height: auto;
    line-height: 1;
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pp-image-carousel-wrapper .pp-swiper-button span {
    display: inline-flex
}

.pp-image-carousel-wrapper .pp-swiper-button svg {
    height: 25px
}

.pp-image-carousel.pp-carousel-navigation-outside .pp-swiper-button {
    top: calc(50% - 30px/2)
}

.pp-image-carousel-wrapper .pp-swiper-button-prev {
    left: 10px
}

.pp-image-carousel-wrapper .pp-swiper-button-next {
    right: 10px
}

.pp-thumbnails-swiper .pp-image-carousel-thumb {
    background: no-repeat center;
    background-size: cover;
    height: 100%;
    position: relative;
    cursor: pointer
}

.pp-thumbs-ratio-11 .pp-image-carousel-thumb {
    padding-bottom: 100%
}

.pp-thumbs-ratio-43 .pp-image-carousel-thumb {
    padding-bottom: 75%
}

.pp-thumbs-ratio-169 .pp-image-carousel-thumb {
    padding-bottom: 56.35%
}

.pp-thumbs-ratio-219 .pp-image-carousel-thumb {
    padding-bottom: 42.8571%
}

.pp-image-overlay .pp-overlay-icon {
    display: inline-block
}

.pp-image-overlay .pp-overlay-icon span {
    display: block;
    line-height: 1
}

.pp-image-carousel .swiper-lazy-preloader {
    display: none
}

.fl-node-dntfy7s01a65 .pp-image-carousel.pp-image-carousel-slideshow {
    margin-bottom: 20px
}

.fl-node-dntfy7s01a65 .pp-image-carousel .pp-carousel-image-container {
    background-size: cover
}

.fl-node-dntfy7s01a65 .pp-image-carousel .pp-carousel-image-container figure.use-as-background {
    display: flex
}

.fl-node-dntfy7s01a65 .pp-image-carousel .pp-carousel-image-container figure.use-as-background .swiper-slide-image {
    object-fit: cover;
    width: 100%
}

.fl-node-dntfy7s01a65 .pp-carousel-image-container figure.use-as-background picture.swiper-slide-image img {
    height: 100%
}

.fl-node-dntfy7s01a65 .pp-image-carousel .swiper-pagination-bullet {
    opacity: 1;
    background-color: #999;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    box-shadow: none
}

.fl-node-dntfy7s01a65 .pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progressbar {
    background-color: #999
}

.fl-node-dntfy7s01a65 .pp-image-carousel .swiper-pagination-bullet:hover,
.fl-node-dntfy7s01a65 .pp-image-carousel .swiper-pagination-bullet:focus,
.fl-node-dntfy7s01a65 .pp-image-carousel .swiper-pagination-bullet-active,
.fl-node-dntfy7s01a65 .pp-image-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff;
    opacity: 1;
    box-shadow: none
}

.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button {
    height: 30px;
    width: 30px;
    color: #000;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 13px
}

.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button svg {
    height: 20px
}

.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button svg path {
    fill: #000
}

.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button:hover,
.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button:focus {
    color: #fff;
    background-color: #070000
}

.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button:hover svg path,
.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button:focus svg path {
    fill: #fff
}

.fl-node-dntfy7s01a65 .pp-image-carousel.pp-carousel-navigation-outside {
    padding-bottom: 30px
}

.mfp-dntfy7s01a65.mfp-gallery img.mfp-img {
    padding: 40px 0 40px
}

.mfp-dntfy7s01a65 .mfp-counter {
    display: block !important
}

.fl-node-dntfy7s01a65 .pp-image-overlay {
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.fl-node-dntfy7s01a65 .pp-image-overlay .pp-overlay-icon {
    width: 30px;
    height: 30px
}

.fl-node-dntfy7s01a65 .pp-image-overlay .pp-overlay-icon span {
    color: ;
    font-size: 30px
}

.fl-node-dntfy7s01a65 .pp-image-overlay .pp-caption {
    color:
}

.fl-node-dntfy7s01a65 .pp-image-carousel-wrapper .pp-swiper-button {
    border-color: #000
}

.fl-builder-content .fl-node-c7myw4s6509i .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-c7myw4s6509i .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text,
.fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text,
    .fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text,
    .fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text *:not(b, strong) {
        font-size: 20px;
        text-align: center
    }
}

@media(max-width: 768px) {

    .fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text,
    .fl-builder-content .fl-node-c7myw4s6509i .fl-rich-text *:not(b, strong) {
        font-size: 22px;
        text-align: center
    }
}

.fl-node-c7myw4s6509i>.fl-module-content {
    margin-left: 100px
}

@media (max-width: 1200px) {
    .fl-node-c7myw4s6509i.fl-module>.fl-module-content {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

.fl-node-qj4hdzbgo2r3 .fl-separator {
    border-top-width: 60px;
    border-top-style: solid;
    border-top-color: rgba(204, 204, 204, .25);
    max-width: 1px;
    margin: auto
}

@media (max-width: 1200px) {
    .fl-node-qj4hdzbgo2r3 .fl-separator {
        border-top-width: 100px
    }
}

.fl-builder-content .fl-node-hi60d85szova .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-hi60d85szova .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-hi60d85szova .fl-rich-text,
.fl-builder-content .fl-node-hi60d85szova .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-hi60d85szova .fl-rich-text,
    .fl-builder-content .fl-node-hi60d85szova .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-hi60d85szova .fl-rich-text,
    .fl-builder-content .fl-node-hi60d85szova .fl-rich-text *:not(b, strong) {
        font-size: 20px;
        text-align: center
    }
}

@media(max-width: 768px) {

    .fl-builder-content .fl-node-hi60d85szova .fl-rich-text,
    .fl-builder-content .fl-node-hi60d85szova .fl-rich-text *:not(b, strong) {
        font-size: 22px;
        text-align: center
    }
}

@media (max-width: 1200px) {
    .fl-node-hi60d85szova.fl-module>.fl-module-content {
        margin-left: 0
    }
}

.fl-node-cvd9x64lzmw2 .fl-separator {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(204, 204, 204, .25);
    max-width: 70%;
    margin: auto
}

@media (max-width: 1200px) {
    .fl-node-cvd9x64lzmw2 .fl-separator {
        max-width: 100%
    }
}

.fl-builder-content .fl-node-sfb8e4jl9hgu .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-sfb8e4jl9hgu .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text,
.fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text,
    .fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text,
    .fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text *:not(b, strong) {
        font-size: 20px;
        text-align: center
    }
}

@media(max-width: 768px) {

    .fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text,
    .fl-builder-content .fl-node-sfb8e4jl9hgu .fl-rich-text *:not(b, strong) {
        font-size: 22px;
        text-align: center
    }
}

.fl-node-sfb8e4jl9hgu>.fl-module-content {
    margin-left: 100px
}

@media (max-width: 1200px) {
    .fl-node-sfb8e4jl9hgu.fl-module>.fl-module-content {
        margin-left: 0
    }
}

.fl-node-7608qze1drbu .fl-separator {
    border-top-width: 60px;
    border-top-style: solid;
    border-top-color: rgba(204, 204, 204, .25);
    max-width: 1px;
    margin: auto
}

@media (max-width: 1200px) {
    .fl-node-7608qze1drbu .fl-separator {
        border-top-width: 100px
    }
}

.fl-builder-content .fl-node-fl0z43uvnob6 .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-fl0z43uvnob6 .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text,
.fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text,
    .fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text,
    .fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text *:not(b, strong) {
        font-size: 20px;
        text-align: center
    }
}

@media(max-width: 768px) {

    .fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text,
    .fl-builder-content .fl-node-fl0z43uvnob6 .fl-rich-text *:not(b, strong) {
        font-size: 22px;
        text-align: center
    }
}

@media (max-width: 1200px) {
    .fl-node-fl0z43uvnob6.fl-module>.fl-module-content {
        margin-left: 0
    }
}

div.fl-node-xto84dajqfg0 .pp-heading-content {
    text-align: left
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff;
    display: inline
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    color: #fff;
    margin-left: 0;
    display: inline
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: left
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    float: left
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-xto84dajqfg0 .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-xto84dajqfg0 .pp-heading-content {
        text-align:
    }
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 28px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 38px
}

div.fl-node-xto84dajqfg0 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title {
    padding-left: 20px
}

div.fl-node-xto84dajqfg0 div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title {
    padding-right: 20px
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

@media(max-width: 1200px) {
    div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title {
        font-size: 46px;
        line-height: 1
    }
}

@media(max-width: 992px) {
    div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 21px
    }

    div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title {
        font-size: 33px
    }
}

@media(max-width: 768px) {
    div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 18px
    }

    div.fl-node-xto84dajqfg0 .pp-heading-content .pp-heading .heading-title {
        font-size: 39px;
        line-height: 1
    }
}

.fl-builder-content .fl-node-i4elwmkqp2d0 .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-i4elwmkqp2d0 .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-i4elwmkqp2d0 .fl-rich-text,
.fl-builder-content .fl-node-i4elwmkqp2d0 .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-i4elwmkqp2d0 .fl-rich-text,
    .fl-builder-content .fl-node-i4elwmkqp2d0 .fl-rich-text *:not(b, strong) {
        font-size: 14px
    }
}

@media (max-width: 992px) {
    .fl-node-i4elwmkqp2d0.fl-module>.fl-module-content {
        margin-top: -10px
    }
}

@media (max-width: 768px) {
    .fl-node-i4elwmkqp2d0>.fl-module-content {
        margin-top: 20px
    }
}

.fl-node-wovh78uyznmx .pp-image-carousel.pp-image-carousel-slideshow {
    margin-bottom: 20px
}

.fl-node-wovh78uyznmx .pp-image-carousel .pp-carousel-image-container {
    background-size: contain
}

.fl-node-wovh78uyznmx .pp-image-carousel .pp-carousel-image-container figure.use-as-background .swiper-slide-image {
    object-fit: contain;
    object-position: center
}

.fl-node-wovh78uyznmx .pp-image-carousel .swiper-pagination-bullet {
    opacity: 1;
    background-color: #999;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    box-shadow: none
}

.fl-node-wovh78uyznmx .pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progressbar {
    background-color: #999
}

.fl-node-wovh78uyznmx .pp-image-carousel .swiper-pagination-bullet:hover,
.fl-node-wovh78uyznmx .pp-image-carousel .swiper-pagination-bullet:focus,
.fl-node-wovh78uyznmx .pp-image-carousel .swiper-pagination-bullet-active,
.fl-node-wovh78uyznmx .pp-image-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff;
    opacity: 1;
    box-shadow: none
}

.fl-node-wovh78uyznmx .pp-image-carousel-wrapper .pp-swiper-button {
    height: 34px;
    width: 34px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 13px
}

.fl-node-wovh78uyznmx .pp-image-carousel-wrapper .pp-swiper-button svg {
    height: 24px
}

.mfp-wovh78uyznmx.mfp-gallery img.mfp-img {
    padding: 40px 0 40px
}

.mfp-wovh78uyznmx .mfp-counter {
    display: block !important
}

.fl-node-wovh78uyznmx .pp-image-overlay {
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.fl-node-wovh78uyznmx .pp-image-overlay .pp-overlay-icon {
    width: 30px;
    height: 30px
}

.fl-node-wovh78uyznmx .pp-image-overlay .pp-overlay-icon span {
    color: ;
    font-size: 30px
}

.fl-node-wovh78uyznmx .pp-image-overlay .pp-caption {
    color:
}

@media (max-width: 992px) {
    .fl-node-wovh78uyznmx.fl-module>.fl-module-content {
        margin-top: -30px
    }
}

@media (max-width: 768px) {
    .fl-node-wovh78uyznmx>.fl-module-content {
        margin-top: 20px
    }
}

div.fl-node-mdw97i62f8lg .pp-heading-content {
    text-align: left
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff;
    display: inline
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    margin-left: 0;
    display: inline
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-sub-heading,
div.fl-node-mdw97i62f8lg .pp-heading-content .pp-sub-heading p {
    color: #eaeaea
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: left
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    float: left
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-mdw97i62f8lg .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-mdw97i62f8lg .pp-heading-content {
        text-align:
    }
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

div.fl-node-mdw97i62f8lg div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
    padding-left: 20px;
    padding-right: 20px
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-sub-heading,
div.fl-node-mdw97i62f8lg .pp-heading-content .pp-sub-heading p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 1.3
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-mdw97i62f8lg .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

@media (max-width: 992px) {
    .fl-node-mdw97i62f8lg.fl-module>.fl-module-content {
        margin-top: -40px
    }
}

@media (max-width: 768px) {
    .fl-node-mdw97i62f8lg>.fl-module-content {
        margin-top: 20px
    }
}

div.fl-node-qdgp8ov6h04t .pp-heading-content {
    text-align: center
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff;
    display: inline
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    margin-left: 0;
    display: inline
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: center
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    margin: 0 auto
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-qdgp8ov6h04t .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-qdgp8ov6h04t .pp-heading-content {
        text-align:
    }
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: .4
}

div.fl-node-qdgp8ov6h04t div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {
    padding-left: 20px;
    padding-right: 20px
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-qdgp8ov6h04t .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.fl-node-qdgp8ov6h04t>.fl-module-content {
    margin-top: 36px
}

@media (max-width: 992px) {
    .fl-node-qdgp8ov6h04t.fl-module>.fl-module-content {
        margin-top: -30px
    }
}

@media (max-width: 768px) {
    .fl-node-qdgp8ov6h04t>.fl-module-content {
        margin-top: 20px
    }
}

div.fancybox-container {
    z-index: 999992
}

.pp-photo-gallery {
    position: relative;
    text-align: center;
    text-decoration: none;
    opacity: 0
}

.pp-photo-gallery:before,
.pp-photo-gallery:after {
    content: " ";
    display: table
}

.pp-photo-gallery:after {
    clear: both
}

.pp-photo-gallery .pp-photo-gallery-item {
    float: left;
    text-align: center
}

.pp-photo-gallery .pp-photo-gallery-content {
    position: relative;
    text-align: center;
    overflow: hidden
}

.pp-photo-gallery .pp-photo-gallery-content>a {
    display: block;
    padding: unset;
    isolation: isolate;
    overflow: hidden;
    transform: translateZ(0)
}

.pp-photo-gallery .pp-gallery-overlay {
    position: absolute;
    overflow: hidden;
    transition: .5s ease
}

.pp-photo-gallery .pp-gallery-overlay .pp-caption {
    margin-bottom: 10px
}

.pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    width: 100%
}

.pp-photo-gallery.justified-gallery>a,
.pp-photo-gallery.justified-gallery>div {
    opacity: 0;
    visibility: hidden !important
}

.pp-photo-gallery.justified-gallery>.entry-visible {
    opacity: 1;
    visibility: visible !important
}

.pp-photo-gallery.justified-gallery .pp-photo-gallery-content {
    height: 100%
}

.pp-photo-gallery.justified-gallery .pp-photo-gallery-content .pp-caption {
    color: #fff
}

.pp-gallery-pagination .pp-gallery-load-more {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.pp-gallery-pagination .pp-gallery-load-more.disabled {
    opacity: .5;
    pointer-events: none
}

.pp-gallery-pagination a,
.pp-gallery-pagination a:visited {
    text-decoration: none
}

.pp-gallery-fancybox-axis-x.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px
}

.pp-gallery-fancybox-axis-x .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3)
}

.fancybox-dn3iltsjg8kf button.fancybox-button {
    padding: 10px;
    border-radius: 0;
    box-shadow: none
}

.fancybox-dn3iltsjg8kf .pp-fancybox-desc {
    display: none
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery {
    opacity: 1
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery-item {
    width: 23.4%;
    margin-right: 2%;
    margin-bottom: 2%
}

.fl-node-dn3iltsjg8kf .pp-gallery-masonry-item {
    width: calc(23.4% - 1px)
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+1) {
    clear: left
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+0) {
    clear: right
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n) {
    margin-right: 0
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery-item img,
.fl-node-dn3iltsjg8kf .pp-gallery-overlay,
.fl-node-dn3iltsjg8kf .pp-photo-gallery-content,
.fl-node-dn3iltsjg8kf .pp-photo-gallery-content>a {
    border-top-left-radius: px;
    border-bottom-left-radius: px;
    border-top-right-radius: px;
    border-bottom-right-radius: px
}

.fl-node-dn3iltsjg8kf .pp-photo-space {
    width: 2%
}

.fl-node-dn3iltsjg8kf .pp-gallery-overlay .pp-overlay-icon span {
    width: auto;
    height: auto;
    color: ;
    font-size: 30px;
    background-color:
}

.fl-node-dn3iltsjg8kf .pp-gallery-overlay .pp-overlay-icon span:before {
    font-size: 30px;
    width: auto;
    height: auto
}

.fl-node-dn3iltsjg8kf .pp-gallery-overlay {
    top: 0;
    opacity: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%
}

.fl-node-dn3iltsjg8kf .pp-gallery-overlay .pp-overlay-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery-content:hover .pp-gallery-overlay {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery .pp-photo-gallery-content:hover .pp-gallery-img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.fl-node-dn3iltsjg8kf .pp-gallery-pagination.pagination-scroll {
    display: none
}

.fl-node-dn3iltsjg8kf .pp-gallery-pagination .pp-gallery-load-more {
    background-color: #eee
}

.fancybox-dn3iltsjg8kf-overlay {
    background-image: none;
    background-color: rgba(0, 0, 0, .5)
}

.fancybox-is-open .fancybox-dn3iltsjg8kf-overlay {
    opacity: 1
}

@media only screen and (max-width: 1200px) {
    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item {
        width: 23.4%
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+1) {
        clear: none
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+0) {
        clear: none
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 2%
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+1) {
        clear: left
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+0) {
        clear: right
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item {
        width: 48.9%
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+1) {
        clear: none
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n+0) {
        clear: none
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 2%
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(2n+1) {
        clear: left
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(2n+0) {
        clear: right
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(2n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item {
        width: 99.9%
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(2n+1) {
        clear: none
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(2n+0) {
        clear: none
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(2n) {
        margin-right: 2%
    }

    .fl-node-dn3iltsjg8kf .pp-photo-gallery-item:nth-child(1n) {
        margin-right: 0
    }
}

.fl-node-dn3iltsjg8kf .pp-photo-gallery-caption {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.fl-node-dn3iltsjg8kf .pp-gallery-pagination {
    text-align: left
}

.fl-node-dn3iltsjg8kf .pp-gallery-pagination .pp-gallery-load-more {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

@media (max-width: 1200px) {
    .fl-node-dn3iltsjg8kf.fl-module>.fl-module-content {
        margin-bottom: 35px
    }
}

@media (max-width: 992px) {
    .fl-node-dn3iltsjg8kf.fl-module>.fl-module-content {
        margin-bottom: -20px
    }
}

@media (max-width: 768px) {
    .fl-node-dn3iltsjg8kf>.fl-module-content {
        margin-bottom: 20px
    }
}

.fancybox-s8iaqe5p49c1 button.fancybox-button {
    padding: 10px;
    border-radius: 0;
    box-shadow: none
}

.fancybox-s8iaqe5p49c1 .pp-fancybox-desc {
    display: none
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery {
    opacity: 1
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery-item {
    width: 23.4%;
    margin-right: 2%;
    margin-bottom: 2%
}

.fl-node-s8iaqe5p49c1 .pp-gallery-masonry-item {
    width: calc(23.4% - 1px)
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+1) {
    clear: left
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+0) {
    clear: right
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n) {
    margin-right: 0
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery-item img,
.fl-node-s8iaqe5p49c1 .pp-gallery-overlay,
.fl-node-s8iaqe5p49c1 .pp-photo-gallery-content,
.fl-node-s8iaqe5p49c1 .pp-photo-gallery-content>a {
    border-top-left-radius: px;
    border-bottom-left-radius: px;
    border-top-right-radius: px;
    border-bottom-right-radius: px
}

.fl-node-s8iaqe5p49c1 .pp-photo-space {
    width: 2%
}

.fl-node-s8iaqe5p49c1 .pp-gallery-overlay .pp-overlay-icon span {
    width: auto;
    height: auto;
    color: ;
    font-size: 30px;
    background-color:
}

.fl-node-s8iaqe5p49c1 .pp-gallery-overlay .pp-overlay-icon span:before {
    font-size: 30px;
    width: auto;
    height: auto
}

.fl-node-s8iaqe5p49c1 .pp-gallery-overlay {
    top: 0;
    opacity: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%
}

.fl-node-s8iaqe5p49c1 .pp-gallery-overlay .pp-overlay-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery-content:hover .pp-gallery-overlay {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery .pp-photo-gallery-content:hover .pp-gallery-img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.fl-node-s8iaqe5p49c1 .pp-gallery-pagination.pagination-scroll {
    display: none
}

.fl-node-s8iaqe5p49c1 .pp-gallery-pagination .pp-gallery-load-more {
    background-color: #eee
}

.fancybox-s8iaqe5p49c1-overlay {
    background-image: none;
    background-color: rgba(0, 0, 0, .5)
}

.fancybox-is-open .fancybox-s8iaqe5p49c1-overlay {
    opacity: 1
}

@media only screen and (max-width: 1200px) {
    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item {
        width: 23.4%
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+1) {
        clear: none
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+0) {
        clear: none
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 2%
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+1) {
        clear: left
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+0) {
        clear: right
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item {
        width: 48.9%
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+1) {
        clear: none
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n+0) {
        clear: none
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 2%
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(2n+1) {
        clear: left
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(2n+0) {
        clear: right
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(2n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item {
        width: 99.9%
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(2n+1) {
        clear: none
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(2n+0) {
        clear: none
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(2n) {
        margin-right: 2%
    }

    .fl-node-s8iaqe5p49c1 .pp-photo-gallery-item:nth-child(1n) {
        margin-right: 0
    }
}

.fl-node-s8iaqe5p49c1 .pp-photo-gallery-caption {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.fl-node-s8iaqe5p49c1 .pp-gallery-pagination {
    text-align: left
}

.fl-node-s8iaqe5p49c1 .pp-gallery-pagination .pp-gallery-load-more {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

@media (max-width: 1200px) {
    .fl-node-s8iaqe5p49c1.fl-module>.fl-module-content {
        margin-bottom: 35px
    }
}

@media (max-width: 768px) {
    .fl-node-s8iaqe5p49c1>.fl-module-content {
        margin-bottom: 20px
    }
}

.fancybox-crgvieh34m1p button.fancybox-button {
    padding: 10px;
    border-radius: 0;
    box-shadow: none
}

.fancybox-crgvieh34m1p .pp-fancybox-desc {
    display: none
}

.fl-node-crgvieh34m1p .pp-photo-gallery {
    opacity: 1
}

.fl-node-crgvieh34m1p .pp-photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.fl-node-crgvieh34m1p .pp-photo-gallery-item {
    width: 23.4%;
    margin-right: 2%;
    margin-bottom: 2%
}

.fl-node-crgvieh34m1p .pp-gallery-masonry-item {
    width: calc(23.4% - 1px)
}

.fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+1) {
    clear: left
}

.fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+0) {
    clear: right
}

.fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n) {
    margin-right: 0
}

.fl-node-crgvieh34m1p .pp-photo-gallery-item img,
.fl-node-crgvieh34m1p .pp-gallery-overlay,
.fl-node-crgvieh34m1p .pp-photo-gallery-content,
.fl-node-crgvieh34m1p .pp-photo-gallery-content>a {
    border-top-left-radius: px;
    border-bottom-left-radius: px;
    border-top-right-radius: px;
    border-bottom-right-radius: px
}

.fl-node-crgvieh34m1p .pp-photo-space {
    width: 2%
}

.fl-node-crgvieh34m1p .pp-gallery-overlay .pp-overlay-icon span {
    width: auto;
    height: auto;
    color: ;
    font-size: 30px;
    background-color:
}

.fl-node-crgvieh34m1p .pp-gallery-overlay .pp-overlay-icon span:before {
    font-size: 30px;
    width: auto;
    height: auto
}

.fl-node-crgvieh34m1p .pp-gallery-overlay {
    top: 0;
    opacity: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%
}

.fl-node-crgvieh34m1p .pp-gallery-overlay .pp-overlay-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.fl-node-crgvieh34m1p .pp-photo-gallery-content:hover .pp-gallery-overlay {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.fl-node-crgvieh34m1p .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fl-node-crgvieh34m1p .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.fl-node-crgvieh34m1p .pp-photo-gallery .pp-photo-gallery-content:hover .pp-gallery-img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.fl-node-crgvieh34m1p .pp-gallery-pagination.pagination-scroll {
    display: none
}

.fl-node-crgvieh34m1p .pp-gallery-pagination .pp-gallery-load-more {
    background-color: #eee
}

.fancybox-crgvieh34m1p-overlay {
    background-image: none;
    background-color: rgba(0, 0, 0, .5)
}

.fancybox-is-open .fancybox-crgvieh34m1p-overlay {
    opacity: 1
}

@media only screen and (max-width: 1200px) {
    .fl-node-crgvieh34m1p .pp-photo-gallery-item {
        width: 23.4%
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+1) {
        clear: none
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+0) {
        clear: none
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 2%
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+1) {
        clear: left
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+0) {
        clear: right
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 992px) {
    .fl-node-crgvieh34m1p .pp-photo-gallery-item {
        width: 48.9%
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+1) {
        clear: none
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n+0) {
        clear: none
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(4n) {
        margin-right: 2%
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(2n+1) {
        clear: left
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(2n+0) {
        clear: right
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(2n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-crgvieh34m1p .pp-photo-gallery-item {
        width: 99.9%
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(2n+1) {
        clear: none
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(2n+0) {
        clear: none
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(2n) {
        margin-right: 2%
    }

    .fl-node-crgvieh34m1p .pp-photo-gallery-item:nth-child(1n) {
        margin-right: 0
    }
}

.fl-node-crgvieh34m1p .pp-photo-gallery-caption {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.fl-node-crgvieh34m1p .pp-gallery-pagination {
    text-align: left
}

.fl-node-crgvieh34m1p .pp-gallery-pagination .pp-gallery-load-more {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

@media (max-width: 992px) {
    .fl-node-crgvieh34m1p.fl-module>.fl-module-content {
        margin-top: -35px
    }
}

@media (max-width: 768px) {
    .fl-node-crgvieh34m1p>.fl-module-content {
        margin-top: 20px
    }
}

.fl-builder-content .fl-node-og0uydjiwx85 .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-og0uydjiwx85 .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-og0uydjiwx85 .fl-rich-text,
.fl-builder-content .fl-node-og0uydjiwx85 .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: .4
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-og0uydjiwx85 .fl-rich-text,
    .fl-builder-content .fl-node-og0uydjiwx85 .fl-rich-text *:not(b, strong) {
        font-size: 15px
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-og0uydjiwx85 .fl-rich-text,
    .fl-builder-content .fl-node-og0uydjiwx85 .fl-rich-text *:not(b, strong) {
        font-size: 20px;
        line-height: 1.1
    }
}

.fl-node-og0uydjiwx85>.fl-module-content {
    margin-top: 0
}

@media (max-width: 992px) {
    .fl-node-og0uydjiwx85.fl-module>.fl-module-content {
        margin-top: -40px
    }
}

@media (max-width: 768px) {
    .fl-node-og0uydjiwx85>.fl-module-content {
        margin-top: 20px
    }
}

.fl-builder-content .fl-node-9vi04ywfu2me .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-9vi04ywfu2me .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-9vi04ywfu2me .fl-rich-text,
.fl-builder-content .fl-node-9vi04ywfu2me .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: .4
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-9vi04ywfu2me .fl-rich-text,
    .fl-builder-content .fl-node-9vi04ywfu2me .fl-rich-text *:not(b, strong) {
        font-size: 15px;
        line-height: 1.3
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-9vi04ywfu2me .fl-rich-text,
    .fl-builder-content .fl-node-9vi04ywfu2me .fl-rich-text *:not(b, strong) {
        font-size: 20px;
        line-height: 1.2
    }
}

.fl-node-9vi04ywfu2me>.fl-module-content {
    margin-top: 0
}

.fl-builder-content .fl-node-i1j9kp7qtr6d .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-i1j9kp7qtr6d .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-i1j9kp7qtr6d .fl-rich-text,
.fl-builder-content .fl-node-i1j9kp7qtr6d .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: .4
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-i1j9kp7qtr6d .fl-rich-text,
    .fl-builder-content .fl-node-i1j9kp7qtr6d .fl-rich-text *:not(b, strong) {
        font-size: 15px;
        line-height: 1.1
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-i1j9kp7qtr6d .fl-rich-text,
    .fl-builder-content .fl-node-i1j9kp7qtr6d .fl-rich-text *:not(b, strong) {
        font-size: 20px;
        line-height: 1.3
    }
}

.fl-node-i1j9kp7qtr6d>.fl-module-content {
    margin-top: 0
}

.fl-builder-content .fl-node-kvgam45qi6yn .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-kvgam45qi6yn .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-kvgam45qi6yn .fl-rich-text,
.fl-builder-content .fl-node-kvgam45qi6yn .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align: center
}

.fl-node-nzdehwk4q183 .pp-image-carousel.pp-image-carousel-slideshow {
    margin-bottom: 20px
}

.fl-node-nzdehwk4q183 .pp-image-carousel .pp-carousel-image-container {
    background-size: contain
}

.fl-node-nzdehwk4q183 .pp-image-carousel .pp-carousel-image-container figure.use-as-background .swiper-slide-image {
    object-fit: contain;
    object-position: center
}

.fl-node-nzdehwk4q183 .pp-image-carousel .swiper-pagination-bullet {
    opacity: 1;
    background-color: #999;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    box-shadow: none
}

.fl-node-nzdehwk4q183 .pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progressbar {
    background-color: #999
}

.fl-node-nzdehwk4q183 .pp-image-carousel .swiper-pagination-bullet:hover,
.fl-node-nzdehwk4q183 .pp-image-carousel .swiper-pagination-bullet:focus,
.fl-node-nzdehwk4q183 .pp-image-carousel .swiper-pagination-bullet-active,
.fl-node-nzdehwk4q183 .pp-image-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000;
    opacity: 1;
    box-shadow: none
}

.fl-node-nzdehwk4q183 .pp-image-carousel-wrapper .pp-swiper-button {
    height: 34px;
    width: 34px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 13px
}

.fl-node-nzdehwk4q183 .pp-image-carousel-wrapper .pp-swiper-button svg {
    height: 24px
}

.fl-node-nzdehwk4q183 .pp-image-overlay {
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.fl-node-nzdehwk4q183 .pp-image-overlay .pp-overlay-icon {
    width: 30px;
    height: 30px
}

.fl-node-nzdehwk4q183 .pp-image-overlay .pp-overlay-icon span {
    color: ;
    font-size: 30px
}

.fl-node-nzdehwk4q183 .pp-image-overlay .pp-caption {
    color:
}

.fl-node-nzdehwk4q183 .pp-image-carousel.pp-image-carousel-slideshow,
.fl-node-nzdehwk4q183 .pp-image-carousel {
    height: 100px
}

@media(max-width: 992px) {

    .fl-node-nzdehwk4q183 .pp-image-carousel.pp-image-carousel-slideshow,
    .fl-node-nzdehwk4q183 .pp-image-carousel {
        height: 100px
    }
}

@media(max-width: 768px) {

    .fl-node-nzdehwk4q183 .pp-image-carousel.pp-image-carousel-slideshow,
    .fl-node-nzdehwk4q183 .pp-image-carousel {
        height: 100px
    }
}

div.fl-node-y394rstc0emp .pp-heading-content {
    text-align: left
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title span.title-text {
    display: inline;
    display: block
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title span.pp-primary-title {
    color: #fff
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    color: #c92727;
    margin-left: 0
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title {
    margin-top: 10px;
    margin-bottom: 10px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,
div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {
    display: inline-block
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .pp-heading-link {
    display: block
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title:before {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading {
    margin-top: 0;
    margin-bottom: 0
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading,
div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading p {
    color: #cecece
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading p:last-of-type {
    margin-bottom: 0
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-heading-separator-align {
    text-align: left
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.line_with_icon:before {
    margin-right: 20px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.line_with_icon:after {
    margin-left: 20px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {
    left: 1%
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {
    right: 1%
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.line_with_icon:before,
div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.line_with_icon:after {
    width: 100px;
    border-style: solid;
    border-bottom-width: 1px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    float: left
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,
div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {
    font-size: 16px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.icon_only span {
    border-radius: 100px;
    border-width: 0;
    border-style: none
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.icon_only img,
div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.line_with_icon img {
    border-radius: 100px
}

@media only screen and (max-width: 992px) {

    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-y394rstc0emp .pp-heading-content {
        text-align:
    }
}

@media only screen and (max-width: 768px) {

    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-heading-separator-align,
    div.fl-node-y394rstc0emp .pp-heading-content {
        text-align:
    }
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.4
}

div.fl-node-y394rstc0emp div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-primary-title {
    padding-left: 20px
}

div.fl-node-y394rstc0emp div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span.pp-secondary-title {
    padding-right: 20px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading,
div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 24px
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

div.fl-node-y394rstc0emp .pp-heading-content .pp-heading-separator.icon_only span {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

@media(max-width: 1200px) {
    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 28px
    }

    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title {
        font-size: 43px
    }

    div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading,
    div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading p {
        font-size: 19px
    }
}

@media(max-width: 992px) {
    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 24px
    }

    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title {
        font-size: 35px
    }

    div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading,
    div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading p {
        font-size: 16px
    }
}

@media(max-width: 768px) {
    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {
        font-size: 19px;
        line-height: 1.3
    }

    div.fl-node-y394rstc0emp .pp-heading-content .pp-heading .heading-title {
        font-size: 31px
    }

    div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading,
    div.fl-node-y394rstc0emp .pp-heading-content .pp-sub-heading p {
        font-size: 15px
    }
}

.fl-node-y394rstc0emp>.fl-module-content {
    margin-top: 0
}

@media (max-width: 1200px) {
    .fl-node-y394rstc0emp.fl-module>.fl-module-content {
        margin-top: 38px
    }
}

@media (max-width: 768px) {
    .fl-node-y394rstc0emp.fl-module>.fl-module-content {
        margin-top: 0
    }
}

.fl-node-2qyrvab46ifp .fl-photo {
    text-align: left
}

.fl-node-2qyrvab46ifp .fl-photo-content,
.fl-node-2qyrvab46ifp .fl-photo-img {
    width: 450px
}

.bb-gf-input.input-small {
    width: 46px !important
}

.fl-module .pp-cf7-content input.wpcf7-submit {
    clear: both
}

.pp-cf7-content label {
    display: block
}

@media only screen and (min-width: 769px) {
    .pp-cf7-content .pp-cf7-col-1 {
        width: 100%;
        padding: 0 5px;
        clear: left
    }

    .pp-cf7-content .pp-cf7-col-2 {
        width: 50%;
        float: left;
        padding: 0 5px
    }

    .pp-cf7-content .pp-cf7-col-3 {
        width: 33.33%;
        float: left;
        padding: 0 5px
    }

    .pp-cf7-content .pp-cf7-col-4 {
        width: 25%;
        float: left;
        padding: 0 5px
    }

    .pp-cf7-content .pp-cf7-col-5 {
        width: 20%;
        float: left;
        padding: 0 5px
    }

    .pp-cf7-content .pp-cf7-col-6 {
        width: 16.66%;
        float: left;
        padding: 0 5px
    }
}

@media only screen and (max-width: 768px) {

    .pp-cf7-content .wpcf7-text,
    .pp-cf7-content .wpcf7-email,
    .pp-cf7-content .wpcf7-textarea,
    .pp-cf7-content .wpcf7-quiz,
    .pp-cf7-content .wpcf7-number {
        width: 100% !important
    }
}

.fl-node-w93au6jm0yvq .pp-cf7-content {
    background-color: rgba(0, 0, 0, .29);
    padding: 5px
}

.fl-node-w93au6jm0yvq .pp-cf7-form-title {
    color: #fff
}

.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-text,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-email,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-textarea,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-quiz,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-number {
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-width: 0;
    border-width: 1px;
    height: 40px;
    width: 75%;
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 10px
}

.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-text:focus,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-email:focus,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-textarea:focus,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-quiz:focus,
.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-number:focus {
    border-color:
}

.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-textarea {
    height: 75px
}

.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-file {
    height: 40px
}

.fl-node-w93au6jm0yvq .pp-cf7-content input.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: #c92727;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    float: center;
    display: block;
    margin: 0 auto;
    float: none;
    width: 150px;
    font-weight: 600;
}

.fl-node-w93au6jm0yvq .pp-cf7-content input.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:hover {
    color: #000;
    background: #fff
}

.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-response-output {
    background-color: #fff;
    color: #000
}

.fl-node-w93au6jm0yvq .pp-cf7-content .wpcf7-not-valid-tip {
    display: true;
    color: red
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=text]::-webkit-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=text]:-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=text]::-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=text]:-ms-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=tel]::-webkit-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=tel]:-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=tel]::-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=tel]:-ms-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=email]::-webkit-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=email]:-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=email]::-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content input[type=email]:-ms-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content textarea::-webkit-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content textarea:-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content textarea::-moz-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content textarea:-ms-input-placeholder {
    color: #999
}

.fl-node-w93au6jm0yvq .pp-cf7-content {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.fl-node-w93au6jm0yvq .pp-cf7-form-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 27px;
    text-align: center
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-node-vz7msbo4t6y2 .fl-row-content {
    min-width: 0
}

.fl-node-saytihe1j827 .fl-row-content {
    min-width: 0
}

.fl-node-uy74xizl9mn1 .fl-row-content {
    min-width: 0
}

.fl-node-xq3vln1hzk94 .fl-row-content {
    min-width: 0
}

.fl-node-043qhfpodvk8 .fl-row-content {
    min-width: 0
}

.fl-node-905cimak64qw .fl-row-content {
    min-width: 0
}

.fl-node-vw168lb07typ .fl-row-content {
    min-width: 0
}

.fl-node-y1w6d2tp7kbh .fl-row-content {
    min-width: 0
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(//centrlodok.ru/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

@font-face {
    font-family: 'WC-SA-Icons';
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce-status-actions/assets/css/fonts/WC-SA-Icons.eot?kyha88);
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce-status-actions/assets/css/fonts/WC-SA-Icons.eot?kyha88#iefix) format('embedded-opentype'), url(//centrlodok.ru/wp-content/plugins/woocommerce-status-actions/assets/css/fonts/WC-SA-Icons.ttf?kyha88) format('truetype'), url(//centrlodok.ru/wp-content/plugins/woocommerce-status-actions/assets/css/fonts/WC-SA-Icons.woff?kyha88) format('woff'), url(//centrlodok.ru/wp-content/plugins/woocommerce-status-actions/assets/css/fonts/WC-SA-Icons.svg?kyha88#WC-SA-Icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=wc-sa-icon-unie] {
    font-family: 'WC-SA-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.order_actions .wc-sa-action-icon {
    display: block;
    height: 2em !important;
    padding: 0 !important;
    position: relative;
    text-indent: -9999px;
    width: 2em
}

.order_actions .wc-sa-action-icon:after {
    height: 100%;
    position: absolute;
    text-indent: 0;
    width: 100%;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    line-height: 1.85;
    margin: 0;
    text-align: center;
    text-transform: none;
    top: 0;
    font-family: 'WC-SA-Icons' !important
}

.wc-sa-icon-unie900:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e900"
}

.wc-sa-icon-unie901:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e901"
}

.wc-sa-icon-unie902:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e902"
}

.wc-sa-icon-unie903:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e903"
}

.wc-sa-icon-unie904:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e904"
}

.wc-sa-icon-unie905:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e905"
}

.wc-sa-icon-unie906:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e906"
}

.wc-sa-icon-unie907:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e907"
}

.wc-sa-icon-unie908:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e908"
}

.wc-sa-icon-unie909:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e909"
}

.wc-sa-icon-unie90a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e90a"
}

.wc-sa-icon-unie90b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e90b"
}

.wc-sa-icon-unie90c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e90c"
}

.wc-sa-icon-unie90d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e90d"
}

.wc-sa-icon-unie90e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e90e"
}

.wc-sa-icon-unie90f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e90f"
}

.wc-sa-icon-unie910:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e910"
}

.wc-sa-icon-unie911:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e911"
}

.wc-sa-icon-unie912:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e912"
}

.wc-sa-icon-unie913:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e913"
}

.wc-sa-icon-unie914:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e914"
}

.wc-sa-icon-unie915:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e915"
}

.wc-sa-icon-unie916:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e916"
}

.wc-sa-icon-unie917:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e917"
}

.wc-sa-icon-unie918:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e918"
}

.wc-sa-icon-unie919:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e919"
}

.wc-sa-icon-unie91a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e91a"
}

.wc-sa-icon-unie91b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e91b"
}

.wc-sa-icon-unie91c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e91c"
}

.wc-sa-icon-unie91d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e91d"
}

.wc-sa-icon-unie91e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e91e"
}

.wc-sa-icon-unie91f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e91f"
}

.wc-sa-icon-unie920:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e920"
}

.wc-sa-icon-unie921:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e921"
}

.wc-sa-icon-unie922:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e922"
}

.wc-sa-icon-unie923:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e923"
}

.wc-sa-icon-unie924:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e924"
}

.wc-sa-icon-unie925:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e925"
}

.wc-sa-icon-unie926:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e926"
}

.wc-sa-icon-unie927:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e927"
}

.wc-sa-icon-unie928:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e928"
}

.wc-sa-icon-unie929:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e929"
}

.wc-sa-icon-unie92a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e92a"
}

.wc-sa-icon-unie92b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e92b"
}

.wc-sa-icon-unie92c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e92c"
}

.wc-sa-icon-unie92d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e92d"
}

.wc-sa-icon-unie92e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e92e"
}

.wc-sa-icon-unie92f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e92f"
}

.wc-sa-icon-unie930:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e930"
}

.wc-sa-icon-unie931:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e931"
}

.wc-sa-icon-unie932:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e932"
}

.wc-sa-icon-unie933:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e933"
}

.wc-sa-icon-unie934:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e934"
}

.wc-sa-icon-unie935:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e935"
}

.wc-sa-icon-unie936:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e936"
}

.wc-sa-icon-unie937:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e937"
}

.wc-sa-icon-unie938:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e938"
}

.wc-sa-icon-unie939:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e939"
}

.wc-sa-icon-unie93a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e93a"
}

.wc-sa-icon-unie93b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e93b"
}

.wc-sa-icon-unie93c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e93c"
}

.wc-sa-icon-unie93d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e93d"
}

.wc-sa-icon-unie93e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e93e"
}

.wc-sa-icon-unie93f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e93f"
}

.wc-sa-icon-unie940:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e940"
}

.wc-sa-icon-unie941:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e941"
}

.wc-sa-icon-unie942:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e942"
}

.wc-sa-icon-unie943:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e943"
}

.wc-sa-icon-unie944:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e944"
}

.wc-sa-icon-unie945:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e945"
}

.wc-sa-icon-unie946:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e946"
}

.wc-sa-icon-unie947:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e947"
}

.wc-sa-icon-unie948:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e948"
}

.wc-sa-icon-unie949:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e949"
}

.wc-sa-icon-unie94a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e94a"
}

.wc-sa-icon-unie94b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e94b"
}

.wc-sa-icon-unie94c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e94c"
}

.wc-sa-icon-unie94d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e94d"
}

.wc-sa-icon-unie94e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e94e"
}

.wc-sa-icon-unie94f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e94f"
}

.wc-sa-icon-unie950:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e950"
}

.wc-sa-icon-unie951:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e951"
}

.wc-sa-icon-unie952:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e952"
}

.wc-sa-icon-unie953:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e953"
}

.wc-sa-icon-unie954:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e954"
}

.wc-sa-icon-unie955:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e955"
}

.wc-sa-icon-unie956:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e956"
}

.wc-sa-icon-unie957:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e957"
}

.wc-sa-icon-unie958:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e958"
}

.wc-sa-icon-unie959:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e959"
}

.wc-sa-icon-unie95a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e95a"
}

.wc-sa-icon-unie95b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e95b"
}

.wc-sa-icon-unie95c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e95c"
}

.wc-sa-icon-unie95d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e95d"
}

.wc-sa-icon-unie95e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e95e"
}

.wc-sa-icon-unie95f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e95f"
}

.wc-sa-icon-unie960:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e960"
}

.wc-sa-icon-unie961:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e961"
}

.wc-sa-icon-unie962:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e962"
}

.wc-sa-icon-unie963:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e963"
}

.wc-sa-icon-unie964:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e964"
}

.wc-sa-icon-unie965:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e965"
}

.wc-sa-icon-unie966:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e966"
}

.wc-sa-icon-unie967:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e967"
}

.wc-sa-icon-unie968:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e968"
}

.wc-sa-icon-unie969:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e969"
}

.wc-sa-icon-unie96a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e96a"
}

.wc-sa-icon-unie96b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e96b"
}

.wc-sa-icon-unie96c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e96c"
}

.wc-sa-icon-unie96d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e96d"
}

.wc-sa-icon-unie96e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e96e"
}

.wc-sa-icon-unie96f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e96f"
}

.wc-sa-icon-unie970:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e970"
}

.wc-sa-icon-unie971:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e971"
}

.wc-sa-icon-unie972:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e972"
}

.wc-sa-icon-unie973:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e973"
}

.wc-sa-icon-unie974:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e974"
}

.wc-sa-icon-unie975:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e975"
}

.wc-sa-icon-unie976:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e976"
}

.wc-sa-icon-unie977:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e977"
}

.wc-sa-icon-unie978:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e978"
}

.wc-sa-icon-unie979:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e979"
}

.wc-sa-icon-unie97a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e97a"
}

.wc-sa-icon-unie97b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e97b"
}

.wc-sa-icon-unie97c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e97c"
}

.wc-sa-icon-unie97d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e97d"
}

.wc-sa-icon-unie97e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e97e"
}

.wc-sa-icon-unie97f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e97f"
}

.wc-sa-icon-unie980:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e980"
}

.wc-sa-icon-unie981:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e981"
}

.wc-sa-icon-unie982:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e982"
}

.wc-sa-icon-unie983:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e983"
}

.wc-sa-icon-unie984:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e984"
}

.wc-sa-icon-unie985:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e985"
}

.wc-sa-icon-unie986:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e986"
}

.wc-sa-icon-unie987:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e987"
}

.wc-sa-icon-unie988:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e988"
}

.wc-sa-icon-unie989:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e989"
}

.wc-sa-icon-unie98a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e98a"
}

.wc-sa-icon-unie98b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e98b"
}

.wc-sa-icon-unie98c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e98c"
}

.wc-sa-icon-unie98d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e98d"
}

.wc-sa-icon-unie98e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e98e"
}

.wc-sa-icon-unie98f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e98f"
}

.wc-sa-icon-unie990:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e990"
}

.wc-sa-icon-unie991:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e991"
}

.wc-sa-icon-unie992:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e992"
}

.wc-sa-icon-unie993:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e993"
}

.wc-sa-icon-unie994:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e994"
}

.wc-sa-icon-unie995:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e995"
}

.wc-sa-icon-unie996:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e996"
}

.wc-sa-icon-unie997:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e997"
}

.wc-sa-icon-unie998:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e998"
}

.wc-sa-icon-unie999:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e999"
}

.wc-sa-icon-unie99a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e99a"
}

.wc-sa-icon-unie99b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e99b"
}

.wc-sa-icon-unie99c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e99c"
}

.wc-sa-icon-unie99d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e99d"
}

.wc-sa-icon-unie99e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e99e"
}

.wc-sa-icon-unie99f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e99f"
}

.wc-sa-icon-unie9a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a0"
}

.wc-sa-icon-unie9a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a1"
}

.wc-sa-icon-unie9a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a2"
}

.wc-sa-icon-unie9a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a3"
}

.wc-sa-icon-unie9a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a4"
}

.wc-sa-icon-unie9a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a5"
}

.wc-sa-icon-unie9a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a6"
}

.wc-sa-icon-unie9a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a7"
}

.wc-sa-icon-unie9a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a8"
}

.wc-sa-icon-unie9a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9a9"
}

.wc-sa-icon-unie9aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9aa"
}

.wc-sa-icon-unie9ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ab"
}

.wc-sa-icon-unie9ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ac"
}

.wc-sa-icon-unie9ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ad"
}

.wc-sa-icon-unie9ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ae"
}

.wc-sa-icon-unie9af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9af"
}

.wc-sa-icon-unie9b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b0"
}

.wc-sa-icon-unie9b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b1"
}

.wc-sa-icon-unie9b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b2"
}

.wc-sa-icon-unie9b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b3"
}

.wc-sa-icon-unie9b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b4"
}

.wc-sa-icon-unie9b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b5"
}

.wc-sa-icon-unie9b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b6"
}

.wc-sa-icon-unie9b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b7"
}

.wc-sa-icon-unie9b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b8"
}

.wc-sa-icon-unie9b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9b9"
}

.wc-sa-icon-unie9ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ba"
}

.wc-sa-icon-unie9bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9bb"
}

.wc-sa-icon-unie9bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9bc"
}

.wc-sa-icon-unie9bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9bd"
}

.wc-sa-icon-unie9be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9be"
}

.wc-sa-icon-unie9bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9bf"
}

.wc-sa-icon-unie9c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c0"
}

.wc-sa-icon-unie9c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c1"
}

.wc-sa-icon-unie9c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c2"
}

.wc-sa-icon-unie9c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c3"
}

.wc-sa-icon-unie9c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c4"
}

.wc-sa-icon-unie9c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c5"
}

.wc-sa-icon-unie9c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c6"
}

.wc-sa-icon-unie9c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c7"
}

.wc-sa-icon-unie9c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c8"
}

.wc-sa-icon-unie9c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9c9"
}

.wc-sa-icon-unie9ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ca"
}

.wc-sa-icon-unie9cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9cb"
}

.wc-sa-icon-unie9cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9cc"
}

.wc-sa-icon-unie9cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9cd"
}

.wc-sa-icon-unie9ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ce"
}

.wc-sa-icon-unie9cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9cf"
}

.wc-sa-icon-unie9d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d0"
}

.wc-sa-icon-unie9d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d1"
}

.wc-sa-icon-unie9d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d2"
}

.wc-sa-icon-unie9d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d3"
}

.wc-sa-icon-unie9d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d4"
}

.wc-sa-icon-unie9d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d5"
}

.wc-sa-icon-unie9d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d6"
}

.wc-sa-icon-unie9d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d7"
}

.wc-sa-icon-unie9d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d8"
}

.wc-sa-icon-unie9d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9d9"
}

.wc-sa-icon-unie9da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9da"
}

.wc-sa-icon-unie9db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9db"
}

.wc-sa-icon-unie9dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9dc"
}

.wc-sa-icon-unie9dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9dd"
}

.wc-sa-icon-unie9de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9de"
}

.wc-sa-icon-unie9df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9df"
}

.wc-sa-icon-unie9e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e0"
}

.wc-sa-icon-unie9e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e1"
}

.wc-sa-icon-unie9e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e2"
}

.wc-sa-icon-unie9e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e3"
}

.wc-sa-icon-unie9e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e4"
}

.wc-sa-icon-unie9e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e5"
}

.wc-sa-icon-unie9e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e6"
}

.wc-sa-icon-unie9e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e7"
}

.wc-sa-icon-unie9e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e8"
}

.wc-sa-icon-unie9e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9e9"
}

.wc-sa-icon-unie9ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ea"
}

.wc-sa-icon-unie9eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9eb"
}

.wc-sa-icon-unie9ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ec"
}

.wc-sa-icon-unie9ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ed"
}

.wc-sa-icon-unie9ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ee"
}

.wc-sa-icon-unie9ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ef"
}

.wc-sa-icon-unie9f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f0"
}

.wc-sa-icon-unie9f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f1"
}

.wc-sa-icon-unie9f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f2"
}

.wc-sa-icon-unie9f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f3"
}

.wc-sa-icon-unie9f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f4"
}

.wc-sa-icon-unie9f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f5"
}

.wc-sa-icon-unie9f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f6"
}

.wc-sa-icon-unie9f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f7"
}

.wc-sa-icon-unie9f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f8"
}

.wc-sa-icon-unie9f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9f9"
}

.wc-sa-icon-unie9fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9fa"
}

.wc-sa-icon-unie9fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9fb"
}

.wc-sa-icon-unie9fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9fc"
}

.wc-sa-icon-unie9fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9fd"
}

.wc-sa-icon-unie9fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9fe"
}

.wc-sa-icon-unie9ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\e9ff"
}

.wc-sa-icon-uniea00:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea00"
}

.wc-sa-icon-uniea01:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea01"
}

.wc-sa-icon-uniea02:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea02"
}

.wc-sa-icon-uniea03:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea03"
}

.wc-sa-icon-uniea04:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea04"
}

.wc-sa-icon-uniea05:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea05"
}

.wc-sa-icon-uniea06:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea06"
}

.wc-sa-icon-uniea07:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea07"
}

.wc-sa-icon-uniea08:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea08"
}

.wc-sa-icon-uniea09:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea09"
}

.wc-sa-icon-uniea0a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea0a"
}

.wc-sa-icon-uniea0b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea0b"
}

.wc-sa-icon-uniea0c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea0c"
}

.wc-sa-icon-uniea0d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea0d"
}

.wc-sa-icon-uniea0e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea0e"
}

.wc-sa-icon-uniea0f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea0f"
}

.wc-sa-icon-uniea10:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea10"
}

.wc-sa-icon-uniea11:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea11"
}

.wc-sa-icon-uniea12:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea12"
}

.wc-sa-icon-uniea13:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea13"
}

.wc-sa-icon-uniea14:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea14"
}

.wc-sa-icon-uniea15:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea15"
}

.wc-sa-icon-uniea16:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea16"
}

.wc-sa-icon-uniea17:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea17"
}

.wc-sa-icon-uniea18:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea18"
}

.wc-sa-icon-uniea19:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea19"
}

.wc-sa-icon-uniea1a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea1a"
}

.wc-sa-icon-uniea1b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea1b"
}

.wc-sa-icon-uniea1c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea1c"
}

.wc-sa-icon-uniea1d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea1d"
}

.wc-sa-icon-uniea1e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea1e"
}

.wc-sa-icon-uniea1f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea1f"
}

.wc-sa-icon-uniea20:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea20"
}

.wc-sa-icon-uniea21:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea21"
}

.wc-sa-icon-uniea22:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea22"
}

.wc-sa-icon-uniea23:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea23"
}

.wc-sa-icon-uniea24:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea24"
}

.wc-sa-icon-uniea25:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea25"
}

.wc-sa-icon-uniea26:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea26"
}

.wc-sa-icon-uniea27:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea27"
}

.wc-sa-icon-uniea28:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea28"
}

.wc-sa-icon-uniea29:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea29"
}

.wc-sa-icon-uniea2a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea2a"
}

.wc-sa-icon-uniea2b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea2b"
}

.wc-sa-icon-uniea2c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea2c"
}

.wc-sa-icon-uniea2d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea2d"
}

.wc-sa-icon-uniea2e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea2e"
}

.wc-sa-icon-uniea2f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea2f"
}

.wc-sa-icon-uniea30:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea30"
}

.wc-sa-icon-uniea31:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea31"
}

.wc-sa-icon-uniea32:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea32"
}

.wc-sa-icon-uniea33:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea33"
}

.wc-sa-icon-uniea34:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea34"
}

.wc-sa-icon-uniea35:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea35"
}

.wc-sa-icon-uniea36:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea36"
}

.wc-sa-icon-uniea37:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea37"
}

.wc-sa-icon-uniea38:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea38"
}

.wc-sa-icon-uniea39:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea39"
}

.wc-sa-icon-uniea3a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea3a"
}

.wc-sa-icon-uniea3b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea3b"
}

.wc-sa-icon-uniea3c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea3c"
}

.wc-sa-icon-uniea3d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea3d"
}

.wc-sa-icon-uniea3e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea3e"
}

.wc-sa-icon-uniea3f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea3f"
}

.wc-sa-icon-uniea40:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea40"
}

.wc-sa-icon-uniea41:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea41"
}

.wc-sa-icon-uniea42:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea42"
}

.wc-sa-icon-uniea43:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea43"
}

.wc-sa-icon-uniea44:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea44"
}

.wc-sa-icon-uniea45:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea45"
}

.wc-sa-icon-uniea46:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea46"
}

.wc-sa-icon-uniea47:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea47"
}

.wc-sa-icon-uniea48:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea48"
}

.wc-sa-icon-uniea49:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea49"
}

.wc-sa-icon-uniea4a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea4a"
}

.wc-sa-icon-uniea4b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea4b"
}

.wc-sa-icon-uniea4c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea4c"
}

.wc-sa-icon-uniea4d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea4d"
}

.wc-sa-icon-uniea4e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea4e"
}

.wc-sa-icon-uniea4f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea4f"
}

.wc-sa-icon-uniea50:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea50"
}

.wc-sa-icon-uniea51:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea51"
}

.wc-sa-icon-uniea52:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea52"
}

.wc-sa-icon-uniea53:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea53"
}

.wc-sa-icon-uniea54:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea54"
}

.wc-sa-icon-uniea55:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea55"
}

.wc-sa-icon-uniea56:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea56"
}

.wc-sa-icon-uniea57:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea57"
}

.wc-sa-icon-uniea58:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea58"
}

.wc-sa-icon-uniea59:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea59"
}

.wc-sa-icon-uniea5a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea5a"
}

.wc-sa-icon-uniea5b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea5b"
}

.wc-sa-icon-uniea5c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea5c"
}

.wc-sa-icon-uniea5d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea5d"
}

.wc-sa-icon-uniea5e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea5e"
}

.wc-sa-icon-uniea5f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea5f"
}

.wc-sa-icon-uniea60:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea60"
}

.wc-sa-icon-uniea61:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea61"
}

.wc-sa-icon-uniea62:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea62"
}

.wc-sa-icon-uniea63:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea63"
}

.wc-sa-icon-uniea64:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea64"
}

.wc-sa-icon-uniea65:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea65"
}

.wc-sa-icon-uniea66:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea66"
}

.wc-sa-icon-uniea67:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea67"
}

.wc-sa-icon-uniea68:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea68"
}

.wc-sa-icon-uniea69:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea69"
}

.wc-sa-icon-uniea6a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea6a"
}

.wc-sa-icon-uniea6b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea6b"
}

.wc-sa-icon-uniea6c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea6c"
}

.wc-sa-icon-uniea6d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea6d"
}

.wc-sa-icon-uniea6e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea6e"
}

.wc-sa-icon-uniea6f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea6f"
}

.wc-sa-icon-uniea70:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea70"
}

.wc-sa-icon-uniea71:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea71"
}

.wc-sa-icon-uniea72:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea72"
}

.wc-sa-icon-uniea73:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea73"
}

.wc-sa-icon-uniea74:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea74"
}

.wc-sa-icon-uniea75:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea75"
}

.wc-sa-icon-uniea76:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea76"
}

.wc-sa-icon-uniea77:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea77"
}

.wc-sa-icon-uniea78:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea78"
}

.wc-sa-icon-uniea79:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea79"
}

.wc-sa-icon-uniea7a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea7a"
}

.wc-sa-icon-uniea7b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea7b"
}

.wc-sa-icon-uniea7c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea7c"
}

.wc-sa-icon-uniea7d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea7d"
}

.wc-sa-icon-uniea7e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea7e"
}

.wc-sa-icon-uniea7f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea7f"
}

.wc-sa-icon-uniea80:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea80"
}

.wc-sa-icon-uniea81:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea81"
}

.wc-sa-icon-uniea82:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea82"
}

.wc-sa-icon-uniea83:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea83"
}

.wc-sa-icon-uniea84:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea84"
}

.wc-sa-icon-uniea85:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea85"
}

.wc-sa-icon-uniea86:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea86"
}

.wc-sa-icon-uniea87:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea87"
}

.wc-sa-icon-uniea88:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea88"
}

.wc-sa-icon-uniea89:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea89"
}

.wc-sa-icon-uniea8a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea8a"
}

.wc-sa-icon-uniea8b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea8b"
}

.wc-sa-icon-uniea8c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea8c"
}

.wc-sa-icon-uniea8d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea8d"
}

.wc-sa-icon-uniea8e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea8e"
}

.wc-sa-icon-uniea8f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea8f"
}

.wc-sa-icon-uniea90:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea90"
}

.wc-sa-icon-uniea91:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea91"
}

.wc-sa-icon-uniea92:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea92"
}

.wc-sa-icon-uniea93:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea93"
}

.wc-sa-icon-uniea94:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea94"
}

.wc-sa-icon-uniea95:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea95"
}

.wc-sa-icon-uniea96:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea96"
}

.wc-sa-icon-uniea97:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea97"
}

.wc-sa-icon-uniea98:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea98"
}

.wc-sa-icon-uniea99:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea99"
}

.wc-sa-icon-uniea9a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea9a"
}

.wc-sa-icon-uniea9b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea9b"
}

.wc-sa-icon-uniea9c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea9c"
}

.wc-sa-icon-uniea9d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea9d"
}

.wc-sa-icon-uniea9e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea9e"
}

.wc-sa-icon-uniea9f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ea9f"
}

.wc-sa-icon-unieaa0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa0"
}

.wc-sa-icon-unieaa1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa1"
}

.wc-sa-icon-unieaa2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa2"
}

.wc-sa-icon-unieaa3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa3"
}

.wc-sa-icon-unieaa4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa4"
}

.wc-sa-icon-unieaa5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa5"
}

.wc-sa-icon-unieaa6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa6"
}

.wc-sa-icon-unieaa7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa7"
}

.wc-sa-icon-unieaa8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa8"
}

.wc-sa-icon-unieaa9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaa9"
}

.wc-sa-icon-unieaaa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaaa"
}

.wc-sa-icon-unieaab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaab"
}

.wc-sa-icon-unieaac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaac"
}

.wc-sa-icon-unieaad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaad"
}

.wc-sa-icon-unieaae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaae"
}

.wc-sa-icon-unieaaf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaaf"
}

.wc-sa-icon-unieab0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab0"
}

.wc-sa-icon-unieab1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab1"
}

.wc-sa-icon-unieab2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab2"
}

.wc-sa-icon-unieab3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab3"
}

.wc-sa-icon-unieab4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab4"
}

.wc-sa-icon-unieab5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab5"
}

.wc-sa-icon-unieab6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab6"
}

.wc-sa-icon-unieab7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab7"
}

.wc-sa-icon-unieab8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab8"
}

.wc-sa-icon-unieab9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eab9"
}

.wc-sa-icon-unieaba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaba"
}

.wc-sa-icon-unieabb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eabb"
}

.wc-sa-icon-unieabc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eabc"
}

.wc-sa-icon-unieabd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eabd"
}

.wc-sa-icon-unieabe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eabe"
}

.wc-sa-icon-unieabf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eabf"
}

.wc-sa-icon-unieac0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac0"
}

.wc-sa-icon-unieac1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac1"
}

.wc-sa-icon-unieac2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac2"
}

.wc-sa-icon-unieac3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac3"
}

.wc-sa-icon-unieac4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac4"
}

.wc-sa-icon-unieac5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac5"
}

.wc-sa-icon-unieac6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac6"
}

.wc-sa-icon-unieac7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac7"
}

.wc-sa-icon-unieac8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac8"
}

.wc-sa-icon-unieac9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eac9"
}

.wc-sa-icon-unieaca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaca"
}

.wc-sa-icon-unieacb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eacb"
}

.wc-sa-icon-unieacc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eacc"
}

.wc-sa-icon-unieacd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eacd"
}

.wc-sa-icon-unieace:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eace"
}

.wc-sa-icon-unieacf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eacf"
}

.wc-sa-icon-uniead0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead0"
}

.wc-sa-icon-uniead1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead1"
}

.wc-sa-icon-uniead2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead2"
}

.wc-sa-icon-uniead3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead3"
}

.wc-sa-icon-uniead4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead4"
}

.wc-sa-icon-uniead5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead5"
}

.wc-sa-icon-uniead6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead6"
}

.wc-sa-icon-uniead7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead7"
}

.wc-sa-icon-uniead8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead8"
}

.wc-sa-icon-uniead9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ead9"
}

.wc-sa-icon-unieada:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eada"
}

.wc-sa-icon-unieadb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eadb"
}

.wc-sa-icon-unieadc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eadc"
}

.wc-sa-icon-unieadd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eadd"
}

.wc-sa-icon-unieade:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eade"
}

.wc-sa-icon-unieadf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eadf"
}

.wc-sa-icon-unieae0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae0"
}

.wc-sa-icon-unieae1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae1"
}

.wc-sa-icon-unieae2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae2"
}

.wc-sa-icon-unieae3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae3"
}

.wc-sa-icon-unieae4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae4"
}

.wc-sa-icon-unieae5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae5"
}

.wc-sa-icon-unieae6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae6"
}

.wc-sa-icon-unieae7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae7"
}

.wc-sa-icon-unieae8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae8"
}

.wc-sa-icon-unieae9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eae9"
}

.wc-sa-icon-unieaea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaea"
}

.wc-sa-icon-unieaeb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaeb"
}

.wc-sa-icon-unieaec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaec"
}

.wc-sa-icon-unieaed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaed"
}

.wc-sa-icon-unieaee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaee"
}

.wc-sa-icon-unieaef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaef"
}

.wc-sa-icon-unieaf0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf0"
}

.wc-sa-icon-unieaf1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf1"
}

.wc-sa-icon-unieaf2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf2"
}

.wc-sa-icon-unieaf3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf3"
}

.wc-sa-icon-unieaf4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf4"
}

.wc-sa-icon-unieaf5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf5"
}

.wc-sa-icon-unieaf6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf6"
}

.wc-sa-icon-unieaf7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf7"
}

.wc-sa-icon-unieaf8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf8"
}

.wc-sa-icon-unieaf9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaf9"
}

.wc-sa-icon-unieafa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eafa"
}

.wc-sa-icon-unieafb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eafb"
}

.wc-sa-icon-unieafc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eafc"
}

.wc-sa-icon-unieafd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eafd"
}

.wc-sa-icon-unieafe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eafe"
}

.wc-sa-icon-unieaff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eaff"
}

.wc-sa-icon-unieb00:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb00"
}

.wc-sa-icon-unieb01:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb01"
}

.wc-sa-icon-unieb02:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb02"
}

.wc-sa-icon-unieb03:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb03"
}

.wc-sa-icon-unieb04:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb04"
}

.wc-sa-icon-unieb05:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb05"
}

.wc-sa-icon-unieb06:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb06"
}

.wc-sa-icon-unieb07:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb07"
}

.wc-sa-icon-unieb08:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb08"
}

.wc-sa-icon-unieb09:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb09"
}

.wc-sa-icon-unieb0a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb0a"
}

.wc-sa-icon-unieb0b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb0b"
}

.wc-sa-icon-unieb0c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb0c"
}

.wc-sa-icon-unieb0d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb0d"
}

.wc-sa-icon-unieb0e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb0e"
}

.wc-sa-icon-unieb0f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb0f"
}

.wc-sa-icon-unieb10:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb10"
}

.wc-sa-icon-unieb11:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb11"
}

.wc-sa-icon-unieb12:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb12"
}

.wc-sa-icon-unieb13:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb13"
}

.wc-sa-icon-unieb14:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb14"
}

.wc-sa-icon-unieb15:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb15"
}

.wc-sa-icon-unieb16:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb16"
}

.wc-sa-icon-unieb17:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb17"
}

.wc-sa-icon-unieb18:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb18"
}

.wc-sa-icon-unieb19:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb19"
}

.wc-sa-icon-unieb1a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb1a"
}

.wc-sa-icon-unieb1b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb1b"
}

.wc-sa-icon-unieb1c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb1c"
}

.wc-sa-icon-unieb1d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb1d"
}

.wc-sa-icon-unieb1e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb1e"
}

.wc-sa-icon-unieb1f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb1f"
}

.wc-sa-icon-unieb20:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb20"
}

.wc-sa-icon-unieb21:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb21"
}

.wc-sa-icon-unieb22:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb22"
}

.wc-sa-icon-unieb23:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb23"
}

.wc-sa-icon-unieb24:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb24"
}

.wc-sa-icon-unieb25:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb25"
}

.wc-sa-icon-unieb26:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb26"
}

.wc-sa-icon-unieb27:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb27"
}

.wc-sa-icon-unieb28:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb28"
}

.wc-sa-icon-unieb29:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb29"
}

.wc-sa-icon-unieb2a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb2a"
}

.wc-sa-icon-unieb2b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb2b"
}

.wc-sa-icon-unieb2c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb2c"
}

.wc-sa-icon-unieb2d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb2d"
}

.wc-sa-icon-unieb2e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb2e"
}

.wc-sa-icon-unieb2f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb2f"
}

.wc-sa-icon-unieb30:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb30"
}

.wc-sa-icon-unieb31:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb31"
}

.wc-sa-icon-unieb32:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb32"
}

.wc-sa-icon-unieb33:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb33"
}

.wc-sa-icon-unieb34:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb34"
}

.wc-sa-icon-unieb35:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb35"
}

.wc-sa-icon-unieb36:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb36"
}

.wc-sa-icon-unieb37:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb37"
}

.wc-sa-icon-unieb38:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb38"
}

.wc-sa-icon-unieb39:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb39"
}

.wc-sa-icon-unieb3a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb3a"
}

.wc-sa-icon-unieb3b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb3b"
}

.wc-sa-icon-unieb3c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb3c"
}

.wc-sa-icon-unieb3d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb3d"
}

.wc-sa-icon-unieb3e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb3e"
}

.wc-sa-icon-unieb3f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb3f"
}

.wc-sa-icon-unieb40:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb40"
}

.wc-sa-icon-unieb41:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb41"
}

.wc-sa-icon-unieb42:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb42"
}

.wc-sa-icon-unieb43:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb43"
}

.wc-sa-icon-unieb44:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb44"
}

.wc-sa-icon-unieb45:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb45"
}

.wc-sa-icon-unieb46:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb46"
}

.wc-sa-icon-unieb47:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb47"
}

.wc-sa-icon-unieb48:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb48"
}

.wc-sa-icon-unieb49:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb49"
}

.wc-sa-icon-unieb4a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb4a"
}

.wc-sa-icon-unieb4b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb4b"
}

.wc-sa-icon-unieb4c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb4c"
}

.wc-sa-icon-unieb4d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb4d"
}

.wc-sa-icon-unieb4e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb4e"
}

.wc-sa-icon-unieb4f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb4f"
}

.wc-sa-icon-unieb50:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb50"
}

.wc-sa-icon-unieb51:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb51"
}

.wc-sa-icon-unieb52:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb52"
}

.wc-sa-icon-unieb53:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb53"
}

.wc-sa-icon-unieb54:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb54"
}

.wc-sa-icon-unieb55:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb55"
}

.wc-sa-icon-unieb56:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb56"
}

.wc-sa-icon-unieb57:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb57"
}

.wc-sa-icon-unieb58:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb58"
}

.wc-sa-icon-unieb59:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb59"
}

.wc-sa-icon-unieb5a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb5a"
}

.wc-sa-icon-unieb5b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb5b"
}

.wc-sa-icon-unieb5c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb5c"
}

.wc-sa-icon-unieb5d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb5d"
}

.wc-sa-icon-unieb5e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb5e"
}

.wc-sa-icon-unieb5f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb5f"
}

.wc-sa-icon-unieb60:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb60"
}

.wc-sa-icon-unieb61:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb61"
}

.wc-sa-icon-unieb62:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb62"
}

.wc-sa-icon-unieb63:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb63"
}

.wc-sa-icon-unieb64:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb64"
}

.wc-sa-icon-unieb65:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb65"
}

.wc-sa-icon-unieb66:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb66"
}

.wc-sa-icon-unieb67:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb67"
}

.wc-sa-icon-unieb68:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb68"
}

.wc-sa-icon-unieb69:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb69"
}

.wc-sa-icon-unieb6a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb6a"
}

.wc-sa-icon-unieb6b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb6b"
}

.wc-sa-icon-unieb6c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb6c"
}

.wc-sa-icon-unieb6d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb6d"
}

.wc-sa-icon-unieb6e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb6e"
}

.wc-sa-icon-unieb6f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb6f"
}

.wc-sa-icon-unieb70:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb70"
}

.wc-sa-icon-unieb71:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb71"
}

.wc-sa-icon-unieb72:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb72"
}

.wc-sa-icon-unieb73:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb73"
}

.wc-sa-icon-unieb74:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb74"
}

.wc-sa-icon-unieb75:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb75"
}

.wc-sa-icon-unieb76:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb76"
}

.wc-sa-icon-unieb77:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb77"
}

.wc-sa-icon-unieb78:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb78"
}

.wc-sa-icon-unieb79:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb79"
}

.wc-sa-icon-unieb7a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb7a"
}

.wc-sa-icon-unieb7b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb7b"
}

.wc-sa-icon-unieb7c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb7c"
}

.wc-sa-icon-unieb7d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb7d"
}

.wc-sa-icon-unieb7e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb7e"
}

.wc-sa-icon-unieb7f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb7f"
}

.wc-sa-icon-unieb80:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb80"
}

.wc-sa-icon-unieb81:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb81"
}

.wc-sa-icon-unieb82:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb82"
}

.wc-sa-icon-unieb83:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb83"
}

.wc-sa-icon-unieb84:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb84"
}

.wc-sa-icon-unieb85:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb85"
}

.wc-sa-icon-unieb86:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb86"
}

.wc-sa-icon-unieb87:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb87"
}

.wc-sa-icon-unieb88:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb88"
}

.wc-sa-icon-unieb89:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb89"
}

.wc-sa-icon-unieb8a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb8a"
}

.wc-sa-icon-unieb8b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb8b"
}

.wc-sa-icon-unieb8c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb8c"
}

.wc-sa-icon-unieb8d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb8d"
}

.wc-sa-icon-unieb8e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb8e"
}

.wc-sa-icon-unieb8f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb8f"
}

.wc-sa-icon-unieb90:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb90"
}

.wc-sa-icon-unieb91:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb91"
}

.wc-sa-icon-unieb92:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb92"
}

.wc-sa-icon-unieb93:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb93"
}

.wc-sa-icon-unieb94:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb94"
}

.wc-sa-icon-unieb95:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb95"
}

.wc-sa-icon-unieb96:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb96"
}

.wc-sa-icon-unieb97:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb97"
}

.wc-sa-icon-unieb98:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb98"
}

.wc-sa-icon-unieb99:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb99"
}

.wc-sa-icon-unieb9a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb9a"
}

.wc-sa-icon-unieb9b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb9b"
}

.wc-sa-icon-unieb9c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb9c"
}

.wc-sa-icon-unieb9d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb9d"
}

.wc-sa-icon-unieb9e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb9e"
}

.wc-sa-icon-unieb9f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eb9f"
}

.wc-sa-icon-unieba0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba0"
}

.wc-sa-icon-unieba1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba1"
}

.wc-sa-icon-unieba2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba2"
}

.wc-sa-icon-unieba3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba3"
}

.wc-sa-icon-unieba4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba4"
}

.wc-sa-icon-unieba5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba5"
}

.wc-sa-icon-unieba6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba6"
}

.wc-sa-icon-unieba7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba7"
}

.wc-sa-icon-unieba8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba8"
}

.wc-sa-icon-unieba9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eba9"
}

.wc-sa-icon-uniebaa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebaa"
}

.wc-sa-icon-uniebab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebab"
}

.wc-sa-icon-uniebac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebac"
}

.wc-sa-icon-uniebad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebad"
}

.wc-sa-icon-uniebae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebae"
}

.wc-sa-icon-uniebaf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebaf"
}

.wc-sa-icon-uniebb0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb0"
}

.wc-sa-icon-uniebb1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb1"
}

.wc-sa-icon-uniebb2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb2"
}

.wc-sa-icon-uniebb3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb3"
}

.wc-sa-icon-uniebb4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb4"
}

.wc-sa-icon-uniebb5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb5"
}

.wc-sa-icon-uniebb6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb6"
}

.wc-sa-icon-uniebb7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb7"
}

.wc-sa-icon-uniebb8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb8"
}

.wc-sa-icon-uniebb9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebb9"
}

.wc-sa-icon-uniebba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebba"
}

.wc-sa-icon-uniebbb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebbb"
}

.wc-sa-icon-uniebbc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebbc"
}

.wc-sa-icon-uniebbd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebbd"
}

.wc-sa-icon-uniebbe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebbe"
}

.wc-sa-icon-uniebbf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebbf"
}

.wc-sa-icon-uniebc0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc0"
}

.wc-sa-icon-uniebc1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc1"
}

.wc-sa-icon-uniebc2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc2"
}

.wc-sa-icon-uniebc3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc3"
}

.wc-sa-icon-uniebc4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc4"
}

.wc-sa-icon-uniebc5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc5"
}

.wc-sa-icon-uniebc6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc6"
}

.wc-sa-icon-uniebc7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc7"
}

.wc-sa-icon-uniebc8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc8"
}

.wc-sa-icon-uniebc9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebc9"
}

.wc-sa-icon-uniebca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebca"
}

.wc-sa-icon-uniebcb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebcb"
}

.wc-sa-icon-uniebcc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebcc"
}

.wc-sa-icon-uniebcd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebcd"
}

.wc-sa-icon-uniebce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebce"
}

.wc-sa-icon-uniebcf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebcf"
}

.wc-sa-icon-uniebd0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd0"
}

.wc-sa-icon-uniebd1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd1"
}

.wc-sa-icon-uniebd2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd2"
}

.wc-sa-icon-uniebd3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd3"
}

.wc-sa-icon-uniebd4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd4"
}

.wc-sa-icon-uniebd5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd5"
}

.wc-sa-icon-uniebd6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd6"
}

.wc-sa-icon-uniebd7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd7"
}

.wc-sa-icon-uniebd8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd8"
}

.wc-sa-icon-uniebd9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebd9"
}

.wc-sa-icon-uniebda:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebda"
}

.wc-sa-icon-uniebdb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebdb"
}

.wc-sa-icon-uniebdc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebdc"
}

.wc-sa-icon-uniebdd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebdd"
}

.wc-sa-icon-uniebde:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebde"
}

.wc-sa-icon-uniebdf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebdf"
}

.wc-sa-icon-uniebe0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe0"
}

.wc-sa-icon-uniebe1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe1"
}

.wc-sa-icon-uniebe2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe2"
}

.wc-sa-icon-uniebe3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe3"
}

.wc-sa-icon-uniebe4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe4"
}

.wc-sa-icon-uniebe5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe5"
}

.wc-sa-icon-uniebe6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe6"
}

.wc-sa-icon-uniebe7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe7"
}

.wc-sa-icon-uniebe8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe8"
}

.wc-sa-icon-uniebe9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebe9"
}

.wc-sa-icon-uniebea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebea"
}

.wc-sa-icon-uniebeb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebeb"
}

.wc-sa-icon-uniebec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebec"
}

.wc-sa-icon-uniebed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebed"
}

.wc-sa-icon-uniebee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebee"
}

.wc-sa-icon-uniebef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebef"
}

.wc-sa-icon-uniebf0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf0"
}

.wc-sa-icon-uniebf1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf1"
}

.wc-sa-icon-uniebf2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf2"
}

.wc-sa-icon-uniebf3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf3"
}

.wc-sa-icon-uniebf4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf4"
}

.wc-sa-icon-uniebf5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf5"
}

.wc-sa-icon-uniebf6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf6"
}

.wc-sa-icon-uniebf7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf7"
}

.wc-sa-icon-uniebf8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf8"
}

.wc-sa-icon-uniebf9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebf9"
}

.wc-sa-icon-uniebfa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebfa"
}

.wc-sa-icon-uniebfb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebfb"
}

.wc-sa-icon-uniebfc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebfc"
}

.wc-sa-icon-uniebfd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebfd"
}

.wc-sa-icon-uniebfe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebfe"
}

.wc-sa-icon-uniebff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ebff"
}

.wc-sa-icon-uniec00:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec00"
}

.wc-sa-icon-uniec01:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec01"
}

.wc-sa-icon-uniec02:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec02"
}

.wc-sa-icon-uniec03:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec03"
}

.wc-sa-icon-uniec04:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec04"
}

.wc-sa-icon-uniec05:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec05"
}

.wc-sa-icon-uniec06:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec06"
}

.wc-sa-icon-uniec07:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec07"
}

.wc-sa-icon-uniec08:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec08"
}

.wc-sa-icon-uniec09:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec09"
}

.wc-sa-icon-uniec0a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec0a"
}

.wc-sa-icon-uniec0b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec0b"
}

.wc-sa-icon-uniec0c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec0c"
}

.wc-sa-icon-uniec0d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec0d"
}

.wc-sa-icon-uniec0e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec0e"
}

.wc-sa-icon-uniec0f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec0f"
}

.wc-sa-icon-uniec10:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec10"
}

.wc-sa-icon-uniec11:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec11"
}

.wc-sa-icon-uniec12:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec12"
}

.wc-sa-icon-uniec13:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec13"
}

.wc-sa-icon-uniec14:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec14"
}

.wc-sa-icon-uniec15:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec15"
}

.wc-sa-icon-uniec16:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec16"
}

.wc-sa-icon-uniec17:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec17"
}

.wc-sa-icon-uniec18:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec18"
}

.wc-sa-icon-uniec19:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec19"
}

.wc-sa-icon-uniec1a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec1a"
}

.wc-sa-icon-uniec1b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec1b"
}

.wc-sa-icon-uniec1c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec1c"
}

.wc-sa-icon-uniec1d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec1d"
}

.wc-sa-icon-uniec1e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec1e"
}

.wc-sa-icon-uniec1f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec1f"
}

.wc-sa-icon-uniec20:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec20"
}

.wc-sa-icon-uniec21:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec21"
}

.wc-sa-icon-uniec22:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec22"
}

.wc-sa-icon-uniec23:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec23"
}

.wc-sa-icon-uniec24:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec24"
}

.wc-sa-icon-uniec25:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec25"
}

.wc-sa-icon-uniec26:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec26"
}

.wc-sa-icon-uniec27:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec27"
}

.wc-sa-icon-uniec28:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec28"
}

.wc-sa-icon-uniec29:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec29"
}

.wc-sa-icon-uniec2a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec2a"
}

.wc-sa-icon-uniec2b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec2b"
}

.wc-sa-icon-uniec2c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec2c"
}

.wc-sa-icon-uniec2d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec2d"
}

.wc-sa-icon-uniec2e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec2e"
}

.wc-sa-icon-uniec2f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec2f"
}

.wc-sa-icon-uniec30:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec30"
}

.wc-sa-icon-uniec31:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec31"
}

.wc-sa-icon-uniec32:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec32"
}

.wc-sa-icon-uniec33:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec33"
}

.wc-sa-icon-uniec34:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec34"
}

.wc-sa-icon-uniec35:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec35"
}

.wc-sa-icon-uniec36:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec36"
}

.wc-sa-icon-uniec37:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec37"
}

.wc-sa-icon-uniec38:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec38"
}

.wc-sa-icon-uniec39:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec39"
}

.wc-sa-icon-uniec3a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec3a"
}

.wc-sa-icon-uniec3b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec3b"
}

.wc-sa-icon-uniec3c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec3c"
}

.wc-sa-icon-uniec3d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec3d"
}

.wc-sa-icon-uniec3e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec3e"
}

.wc-sa-icon-uniec3f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec3f"
}

.wc-sa-icon-uniec40:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec40"
}

.wc-sa-icon-uniec41:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec41"
}

.wc-sa-icon-uniec42:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec42"
}

.wc-sa-icon-uniec43:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec43"
}

.wc-sa-icon-uniec44:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec44"
}

.wc-sa-icon-uniec45:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec45"
}

.wc-sa-icon-uniec46:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec46"
}

.wc-sa-icon-uniec47:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec47"
}

.wc-sa-icon-uniec48:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec48"
}

.wc-sa-icon-uniec49:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec49"
}

.wc-sa-icon-uniec4a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec4a"
}

.wc-sa-icon-uniec4b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec4b"
}

.wc-sa-icon-uniec4c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec4c"
}

.wc-sa-icon-uniec4d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec4d"
}

.wc-sa-icon-uniec4e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec4e"
}

.wc-sa-icon-uniec4f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec4f"
}

.wc-sa-icon-uniec50:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec50"
}

.wc-sa-icon-uniec51:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec51"
}

.wc-sa-icon-uniec52:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec52"
}

.wc-sa-icon-uniec53:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec53"
}

.wc-sa-icon-uniec54:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec54"
}

.wc-sa-icon-uniec55:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec55"
}

.wc-sa-icon-uniec56:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec56"
}

.wc-sa-icon-uniec57:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec57"
}

.wc-sa-icon-uniec58:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec58"
}

.wc-sa-icon-uniec59:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec59"
}

.wc-sa-icon-uniec5a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec5a"
}

.wc-sa-icon-uniec5b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec5b"
}

.wc-sa-icon-uniec5c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec5c"
}

.wc-sa-icon-uniec5d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec5d"
}

.wc-sa-icon-uniec5e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec5e"
}

.wc-sa-icon-uniec5f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec5f"
}

.wc-sa-icon-uniec60:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec60"
}

.wc-sa-icon-uniec61:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec61"
}

.wc-sa-icon-uniec62:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec62"
}

.wc-sa-icon-uniec63:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec63"
}

.wc-sa-icon-uniec64:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec64"
}

.wc-sa-icon-uniec65:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec65"
}

.wc-sa-icon-uniec66:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec66"
}

.wc-sa-icon-uniec67:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec67"
}

.wc-sa-icon-uniec68:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec68"
}

.wc-sa-icon-uniec69:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec69"
}

.wc-sa-icon-uniec6a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec6a"
}

.wc-sa-icon-uniec6b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec6b"
}

.wc-sa-icon-uniec6c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec6c"
}

.wc-sa-icon-uniec6d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec6d"
}

.wc-sa-icon-uniec6e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec6e"
}

.wc-sa-icon-uniec6f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec6f"
}

.wc-sa-icon-uniec70:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec70"
}

.wc-sa-icon-uniec71:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec71"
}

.wc-sa-icon-uniec72:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec72"
}

.wc-sa-icon-uniec73:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec73"
}

.wc-sa-icon-uniec74:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec74"
}

.wc-sa-icon-uniec75:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec75"
}

.wc-sa-icon-uniec76:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec76"
}

.wc-sa-icon-uniec77:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec77"
}

.wc-sa-icon-uniec78:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec78"
}

.wc-sa-icon-uniec79:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec79"
}

.wc-sa-icon-uniec7a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec7a"
}

.wc-sa-icon-uniec7b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec7b"
}

.wc-sa-icon-uniec7c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec7c"
}

.wc-sa-icon-uniec7d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec7d"
}

.wc-sa-icon-uniec7e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec7e"
}

.wc-sa-icon-uniec7f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec7f"
}

.wc-sa-icon-uniec80:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec80"
}

.wc-sa-icon-uniec81:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec81"
}

.wc-sa-icon-uniec82:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec82"
}

.wc-sa-icon-uniec83:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec83"
}

.wc-sa-icon-uniec84:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec84"
}

.wc-sa-icon-uniec85:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec85"
}

.wc-sa-icon-uniec86:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec86"
}

.wc-sa-icon-uniec87:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec87"
}

.wc-sa-icon-uniec88:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec88"
}

.wc-sa-icon-uniec89:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec89"
}

.wc-sa-icon-uniec8a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec8a"
}

.wc-sa-icon-uniec8b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec8b"
}

.wc-sa-icon-uniec8c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec8c"
}

.wc-sa-icon-uniec8d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec8d"
}

.wc-sa-icon-uniec8e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec8e"
}

.wc-sa-icon-uniec8f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec8f"
}

.wc-sa-icon-uniec90:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec90"
}

.wc-sa-icon-uniec91:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec91"
}

.wc-sa-icon-uniec92:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec92"
}

.wc-sa-icon-uniec93:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec93"
}

.wc-sa-icon-uniec94:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec94"
}

.wc-sa-icon-uniec95:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec95"
}

.wc-sa-icon-uniec96:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec96"
}

.wc-sa-icon-uniec97:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec97"
}

.wc-sa-icon-uniec98:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec98"
}

.wc-sa-icon-uniec99:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec99"
}

.wc-sa-icon-uniec9a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec9a"
}

.wc-sa-icon-uniec9b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec9b"
}

.wc-sa-icon-uniec9c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec9c"
}

.wc-sa-icon-uniec9d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec9d"
}

.wc-sa-icon-uniec9e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec9e"
}

.wc-sa-icon-uniec9f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ec9f"
}

.wc-sa-icon-unieca0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca0"
}

.wc-sa-icon-unieca1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca1"
}

.wc-sa-icon-unieca2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca2"
}

.wc-sa-icon-unieca3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca3"
}

.wc-sa-icon-unieca4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca4"
}

.wc-sa-icon-unieca5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca5"
}

.wc-sa-icon-unieca6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca6"
}

.wc-sa-icon-unieca7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca7"
}

.wc-sa-icon-unieca8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca8"
}

.wc-sa-icon-unieca9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eca9"
}

.wc-sa-icon-uniecaa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecaa"
}

.wc-sa-icon-uniecab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecab"
}

.wc-sa-icon-uniecac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecac"
}

.wc-sa-icon-uniecad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecad"
}

.wc-sa-icon-uniecae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecae"
}

.wc-sa-icon-uniecaf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecaf"
}

.wc-sa-icon-uniecb0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb0"
}

.wc-sa-icon-uniecb1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb1"
}

.wc-sa-icon-uniecb2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb2"
}

.wc-sa-icon-uniecb3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb3"
}

.wc-sa-icon-uniecb4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb4"
}

.wc-sa-icon-uniecb5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb5"
}

.wc-sa-icon-uniecb6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb6"
}

.wc-sa-icon-uniecb7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb7"
}

.wc-sa-icon-uniecb8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb8"
}

.wc-sa-icon-uniecb9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecb9"
}

.wc-sa-icon-uniecba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecba"
}

.wc-sa-icon-uniecbb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecbb"
}

.wc-sa-icon-uniecbc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecbc"
}

.wc-sa-icon-uniecbd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecbd"
}

.wc-sa-icon-uniecbe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecbe"
}

.wc-sa-icon-uniecbf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecbf"
}

.wc-sa-icon-uniecc0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc0"
}

.wc-sa-icon-uniecc1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc1"
}

.wc-sa-icon-uniecc2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc2"
}

.wc-sa-icon-uniecc3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc3"
}

.wc-sa-icon-uniecc4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc4"
}

.wc-sa-icon-uniecc5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc5"
}

.wc-sa-icon-uniecc6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc6"
}

.wc-sa-icon-uniecc7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc7"
}

.wc-sa-icon-uniecc8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc8"
}

.wc-sa-icon-uniecc9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecc9"
}

.wc-sa-icon-uniecca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecca"
}

.wc-sa-icon-unieccb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eccb"
}

.wc-sa-icon-unieccc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eccc"
}

.wc-sa-icon-unieccd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eccd"
}

.wc-sa-icon-uniecce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecce"
}

.wc-sa-icon-unieccf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eccf"
}

.wc-sa-icon-uniecd0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd0"
}

.wc-sa-icon-uniecd1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd1"
}

.wc-sa-icon-uniecd2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd2"
}

.wc-sa-icon-uniecd3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd3"
}

.wc-sa-icon-uniecd4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd4"
}

.wc-sa-icon-uniecd5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd5"
}

.wc-sa-icon-uniecd6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd6"
}

.wc-sa-icon-uniecd7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd7"
}

.wc-sa-icon-uniecd8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd8"
}

.wc-sa-icon-uniecd9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecd9"
}

.wc-sa-icon-uniecda:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecda"
}

.wc-sa-icon-uniecdb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecdb"
}

.wc-sa-icon-uniecdc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecdc"
}

.wc-sa-icon-uniecdd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecdd"
}

.wc-sa-icon-uniecde:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecde"
}

.wc-sa-icon-uniecdf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecdf"
}

.wc-sa-icon-uniece0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece0"
}

.wc-sa-icon-uniece1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece1"
}

.wc-sa-icon-uniece2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece2"
}

.wc-sa-icon-uniece3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece3"
}

.wc-sa-icon-uniece4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece4"
}

.wc-sa-icon-uniece5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece5"
}

.wc-sa-icon-uniece6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece6"
}

.wc-sa-icon-uniece7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece7"
}

.wc-sa-icon-uniece8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece8"
}

.wc-sa-icon-uniece9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ece9"
}

.wc-sa-icon-uniecea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecea"
}

.wc-sa-icon-unieceb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eceb"
}

.wc-sa-icon-uniecec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecec"
}

.wc-sa-icon-unieced:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eced"
}

.wc-sa-icon-uniecee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecee"
}

.wc-sa-icon-uniecef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecef"
}

.wc-sa-icon-uniecf0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf0"
}

.wc-sa-icon-uniecf1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf1"
}

.wc-sa-icon-uniecf2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf2"
}

.wc-sa-icon-uniecf3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf3"
}

.wc-sa-icon-uniecf4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf4"
}

.wc-sa-icon-uniecf5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf5"
}

.wc-sa-icon-uniecf6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf6"
}

.wc-sa-icon-uniecf7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf7"
}

.wc-sa-icon-uniecf8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf8"
}

.wc-sa-icon-uniecf9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecf9"
}

.wc-sa-icon-uniecfa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecfa"
}

.wc-sa-icon-uniecfb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecfb"
}

.wc-sa-icon-uniecfc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecfc"
}

.wc-sa-icon-uniecfd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecfd"
}

.wc-sa-icon-uniecfe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecfe"
}

.wc-sa-icon-uniecff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ecff"
}

.wc-sa-icon-unied00:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed00"
}

.wc-sa-icon-unied01:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed01"
}

.wc-sa-icon-unied02:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed02"
}

.wc-sa-icon-unied03:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed03"
}

.wc-sa-icon-unied04:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed04"
}

.wc-sa-icon-unied05:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed05"
}

.wc-sa-icon-unied06:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed06"
}

.wc-sa-icon-unied07:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed07"
}

.wc-sa-icon-unied08:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed08"
}

.wc-sa-icon-unied09:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed09"
}

.wc-sa-icon-unied0a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed0a"
}

.wc-sa-icon-unied0b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed0b"
}

.wc-sa-icon-unied0c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed0c"
}

.wc-sa-icon-unied0d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed0d"
}

.wc-sa-icon-unied0e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed0e"
}

.wc-sa-icon-unied0f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed0f"
}

.wc-sa-icon-unied10:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed10"
}

.wc-sa-icon-unied11:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed11"
}

.wc-sa-icon-unied12:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed12"
}

.wc-sa-icon-unied13:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed13"
}

.wc-sa-icon-unied14:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed14"
}

.wc-sa-icon-unied15:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed15"
}

.wc-sa-icon-unied16:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed16"
}

.wc-sa-icon-unied17:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed17"
}

.wc-sa-icon-unied18:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed18"
}

.wc-sa-icon-unied19:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed19"
}

.wc-sa-icon-unied1a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed1a"
}

.wc-sa-icon-unied1b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed1b"
}

.wc-sa-icon-unied1c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed1c"
}

.wc-sa-icon-unied1d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed1d"
}

.wc-sa-icon-unied1e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed1e"
}

.wc-sa-icon-unied1f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed1f"
}

.wc-sa-icon-unied20:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed20"
}

.wc-sa-icon-unied21:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed21"
}

.wc-sa-icon-unied22:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed22"
}

.wc-sa-icon-unied23:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed23"
}

.wc-sa-icon-unied24:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed24"
}

.wc-sa-icon-unied25:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed25"
}

.wc-sa-icon-unied26:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed26"
}

.wc-sa-icon-unied27:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed27"
}

.wc-sa-icon-unied28:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed28"
}

.wc-sa-icon-unied29:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed29"
}

.wc-sa-icon-unied2a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed2a"
}

.wc-sa-icon-unied2b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed2b"
}

.wc-sa-icon-unied2c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed2c"
}

.wc-sa-icon-unied2d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed2d"
}

.wc-sa-icon-unied2e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed2e"
}

.wc-sa-icon-unied2f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed2f"
}

.wc-sa-icon-unied30:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed30"
}

.wc-sa-icon-unied31:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed31"
}

.wc-sa-icon-unied32:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed32"
}

.wc-sa-icon-unied33:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed33"
}

.wc-sa-icon-unied34:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed34"
}

.wc-sa-icon-unied35:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed35"
}

.wc-sa-icon-unied36:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed36"
}

.wc-sa-icon-unied37:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed37"
}

.wc-sa-icon-unied38:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed38"
}

.wc-sa-icon-unied39:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed39"
}

.wc-sa-icon-unied3a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed3a"
}

.wc-sa-icon-unied3b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed3b"
}

.wc-sa-icon-unied3c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed3c"
}

.wc-sa-icon-unied3d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed3d"
}

.wc-sa-icon-unied3e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed3e"
}

.wc-sa-icon-unied3f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed3f"
}

.wc-sa-icon-unied40:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed40"
}

.wc-sa-icon-unied41:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed41"
}

.wc-sa-icon-unied42:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed42"
}

.wc-sa-icon-unied43:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed43"
}

.wc-sa-icon-unied44:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed44"
}

.wc-sa-icon-unied45:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed45"
}

.wc-sa-icon-unied46:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed46"
}

.wc-sa-icon-unied47:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed47"
}

.wc-sa-icon-unied48:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed48"
}

.wc-sa-icon-unied49:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed49"
}

.wc-sa-icon-unied4a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed4a"
}

.wc-sa-icon-unied4b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed4b"
}

.wc-sa-icon-unied4c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed4c"
}

.wc-sa-icon-unied4d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed4d"
}

.wc-sa-icon-unied4e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed4e"
}

.wc-sa-icon-unied4f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed4f"
}

.wc-sa-icon-unied50:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed50"
}

.wc-sa-icon-unied51:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed51"
}

.wc-sa-icon-unied52:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed52"
}

.wc-sa-icon-unied53:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed53"
}

.wc-sa-icon-unied54:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed54"
}

.wc-sa-icon-unied55:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed55"
}

.wc-sa-icon-unied56:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed56"
}

.wc-sa-icon-unied57:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed57"
}

.wc-sa-icon-unied58:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed58"
}

.wc-sa-icon-unied59:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed59"
}

.wc-sa-icon-unied5a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed5a"
}

.wc-sa-icon-unied5b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed5b"
}

.wc-sa-icon-unied5c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed5c"
}

.wc-sa-icon-unied5d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed5d"
}

.wc-sa-icon-unied5e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed5e"
}

.wc-sa-icon-unied5f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed5f"
}

.wc-sa-icon-unied60:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed60"
}

.wc-sa-icon-unied61:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed61"
}

.wc-sa-icon-unied62:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed62"
}

.wc-sa-icon-unied63:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed63"
}

.wc-sa-icon-unied64:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed64"
}

.wc-sa-icon-unied65:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed65"
}

.wc-sa-icon-unied66:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed66"
}

.wc-sa-icon-unied67:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed67"
}

.wc-sa-icon-unied68:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed68"
}

.wc-sa-icon-unied69:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed69"
}

.wc-sa-icon-unied6a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed6a"
}

.wc-sa-icon-unied6b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed6b"
}

.wc-sa-icon-unied6c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed6c"
}

.wc-sa-icon-unied6d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed6d"
}

.wc-sa-icon-unied6e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed6e"
}

.wc-sa-icon-unied6f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed6f"
}

.wc-sa-icon-unied70:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed70"
}

.wc-sa-icon-unied71:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed71"
}

.wc-sa-icon-unied72:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed72"
}

.wc-sa-icon-unied73:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed73"
}

.wc-sa-icon-unied74:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed74"
}

.wc-sa-icon-unied75:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed75"
}

.wc-sa-icon-unied76:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed76"
}

.wc-sa-icon-unied77:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed77"
}

.wc-sa-icon-unied78:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed78"
}

.wc-sa-icon-unied79:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed79"
}

.wc-sa-icon-unied7a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed7a"
}

.wc-sa-icon-unied7b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed7b"
}

.wc-sa-icon-unied7c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed7c"
}

.wc-sa-icon-unied7d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed7d"
}

.wc-sa-icon-unied7e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed7e"
}

.wc-sa-icon-unied7f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed7f"
}

.wc-sa-icon-unied80:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed80"
}

.wc-sa-icon-unied81:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed81"
}

.wc-sa-icon-unied82:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed82"
}

.wc-sa-icon-unied83:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed83"
}

.wc-sa-icon-unied84:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed84"
}

.wc-sa-icon-unied85:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed85"
}

.wc-sa-icon-unied86:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed86"
}

.wc-sa-icon-unied87:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed87"
}

.wc-sa-icon-unied88:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed88"
}

.wc-sa-icon-unied89:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed89"
}

.wc-sa-icon-unied8a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed8a"
}

.wc-sa-icon-unied8b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed8b"
}

.wc-sa-icon-unied8c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed8c"
}

.wc-sa-icon-unied8d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed8d"
}

.wc-sa-icon-unied8e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed8e"
}

.wc-sa-icon-unied8f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed8f"
}

.wc-sa-icon-unied90:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed90"
}

.wc-sa-icon-unied91:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed91"
}

.wc-sa-icon-unied92:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed92"
}

.wc-sa-icon-unied93:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed93"
}

.wc-sa-icon-unied94:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed94"
}

.wc-sa-icon-unied95:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed95"
}

.wc-sa-icon-unied96:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed96"
}

.wc-sa-icon-unied97:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed97"
}

.wc-sa-icon-unied98:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed98"
}

.wc-sa-icon-unied99:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed99"
}

.wc-sa-icon-unied9a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed9a"
}

.wc-sa-icon-unied9b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed9b"
}

.wc-sa-icon-unied9c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed9c"
}

.wc-sa-icon-unied9d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed9d"
}

.wc-sa-icon-unied9e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed9e"
}

.wc-sa-icon-unied9f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ed9f"
}

.wc-sa-icon-unieda0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda0"
}

.wc-sa-icon-unieda1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda1"
}

.wc-sa-icon-unieda2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda2"
}

.wc-sa-icon-unieda3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda3"
}

.wc-sa-icon-unieda4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda4"
}

.wc-sa-icon-unieda5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda5"
}

.wc-sa-icon-unieda6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda6"
}

.wc-sa-icon-unieda7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda7"
}

.wc-sa-icon-unieda8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda8"
}

.wc-sa-icon-unieda9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eda9"
}

.wc-sa-icon-uniedaa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edaa"
}

.wc-sa-icon-uniedab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edab"
}

.wc-sa-icon-uniedac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edac"
}

.wc-sa-icon-uniedad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edad"
}

.wc-sa-icon-uniedae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edae"
}

.wc-sa-icon-uniedaf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edaf"
}

.wc-sa-icon-uniedb0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb0"
}

.wc-sa-icon-uniedb1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb1"
}

.wc-sa-icon-uniedb2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb2"
}

.wc-sa-icon-uniedb3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb3"
}

.wc-sa-icon-uniedb4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb4"
}

.wc-sa-icon-uniedb5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb5"
}

.wc-sa-icon-uniedb6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb6"
}

.wc-sa-icon-uniedb7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb7"
}

.wc-sa-icon-uniedb8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb8"
}

.wc-sa-icon-uniedb9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edb9"
}

.wc-sa-icon-uniedba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edba"
}

.wc-sa-icon-uniedbb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edbb"
}

.wc-sa-icon-uniedbc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edbc"
}

.wc-sa-icon-uniedbd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edbd"
}

.wc-sa-icon-uniedbe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edbe"
}

.wc-sa-icon-uniedbf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edbf"
}

.wc-sa-icon-uniedc0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc0"
}

.wc-sa-icon-uniedc1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc1"
}

.wc-sa-icon-uniedc2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc2"
}

.wc-sa-icon-uniedc3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc3"
}

.wc-sa-icon-uniedc4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc4"
}

.wc-sa-icon-uniedc5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc5"
}

.wc-sa-icon-uniedc6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc6"
}

.wc-sa-icon-uniedc7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc7"
}

.wc-sa-icon-uniedc8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc8"
}

.wc-sa-icon-uniedc9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edc9"
}

.wc-sa-icon-uniedca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edca"
}

.wc-sa-icon-uniedcb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edcb"
}

.wc-sa-icon-uniedcc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edcc"
}

.wc-sa-icon-uniedcd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edcd"
}

.wc-sa-icon-uniedce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edce"
}

.wc-sa-icon-uniedcf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edcf"
}

.wc-sa-icon-uniedd0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd0"
}

.wc-sa-icon-uniedd1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd1"
}

.wc-sa-icon-uniedd2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd2"
}

.wc-sa-icon-uniedd3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd3"
}

.wc-sa-icon-uniedd4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd4"
}

.wc-sa-icon-uniedd5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd5"
}

.wc-sa-icon-uniedd6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd6"
}

.wc-sa-icon-uniedd7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd7"
}

.wc-sa-icon-uniedd8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd8"
}

.wc-sa-icon-uniedd9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edd9"
}

.wc-sa-icon-uniedda:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edda"
}

.wc-sa-icon-unieddb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eddb"
}

.wc-sa-icon-unieddc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eddc"
}

.wc-sa-icon-unieddd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eddd"
}

.wc-sa-icon-uniedde:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edde"
}

.wc-sa-icon-unieddf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eddf"
}

.wc-sa-icon-uniede0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede0"
}

.wc-sa-icon-uniede1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede1"
}

.wc-sa-icon-uniede2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede2"
}

.wc-sa-icon-uniede3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede3"
}

.wc-sa-icon-uniede4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede4"
}

.wc-sa-icon-uniede5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede5"
}

.wc-sa-icon-uniede6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede6"
}

.wc-sa-icon-uniede7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede7"
}

.wc-sa-icon-uniede8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede8"
}

.wc-sa-icon-uniede9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ede9"
}

.wc-sa-icon-uniedea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edea"
}

.wc-sa-icon-uniedeb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edeb"
}

.wc-sa-icon-uniedec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edec"
}

.wc-sa-icon-unieded:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eded"
}

.wc-sa-icon-uniedee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edee"
}

.wc-sa-icon-uniedef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edef"
}

.wc-sa-icon-uniedf0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf0"
}

.wc-sa-icon-uniedf1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf1"
}

.wc-sa-icon-uniedf2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf2"
}

.wc-sa-icon-uniedf3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf3"
}

.wc-sa-icon-uniedf4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf4"
}

.wc-sa-icon-uniedf5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf5"
}

.wc-sa-icon-uniedf6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf6"
}

.wc-sa-icon-uniedf7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf7"
}

.wc-sa-icon-uniedf8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf8"
}

.wc-sa-icon-uniedf9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edf9"
}

.wc-sa-icon-uniedfa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edfa"
}

.wc-sa-icon-uniedfb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edfb"
}

.wc-sa-icon-uniedfc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edfc"
}

.wc-sa-icon-uniedfd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edfd"
}

.wc-sa-icon-uniedfe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edfe"
}

.wc-sa-icon-uniedff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\edff"
}

.wc-sa-icon-uniee00:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee00"
}

.wc-sa-icon-uniee01:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee01"
}

.wc-sa-icon-uniee02:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee02"
}

.wc-sa-icon-uniee03:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee03"
}

.wc-sa-icon-uniee04:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee04"
}

.wc-sa-icon-uniee05:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee05"
}

.wc-sa-icon-uniee06:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee06"
}

.wc-sa-icon-uniee07:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee07"
}

.wc-sa-icon-uniee08:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee08"
}

.wc-sa-icon-uniee09:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee09"
}

.wc-sa-icon-uniee0a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee0a"
}

.wc-sa-icon-uniee0b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee0b"
}

.wc-sa-icon-uniee0c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee0c"
}

.wc-sa-icon-uniee0d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee0d"
}

.wc-sa-icon-uniee0e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee0e"
}

.wc-sa-icon-uniee0f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee0f"
}

.wc-sa-icon-uniee10:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee10"
}

.wc-sa-icon-uniee11:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee11"
}

.wc-sa-icon-uniee12:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee12"
}

.wc-sa-icon-uniee13:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee13"
}

.wc-sa-icon-uniee14:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee14"
}

.wc-sa-icon-uniee15:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee15"
}

.wc-sa-icon-uniee16:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee16"
}

.wc-sa-icon-uniee17:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee17"
}

.wc-sa-icon-uniee18:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee18"
}

.wc-sa-icon-uniee19:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee19"
}

.wc-sa-icon-uniee1a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee1a"
}

.wc-sa-icon-uniee1b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee1b"
}

.wc-sa-icon-uniee1c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee1c"
}

.wc-sa-icon-uniee1d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee1d"
}

.wc-sa-icon-uniee1e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee1e"
}

.wc-sa-icon-uniee1f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee1f"
}

.wc-sa-icon-uniee20:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee20"
}

.wc-sa-icon-uniee21:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee21"
}

.wc-sa-icon-uniee22:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee22"
}

.wc-sa-icon-uniee23:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee23"
}

.wc-sa-icon-uniee24:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee24"
}

.wc-sa-icon-uniee25:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee25"
}

.wc-sa-icon-uniee26:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee26"
}

.wc-sa-icon-uniee27:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee27"
}

.wc-sa-icon-uniee28:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee28"
}

.wc-sa-icon-uniee29:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee29"
}

.wc-sa-icon-uniee2a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee2a"
}

.wc-sa-icon-uniee2b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee2b"
}

.wc-sa-icon-uniee2c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee2c"
}

.wc-sa-icon-uniee2d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee2d"
}

.wc-sa-icon-uniee2e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee2e"
}

.wc-sa-icon-uniee2f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee2f"
}

.wc-sa-icon-uniee30:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee30"
}

.wc-sa-icon-uniee31:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee31"
}

.wc-sa-icon-uniee32:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee32"
}

.wc-sa-icon-uniee33:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee33"
}

.wc-sa-icon-uniee34:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee34"
}

.wc-sa-icon-uniee35:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee35"
}

.wc-sa-icon-uniee36:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee36"
}

.wc-sa-icon-uniee37:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee37"
}

.wc-sa-icon-uniee38:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee38"
}

.wc-sa-icon-uniee39:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee39"
}

.wc-sa-icon-uniee3a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee3a"
}

.wc-sa-icon-uniee3b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee3b"
}

.wc-sa-icon-uniee3c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee3c"
}

.wc-sa-icon-uniee3d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee3d"
}

.wc-sa-icon-uniee3e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee3e"
}

.wc-sa-icon-uniee3f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee3f"
}

.wc-sa-icon-uniee40:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee40"
}

.wc-sa-icon-uniee41:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee41"
}

.wc-sa-icon-uniee42:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee42"
}

.wc-sa-icon-uniee43:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee43"
}

.wc-sa-icon-uniee44:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee44"
}

.wc-sa-icon-uniee45:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee45"
}

.wc-sa-icon-uniee46:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee46"
}

.wc-sa-icon-uniee47:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee47"
}

.wc-sa-icon-uniee48:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee48"
}

.wc-sa-icon-uniee49:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee49"
}

.wc-sa-icon-uniee4a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee4a"
}

.wc-sa-icon-uniee4b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee4b"
}

.wc-sa-icon-uniee4c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee4c"
}

.wc-sa-icon-uniee4d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee4d"
}

.wc-sa-icon-uniee4e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee4e"
}

.wc-sa-icon-uniee4f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee4f"
}

.wc-sa-icon-uniee50:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee50"
}

.wc-sa-icon-uniee51:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee51"
}

.wc-sa-icon-uniee52:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee52"
}

.wc-sa-icon-uniee53:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee53"
}

.wc-sa-icon-uniee54:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee54"
}

.wc-sa-icon-uniee55:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee55"
}

.wc-sa-icon-uniee56:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee56"
}

.wc-sa-icon-uniee57:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee57"
}

.wc-sa-icon-uniee58:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee58"
}

.wc-sa-icon-uniee59:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee59"
}

.wc-sa-icon-uniee5a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee5a"
}

.wc-sa-icon-uniee5b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee5b"
}

.wc-sa-icon-uniee5c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee5c"
}

.wc-sa-icon-uniee5d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee5d"
}

.wc-sa-icon-uniee5e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee5e"
}

.wc-sa-icon-uniee5f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee5f"
}

.wc-sa-icon-uniee60:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee60"
}

.wc-sa-icon-uniee61:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee61"
}

.wc-sa-icon-uniee62:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee62"
}

.wc-sa-icon-uniee63:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee63"
}

.wc-sa-icon-uniee64:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee64"
}

.wc-sa-icon-uniee65:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee65"
}

.wc-sa-icon-uniee66:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee66"
}

.wc-sa-icon-uniee67:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee67"
}

.wc-sa-icon-uniee68:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee68"
}

.wc-sa-icon-uniee69:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee69"
}

.wc-sa-icon-uniee6a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee6a"
}

.wc-sa-icon-uniee6b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee6b"
}

.wc-sa-icon-uniee6c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee6c"
}

.wc-sa-icon-uniee6d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee6d"
}

.wc-sa-icon-uniee6e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee6e"
}

.wc-sa-icon-uniee6f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee6f"
}

.wc-sa-icon-uniee70:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee70"
}

.wc-sa-icon-uniee71:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee71"
}

.wc-sa-icon-uniee72:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee72"
}

.wc-sa-icon-uniee73:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee73"
}

.wc-sa-icon-uniee74:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee74"
}

.wc-sa-icon-uniee75:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee75"
}

.wc-sa-icon-uniee76:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee76"
}

.wc-sa-icon-uniee77:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee77"
}

.wc-sa-icon-uniee78:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee78"
}

.wc-sa-icon-uniee79:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee79"
}

.wc-sa-icon-uniee7a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee7a"
}

.wc-sa-icon-uniee7b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee7b"
}

.wc-sa-icon-uniee7c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee7c"
}

.wc-sa-icon-uniee7d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee7d"
}

.wc-sa-icon-uniee7e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee7e"
}

.wc-sa-icon-uniee7f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee7f"
}

.wc-sa-icon-uniee80:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee80"
}

.wc-sa-icon-uniee81:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee81"
}

.wc-sa-icon-uniee82:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee82"
}

.wc-sa-icon-uniee83:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee83"
}

.wc-sa-icon-uniee84:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee84"
}

.wc-sa-icon-uniee85:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee85"
}

.wc-sa-icon-uniee86:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee86"
}

.wc-sa-icon-uniee87:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee87"
}

.wc-sa-icon-uniee88:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee88"
}

.wc-sa-icon-uniee89:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee89"
}

.wc-sa-icon-uniee8a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee8a"
}

.wc-sa-icon-uniee8b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee8b"
}

.wc-sa-icon-uniee8c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee8c"
}

.wc-sa-icon-uniee8d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee8d"
}

.wc-sa-icon-uniee8e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee8e"
}

.wc-sa-icon-uniee8f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee8f"
}

.wc-sa-icon-uniee90:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee90"
}

.wc-sa-icon-uniee91:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee91"
}

.wc-sa-icon-uniee92:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee92"
}

.wc-sa-icon-uniee93:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee93"
}

.wc-sa-icon-uniee94:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee94"
}

.wc-sa-icon-uniee95:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee95"
}

.wc-sa-icon-uniee96:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee96"
}

.wc-sa-icon-uniee97:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee97"
}

.wc-sa-icon-uniee98:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee98"
}

.wc-sa-icon-uniee99:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee99"
}

.wc-sa-icon-uniee9a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee9a"
}

.wc-sa-icon-uniee9b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee9b"
}

.wc-sa-icon-uniee9c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee9c"
}

.wc-sa-icon-uniee9d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee9d"
}

.wc-sa-icon-uniee9e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee9e"
}

.wc-sa-icon-uniee9f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ee9f"
}

.wc-sa-icon-unieea0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea0"
}

.wc-sa-icon-unieea1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea1"
}

.wc-sa-icon-unieea2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea2"
}

.wc-sa-icon-unieea3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea3"
}

.wc-sa-icon-unieea4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea4"
}

.wc-sa-icon-unieea5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea5"
}

.wc-sa-icon-unieea6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea6"
}

.wc-sa-icon-unieea7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea7"
}

.wc-sa-icon-unieea8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea8"
}

.wc-sa-icon-unieea9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eea9"
}

.wc-sa-icon-unieeaa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeaa"
}

.wc-sa-icon-unieeab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeab"
}

.wc-sa-icon-unieeac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeac"
}

.wc-sa-icon-unieead:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eead"
}

.wc-sa-icon-unieeae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeae"
}

.wc-sa-icon-unieeaf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeaf"
}

.wc-sa-icon-unieeb0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb0"
}

.wc-sa-icon-unieeb1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb1"
}

.wc-sa-icon-unieeb2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb2"
}

.wc-sa-icon-unieeb3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb3"
}

.wc-sa-icon-unieeb4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb4"
}

.wc-sa-icon-unieeb5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb5"
}

.wc-sa-icon-unieeb6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb6"
}

.wc-sa-icon-unieeb7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb7"
}

.wc-sa-icon-unieeb8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb8"
}

.wc-sa-icon-unieeb9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeb9"
}

.wc-sa-icon-unieeba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeba"
}

.wc-sa-icon-unieebb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eebb"
}

.wc-sa-icon-unieebc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eebc"
}

.wc-sa-icon-unieebd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eebd"
}

.wc-sa-icon-unieebe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eebe"
}

.wc-sa-icon-unieebf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eebf"
}

.wc-sa-icon-unieec0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec0"
}

.wc-sa-icon-unieec1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec1"
}

.wc-sa-icon-unieec2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec2"
}

.wc-sa-icon-unieec3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec3"
}

.wc-sa-icon-unieec4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec4"
}

.wc-sa-icon-unieec5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec5"
}

.wc-sa-icon-unieec6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec6"
}

.wc-sa-icon-unieec7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec7"
}

.wc-sa-icon-unieec8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec8"
}

.wc-sa-icon-unieec9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eec9"
}

.wc-sa-icon-unieeca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeca"
}

.wc-sa-icon-unieecb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eecb"
}

.wc-sa-icon-unieecc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eecc"
}

.wc-sa-icon-unieecd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eecd"
}

.wc-sa-icon-unieece:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eece"
}

.wc-sa-icon-unieecf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eecf"
}

.wc-sa-icon-unieed0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed0"
}

.wc-sa-icon-unieed1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed1"
}

.wc-sa-icon-unieed2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed2"
}

.wc-sa-icon-unieed3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed3"
}

.wc-sa-icon-unieed4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed4"
}

.wc-sa-icon-unieed5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed5"
}

.wc-sa-icon-unieed6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed6"
}

.wc-sa-icon-unieed7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed7"
}

.wc-sa-icon-unieed8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed8"
}

.wc-sa-icon-unieed9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eed9"
}

.wc-sa-icon-unieeda:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeda"
}

.wc-sa-icon-unieedb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eedb"
}

.wc-sa-icon-unieedc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eedc"
}

.wc-sa-icon-unieedd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eedd"
}

.wc-sa-icon-unieede:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eede"
}

.wc-sa-icon-unieedf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eedf"
}

.wc-sa-icon-unieee0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee0"
}

.wc-sa-icon-unieee1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee1"
}

.wc-sa-icon-unieee2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee2"
}

.wc-sa-icon-unieee3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee3"
}

.wc-sa-icon-unieee4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee4"
}

.wc-sa-icon-unieee5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee5"
}

.wc-sa-icon-unieee6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee6"
}

.wc-sa-icon-unieee7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee7"
}

.wc-sa-icon-unieee8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee8"
}

.wc-sa-icon-unieee9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eee9"
}

.wc-sa-icon-unieeea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeea"
}

.wc-sa-icon-unieeeb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeeb"
}

.wc-sa-icon-unieeec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeec"
}

.wc-sa-icon-unieeed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeed"
}

.wc-sa-icon-unieeee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeee"
}

.wc-sa-icon-unieeef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeef"
}

.wc-sa-icon-unieef0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef0"
}

.wc-sa-icon-unieef1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef1"
}

.wc-sa-icon-unieef2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef2"
}

.wc-sa-icon-unieef3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef3"
}

.wc-sa-icon-unieef4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef4"
}

.wc-sa-icon-unieef5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef5"
}

.wc-sa-icon-unieef6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef6"
}

.wc-sa-icon-unieef7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef7"
}

.wc-sa-icon-unieef8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef8"
}

.wc-sa-icon-unieef9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eef9"
}

.wc-sa-icon-unieefa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eefa"
}

.wc-sa-icon-unieefb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eefb"
}

.wc-sa-icon-unieefc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eefc"
}

.wc-sa-icon-unieefd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eefd"
}

.wc-sa-icon-unieefe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eefe"
}

.wc-sa-icon-unieeff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eeff"
}

.wc-sa-icon-unief00:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef00"
}

.wc-sa-icon-unief01:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef01"
}

.wc-sa-icon-unief02:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef02"
}

.wc-sa-icon-unief03:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef03"
}

.wc-sa-icon-unief04:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef04"
}

.wc-sa-icon-unief05:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef05"
}

.wc-sa-icon-unief06:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef06"
}

.wc-sa-icon-unief07:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef07"
}

.wc-sa-icon-unief08:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef08"
}

.wc-sa-icon-unief09:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef09"
}

.wc-sa-icon-unief0a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef0a"
}

.wc-sa-icon-unief0b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef0b"
}

.wc-sa-icon-unief0c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef0c"
}

.wc-sa-icon-unief0d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef0d"
}

.wc-sa-icon-unief0e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef0e"
}

.wc-sa-icon-unief0f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef0f"
}

.wc-sa-icon-unief10:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef10"
}

.wc-sa-icon-unief11:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef11"
}

.wc-sa-icon-unief12:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef12"
}

.wc-sa-icon-unief13:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef13"
}

.wc-sa-icon-unief14:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef14"
}

.wc-sa-icon-unief15:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef15"
}

.wc-sa-icon-unief16:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef16"
}

.wc-sa-icon-unief17:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef17"
}

.wc-sa-icon-unief18:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef18"
}

.wc-sa-icon-unief19:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef19"
}

.wc-sa-icon-unief1a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef1a"
}

.wc-sa-icon-unief1b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef1b"
}

.wc-sa-icon-unief1c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef1c"
}

.wc-sa-icon-unief1d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef1d"
}

.wc-sa-icon-unief1e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef1e"
}

.wc-sa-icon-unief1f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef1f"
}

.wc-sa-icon-unief20:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef20"
}

.wc-sa-icon-unief21:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef21"
}

.wc-sa-icon-unief22:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef22"
}

.wc-sa-icon-unief23:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef23"
}

.wc-sa-icon-unief24:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef24"
}

.wc-sa-icon-unief25:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef25"
}

.wc-sa-icon-unief26:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef26"
}

.wc-sa-icon-unief27:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef27"
}

.wc-sa-icon-unief28:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef28"
}

.wc-sa-icon-unief29:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef29"
}

.wc-sa-icon-unief2a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef2a"
}

.wc-sa-icon-unief2b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef2b"
}

.wc-sa-icon-unief2c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef2c"
}

.wc-sa-icon-unief2d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef2d"
}

.wc-sa-icon-unief2e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef2e"
}

.wc-sa-icon-unief2f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef2f"
}

.wc-sa-icon-unief30:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef30"
}

.wc-sa-icon-unief31:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef31"
}

.wc-sa-icon-unief32:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef32"
}

.wc-sa-icon-unief33:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef33"
}

.wc-sa-icon-unief34:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef34"
}

.wc-sa-icon-unief35:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef35"
}

.wc-sa-icon-unief36:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef36"
}

.wc-sa-icon-unief37:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef37"
}

.wc-sa-icon-unief38:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef38"
}

.wc-sa-icon-unief39:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef39"
}

.wc-sa-icon-unief3a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef3a"
}

.wc-sa-icon-unief3b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef3b"
}

.wc-sa-icon-unief3c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef3c"
}

.wc-sa-icon-unief3d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef3d"
}

.wc-sa-icon-unief3e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef3e"
}

.wc-sa-icon-unief3f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef3f"
}

.wc-sa-icon-unief40:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef40"
}

.wc-sa-icon-unief41:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef41"
}

.wc-sa-icon-unief42:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef42"
}

.wc-sa-icon-unief43:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef43"
}

.wc-sa-icon-unief44:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef44"
}

.wc-sa-icon-unief45:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef45"
}

.wc-sa-icon-unief46:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef46"
}

.wc-sa-icon-unief47:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef47"
}

.wc-sa-icon-unief48:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef48"
}

.wc-sa-icon-unief49:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef49"
}

.wc-sa-icon-unief4a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef4a"
}

.wc-sa-icon-unief4b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef4b"
}

.wc-sa-icon-unief4c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef4c"
}

.wc-sa-icon-unief4d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef4d"
}

.wc-sa-icon-unief4e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef4e"
}

.wc-sa-icon-unief4f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef4f"
}

.wc-sa-icon-unief50:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef50"
}

.wc-sa-icon-unief51:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef51"
}

.wc-sa-icon-unief52:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef52"
}

.wc-sa-icon-unief53:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef53"
}

.wc-sa-icon-unief54:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef54"
}

.wc-sa-icon-unief55:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef55"
}

.wc-sa-icon-unief56:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef56"
}

.wc-sa-icon-unief57:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef57"
}

.wc-sa-icon-unief58:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef58"
}

.wc-sa-icon-unief59:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef59"
}

.wc-sa-icon-unief5a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef5a"
}

.wc-sa-icon-unief5b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef5b"
}

.wc-sa-icon-unief5c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef5c"
}

.wc-sa-icon-unief5d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef5d"
}

.wc-sa-icon-unief5e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef5e"
}

.wc-sa-icon-unief5f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef5f"
}

.wc-sa-icon-unief60:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef60"
}

.wc-sa-icon-unief61:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef61"
}

.wc-sa-icon-unief62:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef62"
}

.wc-sa-icon-unief63:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef63"
}

.wc-sa-icon-unief64:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef64"
}

.wc-sa-icon-unief65:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef65"
}

.wc-sa-icon-unief66:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef66"
}

.wc-sa-icon-unief67:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef67"
}

.wc-sa-icon-unief68:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef68"
}

.wc-sa-icon-unief69:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef69"
}

.wc-sa-icon-unief6a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef6a"
}

.wc-sa-icon-unief6b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef6b"
}

.wc-sa-icon-unief6c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef6c"
}

.wc-sa-icon-unief6d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef6d"
}

.wc-sa-icon-unief6e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef6e"
}

.wc-sa-icon-unief6f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef6f"
}

.wc-sa-icon-unief70:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef70"
}

.wc-sa-icon-unief71:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef71"
}

.wc-sa-icon-unief72:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef72"
}

.wc-sa-icon-unief73:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef73"
}

.wc-sa-icon-unief74:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef74"
}

.wc-sa-icon-unief75:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef75"
}

.wc-sa-icon-unief76:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef76"
}

.wc-sa-icon-unief77:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef77"
}

.wc-sa-icon-unief78:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef78"
}

.wc-sa-icon-unief79:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef79"
}

.wc-sa-icon-unief7a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef7a"
}

.wc-sa-icon-unief7b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef7b"
}

.wc-sa-icon-unief7c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef7c"
}

.wc-sa-icon-unief7d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef7d"
}

.wc-sa-icon-unief7e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef7e"
}

.wc-sa-icon-unief7f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef7f"
}

.wc-sa-icon-unief80:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef80"
}

.wc-sa-icon-unief81:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef81"
}

.wc-sa-icon-unief82:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef82"
}

.wc-sa-icon-unief83:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef83"
}

.wc-sa-icon-unief84:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef84"
}

.wc-sa-icon-unief85:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef85"
}

.wc-sa-icon-unief86:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef86"
}

.wc-sa-icon-unief87:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef87"
}

.wc-sa-icon-unief88:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef88"
}

.wc-sa-icon-unief89:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef89"
}

.wc-sa-icon-unief8a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef8a"
}

.wc-sa-icon-unief8b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef8b"
}

.wc-sa-icon-unief8c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef8c"
}

.wc-sa-icon-unief8d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef8d"
}

.wc-sa-icon-unief8e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef8e"
}

.wc-sa-icon-unief8f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef8f"
}

.wc-sa-icon-unief90:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef90"
}

.wc-sa-icon-unief91:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef91"
}

.wc-sa-icon-unief92:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef92"
}

.wc-sa-icon-unief93:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef93"
}

.wc-sa-icon-unief94:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef94"
}

.wc-sa-icon-unief95:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef95"
}

.wc-sa-icon-unief96:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef96"
}

.wc-sa-icon-unief97:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef97"
}

.wc-sa-icon-unief98:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef98"
}

.wc-sa-icon-unief99:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef99"
}

.wc-sa-icon-unief9a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef9a"
}

.wc-sa-icon-unief9b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef9b"
}

.wc-sa-icon-unief9c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef9c"
}

.wc-sa-icon-unief9d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef9d"
}

.wc-sa-icon-unief9e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef9e"
}

.wc-sa-icon-unief9f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\ef9f"
}

.wc-sa-icon-uniefa0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa0"
}

.wc-sa-icon-uniefa1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa1"
}

.wc-sa-icon-uniefa2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa2"
}

.wc-sa-icon-uniefa3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa3"
}

.wc-sa-icon-uniefa4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa4"
}

.wc-sa-icon-uniefa5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa5"
}

.wc-sa-icon-uniefa6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa6"
}

.wc-sa-icon-uniefa7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa7"
}

.wc-sa-icon-uniefa8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa8"
}

.wc-sa-icon-uniefa9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efa9"
}

.wc-sa-icon-uniefaa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efaa"
}

.wc-sa-icon-uniefab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efab"
}

.wc-sa-icon-uniefac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efac"
}

.wc-sa-icon-uniefad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efad"
}

.wc-sa-icon-uniefae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efae"
}

.wc-sa-icon-uniefaf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efaf"
}

.wc-sa-icon-uniefb0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb0"
}

.wc-sa-icon-uniefb1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb1"
}

.wc-sa-icon-uniefb2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb2"
}

.wc-sa-icon-uniefb3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb3"
}

.wc-sa-icon-uniefb4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb4"
}

.wc-sa-icon-uniefb5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb5"
}

.wc-sa-icon-uniefb6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb6"
}

.wc-sa-icon-uniefb7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb7"
}

.wc-sa-icon-uniefb8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb8"
}

.wc-sa-icon-uniefb9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efb9"
}

.wc-sa-icon-uniefba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efba"
}

.wc-sa-icon-uniefbb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efbb"
}

.wc-sa-icon-uniefbc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efbc"
}

.wc-sa-icon-uniefbd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efbd"
}

.wc-sa-icon-uniefbe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efbe"
}

.wc-sa-icon-uniefbf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efbf"
}

.wc-sa-icon-uniefc0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc0"
}

.wc-sa-icon-uniefc1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc1"
}

.wc-sa-icon-uniefc2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc2"
}

.wc-sa-icon-uniefc3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc3"
}

.wc-sa-icon-uniefc4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc4"
}

.wc-sa-icon-uniefc5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc5"
}

.wc-sa-icon-uniefc6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc6"
}

.wc-sa-icon-uniefc7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc7"
}

.wc-sa-icon-uniefc8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc8"
}

.wc-sa-icon-uniefc9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efc9"
}

.wc-sa-icon-uniefca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efca"
}

.wc-sa-icon-uniefcb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efcb"
}

.wc-sa-icon-uniefcc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efcc"
}

.wc-sa-icon-uniefcd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efcd"
}

.wc-sa-icon-uniefce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efce"
}

.wc-sa-icon-uniefcf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efcf"
}

.wc-sa-icon-uniefd0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd0"
}

.wc-sa-icon-uniefd1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd1"
}

.wc-sa-icon-uniefd2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd2"
}

.wc-sa-icon-uniefd3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd3"
}

.wc-sa-icon-uniefd4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd4"
}

.wc-sa-icon-uniefd5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd5"
}

.wc-sa-icon-uniefd6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd6"
}

.wc-sa-icon-uniefd7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd7"
}

.wc-sa-icon-uniefd8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd8"
}

.wc-sa-icon-uniefd9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efd9"
}

.wc-sa-icon-uniefda:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efda"
}

.wc-sa-icon-uniefdb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efdb"
}

.wc-sa-icon-uniefdc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efdc"
}

.wc-sa-icon-uniefdd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efdd"
}

.wc-sa-icon-uniefde:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efde"
}

.wc-sa-icon-uniefdf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efdf"
}

.wc-sa-icon-uniefe0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe0"
}

.wc-sa-icon-uniefe1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe1"
}

.wc-sa-icon-uniefe2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe2"
}

.wc-sa-icon-uniefe3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe3"
}

.wc-sa-icon-uniefe4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe4"
}

.wc-sa-icon-uniefe5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe5"
}

.wc-sa-icon-uniefe6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe6"
}

.wc-sa-icon-uniefe7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe7"
}

.wc-sa-icon-uniefe8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe8"
}

.wc-sa-icon-uniefe9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efe9"
}

.wc-sa-icon-uniefea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efea"
}

.wc-sa-icon-uniefeb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efeb"
}

.wc-sa-icon-uniefec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efec"
}

.wc-sa-icon-uniefed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efed"
}

.wc-sa-icon-uniefee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efee"
}

.wc-sa-icon-uniefef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efef"
}

.wc-sa-icon-unieff0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff0"
}

.wc-sa-icon-unieff1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff1"
}

.wc-sa-icon-unieff2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff2"
}

.wc-sa-icon-unieff3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff3"
}

.wc-sa-icon-unieff4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff4"
}

.wc-sa-icon-unieff5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff5"
}

.wc-sa-icon-unieff6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff6"
}

.wc-sa-icon-unieff7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff7"
}

.wc-sa-icon-unieff8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff8"
}

.wc-sa-icon-unieff9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\eff9"
}

.wc-sa-icon-unieffa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\effa"
}

.wc-sa-icon-unieffb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\effb"
}

.wc-sa-icon-unieffc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\effc"
}

.wc-sa-icon-unieffd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\effd"
}

.wc-sa-icon-unieffe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\effe"
}

.wc-sa-icon-uniefff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\efff"
}

.wc-sa-icon-unif000:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f000"
}

.wc-sa-icon-unif001:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f001"
}

.wc-sa-icon-unif002:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f002"
}

.wc-sa-icon-unif003:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f003"
}

.wc-sa-icon-unif004:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f004"
}

.wc-sa-icon-unif005:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f005"
}

.wc-sa-icon-unif006:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f006"
}

.wc-sa-icon-unif007:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f007"
}

.wc-sa-icon-unif008:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f008"
}

.wc-sa-icon-unif009:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f009"
}

.wc-sa-icon-unif00a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f00a"
}

.wc-sa-icon-unif00b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f00b"
}

.wc-sa-icon-unif00c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f00c"
}

.wc-sa-icon-unif00d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f00d"
}

.wc-sa-icon-unif00e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f00e"
}

.wc-sa-icon-unif00f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f00f"
}

.wc-sa-icon-unif010:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f010"
}

.wc-sa-icon-unif011:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f011"
}

.wc-sa-icon-unif012:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f012"
}

.wc-sa-icon-unif013:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f013"
}

.wc-sa-icon-unif014:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f014"
}

.wc-sa-icon-unif015:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f015"
}

.wc-sa-icon-unif016:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f016"
}

.wc-sa-icon-unif017:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f017"
}

.wc-sa-icon-unif018:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f018"
}

.wc-sa-icon-unif019:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f019"
}

.wc-sa-icon-unif01a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f01a"
}

.wc-sa-icon-unif01b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f01b"
}

.wc-sa-icon-unif01c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f01c"
}

.wc-sa-icon-unif01d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f01d"
}

.wc-sa-icon-unif01e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f01e"
}

.wc-sa-icon-unif01f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f01f"
}

.wc-sa-icon-unif020:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f020"
}

.wc-sa-icon-unif021:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f021"
}

.wc-sa-icon-unif022:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f022"
}

.wc-sa-icon-unif023:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f023"
}

.wc-sa-icon-unif024:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f024"
}

.wc-sa-icon-unif025:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f025"
}

.wc-sa-icon-unif026:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f026"
}

.wc-sa-icon-unif027:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f027"
}

.wc-sa-icon-unif028:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f028"
}

.wc-sa-icon-unif029:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f029"
}

.wc-sa-icon-unif02a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f02a"
}

.wc-sa-icon-unif02b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f02b"
}

.wc-sa-icon-unif02c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f02c"
}

.wc-sa-icon-unif02d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f02d"
}

.wc-sa-icon-unif02e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f02e"
}

.wc-sa-icon-unif02f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f02f"
}

.wc-sa-icon-unif030:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f030"
}

.wc-sa-icon-unif031:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f031"
}

.wc-sa-icon-unif032:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f032"
}

.wc-sa-icon-unif033:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f033"
}

.wc-sa-icon-unif034:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f034"
}

.wc-sa-icon-unif035:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f035"
}

.wc-sa-icon-unif036:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f036"
}

.wc-sa-icon-unif037:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f037"
}

.wc-sa-icon-unif038:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f038"
}

.wc-sa-icon-unif039:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f039"
}

.wc-sa-icon-unif03a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f03a"
}

.wc-sa-icon-unif03b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f03b"
}

.wc-sa-icon-unif03c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f03c"
}

.wc-sa-icon-unif03d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f03d"
}

.wc-sa-icon-unif03e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f03e"
}

.wc-sa-icon-unif03f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f03f"
}

.wc-sa-icon-unif040:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f040"
}

.wc-sa-icon-unif041:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f041"
}

.wc-sa-icon-unif042:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f042"
}

.wc-sa-icon-unif043:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f043"
}

.wc-sa-icon-unif044:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f044"
}

.wc-sa-icon-unif045:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f045"
}

.wc-sa-icon-unif046:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f046"
}

.wc-sa-icon-unif047:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f047"
}

.wc-sa-icon-unif048:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f048"
}

.wc-sa-icon-unif049:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f049"
}

.wc-sa-icon-unif04a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f04a"
}

.wc-sa-icon-unif04b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f04b"
}

.wc-sa-icon-unif04c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f04c"
}

.wc-sa-icon-unif04d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f04d"
}

.wc-sa-icon-unif04e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f04e"
}

.wc-sa-icon-unif04f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f04f"
}

.wc-sa-icon-unif050:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f050"
}

.wc-sa-icon-unif051:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f051"
}

.wc-sa-icon-unif052:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f052"
}

.wc-sa-icon-unif053:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f053"
}

.wc-sa-icon-unif054:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f054"
}

.wc-sa-icon-unif055:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f055"
}

.wc-sa-icon-unif056:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f056"
}

.wc-sa-icon-unif057:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f057"
}

.wc-sa-icon-unif058:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f058"
}

.wc-sa-icon-unif059:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f059"
}

.wc-sa-icon-unif05a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f05a"
}

.wc-sa-icon-unif05b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f05b"
}

.wc-sa-icon-unif05c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f05c"
}

.wc-sa-icon-unif05d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f05d"
}

.wc-sa-icon-unif05e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f05e"
}

.wc-sa-icon-unif05f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f05f"
}

.wc-sa-icon-unif060:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f060"
}

.wc-sa-icon-unif061:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f061"
}

.wc-sa-icon-unif062:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f062"
}

.wc-sa-icon-unif063:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f063"
}

.wc-sa-icon-unif064:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f064"
}

.wc-sa-icon-unif065:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f065"
}

.wc-sa-icon-unif066:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f066"
}

.wc-sa-icon-unif067:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f067"
}

.wc-sa-icon-unif068:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f068"
}

.wc-sa-icon-unif069:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f069"
}

.wc-sa-icon-unif06a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f06a"
}

.wc-sa-icon-unif06b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f06b"
}

.wc-sa-icon-unif06c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f06c"
}

.wc-sa-icon-unif06d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f06d"
}

.wc-sa-icon-unif06e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f06e"
}

.wc-sa-icon-unif06f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f06f"
}

.wc-sa-icon-unif070:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f070"
}

.wc-sa-icon-unif071:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f071"
}

.wc-sa-icon-unif072:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f072"
}

.wc-sa-icon-unif073:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f073"
}

.wc-sa-icon-unif074:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f074"
}

.wc-sa-icon-unif075:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f075"
}

.wc-sa-icon-unif076:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f076"
}

.wc-sa-icon-unif077:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f077"
}

.wc-sa-icon-unif078:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f078"
}

.wc-sa-icon-unif079:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f079"
}

.wc-sa-icon-unif07a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f07a"
}

.wc-sa-icon-unif07b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f07b"
}

.wc-sa-icon-unif07c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f07c"
}

.wc-sa-icon-unif07d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f07d"
}

.wc-sa-icon-unif07e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f07e"
}

.wc-sa-icon-unif07f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f07f"
}

.wc-sa-icon-unif080:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f080"
}

.wc-sa-icon-unif081:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f081"
}

.wc-sa-icon-unif082:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f082"
}

.wc-sa-icon-unif083:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f083"
}

.wc-sa-icon-unif084:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f084"
}

.wc-sa-icon-unif085:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f085"
}

.wc-sa-icon-unif086:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f086"
}

.wc-sa-icon-unif087:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f087"
}

.wc-sa-icon-unif088:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f088"
}

.wc-sa-icon-unif089:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f089"
}

.wc-sa-icon-unif08a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f08a"
}

.wc-sa-icon-unif08b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f08b"
}

.wc-sa-icon-unif08c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f08c"
}

.wc-sa-icon-unif08d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f08d"
}

.wc-sa-icon-unif08e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f08e"
}

.wc-sa-icon-unif08f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f08f"
}

.wc-sa-icon-unif090:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f090"
}

.wc-sa-icon-unif091:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f091"
}

.wc-sa-icon-unif092:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f092"
}

.wc-sa-icon-unif093:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f093"
}

.wc-sa-icon-unif094:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f094"
}

.wc-sa-icon-unif095:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f095"
}

.wc-sa-icon-unif096:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f096"
}

.wc-sa-icon-unif097:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f097"
}

.wc-sa-icon-unif098:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f098"
}

.wc-sa-icon-unif099:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f099"
}

.wc-sa-icon-unif09a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f09a"
}

.wc-sa-icon-unif09b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f09b"
}

.wc-sa-icon-unif09c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f09c"
}

.wc-sa-icon-unif09d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f09d"
}

.wc-sa-icon-unif09e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f09e"
}

.wc-sa-icon-unif09f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f09f"
}

.wc-sa-icon-unif0a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a0"
}

.wc-sa-icon-unif0a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a1"
}

.wc-sa-icon-unif0a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a2"
}

.wc-sa-icon-unif0a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a3"
}

.wc-sa-icon-unif0a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a4"
}

.wc-sa-icon-unif0a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a5"
}

.wc-sa-icon-unif0a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a6"
}

.wc-sa-icon-unif0a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a7"
}

.wc-sa-icon-unif0a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a8"
}

.wc-sa-icon-unif0a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0a9"
}

.wc-sa-icon-unif0aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0aa"
}

.wc-sa-icon-unif0ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ab"
}

.wc-sa-icon-unif0ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ac"
}

.wc-sa-icon-unif0ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ad"
}

.wc-sa-icon-unif0ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ae"
}

.wc-sa-icon-unif0af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0af"
}

.wc-sa-icon-unif0b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b0"
}

.wc-sa-icon-unif0b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b1"
}

.wc-sa-icon-unif0b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b2"
}

.wc-sa-icon-unif0b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b3"
}

.wc-sa-icon-unif0b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b4"
}

.wc-sa-icon-unif0b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b5"
}

.wc-sa-icon-unif0b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b6"
}

.wc-sa-icon-unif0b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b7"
}

.wc-sa-icon-unif0b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b8"
}

.wc-sa-icon-unif0b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0b9"
}

.wc-sa-icon-unif0ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ba"
}

.wc-sa-icon-unif0bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0bb"
}

.wc-sa-icon-unif0bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0bc"
}

.wc-sa-icon-unif0bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0bd"
}

.wc-sa-icon-unif0be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0be"
}

.wc-sa-icon-unif0bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0bf"
}

.wc-sa-icon-unif0c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c0"
}

.wc-sa-icon-unif0c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c1"
}

.wc-sa-icon-unif0c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c2"
}

.wc-sa-icon-unif0c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c3"
}

.wc-sa-icon-unif0c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c4"
}

.wc-sa-icon-unif0c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c5"
}

.wc-sa-icon-unif0c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c6"
}

.wc-sa-icon-unif0c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c7"
}

.wc-sa-icon-unif0c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c8"
}

.wc-sa-icon-unif0c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0c9"
}

.wc-sa-icon-unif0ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ca"
}

.wc-sa-icon-unif0cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0cb"
}

.wc-sa-icon-unif0cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0cc"
}

.wc-sa-icon-unif0cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0cd"
}

.wc-sa-icon-unif0ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ce"
}

.wc-sa-icon-unif0cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0cf"
}

.wc-sa-icon-unif0d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d0"
}

.wc-sa-icon-unif0d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d1"
}

.wc-sa-icon-unif0d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d2"
}

.wc-sa-icon-unif0d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d3"
}

.wc-sa-icon-unif0d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d4"
}

.wc-sa-icon-unif0d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d5"
}

.wc-sa-icon-unif0d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d6"
}

.wc-sa-icon-unif0d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d7"
}

.wc-sa-icon-unif0d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d8"
}

.wc-sa-icon-unif0d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0d9"
}

.wc-sa-icon-unif0da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0da"
}

.wc-sa-icon-unif0db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0db"
}

.wc-sa-icon-unif0dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0dc"
}

.wc-sa-icon-unif0dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0dd"
}

.wc-sa-icon-unif0de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0de"
}

.wc-sa-icon-unif0df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0df"
}

.wc-sa-icon-unif0e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e0"
}

.wc-sa-icon-unif0e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e1"
}

.wc-sa-icon-unif0e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e2"
}

.wc-sa-icon-unif0e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e3"
}

.wc-sa-icon-unif0e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e4"
}

.wc-sa-icon-unif0e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e5"
}

.wc-sa-icon-unif0e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e6"
}

.wc-sa-icon-unif0e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e7"
}

.wc-sa-icon-unif0e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e8"
}

.wc-sa-icon-unif0e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0e9"
}

.wc-sa-icon-unif0ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ea"
}

.wc-sa-icon-unif0eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0eb"
}

.wc-sa-icon-unif0ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ec"
}

.wc-sa-icon-unif0ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ed"
}

.wc-sa-icon-unif0ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ee"
}

.wc-sa-icon-unif0ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ef"
}

.wc-sa-icon-unif0f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f0"
}

.wc-sa-icon-unif0f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f1"
}

.wc-sa-icon-unif0f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f2"
}

.wc-sa-icon-unif0f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f3"
}

.wc-sa-icon-unif0f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f4"
}

.wc-sa-icon-unif0f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f5"
}

.wc-sa-icon-unif0f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f6"
}

.wc-sa-icon-unif0f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f7"
}

.wc-sa-icon-unif0f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f8"
}

.wc-sa-icon-unif0f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0f9"
}

.wc-sa-icon-unif0fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0fa"
}

.wc-sa-icon-unif0fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0fb"
}

.wc-sa-icon-unif0fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0fc"
}

.wc-sa-icon-unif0fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0fd"
}

.wc-sa-icon-unif0fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0fe"
}

.wc-sa-icon-unif0ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f0ff"
}

.wc-sa-icon-unif100:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f100"
}

.wc-sa-icon-unif101:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f101"
}

.wc-sa-icon-unif102:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f102"
}

.wc-sa-icon-unif103:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f103"
}

.wc-sa-icon-unif104:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f104"
}

.wc-sa-icon-unif105:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f105"
}

.wc-sa-icon-unif106:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f106"
}

.wc-sa-icon-unif107:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f107"
}

.wc-sa-icon-unif108:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f108"
}

.wc-sa-icon-unif109:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f109"
}

.wc-sa-icon-unif10a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f10a"
}

.wc-sa-icon-unif10b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f10b"
}

.wc-sa-icon-unif10c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f10c"
}

.wc-sa-icon-unif10d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f10d"
}

.wc-sa-icon-unif10e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f10e"
}

.wc-sa-icon-unif10f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f10f"
}

.wc-sa-icon-unif110:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f110"
}

.wc-sa-icon-unif111:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f111"
}

.wc-sa-icon-unif112:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f112"
}

.wc-sa-icon-unif113:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f113"
}

.wc-sa-icon-unif114:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f114"
}

.wc-sa-icon-unif115:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f115"
}

.wc-sa-icon-unif116:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f116"
}

.wc-sa-icon-unif117:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f117"
}

.wc-sa-icon-unif118:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f118"
}

.wc-sa-icon-unif119:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f119"
}

.wc-sa-icon-unif11a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f11a"
}

.wc-sa-icon-unif11b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f11b"
}

.wc-sa-icon-unif11c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f11c"
}

.wc-sa-icon-unif11d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f11d"
}

.wc-sa-icon-unif11e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f11e"
}

.wc-sa-icon-unif11f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f11f"
}

.wc-sa-icon-unif120:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f120"
}

.wc-sa-icon-unif121:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f121"
}

.wc-sa-icon-unif122:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f122"
}

.wc-sa-icon-unif123:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f123"
}

.wc-sa-icon-unif124:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f124"
}

.wc-sa-icon-unif125:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f125"
}

.wc-sa-icon-unif126:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f126"
}

.wc-sa-icon-unif127:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f127"
}

.wc-sa-icon-unif128:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f128"
}

.wc-sa-icon-unif129:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f129"
}

.wc-sa-icon-unif12a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f12a"
}

.wc-sa-icon-unif12b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f12b"
}

.wc-sa-icon-unif12c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f12c"
}

.wc-sa-icon-unif12d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f12d"
}

.wc-sa-icon-unif12e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f12e"
}

.wc-sa-icon-unif12f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f12f"
}

.wc-sa-icon-unif130:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f130"
}

.wc-sa-icon-unif131:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f131"
}

.wc-sa-icon-unif132:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f132"
}

.wc-sa-icon-unif133:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f133"
}

.wc-sa-icon-unif134:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f134"
}

.wc-sa-icon-unif135:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f135"
}

.wc-sa-icon-unif136:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f136"
}

.wc-sa-icon-unif137:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f137"
}

.wc-sa-icon-unif138:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f138"
}

.wc-sa-icon-unif139:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f139"
}

.wc-sa-icon-unif13a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f13a"
}

.wc-sa-icon-unif13b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f13b"
}

.wc-sa-icon-unif13c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f13c"
}

.wc-sa-icon-unif13d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f13d"
}

.wc-sa-icon-unif13e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f13e"
}

.wc-sa-icon-unif13f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f13f"
}

.wc-sa-icon-unif140:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f140"
}

.wc-sa-icon-unif141:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f141"
}

.wc-sa-icon-unif142:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f142"
}

.wc-sa-icon-unif143:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f143"
}

.wc-sa-icon-unif144:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f144"
}

.wc-sa-icon-unif145:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f145"
}

.wc-sa-icon-unif146:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f146"
}

.wc-sa-icon-unif147:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f147"
}

.wc-sa-icon-unif148:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f148"
}

.wc-sa-icon-unif149:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f149"
}

.wc-sa-icon-unif14a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f14a"
}

.wc-sa-icon-unif14b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f14b"
}

.wc-sa-icon-unif14c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f14c"
}

.wc-sa-icon-unif14d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f14d"
}

.wc-sa-icon-unif14e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f14e"
}

.wc-sa-icon-unif14f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f14f"
}

.wc-sa-icon-unif150:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f150"
}

.wc-sa-icon-unif151:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f151"
}

.wc-sa-icon-unif152:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f152"
}

.wc-sa-icon-unif153:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f153"
}

.wc-sa-icon-unif154:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f154"
}

.wc-sa-icon-unif155:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f155"
}

.wc-sa-icon-unif156:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f156"
}

.wc-sa-icon-unif157:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f157"
}

.wc-sa-icon-unif158:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f158"
}

.wc-sa-icon-unif159:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f159"
}

.wc-sa-icon-unif15a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f15a"
}

.wc-sa-icon-unif15b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f15b"
}

.wc-sa-icon-unif15c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f15c"
}

.wc-sa-icon-unif15d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f15d"
}

.wc-sa-icon-unif15e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f15e"
}

.wc-sa-icon-unif15f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f15f"
}

.wc-sa-icon-unif160:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f160"
}

.wc-sa-icon-unif161:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f161"
}

.wc-sa-icon-unif162:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f162"
}

.wc-sa-icon-unif163:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f163"
}

.wc-sa-icon-unif164:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f164"
}

.wc-sa-icon-unif165:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f165"
}

.wc-sa-icon-unif166:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f166"
}

.wc-sa-icon-unif167:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f167"
}

.wc-sa-icon-unif168:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f168"
}

.wc-sa-icon-unif169:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f169"
}

.wc-sa-icon-unif16a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f16a"
}

.wc-sa-icon-unif16b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f16b"
}

.wc-sa-icon-unif16c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f16c"
}

.wc-sa-icon-unif16d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f16d"
}

.wc-sa-icon-unif16e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f16e"
}

.wc-sa-icon-unif16f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f16f"
}

.wc-sa-icon-unif170:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f170"
}

.wc-sa-icon-unif171:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f171"
}

.wc-sa-icon-unif172:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f172"
}

.wc-sa-icon-unif173:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f173"
}

.wc-sa-icon-unif174:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f174"
}

.wc-sa-icon-unif175:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f175"
}

.wc-sa-icon-unif176:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f176"
}

.wc-sa-icon-unif177:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f177"
}

.wc-sa-icon-unif178:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f178"
}

.wc-sa-icon-unif179:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f179"
}

.wc-sa-icon-unif17a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f17a"
}

.wc-sa-icon-unif17b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f17b"
}

.wc-sa-icon-unif17c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f17c"
}

.wc-sa-icon-unif17d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f17d"
}

.wc-sa-icon-unif17e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f17e"
}

.wc-sa-icon-unif17f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f17f"
}

.wc-sa-icon-unif180:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f180"
}

.wc-sa-icon-unif181:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f181"
}

.wc-sa-icon-unif182:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f182"
}

.wc-sa-icon-unif183:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f183"
}

.wc-sa-icon-unif184:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f184"
}

.wc-sa-icon-unif185:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f185"
}

.wc-sa-icon-unif186:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f186"
}

.wc-sa-icon-unif187:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f187"
}

.wc-sa-icon-unif188:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f188"
}

.wc-sa-icon-unif189:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f189"
}

.wc-sa-icon-unif18a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f18a"
}

.wc-sa-icon-unif18b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f18b"
}

.wc-sa-icon-unif18c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f18c"
}

.wc-sa-icon-unif18d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f18d"
}

.wc-sa-icon-unif18e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f18e"
}

.wc-sa-icon-unif18f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f18f"
}

.wc-sa-icon-unif190:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f190"
}

.wc-sa-icon-unif191:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f191"
}

.wc-sa-icon-unif192:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f192"
}

.wc-sa-icon-unif193:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f193"
}

.wc-sa-icon-unif194:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f194"
}

.wc-sa-icon-unif195:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f195"
}

.wc-sa-icon-unif196:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f196"
}

.wc-sa-icon-unif197:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f197"
}

.wc-sa-icon-unif198:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f198"
}

.wc-sa-icon-unif199:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f199"
}

.wc-sa-icon-unif19a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f19a"
}

.wc-sa-icon-unif19b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f19b"
}

.wc-sa-icon-unif19c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f19c"
}

.wc-sa-icon-unif19d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f19d"
}

.wc-sa-icon-unif19e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f19e"
}

.wc-sa-icon-unif19f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f19f"
}

.wc-sa-icon-unif1a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a0"
}

.wc-sa-icon-unif1a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a1"
}

.wc-sa-icon-unif1a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a2"
}

.wc-sa-icon-unif1a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a3"
}

.wc-sa-icon-unif1a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a4"
}

.wc-sa-icon-unif1a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a5"
}

.wc-sa-icon-unif1a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a6"
}

.wc-sa-icon-unif1a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a7"
}

.wc-sa-icon-unif1a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a8"
}

.wc-sa-icon-unif1a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1a9"
}

.wc-sa-icon-unif1aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1aa"
}

.wc-sa-icon-unif1ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ab"
}

.wc-sa-icon-unif1ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ac"
}

.wc-sa-icon-unif1ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ad"
}

.wc-sa-icon-unif1ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ae"
}

.wc-sa-icon-unif1af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1af"
}

.wc-sa-icon-unif1b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b0"
}

.wc-sa-icon-unif1b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b1"
}

.wc-sa-icon-unif1b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b2"
}

.wc-sa-icon-unif1b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b3"
}

.wc-sa-icon-unif1b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b4"
}

.wc-sa-icon-unif1b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b5"
}

.wc-sa-icon-unif1b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b6"
}

.wc-sa-icon-unif1b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b7"
}

.wc-sa-icon-unif1b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b8"
}

.wc-sa-icon-unif1b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1b9"
}

.wc-sa-icon-unif1ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ba"
}

.wc-sa-icon-unif1bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1bb"
}

.wc-sa-icon-unif1bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1bc"
}

.wc-sa-icon-unif1bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1bd"
}

.wc-sa-icon-unif1be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1be"
}

.wc-sa-icon-unif1bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1bf"
}

.wc-sa-icon-unif1c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c0"
}

.wc-sa-icon-unif1c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c1"
}

.wc-sa-icon-unif1c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c2"
}

.wc-sa-icon-unif1c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c3"
}

.wc-sa-icon-unif1c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c4"
}

.wc-sa-icon-unif1c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c5"
}

.wc-sa-icon-unif1c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c6"
}

.wc-sa-icon-unif1c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c7"
}

.wc-sa-icon-unif1c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c8"
}

.wc-sa-icon-unif1c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1c9"
}

.wc-sa-icon-unif1ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ca"
}

.wc-sa-icon-unif1cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1cb"
}

.wc-sa-icon-unif1cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1cc"
}

.wc-sa-icon-unif1cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1cd"
}

.wc-sa-icon-unif1ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ce"
}

.wc-sa-icon-unif1cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1cf"
}

.wc-sa-icon-unif1d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d0"
}

.wc-sa-icon-unif1d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d1"
}

.wc-sa-icon-unif1d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d2"
}

.wc-sa-icon-unif1d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d3"
}

.wc-sa-icon-unif1d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d4"
}

.wc-sa-icon-unif1d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d5"
}

.wc-sa-icon-unif1d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d6"
}

.wc-sa-icon-unif1d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d7"
}

.wc-sa-icon-unif1d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d8"
}

.wc-sa-icon-unif1d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1d9"
}

.wc-sa-icon-unif1da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1da"
}

.wc-sa-icon-unif1db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1db"
}

.wc-sa-icon-unif1dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1dc"
}

.wc-sa-icon-unif1dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1dd"
}

.wc-sa-icon-unif1de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1de"
}

.wc-sa-icon-unif1df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1df"
}

.wc-sa-icon-unif1e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e0"
}

.wc-sa-icon-unif1e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e1"
}

.wc-sa-icon-unif1e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e2"
}

.wc-sa-icon-unif1e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e3"
}

.wc-sa-icon-unif1e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e4"
}

.wc-sa-icon-unif1e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e5"
}

.wc-sa-icon-unif1e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e6"
}

.wc-sa-icon-unif1e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e7"
}

.wc-sa-icon-unif1e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e8"
}

.wc-sa-icon-unif1e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1e9"
}

.wc-sa-icon-unif1ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ea"
}

.wc-sa-icon-unif1eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1eb"
}

.wc-sa-icon-unif1ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ec"
}

.wc-sa-icon-unif1ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ed"
}

.wc-sa-icon-unif1ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ee"
}

.wc-sa-icon-unif1ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ef"
}

.wc-sa-icon-unif1f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f0"
}

.wc-sa-icon-unif1f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f1"
}

.wc-sa-icon-unif1f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f2"
}

.wc-sa-icon-unif1f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f3"
}

.wc-sa-icon-unif1f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f4"
}

.wc-sa-icon-unif1f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f5"
}

.wc-sa-icon-unif1f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f6"
}

.wc-sa-icon-unif1f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f7"
}

.wc-sa-icon-unif1f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f8"
}

.wc-sa-icon-unif1f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1f9"
}

.wc-sa-icon-unif1fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1fa"
}

.wc-sa-icon-unif1fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1fb"
}

.wc-sa-icon-unif1fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1fc"
}

.wc-sa-icon-unif1fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1fd"
}

.wc-sa-icon-unif1fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1fe"
}

.wc-sa-icon-unif1ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f1ff"
}

.wc-sa-icon-unif200:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f200"
}

.wc-sa-icon-unif201:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f201"
}

.wc-sa-icon-unif202:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f202"
}

.wc-sa-icon-unif203:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f203"
}

.wc-sa-icon-unif204:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f204"
}

.wc-sa-icon-unif205:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f205"
}

.wc-sa-icon-unif206:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f206"
}

.wc-sa-icon-unif207:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f207"
}

.wc-sa-icon-unif208:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f208"
}

.wc-sa-icon-unif209:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f209"
}

.wc-sa-icon-unif20a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f20a"
}

.wc-sa-icon-unif20b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f20b"
}

.wc-sa-icon-unif20c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f20c"
}

.wc-sa-icon-unif20d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f20d"
}

.wc-sa-icon-unif20e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f20e"
}

.wc-sa-icon-unif20f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f20f"
}

.wc-sa-icon-unif210:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f210"
}

.wc-sa-icon-unif211:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f211"
}

.wc-sa-icon-unif212:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f212"
}

.wc-sa-icon-unif213:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f213"
}

.wc-sa-icon-unif214:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f214"
}

.wc-sa-icon-unif215:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f215"
}

.wc-sa-icon-unif216:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f216"
}

.wc-sa-icon-unif217:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f217"
}

.wc-sa-icon-unif218:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f218"
}

.wc-sa-icon-unif219:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f219"
}

.wc-sa-icon-unif21a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f21a"
}

.wc-sa-icon-unif21b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f21b"
}

.wc-sa-icon-unif21c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f21c"
}

.wc-sa-icon-unif21d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f21d"
}

.wc-sa-icon-unif21e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f21e"
}

.wc-sa-icon-unif21f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f21f"
}

.wc-sa-icon-unif220:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f220"
}

.wc-sa-icon-unif221:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f221"
}

.wc-sa-icon-unif222:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f222"
}

.wc-sa-icon-unif223:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f223"
}

.wc-sa-icon-unif224:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f224"
}

.wc-sa-icon-unif225:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f225"
}

.wc-sa-icon-unif226:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f226"
}

.wc-sa-icon-unif227:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f227"
}

.wc-sa-icon-unif228:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f228"
}

.wc-sa-icon-unif229:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f229"
}

.wc-sa-icon-unif22a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f22a"
}

.wc-sa-icon-unif22b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f22b"
}

.wc-sa-icon-unif22c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f22c"
}

.wc-sa-icon-unif22d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f22d"
}

.wc-sa-icon-unif22e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f22e"
}

.wc-sa-icon-unif22f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f22f"
}

.wc-sa-icon-unif230:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f230"
}

.wc-sa-icon-unif231:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f231"
}

.wc-sa-icon-unif232:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f232"
}

.wc-sa-icon-unif233:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f233"
}

.wc-sa-icon-unif234:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f234"
}

.wc-sa-icon-unif235:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f235"
}

.wc-sa-icon-unif236:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f236"
}

.wc-sa-icon-unif237:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f237"
}

.wc-sa-icon-unif238:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f238"
}

.wc-sa-icon-unif239:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f239"
}

.wc-sa-icon-unif23a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f23a"
}

.wc-sa-icon-unif23b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f23b"
}

.wc-sa-icon-unif23c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f23c"
}

.wc-sa-icon-unif23d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f23d"
}

.wc-sa-icon-unif23e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f23e"
}

.wc-sa-icon-unif23f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f23f"
}

.wc-sa-icon-unif240:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f240"
}

.wc-sa-icon-unif241:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f241"
}

.wc-sa-icon-unif242:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f242"
}

.wc-sa-icon-unif243:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f243"
}

.wc-sa-icon-unif244:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f244"
}

.wc-sa-icon-unif245:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f245"
}

.wc-sa-icon-unif246:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f246"
}

.wc-sa-icon-unif247:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f247"
}

.wc-sa-icon-unif248:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f248"
}

.wc-sa-icon-unif249:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f249"
}

.wc-sa-icon-unif24a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f24a"
}

.wc-sa-icon-unif24b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f24b"
}

.wc-sa-icon-unif24c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f24c"
}

.wc-sa-icon-unif24d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f24d"
}

.wc-sa-icon-unif24e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f24e"
}

.wc-sa-icon-unif24f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f24f"
}

.wc-sa-icon-unif250:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f250"
}

.wc-sa-icon-unif251:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f251"
}

.wc-sa-icon-unif252:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f252"
}

.wc-sa-icon-unif253:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f253"
}

.wc-sa-icon-unif254:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f254"
}

.wc-sa-icon-unif255:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f255"
}

.wc-sa-icon-unif256:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f256"
}

.wc-sa-icon-unif257:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f257"
}

.wc-sa-icon-unif258:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f258"
}

.wc-sa-icon-unif259:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f259"
}

.wc-sa-icon-unif25a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f25a"
}

.wc-sa-icon-unif25b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f25b"
}

.wc-sa-icon-unif25c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f25c"
}

.wc-sa-icon-unif25d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f25d"
}

.wc-sa-icon-unif25e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f25e"
}

.wc-sa-icon-unif25f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f25f"
}

.wc-sa-icon-unif260:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f260"
}

.wc-sa-icon-unif261:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f261"
}

.wc-sa-icon-unif262:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f262"
}

.wc-sa-icon-unif263:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f263"
}

.wc-sa-icon-unif264:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f264"
}

.wc-sa-icon-unif265:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f265"
}

.wc-sa-icon-unif266:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f266"
}

.wc-sa-icon-unif267:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f267"
}

.wc-sa-icon-unif268:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f268"
}

.wc-sa-icon-unif269:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f269"
}

.wc-sa-icon-unif26a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f26a"
}

.wc-sa-icon-unif26b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f26b"
}

.wc-sa-icon-unif26c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f26c"
}

.wc-sa-icon-unif26d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f26d"
}

.wc-sa-icon-unif26e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f26e"
}

.wc-sa-icon-unif26f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f26f"
}

.wc-sa-icon-unif270:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f270"
}

.wc-sa-icon-unif271:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f271"
}

.wc-sa-icon-unif272:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f272"
}

.wc-sa-icon-unif273:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f273"
}

.wc-sa-icon-unif274:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f274"
}

.wc-sa-icon-unif275:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f275"
}

.wc-sa-icon-unif276:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f276"
}

.wc-sa-icon-unif277:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f277"
}

.wc-sa-icon-unif278:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f278"
}

.wc-sa-icon-unif279:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f279"
}

.wc-sa-icon-unif27a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f27a"
}

.wc-sa-icon-unif27b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f27b"
}

.wc-sa-icon-unif27c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f27c"
}

.wc-sa-icon-unif27d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f27d"
}

.wc-sa-icon-unif27e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f27e"
}

.wc-sa-icon-unif27f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f27f"
}

.wc-sa-icon-unif280:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f280"
}

.wc-sa-icon-unif281:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f281"
}

.wc-sa-icon-unif282:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f282"
}

.wc-sa-icon-unif283:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f283"
}

.wc-sa-icon-unif284:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f284"
}

.wc-sa-icon-unif285:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f285"
}

.wc-sa-icon-unif286:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f286"
}

.wc-sa-icon-unif287:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f287"
}

.wc-sa-icon-unif288:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f288"
}

.wc-sa-icon-unif289:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f289"
}

.wc-sa-icon-unif28a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f28a"
}

.wc-sa-icon-unif28b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f28b"
}

.wc-sa-icon-unif28c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f28c"
}

.wc-sa-icon-unif28d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f28d"
}

.wc-sa-icon-unif28e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f28e"
}

.wc-sa-icon-unif28f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f28f"
}

.wc-sa-icon-unif290:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f290"
}

.wc-sa-icon-unif291:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f291"
}

.wc-sa-icon-unif292:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f292"
}

.wc-sa-icon-unif293:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f293"
}

.wc-sa-icon-unif294:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f294"
}

.wc-sa-icon-unif295:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f295"
}

.wc-sa-icon-unif296:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f296"
}

.wc-sa-icon-unif297:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f297"
}

.wc-sa-icon-unif298:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f298"
}

.wc-sa-icon-unif299:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f299"
}

.wc-sa-icon-unif29a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f29a"
}

.wc-sa-icon-unif29b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f29b"
}

.wc-sa-icon-unif29c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f29c"
}

.wc-sa-icon-unif29d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f29d"
}

.wc-sa-icon-unif29e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f29e"
}

.wc-sa-icon-unif29f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f29f"
}

.wc-sa-icon-unif2a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a0"
}

.wc-sa-icon-unif2a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a1"
}

.wc-sa-icon-unif2a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a2"
}

.wc-sa-icon-unif2a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a3"
}

.wc-sa-icon-unif2a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a4"
}

.wc-sa-icon-unif2a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a5"
}

.wc-sa-icon-unif2a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a6"
}

.wc-sa-icon-unif2a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a7"
}

.wc-sa-icon-unif2a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a8"
}

.wc-sa-icon-unif2a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2a9"
}

.wc-sa-icon-unif2aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2aa"
}

.wc-sa-icon-unif2ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ab"
}

.wc-sa-icon-unif2ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ac"
}

.wc-sa-icon-unif2ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ad"
}

.wc-sa-icon-unif2ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ae"
}

.wc-sa-icon-unif2af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2af"
}

.wc-sa-icon-unif2b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b0"
}

.wc-sa-icon-unif2b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b1"
}

.wc-sa-icon-unif2b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b2"
}

.wc-sa-icon-unif2b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b3"
}

.wc-sa-icon-unif2b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b4"
}

.wc-sa-icon-unif2b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b5"
}

.wc-sa-icon-unif2b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b6"
}

.wc-sa-icon-unif2b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b7"
}

.wc-sa-icon-unif2b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b8"
}

.wc-sa-icon-unif2b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2b9"
}

.wc-sa-icon-unif2ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ba"
}

.wc-sa-icon-unif2bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2bb"
}

.wc-sa-icon-unif2bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2bc"
}

.wc-sa-icon-unif2bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2bd"
}

.wc-sa-icon-unif2be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2be"
}

.wc-sa-icon-unif2bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2bf"
}

.wc-sa-icon-unif2c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c0"
}

.wc-sa-icon-unif2c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c1"
}

.wc-sa-icon-unif2c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c2"
}

.wc-sa-icon-unif2c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c3"
}

.wc-sa-icon-unif2c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c4"
}

.wc-sa-icon-unif2c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c5"
}

.wc-sa-icon-unif2c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c6"
}

.wc-sa-icon-unif2c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c7"
}

.wc-sa-icon-unif2c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c8"
}

.wc-sa-icon-unif2c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2c9"
}

.wc-sa-icon-unif2ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ca"
}

.wc-sa-icon-unif2cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2cb"
}

.wc-sa-icon-unif2cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2cc"
}

.wc-sa-icon-unif2cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2cd"
}

.wc-sa-icon-unif2ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ce"
}

.wc-sa-icon-unif2cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2cf"
}

.wc-sa-icon-unif2d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d0"
}

.wc-sa-icon-unif2d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d1"
}

.wc-sa-icon-unif2d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d2"
}

.wc-sa-icon-unif2d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d3"
}

.wc-sa-icon-unif2d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d4"
}

.wc-sa-icon-unif2d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d5"
}

.wc-sa-icon-unif2d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d6"
}

.wc-sa-icon-unif2d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d7"
}

.wc-sa-icon-unif2d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d8"
}

.wc-sa-icon-unif2d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2d9"
}

.wc-sa-icon-unif2da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2da"
}

.wc-sa-icon-unif2db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2db"
}

.wc-sa-icon-unif2dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2dc"
}

.wc-sa-icon-unif2dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2dd"
}

.wc-sa-icon-unif2de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2de"
}

.wc-sa-icon-unif2df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2df"
}

.wc-sa-icon-unif2e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e0"
}

.wc-sa-icon-unif2e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e1"
}

.wc-sa-icon-unif2e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e2"
}

.wc-sa-icon-unif2e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e3"
}

.wc-sa-icon-unif2e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e4"
}

.wc-sa-icon-unif2e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e5"
}

.wc-sa-icon-unif2e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e6"
}

.wc-sa-icon-unif2e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e7"
}

.wc-sa-icon-unif2e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e8"
}

.wc-sa-icon-unif2e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2e9"
}

.wc-sa-icon-unif2ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ea"
}

.wc-sa-icon-unif2eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2eb"
}

.wc-sa-icon-unif2ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ec"
}

.wc-sa-icon-unif2ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ed"
}

.wc-sa-icon-unif2ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ee"
}

.wc-sa-icon-unif2ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ef"
}

.wc-sa-icon-unif2f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f0"
}

.wc-sa-icon-unif2f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f1"
}

.wc-sa-icon-unif2f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f2"
}

.wc-sa-icon-unif2f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f3"
}

.wc-sa-icon-unif2f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f4"
}

.wc-sa-icon-unif2f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f5"
}

.wc-sa-icon-unif2f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f6"
}

.wc-sa-icon-unif2f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f7"
}

.wc-sa-icon-unif2f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f8"
}

.wc-sa-icon-unif2f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2f9"
}

.wc-sa-icon-unif2fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2fa"
}

.wc-sa-icon-unif2fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2fb"
}

.wc-sa-icon-unif2fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2fc"
}

.wc-sa-icon-unif2fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2fd"
}

.wc-sa-icon-unif2fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2fe"
}

.wc-sa-icon-unif2ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f2ff"
}

.wc-sa-icon-unif300:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f300"
}

.wc-sa-icon-unif301:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f301"
}

.wc-sa-icon-unif302:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f302"
}

.wc-sa-icon-unif303:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f303"
}

.wc-sa-icon-unif304:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f304"
}

.wc-sa-icon-unif305:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f305"
}

.wc-sa-icon-unif306:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f306"
}

.wc-sa-icon-unif307:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f307"
}

.wc-sa-icon-unif308:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f308"
}

.wc-sa-icon-unif309:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f309"
}

.wc-sa-icon-unif30a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f30a"
}

.wc-sa-icon-unif30b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f30b"
}

.wc-sa-icon-unif30c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f30c"
}

.wc-sa-icon-unif30d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f30d"
}

.wc-sa-icon-unif30e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f30e"
}

.wc-sa-icon-unif30f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f30f"
}

.wc-sa-icon-unif310:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f310"
}

.wc-sa-icon-unif311:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f311"
}

.wc-sa-icon-unif312:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f312"
}

.wc-sa-icon-unif313:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f313"
}

.wc-sa-icon-unif314:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f314"
}

.wc-sa-icon-unif315:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f315"
}

.wc-sa-icon-unif316:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f316"
}

.wc-sa-icon-unif317:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f317"
}

.wc-sa-icon-unif318:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f318"
}

.wc-sa-icon-unif319:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f319"
}

.wc-sa-icon-unif31a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f31a"
}

.wc-sa-icon-unif31b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f31b"
}

.wc-sa-icon-unif31c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f31c"
}

.wc-sa-icon-unif31d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f31d"
}

.wc-sa-icon-unif31e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f31e"
}

.wc-sa-icon-unif31f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f31f"
}

.wc-sa-icon-unif320:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f320"
}

.wc-sa-icon-unif321:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f321"
}

.wc-sa-icon-unif322:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f322"
}

.wc-sa-icon-unif323:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f323"
}

.wc-sa-icon-unif324:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f324"
}

.wc-sa-icon-unif325:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f325"
}

.wc-sa-icon-unif326:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f326"
}

.wc-sa-icon-unif327:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f327"
}

.wc-sa-icon-unif328:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f328"
}

.wc-sa-icon-unif329:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f329"
}

.wc-sa-icon-unif32a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f32a"
}

.wc-sa-icon-unif32b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f32b"
}

.wc-sa-icon-unif32c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f32c"
}

.wc-sa-icon-unif32d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f32d"
}

.wc-sa-icon-unif32e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f32e"
}

.wc-sa-icon-unif32f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f32f"
}

.wc-sa-icon-unif330:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f330"
}

.wc-sa-icon-unif331:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f331"
}

.wc-sa-icon-unif332:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f332"
}

.wc-sa-icon-unif333:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f333"
}

.wc-sa-icon-unif334:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f334"
}

.wc-sa-icon-unif335:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f335"
}

.wc-sa-icon-unif336:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f336"
}

.wc-sa-icon-unif337:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f337"
}

.wc-sa-icon-unif338:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f338"
}

.wc-sa-icon-unif339:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f339"
}

.wc-sa-icon-unif33a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f33a"
}

.wc-sa-icon-unif33b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f33b"
}

.wc-sa-icon-unif33c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f33c"
}

.wc-sa-icon-unif33d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f33d"
}

.wc-sa-icon-unif33e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f33e"
}

.wc-sa-icon-unif33f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f33f"
}

.wc-sa-icon-unif340:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f340"
}

.wc-sa-icon-unif341:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f341"
}

.wc-sa-icon-unif342:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f342"
}

.wc-sa-icon-unif343:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f343"
}

.wc-sa-icon-unif344:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f344"
}

.wc-sa-icon-unif345:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f345"
}

.wc-sa-icon-unif346:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f346"
}

.wc-sa-icon-unif347:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f347"
}

.wc-sa-icon-unif348:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f348"
}

.wc-sa-icon-unif349:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f349"
}

.wc-sa-icon-unif34a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f34a"
}

.wc-sa-icon-unif34b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f34b"
}

.wc-sa-icon-unif34c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f34c"
}

.wc-sa-icon-unif34d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f34d"
}

.wc-sa-icon-unif34e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f34e"
}

.wc-sa-icon-unif34f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f34f"
}

.wc-sa-icon-unif350:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f350"
}

.wc-sa-icon-unif351:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f351"
}

.wc-sa-icon-unif352:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f352"
}

.wc-sa-icon-unif353:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f353"
}

.wc-sa-icon-unif354:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f354"
}

.wc-sa-icon-unif355:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f355"
}

.wc-sa-icon-unif356:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f356"
}

.wc-sa-icon-unif357:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f357"
}

.wc-sa-icon-unif358:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f358"
}

.wc-sa-icon-unif359:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f359"
}

.wc-sa-icon-unif35a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f35a"
}

.wc-sa-icon-unif35b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f35b"
}

.wc-sa-icon-unif35c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f35c"
}

.wc-sa-icon-unif35d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f35d"
}

.wc-sa-icon-unif35e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f35e"
}

.wc-sa-icon-unif35f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f35f"
}

.wc-sa-icon-unif360:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f360"
}

.wc-sa-icon-unif361:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f361"
}

.wc-sa-icon-unif362:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f362"
}

.wc-sa-icon-unif363:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f363"
}

.wc-sa-icon-unif364:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f364"
}

.wc-sa-icon-unif365:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f365"
}

.wc-sa-icon-unif366:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f366"
}

.wc-sa-icon-unif367:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f367"
}

.wc-sa-icon-unif368:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f368"
}

.wc-sa-icon-unif369:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f369"
}

.wc-sa-icon-unif36a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f36a"
}

.wc-sa-icon-unif36b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f36b"
}

.wc-sa-icon-unif36c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f36c"
}

.wc-sa-icon-unif36d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f36d"
}

.wc-sa-icon-unif36e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f36e"
}

.wc-sa-icon-unif36f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f36f"
}

.wc-sa-icon-unif370:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f370"
}

.wc-sa-icon-unif371:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f371"
}

.wc-sa-icon-unif372:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f372"
}

.wc-sa-icon-unif373:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f373"
}

.wc-sa-icon-unif374:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f374"
}

.wc-sa-icon-unif375:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f375"
}

.wc-sa-icon-unif376:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f376"
}

.wc-sa-icon-unif377:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f377"
}

.wc-sa-icon-unif378:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f378"
}

.wc-sa-icon-unif379:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f379"
}

.wc-sa-icon-unif37a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f37a"
}

.wc-sa-icon-unif37b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f37b"
}

.wc-sa-icon-unif37c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f37c"
}

.wc-sa-icon-unif37d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f37d"
}

.wc-sa-icon-unif37e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f37e"
}

.wc-sa-icon-unif37f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f37f"
}

.wc-sa-icon-unif380:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f380"
}

.wc-sa-icon-unif381:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f381"
}

.wc-sa-icon-unif382:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f382"
}

.wc-sa-icon-unif383:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f383"
}

.wc-sa-icon-unif384:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f384"
}

.wc-sa-icon-unif385:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f385"
}

.wc-sa-icon-unif386:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f386"
}

.wc-sa-icon-unif387:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f387"
}

.wc-sa-icon-unif388:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f388"
}

.wc-sa-icon-unif389:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f389"
}

.wc-sa-icon-unif38a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f38a"
}

.wc-sa-icon-unif38b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f38b"
}

.wc-sa-icon-unif38c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f38c"
}

.wc-sa-icon-unif38d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f38d"
}

.wc-sa-icon-unif38e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f38e"
}

.wc-sa-icon-unif38f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f38f"
}

.wc-sa-icon-unif390:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f390"
}

.wc-sa-icon-unif391:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f391"
}

.wc-sa-icon-unif392:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f392"
}

.wc-sa-icon-unif393:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f393"
}

.wc-sa-icon-unif394:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f394"
}

.wc-sa-icon-unif395:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f395"
}

.wc-sa-icon-unif396:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f396"
}

.wc-sa-icon-unif397:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f397"
}

.wc-sa-icon-unif398:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f398"
}

.wc-sa-icon-unif399:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f399"
}

.wc-sa-icon-unif39a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f39a"
}

.wc-sa-icon-unif39b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f39b"
}

.wc-sa-icon-unif39c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f39c"
}

.wc-sa-icon-unif39d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f39d"
}

.wc-sa-icon-unif39e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f39e"
}

.wc-sa-icon-unif39f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f39f"
}

.wc-sa-icon-unif3a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a0"
}

.wc-sa-icon-unif3a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a1"
}

.wc-sa-icon-unif3a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a2"
}

.wc-sa-icon-unif3a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a3"
}

.wc-sa-icon-unif3a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a4"
}

.wc-sa-icon-unif3a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a5"
}

.wc-sa-icon-unif3a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a6"
}

.wc-sa-icon-unif3a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a7"
}

.wc-sa-icon-unif3a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a8"
}

.wc-sa-icon-unif3a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3a9"
}

.wc-sa-icon-unif3aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3aa"
}

.wc-sa-icon-unif3ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ab"
}

.wc-sa-icon-unif3ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ac"
}

.wc-sa-icon-unif3ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ad"
}

.wc-sa-icon-unif3ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ae"
}

.wc-sa-icon-unif3af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3af"
}

.wc-sa-icon-unif3b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b0"
}

.wc-sa-icon-unif3b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b1"
}

.wc-sa-icon-unif3b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b2"
}

.wc-sa-icon-unif3b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b3"
}

.wc-sa-icon-unif3b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b4"
}

.wc-sa-icon-unif3b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b5"
}

.wc-sa-icon-unif3b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b6"
}

.wc-sa-icon-unif3b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b7"
}

.wc-sa-icon-unif3b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b8"
}

.wc-sa-icon-unif3b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3b9"
}

.wc-sa-icon-unif3ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ba"
}

.wc-sa-icon-unif3bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3bb"
}

.wc-sa-icon-unif3bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3bc"
}

.wc-sa-icon-unif3bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3bd"
}

.wc-sa-icon-unif3be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3be"
}

.wc-sa-icon-unif3bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3bf"
}

.wc-sa-icon-unif3c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c0"
}

.wc-sa-icon-unif3c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c1"
}

.wc-sa-icon-unif3c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c2"
}

.wc-sa-icon-unif3c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c3"
}

.wc-sa-icon-unif3c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c4"
}

.wc-sa-icon-unif3c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c5"
}

.wc-sa-icon-unif3c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c6"
}

.wc-sa-icon-unif3c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c7"
}

.wc-sa-icon-unif3c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c8"
}

.wc-sa-icon-unif3c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3c9"
}

.wc-sa-icon-unif3ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ca"
}

.wc-sa-icon-unif3cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3cb"
}

.wc-sa-icon-unif3cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3cc"
}

.wc-sa-icon-unif3cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3cd"
}

.wc-sa-icon-unif3ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ce"
}

.wc-sa-icon-unif3cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3cf"
}

.wc-sa-icon-unif3d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d0"
}

.wc-sa-icon-unif3d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d1"
}

.wc-sa-icon-unif3d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d2"
}

.wc-sa-icon-unif3d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d3"
}

.wc-sa-icon-unif3d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d4"
}

.wc-sa-icon-unif3d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d5"
}

.wc-sa-icon-unif3d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d6"
}

.wc-sa-icon-unif3d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d7"
}

.wc-sa-icon-unif3d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d8"
}

.wc-sa-icon-unif3d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3d9"
}

.wc-sa-icon-unif3da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3da"
}

.wc-sa-icon-unif3db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3db"
}

.wc-sa-icon-unif3dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3dc"
}

.wc-sa-icon-unif3dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3dd"
}

.wc-sa-icon-unif3de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3de"
}

.wc-sa-icon-unif3df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3df"
}

.wc-sa-icon-unif3e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e0"
}

.wc-sa-icon-unif3e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e1"
}

.wc-sa-icon-unif3e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e2"
}

.wc-sa-icon-unif3e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e3"
}

.wc-sa-icon-unif3e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e4"
}

.wc-sa-icon-unif3e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e5"
}

.wc-sa-icon-unif3e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e6"
}

.wc-sa-icon-unif3e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e7"
}

.wc-sa-icon-unif3e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e8"
}

.wc-sa-icon-unif3e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3e9"
}

.wc-sa-icon-unif3ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ea"
}

.wc-sa-icon-unif3eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3eb"
}

.wc-sa-icon-unif3ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ec"
}

.wc-sa-icon-unif3ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ed"
}

.wc-sa-icon-unif3ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ee"
}

.wc-sa-icon-unif3ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ef"
}

.wc-sa-icon-unif3f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f0"
}

.wc-sa-icon-unif3f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f1"
}

.wc-sa-icon-unif3f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f2"
}

.wc-sa-icon-unif3f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f3"
}

.wc-sa-icon-unif3f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f4"
}

.wc-sa-icon-unif3f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f5"
}

.wc-sa-icon-unif3f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f6"
}

.wc-sa-icon-unif3f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f7"
}

.wc-sa-icon-unif3f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f8"
}

.wc-sa-icon-unif3f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3f9"
}

.wc-sa-icon-unif3fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3fa"
}

.wc-sa-icon-unif3fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3fb"
}

.wc-sa-icon-unif3fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3fc"
}

.wc-sa-icon-unif3fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3fd"
}

.wc-sa-icon-unif3fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3fe"
}

.wc-sa-icon-unif3ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f3ff"
}

.wc-sa-icon-unif400:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f400"
}

.wc-sa-icon-unif401:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f401"
}

.wc-sa-icon-unif402:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f402"
}

.wc-sa-icon-unif403:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f403"
}

.wc-sa-icon-unif404:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f404"
}

.wc-sa-icon-unif405:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f405"
}

.wc-sa-icon-unif406:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f406"
}

.wc-sa-icon-unif407:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f407"
}

.wc-sa-icon-unif408:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f408"
}

.wc-sa-icon-unif409:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f409"
}

.wc-sa-icon-unif40a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f40a"
}

.wc-sa-icon-unif40b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f40b"
}

.wc-sa-icon-unif40c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f40c"
}

.wc-sa-icon-unif40d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f40d"
}

.wc-sa-icon-unif40e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f40e"
}

.wc-sa-icon-unif40f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f40f"
}

.wc-sa-icon-unif410:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f410"
}

.wc-sa-icon-unif411:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f411"
}

.wc-sa-icon-unif412:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f412"
}

.wc-sa-icon-unif413:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f413"
}

.wc-sa-icon-unif414:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f414"
}

.wc-sa-icon-unif415:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f415"
}

.wc-sa-icon-unif416:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f416"
}

.wc-sa-icon-unif417:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f417"
}

.wc-sa-icon-unif418:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f418"
}

.wc-sa-icon-unif419:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f419"
}

.wc-sa-icon-unif41a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f41a"
}

.wc-sa-icon-unif41b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f41b"
}

.wc-sa-icon-unif41c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f41c"
}

.wc-sa-icon-unif41d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f41d"
}

.wc-sa-icon-unif41e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f41e"
}

.wc-sa-icon-unif41f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f41f"
}

.wc-sa-icon-unif420:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f420"
}

.wc-sa-icon-unif421:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f421"
}

.wc-sa-icon-unif422:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f422"
}

.wc-sa-icon-unif423:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f423"
}

.wc-sa-icon-unif424:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f424"
}

.wc-sa-icon-unif425:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f425"
}

.wc-sa-icon-unif426:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f426"
}

.wc-sa-icon-unif427:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f427"
}

.wc-sa-icon-unif428:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f428"
}

.wc-sa-icon-unif429:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f429"
}

.wc-sa-icon-unif42a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f42a"
}

.wc-sa-icon-unif42b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f42b"
}

.wc-sa-icon-unif42c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f42c"
}

.wc-sa-icon-unif42d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f42d"
}

.wc-sa-icon-unif42e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f42e"
}

.wc-sa-icon-unif42f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f42f"
}

.wc-sa-icon-unif430:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f430"
}

.wc-sa-icon-unif431:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f431"
}

.wc-sa-icon-unif432:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f432"
}

.wc-sa-icon-unif433:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f433"
}

.wc-sa-icon-unif434:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f434"
}

.wc-sa-icon-unif435:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f435"
}

.wc-sa-icon-unif436:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f436"
}

.wc-sa-icon-unif437:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f437"
}

.wc-sa-icon-unif438:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f438"
}

.wc-sa-icon-unif439:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f439"
}

.wc-sa-icon-unif43a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f43a"
}

.wc-sa-icon-unif43b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f43b"
}

.wc-sa-icon-unif43c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f43c"
}

.wc-sa-icon-unif43d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f43d"
}

.wc-sa-icon-unif43e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f43e"
}

.wc-sa-icon-unif43f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f43f"
}

.wc-sa-icon-unif440:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f440"
}

.wc-sa-icon-unif441:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f441"
}

.wc-sa-icon-unif442:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f442"
}

.wc-sa-icon-unif443:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f443"
}

.wc-sa-icon-unif444:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f444"
}

.wc-sa-icon-unif445:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f445"
}

.wc-sa-icon-unif446:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f446"
}

.wc-sa-icon-unif447:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f447"
}

.wc-sa-icon-unif448:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f448"
}

.wc-sa-icon-unif449:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f449"
}

.wc-sa-icon-unif44a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f44a"
}

.wc-sa-icon-unif44b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f44b"
}

.wc-sa-icon-unif44c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f44c"
}

.wc-sa-icon-unif44d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f44d"
}

.wc-sa-icon-unif44e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f44e"
}

.wc-sa-icon-unif44f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f44f"
}

.wc-sa-icon-unif450:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f450"
}

.wc-sa-icon-unif451:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f451"
}

.wc-sa-icon-unif452:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f452"
}

.wc-sa-icon-unif453:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f453"
}

.wc-sa-icon-unif454:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f454"
}

.wc-sa-icon-unif455:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f455"
}

.wc-sa-icon-unif456:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f456"
}

.wc-sa-icon-unif457:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f457"
}

.wc-sa-icon-unif458:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f458"
}

.wc-sa-icon-unif459:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f459"
}

.wc-sa-icon-unif45a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f45a"
}

.wc-sa-icon-unif45b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f45b"
}

.wc-sa-icon-unif45c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f45c"
}

.wc-sa-icon-unif45d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f45d"
}

.wc-sa-icon-unif45e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f45e"
}

.wc-sa-icon-unif45f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f45f"
}

.wc-sa-icon-unif460:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f460"
}

.wc-sa-icon-unif461:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f461"
}

.wc-sa-icon-unif462:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f462"
}

.wc-sa-icon-unif463:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f463"
}

.wc-sa-icon-unif464:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f464"
}

.wc-sa-icon-unif465:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f465"
}

.wc-sa-icon-unif466:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f466"
}

.wc-sa-icon-unif467:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f467"
}

.wc-sa-icon-unif468:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f468"
}

.wc-sa-icon-unif469:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f469"
}

.wc-sa-icon-unif46a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f46a"
}

.wc-sa-icon-unif46b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f46b"
}

.wc-sa-icon-unif46c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f46c"
}

.wc-sa-icon-unif46d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f46d"
}

.wc-sa-icon-unif46e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f46e"
}

.wc-sa-icon-unif46f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f46f"
}

.wc-sa-icon-unif470:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f470"
}

.wc-sa-icon-unif471:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f471"
}

.wc-sa-icon-unif472:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f472"
}

.wc-sa-icon-unif473:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f473"
}

.wc-sa-icon-unif474:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f474"
}

.wc-sa-icon-unif475:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f475"
}

.wc-sa-icon-unif476:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f476"
}

.wc-sa-icon-unif477:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f477"
}

.wc-sa-icon-unif478:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f478"
}

.wc-sa-icon-unif479:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f479"
}

.wc-sa-icon-unif47a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f47a"
}

.wc-sa-icon-unif47b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f47b"
}

.wc-sa-icon-unif47c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f47c"
}

.wc-sa-icon-unif47d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f47d"
}

.wc-sa-icon-unif47e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f47e"
}

.wc-sa-icon-unif47f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f47f"
}

.wc-sa-icon-unif480:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f480"
}

.wc-sa-icon-unif481:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f481"
}

.wc-sa-icon-unif482:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f482"
}

.wc-sa-icon-unif483:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f483"
}

.wc-sa-icon-unif484:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f484"
}

.wc-sa-icon-unif485:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f485"
}

.wc-sa-icon-unif486:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f486"
}

.wc-sa-icon-unif487:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f487"
}

.wc-sa-icon-unif488:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f488"
}

.wc-sa-icon-unif489:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f489"
}

.wc-sa-icon-unif48a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f48a"
}

.wc-sa-icon-unif48b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f48b"
}

.wc-sa-icon-unif48c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f48c"
}

.wc-sa-icon-unif48d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f48d"
}

.wc-sa-icon-unif48e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f48e"
}

.wc-sa-icon-unif48f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f48f"
}

.wc-sa-icon-unif490:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f490"
}

.wc-sa-icon-unif491:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f491"
}

.wc-sa-icon-unif492:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f492"
}

.wc-sa-icon-unif493:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f493"
}

.wc-sa-icon-unif494:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f494"
}

.wc-sa-icon-unif495:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f495"
}

.wc-sa-icon-unif496:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f496"
}

.wc-sa-icon-unif497:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f497"
}

.wc-sa-icon-unif498:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f498"
}

.wc-sa-icon-unif499:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f499"
}

.wc-sa-icon-unif49a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f49a"
}

.wc-sa-icon-unif49b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f49b"
}

.wc-sa-icon-unif49c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f49c"
}

.wc-sa-icon-unif49d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f49d"
}

.wc-sa-icon-unif49e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f49e"
}

.wc-sa-icon-unif49f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f49f"
}

.wc-sa-icon-unif4a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a0"
}

.wc-sa-icon-unif4a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a1"
}

.wc-sa-icon-unif4a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a2"
}

.wc-sa-icon-unif4a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a3"
}

.wc-sa-icon-unif4a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a4"
}

.wc-sa-icon-unif4a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a5"
}

.wc-sa-icon-unif4a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a6"
}

.wc-sa-icon-unif4a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a7"
}

.wc-sa-icon-unif4a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a8"
}

.wc-sa-icon-unif4a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4a9"
}

.wc-sa-icon-unif4aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4aa"
}

.wc-sa-icon-unif4ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ab"
}

.wc-sa-icon-unif4ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ac"
}

.wc-sa-icon-unif4ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ad"
}

.wc-sa-icon-unif4ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ae"
}

.wc-sa-icon-unif4af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4af"
}

.wc-sa-icon-unif4b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b0"
}

.wc-sa-icon-unif4b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b1"
}

.wc-sa-icon-unif4b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b2"
}

.wc-sa-icon-unif4b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b3"
}

.wc-sa-icon-unif4b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b4"
}

.wc-sa-icon-unif4b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b5"
}

.wc-sa-icon-unif4b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b6"
}

.wc-sa-icon-unif4b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b7"
}

.wc-sa-icon-unif4b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b8"
}

.wc-sa-icon-unif4b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4b9"
}

.wc-sa-icon-unif4ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ba"
}

.wc-sa-icon-unif4bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4bb"
}

.wc-sa-icon-unif4bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4bc"
}

.wc-sa-icon-unif4bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4bd"
}

.wc-sa-icon-unif4be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4be"
}

.wc-sa-icon-unif4bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4bf"
}

.wc-sa-icon-unif4c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c0"
}

.wc-sa-icon-unif4c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c1"
}

.wc-sa-icon-unif4c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c2"
}

.wc-sa-icon-unif4c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c3"
}

.wc-sa-icon-unif4c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c4"
}

.wc-sa-icon-unif4c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c5"
}

.wc-sa-icon-unif4c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c6"
}

.wc-sa-icon-unif4c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c7"
}

.wc-sa-icon-unif4c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c8"
}

.wc-sa-icon-unif4c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4c9"
}

.wc-sa-icon-unif4ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ca"
}

.wc-sa-icon-unif4cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4cb"
}

.wc-sa-icon-unif4cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4cc"
}

.wc-sa-icon-unif4cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4cd"
}

.wc-sa-icon-unif4ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ce"
}

.wc-sa-icon-unif4cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4cf"
}

.wc-sa-icon-unif4d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d0"
}

.wc-sa-icon-unif4d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d1"
}

.wc-sa-icon-unif4d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d2"
}

.wc-sa-icon-unif4d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d3"
}

.wc-sa-icon-unif4d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d4"
}

.wc-sa-icon-unif4d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d5"
}

.wc-sa-icon-unif4d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d6"
}

.wc-sa-icon-unif4d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d7"
}

.wc-sa-icon-unif4d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d8"
}

.wc-sa-icon-unif4d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4d9"
}

.wc-sa-icon-unif4da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4da"
}

.wc-sa-icon-unif4db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4db"
}

.wc-sa-icon-unif4dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4dc"
}

.wc-sa-icon-unif4dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4dd"
}

.wc-sa-icon-unif4de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4de"
}

.wc-sa-icon-unif4df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4df"
}

.wc-sa-icon-unif4e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e0"
}

.wc-sa-icon-unif4e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e1"
}

.wc-sa-icon-unif4e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e2"
}

.wc-sa-icon-unif4e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e3"
}

.wc-sa-icon-unif4e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e4"
}

.wc-sa-icon-unif4e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e5"
}

.wc-sa-icon-unif4e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e6"
}

.wc-sa-icon-unif4e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e7"
}

.wc-sa-icon-unif4e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e8"
}

.wc-sa-icon-unif4e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4e9"
}

.wc-sa-icon-unif4ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ea"
}

.wc-sa-icon-unif4eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4eb"
}

.wc-sa-icon-unif4ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ec"
}

.wc-sa-icon-unif4ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ed"
}

.wc-sa-icon-unif4ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ee"
}

.wc-sa-icon-unif4ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ef"
}

.wc-sa-icon-unif4f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f0"
}

.wc-sa-icon-unif4f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f1"
}

.wc-sa-icon-unif4f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f2"
}

.wc-sa-icon-unif4f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f3"
}

.wc-sa-icon-unif4f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f4"
}

.wc-sa-icon-unif4f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f5"
}

.wc-sa-icon-unif4f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f6"
}

.wc-sa-icon-unif4f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f7"
}

.wc-sa-icon-unif4f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f8"
}

.wc-sa-icon-unif4f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4f9"
}

.wc-sa-icon-unif4fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4fa"
}

.wc-sa-icon-unif4fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4fb"
}

.wc-sa-icon-unif4fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4fc"
}

.wc-sa-icon-unif4fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4fd"
}

.wc-sa-icon-unif4fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4fe"
}

.wc-sa-icon-unif4ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f4ff"
}

.wc-sa-icon-unif500:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f500"
}

.wc-sa-icon-unif501:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f501"
}

.wc-sa-icon-unif502:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f502"
}

.wc-sa-icon-unif503:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f503"
}

.wc-sa-icon-unif504:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f504"
}

.wc-sa-icon-unif505:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f505"
}

.wc-sa-icon-unif506:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f506"
}

.wc-sa-icon-unif507:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f507"
}

.wc-sa-icon-unif508:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f508"
}

.wc-sa-icon-unif509:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f509"
}

.wc-sa-icon-unif50a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f50a"
}

.wc-sa-icon-unif50b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f50b"
}

.wc-sa-icon-unif50c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f50c"
}

.wc-sa-icon-unif50d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f50d"
}

.wc-sa-icon-unif50e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f50e"
}

.wc-sa-icon-unif50f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f50f"
}

.wc-sa-icon-unif510:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f510"
}

.wc-sa-icon-unif511:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f511"
}

.wc-sa-icon-unif512:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f512"
}

.wc-sa-icon-unif513:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f513"
}

.wc-sa-icon-unif514:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f514"
}

.wc-sa-icon-unif515:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f515"
}

.wc-sa-icon-unif516:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f516"
}

.wc-sa-icon-unif517:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f517"
}

.wc-sa-icon-unif518:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f518"
}

.wc-sa-icon-unif519:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f519"
}

.wc-sa-icon-unif51a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f51a"
}

.wc-sa-icon-unif51b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f51b"
}

.wc-sa-icon-unif51c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f51c"
}

.wc-sa-icon-unif51d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f51d"
}

.wc-sa-icon-unif51e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f51e"
}

.wc-sa-icon-unif51f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f51f"
}

.wc-sa-icon-unif520:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f520"
}

.wc-sa-icon-unif521:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f521"
}

.wc-sa-icon-unif522:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f522"
}

.wc-sa-icon-unif523:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f523"
}

.wc-sa-icon-unif524:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f524"
}

.wc-sa-icon-unif525:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f525"
}

.wc-sa-icon-unif526:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f526"
}

.wc-sa-icon-unif527:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f527"
}

.wc-sa-icon-unif528:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f528"
}

.wc-sa-icon-unif529:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f529"
}

.wc-sa-icon-unif52a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f52a"
}

.wc-sa-icon-unif52b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f52b"
}

.wc-sa-icon-unif52c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f52c"
}

.wc-sa-icon-unif52d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f52d"
}

.wc-sa-icon-unif52e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f52e"
}

.wc-sa-icon-unif52f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f52f"
}

.wc-sa-icon-unif530:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f530"
}

.wc-sa-icon-unif531:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f531"
}

.wc-sa-icon-unif532:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f532"
}

.wc-sa-icon-unif533:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f533"
}

.wc-sa-icon-unif534:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f534"
}

.wc-sa-icon-unif535:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f535"
}

.wc-sa-icon-unif536:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f536"
}

.wc-sa-icon-unif537:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f537"
}

.wc-sa-icon-unif538:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f538"
}

.wc-sa-icon-unif539:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f539"
}

.wc-sa-icon-unif53a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f53a"
}

.wc-sa-icon-unif53b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f53b"
}

.wc-sa-icon-unif53c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f53c"
}

.wc-sa-icon-unif53d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f53d"
}

.wc-sa-icon-unif53e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f53e"
}

.wc-sa-icon-unif53f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f53f"
}

.wc-sa-icon-unif540:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f540"
}

.wc-sa-icon-unif541:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f541"
}

.wc-sa-icon-unif542:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f542"
}

.wc-sa-icon-unif543:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f543"
}

.wc-sa-icon-unif544:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f544"
}

.wc-sa-icon-unif545:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f545"
}

.wc-sa-icon-unif546:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f546"
}

.wc-sa-icon-unif547:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f547"
}

.wc-sa-icon-unif548:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f548"
}

.wc-sa-icon-unif549:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f549"
}

.wc-sa-icon-unif54a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f54a"
}

.wc-sa-icon-unif54b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f54b"
}

.wc-sa-icon-unif54c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f54c"
}

.wc-sa-icon-unif54d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f54d"
}

.wc-sa-icon-unif54e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f54e"
}

.wc-sa-icon-unif54f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f54f"
}

.wc-sa-icon-unif550:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f550"
}

.wc-sa-icon-unif551:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f551"
}

.wc-sa-icon-unif552:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f552"
}

.wc-sa-icon-unif553:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f553"
}

.wc-sa-icon-unif554:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f554"
}

.wc-sa-icon-unif555:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f555"
}

.wc-sa-icon-unif556:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f556"
}

.wc-sa-icon-unif557:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f557"
}

.wc-sa-icon-unif558:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f558"
}

.wc-sa-icon-unif559:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f559"
}

.wc-sa-icon-unif55a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f55a"
}

.wc-sa-icon-unif55b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f55b"
}

.wc-sa-icon-unif55c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f55c"
}

.wc-sa-icon-unif55d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f55d"
}

.wc-sa-icon-unif55e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f55e"
}

.wc-sa-icon-unif55f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f55f"
}

.wc-sa-icon-unif560:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f560"
}

.wc-sa-icon-unif561:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f561"
}

.wc-sa-icon-unif562:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f562"
}

.wc-sa-icon-unif563:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f563"
}

.wc-sa-icon-unif564:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f564"
}

.wc-sa-icon-unif565:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f565"
}

.wc-sa-icon-unif566:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f566"
}

.wc-sa-icon-unif567:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f567"
}

.wc-sa-icon-unif568:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f568"
}

.wc-sa-icon-unif569:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f569"
}

.wc-sa-icon-unif56a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f56a"
}

.wc-sa-icon-unif56b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f56b"
}

.wc-sa-icon-unif56c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f56c"
}

.wc-sa-icon-unif56d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f56d"
}

.wc-sa-icon-unif56e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f56e"
}

.wc-sa-icon-unif56f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f56f"
}

.wc-sa-icon-unif570:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f570"
}

.wc-sa-icon-unif571:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f571"
}

.wc-sa-icon-unif572:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f572"
}

.wc-sa-icon-unif573:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f573"
}

.wc-sa-icon-unif574:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f574"
}

.wc-sa-icon-unif575:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f575"
}

.wc-sa-icon-unif576:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f576"
}

.wc-sa-icon-unif577:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f577"
}

.wc-sa-icon-unif578:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f578"
}

.wc-sa-icon-unif579:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f579"
}

.wc-sa-icon-unif57a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f57a"
}

.wc-sa-icon-unif57b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f57b"
}

.wc-sa-icon-unif57c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f57c"
}

.wc-sa-icon-unif57d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f57d"
}

.wc-sa-icon-unif57e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f57e"
}

.wc-sa-icon-unif57f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f57f"
}

.wc-sa-icon-unif580:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f580"
}

.wc-sa-icon-unif581:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f581"
}

.wc-sa-icon-unif582:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f582"
}

.wc-sa-icon-unif583:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f583"
}

.wc-sa-icon-unif584:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f584"
}

.wc-sa-icon-unif585:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f585"
}

.wc-sa-icon-unif586:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f586"
}

.wc-sa-icon-unif587:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f587"
}

.wc-sa-icon-unif588:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f588"
}

.wc-sa-icon-unif589:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f589"
}

.wc-sa-icon-unif58a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f58a"
}

.wc-sa-icon-unif58b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f58b"
}

.wc-sa-icon-unif58c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f58c"
}

.wc-sa-icon-unif58d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f58d"
}

.wc-sa-icon-unif58e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f58e"
}

.wc-sa-icon-unif58f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f58f"
}

.wc-sa-icon-unif590:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f590"
}

.wc-sa-icon-unif591:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f591"
}

.wc-sa-icon-unif592:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f592"
}

.wc-sa-icon-unif593:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f593"
}

.wc-sa-icon-unif594:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f594"
}

.wc-sa-icon-unif595:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f595"
}

.wc-sa-icon-unif596:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f596"
}

.wc-sa-icon-unif597:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f597"
}

.wc-sa-icon-unif598:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f598"
}

.wc-sa-icon-unif599:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f599"
}

.wc-sa-icon-unif59a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f59a"
}

.wc-sa-icon-unif59b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f59b"
}

.wc-sa-icon-unif59c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f59c"
}

.wc-sa-icon-unif59d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f59d"
}

.wc-sa-icon-unif59e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f59e"
}

.wc-sa-icon-unif59f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f59f"
}

.wc-sa-icon-unif5a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a0"
}

.wc-sa-icon-unif5a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a1"
}

.wc-sa-icon-unif5a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a2"
}

.wc-sa-icon-unif5a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a3"
}

.wc-sa-icon-unif5a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a4"
}

.wc-sa-icon-unif5a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a5"
}

.wc-sa-icon-unif5a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a6"
}

.wc-sa-icon-unif5a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a7"
}

.wc-sa-icon-unif5a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a8"
}

.wc-sa-icon-unif5a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5a9"
}

.wc-sa-icon-unif5aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5aa"
}

.wc-sa-icon-unif5ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ab"
}

.wc-sa-icon-unif5ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ac"
}

.wc-sa-icon-unif5ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ad"
}

.wc-sa-icon-unif5ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ae"
}

.wc-sa-icon-unif5af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5af"
}

.wc-sa-icon-unif5b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b0"
}

.wc-sa-icon-unif5b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b1"
}

.wc-sa-icon-unif5b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b2"
}

.wc-sa-icon-unif5b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b3"
}

.wc-sa-icon-unif5b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b4"
}

.wc-sa-icon-unif5b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b5"
}

.wc-sa-icon-unif5b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b6"
}

.wc-sa-icon-unif5b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b7"
}

.wc-sa-icon-unif5b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b8"
}

.wc-sa-icon-unif5b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5b9"
}

.wc-sa-icon-unif5ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ba"
}

.wc-sa-icon-unif5bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5bb"
}

.wc-sa-icon-unif5bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5bc"
}

.wc-sa-icon-unif5bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5bd"
}

.wc-sa-icon-unif5be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5be"
}

.wc-sa-icon-unif5bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5bf"
}

.wc-sa-icon-unif5c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c0"
}

.wc-sa-icon-unif5c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c1"
}

.wc-sa-icon-unif5c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c2"
}

.wc-sa-icon-unif5c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c3"
}

.wc-sa-icon-unif5c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c4"
}

.wc-sa-icon-unif5c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c5"
}

.wc-sa-icon-unif5c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c6"
}

.wc-sa-icon-unif5c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c7"
}

.wc-sa-icon-unif5c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c8"
}

.wc-sa-icon-unif5c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5c9"
}

.wc-sa-icon-unif5ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ca"
}

.wc-sa-icon-unif5cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5cb"
}

.wc-sa-icon-unif5cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5cc"
}

.wc-sa-icon-unif5cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5cd"
}

.wc-sa-icon-unif5ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ce"
}

.wc-sa-icon-unif5cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5cf"
}

.wc-sa-icon-unif5d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d0"
}

.wc-sa-icon-unif5d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d1"
}

.wc-sa-icon-unif5d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d2"
}

.wc-sa-icon-unif5d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d3"
}

.wc-sa-icon-unif5d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d4"
}

.wc-sa-icon-unif5d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d5"
}

.wc-sa-icon-unif5d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d6"
}

.wc-sa-icon-unif5d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d7"
}

.wc-sa-icon-unif5d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d8"
}

.wc-sa-icon-unif5d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5d9"
}

.wc-sa-icon-unif5da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5da"
}

.wc-sa-icon-unif5db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5db"
}

.wc-sa-icon-unif5dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5dc"
}

.wc-sa-icon-unif5dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5dd"
}

.wc-sa-icon-unif5de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5de"
}

.wc-sa-icon-unif5df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5df"
}

.wc-sa-icon-unif5e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e0"
}

.wc-sa-icon-unif5e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e1"
}

.wc-sa-icon-unif5e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e2"
}

.wc-sa-icon-unif5e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e3"
}

.wc-sa-icon-unif5e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e4"
}

.wc-sa-icon-unif5e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e5"
}

.wc-sa-icon-unif5e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e6"
}

.wc-sa-icon-unif5e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e7"
}

.wc-sa-icon-unif5e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e8"
}

.wc-sa-icon-unif5e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5e9"
}

.wc-sa-icon-unif5ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ea"
}

.wc-sa-icon-unif5eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5eb"
}

.wc-sa-icon-unif5ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ec"
}

.wc-sa-icon-unif5ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ed"
}

.wc-sa-icon-unif5ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ee"
}

.wc-sa-icon-unif5ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ef"
}

.wc-sa-icon-unif5f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f0"
}

.wc-sa-icon-unif5f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f1"
}

.wc-sa-icon-unif5f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f2"
}

.wc-sa-icon-unif5f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f3"
}

.wc-sa-icon-unif5f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f4"
}

.wc-sa-icon-unif5f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f5"
}

.wc-sa-icon-unif5f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f6"
}

.wc-sa-icon-unif5f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f7"
}

.wc-sa-icon-unif5f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f8"
}

.wc-sa-icon-unif5f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5f9"
}

.wc-sa-icon-unif5fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5fa"
}

.wc-sa-icon-unif5fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5fb"
}

.wc-sa-icon-unif5fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5fc"
}

.wc-sa-icon-unif5fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5fd"
}

.wc-sa-icon-unif5fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5fe"
}

.wc-sa-icon-unif5ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f5ff"
}

.wc-sa-icon-unif600:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f600"
}

.wc-sa-icon-unif601:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f601"
}

.wc-sa-icon-unif602:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f602"
}

.wc-sa-icon-unif603:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f603"
}

.wc-sa-icon-unif604:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f604"
}

.wc-sa-icon-unif605:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f605"
}

.wc-sa-icon-unif606:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f606"
}

.wc-sa-icon-unif607:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f607"
}

.wc-sa-icon-unif608:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f608"
}

.wc-sa-icon-unif609:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f609"
}

.wc-sa-icon-unif60a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f60a"
}

.wc-sa-icon-unif60b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f60b"
}

.wc-sa-icon-unif60c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f60c"
}

.wc-sa-icon-unif60d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f60d"
}

.wc-sa-icon-unif60e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f60e"
}

.wc-sa-icon-unif60f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f60f"
}

.wc-sa-icon-unif610:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f610"
}

.wc-sa-icon-unif611:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f611"
}

.wc-sa-icon-unif612:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f612"
}

.wc-sa-icon-unif613:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f613"
}

.wc-sa-icon-unif614:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f614"
}

.wc-sa-icon-unif615:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f615"
}

.wc-sa-icon-unif616:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f616"
}

.wc-sa-icon-unif617:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f617"
}

.wc-sa-icon-unif618:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f618"
}

.wc-sa-icon-unif619:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f619"
}

.wc-sa-icon-unif61a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f61a"
}

.wc-sa-icon-unif61b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f61b"
}

.wc-sa-icon-unif61c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f61c"
}

.wc-sa-icon-unif61d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f61d"
}

.wc-sa-icon-unif61e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f61e"
}

.wc-sa-icon-unif61f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f61f"
}

.wc-sa-icon-unif620:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f620"
}

.wc-sa-icon-unif621:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f621"
}

.wc-sa-icon-unif622:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f622"
}

.wc-sa-icon-unif623:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f623"
}

.wc-sa-icon-unif624:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f624"
}

.wc-sa-icon-unif625:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f625"
}

.wc-sa-icon-unif626:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f626"
}

.wc-sa-icon-unif627:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f627"
}

.wc-sa-icon-unif628:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f628"
}

.wc-sa-icon-unif629:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f629"
}

.wc-sa-icon-unif62a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f62a"
}

.wc-sa-icon-unif62b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f62b"
}

.wc-sa-icon-unif62c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f62c"
}

.wc-sa-icon-unif62d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f62d"
}

.wc-sa-icon-unif62e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f62e"
}

.wc-sa-icon-unif62f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f62f"
}

.wc-sa-icon-unif630:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f630"
}

.wc-sa-icon-unif631:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f631"
}

.wc-sa-icon-unif632:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f632"
}

.wc-sa-icon-unif633:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f633"
}

.wc-sa-icon-unif634:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f634"
}

.wc-sa-icon-unif635:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f635"
}

.wc-sa-icon-unif636:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f636"
}

.wc-sa-icon-unif637:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f637"
}

.wc-sa-icon-unif638:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f638"
}

.wc-sa-icon-unif639:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f639"
}

.wc-sa-icon-unif63a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f63a"
}

.wc-sa-icon-unif63b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f63b"
}

.wc-sa-icon-unif63c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f63c"
}

.wc-sa-icon-unif63d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f63d"
}

.wc-sa-icon-unif63e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f63e"
}

.wc-sa-icon-unif63f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f63f"
}

.wc-sa-icon-unif640:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f640"
}

.wc-sa-icon-unif641:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f641"
}

.wc-sa-icon-unif642:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f642"
}

.wc-sa-icon-unif643:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f643"
}

.wc-sa-icon-unif644:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f644"
}

.wc-sa-icon-unif645:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f645"
}

.wc-sa-icon-unif646:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f646"
}

.wc-sa-icon-unif647:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f647"
}

.wc-sa-icon-unif648:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f648"
}

.wc-sa-icon-unif649:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f649"
}

.wc-sa-icon-unif64a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f64a"
}

.wc-sa-icon-unif64b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f64b"
}

.wc-sa-icon-unif64c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f64c"
}

.wc-sa-icon-unif64d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f64d"
}

.wc-sa-icon-unif64e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f64e"
}

.wc-sa-icon-unif64f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f64f"
}

.wc-sa-icon-unif650:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f650"
}

.wc-sa-icon-unif651:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f651"
}

.wc-sa-icon-unif652:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f652"
}

.wc-sa-icon-unif653:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f653"
}

.wc-sa-icon-unif654:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f654"
}

.wc-sa-icon-unif655:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f655"
}

.wc-sa-icon-unif656:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f656"
}

.wc-sa-icon-unif657:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f657"
}

.wc-sa-icon-unif658:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f658"
}

.wc-sa-icon-unif659:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f659"
}

.wc-sa-icon-unif65a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f65a"
}

.wc-sa-icon-unif65b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f65b"
}

.wc-sa-icon-unif65c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f65c"
}

.wc-sa-icon-unif65d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f65d"
}

.wc-sa-icon-unif65e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f65e"
}

.wc-sa-icon-unif65f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f65f"
}

.wc-sa-icon-unif660:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f660"
}

.wc-sa-icon-unif661:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f661"
}

.wc-sa-icon-unif662:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f662"
}

.wc-sa-icon-unif663:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f663"
}

.wc-sa-icon-unif664:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f664"
}

.wc-sa-icon-unif665:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f665"
}

.wc-sa-icon-unif666:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f666"
}

.wc-sa-icon-unif667:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f667"
}

.wc-sa-icon-unif668:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f668"
}

.wc-sa-icon-unif669:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f669"
}

.wc-sa-icon-unif66a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f66a"
}

.wc-sa-icon-unif66b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f66b"
}

.wc-sa-icon-unif66c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f66c"
}

.wc-sa-icon-unif66d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f66d"
}

.wc-sa-icon-unif66e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f66e"
}

.wc-sa-icon-unif66f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f66f"
}

.wc-sa-icon-unif670:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f670"
}

.wc-sa-icon-unif671:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f671"
}

.wc-sa-icon-unif672:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f672"
}

.wc-sa-icon-unif673:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f673"
}

.wc-sa-icon-unif674:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f674"
}

.wc-sa-icon-unif675:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f675"
}

.wc-sa-icon-unif676:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f676"
}

.wc-sa-icon-unif677:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f677"
}

.wc-sa-icon-unif678:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f678"
}

.wc-sa-icon-unif679:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f679"
}

.wc-sa-icon-unif67a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f67a"
}

.wc-sa-icon-unif67b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f67b"
}

.wc-sa-icon-unif67c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f67c"
}

.wc-sa-icon-unif67d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f67d"
}

.wc-sa-icon-unif67e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f67e"
}

.wc-sa-icon-unif67f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f67f"
}

.wc-sa-icon-unif680:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f680"
}

.wc-sa-icon-unif681:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f681"
}

.wc-sa-icon-unif682:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f682"
}

.wc-sa-icon-unif683:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f683"
}

.wc-sa-icon-unif684:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f684"
}

.wc-sa-icon-unif685:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f685"
}

.wc-sa-icon-unif686:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f686"
}

.wc-sa-icon-unif687:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f687"
}

.wc-sa-icon-unif688:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f688"
}

.wc-sa-icon-unif689:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f689"
}

.wc-sa-icon-unif68a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f68a"
}

.wc-sa-icon-unif68b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f68b"
}

.wc-sa-icon-unif68c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f68c"
}

.wc-sa-icon-unif68d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f68d"
}

.wc-sa-icon-unif68e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f68e"
}

.wc-sa-icon-unif68f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f68f"
}

.wc-sa-icon-unif690:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f690"
}

.wc-sa-icon-unif691:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f691"
}

.wc-sa-icon-unif692:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f692"
}

.wc-sa-icon-unif693:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f693"
}

.wc-sa-icon-unif694:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f694"
}

.wc-sa-icon-unif695:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f695"
}

.wc-sa-icon-unif696:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f696"
}

.wc-sa-icon-unif697:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f697"
}

.wc-sa-icon-unif698:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f698"
}

.wc-sa-icon-unif699:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f699"
}

.wc-sa-icon-unif69a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f69a"
}

.wc-sa-icon-unif69b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f69b"
}

.wc-sa-icon-unif69c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f69c"
}

.wc-sa-icon-unif69d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f69d"
}

.wc-sa-icon-unif69e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f69e"
}

.wc-sa-icon-unif69f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f69f"
}

.wc-sa-icon-unif6a0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a0"
}

.wc-sa-icon-unif6a1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a1"
}

.wc-sa-icon-unif6a2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a2"
}

.wc-sa-icon-unif6a3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a3"
}

.wc-sa-icon-unif6a4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a4"
}

.wc-sa-icon-unif6a5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a5"
}

.wc-sa-icon-unif6a6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a6"
}

.wc-sa-icon-unif6a7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a7"
}

.wc-sa-icon-unif6a8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a8"
}

.wc-sa-icon-unif6a9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6a9"
}

.wc-sa-icon-unif6aa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6aa"
}

.wc-sa-icon-unif6ab:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ab"
}

.wc-sa-icon-unif6ac:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ac"
}

.wc-sa-icon-unif6ad:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ad"
}

.wc-sa-icon-unif6ae:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ae"
}

.wc-sa-icon-unif6af:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6af"
}

.wc-sa-icon-unif6b0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b0"
}

.wc-sa-icon-unif6b1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b1"
}

.wc-sa-icon-unif6b2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b2"
}

.wc-sa-icon-unif6b3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b3"
}

.wc-sa-icon-unif6b4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b4"
}

.wc-sa-icon-unif6b5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b5"
}

.wc-sa-icon-unif6b6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b6"
}

.wc-sa-icon-unif6b7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b7"
}

.wc-sa-icon-unif6b8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b8"
}

.wc-sa-icon-unif6b9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6b9"
}

.wc-sa-icon-unif6ba:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ba"
}

.wc-sa-icon-unif6bb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6bb"
}

.wc-sa-icon-unif6bc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6bc"
}

.wc-sa-icon-unif6bd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6bd"
}

.wc-sa-icon-unif6be:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6be"
}

.wc-sa-icon-unif6bf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6bf"
}

.wc-sa-icon-unif6c0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c0"
}

.wc-sa-icon-unif6c1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c1"
}

.wc-sa-icon-unif6c2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c2"
}

.wc-sa-icon-unif6c3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c3"
}

.wc-sa-icon-unif6c4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c4"
}

.wc-sa-icon-unif6c5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c5"
}

.wc-sa-icon-unif6c6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c6"
}

.wc-sa-icon-unif6c7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c7"
}

.wc-sa-icon-unif6c8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c8"
}

.wc-sa-icon-unif6c9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6c9"
}

.wc-sa-icon-unif6ca:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ca"
}

.wc-sa-icon-unif6cb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6cb"
}

.wc-sa-icon-unif6cc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6cc"
}

.wc-sa-icon-unif6cd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6cd"
}

.wc-sa-icon-unif6ce:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ce"
}

.wc-sa-icon-unif6cf:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6cf"
}

.wc-sa-icon-unif6d0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d0"
}

.wc-sa-icon-unif6d1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d1"
}

.wc-sa-icon-unif6d2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d2"
}

.wc-sa-icon-unif6d3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d3"
}

.wc-sa-icon-unif6d4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d4"
}

.wc-sa-icon-unif6d5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d5"
}

.wc-sa-icon-unif6d6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d6"
}

.wc-sa-icon-unif6d7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d7"
}

.wc-sa-icon-unif6d8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d8"
}

.wc-sa-icon-unif6d9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6d9"
}

.wc-sa-icon-unif6da:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6da"
}

.wc-sa-icon-unif6db:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6db"
}

.wc-sa-icon-unif6dc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6dc"
}

.wc-sa-icon-unif6dd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6dd"
}

.wc-sa-icon-unif6de:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6de"
}

.wc-sa-icon-unif6df:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6df"
}

.wc-sa-icon-unif6e0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e0"
}

.wc-sa-icon-unif6e1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e1"
}

.wc-sa-icon-unif6e2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e2"
}

.wc-sa-icon-unif6e3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e3"
}

.wc-sa-icon-unif6e4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e4"
}

.wc-sa-icon-unif6e5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e5"
}

.wc-sa-icon-unif6e6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e6"
}

.wc-sa-icon-unif6e7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e7"
}

.wc-sa-icon-unif6e8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e8"
}

.wc-sa-icon-unif6e9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6e9"
}

.wc-sa-icon-unif6ea:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ea"
}

.wc-sa-icon-unif6eb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6eb"
}

.wc-sa-icon-unif6ec:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ec"
}

.wc-sa-icon-unif6ed:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ed"
}

.wc-sa-icon-unif6ee:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ee"
}

.wc-sa-icon-unif6ef:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ef"
}

.wc-sa-icon-unif6f0:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f0"
}

.wc-sa-icon-unif6f1:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f1"
}

.wc-sa-icon-unif6f2:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f2"
}

.wc-sa-icon-unif6f3:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f3"
}

.wc-sa-icon-unif6f4:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f4"
}

.wc-sa-icon-unif6f5:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f5"
}

.wc-sa-icon-unif6f6:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f6"
}

.wc-sa-icon-unif6f7:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f7"
}

.wc-sa-icon-unif6f8:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f8"
}

.wc-sa-icon-unif6f9:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6f9"
}

.wc-sa-icon-unif6fa:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6fa"
}

.wc-sa-icon-unif6fb:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6fb"
}

.wc-sa-icon-unif6fc:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6fc"
}

.wc-sa-icon-unif6fd:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6fd"
}

.wc-sa-icon-unif6fe:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6fe"
}

.wc-sa-icon-unif6ff:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f6ff"
}

.wc-sa-icon-unif700:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f700"
}

.wc-sa-icon-unif701:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f701"
}

.wc-sa-icon-unif702:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f702"
}

.wc-sa-icon-unif703:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f703"
}

.wc-sa-icon-unif704:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f704"
}

.wc-sa-icon-unif705:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f705"
}

.wc-sa-icon-unif706:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f706"
}

.wc-sa-icon-unif707:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f707"
}

.wc-sa-icon-unif708:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f708"
}

.wc-sa-icon-unif709:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f709"
}

.wc-sa-icon-unif70a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f70a"
}

.wc-sa-icon-unif70b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f70b"
}

.wc-sa-icon-unif70c:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f70c"
}

.wc-sa-icon-unif70d:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f70d"
}

.wc-sa-icon-unif70e:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f70e"
}

.wc-sa-icon-unif70f:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f70f"
}

.wc-sa-icon-unif710:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f710"
}

.wc-sa-icon-unif711:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f711"
}

.wc-sa-icon-unif712:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f712"
}

.wc-sa-icon-unif713:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f713"
}

.wc-sa-icon-unif714:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f714"
}

.wc-sa-icon-unif715:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f715"
}

.wc-sa-icon-unif716:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f716"
}

.wc-sa-icon-unif717:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f717"
}

.wc-sa-icon-unif718:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f718"
}

.wc-sa-icon-unif719:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f719"
}

.wc-sa-icon-unif71a:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f71a"
}

.wc-sa-icon-unif71b:after {
    font-family: 'WC-SA-Icons' !important;
    content: "\f71b"
}

.wc-sa-icon-color,
.wc-sa-icon-outline {
    border-radius: 4px;
    width: 33px;
    text-align: center;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    white-space: nowrap;
    max-width: 100%;
    font-size: 16px
}

.wc-sa-text-color,
.wc-sa-text-outline {
    display: inline-block;
    line-height: 2.5em;
    color: #777;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    line-height: 32px;
    cursor: inherit !important;
    white-space: nowrap;
    max-width: 100%;
    padding: 0 1em;
    font-size: 13px
}

.wc-sa-text-outline,
.wc-sa-icon-outline {
    background: #fff;
    color: #666
}

.wc-sa-text-outline {
    border-width: 2px
}

.wc-sa-icon-color:after,
.wc-sa-icon-outline:after {
    text-align: center
}

pre {
    padding-left: 200px
}

#woocommerce_dashboard_status .wc_status_list {
    position: relative;
    padding-bottom: 58px
}

#woocommerce_dashboard_status .wc_status_list li.low-in-stock,
#woocommerce_dashboard_status .wc_status_list li.out-of-stock {
    position: absolute;
    display: block;
    width: 50%;
    bottom: 0
}

#woocommerce_dashboard_status .wc_status_list li.low-in-stock {
    left: 0
}

#woocommerce_dashboard_status .wc_status_list li.out-of-stock {
    right: 0
}

#woocommerce_dashboard_status .wc_status_list li.dashboard_status:nth-child(2n+1) {
    border-right: 1px solid #ececec
}

.tracking-progress-bar {
    margin: 60px 0 90px
}

.tracking-progress-bar__item {
    background: #e5e7ed;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    z-index: 9;
    padding: 0 10px;
    line-height: 32px;
    vertical-align: top;
    text-align: center
}

.tracking-progress-bar__item__bar {
    background: #e5e7ed;
    display: inline-block;
    height: 1px;
    margin: 0 -4px
}

.tracking-progress-bar__item__bar--active {
    background: #96588a
}

.tracking-progress-bar__item--first {
    margin-left: 0
}

.tracking-progress-bar__item--active {
    background: #96588a;
    color: #fff
}

.tracking-progress-bar>.tracking-progress-bar__item__bar:nth-last-child(1) {
    display: none
}

.tracking-progress-bar__item:before {
    content: attr(data-icon);
    font-family: 'WC-SA-Icons' !important;
    display: inline-block;
    font-size: 14px
}

.tracking-progress-bar__item span {
    float: left;
    line-height: 1.5;
    width: 100%;
    position: absolute;
    top: 45px;
    text-align: center;
    left: 0;
    font-size: 14px
}

.tracking-progress-bar__item:not(.tracking-progress-bar__item--active):before {
    color: #34495e
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
    content: ' ';
    display: table
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
    content: ' ';
    display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: ' ';
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
    content: ' ';
    display: table
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: ' ';
    display: table
}

.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
    content: ' ';
    display: table
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: ' ';
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
    content: ' ';
    display: table
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width: 44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width: 56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: none
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: none
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important
}

.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important
}

.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left
}

.woocommerce table.shop_table_responsive tr td.actions:before,
.woocommerce table.shop_table_responsive tr td.product-remove:before,
.woocommerce-page table.shop_table_responsive tr td.actions:before,
.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
    display: none
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, .025)
}

.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left
}

.woocommerce table.my_account_orders tr td.order-actions:before,
.woocommerce-page table.my_account_orders tr td.order-actions:before {
    display: none
}

.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: .125em .25em .125em 0
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important
}

.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    display: none
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: left
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: .5em
}

.woocommerce #content table.cart td.actions .coupon:after,
.woocommerce #content table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:before {
    content: ' ';
    display: table
}

.woocommerce #content table.cart td.actions .coupon:after,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:after {
    clear: both
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box
}

.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text+.button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce table.cart td.actions .coupon .input-text+.button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
    float: right
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left
}

.woocommerce-page.woocommerce-checkout form.login .form-row,
.woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    text-align: left;
    padding: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em
}

.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%
}

.single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important
}

@charset "UTF-8";

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot);
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix) format("embedded-opentype"), url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff) format("woff"), url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf) format("truetype"), url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"), url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype"), url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #777
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    content: ' ';
    display: table
}

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
    content: ' ';
    display: table
}

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: ' ';
    display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: ' ';
    display: table
}

.woocommerce #review_form #respond:after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a:before {
    content: "\e021"
}

.woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.my_account_orders .order-actions {
    text-align: right
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
    content: "\2193";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: ' ';
    display: table
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #1e85be transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
    content: ' ';
    display: table
}

.woocommerce ul.order_details:after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
    content: ' ';
    display: table
}

.woocommerce .widget_rating_filter ul li:after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: ' ';
    display: table
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message:before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info:before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
    content: ' ';
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: ' ';
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
    content: ' ';
    display: table
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #777
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(//centrlodok.ru/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.woocommerce form .form-row .required {
    visibility: visible
}

#wordfenceBox,
#wfboxOverlay,
#wfboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 16777271;
    overflow: hidden
}

#wfboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#wfboxMiddleLeft,
#wfboxBottomLeft {
    clear: left
}

#wfboxContent {
    position: relative
}

#wfboxLoadedContent {
    overflow: auto
}

#wfboxTitle {
    margin: 0
}

#wfboxLoadingOverlay,
#wfboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#wfboxPrevious,
#wfboxNext,
#wfboxClose,
#wfboxSlideshow {
    cursor: pointer
}

.wfboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block
}

.wfboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#wfboxOverlay {
    background: #777;
    background: -webkit-radial-gradient(rgba(120, 120, 120, .8), rgba(100, 100, 100, .8) 50%, rgba(70, 70, 70, 1));
    background: -moz-radial-gradient(rgba(120, 120, 120, .6), rgba(100, 100, 100, .8) 20%, rgba(70, 70, 70, 1))
}

#wordfenceBox {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.4em
}

#wfboxContent {
    background: #fff;
    overflow: hidden;
    padding: 0 0 8px;
    margin: 20px;
    -webkit-border-radius: 3px 3px 2px 2px;
    -moz-border-radius: 3px 3px 2px 2px;
    border-radius: 3px 3px 2px 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    -webkit-background-clip: padding-box
}

#wfboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#wfboxLoadedContent {
    margin: 10px 20px 28px;
    font-family: Arial;
    color: #333;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

#wfboxTitle {
    position: absolute;
    bottom: 8px;
    left: 5px;
    text-align: center;
    width: 100%;
    color: #949494
}

#wfboxCurrent {
    position: absolute;
    bottom: 8px;
    left: 63px;
    color: #949494;
    text-indent: -9999px
}

#wfboxSlideshow {
    position: absolute;
    bottom: 8px;
    right: 35px;
    color: #0092ef
}

#wfboxPrevious {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: url(//centrlodok.ru/wp-content/plugins/wordfence/css/../images/lightbox-controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#wfboxPrevious.hover {
    background-position: -75px -25px
}

#wfboxNext {
    position: absolute;
    bottom: 5px;
    left: 32px;
    background: url(//centrlodok.ru/wp-content/plugins/wordfence/css/../images/lightbox-controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#wfboxNext.hover {
    background-position: -50px -25px
}

#wfboxLoadingOverlay {
    background: url(//centrlodok.ru/wp-content/plugins/wordfence/css/../images/loading_background.png) no-repeat center center
}

#wfboxLoadingGraphic {
    background: url(//centrlodok.ru/wp-content/plugins/wordfence/css/../images/loading.gif) no-repeat center center
}

#wfboxClose {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(//centrlodok.ru/wp-content/plugins/wordfence/css/../images/lightbox-controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#wfboxClose.hover {
    background-position: -25px -25px
}

.wfboxIE #wfboxTopLeft,
.wfboxIE #wfboxTopCenter,
.wfboxIE #wfboxTopRight,
.wfboxIE #wfboxBottomLeft,
.wfboxIE #wfboxBottomCenter,
.wfboxIE #wfboxBottomRight,
.wfboxIE #wfboxMiddleLeft,
.wfboxIE #wfboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

#wordfenceBox,
#wordfenceBox:before,
#wordfenceBox:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#wordfenceBox h1,
#wordfenceBox h2,
#wordfenceBox h3,
#wordfenceBox h4,
#wordfenceBox h5,
#wordfenceBox h6 {
    display: block;
    font-weight: 600
}

#wordfenceBox h1 {
    font-size: 2em;
    margin: .67em 0
}

#wordfenceBox h2,
#wordfenceBox h3 {
    font-size: 1.3em;
    margin: 1em 0
}

#wordfenceBox h1,
#wordfenceBox h2,
#wordfenceBox h3 {
    color: #23282d
}

#wordfenceBox p {
    font-size: 13px;
    line-height: 1.5;
    margin: 1em 0
}

#wordfenceBox .textright {
    text-align: right
}

#wordfenceBox .button,
#wordfenceBox .button-primary,
#wordfenceBox .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#wordfenceBox .button,
#wordfenceBox .button-secondary {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top
}

#wordfenceBox p .button {
    vertical-align: baseline;
    font-family: Arial, san-serif;
    font-weight: 400;
    text-transform: none
}

#wordfenceBox p code {
    padding: 3px 5px 2px;
    margin: 0 1px;
    background: #eaeaea;
    background: rgba(0, 0, 0, .07);
    font-size: 13px
}

#wordfenceBox .button-secondary:focus,
#wordfenceBox .button-secondary:hover,
#wordfenceBox .button.focus,
#wordfenceBox .button.hover,
#wordfenceBox .button:focus,
#wordfenceBox .button:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}

#wordfenceBox a.wfboxhelp {
    float: left;
    background-image: url(//centrlodok.ru/wp-content/plugins/wordfence/css/../images/help.png);
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0;
    margin: 9px 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

.fl-node-d91ktc25qhap {
    color: #fff
}

.fl-builder-content .fl-node-d91ktc25qhap *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
    color: inherit
}

.fl-builder-content .fl-node-d91ktc25qhap a {
    color: #fff
}

.fl-builder-content .fl-node-d91ktc25qhap a:hover {
    color: #fff
}

.fl-builder-content .fl-node-d91ktc25qhap h1,
.fl-builder-content .fl-node-d91ktc25qhap h2,
.fl-builder-content .fl-node-d91ktc25qhap h3,
.fl-builder-content .fl-node-d91ktc25qhap h4,
.fl-builder-content .fl-node-d91ktc25qhap h5,
.fl-builder-content .fl-node-d91ktc25qhap h6,
.fl-builder-content .fl-node-d91ktc25qhap h1 a,
.fl-builder-content .fl-node-d91ktc25qhap h2 a,
.fl-builder-content .fl-node-d91ktc25qhap h3 a,
.fl-builder-content .fl-node-d91ktc25qhap h4 a,
.fl-builder-content .fl-node-d91ktc25qhap h5 a,
.fl-builder-content .fl-node-d91ktc25qhap h6 a {
    color: #fff
}

.fl-node-d91ktc25qhap.fl-row-full-height>.fl-row-content-wrap,
.fl-node-d91ktc25qhap.fl-row-custom-height>.fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-node-d91ktc25qhap.fl-row-full-height>.fl-row-content-wrap {
    min-height: 100vh
}

.fl-node-d91ktc25qhap.fl-row-custom-height>.fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-node-d91ktc25qhap.fl-row-full-height>.fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

@media all and (device-width: 768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-node-d91ktc25qhap.fl-row-full-height>.fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width: 1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-node-d91ktc25qhap.fl-row-full-height>.fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .fl-node-d91ktc25qhap.fl-row-full-height>.fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-node-d91ktc25qhap>.fl-row-content-wrap {
    background-color: #0f0000;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0
}

.fl-node-d91ktc25qhap .fl-row-content {
    max-width: 80%
}

.fl-node-d91ktc25qhap>.fl-row-content-wrap {
    padding-top: 40px;
    padding-bottom: 40px
}

.fl-node-ajzrwoxshkmt {
    color: #fff
}

.fl-builder-content .fl-node-ajzrwoxshkmt *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
    color: inherit
}

.fl-builder-content .fl-node-ajzrwoxshkmt a {
    color: #fff
}

.fl-builder-content .fl-node-ajzrwoxshkmt a:hover {
    color: #fff
}

.fl-builder-content .fl-node-ajzrwoxshkmt h1,
.fl-builder-content .fl-node-ajzrwoxshkmt h2,
.fl-builder-content .fl-node-ajzrwoxshkmt h3,
.fl-builder-content .fl-node-ajzrwoxshkmt h4,
.fl-builder-content .fl-node-ajzrwoxshkmt h5,
.fl-builder-content .fl-node-ajzrwoxshkmt h6,
.fl-builder-content .fl-node-ajzrwoxshkmt h1 a,
.fl-builder-content .fl-node-ajzrwoxshkmt h2 a,
.fl-builder-content .fl-node-ajzrwoxshkmt h3 a,
.fl-builder-content .fl-node-ajzrwoxshkmt h4 a,
.fl-builder-content .fl-node-ajzrwoxshkmt h5 a,
.fl-builder-content .fl-node-ajzrwoxshkmt h6 a {
    color: #fff
}

.fl-node-ajzrwoxshkmt>.fl-row-content-wrap {
    background-color: #212121;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0
}

.fl-node-ajzrwoxshkmt>.fl-row-content-wrap {
    padding-top: 13px;
    padding-bottom: 0
}

.fl-node-9nmbsa1cxjwr {
    width: 25.78%
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-9nmbsa1cxjwr {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 1200px) {
    .fl-node-9nmbsa1cxjwr.fl-col>.fl-col-content {
        margin-top: 25px
    }
}

.fl-node-i179tn8apgmj {
    width: 41.47%
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-i179tn8apgmj {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 768px) {
    .fl-node-i179tn8apgmj.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

.fl-node-y8j06an47oqf {
    width: 32.75%
}

.fl-node-y8j06an47oqf>.fl-col-content {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-y8j06an47oqf {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-y8j06an47oqf>.fl-col-content {
    margin-top: -10px
}

@media (max-width: 768px) {
    .fl-node-y8j06an47oqf.fl-col>.fl-col-content {
        margin-top: -40px
    }
}

.fl-node-nv9hmpxz2gys {
    width: 100%
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pp-icon-list .pp-icon-list-items {
    margin: 0;
    padding: 0
}

.pp-icon-list .pp-icon-list-items .pp-icon-list-item {
    list-style-type: none
}

.fl-node-oimu34vy9nhw .pp-icon-list:before {
    content: "" !important
}

.fl-node-oimu34vy9nhw .pp-icon-list:not(.pp-user-agent-ie) [class^=pp-icon-list] {
    font-family: unset !important
}

.fl-node-oimu34vy9nhw .pp-icon-list .pp-icon-list-items .pp-icon-list-item {
    display: table;
    margin-bottom: 20px
}

.fl-node-oimu34vy9nhw .pp-icon-list .pp-icon-list-items .pp-icon-list-item .pp-list-item-icon {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
    padding: 0;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fl-node-oimu34vy9nhw .pp-icon-list .pp-icon-list-items .pp-icon-list-item:hover .pp-list-item-icon {
    color: #111;
    border-color: ;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fl-node-oimu34vy9nhw .pp-icon-list .pp-icon-list-items .pp-icon-list-item .pp-list-item-text {
    display: table-cell;
    color: ;
    vertical-align: middle
}

.fl-node-oimu34vy9nhw .pp-icon-list .pp-icon-list-items .pp-icon-list-item .pp-list-item-text {
    font-size: 16px;
    text-align: left
}

@media(max-width: 992px) {
    .fl-node-oimu34vy9nhw .pp-icon-list .pp-icon-list-items .pp-icon-list-item .pp-list-item-text {
        font-size: 13px
    }
}

.fl-node-oimu34vy9nhw>.fl-module-content {
    margin-top: 30px;
    margin-left: 100px
}

@media (max-width: 992px) {
    .fl-node-oimu34vy9nhw.fl-module>.fl-module-content {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .fl-node-oimu34vy9nhw.fl-module>.fl-module-content {
        margin-left: 55px
    }
}

@media (max-width: 768px) {
    .fl-node-oimu34vy9nhw>.fl-module-content {
        margin-top: 20px
    }
}

.pp-advanced-menu ul,
.pp-advanced-menu li {
    list-style: none;
    margin: 0;
    padding: 0
}

.pp-advanced-menu .menu:before,
.pp-advanced-menu .menu:after {
    content: '';
    display: table;
    clear: both
}

.pp-advanced-menu:not(.off-canvas):not(.full-screen) .pp-advanced-menu-horizontal {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.pp-advanced-menu .menu {
    padding-left: 0
}

.pp-advanced-menu li {
    position: relative
}

.pp-advanced-menu a {
    display: block;
    text-decoration: none;
    outline: 0
}

.pp-advanced-menu a:hover,
.pp-advanced-menu a:focus {
    text-decoration: none;
    outline: 0
}

.pp-advanced-menu .sub-menu {
    width: 220px
}

.pp-advanced-menu .pp-menu-nav {
    outline: 0
}

.fl-module[data-node] .pp-advanced-menu .pp-advanced-menu-expanded .sub-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.pp-advanced-menu .pp-has-submenu:focus,
.pp-advanced-menu .pp-has-submenu .sub-menu:focus,
.pp-advanced-menu .pp-has-submenu-container:focus {
    outline: 0
}

.pp-advanced-menu .pp-has-submenu-container {
    position: relative
}

.pp-advanced-menu .pp-advanced-menu-accordion .pp-has-submenu>.sub-menu {
    display: none
}

.pp-advanced-menu .pp-advanced-menu-horizontal .pp-has-submenu.pp-active .hide-heading>.sub-menu {
    box-shadow: none;
    display: block !important
}

.pp-advanced-menu .pp-menu-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer
}

.pp-advanced-menu .pp-toggle-arrows .pp-menu-toggle:before,
.pp-advanced-menu .pp-toggle-none .pp-menu-toggle:before {
    content: '';
    border-color: #333
}

.pp-advanced-menu .pp-menu-expanded .pp-menu-toggle {
    display: none
}

.pp-advanced-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: center
}

.fl-module-pp-advanced-menu .pp-advanced-menu-mobile-toggle {
    position: relative;
    padding: 8px;
    background-color: transparent;
    border: none;
    color: #333;
    border-radius: 0;
    cursor: pointer;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.pp-advanced-menu-mobile-toggle.text {
    width: 100%;
    text-align: center
}

.pp-advanced-menu-mobile-toggle.hamburger .pp-advanced-menu-mobile-toggle-label,
.pp-advanced-menu-mobile-toggle.hamburger-label .pp-advanced-menu-mobile-toggle-label {
    display: inline-block;
    margin-left: 10px;
    line-height: .8
}

.pp-advanced-menu-mobile-toggle.hamburger .pp-svg-container,
.pp-advanced-menu-mobile-toggle.hamburger-label .pp-svg-container {
    display: inline-block;
    position: relative;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle
}

.pp-advanced-menu-mobile-toggle.hamburger .hamburger-menu,
.pp-advanced-menu-mobile-toggle.hamburger-label .hamburger-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pp-advanced-menu-mobile-toggle.hamburger .hamburger-menu rect,
.pp-advanced-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
    fill: currentColor
}

.pp-advanced-menu-mobile-toggle .pp-hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    line-height: 0
}

.pp-advanced-menu-mobile-toggle .pp-hamburger:focus {
    outline: none
}

.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px
}

.pp-advanced-menu-mobile-toggle .pp-hamburger-box .pp-hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms
}

.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,
.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
    background-color: #000;
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px
}

.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
    display: block;
    content: ""
}

.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
    top: -8px
}

.pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.55, .055, .675, .19) .12s;
    bottom: -8px
}

.pp-advanced-menu.off-canvas .pp-off-canvas-menu .pp-menu-close-btn {
    position: relative;
    cursor: pointer;
    float: right;
    top: 20px;
    right: 20px;
    line-height: 1;
    z-index: 1;
    font-style: normal;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100
}

.pp-advanced-menu.off-canvas .pp-off-canvas-menu.pp-menu-right .pp-menu-close-btn {
    float: left;
    right: 0;
    left: 20px
}

.pp-advanced-menu.off-canvas .pp-off-canvas-menu ul.menu {
    overflow-y: auto;
    width: 100%
}

.pp-advanced-menu .pp-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100vh
}

html:not(.pp-full-screen-menu-open) .fl-builder-edit .pp-advanced-menu .pp-menu-overlay,
html:not(.pp-off-canvas-menu-open) .fl-builder-edit .pp-advanced-menu .pp-menu-overlay {
    position: absolute
}

.pp-advanced-menu .pp-menu-overlay>ul.menu {
    position: relative;
    top: 50%;
    width: 100%;
    height: 60%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pp-advanced-menu .pp-overlay-fade {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0s .5s;
    transition: opacity .5s, visibility 0s .5s
}

.pp-advanced-menu.menu-open .pp-overlay-fade {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.pp-advanced-menu .pp-overlay-corner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px) translateX(50px);
    -moz-transform: translateY(50px) translateX(50px);
    transform: translateY(50px) translateX(50px);
    -webkit-transition: opacity .5s, -webkit-transform .5s, visibility 0s .5s;
    -moz-transition: opacity .5s, -moz-transform .5s, visibility 0s .5s;
    transition: opacity .5s, transform .5s, visibility 0s .5s
}

.pp-advanced-menu.menu-open .pp-overlay-corner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    -moz-transition: opacity .5s, -moz-transform .5s;
    transition: opacity .5s, transform .5s
}

.pp-advanced-menu .pp-overlay-slide-down {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s ease-in-out, visibility 0s .4s;
    -moz-transition: -moz-transform .4s ease-in-out, visibility 0s .4s;
    transition: transform .4s ease-in-out, visibility 0s .4s
}

.pp-advanced-menu.menu-open .pp-overlay-slide-down {
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out;
    transition: transform .4s ease-in-out
}

.pp-advanced-menu .pp-overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
    -moz-transition: -moz-transform .2s, opacity .2s, visibility 0s .2s;
    transition: transform .2s, opacity .2s, visibility 0s .2s
}

.pp-advanced-menu.menu-open .pp-overlay-scale {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

.pp-advanced-menu .pp-overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .5s .3s, visibility 0s .8s;
    -moz-transition: width .5s .3s, visibility 0s .8s;
    transition: width .5s .3s, visibility 0s .8s
}

.pp-advanced-menu.menu-open .pp-overlay-door {
    visibility: visible;
    width: 100%;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s
}

.pp-advanced-menu .pp-overlay-door>ul.menu {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pp-advanced-menu .pp-overlay-door>ul,
.pp-advanced-menu .pp-overlay-door .pp-menu-close-btn {
    opacity: 0;
    -webkit-transition: opacity .3s .5s;
    -moz-transition: opacity .3s .5s;
    transition: opacity .3s .5s
}

.pp-advanced-menu.menu-open .pp-overlay-door>ul,
.pp-advanced-menu.menu-open .pp-overlay-door .pp-menu-close-btn {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.pp-advanced-menu.menu-close .pp-overlay-door>ul,
.pp-advanced-menu.menu-close .pp-overlay-door .pp-menu-close-btn {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {
    position: absolute;
    display: block;
    width: 55px;
    height: 45px;
    right: 20px;
    top: 50px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:before,
.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 40px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.pp-advanced-menu .pp-off-canvas-menu {
    position: fixed;
    top: 0;
    z-index: 999998;
    width: 320px;
    height: 100%;
    opacity: 0;
    background: #333;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-overflow-scrolling: touch
}

.pp-advanced-menu .pp-off-canvas-menu.pp-menu-left {
    left: 0;
    -webkit-transform: translate3d(-350px, 0, 0);
    -moz-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0)
}

.pp-advanced-menu .pp-off-canvas-menu.pp-menu-right {
    right: 0;
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0)
}

html.pp-off-canvas-menu-open .pp-advanced-menu.menu-open .pp-off-canvas-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.pp-advanced-menu.off-canvas {
    overflow-y: auto
}

.pp-advanced-menu.off-canvas .pp-clear {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background: rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.pp-advanced-menu.off-canvas.menu-open .pp-clear {
    visibility: visible;
    opacity: 1
}

.fl-builder-edit .pp-advanced-menu.off-canvas .pp-clear {
    z-index: 100010
}

.pp-advanced-menu .pp-off-canvas-menu .menu {
    margin-top: 0
}

.pp-advanced-menu li.mega-menu .hide-heading>a,
.pp-advanced-menu li.mega-menu .hide-heading>.pp-has-submenu-container,
.pp-advanced-menu li.mega-menu-disabled .hide-heading>a,
.pp-advanced-menu li.mega-menu-disabled .hide-heading>.pp-has-submenu-container {
    display: none
}

ul.pp-advanced-menu-horizontal li.mega-menu {
    position: static
}

ul.pp-advanced-menu-horizontal li.mega-menu>ul.sub-menu {
    top: inherit !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    background: #fff
}

ul.pp-advanced-menu-horizontal li.mega-menu.pp-has-submenu:hover>ul.sub-menu,
ul.pp-advanced-menu-horizontal li.mega-menu.pp-has-submenu.pp-active>ul.sub-menu {
    display: flex !important
}

ul.pp-advanced-menu-horizontal li.mega-menu>ul.sub-menu li {
    border-color: transparent
}

ul.pp-advanced-menu-horizontal li.mega-menu>ul.sub-menu>li {
    width: 100%
}

ul.pp-advanced-menu-horizontal li.mega-menu>ul.sub-menu>li>.pp-has-submenu-container a {
    font-weight: 700
}

ul.pp-advanced-menu-horizontal li.mega-menu>ul.sub-menu>li>.pp-has-submenu-container a:hover {
    background: 0 0
}

ul.pp-advanced-menu-horizontal li.mega-menu>ul.sub-menu .pp-menu-toggle {
    display: none
}

ul.pp-advanced-menu-horizontal li.mega-menu>ul.sub-menu ul.sub-menu {
    background: 0 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    display: block;
    min-width: 0;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: visible
}

.pp-advanced-menu ul li.mega-menu a:not([href]) {
    color: unset;
    background: 0 0;
    background-color: unset
}

.rtl .pp-advanced-menu:not(.full-screen) .menu .pp-has-submenu .sub-menu {
    text-align: inherit;
    right: 0;
    left: auto
}

.rtl .pp-advanced-menu .menu .pp-has-submenu .pp-has-submenu .sub-menu {
    right: 100%;
    left: auto
}

.rtl .pp-advanced-menu .menu .pp-menu-toggle,
.rtl .pp-advanced-menu.off-canvas .menu.pp-toggle-arrows .pp-menu-toggle {
    right: auto;
    left: 10px
}

.rtl .pp-advanced-menu.off-canvas .menu.pp-toggle-arrows .pp-menu-toggle {
    left: 28px
}

.rtl .pp-advanced-menu.full-screen .menu .pp-menu-toggle {
    left: 0
}

.rtl .pp-advanced-menu:not(.off-canvas) .menu:not(.pp-advanced-menu-accordion) .pp-has-submenu .pp-has-submenu .pp-menu-toggle {
    right: auto;
    left: 0
}

.rtl .pp-advanced-menu:not(.full-screen):not(.off-canvas) .menu:not(.pp-advanced-menu-accordion):not(.pp-advanced-menu-vertical) .pp-has-submenu .pp-has-submenu .pp-menu-toggle:before {
    -webkit-transform: translateY(-5px) rotate(135deg);
    -ms-transform: translateY(-5px) rotate(135deg);
    transform: translateY(-5px) rotate(135deg)
}

.rtl .pp-advanced-menu .menu .pp-has-submenu-container>a>span,
.rtl .pp-advanced-menu .menu.pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container>a>span {
    padding-right: 0;
    padding-left: 28px
}

.rtl .pp-advanced-menu.off-canvas .menu .pp-has-submenu-container>a>span,
.rtl .pp-advanced-menu.off-canvas .menu.pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container>a>span {
    padding-left: 0
}

.pp-advanced-menu li .pp-search-form-wrap {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out
}

.pp-advanced-menu li:not(.pp-search-active) .pp-search-form-wrap {
    height: 0
}

.pp-advanced-menu li.pp-search-active .pp-search-form-wrap {
    opacity: 1;
    visibility: visible
}

.pp-advanced-menu li .pp-search-form-wrap .pp-search-form__icon {
    display: none
}

.pp-advanced-menuli .pp-search-form__container {
    max-width: 100%
}

.pp-advanced-menu.off-canvas li .pp-search-form-wrap,
.pp-advanced-menu.off-canvas li .pp-search-form__container {
    width: 100%;
    position: static
}

.pp-advanced-menu.full-screen li .pp-search-form-wrap {
    max-width: 100%
}

.pp-advanced-menu .pp-advanced-menu-accordion li .pp-search-form-wrap {
    width: 100%
}

.pp-advanced-menu .pp-advanced-menu-accordion.pp-menu-align-center li .pp-search-form__container {
    margin: 0 auto
}

.pp-advanced-menu .pp-advanced-menu-accordion.pp-menu-align-right li .pp-search-form__container {
    margin-right: 0;
    margin-left: auto
}

.pp-advanced-menu li.pp-menu-cart-item .pp-menu-cart-icon {
    margin-right: 5px
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal {
    justify-content: center
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu .pp-has-submenu-container a>span {
    padding-right: 0
}

.fl-node-65dbf0a8ui2v-clone {
    display: none
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu .menu>li>a,
.fl-node-65dbf0a8ui2v .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
    border-style: solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: ;
    background-color: ;
    color:
}

.fl-node-65dbf0a8ui2v .menu .pp-has-submenu .sub-menu {
    display: none
}

@media (min-width: 768px) {
    .fl-node-65dbf0a8ui2v .pp-advanced-menu .sub-menu {
        width: 220px
    }
}

.fl-node-65dbf0a8ui2v .sub-menu>li>a,
.fl-node-65dbf0a8ui2v .sub-menu>li>.pp-has-submenu-container>a {
    border-width: 0;
    border-style: solid;
    border-bottom-width: px;
    border-color: ;
    background-color: ;
    color:
}

.fl-node-65dbf0a8ui2v .sub-menu>li:last-child>a:not(:focus),
.fl-node-65dbf0a8ui2v .sub-menu>li:last-child>.pp-has-submenu-container>a:not(:focus) {
    border: 0
}

.fl-node-65dbf0a8ui2v .sub-menu>li>a:hover,
.fl-node-65dbf0a8ui2v .sub-menu>li>a:focus,
.fl-node-65dbf0a8ui2v .sub-menu>li>.pp-has-submenu-container>a:hover,
.fl-node-65dbf0a8ui2v .sub-menu>li>.pp-has-submenu-container>a:focus,
.fl-node-65dbf0a8ui2v .sub-menu>li.current-menu-item>a,
.fl-node-65dbf0a8ui2v .sub-menu>li.current-menu-item>.pp-has-submenu-container>a {
    background-color: ;
    color:
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu .pp-menu-toggle:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5px -5px 0 0;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX(-5px) rotate(45deg);
    -ms-transform: translateX(-5px) rotate(45deg);
    transform: translateX(-5px) rotate(45deg)
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu .pp-has-submenu.pp-active>.pp-has-submenu-container .pp-menu-toggle {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container a {
    padding-right: 24px
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container>a>span {
    padding-right: 24px
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle,
.fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal.pp-toggle-none .pp-menu-toggle {
    width: 23px;
    height: 23px;
    margin: -11.5px 0 0
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle,
.fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal.pp-toggle-none .pp-menu-toggle,
.fl-node-65dbf0a8ui2v .pp-advanced-menu-vertical.pp-toggle-arrows .pp-menu-toggle,
.fl-node-65dbf0a8ui2v .pp-advanced-menu-vertical.pp-toggle-none .pp-menu-toggle {
    width: 24px;
    height: 23px;
    margin: -11.5px 0 0
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu li:first-child {
    border-top: none
}

@media only screen and (max-width: 768px) {
    .fl-node-65dbf0a8ui2v .pp-advanced-menu-mobile-toggle+.pp-clear+.pp-menu-nav ul.menu {
        display: none
    }

    .fl-node-65dbf0a8ui2v .pp-advanced-menu:not(.off-canvas):not(.full-screen) .pp-advanced-menu-horizontal {
        display: block
    }
}

@media (min-width: 769px) {
    .fl-node-65dbf0a8ui2v .menu>li {
        display: inline-block
    }

    .fl-node-65dbf0a8ui2v .menu li {
        border-top: none
    }

    .fl-node-65dbf0a8ui2v .menu li:first-child {
        border: none
    }

    .fl-node-65dbf0a8ui2v .menu li li {
        border-left: none
    }

    .fl-node-65dbf0a8ui2v .menu .pp-has-submenu .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        text-align: left
    }

    .fl-node-65dbf0a8ui2v .pp-has-submenu .pp-has-submenu .sub-menu {
        top: 0;
        left: 100%
    }

    .fl-node-65dbf0a8ui2v .pp-advanced-menu .pp-has-submenu:hover>.sub-menu,
    .fl-node-65dbf0a8ui2v .pp-advanced-menu .pp-has-submenu.pp-active .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1
    }

    .fl-node-65dbf0a8ui2v .menu .pp-has-submenu.pp-menu-submenu-right .sub-menu {
        top: 100%;
        left: inherit;
        right: 0
    }

    .fl-node-65dbf0a8ui2v .menu .pp-has-submenu .pp-has-submenu.pp-menu-submenu-right .sub-menu {
        top: 0;
        left: inherit;
        right: 100%
    }

    .fl-node-65dbf0a8ui2v .pp-advanced-menu .pp-has-submenu.pp-active>.pp-has-submenu-container .pp-menu-toggle {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .fl-node-65dbf0a8ui2v .pp-advanced-menu .pp-menu-toggle {
        display: none
    }
}

@media (min-width: 769px) {
    .fl-node-65dbf0a8ui2v ul.sub-menu {
        padding: 0
    }

    .fl-node-65dbf0a8ui2v .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container>a>span {
        padding-right: 24px
    }
}

@media only screen and (max-width: 992px) {

    .fl-node-65dbf0a8ui2v .sub-menu>li>a,
    .fl-node-65dbf0a8ui2v .sub-menu>li>.pp-has-submenu-container>a {
        border-bottom-width: px;
        background-color:
    }

    .fl-node-65dbf0a8ui2v .sub-menu {
        width: auto
    }

    .fl-node-65dbf0a8ui2v .pp-advanced-menu-mobile {
        justify-content: center
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-65dbf0a8ui2v div.pp-advanced-menu {
        text-align: center
    }

    .fl-node-65dbf0a8ui2v .pp-advanced-menu .menu>li>a,
    .fl-node-65dbf0a8ui2v .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        color: #fff
    }

    .fl-node-65dbf0a8ui2v .sub-menu>li>a,
    .fl-node-65dbf0a8ui2v .sub-menu>li>.pp-has-submenu-container>a {
        border-bottom-width: px;
        background-color:
    }
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu {
    text-align: center
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu .menu a {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 20px
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu .menu>li>a,
.fl-node-65dbf0a8ui2v .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

.fl-node-65dbf0a8ui2v .pp-advanced-menu .sub-menu>li>a,
.fl-node-65dbf0a8ui2v .pp-advanced-menu .sub-menu>li>.pp-has-submenu-container>a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

@media(max-width: 992px) {
    .fl-node-65dbf0a8ui2v .pp-advanced-menu .menu a {
        font-size: 15px
    }
}

.fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text,
.fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text *:not(b, strong) {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text,
    .fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text *:not(b, strong) {
        font-size: 23px
    }
}

@media(max-width: 992px) {

    .fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text,
    .fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text *:not(b, strong) {
        font-size: 13px
    }
}

@media(max-width: 768px) {

    .fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text,
    .fl-builder-content .fl-node-t3hus5oepqbf .fl-rich-text *:not(b, strong) {
        font-size: 22px
    }
}

.fl-node-t3hus5oepqbf>.fl-module-content {
    margin-top: 32px
}

@media (max-width: 1200px) {
    .fl-node-t3hus5oepqbf.fl-module>.fl-module-content {
        margin-top: 50px
    }
}

@media (max-width: 768px) {
    .fl-node-t3hus5oepqbf>.fl-module-content {
        margin-top: 20px
    }
}

.fl-node-s3benyz5huog>.fl-module-content {
    margin-top: 0;
    margin-bottom: 0
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-node-d91ktc25qhap .fl-row-content {
    min-width: 0
}

.fl-node-ajzrwoxshkmt .fl-row-content {
    min-width: 0
}

.fl-node-860y5o1j4fk7>.fl-row-content-wrap {
    background-color: #1b1a1a;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0
}

.fl-node-860y5o1j4fk7>.fl-row-content-wrap {
    padding-top: 15px;
    padding-bottom: 10px
}

.fl-node-1gbd63zn82c9 {
    width: 25%
}

.fl-node-1gbd63zn82c9>.fl-col-content {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-1gbd63zn82c9 {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }

    .fl-builder-content .fl-node-1gbd63zn82c9>.fl-col-content {
        min-height: 0px
    }
}

@media (max-width: 768px) {
    .fl-node-1gbd63zn82c9.fl-col>.fl-col-content {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .fl-node-1gbd63zn82c9.fl-col>.fl-col-content {
        padding-left: 0
    }
}

.fl-node-nuoe8c3smi91 {
    width: 75%
}

.fl-node-nuoe8c3smi91>.fl-col-content {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-nuoe8c3smi91 {
        width: 20% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-6lo4q1mfga3n {
    width: 65%
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-6lo4q1mfga3n {
        width: 60% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-6lo4q1mfga3n {
        width: 90% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

@media (max-width: 768px) {
    .fl-node-6lo4q1mfga3n.fl-col>.fl-col-content {
        margin-left: 20px
    }
}

.fl-node-k7h0238mvpbd {
    color: #fff
}

.fl-builder-content .fl-node-k7h0238mvpbd *:not(span):not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
    color: #fff
}

.fl-builder-content .fl-node-k7h0238mvpbd a {
    color: #fff
}

.fl-builder-content .fl-node-k7h0238mvpbd a:hover {
    color: #c92727
}

.fl-builder-content .fl-node-k7h0238mvpbd h1,
.fl-builder-content .fl-node-k7h0238mvpbd h2,
.fl-builder-content .fl-node-k7h0238mvpbd h3,
.fl-builder-content .fl-node-k7h0238mvpbd h4,
.fl-builder-content .fl-node-k7h0238mvpbd h5,
.fl-builder-content .fl-node-k7h0238mvpbd h6,
.fl-builder-content .fl-node-k7h0238mvpbd h1 a,
.fl-builder-content .fl-node-k7h0238mvpbd h2 a,
.fl-builder-content .fl-node-k7h0238mvpbd h3 a,
.fl-builder-content .fl-node-k7h0238mvpbd h4 a,
.fl-builder-content .fl-node-k7h0238mvpbd h5 a,
.fl-builder-content .fl-node-k7h0238mvpbd h6 a {
    color: #fff
}

.fl-node-k7h0238mvpbd {
    width: 35%
}

@media(max-width: 992px) {
    .fl-builder-content .fl-node-k7h0238mvpbd {
        width: 40% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media(max-width: 768px) {
    .fl-builder-content .fl-node-k7h0238mvpbd {
        width: 90% !important;
        max-width: none;
        clear: none;
        float: left
    }

    .fl-builder-content .fl-node-k7h0238mvpbd>.fl-col-content {
        min-height: 0px
    }
}

.fl-node-h1m7kuv2pezn .fl-photo {
    text-align: center
}

.fl-node-h1m7kuv2pezn .fl-photo-content,
.fl-node-h1m7kuv2pezn .fl-photo-img {
    width: 200px
}

@media(max-width: 768px) {

    .fl-node-h1m7kuv2pezn .fl-photo-content,
    .fl-node-h1m7kuv2pezn .fl-photo-img {
        width: 130px
    }
}

@media (max-width: 992px) {
    .fl-node-h1m7kuv2pezn.fl-module>.fl-module-content {
        margin-top: 25px
    }
}

@media (max-width: 768px) {
    .fl-node-h1m7kuv2pezn.fl-module>.fl-module-content {
        margin-top: 0
    }
}

.fl-builder-content .fl-node-jc62ks03fy9b .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-jc62ks03fy9b .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-jc62ks03fy9b .fl-rich-text,
.fl-builder-content .fl-node-jc62ks03fy9b .fl-rich-text *:not(b, strong) {
    font-family: Roboto, sans-serif;
    font-weight: 100
}

@media(max-width: 768px) {

    .fl-builder-content .fl-node-jc62ks03fy9b .fl-rich-text,
    .fl-builder-content .fl-node-jc62ks03fy9b .fl-rich-text *:not(b, strong) {
        font-size: 30px;
        line-height: .9;
        text-align: center
    }
}

@media (max-width: 768px) {
    .fl-node-jc62ks03fy9b.fl-module>.fl-module-content {
        margin-top: 0
    }
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal {
    justify-content: center
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li {
    margin-left: 20px;
    margin-right: 20px
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-has-submenu-container a>span {
    padding-right: 0
}

.fl-node-g6cfp1t8ahvs-clone {
    display: none
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li>a,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
    border-style: solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #fff;
    background-color: ;
    color: #fff
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none .pp-menu-toggle:before {
    border-color: #fff
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows li:hover .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none li:hover .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows li.focus .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none li.focus .pp-menu-toggle:before {
    border-color: #c92727
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows li a:hover .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none li a:hover .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows li a:focus .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none li a:focus .pp-menu-toggle:before {
    border-color: #c92727
}

.fl-node-g6cfp1t8ahvs .menu>li>a:hover,
.fl-node-g6cfp1t8ahvs .menu>li>a:focus,
.fl-node-g6cfp1t8ahvs .menu>li:hover>.pp-has-submenu-container>a,
.fl-node-g6cfp1t8ahvs .menu>li.focus>.pp-has-submenu-container>a,
.fl-node-g6cfp1t8ahvs .menu>li.current-menu-item>a,
.fl-node-g6cfp1t8ahvs .menu>li.current-menu-item>.pp-has-submenu-container>a {
    color: #c92727
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows .pp-has-submenu-container:hover .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows .pp-has-submenu-container.focus .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-arrows li.current-menu-item>.pp-has-submenu-container .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none .pp-has-submenu-container:hover .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none .pp-has-submenu-container.focus .pp-menu-toggle:before,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-toggle-none li.current-menu-item>.pp-has-submenu-container .pp-menu-toggle:before {
    border-color: #c92727
}

.fl-node-g6cfp1t8ahvs .menu .pp-has-submenu .sub-menu {
    display: none
}

@media (min-width: 768px) {
    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .sub-menu {
        width: 220px
    }
}

.fl-node-g6cfp1t8ahvs .sub-menu>li>a,
.fl-node-g6cfp1t8ahvs .sub-menu>li>.pp-has-submenu-container>a {
    border-width: 0;
    border-style: solid;
    border-bottom-width: px;
    border-color: ;
    background-color: ;
    color: #fff
}

.fl-node-g6cfp1t8ahvs .sub-menu>li:last-child>a:not(:focus),
.fl-node-g6cfp1t8ahvs .sub-menu>li:last-child>.pp-has-submenu-container>a:not(:focus) {
    border: 0
}

.fl-node-g6cfp1t8ahvs .sub-menu>li>a:hover,
.fl-node-g6cfp1t8ahvs .sub-menu>li>a:focus,
.fl-node-g6cfp1t8ahvs .sub-menu>li>.pp-has-submenu-container>a:hover,
.fl-node-g6cfp1t8ahvs .sub-menu>li>.pp-has-submenu-container>a:focus,
.fl-node-g6cfp1t8ahvs .sub-menu>li.current-menu-item>a,
.fl-node-g6cfp1t8ahvs .sub-menu>li.current-menu-item>.pp-has-submenu-container>a {
    background-color: ;
    color: #c92727
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-menu-toggle:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5px -5px 0 0;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX(-5px) rotate(45deg);
    -ms-transform: translateX(-5px) rotate(45deg);
    transform: translateX(-5px) rotate(45deg)
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-has-submenu.pp-active>.pp-has-submenu-container .pp-menu-toggle {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container a {
    padding-right: 24px
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container>a>span {
    padding-right: 24px
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal.pp-toggle-none .pp-menu-toggle {
    width: 23px;
    height: 23px;
    margin: -11.5px 0 0
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal.pp-toggle-none .pp-menu-toggle,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu-vertical.pp-toggle-arrows .pp-menu-toggle,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu-vertical.pp-toggle-none .pp-menu-toggle {
    width: 24px;
    height: 23px;
    margin: -11.5px 0 0
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu li:first-child {
    border-top: none
}

@media only screen and (max-width: 768px) {
    .fl-node-g6cfp1t8ahvs .pp-advanced-menu-mobile-toggle+.pp-clear+.pp-menu-nav ul.menu {
        display: none
    }

    .fl-node-g6cfp1t8ahvs .pp-advanced-menu:not(.off-canvas):not(.full-screen) .pp-advanced-menu-horizontal {
        display: block
    }
}

@media (min-width: 769px) {
    .fl-node-g6cfp1t8ahvs .menu>li {
        display: inline-block
    }

    .fl-node-g6cfp1t8ahvs .menu li {
        border-top: none
    }

    .fl-node-g6cfp1t8ahvs .menu li:first-child {
        border: none
    }

    .fl-node-g6cfp1t8ahvs .menu li li {
        border-left: none
    }

    .fl-node-g6cfp1t8ahvs .menu .pp-has-submenu .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        text-align: left
    }

    .fl-node-g6cfp1t8ahvs .pp-has-submenu .pp-has-submenu .sub-menu {
        top: 0;
        left: 100%
    }

    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-has-submenu:hover>.sub-menu,
    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-has-submenu.pp-active .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1
    }

    .fl-node-g6cfp1t8ahvs .menu .pp-has-submenu.pp-menu-submenu-right .sub-menu {
        top: 100%;
        left: inherit;
        right: 0
    }

    .fl-node-g6cfp1t8ahvs .menu .pp-has-submenu .pp-has-submenu.pp-menu-submenu-right .sub-menu {
        top: 0;
        left: inherit;
        right: 100%
    }

    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-has-submenu.pp-active>.pp-has-submenu-container .pp-menu-toggle {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .pp-menu-toggle {
        display: none
    }
}

@media (min-width: 769px) {
    .fl-node-g6cfp1t8ahvs ul.sub-menu {
        padding: 0
    }

    .fl-node-g6cfp1t8ahvs .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container>a>span {
        padding-right: 24px
    }
}

@media only screen and (max-width: 1200px) {
    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 992px) {

    .fl-node-g6cfp1t8ahvs .sub-menu>li>a,
    .fl-node-g6cfp1t8ahvs .sub-menu>li>.pp-has-submenu-container>a {
        border-bottom-width: px;
        background-color:
    }

    .fl-node-g6cfp1t8ahvs .sub-menu {
        width: auto
    }

    .fl-node-g6cfp1t8ahvs .pp-advanced-menu-mobile {
        justify-content: center
    }
}

@media only screen and (max-width: 768px) {
    .fl-node-g6cfp1t8ahvs div.pp-advanced-menu {
        text-align: left
    }

    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li>a,
    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
        color: #fff
    }

    .fl-node-g6cfp1t8ahvs .sub-menu>li>a,
    .fl-node-g6cfp1t8ahvs .sub-menu>li>.pp-has-submenu-container>a {
        border-bottom-width: px;
        background-color:
    }
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu {
    text-align: center
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu a {
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-decoration: underline;
    font-style: normal;
    font-variant: normal
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li>a,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu>li>.pp-has-submenu-container>a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

.fl-node-g6cfp1t8ahvs .pp-advanced-menu .sub-menu>li>a,
.fl-node-g6cfp1t8ahvs .pp-advanced-menu .sub-menu>li>.pp-has-submenu-container>a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

@media(max-width: 1200px) {
    .fl-node-g6cfp1t8ahvs .pp-advanced-menu .menu a {
        font-size: 20px
    }
}

.fl-node-g6cfp1t8ahvs>.fl-module-content {
    margin-top: 25px
}

@media (max-width: 992px) {
    .fl-node-g6cfp1t8ahvs.fl-module>.fl-module-content {
        margin-top: 0
    }
}

.fl-builder-content .fl-node-ziv650etrmwc .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-ziv650etrmwc .fl-module-content .fl-rich-text * {
    color: #fff
}

.fl-builder-content .fl-node-ziv650etrmwc .fl-rich-text,
.fl-builder-content .fl-node-ziv650etrmwc .fl-rich-text *:not(b, strong) {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 2.4;
    letter-spacing: 0px;
    text-align: center
}

@media(max-width: 1200px) {

    .fl-builder-content .fl-node-ziv650etrmwc .fl-rich-text,
    .fl-builder-content .fl-node-ziv650etrmwc .fl-rich-text *:not(b, strong) {
        font-size: 26px
    }
}

.fl-builder-content[data-type=header].fl-theme-builder-header-sticky {
    position: fixed;
    width: 100%;
    z-index: 100
}

.fl-theme-builder-flyout-menu-push-left .fl-builder-content[data-type=header].fl-theme-builder-header-sticky {
    left: auto !important;
    transition: left .2s !important
}

.fl-theme-builder-flyout-menu-push-right .fl-builder-content[data-type=header].fl-theme-builder-header-sticky {
    right: auto !important;
    transition: right .2s !important
}

.fl-builder-content[data-type=header].fl-theme-builder-header-sticky .fl-menu .fl-menu-mobile-opacity {
    height: 100vh;
    width: 100vw
}

.fl-builder-content[data-type=header]:not([data-overlay="1"]).fl-theme-builder-header-sticky .fl-menu-mobile-flyout {
    top: 0
}

.fl-theme-builder-flyout-menu-active body {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.fl-theme-builder-has-flyout-menu,
.fl-theme-builder-has-flyout-menu body {
    overflow-x: hidden
}

.fl-theme-builder-flyout-menu-push-right {
    right: 0;
    transition: right .2s ease-in-out
}

.fl-theme-builder-flyout-menu-push-left {
    left: 0;
    transition: left .2s ease-in-out
}

.fl-theme-builder-flyout-menu-active .fl-theme-builder-flyout-menu-push-right {
    position: relative;
    right: 250px
}

.fl-theme-builder-flyout-menu-active .fl-theme-builder-flyout-menu-push-left {
    position: relative;
    left: 250px
}

.fl-theme-builder-flyout-menu-active .fl-builder-content[data-type=header] .fl-menu-disable-transition {
    transition: none
}

.fl-builder-content[data-shrink="1"] .fl-row-content-wrap,
.fl-builder-content[data-shrink="1"] .fl-col-content,
.fl-builder-content[data-shrink="1"] .fl-module-content,
.fl-builder-content[data-shrink="1"] img {
    -webkit-transition: all .4s ease-in-out, background-position 1ms;
    -moz-transition: all .4s ease-in-out, background-position 1ms;
    transition: all .4s ease-in-out, background-position 1ms
}

.fl-builder-content[data-shrink="1"] img {
    width: auto
}

.fl-builder-content[data-shrink="1"] img.fl-photo-img {
    width: auto;
    height: auto
}

.fl-builder-content[data-type=header].fl-theme-builder-header-shrink .fl-row-content-wrap {
    margin-bottom: 0;
    margin-top: 0
}

.fl-theme-builder-header-shrink-row-bottom.fl-row-content-wrap {
    padding-bottom: 5px
}

.fl-theme-builder-header-shrink-row-top.fl-row-content-wrap {
    padding-top: 5px
}

.fl-builder-content[data-type=header].fl-theme-builder-header-shrink .fl-col-content {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

.fl-theme-builder-header-shrink-module-bottom.fl-module-content {
    margin-bottom: 5px
}

.fl-theme-builder-header-shrink-module-top.fl-module-content {
    margin-top: 5px
}

.fl-builder-content[data-type=header].fl-theme-builder-header-shrink img {
    -webkit-transition: all .4s ease-in-out, background-position 1ms;
    -moz-transition: all .4s ease-in-out, background-position 1ms;
    transition: all .4s ease-in-out, background-position 1ms
}

.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky):not(.fl-builder-content-editing) {
    position: absolute;
    width: 100%;
    z-index: 100
}

.fl-builder-edit body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"] {
    display: none
}

body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg=default]) .fl-row-content-wrap,
body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg=default]) .fl-col-content {
    background: 0 0
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

/*!
 * WooCommerce Variation Swatches v1.0.24 
 * 
 * Author: Emran Ahmed ( emran.bd.08@gmail.com ) 
 * Date: 2018-5-21 14:10:36
 * Released under the GPLv3 license.
 */
.woo-variation-swatches-stylesheet-enabled .woo-variation-raw-select {
    display: none !important
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img {
    margin: 0
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper {
    display: block
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    list-style: none;
    cursor: pointer;
    margin: 0
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
    cursor: pointer
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    width: auto;
    margin-right: 5px
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
    font-weight: 400;
    font-size: 14px;
    display: inline-block
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    padding: 2px;
    margin: 4px 8px 4px 0
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):last-of-type {
    margin-right: 0
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .9);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .9)
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span {
    width: 100%;
    height: 100%;
    position: relative
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .5)
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    text-align: center
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item img,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item span,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item span:after {
    border-radius: 100%
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
    border-radius: 2px
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: auto
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item span {
    padding: 0 5px
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after {
    border-radius: 0
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    position: relative;
    overflow: hidden
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover span,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled span {
    opacity: .3
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: red !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover input,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover label,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled input,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled label {
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .5
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:before {
    display: none
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled.radio-variable-item {
    width: auto !important
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:before {
    left: 10px;
    bottom: 100%
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 50%
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 90%
}

.variable-item:not(.radio-variable-item) {
    width: 30px;
    height: 30px
}

.woo-variation-swatches-style-squared .button-variable-item {
    min-width: 30px
}

.button-variable-item span {
    font-size: 16px
}

/*!
 * WooCommerce Variation Swatches v1.0.24 
 * 
 * Author: Emran Ahmed ( emran.bd.08@gmail.com ) 
 * Date: 2018-5-21 14:10:36
 * Released under the GPLv3 license.
 */
.woo-variation-swatches-theme-sober .product form.cart .variations div {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woo-variation-swatches-theme-sober .product form.cart .variations .label {
    display: block;
    text-align: right;
    margin-right: 10px
}

.woo-variation-swatches-theme-sober .product form.cart .variations .value {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset
}

.woo-variation-swatches-theme-sober .product form.cart .variations select {
    border: 1px solid #e4e6eb;
    padding: .5em 1em;
    text-align: left;
    text-align-last: left;
    -webkit-appearance: menulist-button
}

.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item {
    margin: 5px;
    text-align: left
}

.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item:last-child {
    margin-right: 0
}

.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item label {
    padding-left: 30px;
    margin: 0
}

.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item label:before {
    top: 0;
    border-radius: 100%
}

.woo-variation-swatches-theme-sober .product form.cart .radio-variable-item label:after {
    top: 8px
}

.woo-variation-swatches-theme-sober.product-style-4 .product form.cart .variations div {
    display: block
}

.woo-variation-swatches-theme-sober.product-style-4 .product form.cart .variations .label {
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.woo-variation-swatches-theme-sober.product-style-4 .product form.cart .variations .label label {
    border-bottom: 1px solid #eee
}

.woo-variation-swatches-theme-sober.product-style-4 .product form.cart .variations .variable-items-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woo-variation-swatches-theme-shophistic-lite.woocommerce #main .entry-summary .variations {
    display: block !important
}

.woo-variation-swatches-theme-shophistic-lite .ql_custom_variations {
    display: none !important
}

.woo-variation-swatches-theme-shophistic-lite .radio-variable-item input[type=radio] {
    display: inline-block;
    margin: 0
}

.woo-variation-swatches-theme-flatsome .variations .reset_variations {
    position: relative;
    bottom: 0;
    left: 0
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

.ps-theme-woosw {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-theme-woosw {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-theme-woosw {
        overflow: auto !important
    }
}

.ps-theme-woosw.ps-active-x>.ps-scrollbar-x-rail,
.ps-theme-woosw.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-theme-woosw.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-woosw.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .1) !important
}

.ps-theme-woosw.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .58)
}

.ps-theme-woosw.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .1) !important
}

.ps-theme-woosw.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .58);
    width: 6px;
    border-radius: 3px
}

.ps-theme-woosw>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 6px;
    border-radius: 3px
}

.ps-theme-woosw>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, .58);
    border-radius: 0;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    bottom: 0;
    height: 6px !important;
    border-radius: 3px !important
}

.ps-theme-woosw>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-theme-woosw>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 6px;
    border-radius: 3px
}

.ps-theme-woosw>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 6px;
    border-radius: 3px
}

.ps-theme-woosw>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, .58);
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    right: 0;
    width: 6px !important;
    border-radius: 3px !important
}

.ps-theme-woosw>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-theme-woosw>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 6px;
    border-radius: 3px
}

.ps-theme-woosw:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: rgba(0, 0, 0, .58)
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .58);
    height: 6px;
    border-radius: 3px
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: rgba(0, 0, 0, .58)
}

.ps-theme-woosw:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .58);
    width: 6px;
    border-radius: 3px
}

.ps-theme-woosw:hover>.ps-scrollbar-x-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: 1
}

.ps-theme-woosw:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, .58)
}

.ps-theme-woosw:hover>.ps-scrollbar-y-rail:hover {
    background-color: rgba(0, 0, 0, .1);
    opacity: 1
}

.ps-theme-woosw:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, .58)
}

@font-face {
    font-family: 'feather';
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/woo-smart-wishlist/assets/libs/feather/fonts/feather.eot);
    src: url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/woo-smart-wishlist/assets/libs/feather/fonts/feather.eot#iefix) format('embedded-opentype'), url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/woo-smart-wishlist/assets/libs/feather/fonts/feather.ttf) format('truetype'), url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/woo-smart-wishlist/assets/libs/feather/fonts/feather.woff) format('woff'), url(//centrlodok.ru/wp-content/plugins/woocommerce-product-carousel-slider-grid-ultimate-pro/woo-smart-wishlist/assets/libs/feather/fonts/feather.svg#feather) format('svg');
    font-weight: 400;
    font-style: normal
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.woosw-btn.woosw-added:before {
    content: '\2713';
    margin-right: 5px
}

.woosw-btn.woosw-adding:after {
    content: '...'
}

.woosw-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999989;
    background: rgba(0, 0, 0, .7);
    opacity: 1;
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    box-sizing: border-box
}

.woosw-area * {
    box-sizing: border-box
}

.woosw-area.woosw-open {
    opacity: 1;
    visibility: visible
}

.woosw-area.woosw-open .woosw-inner .woosw-content {
    top: 50%;
    border-radius: 4px;
    overflow: hidden
}

.woosw-area .woosw-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.woosw-area .woosw-inner .woosw-content {
    width: 90%;
    max-width: 480px;
    height: auto;
    max-height: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 0;
    display: flex;
    flex-direction: column;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosw-area .woosw-inner .woosw-content>div {
    align-self: stretch
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #222
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count {
    margin-left: 5px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:before {
    content: '('
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-count:after {
    content: ')'
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:before {
    content: '\e9ea';
    font-size: 20px;
    font-family: 'feather';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid {
    display: block;
    position: relative;
    min-height: 80px;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-notice {
    display: block;
    padding: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message {
    display: block;
    padding: 20px 40px 40px;
    font-size: 20px;
    text-align: center
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid .woosw-content-mid-message img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
    opacity: .6
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
    margin: 0;
    padding: 0
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td {
    padding: 10px 5px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td:first-child {
    padding-left: 20px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr td:last-child {
    padding-right: 20px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, .03)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items tr:hover td {
    background-color: rgba(0, 0, 0, .05)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
    vertical-align: middle
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
    display: inline-block;
    content: '\e9ea';
    font-size: 16px;
    font-family: 'feather';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
    animation: spinner 1s linear infinite;
    -webkit-animation: spinner 1s linear infinite
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
    color: #cc6055
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image {
    width: 90px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
    width: 80px;
    height: 80px;
    border-radius: 2px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
    font-weight: 700
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p {
    border: none !important;
    padding: 0 !important;
    font-size: 0
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>del,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>ins,
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>span {
    display: none
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 14px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #222;
    overflow: hidden
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner>span {
    flex-basis: 50%
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner>span:last-child {
    text-align: right
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a {
    color: #fff;
    outline: none
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
    color: #5fbd74
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue {
    cursor: pointer
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
    color: #5fbd74
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
    display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #5fbd74;
    position: absolute;
    top: 48px;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice.woosw-notice-show {
    top: 0
}

.woosw-area.woosw-message .woosw-inner .woosw-content {
    max-width: 320px
}

.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-top {
    color: #222;
    background-color: transparent
}

.woosw-area.woosw-message .woosw-inner .woosw-content .woosw-content-bot {
    display: none
}

.woosw-list table.woosw-content-items {
    margin: 0;
    padding: 0
}

.woosw-list table.woosw-content-items tr td {
    padding: 10px 5px
}

.woosw-list table.woosw-content-items tr td:first-child {
    padding-left: 20px
}

.woosw-list table.woosw-content-items tr td:last-child {
    padding-right: 20px
}

.woosw-list table.woosw-content-items tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, .03)
}

.woosw-list table.woosw-content-items tr:hover td {
    background-color: rgba(0, 0, 0, .05)
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
    vertical-align: middle
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before {
    display: inline-block;
    content: '\e9ea';
    font-size: 16px;
    font-family: 'feather';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before {
    animation: spinner 1s linear infinite;
    -webkit-animation: spinner 1s linear infinite
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before {
    color: #cc6055
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image {
    width: 90px
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
    width: 80px;
    height: 80px;
    border-radius: 2px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
    font-weight: 700
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p {
    border: none !important;
    padding: 0 !important;
    font-size: 0
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>del,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>ins,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>span {
    display: none
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 14px
}

.woosw-list .woosw-share {
    display: block;
    margin-top: 30px
}

.woosw-list .woosw-share a {
    display: inline-block;
    margin-left: 10px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
    background-color: #5fbd74
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
    color: #5fbd74
}

.wpseo-score-icon {
    display: inline-block !important;
    float: left;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #999
}

.wpseo-score-icon.good {
    background-color: #7ad03a
}

.wpseo-score-icon.ok {
    background-color: #ee7c1b
}

.wpseo-score-icon.bad {
    background-color: #dc3232
}

.wpseo-score-icon.na {
    background-color: #999
}

.wpseo-score-icon.noindex {
    background-color: #1e8cbe
}

.adminbar-seo-score {
    margin: 10px 10px 0 4px !important
}

#wpadminbar .yoast-issue-added,
#wpadminbar .yoast-issue-added:hover {
    position: absolute;
    top: 32px;
    left: 0;
    min-width: 300px;
    padding: 2px 8px;
    border-radius: 0 10px 10px;
    color: #fff;
    background-color: #a4286a;
    box-shadow: 1px 1px 1px 1px grey
}

#wpadminbar .yoast-issue-added {
    display: none
}

#wpadminbar .yoast-issue-counter {
    display: inline;
    padding: 1px 7px 1px 6px !important;
    border-radius: 50%;
    color: #fff
}

.yoast-issue-counter {
    background-color: #d54e21
}

#wpadminbar .yoast-logo.svg {
    float: left;
    width: 26px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IzgyODc4YyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMDMuNiwzOTVjNi44LTE3LjQsNi44LTM2LjYsMC01NGwtNzkuNC0yMDRoNzAuOWw0Ny43LDE0OS40bDc0LjgtMjA3LjZIMTE2LjRjLTQxLjgsMC03NiwzNC4yLTc2LDc2VjM1N2MwLDQxLjgsMzQuMiw3Niw3Niw3NkgxNzNDMTg5LDQyNC4xLDE5Ny42LDQxMC4zLDIwMy42LDM5NXoiLz48L2c+PGc+PHBhdGggZD0iTTQ3MS42LDE1NC44YzAtNDEuOC0zNC4yLTc2LTc2LTc2aC0zTDI4NS43LDM2NWMtOS42LDI2LjctMTkuNCw0OS4zLTMwLjMsNjhoMjE2LjJWMTU0Ljh6Ii8+PC9nPjwvZz48cGF0aCBzdHJva2Utd2lkdGg9IjIuOTc0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0zMzgsMS4zbC05My4zLDI1OS4xbC00Mi4xLTEzMS45aC04OS4xbDgzLjgsMjE1LjJjNiwxNS41LDYsMzIuNSwwLDQ4Yy03LjQsMTktMTksMzcuMy01Myw0MS45bC03LjIsMXY3Nmg4LjNjODEuNywwLDExOC45LTU3LjIsMTQ5LjYtMTQyLjlMNDMxLjYsMS4zSDMzOHogTTI3OS40LDM2MmMtMzIuOSw5Mi02Ny42LDEyOC43LTEyNS43LDEzMS44di00NWMzNy41LTcuNSw1MS4zLTMxLDU5LjEtNTEuMWM3LjUtMTkuMyw3LjUtNDAuNywwLTYwbC03NS0xOTIuN2g1Mi44bDUzLjMsMTY2LjhsMTA1LjktMjk0aDU4LjFMMjc5LjQsMzYyeiIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 20px
}

#wpadminbar #wp-admin-bar-wpseo-licenses .ab-item {
    color: #f18500
}

@media screen and (max-width: 782px) {
    #wpadminbar #wp-admin-bar-wpseo-menu {
        display: block;
        position: static
    }

    #wpadminbar .yoast-logo.svg {
        width: 52px;
        height: 46px;
        background-position: 50% 8px;
        background-size: 30px
    }

    #wpadminbar .yoast-logo+.yoast-issue-counter {
        margin-left: -10px
    }

    #wpadminbar .ab-sub-wrapper .yoast-issue-counter {
        position: relative;
        top: -5px;
        vertical-align: text-top
    }

    #wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-kwresearch,
    #wp-admin-bar-wpseo-menu.menupop .ab-sub-wrapper #wp-admin-bar-wpseo-settings {
        display: none
    }

    #wpadminbar .yoast-issue-added {
        top: 46px
    }
}

.autoptimize-loading {
    display: none;
    position: fixed;
    background-color: rgba(102, 102, 102, .8);
    background-image: url(//centrlodok.ru/wp-content/plugins/autoptimize/classes/static/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000000000
}

#wp-admin-bar-autoptimize .white {
    color: #eee
}

#wp-admin-bar-autoptimize .green {
    color: #26bd26
}

#wp-admin-bar-autoptimize .orange {
    color: #ec9103
}

#wp-admin-bar-autoptimize .red {
    color: #ea1919
}

#wp-admin-bar-autoptimize .bg-green {
    background: #26bd26
}

#wp-admin-bar-autoptimize .bg-orange {
    background: #ec9103
}

#wp-admin-bar-autoptimize .bg-red {
    background: #ea1919
}

#wp-admin-bar-autoptimize.bullet-green .ab-icon:before,
#wp-admin-bar-autoptimize.bullet-green:hover .ab-icon:before {
    content: "\f159";
    color: #02ca02;
    font-size: 14px
}

#wp-admin-bar-autoptimize.bullet-orange .ab-icon:before,
#wp-admin-bar-autoptimize.bullet-orange:hover .ab-icon:before {
    content: "\f159";
    color: #ec9103;
    font-size: 14px
}

#wp-admin-bar-autoptimize.bullet-red .ab-icon:before,
#wp-admin-bar-autoptimize.bullet-red:hover .ab-icon:before {
    content: "\f159";
    color: #ea1919;
    font-size: 14px;
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite
}

@-webkit-keyframes blink {
    50% {
        visibility: hidden
    }
}

@keyframes blink {
    50% {
        visibility: hidden
    }
}

#wp-admin-bar-autoptimize table,
#wp-admin-bar-autoptimize th,
#wp-admin-bar-autoptimize td {
    border: 0 !important
}

#wp-admin-bar-autoptimize-default {
    padding-top: 0 !important
}

#wp-admin-bar-autoptimize-delete-cache .ab-item {
    cursor: pointer !important;
    background: #464b50
}

#wp-admin-bar-autoptimize-delete-cache .ab-item:hover {
    color: rgba(240, 245, 250, .85) !important;
    background: #b57373 !important
}

#wp-admin-bar-autoptimize-cache-info {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

#wp-admin-bar-autoptimize-cache-info,
#wp-admin-bar-autoptimize-cache-info .ab-item {
    height: auto !important;
    cursor: default !important
}

#wp-admin-bar-autoptimize-cache-info td+td {
    padding-left: 3px
}

#wp-admin-bar-autoptimize-cache-info .ab-item,
#wp-admin-bar-autoptimize-cache-info .ab-item:hover {
    color: #b4b9be !important
}

#wp-admin-bar-autoptimize-cache-info .ab-item>p {
    display: block
}

#wp-admin-bar-autoptimize-cache-info .ab-item p,
#wp-admin-bar-autoptimize-cache-info .ab-item td {
    font-size: 11px !important;
    line-height: 16px !important
}

#wp-admin-bar-autoptimize-cache-info .ab-item table {
    display: inline-block !important;
    margin-left: 10px !important
}

.autoptimize-radial-bar {
    display: inline-block !important;
    margin-top: 5px !important
}

.autoptimize-radial-bar,
.autoptimize-radial-bar .mask,
.autoptimize-radial-bar .fill,
.autoptimize-radial-bar .shadow {
    width: 36px !important;
    height: 36px !important
}

.autoptimize-radial-bar {
    background-color: #d6dadc
}

.autoptimize-radial-bar .fill {
    background-color: #02ca02
}

.autoptimize-radial-bar .numbers {
    color: #02ca02
}

.autoptimize-radial-bar .mask {
    clip: rect(0px, 36px, 36px, 18px)
}

.autoptimize-radial-bar .fill {
    clip: rect(0px, 18px, 36px, 0px)
}

.autoptimize-radial-bar .inset {
    width: 26px !important;
    height: 26px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    background-color: #32373c
}

.autoptimize-radial-bar .percentage {
    width: 26px !important;
    height: 16px !important;
    line-height: 11px !important;
    top: 7px !important;
    left: 0 !important;
    overflow: hidden
}

.autoptimize-radial-bar .numbers {
    width: 26px !important;
    font-weight: 600 !important;
    font-size: 9px !important;
    margin-top: -10px !important;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.autoptimize-radial-bar .inset {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3) !important
}

.autoptimize-radial-bar .shadow {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3) inset !important
}

.autoptimize-radial-bar .mask,
.autoptimize-radial-bar .fill,
.autoptimize-radial-bar .shadow,
.autoptimize-radial-bar .inset,
.autoptimize-radial-bar .percentage {
    position: absolute !important
}

.autoptimize-radial-bar,
.autoptimize-radial-bar .mask,
.autoptimize-radial-bar .fill,
.autoptimize-radial-bar .shadow,
.autoptimize-radial-bar .inset {
    border-radius: 50% !important
}

#wp-admin-bar-autoptimize tr {
    border: 0 !important
}

#wp-admin-bar-autoptimize td {
    background-color: #32373c !important
}

#wp-admin-bar-fl-builder-frontend-edit-link .ab-icon:before {
    content: "\f116" !important;
    top: 2px;
    margin-right: 3px
}

#wp-admin-bar-fl-builder-frontend-edit-link .fl-builder-ab-wrench.ab-icon {
    margin-right: 1px !important;
    font-size: 15px !important;
    margin-top: 1px;
    padding-left: 3px !important
}

#wp-admin-bar-fl-builder-frontend-edit-link .fl-builder-ab-wrench.ab-icon:before {
    content: "\f111" !important
}

#wp-admin-bar-fl-builder-frontend-edit-link .ab-submenu .ab-item {
    display: flex;
    min-width: 200px !important;
    max-width: 250px;
    padding-bottom: 1px;
    padding-top: 1px
}

.fl-builder-ab-title {
    display: block;
    padding-right: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important
}

.fl-builder-ab-tag {
    background: #1d2125;
    border-radius: 4px !important;
    display: block;
    font-size: 9px !important;
    height: 9px !important;
    letter-spacing: 1px !important;
    line-height: 9px !important;
    margin-top: 6px !important;
    padding: 5px 6px !important;
    text-transform: uppercase !important
}

#wp-admin-bar-fl-theme-builder-frontend-edit-link {
    margin-bottom: 2px !important
}

#wp-admin-bar-fl-builder-frontend-edit-link .ab-submenu #wp-admin-bar-fl-theme-builder-frontend-edit-link .ab-item,
#wp-admin-bar-fl-builder-frontend-edit-link .ab-submenu #wp-admin-bar-fl-theme-builder-frontend-edit-link .ab-item:hover {
    border-bottom: 2px solid #1d2125;
    padding-bottom: 8px !important;
    padding-top: 0
}

@keyframes rotate-forever {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinner-loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.pum-container,
.pum-content,
.pum-content+.pum-close,
.pum-content+.pum-close:active,
.pum-content+.pum-close:focus,
.pum-content+.pum-close:hover,
.pum-overlay,
.pum-title {
    background: 0 0;
    border: none;
    bottom: auto;
    clear: none;
    cursor: default;
    float: none;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    top: auto;
    visibility: visible;
    white-space: normal;
    width: auto;
    z-index: auto
}

.pum-container .pum-content+.pum-close>span,
.pum-content,
.pum-title {
    position: relative;
    z-index: 1
}

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed
}

.pum-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: .15s ease-in-out
}

.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
    display: block
}

.pum-overlay,
.pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
    box-sizing: border-box
}

.pum-container {
    top: 100px;
    position: absolute;
    margin-bottom: 3em;
    z-index: 1999999999
}

.pum-container.pum-responsive {
    left: 50%;
    margin-left: -47.5%;
    width: 95%;
    height: auto;
    overflow: visible
}

.pum-container.pum-responsive img {
    max-width: 100%;
    height: auto
}

@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-nano {
        margin-left: -5%;
        width: 10%
    }

    .pum-container.pum-responsive.pum-responsive-micro {
        margin-left: -10%;
        width: 20%
    }

    .pum-container.pum-responsive.pum-responsive-tiny {
        margin-left: -15%;
        width: 30%
    }

    .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -20%;
        width: 40%
    }

    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 60%
    }

    .pum-container.pum-responsive.pum-responsive-normal {
        margin-left: -30%;
        width: 70%
    }

    .pum-container.pum-responsive.pum-responsive-large {
        margin-left: -35%;
        width: 80%
    }

    .pum-container.pum-responsive.pum-responsive-xlarge {
        /* margin-left: -47.5%; */
        width: 95%
    }

    .pum-container.pum-responsive.pum-position-fixed {
        position: fixed
    }
}

@media only screen and (max-width: 1024px) {
    .pum-container.pum-responsive.pum-position-fixed {
        position: absolute
    }
}

.pum-container.custom-position {
    left: auto;
    top: auto;
    margin-left: inherit
}

.pum-container .pum-title {
    margin-bottom: .5em
}

.pum-container .pum-content>:last-child,
.pum-form__message:last-child {
    margin-bottom: 0
}

.pum-container .pum-content:focus {
    outline: 0
}

.pum-container .pum-content>:first-child {
    margin-top: 0
}

.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    background-color: transparent
}

.pum-container.pum-scrollable .pum-content {
    overflow: auto;
    overflow-y: scroll;
    max-height: 95%
}

.pum-overlay.pum-overlay-disabled {
    visibility: hidden
}

.pum-overlay.pum-overlay-disabled::-webkit-scrollbar {
    display: block
}

.pum-overlay.pum-overlay-disabled .pum-container {
    visibility: visible
}

.popmake-close,
.pum-overlay.pum-click-to-close {
    cursor: pointer
}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 15px
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
    position: static;
    height: auto;
    width: auto
}

.pum-form {
    margin: 0 auto 16px
}

.pum-form__field {
    margin-bottom: 1em
}

.pum-form__field label {
    font-weight: 700
}

.pum-form__field input[type=date],
.pum-form__field select {
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 3px;
    vertical-align: middle
}

.pum-form__field select {
    padding: 5px 3px
}

.pum-form__loader {
    font-size: 2em;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-name: rotate-forever;
    animation-timing-function: linear;
    height: .75em;
    width: .75em;
    border: .25em solid rgba(0, 0, 0, .5);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block
}

.pum-form__submit {
    position: relative
}

.pum-form__submit .pum-form__loader {
    margin-left: .5em;
    border: .25em solid rgba(255, 255, 255, .5);
    border-right-color: transparent
}

.pum-form__messages {
    display: none;
    border: 1px solid rgba(0, 0, 0, .25);
    margin-bottom: .5em;
    padding: 1em;
    position: relative
}

.pum-form__message {
    margin-bottom: .5em
}

.pum-form__message--error {
    color: red !important;
    border-color: red
}

.pum-form__message--success {
    color: green !important;
    border-color: green
}

.pum-form--loading,
.pum-sub-form .pum-sub-form-loading {
    opacity: .5
}

.pum-alignment-left,
.pum-form--alignment-left {
    text-align: left
}

.pum-alignment-center {
    text-align: center
}

.pum-alignment-right {
    text-align: right
}

.pum-form--alignment-center {
    text-align: center
}

.pum-form--alignment-right {
    text-align: right
}

.pum-form--layout-standard .pum-form__field>label {
    margin-bottom: .25em;
    display: block
}

.pum-form--layout-inline .pum-form__field {
    display: inline-block
}

.pum-form--layout-block .pum-form__field,
.pum-form--layout-block button,
.pum-form--layout-block div,
.pum-form--layout-block input {
    display: block;
    width: 100%
}

.pum-form--style-default label {
    font-size: 14px;
    font-weight: 700
}

.pum-form--style-default input[type=email],
.pum-form--style-default input[type=text] {
    background-color: #f8f7f7;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px 8px
}

.pum-form--style-default button {
    font-size: 18px;
    margin: 10px 0 0;
    padding: 10px 5px;
    cursor: pointer
}

.pum-sub-form p.pum-newsletter-error-msg {
    margin: 0
}

.pum-sub-form .spinner-loader {
    right: 50%;
    position: absolute;
    bottom: 40%
}

.pum-sub-form .spinner-loader:not(:required) {
    animation: 1.5s linear infinite spinner-loader;
    border-radius: .5em;
    box-shadow: rgba(0, 0, 51, .3) 1.5em 0 0 0, rgba(0, 0, 51, .3) 1.1em 1.1em 0 0, rgba(0, 0, 51, .3) 0 1.5em 0 0, rgba(0, 0, 51, .3) -1.1em 1.1em 0 0, rgba(0, 0, 51, .3) -1.5em 0 0 0, rgba(0, 0, 51, .3) -1.1em -1.1em 0 0, rgba(0, 0, 51, .3) 0 -1.5em 0 0, rgba(0, 0, 51, .3) 1.1em -1.1em 0 0;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%
}

.pum-form__field--consent {
    text-align: left
}

.pum-form__field--consent.pum-form__field--checkbox label,
.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label {
    display: inline-block;
    vertical-align: middle
}

.pum-form__field--consent.pum-form__field--checkbox label input {
    display: inline-block;
    width: inherit;
    margin: 0;
    vertical-align: middle
}

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input {
    display: inline-block;
    width: inherit;
    margin: 0;
    vertical-align: middle
}

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label {
    margin-left: 1em
}

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label {
    display: block;
    vertical-align: middle
}

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input {
    display: inline-block;
    width: inherit;
    margin: 0;
    vertical-align: middle
}

.pum-container iframe.formidable {
    width: 100%;
    overflow: visible
}

.pika-single,
body div#ui-datepicker-div[style] {
    z-index: 9999999999 !important
}

.pum-theme-9196,
.pum-theme-lightbox {
    background-color: rgba(0, 0, 0, .75)
}

.pum-theme-9196 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1);
    background-color: rgba(10, 10, 10, .85)
}

.pum-theme-9196 .pum-title,
.pum-theme-lightbox .pum-title {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-9196 .pum-content,
.pum-theme-lightbox .pum-content {
    color: #fff;
    font-family: Montserrat;
    font-weight: 300
}

.pum-theme-9196 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0;
    color: #fff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, .75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .23);
    background-color: rgba(0, 0, 0, 1)
}

.pum-theme-9195,
.pum-theme-tema-po-umolchaniyu {
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-9195 .pum-container,
.pum-theme-tema-po-umolchaniyu .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, .23);
    background-color: rgba(249, 249, 249, 1)
}

.pum-theme-9195 .pum-title,
.pum-theme-tema-po-umolchaniyu .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
    line-height: 36px
}

.pum-theme-9195 .pum-content,
.pum-theme-tema-po-umolchaniyu .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400;
    font-style: inherit
}

.pum-theme-9195 .pum-content+.pum-close,
.pum-theme-tema-po-umolchaniyu .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    padding: 8px;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, .23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .23);
    background-color: rgba(0, 183, 205, 1)
}

.pum-theme-9197,
.pum-theme-enterprise-blue {
    background-color: rgba(0, 0, 0, .7)
}

.pum-theme-9197 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, .5);
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-9197 .pum-title,
.pum-theme-enterprise-blue .pum-title {
    color: #315b7c;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 100;
    font-size: 34px;
    line-height: 36px
}

.pum-theme-9197 .pum-content,
.pum-theme-enterprise-blue .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-9197 .pum-content+.pum-close,
.pum-theme-enterprise-blue .pum-content+.pum-close {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #fff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, .23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .23);
    background-color: rgba(49, 91, 124, 1)
}

.pum-theme-9198,
.pum-theme-hello-box {
    background-color: rgba(0, 0, 0, .75)
}

.pum-theme-9198 .pum-container,
.pum-theme-hello-box .pum-container {
    padding: 30px;
    border-radius: 80px;
    border: 14px solid #81d742;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-9198 .pum-title,
.pum-theme-hello-box .pum-title {
    color: #2d2d2d;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: Montserrat;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-9198 .pum-content,
.pum-theme-hello-box .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-9198 .pum-content+.pum-close,
.pum-theme-hello-box .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: -30px;
    bottom: auto;
    top: -30px;
    padding: 0;
    color: #2d2d2d;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 32px;
    line-height: 28px;
    border: 1px none #fff;
    border-radius: 28px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, .23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .23);
    background-color: rgba(255, 255, 255, 1)
}

.pum-theme-9199,
.pum-theme-cutting-edge {
    background-color: rgba(0, 0, 0, .5)
}

.pum-theme-9199 .pum-container,
.pum-theme-cutting-edge .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, .5);
    background-color: rgba(30, 115, 190, 1)
}

.pum-theme-9199 .pum-title,
.pum-theme-cutting-edge .pum-title {
    color: #fff;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: Sans-Serif;
    font-weight: 100;
    font-size: 26px;
    line-height: 28px
}

.pum-theme-9199 .pum-content,
.pum-theme-cutting-edge .pum-content {
    color: #fff;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-9199 .pum-content+.pum-close,
.pum-theme-cutting-edge .pum-content+.pum-close {
    position: absolute;
    height: 24px;
    width: 24px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    padding: 0;
    color: #1e73be;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 32px;
    line-height: 24px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: -1px 1px 1px 0px rgba(2, 2, 2, .1);
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .1);
    background-color: rgba(238, 238, 34, 1)
}

.pum-theme-9200,
.pum-theme-framed-border {
    background-color: rgba(255, 255, 255, .5)
}

.pum-theme-9200 .pum-container,
.pum-theme-framed-border .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 20px outset #d33;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, .97) inset;
    background-color: rgba(255, 251, 239, 1)
}

.pum-theme-9200 .pum-title,
.pum-theme-framed-border .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-9200 .pum-content,
.pum-theme-framed-border .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-9200 .pum-content+.pum-close,
.pum-theme-framed-border .pum-content+.pum-close {
    position: absolute;
    height: 20px;
    width: 20px;
    left: auto;
    right: -20px;
    bottom: auto;
    top: -20px;
    padding: 0;
    color: #fff;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, .23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .23);
    background-color: rgba(0, 0, 0, .55)
}

.pum-theme-9201,
.pum-theme-floating-bar {
    background-color: rgba(255, 255, 255, 0)
}

.pum-theme-9201 .pum-container,
.pum-theme-floating-bar .pum-container {
    padding: 8px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, .23);
    background-color: rgba(238, 246, 252, 1)
}

.pum-theme-9201 .pum-title,
.pum-theme-floating-bar .pum-title {
    color: #505050;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-9201 .pum-content,
.pum-theme-floating-bar .pum-content {
    color: #505050;
    font-family: inherit;
    font-weight: 400
}

.pum-theme-9201 .pum-content+.pum-close,
.pum-theme-floating-bar .pum-content+.pum-close {
    position: absolute;
    height: 18px;
    width: 18px;
    left: auto;
    right: 5px;
    bottom: auto;
    top: 50%;
    padding: 0;
    color: #505050;
    font-family: Sans-Serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #505050;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    background-color: rgba(255, 255, 255, 0);
    transform: translate(0, -50%)
}

.pum-theme-9202,
.pum-theme-content-only {
    background-color: rgba(0, 0, 0, .7)
}

.pum-theme-9202 .pum-container,
.pum-theme-content-only .pum-container {
    padding: 0;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0)
}

.pum-theme-9202 .pum-title,
.pum-theme-content-only .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, .23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-9202 .pum-content,
.pum-theme-content-only .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400
}

.pum-theme-9202 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
    position: absolute;
    height: 18px;
    width: 18px;
    left: auto;
    right: 7px;
    bottom: auto;
    top: 7px;
    padding: 0;
    color: #000;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    background-color: rgba(255, 255, 255, 0)
}

#pum-9614 {
    z-index: 1999999999
}

/*! 
 * Master Slider WordPress Lite Main CSS File
 * @date May 2017
 */
.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0)
}

.ms-ie img {
    border: none
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit
}

.ms-ie7 {
    zoom: 1
}

.ms-moz .ms-slide-bgcont>img {
    transform: translateX(0px)
}

.master-slider a,
.master-slider a:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.wpb_row .master-slider-parent *,
.master-slider-parent * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.master-slider-parent {
    margin-left: auto;
    margin-right: auto
}

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent
}

.ms-layout-partialview .ms-container {
    overflow: hidden
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/common/loading-2.gif) no-repeat center #fff;
    border-radius: 60px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: .9
}

.ms-def-cursor {
    cursor: auto !important
}

.ms-grab-cursor {
    cursor: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/common/grab.png), move
}

.ms-grabbing-cursor {
    cursor: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/common/grabbing.png), move
}

.ms-ie .ms-grab-cursor {
    cursor: move
}

.ms-ie .ms-grabbing-cursor {
    cursor: move
}

.ms-view {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px
}

.ms-view .ms-slide-container {
    position: relative
}

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px)
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%
}

.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110
}

.ms-ie .ms-slide-link {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat
}

.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video {
    -webkit-transform: translateZ(.3px);
    transform: translateZ(.3px)
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0
}

.ms-inner-controls-cont,
.ms-container {
    position: relative;
    margin: 0 auto
}

.ms-slide .ms-slide-bgcont img,
.ms-container,
.ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: #000;
    padding: 0;
    margin: 0;
    border: none
}

.ms-slide .ms-pattern {
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    z-index: 108;
    position: absolute;
    top: 0
}

.ms-wk .ms-pattern {
    -webkit-transform: translateZ(.4px);
    transform: translateZ(.4px)
}

.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 110
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: .75em;
    display: inline-block;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/common/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #dbdbdb;
    margin-top: 7px
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
    -webkit-transform: translateZ(.44px);
    transform: translateZ(.44px)
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left
}

.ms-thumb-list {
    overflow: hidden;
    position: absolute
}

.ms-thumb-list.ms-dir-h {
    width: 100%
}

.ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0
}

.ms-thumbs-cont {
    position: relative
}

.ms-thumb-frame img {
    width: 100%;
    height: auto
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.ms-thumb-frame-selected {
    opacity: 1
}

.ms-tabs .ms-thumb-frame {
    background-color: #f6f6f6;
    text-shadow: 0 1px 1px #fff;
    color: #222;
    border: solid 1px #fff;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ms-tabs.ms-has-thumb .ms-tab-thumb {
    width: auto
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
    margin-top: -12px
}

.ms-tabs .ms-thumb {
    padding: 20px
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #ededed
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #f6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #ededed
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0;
    top: auto;
    border-bottom: 0;
    border-top: solid 12px #f6f6f6
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #ededed
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #ededed;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #ededed
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #ededed
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #ededed
}

.ms-thumb-alt {
    text-align: center;
    margin: 5px;
    font-size: 14px;
    font-weight: 600
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd,
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, .5);
    text-align: center;
    color: #fff
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after,
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    content: close-quote;
    top: 43%;
    position: relative;
    border: solid rgba(0, 0, 0, 0);
    border-width: 5px 5px 5px 0;
    display: block;
    border-right-color: #fff;
    width: 6px;
    height: 1px
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    left: 7px
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd,
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, .5);
    text-align: center;
    color: #fff
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after,
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    content: close-quote;
    left: 43%;
    position: relative;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 5px 5px;
    display: block;
    border-bottom-color: #fff;
    height: 1px;
    top: 5px;
    width: 0
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
    border-width: 5px 5px 0;
    border-top-color: #fff;
    top: 7px
}

.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont {
    top: 0 !important
}

.ms-tabs.ms-has-thumb .ms-thumb-frame {
    height: auto !important
}

.ms-tabs.ms-has-thumb .ms-thumb {
    padding: 0
}

.ms-tabs.ms-has-thumb .ms-tab-context {
    padding: 20px
}

.ms-tabs.ms-align-left .ms-tab-thumb {
    float: left;
    margin-right: 20px
}

.ms-tabs.ms-align-right .ms-tab-thumb {
    float: right;
    margin-left: 20px
}

.ms-bullet {
    cursor: pointer;
    float: left
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%
}

.ms-bullets.ms-dir-v .ms-bullet {
    float: none
}

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-sbar {
    position: absolute
}

.ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px
}

.ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px
}

.ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px
}

.ms-sbar.ms-dir-v .ms-bar {
    width: 4px
}

.ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.ms-timerbar {
    width: 100%;
    bottom: 0;
    position: absolute
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer
}

.ms-time-bar {
    -webkit-transition: width .12s linear;
    -moz-transition: width .12s linear;
    -ms-transition: width .12s linear;
    -o-transition: width .12s linear;
    transition: width .12s linear
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0
}

.ms-slide-info {
    position: absolute
}

.ms-slide-info.ms-dir-v {
    top: 0
}

.ms-slide-info.ms-dir-h {
    width: 100%
}

.ms-pattern.ms-patt-1 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-4 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-5 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-6 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-7 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-8 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-9 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-10 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-11 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-12 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-13 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-14 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-15 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-16 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-17 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-18 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-19 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-20 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-21 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-22 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-23 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-24 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-25 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-26 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-27 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=)
}

.ms-pattern.ms-patt-28 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC)
}

.ms-pattern.ms-patt-29 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==)
}

.ms-pattern.ms-patt-30 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC)
}

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat -24px -28px;
    top: 18px;
    right: 30px
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 110
}

.ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px
}

.ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-default .ms-bullet-selected {
    background-position: -34px -84px
}

.ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-default .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-default .ms-tooltip {
    max-width: 200px
}

.ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    margin-left: -1px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-default .ms-slide .ms-slide-vpbtn,
    .ms-skin-default .ms-video-btn,
    .ms-skin-default .ms-slide .ms-slide-vcbtn,
    .ms-skin-default .ms-nav-next,
    .ms-skin-default .ms-nav-prev,
    .ms-skin-default .ms-bullet {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn {
    width: 54px;
    height: 54px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
    width: 27px;
    height: 26px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png) no-repeat -24px -29px;
    top: 30px;
    right: 30px
}

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
    width: 53px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png);
    background-position: -79px -19px;
    height: 61px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -26px;
    position: absolute;
    z-index: 110
}

.ms-skin-black-1 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -79px -97px
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-black-1 .ms-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 4px;
    border: solid 1px #3a3a3a
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: #000
}

.ms-skin-black-1 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: #fff;
    border-top-color: rgba(0, 0, 0, .8);
    bottom: -10px
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: #fff;
    border-bottom-color: rgba(0, 0, 0, .8);
    top: -10px
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: #fff;
    border-right-color: rgba(0, 0, 0, .8);
    left: -10px
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: #000;
    border-left-color: rgba(0, 0, 0, .8);
    right: -10px
}

.ms-skin-black-1 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #444;
    background: #000;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-black-1 .ms-tooltip {
    max-width: 200px
}

.ms-skin-black-1 .ms-tooltip-cont {
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    text-shadow: 0 1px 0px #000;
    color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
    .ms-skin-black-1 .ms-video-btn,
    .ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
    .ms-skin-black-1 .ms-nav-next,
    .ms-skin-black-1 .ms-nav-prev {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn {
    width: 55px;
    height: 55px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat 24px 18px #fff;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    transition: background-color .3s
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
    background-color: #f1f1f1
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 31px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat -289px 6px #fff;
    border-radius: 50%;
    border: solid 1px #3d3d3d;
    top: 18px;
    right: 30px;
    transition: background-color .3s
}

.ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat #fff;
    background-position: -178px 17px;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -27px;
    position: absolute;
    z-index: 110;
    transition: background-color .3s
}

.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover {
    background-color: #f1f1f1
}

.ms-skin-minimal .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -75px 17px
}

.ms-skin-minimal .ms-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-minimal .ms-bullet-selected {
    background: #3d3d3d
}

.ms-skin-minimal .ms-time-bar {
    height: 3px;
    background: #fff;
    border-top: solid 1px rgba(0, 0, 0, .41)
}

.ms-skin-minimal .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-minimal .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-minimal .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-minimal .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-minimal .ms-tooltip {
    max-width: 200px
}

.ms-skin-minimal .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    margin-left: -1px
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn {
    width: 45px;
    height: 45px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) #000 no-repeat -16px -103px;
    border: solid 3px #fff;
    border-color: rgba(255, 255, 255, .4);
    -webkit-background-clip: padding-box;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover {
    background-color: #3d3d3d
}

.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
    width: 25px;
    height: 25px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) #000 no-repeat -27px -36px;
    border: solid 2px #fff;
    border-color: rgba(255, 255, 255, .4);
    top: 15px;
    right: 15px
}

.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn {
    border-radius: 50px
}

.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
    position: absolute;
    cursor: pointer;
    z-index: 110;
    width: 45px;
    height: 45px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) #000;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background-position: -88px -26px;
    border: solid 3px #fff;
    border-color: rgba(255, 255, 255, .4);
    top: 50%;
    left: 30px;
    margin-top: -22px
}

.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn {
    border-radius: 90px
}

.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover {
    background-color: #3d3d3d
}

.ms-skin-black-2 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -86px -103px
}

.ms-skin-black-2 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-black-2 .ms-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    border: solid 3px #fff;
    border-color: rgba(0, 0, 0, .44);
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-black-2.round-skin .ms-bullet {
    border-radius: 15px
}

.ms-skin-black-2 .ms-bullet-selected {
    background-color: #000;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .44)
}

.ms-skin-black-2 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-black-2 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
    display: none
}

.ms-skin-black-2 .ms-tooltip {
    max-width: 200px
}

.ms-skin-black-2 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
    .ms-skin-black-2 .ms-video-btn,
    .ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
    .ms-skin-black-2 .ms-nav-next,
    .ms-skin-black-2 .ms-nav-prev {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn {
    width: 54px;
    height: 54px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px
}

.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
    width: 27px;
    height: 26px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png) no-repeat -24px -29px;
    top: 30px;
    right: 30px
}

.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
    width: 53px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png);
    background-position: -79px -19px;
    height: 61px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -26px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-2 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -79px -97px
}

.ms-skin-light-2 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-2 .ms-bullet {
    width: 9px;
    height: 9px;
    background: #000;
    margin: 4px;
    border: solid 1px #3a3a3a
}

.ms-skin-light-2 .ms-bullet-selected {
    background-color: #fff
}

.ms-skin-light-2 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-2 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-light-2 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-2 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-2 .ms-video-btn,
    .ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
    .ms-skin-light-2 .ms-nav-next,
    .ms-skin-light-2 .ms-nav-prev {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn {
    width: 50px;
    height: 50px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat -15px -149px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px
}

.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 29px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat -26px -28px;
    top: 30px;
    right: 30px
}

.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
    width: 50px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png);
    background-position: -82px -22px;
    height: 50px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -25px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-3 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -81px -99px
}

.ms-skin-light-3 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-3 .ms-bullet {
    width: 16px;
    height: 16px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat;
    background-position: -31px -114px;
    margin: 4px
}

.ms-skin-light-3 .ms-bullet-selected {
    background-position: -31px -81px
}

.ms-skin-light-3 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-3 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-light-3 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-3 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-3 .ms-video-btn,
    .ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
    .ms-skin-light-3 .ms-nav-next,
    .ms-skin-light-3 .ms-nav-prev,
    .ms-skin-light-3 .ms-bullet {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn {
    width: 54px;
    height: 54px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px
}

.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
    width: 27px;
    height: 26px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png) no-repeat -24px -29px;
    top: 30px;
    right: 30px
}

.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
    width: 54px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png);
    background-position: -77px -5px;
    height: 68px;
    cursor: pointer;
    top: 50%;
    left: -27px;
    margin-top: -40px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-4 .ms-nav-next {
    right: -27px;
    left: auto;
    background-position: -79px -83px
}

.ms-skin-light-4 .ms-thumb-frame-selected {
    opacity: .6
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
    bottom: -60px;
    width: 100%;
    height: 60px
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
    height: 100%;
    width: 60px;
    right: -60px;
    top: 0
}

.ms-skin-light-4 .ms-thumb-frame {
    cursor: pointer;
    float: left;
    width: 60px;
    height: 60px;
    margin: 1px 0 0 1px;
    overflow: hidden
}

.ms-skin-light-4 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-4 .ms-bullet {
    width: 9px;
    height: 9px;
    background: #b9b9b9;
    margin: 4px;
    border: solid 1px #a3a3a3
}

.ms-skin-light-4 .ms-bullet-selected {
    background-color: #fff
}

.ms-skin-light-4 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: #fff;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-4 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #e0e0e0;
    background: #4b8aac;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #fff;
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-light-4 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-4 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-4 .ms-video-btn,
    .ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
    .ms-skin-light-4 .ms-nav-next,
    .ms-skin-light-4 .ms-nav-prev {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn {
    width: 32px;
    height: 32px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) #000 no-repeat -24px -160px;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover {
    background-color: #646464
}

.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) #fff no-repeat -24px -28px;
    top: 18px;
    right: 30px
}

.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
    width: 32px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) #fff;
    background-position: -94px -32px;
    height: 32px;
    cursor: pointer;
    bottom: 40px;
    left: 40px;
    margin-top: -20px;
    position: absolute;
    z-index: 110
}

.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover {
    background-color: #e0e0e0
}

.ms-skin-light-5 .ms-nav-next {
    left: 73px;
    background-position: -93px -110px
}

.ms-skin-light-5 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-5 .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-light-5 .ms-bullet-selected {
    background-position: -34px -84px
}

.ms-skin-light-5 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-5 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none
}

.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
    display: none
}

.ms-skin-light-5 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-5 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-5 .ms-video-btn,
    .ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
    .ms-skin-light-5 .ms-nav-next,
    .ms-skin-light-5 .ms-nav-prev {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn {
    width: 45px;
    height: 45px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) #fff no-repeat -16px -103px;
    border: solid 3px #707070;
    border-color: rgba(0, 0, 0, .27);
    -webkit-background-clip: padding-box;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover {
    background-color: #e0e0e0
}

.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
    width: 25px;
    height: 25px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) #fff no-repeat -27px -36px;
    top: 15px;
    right: 15px
}

.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn {
    border-radius: 30px
}

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
    position: absolute;
    cursor: pointer;
    z-index: 110;
    width: 45px;
    height: 45px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background-position: -88px -26px;
    border: solid 3px #707070;
    border-color: rgba(0, 0, 0, .27);
    top: 50%;
    left: 30px;
    margin-top: -22px
}

.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
    border-radius: 90px
}

.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover {
    background-color: #e0e0e0
}

.ms-skin-light-6 .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -86px -103px
}

.ms-skin-light-6 .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-light-6 .ms-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    -webkit-background-clip: padding-box;
    border: solid 3px #fff;
    border-color: rgba(255, 255, 255, .44);
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-light-6.round-skin .ms-bullet {
    border-radius: 15px
}

.ms-skin-light-6 .ms-bullet-selected {
    background-color: #fff;
    border-color: #000;
    border-color: rgba(0, 0, 0, .44)
}

.ms-skin-light-6 .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-light-6 .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
    display: none
}

.ms-skin-light-6 .ms-tooltip {
    max-width: 200px
}

.ms-skin-light-6 .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
    .ms-skin-light-6 .ms-video-btn,
    .ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
    .ms-skin-light-6 .ms-nav-next,
    .ms-skin-light-6 .ms-nav-prev {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn {
    width: 47px;
    height: 46px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat -16px -152px;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -24px
}

.ms-skin-metro .ms-slide .ms-slide-vcbtn {
    width: 47px;
    height: 47px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat -16px -19px;
    top: 15px;
    right: 15px
}

.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
    width: 47px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png);
    background-position: -83px -23px;
    height: 47px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -24px;
    position: absolute;
    z-index: 110
}

.ms-skin-metro .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -81px -100px
}

.ms-skin-metro .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-metro .ms-bullet {
    width: 16px;
    height: 16px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat;
    background-position: -31px -114px;
    margin: 4px
}

.ms-skin-metro .ms-bullet-selected {
    background-position: -31px -81px
}

.ms-skin-metro .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, .88);
    bottom: -10px
}

.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, .88);
    top: -10px
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, .88);
    left: -10px
}

.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, .88);
    right: -10px
}

.ms-skin-metro .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-metro .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #bbb;
    background: #fff;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-metro .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #000;
    background: rgba(0, 0, 0, .36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-metro .ms-tooltip {
    max-width: 200px
}

.ms-skin-metro .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, .88);
    text-shadow: 0 1px 0px #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-metro .ms-slide .ms-slide-vpbtn,
    .ms-skin-metro .ms-video-btn,
    .ms-skin-metro .ms-slide .ms-slide-vcbtn,
    .ms-skin-metro .ms-nav-next,
    .ms-skin-metro .ms-nav-prev,
    .ms-skin-metro .ms-bullet {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin-retina.png);
        background-size: 152px 225px
    }
}

.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn {
    width: 60px;
    height: 60px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat -10px -144px;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px
}

.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
    width: 24px;
    height: 24px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat -27px -30px;
    top: 30px;
    right: 30px
}

.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
    width: 60px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png);
    background-position: -76px -17px;
    height: 60px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -30px;
    position: absolute;
    z-index: 110
}

.ms-skin-contrast .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -77px -91px
}

.ms-skin-contrast .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-skin-contrast .ms-bullet {
    width: 16px;
    height: 16px;
    background: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat;
    background-position: -31px -114px;
    margin: 4px
}

.ms-skin-contrast .ms-bullet-selected {
    background-position: -31px -81px
}

.ms-skin-contrast .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: #fc3116;
    border-top-color: rgba(252, 49, 22, .8);
    bottom: -10px
}

.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: #fc3116;
    border-bottom-color: rgba(252, 49, 22, .8);
    top: -10px
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: #fc3116;
    border-right-color: rgba(252, 49, 22, .8);
    left: -10px
}

.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: #fc3116;
    border-left-color: rgba(252, 49, 22, .8);
    right: -10px
}

.ms-skin-contrast .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-contrast .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #636363;
    background: #000;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-contrast .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: #fff;
    background: rgba(255, 255, 255, .99);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-contrast .ms-tooltip {
    max-width: 200px
}

.ms-skin-contrast .ms-tooltip-cont {
    padding: 10px;
    background: #fc3116;
    background: rgba(252, 49, 22, .8);
    text-shadow: 0 1px 0px rgba(0, 0, 0, .4);
    color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .04)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .ms-skin-contrast .ms-slide .ms-slide-vpbtn,
    .ms-skin-contrast .ms-video-btn,
    .ms-skin-contrast .ms-slide .ms-slide-vcbtn,
    .ms-skin-contrast .ms-nav-next,
    .ms-skin-contrast .ms-nav-prev,
    .ms-skin-contrast .ms-bullet {
        background-image: url(//centrlodok.ru/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin-retina.png);
        background-size: 152px 225px
    }
}

.ms-parent-id-3>.master-slider {
    background: #000
}

.ms-parent-id-1>.master-slider {
    background: #000
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 10001
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(//centrlodok.ru/wp-content/plugins/sw_core/css/fancy/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 10001
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/fancy/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(//centrlodok.ru/wp-content/plugins/sw_core/css/fancy/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 10000;
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/fancy/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(//centrlodok.ru/wp-content/plugins/sw_core/css/fancy/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(//centrlodok.ru/wp-content/plugins/sw_core/css/fancy/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.responsive-slider.loading,
.tab-content.loading {
    height: 300px;
    overflow: hidden;
    position: relative
}

.responsive-slider.loading:before,
.tab-content.loading:before {
    background: #fff url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/loadingp.gif) no-repeat scroll center center;
    background-size: 40px 40px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1039
}

.shortcodes {
    margin-bottom:
}

.shortcodes .carousel .item img {
    width: 100%
}

.shortcodes h3 {
    padding-top: 30px
}

[class^=fa-],
[class*=" fa-"] {
    margin: 5px
}

.googlemap .map_canvas {
    height: 100%;
    width: 100%
}

.shortcode-slideshow img {
    width: 100%
}

.shortcode-slideshow .carousel-control {
    top: 45.5%
}

.shortcode-slideshow .carousel-control:hover {
    opacity: 1;
    background-color: #f26d7d
}

.carousel-control {
    top: 50%;
    width: 42px !important;
    height: 42px !important
}

ul.thumbnails {
    margin-left: -1%
}

.rtl ul.thumbnails {
    margin-right: -1% !important;
    margin-left: 0
}

.gallery {
    padding: 0;
    overflow: hidden
}

.rtl .gallery {
    margin-right: 0 !important
}

.gallery li {
    margin-left: 1%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    list-style: none
}

.rtl .gallery li {
    float: right;
    margin: 0 1% 20px 0
}

.gallery .thumbnail {
    display: block;
    background: #fff;
    padding: 5px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.gallery .thumbnail:after {
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 45px;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    right: -45px;
    bottom: 0;
    transition: all .3s ease .2s;
    z-index: 4
}

.gallery .thumbnail:before {
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease .3s;
    transform: rotate(0deg);
    z-index: 5
}

.gallery .thumbnail:hover {
    background: #f26d7d;
    border-color: #ddd
}

.gallery .thumbnail:hover:after {
    bottom: 0;
    right: 0;
    opacity: .3;
    filter: alpha(opacity=30)
}

.gallery .thumbnail:hover:before {
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate(360deg)
}

.gallery img {
    width: 100%
}

.gallery .caption {
    overflow: hidden;
    padding-top: 12px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gallery .caption h4 {
    font-size: 14px
}

.gallery-images {
    float: none;
    margin: 0 -15px 30px
}

.gallery-images .flex-direction-nav li a {
    height: 30px;
    width: 29px;
    text-indent: -9999px;
    display: block;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-indent: inherit !important
}

.gallery-images .flex-direction-nav li a.flex-next:hover {
    background: #f26d7d;
    border: 1px solid #f26d7d;
    color: #fff
}

.gallery-images .flex-direction-nav li a.flex-next:before {
    color: #ddd;
    content: "\f054";
    font-family: "fontawesome";
    font-size: 11px;
    margin: 9px 0 0 -5px
}

.gallery-images .flex-direction-nav li a.flex-prev:hover {
    background: #f26d7d;
    border: 1px solid #f26d7d;
    color: #fff
}

.gallery-images .flex-direction-nav li a.flex-prev:before {
    color: #ddd;
    content: "\f053";
    font-family: "fontawesome";
    font-size: 11px;
    margin: 9px 0 0 -5px
}

.pricing-tab-firts .header,
.pricing-tab-firts .plan {
    background: #4cbf8d
}

.pricing-tab-firts .header:before,
.pricing-tab-firts .plan:before {
    background: #4cbf8d
}

.pricing-tab-two .header,
.pricing-tab-two .plan {
    background: #e74847
}

.pricing-tab-two .header:before,
.pricing-tab-two .plan:before {
    background: #e74847
}

.pricing-tab-three .header,
.pricing-tab-three .plan {
    background: #50c1e9
}

.pricing-tab-three .header:before,
.pricing-tab-three .plan:before {
    background: #50c1e9
}

.pricing-table {
    text-align: center
}

.pricing-table.style1 {
    border-radius: 5px;
    border: solid 2px #d8d8d8;
    margin: 7px;
    z-index: 5;
    position: relative;
    padding: 10px 0;
    clear: both;
    margin-bottom: 70px;
    background: #fff
}

.pricing-table.style1:before {
    content: '';
    position: absolute;
    left: -9px;
    right: -9px;
    bottom: -9px;
    top: -9px;
    display: block !important;
    border-radius: 10px;
    border: solid 7px #f4f3f3
}

.pricing-table.style1 .pricing {
    background: #fff;
    color: #333;
    padding: 0 10px;
    width: 20%;
    float: left;
    position: relative;
    border-left: solid 1px #ededed
}

.pricing-table.style1 .pricing.pricing-one-first {
    border-left: none
}

.pricing-table.style1 .pricing.most-popular {
    z-index: 2;
    margin-top: -35px;
    margin-bottom: -18px;
    padding: 35px 10px;
    position: relative;
    background: #2f2f2f
}

.pricing-table.style1 .pricing.most-popular .header {
    color: #f26d7d
}

.pricing-table.style1 .pricing.most-popular ul li {
    border-bottom: 1px solid #3e3e3e
}

.pricing-table.style1 .pricing.most-popular ul li:first-child {
    border-top: 1px solid #3e3e3e
}

.pricing-table.style1 .pricing.most-popular .signup:before {
    background: #f26d7d
}

.pricing-table.style1 .pricing.most-popular:after {
    content: '';
    position: absolute;
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/ribon.png);
    background-repeat: no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    right: -5px;
    top: -5px
}

.pricing-table.style1 .pricing .header {
    border: none;
    font-size: 24px;
    font-weight: 700;
    color: #686868;
    box-shadow: none;
    margin-bottom: 20px;
    text-align: center
}

.pricing-table.style1 .pricing .price {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 700
}

.pricing-table.style1 .pricing ul {
    margin: 20px 0 10px;
    padding: 0;
    list-style: none
}

.pricing-table.style1 .pricing ul li {
    border-bottom: 1px solid #ededed;
    padding: 5px 24px;
    text-align: left;
    font-size: 14px;
    color: #888
}

.rtl .pricing-table.style1 .pricing ul li {
    text-align: right
}

.pricing-table.style1 .pricing ul li:first-child {
    border-top: 1px solid #ededed
}

.pricing-table.style1 .pricing ul li:before {
    content: '\F111';
    font-family: 'FontAwesome';
    color: #909090;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 8px
}

.rtl .pricing-table.style1 .pricing ul li:before {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.pricing-table.style1 .pricing .signup {
    position: relative;
    padding: 12px 20px;
    margin: 20px 0 0;
    color: #727272;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #ededed;
    background-image: -moz-linear-gradient(#fff, #ededed);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background-image: -webkit-linear-gradient(#fff, #ededed);
    background-image: -o-linear-gradient(#fff, #ededed);
    background-image: -ms-linear-gradient(#fff, #ededed);
    background-image: linear-gradient(#fff, #ededed);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px #eee;
    box-shadow: 1px 1px #eee;
    border: solid 1px #ddd;
    margin-bottom: 20px
}

.pricing-table.style1 .pricing .signup:before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #fff;
    background: #7dacda;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
    top: 8px;
    left: -12px;
    position: absolute
}

.rtl .pricing-table.style1 .pricing .signup:before {
    right: -12px;
    left: auto;
    content: '\f053'
}

.pricing-table.style2 {
    margin-left: 18%
}

.pricing-table.style2 .pricing {
    width: 25%;
    float: left;
    margin-right: 10px;
    box-shadow: 1px 6px 15px 4px #cecece;
    border-radius: 5px
}

.pricing-table.style2 .pricing .header {
    padding: 20px 0;
    background: #4cbf8d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff
}

.pricing-table.style2 .pricing .header h3 {
    margin: 0;
    font-size: 30px
}

.pricing-table.style2 .pricing .pricing-content {
    margin-bottom: 28px
}

.pricing-table.style2 .pricing .pricing-content ul {
    margin: 0 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #e4e4e4;
    border-top: none;
    list-style: none
}

.pricing-table.style2 .pricing .pricing-content ul li {
    font-size: 14px;
    padding: 18px 0;
    border-top: 1px solid #e4e4e4;
    background: #f2f2f2
}

.pricing-table.style2 .pricing .pricing-content ul li+li {
    border-bottom: none
}

.pricing-table.style2 .pricing .price [class*=span] {
    width: 100%;
    margin: 0
}

.pricing-table.style2 .pricing .price [class*=span] p {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    top: -8px;
    position: relative
}

.pricing-table.style2 .pricing .price .span-1 {
    font-size: 60px;
    line-height: 30px
}

.pricing-table.style2 .pricing .price .span-2 {
    font-size: 14px;
    margin-bottom: 20px
}

.pricing-table.style2 .pricing .plan {
    display: inline-block;
    padding: 0 57px;
    background: #4cbf8d;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    line-height: 50px;
    margin-bottom: 10px
}

.pricing-table.style2 .pricing .plan a {
    color: #fff
}

.pricing-table.style3 {
    margin-left: 10%
}

.pricing-table.style3 .pricing {
    color: #fff;
    float: left;
    margin-right: 5%;
    width: 26.3%;
    background: #e74847;
    border-radius: 4px;
    border: 1px solid #d4d4d4
}

.pricing-table.style3 .pricing .header {
    font-size: 18px;
    border-bottom: 1px solid #cb2827;
    line-height: 50px;
    font-weight: 700px
}

.pricing-table.style3 .pricing .price {
    display: inline-block;
    padding: 10px 32px;
    margin: 30px;
    background: #cb2827;
    border-radius: 30px;
    font-size: 20px
}

.pricing-table.style3 .pricing .pricing-content ul {
    list-style: none;
    margin: 0
}

.pricing-table.style3 .pricing .pricing-content ul li {
    line-height: 50px;
    color: #666;
    font-size: 14px
}

.pricing-table.style3 .pricing .pricing-content ul li:nth-child(2n+0) {
    background: #d4d4d4
}

.pricing-table.style3 .pricing .pricing-content ul li:nth-child(2n+1) {
    background: #fff
}

.pricing-table.style3 .pricing .signup {
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.pricing-table.basic .pricing {
    width: 8.8%;
    display: inline-block;
    background: #ebebeb;
    padding-top: 20px;
    margin-right: 2%
}

.pricing-table.basic .pricing.most-popular {
    position: relative;
    top: 8px;
    padding-top: 25px
}

.pricing-table.basic .pricing.most-popular .price .span-2 {
    margin-bottom: 36px
}

.pricing-table.basic .pricing .price [class*=span] {
    width: 100%;
    margin: 0
}

.pricing-table.basic .pricing .price [class*=span] p {
    display: inline-block;
    font-size: 24px;
    margin: 0
}

.pricing-table.basic .pricing .price .span-1 {
    font-size: 36px
}

.pricing-table.basic .pricing .price .span-2 {
    font-size: 11px;
    color: #909090;
    margin-bottom: 25px
}

.pricing-table.basic .pricing .plan {
    display: inline-block;
    width: 100%;
    padding: 11px 0;
    font-size: 14px;
    position: relative
}

.pricing-table.basic .pricing .plan a {
    color: #fff
}

.pricing-table.basic .pricing .plan:before {
    content: "";
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    display: block;
    position: absolute;
    transform: rotate(135deg);
    top: -6px
}

.sw-latestnews:before,
.sw-latestnews:after {
    content: "";
    display: table;
    line-height: 0
}

.sw-latestnews:after {
    clear: both
}

.sw-latestnews {
    margin-bottom: 0;
    display: block;
    text-align: center;
    overflow: hidden;
    text-align: left
}

.rtl .sw-latestnews {
    text-align: right
}

.sw-latest-news h3 {
    margin-bottom: 20px
}

.sw-latest-news .widget-title-sidebar h3 {
    margin-bottom: 10px;
    white-space: nowrap
}

.sw-latestnews .sw-meta {
    border-bottom: 1px dashed #c8c8c8;
    color: #a8a8a8;
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px
}

.sw-latestnews .sw-thumb a {
    display: block
}

.sw-latestnews .sw-thumb a:after {
    border-color: rgba(255, 255, 255, .5);
    border-style: solid;
    border-width: 8px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    z-index: 5;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.sw-latestnews .sw-thumb:hover a:after {
    opacity: 1;
    filter: Alpha(opacity=1)
}

.sw-latestnews .sw-meta>div {
    float: left;
    margin-right: 20px
}

.rtl .sw-latestnews .sw-meta>div {
    float: right;
    margin-right: 0
}

.sw-latestnews .sw-content {
    font-size: 12px
}

.sw-latestnews .sw-content a {
    color: #f26d7d
}

.sw-latestnews .sw-content a:hover {
    color: #ee3e53
}

.sw-latestnews div.sw-widget-item {
    display: block;
    text-align: left;
    margin-bottom: 40px !important
}

.latest-blog div.sw-widget-item+div {
    margin-bottom: 0
}

.rtl .sw-latestnews .sw-widget-item {
    text-align: right
}

.sw-latestnews .sw-item-inner {
    display: inline-block;
    width: 100%
}

.sw-latestnews .sw-widget-item:first-child {
    margin-left: 0
}

.sw-latestnews h4 {
    margin: 0;
    font-weight: 400;
    color: #686868;
    line-height: 15px
}

.sw-latestnews h4 a {
    color: #686868
}

.sw-latestnews .sw-thumb {
    float: left;
    width: 300px;
    overflow: hidden;
    margin: 0 20px 0 0;
    position: relative
}

.latest-blog .sw-thumb {
    margin-bottom: 15px
}

.rtl .sw-latestnews .sw-thumb {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.sw-latestnews .sw-caption {
    overflow: hidden
}

.sw-latestnews .sw-thumb img {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sw-latestnews .sw-thumb:hover img {
    z-index: 2
}

.latest-blog {
    padding: 0;
    overflow: visible
}

.latest-blog .sw-widget-item {
    margin-bottom: 0
}

.latest-blog .carousel-indicators {
    background: ;
    top: -47px;
    right: 0;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0
}

.rtl .latest-blog .carousel-indicators {
    left: 0;
    right: auto
}

.latest-blog .carousel-indicators .active {
    background: #f26d7d
}

.latest-blog .carousel-indicators li {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: #e9e9e9;
    margin-left: 3px;
    margin-right: 0;
    border: 2px solid #fff
}

.latest-blog .carousel {
    padding: 0;
    margin-bottom: 0
}

.latest-blog .sw-thumb {
    width: 100%;
    margin-right: 0
}

.latest-blog .sw-thumb a {
    display: block;
    position: relative
}

.latest-blog .sw-thumb a:hover:after {
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    opacity: 1
}

.latest-blog .sw-thumb a:after {
    content: '\f002';
    font-family: 'FontAwesome';
    color: #fff;
    background: #686868;
    border: solid 7px rgba(255, 255, 255, .4);
    background-clip: padding-box;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    left: 50%;
    margin-left: -28px;
    top: 10px;
    position: absolute;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.rtl .latest-blog .sw-thumb a:after {
    left: auto;
    right: 50%;
    margin-right: -20px;
    margin-left: 0
}

.latest-blog h4 {
    font-weight: 400
}

.latest-blog h4 a {
    color: #686868
}

.latest-blog h4 a:hover {
    color: #f26d7d
}

.latest-blog .sw-caption {
    width: 100%
}

.latest-blog .sw-content {
    line-height: 18px
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
    border-bottom: none
}

.tabs-below>.nav-tabs>li {
    margin-bottom: 0;
    margin-top: -1px
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: #ddd
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: rgba(0, 0, 0, 0) #ddd #ddd
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px
}

.tabs-left>.nav-tabs {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 19px
}

.tabs-left>.nav-tabs>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd rgba(0, 0, 0, 0) #ddd #ddd
}

.tabs-right>.nav-tabs {
    border-left: 1px solid #ddd;
    float: right;
    margin-left: 19px
}

.tabs-right>.nav-tabs>li>a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #eee #eee #eee #ddd
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: #ddd #ddd #ddd rgba(0, 0, 0, 0)
}

.alert {
    border-radius: 0
}

.alert-bg-red {
    background-color: #e74847
}

.alert-bg-blue {
    background-color: #3f9dd3
}

.alert-bg-orange {
    background-color: #fb9220
}

.alert-bg-green {
    background-color: #8dbe3f
}

.alert-bg-violet {
    background-color: #a44ec4
}

.alert-none-border {
    padding: 15px 0
}

.btn {
    border-radius: 0
}

.btn-red-border {
    border: 4px solid #e74847;
    color: #e74847
}

.btn-red-border:hover {
    background: #e74847;
    color: #fff
}

.btn-blue-border {
    border: 4px solid #3f9dd3;
    color: #3f9dd3
}

.btn-blue-border:hover {
    background: #3f9dd3;
    color: #fff
}

.btn-orange-border {
    border: 4px solid #fb9220;
    color: #fb9220
}

.btn-orange-border:hover {
    background: #fb9220;
    color: #fff
}

.btn-green-border {
    border: 4px solid #8dbe3f;
    color: #8dbe3f
}

.btn-green-border:hover {
    background: #8dbe3f;
    color: #fff
}

.btn-violet-border {
    border: 4px solid #a44ec4;
    color: #a44ec4
}

.btn-violet-border:hover {
    background: #a44ec4;
    color: #fff
}

iframe {
    border: none;
    margin-bottom: 10px;
    max-width: 100%
}

#yt_post_slide .carousel-inner .item .carousel-caption {
    background: rgba(0, 0, 0, .5);
    text-align: left;
    text-shadow: none
}

#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px
}

#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-right {
    right: 0;
    width: 33.333%;
    height: 100%;
    left: auto;
    top: 0;
    padding: 30px 10px
}

#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-left {
    left: 0;
    width: 33.333%;
    height: 100%;
    top: 0;
    padding: 30px 10px
}

#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-out {
    background: 0 0;
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    color: #666
}

#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-out .carousel-caption-inner a {
    color: #444;
    font-size: 14px;
    font-weight: 600
}

#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-out .carousel-caption-inner a:hover {
    color: #f26d7d
}

#yt_post_slide .carousel-inner .item .carousel-caption .carousel-caption-inner a {
    font-size: 20px;
    color: #fff
}

#yt_post_slide .carousel-inner .item .carousel-caption .carousel-caption-inner a:hover {
    color: #f26d7d
}

#yt_post_slide .carousel-inner .item .carousel-caption .carousel-caption-inner .item-description {
    margin-top: 10px
}

#yt_post_slide .carousel-inner .item a img {
    width: 100%
}

#yt_post_slide .carousel-cl .carousel-control {
    width: 42px;
    height: 42px;
    top: 43%
}

#yt_post_slide .carousel-cl .carousel-control.left {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/short-left.png) no-repeat center -1px rgba(0, 0, 0, .5)
}

#yt_post_slide .carousel-cl .carousel-control.right {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/short-right.png) no-repeat center -1px rgba(0, 0, 0, .5)
}

#yt_post_slide .carousel-cl.carousel-cl-right .carousel-control.right {
    right: 33.33%
}

#yt_post_slide .carousel-cl.carousel-cl-left .carousel-control.left {
    left: 33.33%
}

#yt_post_slide .carousel-cl.carousel-cl-out .carousel-control {
    top: 29%
}

.lightbox a img {
    margin-bottom: 20px
}

.lightbox-border1 a img {
    border: 8px solid #f26d7d
}

.lightbox-border2 a img {
    border: 1px solid #e2e2e2;
    padding: 8px;
    background: #fff
}

.lightbox-border3 a img {
    border-radius: 10px
}

.lightbox-circle-normal a img {
    border-radius: 50%;
    width: 210px;
    height: 210px
}

.lightbox-circle-border1 a img {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    border: 5px solid #f26d7d
}

.lightbox-circle-border2 a img {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff
}

.with-icon {
    font-size: 18px
}

.with-icon [class^=icon-],
.with-icon [class*=" icon-"] {
    margin: 5px 13px 5px 0
}

.with-bg {
    font-size: 18px;
    padding: 13px 35px
}

.testimonial-slider .carousel-inner {
    color: #666
}

.testimonial-slider .carousel-inner .client-comment {
    font-style: italic;
    margin-bottom: 20px
}

.testimonial-slider .carousel-inner .client-say-info .image-client {
    width: 65px;
    float: left
}

.testimonial-slider .carousel-inner .client-say-info .name-client {
    margin-left: 78px;
    padding-top: 10px
}

.testimonial-slider .carousel-inner .client-say-info .name-client h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.testimonial-slider .carousel-inner .client-say-info .name-client h2 a {
    font-weight: 700;
    color: #ea3a3c;
    display: inline-block;
    padding: 5px 0
}

.testimonial-slider .carousel-inner .item {
    padding: 20px 0
}

.testimonial-slider .carousel-indicators {
    background-color: #eee;
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
    left: 0;
    width: auto;
    bottom: 0
}

.testimonial-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border: 1px solid #eee;
    background-color: #bbb
}

.testimonial-slider .carousel-indicators .active {
    background-color: #999;
    border: 1px solid #fff
}

.testimonial-slider.indicators_up .carousel-indicators {
    background: 0 0;
    padding: 5px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    list-style: none;
    left: inherit
}

.testimonial-slider.indicators_up .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #bbb
}

.testimonial-slider.indicators_up .carousel-indicators .active {
    background-color: #f26d7d;
    border: 1px solid #fff
}

.testimonial-slider.indicators_up .carousel-inner {
    text-align: center
}

.testimonial_style2 {
    text-align: center;
    padding: 42px 133px 15px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.testimonial_bg {
    text-align: center;
    padding: 35px 75px 77px;
    color: #fff;
    max-height: 350px
}

.testimonial_bg:before {
    content: '';
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/bgt.png);
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    position: absolute;
    z-index: -9999
}

.testimonial_bg img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 5px;
    background: #fff;
    display: inline-block
}

.testimonial_bg .testimonial_content {
    padding: 82px 22px 15px
}

.testimonial_content {
    padding: 15px 22px;
    position: relative;
    font-style: italic
}

.testimonial_style1 .testimonial_content {
    padding: 15px 39px;
    background: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 5px
}

.testimonial_style1 .testimonial_content:after {
    content: "aaaa";
    width: 27px;
    top: 31px;
    left: 48px;
    color: rgba(0, 0, 0, 0);
    height: 17px;
    position: relative;
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/arrowt.png)
}

.testimonial_content .icon-quote-left,
.testimonial_content .icon-quote-right {
    color: #c4c4c4;
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 7px
}

.testimonial_content .icon-quote-right {
    right: 0;
    top: 13px;
    left: auto
}

.testimonial_meta {
    padding: 0 30px
}

.testimonial_meta img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 5px;
    background: #ededed;
    display: inline-block
}

.testimonial_style1 .testimonial_info {
    vertical-align: middle;
    display: inline-block
}

.testimonial_style1 .testimonial_info ul {
    margin-left: 22px
}

.testimonial_style1 .testimonial_info ul li:first-child {
    font-size: 16px;
    padding-bottom: 5px
}

.testimonial_style2 .testimonial_info ul li {
    color: #f26d7d
}

.testimonial_info ul {
    list-style: none;
    margin-bottom: 0
}

.widget-testimonial .customersay {
    border: 1px solid silver;
    position: relative
}

.widget-testimonial .customersay .custom-title {
    font-size: 18px;
    font-weight: 700;
    top: -10px;
    left: 20px;
    padding: 0 20px;
    background: #fff;
    position: absolute;
    font-weight: 400
}

.widget-testimonial .customersay .carousel-inner .item {
    padding: 30px 5px 20px
}

.widget-testimonial .customersay .carousel-inner .item .item-content .item-desc {
    line-height: 22px;
    color: #666;
    position: relative;
    padding-left: 23px;
    text-align: justify
}

.widget-testimonial .customersay .carousel-inner .item .item-content .item-desc:before {
    content: "";
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/note-client.png) no-repeat;
    font-size: 22px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 12px
}

.widget-testimonial .customersay .carousel-inner .item .item-image {
    display: none
}

.widget-testimonial .customersay .carousel-inner .item .item-info {
    margin-top: 10px
}

.widget-testimonial .customersay .carousel-inner .item .item-info h4 {
    color: #999
}

.widget-testimonial .customersay .carousel-inner .item .item-info h4 .author {
    color: #f26d7d;
    font-size: 16px
}

.widget-testimonial .customersay .carousel-cl {
    position: absolute;
    top: -20px;
    right: 30px;
    padding: 0 20px;
    width: 100px;
    height: 32px;
    background: #fff
}

.widget-testimonial .customersay .carousel-cl a {
    display: block;
    width: 35px !important;
    height: 35px !important;
    margin: 0 10px;
    border: 3px solid #e4e4e4;
    background: #fff;
    color: #e4e4e4;
    text-shadow: none;
    position: absolute;
    top: 0;
    opacity: 1;
    font-weight: 700
}

.widget-testimonial .customersay .carousel-cl a:hover {
    border-color: #f26d7d
}

.widget-testimonial .customersay .carousel-cl .left:before {
    content: "\f104";
    font-family: FontAwesome;
    line-height: 26px
}

.widget-testimonial .customersay .carousel-cl .left:hover:before {
    color: #f26d7d
}

.widget-testimonial .customersay .carousel-cl .right:before {
    content: "\f105";
    font-family: FontAwesome;
    line-height: 26px
}

.widget-testimonial .customersay .carousel-cl .right:hover:before {
    color: #f26d7d
}

.personnel_style1,
.personnel_style2 {
    text-align: center;
    position: relative;
    display: inline-block
}

.personnel_img {
    position: relative;
    display: inline-block;
    margin-bottom: 7px
}

.personnel_style2 .personnel_img {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 34%
}

.personnel_style2 .personnel_img img {
    height: 100%;
    border-radius: 50%;
    padding: 6px;
    background: #ededed
}

.personnel_img ul {
    position: absolute;
    bottom: 10px;
    left: 30%;
    list-style: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s
}

.personnel_img ul li {
    float: left;
    padding-right: 7px
}

.personnel_img:hover ul {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.personnel_style2 .personnel_meta {
    display: inline-block;
    margin-top: 42px;
    padding-top: 57px;
    padding-bottom: 10px;
    background: #ededed;
    float: left
}

.personnel_meta ul {
    list-style: none
}

.personnel_meta ul li:first-child {
    font-size: 16px;
    color: #f26d7d
}

.personnel_meta ul li:nth-child(2) {
    font-weight: 700
}

.personnel_style2 .social ul li {
    display: inline-block;
    margin-right: 7px
}

.rpl-title-wrapper {
    text-align: center
}

.rpl-title-wrapper h4 {
    background: #fff;
    padding: 0 5px;
    position: relative;
    display: inline-block
}

table {
    text-align: center
}

tbody tr {
    border-bottom: 1px solid #adadad
}

.table-style2 tbody tr {
    border: none
}

.table-style2 tbody tr:nth-child(2n+0) {
    background-color: #e6e6e6
}

.table-style2 tbody tr:nth-child(2n+1) {
    background-color: #f2f2f2
}

tbody tr td {
    padding: 15px;
    font-size: 14px
}

tbody tr.th {
    background-color: #f26d7d !important;
    border-bottom: none
}

tbody tr.th td {
    padding: 16px 54px;
    font-size: 16px;
    color: #fff
}

.yt-skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 50%;
    background: #a1a1a1;
    height: 32px;
    -webkit-transition: .4s linear;
    transition: .4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.yt-skillbar.small {
    display: inline-block;
    height: 12px
}

.yt-skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 13px;
    color: #fff
}

.yt-skillbar-title span {
    display: block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px
}

.yt-skillbar-title.small {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px
}

.yt-skillbar-title.small span {
    height: 12px;
    line-height: 12px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 0
}

.yt-skillbar-bar {
    height: 32px;
    width: 0;
    background: #f26d7d
}

.small .yt-skillbar-bar {
    height: 12px
}

.yt-skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    color: #fff
}

.small .yt-skill-bar-percent {
    height: 12px;
    top: -11px;
    right: -35px;
    color: #666
}

.circliful {
    position: relative;
    display: inline-block
}

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-weight: 700
}

.circle-info,
.circle-info-half {
    color: #999
}

.circliful .fa {
    margin: -10px 3px 0;
    position: relative;
    bottom: 4px
}

.quote-full {
    font-style: italic
}

.quote-bg {
    padding: 20px;
    background: #e1e1e1;
    width: 100%;
    font-style: italic
}

.quote-border {
    border: 1px solid #c3c3c3;
    padding: 20px
}

.quote-left {
    float: left;
    width: 50%
}

a.tooltips {
    position: relative;
    color: ;
    font-size: 14px;
    font-weight: 700
}

a.tooltips p {
    padding: 0 0 100px
}

a.tooltips strong {
    line-height: 30px;
    width: 218px;
    margin: -10px -10px 10px;
    padding: 0 10px 0;
    float: left;
    color: #666
}

a.tooltips:hover span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 50px;
    display: inline;
    margin-left: 10px
}

a.tooltips:hover span.right {
    margin-left: 60px;
    margin-top: 116px
}

a.tooltips:hover span.left {
    margin-left: -36px;
    margin-top: 116px
}

a.tooltips span {
    background: #fff;
    font-weight: 400;
    font-family: arial;
    color: #666;
    border: 1px solid #bdbdbd;
    width: 220px;
    top: -147px;
    left: 60px;
    padding: 10px;
    margin-top: 0;
    margin-left: 85px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: .4s, .3s, .4s, .3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: .4s, .3s, .4s, .3s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out
}

a.tooltips span.tooltip-style2,
a.tooltips span.tooltip-style2 b {
    background: #e0e0e0
}

a.tooltips span.tooltip-style3 strong {
    border-bottom: 1px solid #bdbdbd
}

a.tooltips span.tooltip-style4 strong {
    color: #fff;
    background: #f26d7d
}

a.tooltips span.tooltip-style5,
a.tooltips span.tooltip-style5 b {
    background: #f26d7d;
    color: #fff
}

a.tooltips span.tooltip-style5 strong,
a.tooltips span.tooltip-style5 b strong {
    background: #fff
}

a.tooltips span.right b {
    margin-left: -18px;
    margin-top: -30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

a.tooltips span.left b {
    margin-left: 201px;
    margin-top: -30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

a.tooltips span b {
    width: 15px;
    height: 15px;
    margin-left: 85px;
    margin-top: 3px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd
}

.counter-border ul,
.counter-bg ul {
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
    max-width: 170px;
    padding: 28px 0 22px
}

.counter-border ul li.counterbox-number,
.counter-bg ul li.counterbox-number {
    font-size: 36px;
    font-weight: 700
}

.counter-border ul {
    border: 1px solid #bdbdbd
}

.counter-border ul li.counterbox-number {
    color: #f26d7d
}

.counter-border ul li.counterbox-number [class^=icon-],
.counter-border ul li.counterbox-number [class*=" icon-"] {
    color: #444
}

.counter-bg ul {
    background: #f26d7d
}

.counter-bg ul li.counterbox-number,
.counter-bg ul li.type {
    color: #fff
}

#socials {
    width: 40px;
    height: 40px;
    padding: 7px;
    display: inline-block;
    font-size: 19px;
    margin-right: 10px;
    text-align: center;
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: color, background-color
}

#socials.socials-style1,
#socials.socials-style3,
#socials.socials-style5 {
    border: 1px solid #bdbdbd
}

#socials.socials-style1:hover,
#socials.socials-style3:hover,
#socials.socials-style5:hover {
    background-color: #a3a3a3
}

#socials.socials-style1:hover a,
#socials.socials-style3:hover a,
#socials.socials-style5:hover a {
    color: #fff
}

#socials.socials-style1 a,
#socials.socials-style3 a,
#socials.socials-style5 a {
    color: #a3a3a3
}

#socials.socials-style2:hover,
#socials.socials-style4:hover,
#socials.socials-style6:hover {
    background: #f26d7d !important;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .5)
}

#socials.socials-style2 a,
#socials.socials-style4 a,
#socials.socials-style6 a {
    color: #fff
}

#socials.socials-style3,
#socials.socials-style4 {
    border-radius: 50%
}

#socials.socials-style5,
#socials.socials-style6 {
    border-radius: 3px
}

.tabbable.tabs-icon .nav.nav-tabs>li>a {
    padding: 0 10px
}

.tabbable.tabs-icon .nav.nav-tabs>li.active a:before {
    margin-left: 84%;
    left: 11%
}

.tabbable .nav.nav-tabs {
    background: #fff;
    margin-left: 0;
    border-bottom: 0
}

.tabbable .nav.nav-tabs>li {
    margin-bottom: 0
}

.tabbable .nav.nav-tabs>li>a {
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px
}

.tabbable .nav.nav-tabs>li>a:hover {
    border-color: none
}

.tabbable .nav.nav-tabs li {
    margin-right: 0;
    position: relative;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.tabbable .nav.nav-tabs li:first-child {
    border-left: 1px solid #ddd
}

.tabbable .nav.nav-tabs li.active a {
    background: #f26d7d;
    color: #fff;
    border: 1px solid #f26d7d
}

.tabbable .nav.nav-tabs li.active:first-child {
    border-left: 1px solid #f26d7d;
    border-top: 1px solid #f26d7d
}

.tabbable .nav.nav-tabs li a {
    line-height: 40px;
    background: #fff
}

.tabs-left .nav.nav-tabs {
    border: 1px solid #f26d7d
}

.tabs-left .nav.nav-tabs>li {
    margin-bottom: -3px;
    border-right: none
}

.tabs-left .nav.nav-tabs>li:first-child {
    border: none
}

.tabs-left .nav.nav-tabs>li.active a:before {
    margin-left: 73%;
    margin-top: 13px;
    left: 22%
}

.panel-group {
    display: block;
    float: left
}

.panel-group.collapses-style2 .panel {
    display: block;
    float: left;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #eee;
    width: 100%
}

.panel-group.collapses-style2 .panel:last-child {
    border-bottom: none
}

.panel-group.collapses-style2 .panel .collapsed .panel-default-box {
    background-color: #fff
}

.panel-group.collapses-style2 .panel .panel-default-box {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #eee;
    width: 100%
}

.panel-group.collapses-style2 .panel a span {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/minut.png) center center no-repeat;
    float: left
}

.panel-group.collapses-style2 .panel a .panel-heading {
    background: #eee !important;
    color: #444;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    float: left
}

.panel-group.collapses-style2 .panel a:hover .panel-heading {
    color: #f26d7d
}

.panel-group.collapses-style2 .panel .panel-collapse.in {
    background: #eee
}

.panel-group.collapses-style2 .panel .panel-body {
    padding: 0 10px 10px 40px;
    color: #666;
    display: block
}

.panel-group.collapses-style2 .panel p {
    display: none
}

.panel-group.collapses-style2 .panel+.panel {
    margin-top: 0
}

.panel-group.collapses-style3 .panel {
    margin-bottom: 30px
}

.panel-group.collapses-style3 .panel a span {
    float: left
}

.panel-group.collapses-style3 .panel a.collapsed .panel-heading {
    background: #f2f2f2 !important
}

.panel-group .panel {
    box-shadow: none;
    border-radius: 0 !important
}

.panel-group .panel a span {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/minus.png) center center no-repeat;
    display: block;
    float: right;
    padding: 10px;
    margin: 10px
}

.panel-group .panel a.collapsed span {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/plus.png) center center no-repeat
}

.panel-group .panel a.collapsed .panel-heading {
    color: #666;
    background: #fff !important
}

.panel-heading {
    background-color: #f26d7d !important;
    border-radius: 0 !important;
    border-color: #e7e7e7;
    color: #fff;
    font-size: 16px;
    padding: 12px 0 !important
}

.ya-slider.carousel-style2 .carousel-control {
    top: 59%
}

.ya-slider.carousel-style3 .box-recommend-title {
    position: relative;
    left: 50%;
    display: inline-block;
    margin-left: -110px
}

.ya-slider.carousel-style3 .box-recommend-title .carousel-control {
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    padding: 0 7px
}

.ya-slider.carousel-style3 .box-recommend-title h3 {
    display: inline-block
}

.ya-slider.carousel-style3 .box-recommend-title h3:after {
    margin-left: 33%
}

.ya-slider.carousel-style3 .testimonial_meta {
    margin-bottom: 30px
}

.ya-slider.carousel-style4 .box-recommend-title {
    position: absolute;
    top: -5px;
    padding: 10px;
    background: #f26d7d;
    color: #fff;
    left: 50%;
    margin-left: -85px;
    z-index: 6969
}

.ya-slider.carousel-style4 .box-recommend-title h3 {
    margin-bottom: 0
}

.ya-slider.carousel-style4 .box-recommend-title h3:after {
    margin-top: 0
}

.ya-slider.carousel-style4 .carousel-indicators {
    top: 50px;
    left: 50%;
    margin-left: -16px;
    position: absolute
}

.ya-slider.carousel-style5 .box-recommend-title {
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: -115px
}

.ya-slider.carousel-style5 .box-recommend-title h3 {
    margin-bottom: 0;
    color: #fff
}

.ya-slider.carousel-style5 .box-recommend-title h3:after {
    margin-top: 0;
    border: none
}

.ya-slider.carousel-style5 .carousel-indicators {
    position: absolute;
    top: 188px;
    left: 50%;
    margin-left: -19px
}

.ya-slider.carousel-style5 .carousel-indicators li {
    background: #fff !important
}

.ya-slider.carousel-style5 .carousel-indicators .active {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0) !important
}

.ya-slider.carousel-style5 .carousel-inner {
    overflow: visible
}

.ya-slider .carousel-control {
    width: 38px;
    height: 38px;
    text-shadow: none;
    border: 1px solid #dcdcdc;
    background: #fff;
    opacity: 1;
    top: 28%;
    z-index: 6969
}

.ya-slider .carousel-control i:before {
    color: #dcdcdc
}

.ya-slider .carousel-control.left {
    left: -18px;
    padding: 4px 0
}

.ya-slider .carousel-control.right {
    right: -18px;
    padding: 4px 11px
}

.ya-slider .carousel-control:hover {
    background: #f26d7d
}

.ya-slider .carousel-control:hover i:before {
    color: #fff
}

.icon-3x {
    font-size: 40px
}

.circle-icon {
    display: inline-block;
    background: #333;
    text-align: center;
    border-radius: 50%
}

.circle-icon.icon-3x {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.circle-icon.icon-2x {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px
}

.circle-icon.icon-1x {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px
}

.sw-best-seller-product.block .carousel-inner,
.sw-related-product.block .carousel-inner {
    margin: 12px 0
}

.sw-related-product.block .carousel-inner {
    border: 1px solid #ddd;
    margin: 0;
    padding: 30px 0 22px;
    border-top: 0;
    margin-bottom: 30px
}

.carousel-inner .bs-item {
    padding: 0 0 11px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 11px;
    display: inline-block;
    width: 100%
}

.carousel-inner .bs-item .bs-item-inner .item-img {
    width: 80px;
    float: left;
    border: 0
}

.carousel-inner .bs-item .bs-item-inner .item-content {
    margin-left: 90px;
    text-align: left
}

.carousel-inner .bs-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.block-title {
    position: relative;
    background: #eee;
    border-bottom: 1px solid #f26d7d;
    height: 40px
}

.block-title strong {
    line-height: 42px;
    padding-left: 50px;
    font-size: 116.67%;
    text-transform: uppercase
}

.block-title.title1 {
    background: 0 0;
    height: 32px
}

.block-title.title1 .nav-left-product {
    display: none
}

.block-title.title1 h2 span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.block-brand .view-all-brand {
    display: inline-block;
    float: right;
    margin: 11px 11px 0 0
}

.block-brand .view-all-brand:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 5px
}

.block-brand .brand-wrapper {
    margin: 0 -19px -1px -18px;
    line-height: 0
}

.block-brand .brand-wrapper ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0
}

.block-brand .brand-wrapper ul li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.block-brand .brand-wrapper ul li a img {
    width: 100%
}

.sw-partner-container-slider .slick-initialized .slick-slide {
    padding: 0
}

.sw-partner-container-slider .slick-initialized .slick-slide:hover {
    border: 0
}

.sw-woo-container-slider {
    position: relative;
    margin-bottom: 35px;
    z-index: 1
}

.lastest_deal3 .sw-woo-container-slider {
    border-top: 0
}

.sw-woo-container-slider .img-right .left-child {
    float: right
}

.sw-woo-container-slider .left-child {
    float: left;
    border-right: 0
}

.sw-woo-container-slider .left-child .cat-list {
    padding: 8px 18px;
    margin: 0;
    list-style: none
}

.sw-woo-container-slider .left-child .cat-list li.item {
    padding: 2px 0
}

.sw-woo-container-slider .left-child .cat-list li.item a:before {
    content: "\f0da";
    margin-right: 3px;
    font-family: fontawesome
}

.rtl .sw-woo-container-slider .left-child {
    float: right;
    border-left: 0
}

.rtl .sw-woo-container-slider .left-child .cat-list li a:before {
    display: none
}

.rtl .sw-woo-container-slider .left-child .cat-list li a:after {
    content: "\F0D9";
    margin-left: 3px;
    font-family: fontawesome
}

.sw-woo-container-slider .right-child {
    float: left;
    width: 79.31%
}

.rtl .sw-woo-container-slider .right-child {
    float: right
}

.box-layout .sw-woo-container-slider .right-child {
    width: 78.31%
}

.sw-woo-container-slider .category-wrap-cat {
    display: inline-block;
    float: right;
    height: 33px;
    border-right: 1px solid #ddd;
    position: relative;
    top: 4px;
    padding-top: 7px
}

.sw-woo-container-slider .category-wrap-cat .cat-list {
    list-style: none
}

.sw-woo-container-slider .category-wrap-cat .cat-list li {
    display: inline-block;
    float: left;
    margin-left: -1px
}

.sw-woo-container-slider .category-wrap-cat .cat-list li a {
    line-height: 22px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: inline-block;
    padding: 0 15px
}

.sw-woo-container-slider .category-wrap-cat .cat-list li:last-child a {
    border-right: none
}

.sw-woo-container-slider .slider {
    position: relative;
    z-index: 100;
    border: 1px solid #ddd;
    border-top: 0
}

.countdown-slider.sw-woo-container-slider .slider {
    border: 1px solid #ddd
}

.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover {
    border: 1px solid #aaa
}

.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .add_to_wishlist,
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .compare-button .compare,
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .add_to_cart_button,
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .sm_quickview_handler {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sw-woo-container-slider .slider .vpo-wrap .vp .item .item-wrap {
    width: 100%;
    position: relative;
    background: 0 0;
    padding: 15px;
    overflow: hidden
}

.sw-woo-container-slider.woo-slider-child-cate-left {
    border-top: 0 solid #ddd
}

.sw-woo-container-slider.woo-slider-child-cate-left .resp-slider-wrapper {
    border: 1px solid #ddd;
    margin-top: 30px
}

.sw-woo-container-slider.woo-slider-child-cate-left .slider {
    float: left;
    width: 79.31%;
    border: 0;
    margin-top: 0;
    border-left: 1px solid #ddd
}

.sw-countdown-product {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px !important
}

.sw-countdown-product .block-title {
    margin: -5px 0 30px
}

.sw-countdown-product:hover button {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

.sw-countdown-product button {
    z-index: 999;
    opacity: 1;
    border-radius: 2px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    width: 39px;
    height: 39px;
    text-indent: -9999px
}

.sw-countdown-product button.slick-prev {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/tab_pre.png) no-repeat center center #fff;
    border: 1px solid #dbdbdb;
    left: 0
}

.sw-countdown-product button.slick-prev:hover {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/hover_pre.png) no-repeat center center #f26d7d;
    border-color: #f26d7d
}

.sw-countdown-product button.slick-next {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/tab_next.png) no-repeat center center #fff;
    border: 1px solid #dbdbdb;
    right: 0;
    left: auto
}

.sw-countdown-product button.slick-next:hover {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/hover_next.png) no-repeat center center #f26d7d;
    border-color: #f26d7d
}

.sw-countdown-product .item-wrap {
    padding: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative
}

.sw-countdown-product .item-wrap:hover .product-countdown .countdown-section {
    background-color: #f26d7d
}

.sw-countdown-product .item-wrap:hover .item-bottom-grid .add_to_wishlist,
.sw-countdown-product .item-wrap:hover .item-bottom-grid .compare-button .compare,
.sw-countdown-product .item-wrap:hover .item-bottom-grid .add_to_cart_button,
.sw-countdown-product .item-wrap:hover .item-bottom-grid .sm_quickview_handler {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sw-countdown-product .item-wrap .product-countdown .countdown-section {
    width: 36px;
    height: 40px;
    text-align: center;
    background-color: #999;
    display: inline-block;
    color: #fff;
    padding: 5px 0 2px;
    line-height: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 4px
}

.sw-countdown-product .item-wrap .product-countdown .countdown-section:last-child {
    margin-right: 0
}

.sw-countdown-product .item-wrap .product-countdown .countdown-section .countdown-amount {
    font-size: 116.67%;
    font-weight: 700;
    display: inline-block;
    width: 100%
}

.sw-countdown-product .item-wrap .product-countdown .countdown-section .countdown-period {
    font-size: 83.33%;
    text-transform: uppercase;
    width: 100%
}

.sw-member {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}

.sw-member .carousel ol.carousel-indicators {
    top: 0;
    bottom: inherit;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    position: absolute;
    text-align: center
}

.sw-member .carousel ol.carousel-indicators li {
    background-color: #d7d7d5;
    width: 14px !important;
    height: 14px !important
}

.sw-member .carousel ol.carousel-indicators li.active,
.sw-member .carousel ol.carousel-indicators li:hover {
    background-color: #f26d7d
}

.sw-member .carousel .carousel-inner {
    margin-top: 48px;
    clear: both;
    display: inline-block
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb {
    position: relative;
    overflow: hidden
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    opacity: .3;
    content: "";
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    pointer-events: none
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb:hover:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 100%
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb a img {
    width: 100%
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .social {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    bottom: -30px;
    margin-left: -12px;
    left: 50%
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .social a {
    display: inline-block;
    width: 25px;
    height: 25px
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .twitter {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/ic_twitter.png) no-repeat;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -43px
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .facebook {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/ic_facebook.png) no-repeat;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .flickr {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/ic_flickr.png) no-repeat;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    margin: 0 18px
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb:hover .hover-social .social {
    bottom: 30px
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content {
    display: inline-block;
    width: 100%;
    text-align: center
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content h5 {
    margin-top: 13px
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content h5 a {
    font-size: 16px;
    color: #f26d7d
}

.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content .span {
    margin-left: 0
}

.portfolio-desc {
    margin-bottom: 23px
}

.portfolio-desc h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.portfolio-desc .p-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 0
}

.ya-portfolio .portfolio-tab ul {
    margin-bottom: 27px;
    display: inline-block;
    overflow: hidden;
    margin-left: 0
}

.ya-portfolio .portfolio-tab ul li {
    float: left;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 3px;
    background: #fff
}

.rtl .ya-portfolio .portfolio-tab ul li {
    float: right
}

.ya-portfolio .portfolio-tab ul li.selected {
    background: #f26d7d;
    color: #fff
}

.ya-portfolio .btn-loadmore {
    padding: 0;
    cursor: pointer;
    text-align: center;
    min-height: 40px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ya-portfolio .btn-loadmore.btn-loading {
    background: url(//centrlodok.ru/wp-content/plugins/sw_core/css/../assets/img/loadingp.gif) no-repeat center center;
    border-color: transparent;
    background-size: 40px 40px
}

.ya-portfolio .btn-loadmore.btn-loading .des-load {
    border: 0;
    display: none
}

.ya-portfolio .btn-loadmore.btn-loading .des-load:before {
    content: ""
}

.ya-portfolio .btn-loadmore .des-load {
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    line-height: normal;
    background: #f26d7d;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px
}

.ya-portfolio .btn-loadmore .des-load:hover {
    opacity: .8
}

.ya-portfolio .btn-loadmore .des-load:before {
    content: attr(data-label)
}

.ya-portfolio .btn-loadmore.btn-loaded .des-load:before {
    content: attr(data-label-loaded)
}

.ya-portfolio .portfolio-container {
    overflow: hidden
}

.ya-portfolio .portfolio-container ul.portfolio-content {
    width: 100%;
    margin: 0
}

.ya-portfolio .portfolio-container ul.portfolio-content:after {
    content: '';
    display: block;
    clear: both
}

.ya-portfolio .portfolio-container ul.portfolio-content>li {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 0;
    position: relative
}

.ya-portfolio .portfolio-container ul.portfolio-content>li.grid-item {
    padding: 0 15px;
    float: left
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner {
    overflow: hidden
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in {
    position: relative;
    z-index: 1
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
    opacity: 1
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in .p-item-content {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -10%;
    width: 100%;
    text-align: center
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in .p-item-content .p-item {
    text-align: center;
    box-shadow: 0 0 1px 1px #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more {
    right: 50%;
    left: auto;
    transform: translate3d(-300px, 0, 0)
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup {
    transform: translate3d(300px, 0, 0);
    left: 50%;
    right: auto
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
    color: #f26d7d;
    box-shadow: 0 0 1px 1px #f26d7d
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title {
    display: block;
    margin-bottom: 10px;
    background: 0 0;
    font-size: 16px;
    font-weight: 700;
    transform: translate3d(0, -100px, 0);
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
    color: #f26d7d
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item {
    transform: translate3d(0, 0, 0)
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item-title {
    transform: translate3d(0, 0, 0)
}

.ya-portfolio .portfolio-container ul.portfolio-content>li .portfolio-item-inner .portfolio-in:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.ya-portfolio .portfolio-container ul.portfolio-content>li.portfolio-item {
    width: 33.332%;
    margin: 0;
    padding: 0;
    border: 0
}

.ya-portfolio .portfolio-container ul.portfolio-content>li.portfolio-item img {
    width: 100%
}

.ya-portfolio .portfolio-container ul.portfolio-content>li.portfolio-item.p-double-width {
    width: 40%
}

.ya-portfolio .portfolio-container ul.portfolio-content>li.portfolio-item :after {
    height: 0;
    clear: both;
    content: " ";
    font-size: 0;
    min-height: 0;
    display: block;
    visibility: hidden
}

.portfolio .portfolio-top {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 30px
}

.portfolio .portfolio-top h1 {
    font-size: 18px;
    margin-bottom: 20px
}

.portfolio .portfolio-top .portfolio-content .single-thumbnail {
    width: 60%;
    margin-right: 30px
}

.portfolio .portfolio-top .portfolio-content .single-portfolio-content {
    overflow: hidden
}

.portfolio .portfolio-top .portfolio-content .single-portfolio-content h3 {
    font-size: 16px;
    border-bottom: 4px double #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
    margin-bottom: 25px
}

.portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
    margin-bottom: 10px
}

.portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span {
    display: inline-block;
    min-width: 120px
}

.portfolio .comment-form .comment-single {
    border-bottom: 0
}

.related-portfolio {
    padding: 20px;
    margin-bottom: 30px
}

.related-portfolio h2.p-title {
    padding: 0 15px;
    font-size: 18px
}

.related-portfolio .related-items .related-item {
    padding: 0 15px
}

.related-portfolio .related-items .related-item img {
    margin-bottom: 15px
}

.related-portfolio .related-items .related-item h4 {
    font-size: 16px;
    margin: 0
}

.p-title {
    font-size: 16px;
    margin-bottom: 20px
}

.p-title:after {
    content: "";
    background: #ffbb45;
    width: 40px;
    height: 1px;
    margin-top: 7px;
    display: block
}

.masonry .btn-loadmore .des-load {
    margin-top: 50px
}

@media (min-width: 1200px) {
    .p-lg-1 {
        width: 100%
    }

    .p-lg-2 {
        width: 50%
    }

    .p-lg-3 {
        width: 33.3333%
    }

    .p-lg-4 {
        width: 25%
    }

    .p-lg-5 {
        width: 20%
    }

    .p-lg-6 {
        width: 16.6666%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .p-md-1 {
        width: 100%
    }

    .p-md-2 {
        width: 50%
    }

    .p-md-3 {
        width: 33.3333%
    }

    .p-md-4 {
        width: 25%
    }

    .p-md-5 {
        width: 20%
    }

    .p-md-6 {
        width: 16.6666%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .p-sm-1 {
        width: 100%
    }

    .p-sm-2 {
        width: 50%
    }

    .p-sm-3 {
        width: 33.3333%
    }

    .p-sm-4 {
        width: 25%
    }

    .p-sm-5 {
        width: 20%
    }

    .p-sm-6 {
        width: 16.6666%
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .p-xs-1 {
        width: 100%
    }

    .p-xs-2 {
        width: 50%
    }

    .p-xs-3 {
        width: 33.3333%
    }

    .p-xs-4 {
        width: 25%
    }

    .p-xs-5 {
        width: 20%
    }

    .p-xs-6 {
        width: 16.6666%
    }
}

@media (max-width: 480px) {
    .grid-item {
        width: 100%
    }
}

*,
html {
    outline: none !important
}

a {
    text-decoration: none;
    box-shadow: none
}

.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

ul {
    list-style: none
}

h2 {
    margin: 0
}

.nav {
    margin-bottom: 0
}

.nav>li {
    float: left
}

.nav>li>a {
    display: block;
    padding: 7px 15px
}

.tab-content.panel-group {
    float: none
}

.yith-wcwl-add-to-wishlist {
    vertical-align: top
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

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

.slick-track:after {
    clear: both
}

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

.slick-slide {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    display: none
}

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

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

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

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.loading {
    position: relative;
    height: 300px;
    overflow: hidden
}

.loading:before {
    background: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../images/loadingp.gif) no-repeat center center #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block
}

.product-addcart-wrapper .added_to_cart {
    display: none !important
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0
}

.fancybox,
.compare-button a,
.yith-wcwl-add-to-wishlist a,
.add_to_cart_button,
.product_type_external,
.product_type_grouped,
.product-addcart-wrapper>.button {
    height: 33px;
    width: 33px;
    display: inline-block !important;
    font-size: 0;
    font-weight: 400 !important;
    border: none;
    border-radius: 0 !important;
    vertical-align: top
}

.fancybox:hover,
.compare-button a:hover,
.yith-wcwl-add-to-wishlist a:hover,
.add_to_cart_button:hover,
.product_type_external:hover,
.product_type_grouped:hover,
.product-addcart-wrapper>.button:hover {
    background-color: #f26d7d !important;
    background-position-y: -33px !important
}

.add_to_cart_button,
.product_type_external,
.product_type_grouped,
.product-addcart-wrapper>.button {
    font-size: 0 !important;
    padding: 0;
    background: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../images/cart.png) no-repeat !important
}

.add_to_cart_button.added,
.product_type_external.added,
.product_type_grouped.added,
.product-addcart-wrapper>.button.added {
    background: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../images/added.png) no-repeat center center #f26d7d !important
}

.add_to_cart_button.loading:after,
.product_type_external.loading:after,
.product_type_grouped.loading:after,
.product-addcart-wrapper>.button.loading:after {
    top: 0 !important;
    right: 7px !important
}

.products-thumb,
.item-image-countdown {
    position: relative;
    overflow: hidden;
    text-align: center
}

.products-thumb .onsale,
.item-image-countdown .onsale {
    background: #01b494;
    color: #fff;
    z-index: 1;
    border-radius: 0;
    text-align: center;
    right: 0;
    left: auto;
    height: 28px;
    position: absolute;
    width: 50px
}

.products-thumb .product-thumb-hover,
.products-thumb>a,
.item-image-countdown .product-thumb-hover,
.item-image-countdown>a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%
}

.products-thumb .product-thumb-hover img.attachment-shop_catalog,
.products-thumb>a img.attachment-shop_catalog,
.item-image-countdown .product-thumb-hover img.attachment-shop_catalog,
.item-image-countdown>a img.attachment-shop_catalog {
    -webkit-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out
}

.col-lg-6 .products-thumb .product-thumb-hover img.attachment-shop_catalog,
.col-sm-6 .products-thumb .product-thumb-hover img.attachment-shop_catalog,
.col-lg-6 .products-thumb>a img.attachment-shop_catalog,
.col-sm-6 .products-thumb>a img.attachment-shop_catalog,
.col-lg-6 .item-image-countdown .product-thumb-hover img.attachment-shop_catalog,
.col-sm-6 .item-image-countdown .product-thumb-hover img.attachment-shop_catalog,
.col-lg-6 .item-image-countdown>a img.attachment-shop_catalog,
.col-sm-6 .item-image-countdown>a img.attachment-shop_catalog {
    margin: 0 auto
}

.products-thumb .product-thumb-hover img.hover-image,
.products-thumb>a img.hover-image,
.item-image-countdown .product-thumb-hover img.hover-image,
.item-image-countdown>a img.hover-image {
    left: 0;
    -webkit-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
    -webkit-transform: translate(-420px, 0);
    -ms-transform: translate(-420px, 0);
    transform: translate(-420px, 0);
    position: absolute;
    top: 0
}

.col-lg-6 .products-thumb .product-thumb-hover img.hover-image,
col-sm-6 .products-thumb .product-thumb-hover img.hover-image,
.col-lg-6 .products-thumb>a img.hover-image,
col-sm-6 .products-thumb>a img.hover-image,
.col-lg-6 .item-image-countdown .product-thumb-hover img.hover-image,
col-sm-6 .item-image-countdown .product-thumb-hover img.hover-image,
.col-lg-6 .item-image-countdown>a img.hover-image,
col-sm-6 .item-image-countdown>a img.hover-image {
    left: 50%;
    margin-left: -135px
}

.products-thumb a.fancybox:hover,
.item-image-countdown a.fancybox:hover {
    background-color: #f26d7d !important
}

.products-thumb:hover .product-thumb-hover img.attachment-shop_catalog,
.item-image-countdown:hover .product-thumb-hover img.attachment-shop_catalog {
    -webkit-transform: translate(420px, 0);
    -ms-transform: translate(420px, 0);
    transform: translate(420px, 0)
}

.products-thumb:hover .product-thumb-hover img.hover-image,
.item-image-countdown:hover .product-thumb-hover img.hover-image {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

a.wc-forward {
    display: none
}

.fancybox {
    background: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../images/fancy.png) no-repeat;
    background-position: center 3px
}

.compare-button {
    display: inline-block
}

.compare-button a {
    font-size: 0 !important;
    background: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../images/compare.png) no-repeat !important
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    display: inline-block;
    font-size: 0 !important
}

.yith-wcwl-add-to-wishlist a {
    background: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../images/wishlist.png) no-repeat
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px
}

.responsive-slider .res-button,
.category-ajax-slider .res-button {
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
    z-index: 2
}

.responsive-slider .res-button:before,
.category-ajax-slider .res-button:before {
    content: "\f104";
    font-family: FontAwesome;
    position: relative;
    z-index: 2
}

.responsive-slider .res-button:after,
.category-ajax-slider .res-button:after {
    content: "";
    background: #f26d7d;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 0;
    bottom: 0;
    height: 26px;
    width: 0;
    z-index: 1
}

.responsive-slider .res-button.slick-next,
.category-ajax-slider .res-button.slick-next {
    right: 0
}

.responsive-slider .res-button.slick-next:before,
.category-ajax-slider .res-button.slick-next:before {
    content: "\f105"
}

.responsive-slider .res-button:hover,
.category-ajax-slider .res-button:hover {
    -webkit-box-shadow: inset 0 0 0 1px #f26d7d;
    box-shadow: inset 0 0 0 1px #f26d7d;
    color: #fff
}

.responsive-slider .res-button:hover:after,
.category-ajax-slider .res-button:hover:after {
    width: 100%
}

.responsive-slider {
    background: #fff;
    position: relative;
    margin-bottom: 20px
}

.responsive-slider .button-collapse {
    display: none
}

.responsive-slider .box-slider-title {
    border-bottom: 2px solid #f26d7d;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #999
}

.responsive-slider .slider .slick-list {
    margin: 0 -14px
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap {
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
    padding: 5px;
    -webkit-transition: .1s all ease-out;
    transition: .1s all ease-out
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap .item-content {
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap .item-content h4 {
    font-size: 14px;
    margin-bottom: 7px
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap .item-content .item-price {
    display: inline-block;
    max-height: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap .item-content .item-price span.amount {
    font-size: 16px
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap .item-content .item-price del span.amount {
    font-size: 14px
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap .item-content .product-addcart-wrapper {
    position: absolute;
    bottom: -100px;
    width: 140px;
    margin-left: -70px;
    left: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap:hover {
    border-color: #f26d7d;
    -webkit-box-shadow: inset 0 0 0 2px #f26d7d;
    box-shadow: inset 0 0 0 2px #f26d7d
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap:hover .item-content h4 a {
    color: #f26d7d
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap:hover .item-content .item-price {
    opacity: 0
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap:hover .item-content .product-addcart-wrapper {
    bottom: 10px
}

.responsive-slider .slider .slick-list .slick-slide .item-wrap+div.item-wrap {
    margin-top: 30px
}

.responsive-slider .slider .slick-list .slick-slide.item-nonprice .item-wrap .item-content .product-addcart-wrapper {
    position: static;
    text-align: center;
    margin: 0;
    width: 100%
}

.responsive-slider.sw-child-cat .block-title {
    border-bottom: 2px solid #f26d7d;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.responsive-slider.sw-child-cat .block-title>h2 {
    float: left
}

.responsive-slider.sw-child-cat .block-title>.childcat-slider {
    overflow: hidden;
    text-align: right
}

.responsive-slider.sw-child-cat .block-title>.childcat-slider .childcat-content {
    margin-right: 80px
}

.responsive-slider.sw-child-cat .block-title>.childcat-slider .childcat-content ul {
    margin: 7px 0 0
}

.responsive-slider.sw-child-cat .block-title>.childcat-slider .childcat-content ul>li {
    display: inline-block
}

.responsive-slider.sw-child-cat .block-title>.childcat-slider .childcat-content ul>li a {
    padding: 0 5px
}

.responsive-slider.sw-child-cat .block-title>.childcat-slider .childcat-content ul>li+li:before {
    content: "|";
    display: inline-block;
    color: #ccc
}

.responsive-slider.sw-child-cat .childcat-slider-content {
    position: relative;
    margin-top: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc
}

.responsive-slider.sw-child-cat .childcat-slider-content .childcat-content {
    width: 265px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #ccc;
    bottom: 0
}

.responsive-slider.sw-child-cat .childcat-slider-content .childcat-content .category-img {
    margin: 20px 0
}

.responsive-slider.sw-child-cat .childcat-slider-content .childcat-content ul {
    margin: 0;
    padding: 0
}

.responsive-slider.sw-child-cat .childcat-slider-content .childcat-content ul>li>a {
    padding: 7px 20px;
    display: block
}

.responsive-slider.sw-child-cat .childcat-slider-content .childcat-content ul>li>a:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px
}

.responsive-slider.sw-child-cat .childcat-slider-content .resp-slider-container {
    overflow: hidden;
    margin-left: 265px
}

.responsive-slider.sw-child-cat .childcat-slider-content .resp-slider-container .slider {
    padding: 0;
    margin: 0
}

.responsive-slider.sw-child-cat .childcat-slider-content .resp-slider-container .slider .slick-slide {
    padding: 0 14px
}

.responsive-slider.sw-child-cat .childcat-slider-content .resp-slider-container .slider .slick-slide .item-wrap {
    -webkit-box-shadow: none;
    box-shadow: none
}

.responsive-slider.sw-child-cat .childcat-slider-content .resp-slider-container .slider .slick-slide .item-wrap:hover {
    -webkit-box-shadow: inset 0 0 0 2px #f26d7d;
    box-shadow: inset 0 0 0 2px #f26d7d
}

.responsive-slider.countdown-slider .item .product-countdown .countdown-row {
    display: block;
    text-align: center;
    font-size: 13px
}

.responsive-slider.countdown-slider .item .product-countdown .countdown-row .countdown-section {
    display: inline-block;
    background: #999;
    color: #fff;
    width: 50px;
    padding: 5px 0;
    margin: 0 2px
}

.responsive-slider.countdown-slider .item .product-countdown .countdown-row .countdown-section .countdown-amount {
    display: block;
    font-size: 18px
}

.responsive-slider.countdown-slider .item .product-countdown .countdown-row .countdown-section .countdown-period {
    display: block
}

.responsive-slider.sw-category-slider .block-title {
    text-align: center;
    margin-bottom: 10px
}

.responsive-slider.sw-category-slider .block-title h2 {
    position: relative
}

.responsive-slider.sw-category-slider .block-title h2 span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 2
}

.responsive-slider.sw-category-slider .block-title h2:after {
    content: "";
    border-top: 4px double #ccc;
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    height: 2px
}

.responsive-slider.sw-category-slider .resp-slider-container {
    position: relative
}

.responsive-slider.sw-category-slider .resp-slider-container .item {
    text-align: center
}

.responsive-slider.sw-category-slider .resp-slider-container .item .item-image {
    display: inline-block;
    max-width: 100%
}

.responsive-slider.sw-category-slider .res-button {
    left: 0;
    top: 50%;
    margin-top: -13px;
    opacity: .6;
    z-index: 9
}

.responsive-slider.sw-category-slider .res-button.slick-next {
    right: 0;
    left: auto
}

.responsive-slider.sw-category-slider .res-button:hover {
    opacity: 1
}

.sw-woo-tab-cat,
.sw-woo-tab-style2 {
    background: #fff;
    margin-bottom: 20px
}

.sw-woo-tab-cat .top-tab-slider,
.sw-woo-tab-style2 .top-tab-slider {
    border-bottom: 2px solid #f26d7d;
    margin-bottom: 10px
}

.sw-woo-tab-cat .top-tab-slider .order-title,
.sw-woo-tab-style2 .top-tab-slider .order-title {
    float: left
}

.sw-woo-tab-cat .top-tab-slider .nav-tabs,
.sw-woo-tab-style2 .top-tab-slider .nav-tabs {
    float: right;
    border: 0
}

.sw-woo-tab-cat .top-tab-slider .nav-tabs>li>a,
.sw-woo-tab-style2 .top-tab-slider .nav-tabs>li>a {
    background: 0 0;
    border: 0;
    display: block;
    position: relative;
    overflow: hidden
}

.sw-woo-tab-cat .top-tab-slider .nav-tabs>li>a:after,
.sw-woo-tab-style2 .top-tab-slider .nav-tabs>li>a:after {
    content: "";
    display: inline-block;
    border-bottom: 5px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    left: 50%;
    margin-left: -3px
}

.sw-woo-tab-cat .top-tab-slider .nav-tabs>li.active>a,
.sw-woo-tab-style2 .top-tab-slider .nav-tabs>li.active>a {
    color: #f26d7d
}

.sw-woo-tab-cat .top-tab-slider .nav-tabs>li.active>a:after,
.sw-woo-tab-style2 .top-tab-slider .nav-tabs>li.active>a:after {
    border-bottom-color: #f26d7d;
    bottom: 1px
}

.sw-woo-tab-cat .tab-content>h4,
.sw-woo-tab-style2 .tab-content>h4 {
    display: none
}

.sw-woo-tab-cat .tab-content>h4 a,
.sw-woo-tab-style2 .tab-content>h4 a {
    font-size: 16px;
    display: block;
    color: #fff;
    background: #f26d7d;
    padding: 7px 10px;
    border-bottom: 1px solid #fff;
    position: relative
}

.sw-woo-tab-cat .tab-content>h4 a:after,
.sw-woo-tab-style2 .tab-content>h4 a:after {
    content: "\f056";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 14px
}

.sw-woo-tab-cat .tab-content>h4 a.collapsed,
.sw-woo-tab-style2 .tab-content>h4 a.collapsed {
    background: #444
}

.sw-woo-tab-cat .tab-content>h4 a.collapsed:after,
.sw-woo-tab-style2 .tab-content>h4 a.collapsed:after {
    content: "\f055"
}

.sw-woo-tab-cat .tab-content .tab-pane,
.sw-woo-tab-style2 .tab-content .tab-pane {
    display: inherit;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0
}

.sw-woo-tab-cat .tab-content .tab-pane .responsive-slider,
.sw-woo-tab-style2 .tab-content .tab-pane .responsive-slider {
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sw-woo-tab-cat .tab-content .tab-pane .responsive-slider .res-button,
.sw-woo-tab-style2 .tab-content .tab-pane .responsive-slider .res-button {
    top: 50%;
    left: 50px;
    margin-top: -13px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sw-woo-tab-cat .tab-content .tab-pane .responsive-slider .res-button.slick-next,
.sw-woo-tab-style2 .tab-content .tab-pane .responsive-slider .res-button.slick-next {
    left: auto;
    right: 50px
}

.sw-woo-tab-cat .tab-content .tab-pane.active,
.sw-woo-tab-cat .tab-content .tab-pane.in,
.sw-woo-tab-style2 .tab-content .tab-pane.active,
.sw-woo-tab-style2 .tab-content .tab-pane.in {
    opacity: 1;
    height: 100%;
    overflow: hidden
}

.sw-woo-tab-cat .tab-content .tab-pane.active .responsive-slider,
.sw-woo-tab-cat .tab-content .tab-pane.in .responsive-slider,
.sw-woo-tab-style2 .tab-content .tab-pane.active .responsive-slider,
.sw-woo-tab-style2 .tab-content .tab-pane.in .responsive-slider {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sw-woo-tab-cat .tab-content .tab-pane.active .responsive-slider:hover .res-button,
.sw-woo-tab-cat .tab-content .tab-pane.in .responsive-slider:hover .res-button,
.sw-woo-tab-style2 .tab-content .tab-pane.active .responsive-slider:hover .res-button,
.sw-woo-tab-style2 .tab-content .tab-pane.in .responsive-slider:hover .res-button {
    left: 0;
    opacity: 1
}

.sw-woo-tab-cat .tab-content .tab-pane.active .responsive-slider:hover .res-button.slick-next,
.sw-woo-tab-cat .tab-content .tab-pane.in .responsive-slider:hover .res-button.slick-next,
.sw-woo-tab-style2 .tab-content .tab-pane.active .responsive-slider:hover .res-button.slick-next,
.sw-woo-tab-style2 .tab-content .tab-pane.in .responsive-slider:hover .res-button.slick-next {
    right: 0;
    left: auto
}

.category-ajax-slider {
    background: #fff;
    position: relative
}

.category-ajax-slider .tab-category-title {
    background: #ccc;
    border-bottom: 1px solid #f26d7d
}

.category-ajax-slider .tab-category-title h2 {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400
}

.category-ajax-slider .nav-tabs {
    border: 0;
    margin: 0 0 10px
}

.category-ajax-slider .nav-tabs>li {
    float: left;
    width: 100%;
    margin: 0
}

.category-ajax-slider .nav-tabs>li>a {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd;
    border-radius: 0;
    margin: 0 -1px 0 0;
    padding: 15px 0;
    text-align: center
}

.category-ajax-slider .nav-tabs>li>a .item-image {
    display: inline-block;
    max-width: 100%
}

.category-ajax-slider .nav-tabs>li>a .item-image img {
    margin-bottom: 10px
}

.category-ajax-slider .nav-tabs>li.active>a,
.category-ajax-slider .nav-tabs>li:hover>a,
.category-ajax-slider .nav-tabs>li:focus>a {
    border: 0;
    color: #f26d7d;
    background: #eee
}

.category-ajax-slider .nav-tabs>li.active>a .item-image h3,
.category-ajax-slider .nav-tabs>li:hover>a .item-image h3,
.category-ajax-slider .nav-tabs>li:focus>a .item-image h3 {
    color: #f26d7d
}

.category-ajax-slider .nav-tabs.category-item-2>li {
    width: 50%
}

.category-ajax-slider .nav-tabs.category-item-3>li {
    width: 33.3333%
}

.category-ajax-slider .nav-tabs.category-item-4>li {
    width: 25%
}

.category-ajax-slider .nav-tabs.category-item-5>li {
    width: 20%
}

.category-ajax-slider .nav-tabs.category-item-6>li {
    width: 16.6666%
}

.category-ajax-slider .nav-tabs.category-item-7>li {
    width: 14.2857%
}

.category-ajax-slider .nav-tabs.category-item-8>li {
    width: 12.5%
}

.category-ajax-slider .nav-tabs.category-item-9>li {
    width: 11.1111%
}

.category-ajax-slider .nav-tabs.category-item-10>li {
    width: 10%
}

.category-ajax-slider .tab-pane {
    display: inherit;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0
}

.category-ajax-slider .tab-pane.active {
    opacity: 1;
    height: 100%
}

.category-ajax-slider .res-button {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    top: 5px;
    right: 32px
}

.category-ajax-slider .res-button.slick-next {
    right: 5px
}

.sw-woo-tab {
    background: #fff;
    margin-bottom: 20px
}

.sw-woo-tab .childcat-slider {
    width: 18%
}

.sw-woo-tab .childcat-slider .order-title h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: TitilliumBlack !important;
    background: #252525;
    padding: 45px 0 44px;
    text-align: center
}

.sw-woo-tab .childcat-slider .childcat-content {
    background: #f26d7d;
    padding-top: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ee3e53
}

.sw-woo-tab .childcat-slider .childcat-content ul {
    margin: 0
}

.sw-woo-tab .childcat-slider .childcat-content ul li {
    text-align: center
}

.sw-woo-tab .childcat-slider .childcat-content ul li>a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 9px 0
}

.sw-woo-tab .childcat-slider .childcat-content ul li>a:hover {
    background: rgba(0, 0, 0, .255)
}

.sw-woo-tab .top-tab-slider .nav-tabs {
    border-bottom: 1px solid #ebebeb;
    margin: 0
}

.sw-woo-tab .top-tab-slider .nav-tabs>li {
    display: inline-block;
    cursor: pointer
}

.sw-woo-tab .top-tab-slider .nav-tabs>li>a {
    padding: 33px 20px 32px;
    border: 0;
    color: #363636;
    background: 0 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.sw-woo-tab .top-tab-slider .nav-tabs>li>a:hover {
    color: #f26d7d
}

.sw-woo-tab .top-tab-slider .nav-tabs>li.active a {
    color: #f26d7d
}

.sw-woo-tab .category-slider-content .childcat-slider .childcat-thumb {
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin-bottom: 3px
}

.sw-woo-tab .category-slider-content .childcat-slider .childcat-thumb:before {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sw-woo-tab .category-slider-content .tab-content {
    overflow: hidden
}

.sw-woo-tab .category-slider-content .tab-content>h4 {
    display: none
}

.sw-woo-tab .category-slider-content .tab-content>h4 a {
    font-size: 16px;
    display: block;
    color: #fff;
    background: #f26d7d;
    padding: 7px 10px;
    border-bottom: 1px solid #fff;
    position: relative
}

.sw-woo-tab .category-slider-content .tab-content>h4 a:after {
    content: "\f056";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 14px
}

.sw-woo-tab .category-slider-content .tab-content>h4 a.collapsed {
    background: #444
}

.sw-woo-tab .category-slider-content .tab-content>h4 a.collapsed:after {
    content: "\f055"
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane {
    display: block;
    height: 0;
    overflow: hidden
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane .resp-slider-container .slider .slick-list {
    margin: 0
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane .resp-slider-container .slider .slick-slide {
    padding: 0
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane .resp-slider-container .slider .slick-slide .item-wrap {
    margin: 0 0 0 -1px
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane .resp-slider-container .slider .slick-slide .item-wrap .products-thumb {
    padding: 19px 0 20px
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane .res-button {
    top: -55px;
    right: 40px
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane .res-button.slick-next {
    right: 10px
}

.sw-woo-tab .category-slider-content .tab-content .tab-pane.active,
.sw-woo-tab .category-slider-content .tab-content .tab-pane.in {
    height: auto;
    overflow: visible
}

.countdown-slider-style1 {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: relative
}

.countdown-slider-style1 .box-slider-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.countdown-slider-style1 .box-slider-title p {
    margin-bottom: 35px
}

.countdown-slider-style1 .res-button {
    top: 0;
    right: 30px
}

.countdown-slider-style1 .res-button.slick-next {
    right: 0
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown {
    margin-right: 25px;
    width: 40%
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content {
    position: relative
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail {
    position: absolute;
    top: 0
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .product-countdown {
    float: left;
    margin-right: 30px
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .product-countdown .countdown-section {
    display: block;
    background-color: #fafafa;
    padding: 11px 10px 7px;
    margin: 1px 0 0 1px;
    text-align: center
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .product-countdown .countdown-section span {
    display: block;
    color: #666;
    font-weight: 700
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .product-countdown .countdown-section span.countdown-amount {
    font-size: 14px
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .product-countdown .countdown-section span.countdown-period {
    font-size: 12px
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .item-content {
    overflow: hidden
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .item-content .sale-off {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    padding-top: 70px
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .item-content h3 a {
    font-size: 18px;
    color: #707070;
    text-transform: uppercase
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .item-content .item-price {
    padding-top: 2px
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .item-content .item-price span ins .amount {
    font-size: 28px;
    color: #b22029
}

.countdown-slider-style1 .slider-wrapper .first-product-countdown .first-item-content .first-item-detail .item-content .item-price span del .amount {
    font-size: 28px;
    color: #999
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container {
    overflow: hidden
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list {
    margin: 0;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item {
    padding: 0
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item .item-wrap {
    margin: 0 0 0 -1px
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item .item-detail .item-image-countdown {
    padding: 10px 0;
    position: relative
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item .item-detail .item-image-countdown .sale-off {
    width: 34px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #f26d7d;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item .item-detail .item-image-countdown .onsale {
    display: none
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item .item-detail .item-image-countdown .product-countdown {
    position: absolute;
    top: 3px;
    right: 6px;
    opacity: 1;
    transition: opacity .35s
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item .item-detail .item-image-countdown .product-countdown span {
    font-size: 14px;
    font-weight: 600;
    color: #666
}

.countdown-slider-style1 .slider-wrapper .resp-slider-container .slider .slick-list .slick-track .item .item-detail .item-image-countdown .product-countdown span i {
    margin-right: 7px
}

.accordion_recommend_product {
    width: 100%
}

.accordion_recommend_product.panel-group .panel+.panel {
    margin-top: 1px
}

.accordion_recommend_product.panel-group .panel-default {
    border: 0
}

.accordion_recommend_product a .panel-title,
.accordion_recommend_product a span.item-count {
    display: none
}

.accordion_recommend_product a.collapsed .panel-title {
    display: block;
    padding: 12px 0 12px 40px;
    background-color: #eee;
    font-size: 110%;
    font-weight: 700
}

.accordion_recommend_product a.collapsed span.item-count {
    display: block;
    width: 25px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
    background: #666;
    padding: 0;
    margin: 0 -40px 0 0
}

.accordion_recommend_product .panel-collapse {
    border: 1px solid #ddd
}

.accordion_recommend_product .panel-collapse .panel-body {
    text-align: center
}

.accordion_recommend_product .panel-collapse .panel-body .products-thumb img {
    margin: 0 auto
}

.accordion_recommend_product .panel-collapse .panel-body .products-thumb:hover {
    opacity: .8
}

.listing-tab-shortcode .tabbable .nav.nav-tabs {
    width: 200px;
    max-width: 200px;
    background-color: #f7f7f7;
    margin-right: 15px;
    float: left;
    padding: 18px 0
}

.listing-tab-shortcode .tabbable .nav.nav-tabs li {
    float: none;
    border: 0;
    height: inherit
}

.listing-tab-shortcode .tabbable .nav.nav-tabs li a,
.listing-tab-shortcode .tabbable .nav.nav-tabs li:last-child a {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #444;
    line-height: inherit;
    height: inherit;
    border: 0;
    background: 0 0
}

.listing-tab-shortcode .tabbable .nav.nav-tabs li a:before,
.listing-tab-shortcode .tabbable .nav.nav-tabs li:last-child a:before {
    background: 0 0
}

.listing-tab-shortcode .tabbable .nav.nav-tabs li.active a,
.listing-tab-shortcode .tabbable .nav.nav-tabs li:hover a {
    cursor: pointer;
    color: #fff;
    background: #f26d7d
}

.listing-tab-shortcode .tabbable .nav.nav-tabs li:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    color: #999;
    top: 50%;
    margin-top: -8px;
    right: 10px
}

.listing-tab-shortcode .tabbable .nav.nav-tabs li:hover:after,
.listing-tab-shortcode .tabbable .nav.nav-tabs li.active:after {
    color: #fff
}

.listing-tab-shortcode .tabbable .tab-content {
    width: 74%;
    margin: 0;
    float: left;
    border: 0
}

.listing-tab-shortcode .tabbable .tab-content .products-entry {
    margin-bottom: 0
}

.listing-tab-shortcode .tabbable .tab-content .item {
    float: left;
    overflow: hidden;
    height: 100%;
    padding: 15px;
    min-height: 1px;
    width: 33.33%
}

.listing-tab-shortcode .tabbable .tab-content .item .item-wrap {
    padding: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative
}

.listing-tab-shortcode .tabbable .tab-content .item .item-wrap a {
    padding: 0
}

.listing-tab-shortcode .tabbable .tab-content .item .item-wrap .item-bottom-grid {
    display: none
}

@media (max-width: 991px) and (min-width:768px) {
    .responsive-slider.countdown-slider .item .product-countdown .countdown-row .countdown-section {
        width: 40px
    }

    .responsive-slider.countdown-slider .item .product-countdown .countdown-row .countdown-section .countdown-amount {
        font-size: 18px
    }

    .sw-woo-tab .category-slider-content .tab-content .tab-pane .res-button {
        top: -37px
    }

    .category-ajax-slider .nav-tabs.category-item-4>li {
        width: 25%
    }

    .category-ajax-slider .nav-tabs.category-item-5>li,
    .category-ajax-slider .nav-tabs.category-item-6>li,
    .category-ajax-slider .nav-tabs.category-item-7>li,
    .category-ajax-slider .nav-tabs.category-item-8>li,
    .category-ajax-slider .nav-tabs.category-item-9>li,
    .category-ajax-slider .nav-tabs.category-item-10>li {
        width: 33.3333%
    }
}

@media (max-width: 767px) {
    .responsive-slider .button-collapse {
        display: block
    }

    .responsive-slider .res-button {
        left: 0;
        top: 50%;
        margin-top: -13px
    }

    .responsive-slider .res-button.slick-next {
        left: auto;
        right: 0
    }

    .responsive-slider.sw-child-cat .block-title {
        margin-bottom: 25px
    }

    .responsive-slider.sw-child-cat .block-title .button-collapse {
        margin: 0;
        background: #ccc;
        border-radius: 3px;
        padding: 5px 10px;
        border: 0
    }

    .responsive-slider.sw-child-cat .block-title .button-collapse:hover {
        background: #f26d7d;
        color: #fff
    }

    .responsive-slider.sw-child-cat .block-title .childcat-slider {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 37px;
        right: 0;
        background: #ddd;
        z-index: 2;
        text-align: start
    }

    .responsive-slider.sw-child-cat .block-title .childcat-slider .childcat-content {
        margin: 0
    }

    .responsive-slider.sw-child-cat .block-title .childcat-slider .childcat-content>ul {
        margin: 0;
        padding: 10px
    }

    .responsive-slider.sw-child-cat .block-title .childcat-slider .childcat-content>ul>li {
        display: block
    }

    .responsive-slider.sw-child-cat .block-title .childcat-slider .childcat-content>ul>li a {
        padding: 5px 10px;
        display: block
    }

    .responsive-slider.sw-child-cat .block-title .childcat-slider .childcat-content>ul>li+li:before {
        display: none
    }

    .responsive-slider.sw-child-cat .childcat-slider-content {
        margin-top: 35px
    }

    .responsive-slider.sw-child-cat .childcat-slider-content .childcat-content {
        left: auto;
        right: 0;
        z-index: 2;
        width: auto;
        background: #eee;
        height: 0;
        overflow: hidden;
        bottom: auto
    }

    .responsive-slider.sw-child-cat .childcat-slider-content .resp-slider-container {
        margin-left: 0
    }

    .sw-woo-tab-cat .top-tab-slider .order-title,
    .sw-woo-tab-style2 .top-tab-slider .order-title {
        padding-bottom: 10px
    }

    .sw-woo-tab-cat .top-tab-slider .nav-tabs,
    .sw-woo-tab-style2 .top-tab-slider .nav-tabs {
        display: none
    }

    .sw-woo-tab-cat .tab-content>h4,
    .sw-woo-tab-style2 .tab-content>h4 {
        display: block
    }

    .sw-woo-tab .nav-tabs {
        display: none
    }

    .sw-woo-tab .category-slider-content .tab-content>h4 {
        display: block
    }

    .sw-woo-tab .category-slider-content .tab-content .tab-pane .res-button {
        left: 0;
        top: 50%;
        margin-top: -13px
    }

    .sw-woo-tab .category-slider-content .tab-content .tab-pane .res-button.slick-next {
        left: auto;
        right: 0
    }

    .sw-woo-tab .childcat-slider {
        width: 100%;
        float: none !important
    }

    .sw-woo-tab .childcat-slider .order-title h2 {
        font-size: 18px
    }

    .first-product-countdown {
        display: none
    }
}

@media (max-width: 767px) and (min-width:481px) {

    .category-ajax-slider .nav-tabs.category-item-3>li,
    .category-ajax-slider .nav-tabs.category-item-4>li,
    .category-ajax-slider .nav-tabs.category-item-5>li,
    .category-ajax-slider .nav-tabs.category-item-6>li,
    .category-ajax-slider .nav-tabs.category-item-7>li,
    .category-ajax-slider .nav-tabs.category-item-8>li,
    .category-ajax-slider .nav-tabs.category-item-9>li,
    .category-ajax-slider .nav-tabs.category-item-10>li {
        width: 50%
    }
}

@media (max-width: 480px) and (min-width:320px) {

    .category-ajax-slider .nav-tabs.category-item-2>li,
    .category-ajax-slider .nav-tabs.category-item-3>li,
    .category-ajax-slider .nav-tabs.category-item-4>li,
    .category-ajax-slider .nav-tabs.category-item-5>li,
    .category-ajax-slider .nav-tabs.category-item-6>li,
    .category-ajax-slider .nav-tabs.category-item-7>li,
    .category-ajax-slider .nav-tabs.category-item-8>li,
    .category-ajax-slider .nav-tabs.category-item-9>li,
    .category-ajax-slider .nav-tabs.category-item-10>li {
        width: 100%
    }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//centrlodok.ru/wp-content/plugins/sw_woocommerce/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

/*!
 * A lightweight build that only contains the CSS needed
 * for the grid system and basic styling. If you need the
 * full Bootstrap library, please choose Bootstrap 3 or
 * Bootstrap 4 using the Framework option in the Customizer.
 *
 * Includes
 * - Grid
 * - Print Styles
 * - Typography
 * - Code
 * - Tables
 * - Forms
 * - Navs
 * - Navbar
 */
/*!
  * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
	* https://gist.githubusercontent.com/Pross/1b159e91a33484201c9df79e90937489/raw/231a41d424d9194d73fd5f5c3a059940c5d6d905/config.json
  */
/*!
  * Bootstrap v3.4.1 (https://getbootstrap.com/)
  * Copyright 2011-2019 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

body {
    background-color: #f2f2f2;
    color: #757575;
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    font-style: normal;
    padding: 0;
    word-wrap: break-word
}

body.modal-open .media-modal-close:hover,
body.modal-open .media-modal-close:focus {
    background: 0 0;
    border: none;
    padding: 1px
}

body.modal-open .media-modal-close:focus {
    position: absolute
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
    font-style: normal
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

h1 {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #333;
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

h1 a {
    color: #333
}

h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0px
}

h2 .fl-comments-list-title {
    font-size: 24px
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0px
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px
}

h5 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px
}

h6 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px
}

a {
    color: #2b7bb9
}

a:hover,
a:focus {
    color: #2b7bb9
}

blockquote {
    border-color: #e6e6e6
}

iframe {
    max-width: 100%
}

img {
    max-width: 100%;
    height: auto
}

.fl-screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.fl-screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto
}

body.rtl .fl-screen-reader-text {
    right: -10000px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.container {
    padding-left: 20px;
    padding-right: 20px
}

.fl-page {
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto
}

.fl-page-header {
    border-color: #e6e6e6;
    background-color: #fff;
    color: #000
}

.fl-page-header *,
.fl-page-header h1,
.fl-page-header h2,
.fl-page-header h3,
.fl-page-header h4,
.fl-page-header h5,
.fl-page-header h6 {
    color: #000
}

.fl-page-header a,
.fl-page-header a *,
.fl-page-header a.fas,
.fl-page-header a.fab {
    color: #2b7bb9
}

.fl-page-header a:hover,
.fl-page-header a:focus,
.fl-page-header a:hover *,
.fl-page-header a:focus *,
.fl-page-header a.fas:hover,
.fl-page-header a.fab:hover,
.fl-page-header a.fas:focus,
.fl-page-header a.fab:focus {
    color: #2b7bb9
}

.fl-page-header .navbar-nav li>a {
    color: #2b7bb9
}

.fl-page-header .navbar-nav li>a:hover,
.fl-page-header .navbar-nav li>a:focus {
    color: #2b7bb9
}

.fl-page-header .navbar-nav li.current-menu-ancestor>a,
.fl-page-header .navbar-nav li.current-menu-parent>a,
.fl-page-header .navbar-nav li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-header .navbar-nav li.current-menu-item~li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-header-container {
    padding-bottom: 30px;
    padding-top: 30px
}

.fl-page-header-logo {
    text-align: center
}

.fl-page-header-logo a {
    text-decoration: none
}

.fl-logo-text {
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #757575 !important
}

.fl-logo-text:hover,
.fl-logo-text:focus {
    color: #2b7bb9 !important
}

.fl-theme-tagline {
    color: #757575 !important
}

.fl-logo-img {
    max-width: 100%
}

.fl-page-header-primary .fl-logo-img {
    height: auto !important
}

.fl-logo-img.sticky-logo {
    display: none
}

.fl-page-header-fixed .fl-logo-img {
    display: inherit
}

.fl-page-header-fixed .fl-logo-img.sticky-logo {
    display: inherit
}

.fl-nav-mobile-offcanvas .fl-button-close {
    display: none
}

.fl-page-nav-wrap {
    padding-bottom: 20px
}

.fl-page-nav {
    background: 0 0;
    border: none;
    min-height: 0;
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.fl-page-nav .navbar-nav>li>a {
    padding: 15px
}

.fl-page-nav .navbar-toggle {
    border: none;
    float: none;
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
    margin: 0;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.fl-page-nav .navbar-toggle:hover {
    outline: none
}

.fl-page-nav .navbar-toggle:focus {
    outline: auto
}

.fl-page-nav .navbar-nav,
.fl-page-nav .navbar-nav a {
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none
}

.fl-full-width .fl-page-nav {
    margin: 0 auto
}

.fl-page-nav .mega-menu a[href="#"]:hover,
.fl-page-nav .mega-menu a[href="#"]:focus {
    color: #2b7bb9 !important;
    cursor: default
}

.mega-menu-spacer {
    background: 0 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%
}

.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading {
    border-top: 0 none !important
}

.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading>a,
.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading>.fl-submenu-icon-wrap {
    display: none !important
}

.fl-page-header[class*=" fl-page-nav-toggle-visible"] ul.navbar-nav li.hide-heading>ul.sub-menu {
    margin-left: 0
}

.fl-page-nav-collapse {
    border: none;
    max-height: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fl-page-nav-collapse ul.navbar-nav {
    margin: 0
}

.fl-page-nav-collapse ul.navbar-nav>li {
    border-bottom: 1px solid #e6e6e6
}

.fl-page-nav-collapse ul.navbar-nav>li:last-child {
    border-bottom: none
}

.fl-page-nav-collapse.in {
    overflow-y: visible
}

.fl-page-nav-search {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

.fl-page-nav-search a.fa-search {
    color: #2b7bb9;
    font-size: 20px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 5px
}

.fl-page-nav-search a.fa-search:hover,
.fl-page-nav-search a.fa-search:focus {
    color: #2b7bb9;
    text-decoration: none
}

.fl-page-nav-search form {
    background-color: #fff;
    border-top: 3px solid #95bddc;
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 400px;
    z-index: 1000;
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 20px rgba(0, 0, 0, .15)
}

.fl-page-nav-search form input.fl-search-input {
    background-color: #fff;
    border-color: #e6e6e6;
    color: #2b7bb9
}

.fl-page-nav-search form input.fl-search-input:focus {
    color: #2b7bb9
}

.fl-page-nav ul.sub-menu {
    background-clip: padding-box;
    background-color: #fff;
    border-top: 3px solid #95bddc;
    font-size: 14px;
    float: none;
    left: -99999px;
    list-style: none;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 240px;
    z-index: 1000;
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 20px rgba(0, 0, 0, .15)
}

.fl-page-nav ul.sub-menu ul.sub-menu {
    left: -99999px;
    padding-bottom: 10px;
    top: -13px
}

.fl-page-nav ul.sub-menu li {
    border: none
}

.fl-page-nav ul.sub-menu li a {
    clear: none;
    color: #2b7bb9;
    display: block;
    font-weight: 400;
    line-height: 20px;
    margin: 0 10px;
    padding: 10px 15px
}

.fl-page-nav ul.sub-menu li a:hover,
.fl-page-nav ul.sub-menu li a:focus {
    color: #2b7bb9;
    text-decoration: none
}

.fl-page-nav ul.sub-menu li a:before {
    content: '';
    margin-right: 0
}

.fl-page-nav ul li {
    position: relative
}

.fl-page-nav ul li.fl-sub-menu-open>ul.sub-menu {
    left: auto
}

.fl-page-nav ul li.fl-sub-menu-open>ul.sub-menu li.fl-sub-menu-open>ul.sub-menu {
    left: 100%
}

.fl-page-nav ul li.fl-sub-menu-open>ul.sub-menu li.fl-sub-menu-open.fl-sub-menu-right>ul.sub-menu {
    left: auto;
    right: 100%
}

.fl-page-nav ul li.fl-sub-menu-open.fl-sub-menu-right>ul.sub-menu {
    right: 0
}

.fl-page-nav ul li.fl-sub-menu-open .hide-heading>ul.sub-menu {
    position: static;
    padding: 0;
    border-top: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.fl-page-content {
    background-color: #fff
}

.fl-content,
.fl-sidebar {
    margin: 20px 0
}

.fl-sidebar {
    display: none
}

.fl-sidebar.fl-sidebar-display-always {
    display: block
}

#fl-to-top {
    display: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 1003
}

#fl-to-top:hover {
    background-color: rgba(0, 0, 0, .3)
}

#fl-to-top i {
    position: absolute;
    top: 12px;
    left: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 16px
}

.fl-social-icons .fa-stack.icon-facebook-f i.fa-circle.branded,
.fl-social-icons .fa-facebook-f.branded {
    color: #3b5997
}

.fl-social-icons .fa-stack.icon-twitter i.fa-circle.branded,
.fl-social-icons .fa-twitter.branded {
    color: #00aaef
}

.fl-social-icons .fa-stack.icon-google i.fa-circle.branded,
.fl-social-icons .fa-google.branded {
    color: #d13e2b
}

.fl-social-icons .fa-stack.icon-google-maps i.fa-circle.branded,
.fl-social-icons .fa-map-marker-alt.branded {
    color: #eb5f1a
}

.fl-social-icons .fa-stack.icon-linkedin i.fa-circle.branded,
.fl-social-icons .fa-linkedin.branded {
    color: #007ab8
}

.fl-social-icons .fa-stack.icon-yelp i.fa-circle.branded,
.fl-social-icons .fa-yelp.branded {
    color: #c31200
}

.fl-social-icons .fa-stack.icon-xing i.fa-circle.branded,
.fl-social-icons .fa-xing.branded {
    color: #006567
}

.fl-social-icons .fa-stack.icon-pinterest i.fa-circle.branded,
.fl-social-icons .fa-pinterest.branded {
    color: #cb2127
}

.fl-social-icons .fa-stack.icon-tumblr i.fa-circle.branded,
.fl-social-icons .fa-tumblr.branded {
    color: #304e6c
}

.fl-social-icons .fa-stack.icon-vimeo i.fa-circle.branded,
.fl-social-icons .fa-vimeo.branded {
    color: #41b1db
}

.fl-social-icons .fa-stack.icon-youtube i.fa-circle.branded,
.fl-social-icons .fa-youtube.branded {
    color: #d6000f
}

.fl-social-icons .fa-stack.icon-flickr i.fa-circle.branded,
.fl-social-icons .fa-flickr.branded {
    color: #ec1982
}

.fl-social-icons .fa-stack.icon-instagram i.fa-circle.branded,
.fl-social-icons .fa-instagram.branded {
    color: #517fa5
}

.fl-social-icons .fa-stack.icon-dribbble i.fa-circle.branded,
.fl-social-icons .fa-dribbble.branded {
    color: #eb4a88
}

.fl-social-icons .fa-stack.icon-skype i.fa-circle.branded,
.fl-social-icons .fa-skype.branded {
    color: #009ee5
}

.fl-social-icons .fa-stack.icon-500px i.fa-circle.branded,
.fl-social-icons .fa-500px.branded {
    color: #333
}

.fl-social-icons .fa-stack.icon-github i.fa-circle.branded,
.fl-social-icons .fa-github.branded {
    color: #333
}

.fl-social-icons .fa-stack.icon-rss i.fa-circle.branded,
.fl-social-icons .fa-rss.branded {
    color: #e09026
}

.fl-social-icons .fa-stack.icon-envelope i.fa-circle.branded,
.fl-social-icons .fa-envelope.branded {
    color: #333
}

.fl-social-icons .fa-stack.icon-blogger i.fa-circle.branded,
.fl-social-icons .fa-blogger.branded {
    color: #fe7300
}

.fl-social-icons .fa-stack.icon-snapchat i.fa-circle.branded,
.fl-social-icons .fa-snapchat.branded {
    color: #fffc00
}

.fl-social-icons .fa-stack.icon-wordpress i.fa-circle.branded,
.fl-social-icons .fa-wordpress.branded {
    color: #15aabf
}

.fl-social-icons .fa-stack.icon-spotify i.fa-circle.branded,
.fl-social-icons .fa-spotify.branded {
    color: #1cd760
}

.fl-social-icons .fa-stack.icon-tiktok i.fa-circle.branded,
.fl-social-icons .fa-tiktok.branded {
    color: #000
}

.fl-social-icons .fa-stack.icon-soundcloud i.fa-circle.branded,
.fl-social-icons .fa-soundcloud.branded {
    color: #f50
}

.fl-social-icons .fa-stack.icon-x-twitter i.fa-circle.branded,
.fl-social-icons .fa-x-twitter.branded {
    color: #000
}

.fl-social-icons .fa-stack i.branded {
    color: #fff
}

.fl-social-icons .fa-stack {
    margin: 0 0 10px 8px
}

.fl-social-icons .fallback {
    height: 28px;
    width: 28px;
    margin: 0 0 10px 5px !important;
    vertical-align: inherit;
    font-size: 30px
}

.fl-social-icons .fallback:before {
    width: 28px !important;
    display: inline-block;
    height: 28px !important
}

.fl-page-header-content .fa-stack i.fa-inverse.mono {
    color: #fff
}

.fa-stack i.fa-inverse.mono {
    color: #fff
}

.fl-404 {
    padding: 30px 0 50px;
    text-align: center
}

.fl-404 .fl-post-header {
    margin-bottom: 45px
}

.fl-404 .fl-post-header h2 {
    font-size: 24px
}

.fl-404 form {
    margin: 0 auto;
    max-width: 400px
}

.fl-archive .fl-post {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px
}

.fl-archive .fl-post:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.fl-archive .fl-archive-title {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 8px
}

.fl-archive .fl-archive-title a:hover {
    text-decoration: none
}

.fl-archive .fl-archive-nav-prev {
    float: left
}

.fl-archive .fl-archive-nav-next {
    float: right
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #e6e6e6;
    border-right: none;
    margin: 0;
    padding: 6px 10px
}

.wp-pagenavi a:hover {
    border-color: #e6e6e6
}

.wp-pagenavi>*:last-child {
    border-right: 1px solid #e6e6e6
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    border-color: #e6e6e6;
    color: #fff;
    background: #2b7bb9;
    font-weight: 400
}

.search .page .fl-post-header {
    display: block
}

.fl-post {
    margin-bottom: 40px
}

.fl-post:last-child {
    margin-bottom: 0
}

.fl-post img[class*=wp-image-],
.fl-post img.alignnone,
.fl-post img.alignleft,
.fl-post img.aligncenter,
.fl-post img.alignright {
    height: auto;
    max-width: 100%
}

.fl-post img[class*=wp-block-cover] {
    height: 100%
}

.fl-post .fl-post-image-beside {
    float: left;
    margin-right: 25px
}

.fl-post .fl-author-box {
    margin-top: 40px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 20px
}

.fl-post .fl-author-box .fl-author-avatar {
    float: left;
    margin-right: 25px
}

.fl-post .fl-author-box .fl-author-description h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.fl-post-thumb {
    margin-bottom: 25px
}

.fl-post-thumb img {
    height: auto !important;
    max-width: 100%
}

.fl-post-header {
    margin-bottom: 25px
}

.fl-post-title {
    margin-top: 0
}

.fl-post-meta .fl-sep {
    margin: 0 3px
}

.fl-post-meta-bottom {
    border-top: 1px solid #e6e6e6;
    font-style: italic;
    margin-top: 20px;
    padding-top: 10px
}

.fl-comments-popup-link a:hover {
    text-decoration: none
}

.fl-comments-popup-link i {
    vertical-align: text-top
}

.post-edit-link {
    color: #2b7bb9;
    font-size: 14px;
    font-weight: 400
}

.fl-post-nav {
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-top: 10px
}

.fl-post-nav-prev {
    float: left
}

.fl-post-nav-next {
    float: right
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    padding: 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px
}

.fl-comments {
    margin-top: 60px
}

.fl-comment-form .fl-comment-form-cancel {
    padding: 15px 0
}

.fl-comments-list ol {
    margin: 0;
    padding: 0
}

.fl-comments-list ol li {
    line-height: inherit;
    list-style: none
}

.fl-comments-list .fl-comments-list-nav {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding: 10px 0 30px
}

.fl-comments-list .fl-comments-list-prev {
    float: left
}

.fl-comments-list .fl-comments-list-next {
    float: right
}

.fl-comments-list .fl-comments-respond-title {
    margin-top: 0
}

.fl-comments-list .comment-meta {
    margin: 20px 0 10px
}

.fl-comments-list .comment-avatar img {
    height: auto;
    max-width: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.fl-comments-list .comment-author-link {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px
}

.fl-comments-list .comment-content {
    border: 1px solid #e6e6e6;
    padding: 15px
}

.fl-comments-list .comment-reply-link {
    padding: 5px;
    text-align: right
}

.fl-comments-list ul.children {
    margin: 0;
    padding: 0
}

.fl-comments-list ul.children li {
    margin: 0 0 0 6%
}

#wp-comment-cookies-consent {
    margin-right: 5px
}

.fl-widget {
    margin-bottom: 40px
}

.fl-module-widget .fl-widget {
    margin-bottom: 0
}

.fl-widget .fl-widget-title {
    margin-bottom: 20px
}

.fl-widget ul {
    list-style: none;
    padding: 0
}

.fl-widget ul li {
    display: block;
    margin-bottom: 8px
}

.fl-widget ul li:last-child {
    margin-bottom: 0
}

.fl-widget ul.sub-menu li {
    margin: 0;
    padding: 5px
}

.fl-widget ul.sub-menu li:before {
    content: "\2013";
    padding-right: 5px
}

input[type=text].fl-search-input {
    color: rgba(117, 117, 117, .6);
    width: 100%
}

input[type=text].fl-search-input:focus {
    color: #757575
}

.widget_calendar table {
    width: 100%
}

.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
    border-bottom: 1px solid #e6e6e6;
    padding: 3px 0;
    text-align: center
}

.widget_calendar caption td,
.widget_calendar tfoot td {
    border: none
}

.widget_calendar caption #prev,
.widget_calendar tfoot #prev {
    text-align: left
}

.widget_calendar caption #next,
.widget_calendar tfoot #next {
    text-align: right
}

.woocommerce-account .woocommerce-Address {
    max-width: none
}

.fl-page .fl-module span.onsale {
    color: #fff;
    background: #2b7bb9;
    font-size: 13px;
    font-weight: 400;
    left: 10px;
    margin: 0;
    padding: 2px 13px;
    right: auto;
    text-shadow: none;
    top: 10px;
    min-height: 3.236em;
    min-width: 3.236em;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    z-index: 9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.fl-page .fl-module-woocommerce a.button,
.fl-page .fl-module-woocommerce button.button.alt,
.fl-page .fl-post-module-woo-button button[type=submit],
.fl-page .fl-post-module-woo-button button[type=submit].alt.disabled,
.fl-page .fl-post-module-woo-button a.button {
    color: #fff;
    background-color: #2b7bb9;
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none;
    border: 1px solid #1f5a87;
    border-radius: 4px
}

.fl-page .fl-module-woocommerce a.button:hover,
.fl-page .fl-module-woocommerce button.button.alt:hover,
.fl-page .fl-post-module-woo-button button[type=submit]:hover,
.fl-page .fl-post-module-woo-button a.button:hover {
    background-color: #2b7bb9;
    color: #fff;
    border: 1px solid #1f5a87;
    border-radius: 4px;
    border-color: #1f5a87
}

.fl-page .fl-module-woocommerce button.button:disabled,
.fl-page .fl-module-woocommerce button.button:disabled[disabled],
.fl-page .fl-module-woocommerce button.alt.disabled {
    padding: 6px 12px
}

.woocommerce-page ul.products li.product a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button.wc-forward,
.woocommerce-page .woocommerce a.button.wc-forward,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page .woocommerce button[type=submit],
.woocommerce-page button[type=submit].alt.disabled {
    color: #fff;
    background-color: #2b7bb9;
    font-family: "Helvetica", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none;
    border: 1px solid #1f5a87;
    border-radius: 4px
}

.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page button.alt.disabled {
    padding: 6px 12px
}

.woocommerce-page ul.products li.product a.button:hover,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page .woocommerce button[type=submit]:hover,
.woocommerce-page button[type=submit].alt.disabled:hover {
    background-color: #2b7bb9;
    color: #fff;
    border: 1px solid #1f5a87;
    border-radius: 4px;
    border-color: #1f5a87
}

.woocommerce-page button.pswp__button:hover {
    border: 0
}

.woocommerce-page button.pswp__button.pswp__button--arrow--left,
.woocommerce-page button.pswp__button.pswp__button--arrow--right {
    position: absolute;
    top: 50%
}

.woocommerce form .form-row .input-checkbox {
    position: static
}

a.fl-button,
a.fl-button:visited {
    background: #2b7bb9;
    color: #fff;
    border: 1px solid #1f5a87
}

a.fl-button:hover,
.fl-builder-content a.fl-button:hover {
    color: #fff;
    background: #2b7bb9
}

a.fl-button *,
a.fl-button:visited * {
    color: #fff
}

a.fl-button:hover * {
    color: #fff
}

a.fl-button:hover,
a.button:hover {
    color: #fff;
    background-color: #2b7bb9;
    border: 1px solid #1f5a87
}

.woocommerce a.button,
.woocommerce a.button:hover {
    border: 1px solid transparent
}

.wp-block-button .wp-block-button__link {
    font-size: 16px;
    line-height: 1.2
}

button,
input[type=button],
input[type=submit] {
    background-color: #2b7bb9;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 12px;
    font-weight: 400;
    text-shadow: none;
    border: 1px solid #1f5a87;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #2b7bb9;
    color: #fff;
    border: 1px solid #1f5a87;
    text-decoration: none
}

button:active,
input[type=button]:active,
input[type=submit]:active,
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
    background-color: #2b7bb9;
    color: #fff;
    border: 1px solid #1f5a87;
    outline: none;
    position: relative
}

button.btn-default,
input[type=button].btn-default,
input[type=submit].btn-default,
button.btn-default:hover,
input[type=button].btn-default:hover,
input[type=submit].btn-default:hover,
button.btn-default:focus,
input[type=button].btn-default:focus,
input[type=submit].btn-default:focus,
button.btn-default.active,
input[type=button].btn-default.active,
input[type=submit].btn-default.active {
    color: #757575;
    background-color: #fcfcfc;
    border-color: #ccc
}

.mejs-button button .mejs-button button:active,
.mejs-button button:hover,
.mejs-button button:visited,
.mejs-button button:focus {
    background-color: transparent;
    border: none
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #757575;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(117, 117, 117, .4)
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(117, 117, 117, .4)
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(117, 117, 117, .4)
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(117, 117, 117, .4)
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
    background-color: #fcfcfc;
    border-color: #ccc;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    background-color: #fcfcfc;
    border-color: #e6e6e6;
    color: #757575;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.form-control::-webkit-input-placeholder {
    color: rgba(117, 117, 117, .4)
}

.form-control:-moz-placeholder {
    color: rgba(117, 117, 117, .4)
}

.form-control::-moz-placeholder {
    color: rgba(117, 117, 117, .4)
}

.form-control:-ms-input-placeholder {
    color: rgba(117, 117, 117, .4)
}

.form-control:focus {
    background-color: #fcfcfc;
    border-color: #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
    background: 0 0 !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
    background: 0 0 !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

img.mfp-img {
    padding: 0
}

.mfp-counter {
    display: none
}

.fl-builder-edit .fl-page-header-fixed {
    display: none !important
}

.fl-builder .container.fl-content-full {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none
}

.fl-builder .container.fl-content-full>.row {
    margin: 0
}

.fl-builder .container.fl-content-full .fl-content {
    margin: 0;
    padding: 0
}

.fl-builder .container.fl-content-full .fl-post-header {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px
}

.fl-builder .container.fl-content-full .fl-comments {
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width: 767px) {
    .fl-post .fl-post-image-beside {
        float: none;
        margin-right: 0
    }

    .fl-post .fl-post-image-beside,
    .fl-post .fl-post-content-beside {
        padding: 0 15px
    }

    .fl-page-header-logo img[data-mobile] {
        display: none
    }
}

@media (max-width: 992px) {

    body.woocommerce-page.fl-framework-bootstrap .row,
    body.woocommerce-page.fl-framework-base .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    body.woocommerce-page.fl-framework-bootstrap .fl-page-content .row .fl-woo-content,
    body.woocommerce-page.fl-framework-base .fl-page-content .row .fl-woo-content {
        box-sizing: border-box;
        width: 100%
    }

    body.woocommerce-page.fl-framework-bootstrap .fl-woo-content-right,
    body.woocommerce-page.fl-framework-base .fl-woo-content-right {
        order: 1;
        width: 100%
    }

    body.woocommerce-page.fl-framework-bootstrap .fl-woo-sidebar-left,
    body.woocommerce-page.fl-framework-base .fl-woo-sidebar-left,
    body.woocommerce-page.fl-framework-bootstrap .fl-sidebar,
    body.woocommerce-page.fl-framework-base .fl-sidebar {
        width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
        width: auto
    }

    .fl-page-nav {
        background: 0 0
    }

    .fl-page-nav .navbar-nav li>a {
        padding: 15px;
        color: #757575
    }

    .fl-page-nav .navbar-nav li>a:hover,
    .fl-page-nav .navbar-nav li>a:focus {
        color: #2b7bb9
    }

    .fl-page-nav .navbar-nav li.current-menu-ancestor>a,
    .fl-page-nav .navbar-nav li.current-menu-parent>a,
    .fl-page-nav .navbar-nav li.current-menu-item>a {
        color: #2b7bb9
    }

    .fl-page-nav .navbar-nav li.current-menu-item~li.current-menu-item>a {
        color: #757575
    }

    .fl-page-nav-wrap {
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        padding: 0;
        border-color: #e6e6e6;
        background-color: #fff;
        color: #000
    }

    .fl-page-nav-wrap *,
    .fl-page-nav-wrap h1,
    .fl-page-nav-wrap h2,
    .fl-page-nav-wrap h3,
    .fl-page-nav-wrap h4,
    .fl-page-nav-wrap h5,
    .fl-page-nav-wrap h6 {
        color: #000
    }

    .fl-page-nav-wrap a,
    .fl-page-nav-wrap a *,
    .fl-page-nav-wrap a.fas,
    .fl-page-nav-wrap a.fab {
        color: #2b7bb9
    }

    .fl-page-nav-wrap a:hover,
    .fl-page-nav-wrap a:focus,
    .fl-page-nav-wrap a:hover *,
    .fl-page-nav-wrap a:focus *,
    .fl-page-nav-wrap a.fas:hover,
    .fl-page-nav-wrap a.fab:hover,
    .fl-page-nav-wrap a.fas:focus,
    .fl-page-nav-wrap a.fab:focus {
        color: #2b7bb9
    }

    .fl-page-nav-wrap .navbar-nav li>a {
        color: #2b7bb9
    }

    .fl-page-nav-wrap .navbar-nav li>a:hover,
    .fl-page-nav-wrap .navbar-nav li>a:focus {
        color: #2b7bb9
    }

    .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a,
    .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a,
    .fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
        color: #2b7bb9
    }

    .fl-page-nav-wrap .navbar-nav li.current-menu-item~li.current-menu-item>a {
        color: #2b7bb9
    }

    .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container,
    .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
        padding-left: 40px;
        padding-right: 40px
    }

    .fl-page-nav-collapse ul.navbar-nav>li {
        border: none
    }

    .fl-page-nav-collapse ul.navbar-nav>li:first-child {
        border: none
    }

    .fl-page-header-container,
    .fl-page-nav-container {
        position: relative
    }

    .fl-page-nav-col,
    .fl-page-nav,
    .fl-page-fixed-nav-wrap {
        position: inherit
    }

    ul.navbar-nav li.mega-menu {
        position: inherit
    }

    ul.navbar-nav li.mega-menu.fl-sub-menu-open>ul.sub-menu {
        left: 0
    }

    ul.navbar-nav li.mega-menu>ul.sub-menu {
        position: absolute !important;
        width: 100%;
        padding: 20px;
        display: table
    }

    ul.navbar-nav li.mega-menu>ul.sub-menu ul.sub-menu {
        position: relative;
        width: auto;
        left: 0 !important;
        top: 0;
        opacity: 1 !important;
        padding: 0;
        border-top: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    ul.navbar-nav li.mega-menu>ul.sub-menu>li {
        position: relative;
        float: none;
        display: table-cell;
        height: auto;
        vertical-align: top;
        border-right: 1px solid #d5e5f1
    }

    ul.navbar-nav li.mega-menu>ul.sub-menu>li:last-child {
        border-right: none
    }

    ul.navbar-nav li.mega-menu>ul.sub-menu>li li li a:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f105';
        font-weight: 900;
        margin-right: 10px
    }

    ul.navbar-nav li.mega-menu>ul.sub-menu>li>a {
        font-weight: 700
    }

    ul.navbar-nav li.mega-menu.mega-menu-items-1>ul>li {
        width: 100%
    }

    ul.navbar-nav li.mega-menu.mega-menu-items-2>ul>li {
        width: 50%
    }

    ul.navbar-nav li.mega-menu.mega-menu-items-3>ul>li {
        width: 33.33%
    }

    ul.navbar-nav li.mega-menu.mega-menu-items-4>ul>li {
        width: 25%
    }

    ul.navbar-nav li.mega-menu.mega-menu-items-5>ul>li {
        width: 20%
    }

    ul.navbar-nav li.mega-menu.mega-menu-items-6>ul>li {
        width: 16.66%
    }

    .fl-content,
    .fl-sidebar {
        margin: 40px 0
    }

    .fl-full-width.fl-footer-effect .fl-page-footer-wrap {
        z-index: -1;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .fl-full-width.fl-footer-effect .fl-page {
        z-index: 10
    }

    .fl-404 {
        padding: 100px 0 150px
    }

    .fl-404 .fl-post-header h2 {
        font-size: 30px
    }

    .fl-builder .container.fl-content-full .fl-post-header,
    .fl-builder .container.fl-content-full .fl-comments {
        margin: 0 40px;
        width: auto
    }
}

@media (min-width: 992px) {
    body.fl-fixed-width:not(.fl-nav-vertical):not(.fl-fixed-header):not(.fl-shrink) {
        padding: 0
    }

    .container {
        padding-left: 0;
        padding-right: 0;
        width: 900px
    }

    .fl-full-width .container {
        padding-left: 40px;
        padding-right: 40px;
        width: auto
    }

    .fl-page {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 980px
    }

    .fl-full-width .fl-page {
        width: auto
    }

    .fl-page-nav-search {
        display: block
    }

    .fl-scroll-header .fl-page-header-primary,
    .fl-scroll-header .fl-page-bar {
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out
    }

    .fl-scroll-header .fl-page-header-primary.fl-show,
    .fl-scroll-header .fl-page-bar.fl-show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .fl-sidebar {
        display: block
    }

    .fl-content {
        margin: 40px 0
    }

    .fl-content-left {
        border-right: 1px solid #e6e6e6;
        padding-right: 40px
    }

    .fl-content-right {
        border-left: 1px solid #e6e6e6;
        padding-left: 40px
    }

    .fl-woo-content-left {
        float: left
    }

    .fl-woo-content-right {
        float: right
    }

    .fl-sidebar-right {
        padding-left: 40px
    }

    .fl-sidebar-left {
        padding-right: 40px
    }

    .fl-builder.fl-full-width .container.fl-content-full .fl-post-header,
    .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
        margin: 0 40px;
        width: auto
    }
}

@media (min-width: 1100px) {
    .fl-fixed-width .fl-page {
        width: 1100px;
        max-width: 90%
    }

    .container {
        width: 1020px;
        max-width: 90%
    }

    .fl-full-width .container {
        padding-left: 0;
        padding-right: 0;
        width: 1020px
    }

    .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container,
    .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
        padding-left: 0;
        padding-right: 0
    }

    .fl-builder.fl-full-width .container.fl-content-full .fl-post-header,
    .fl-builder.fl-full-width .container.fl-content-full .fl-comments {
        margin: 0 auto;
        width: 1020px
    }
}

body.fl-framework-base-4 nav a.no-menu,
body.fl-framework-bootstrap-4 nav a.no-menu {
    display: block
}

body.woocommerce-page.fl-framework-bootstrap .product .label {
    font-size: 14px;
    color: #757575;
    padding: 0
}

@media (max-width: 767px) {
    body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-collapse {
        width: 100%
    }

    body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-collapse ul.navbar-nav {
        flex: 0 0 100%
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-collapse ul.navbar-nav {
        float: none !important
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
        padding-bottom: 30px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-logo-col,
    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-col {
        width: 100%
    }

    .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-logo-col,
    .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-col {
        flex-basis: 100%;
        max-width: 100%
    }

    body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-collapse {
        width: 100%
    }

    body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-collapse ul.navbar-nav {
        flex: 0 0 100%
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-header-row .fl-page-header-logo {
        padding-bottom: 30px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav ul.navbar-nav>li:first-child a {
        padding-left: 17px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-logo-wrap,
    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-col {
        width: 100%
    }

    .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-header-logo-col,
    .fl-framework-bootstrap-4 .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-left .fl-page-nav-col {
        flex-basis: 100%;
        max-width: 100%
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-centered-inline-logo {
        text-align: left
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-centered-inline-logo .fl-page-header-logo {
        display: block
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-header-vertical {
        top: 0
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse {
        border-top: 1px solid #e6e6e6;
        padding-bottom: 10px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse {
        display: none !important;
        visibility: hidden !important
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse.in,
    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapse.show {
        display: block !important;
        visibility: visible !important
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse.collapsing {
        display: block !important
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav {
        display: block;
        float: none
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li {
        border-color: #e6e6e6;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: block;
        float: none;
        position: relative
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li>a {
        color: #2b7bb9;
        text-align: left
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li>a:hover,
    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li>a:focus {
        color: #2b7bb9
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li.current-menu-item>a,
    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li.current-menu-item>.fl-submenu-icon-wrap .fl-submenu-toggle-icon {
        color: #2b7bb9
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li {
        border-color: #e6e6e6
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li a {
        color: #2b7bb9
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li a:hover {
        color: #2b7bb9
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.sub-menu li.current-menu-item a {
        color: #2b7bb9
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse .fl-page-nav-search {
        display: none
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu {
        background-color: transparent;
        border: none;
        float: none;
        height: 100%;
        list-style: none;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        width: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu ul.sub-menu {
        padding-bottom: 0;
        margin-left: 15px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li {
        border-top: 1px solid #e6e6e6
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a {
        clear: both;
        color: #2b7bb9;
        display: block;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        padding: 15px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:hover,
    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:focus {
        color: #2b7bb9;
        text-decoration: none
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f105';
        font-weight: 900;
        margin-right: 10px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul li.fl-mobile-sub-menu-open ul.sub-menu {
        position: static
    }

    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav .sub-menu {
        position: absolute
    }

    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.menu-item-has-children>a {
        padding-right: 40px
    }

    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.menu-item-has-children>.fl-submenu-icon-wrap {
        visibility: visible
    }

    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.fl-mobile-sub-menu-open>.fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
        content: '\f106'
    }

    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.fl-mobile-sub-menu-open>ul.sub-menu,
    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li.fl-mobile-sub-menu-open .hide-heading>ul.sub-menu {
        position: static
    }

    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li a {
        padding: 15px
    }

    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li:hover>.fl-submenu-icon-wrap .fl-submenu-toggle-icon,
    .fl-submenu-toggle .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.navbar-nav li:focus>.fl-submenu-icon-wrap .fl-submenu-toggle-icon {
        color: #2b7bb9
    }

    .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children>a {
        padding-right: 40px
    }

    .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children>a:after {
        content: '' !important
    }

    .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children>.fl-submenu-icon-wrap {
        visibility: visible
    }

    .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children:hover>.fl-submenu-icon-wrap .fl-submenu-toggle-icon,
    .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children:focus>.fl-submenu-icon-wrap .fl-submenu-toggle-icon {
        color: #2b7bb9
    }

    .fl-submenu-indicator .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile ul.navbar-nav li.menu-item-has-children.fl-mobile-sub-menu-open>.fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
        content: '\f106'
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap {
        visibility: hidden
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap .fl-submenu-toggle-icon {
        position: absolute;
        padding: 15px;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-submenu-icon-wrap .fl-submenu-toggle-icon:after {
        font-family: 'Font Awesome 5 Free';
        content: '\f107';
        font-weight: 900;
        font-size: 14px;
        float: right
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-wrap {
        border: 0 none;
        margin: 0;
        padding-bottom: 20px
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
        display: block;
        background: #e6e6e6;
        color: #2b7bb9
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle * {
        color: #2b7bb9
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:hover,
    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:focus {
        background: #e6e6e6
    }

    .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-header-fixed .fl-page-nav-wrap {
        padding-top: 20px
    }
}

.fl-page-nav-right.fl-page-header-fixed,
.fl-page-header-fixed {
    display: none;
    left: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;
    border-color: #e6e6e6;
    background-color: #fff;
    color: #000;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1)
}

.fl-page-nav-right.fl-page-header-fixed *,
.fl-page-header-fixed *,
.fl-page-nav-right.fl-page-header-fixed h1,
.fl-page-header-fixed h1,
.fl-page-nav-right.fl-page-header-fixed h2,
.fl-page-header-fixed h2,
.fl-page-nav-right.fl-page-header-fixed h3,
.fl-page-header-fixed h3,
.fl-page-nav-right.fl-page-header-fixed h4,
.fl-page-header-fixed h4,
.fl-page-nav-right.fl-page-header-fixed h5,
.fl-page-header-fixed h5,
.fl-page-nav-right.fl-page-header-fixed h6,
.fl-page-header-fixed h6 {
    color: #000
}

.fl-page-nav-right.fl-page-header-fixed a,
.fl-page-header-fixed a,
.fl-page-nav-right.fl-page-header-fixed a *,
.fl-page-header-fixed a *,
.fl-page-nav-right.fl-page-header-fixed a.fas,
.fl-page-header-fixed a.fas,
.fl-page-nav-right.fl-page-header-fixed a.fab,
.fl-page-header-fixed a.fab {
    color: #2b7bb9
}

.fl-page-nav-right.fl-page-header-fixed a:hover,
.fl-page-header-fixed a:hover,
.fl-page-nav-right.fl-page-header-fixed a:focus,
.fl-page-header-fixed a:focus,
.fl-page-nav-right.fl-page-header-fixed a:hover *,
.fl-page-header-fixed a:hover *,
.fl-page-nav-right.fl-page-header-fixed a:focus *,
.fl-page-header-fixed a:focus *,
.fl-page-nav-right.fl-page-header-fixed a.fas:hover,
.fl-page-header-fixed a.fas:hover,
.fl-page-nav-right.fl-page-header-fixed a.fab:hover,
.fl-page-header-fixed a.fab:hover,
.fl-page-nav-right.fl-page-header-fixed a.fas:focus,
.fl-page-header-fixed a.fas:focus,
.fl-page-nav-right.fl-page-header-fixed a.fab:focus,
.fl-page-header-fixed a.fab:focus {
    color: #2b7bb9
}

.fl-page-nav-right.fl-page-header-fixed .navbar-nav li>a,
.fl-page-header-fixed .navbar-nav li>a {
    color: #2b7bb9
}

.fl-page-nav-right.fl-page-header-fixed .navbar-nav li>a:hover,
.fl-page-header-fixed .navbar-nav li>a:hover,
.fl-page-nav-right.fl-page-header-fixed .navbar-nav li>a:focus,
.fl-page-header-fixed .navbar-nav li>a:focus {
    color: #2b7bb9
}

.fl-page-nav-right.fl-page-header-fixed .navbar-nav li.current-menu-ancestor>a,
.fl-page-header-fixed .navbar-nav li.current-menu-ancestor>a,
.fl-page-nav-right.fl-page-header-fixed .navbar-nav li.current-menu-parent>a,
.fl-page-header-fixed .navbar-nav li.current-menu-parent>a,
.fl-page-nav-right.fl-page-header-fixed .navbar-nav li.current-menu-item>a,
.fl-page-header-fixed .navbar-nav li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-nav-right.fl-page-header-fixed .navbar-nav li.current-menu-item~li.current-menu-item>a,
.fl-page-header-fixed .navbar-nav li.current-menu-item~li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container,
.fl-page-header-fixed .fl-page-header-container.container {
    padding-bottom: 8px;
    padding-top: 8px
}

.fl-page-nav-right.fl-page-header-fixed.fl-page-header.fl-page-nav-toggle-visible-always .fl-page-header-row .fl-page-header-logo,
.fl-page-header-fixed.fl-page-header.fl-page-nav-toggle-visible-always .fl-page-header-row .fl-page-header-logo {
    padding-bottom: 0
}

.fl-page-nav-right.fl-page-header-fixed.fl-page-header.fl-page-nav-toggle-visible-always .fl-page-nav-collapse,
.fl-page-header-fixed.fl-page-header.fl-page-nav-toggle-visible-always .fl-page-nav-collapse {
    margin-top: 20px
}

.fl-page-nav-right.fl-page-header-fixed.fl-page-header.fl-page-nav-toggle-visible-always .fl-page-nav .navbar-toggle,
.fl-page-header-fixed.fl-page-header.fl-page-nav-toggle-visible-always .fl-page-nav .navbar-toggle {
    top: 15px
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-img,
.fl-page-header-fixed .fl-logo-img {
    max-height: 46px !important;
    width: auto !important
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-text,
.fl-page-header-fixed .fl-logo-text {
    font-size: 28px
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a,
.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav>li>a {
    padding: 10px 15px
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav ul.sub-menu,
.fl-page-header-fixed .fl-page-nav ul.sub-menu {
    background-color: #fff
}

.admin-bar .fl-page-nav-right.fl-page-header-fixed,
.admin-bar .fl-page-header-fixed,
.admin-bar .fl-page-header-vertical {
    top: 32px
}

@media (min-width: 991px) {
    .fl-page-header-fixed .fl-page-fixed-nav-wrap {
        padding-right: 0
    }
}

@media (min-width: 992px) {

    .fl-fixed-width .fl-page-nav-right.fl-page-header-fixed,
    .fl-fixed-width .fl-page-header-fixed {
        width: 980px
    }
}

@media (min-width: 1100px) {

    .fl-fixed-width .fl-page-nav-right.fl-page-header-fixed,
    .fl-fixed-width .fl-page-header-fixed {
        width: 1100px;
        max-width: 90%
    }
}

.fl-page-nav-right .fl-page-header-container {
    padding-bottom: 0
}

.fl-page-nav-right .fl-page-header-logo {
    padding-bottom: 30px
}

.fl-page-nav-right .fl-page-nav-search {
    position: relative
}

.fl-page-nav-right .fl-page-nav-search a.fa-search {
    padding: 13px 0 13px 15px;
    position: static
}

.fl-page-nav-right .fl-page-nav-collapse {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .fl-page-nav-right {
        text-align: center
    }

    .fl-page-nav-right .fl-page-header-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .fl-page-nav-right .fl-page-header-logo {
        padding-left: 40px;
        padding-right: 40px
    }

    .fl-page-nav-right .fl-page-nav-wrap {
        margin-left: -15px;
        margin-right: -15px
    }

    .fl-page-nav-right .fl-page-nav ul.navbar-nav {
        float: none !important
    }

    .fl-page-nav-right .fl-page-nav ul.navbar-nav:last-child {
        margin-right: 0
    }

    .fl-page-nav-right .fl-page-nav ul.navbar-nav>li {
        display: inline-block;
        float: none
    }

    .fl-page-nav-right .fl-page-nav ul.sub-menu {
        text-align: left
    }
}

@media (min-width: 992px) {
    .fl-page-nav-right {
        text-align: right
    }

    .fl-page-nav-right .fl-page-header-wrap {
        border-bottom: 1px solid rgba(0, 0, 0, .13)
    }

    .fl-page-nav-right .fl-page-header-container {
        padding-bottom: 30px
    }

    .fl-page-nav-right .fl-page-header-row {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .fl-page-nav-right .fl-page-header-row>div {
        display: table-cell;
        float: none;
        vertical-align: middle
    }

    .fl-page-nav-right .fl-page-header-row .fl-page-header-logo-col {
        padding-left: 0
    }

    .fl-page-nav-right .fl-page-header-row .fl-page-logo-wrap {
        padding-left: 0
    }

    .fl-page-nav-right .fl-page-header-row .fl-page-nav-col {
        padding-right: 0
    }

    .fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-row {
        display: block;
        width: auto
    }

    .fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-row>div {
        display: block;
        width: 100%
    }

    .fl-page-nav-right .fl-page-header-logo {
        padding: 0;
        text-align: left
    }

    .fl-page-nav-right .fl-page-nav-wrap {
        border-color: #e6e6e6;
        background-color: #fff;
        color: #000;
        background: 0 0;
        border: none;
        margin-left: 0;
        margin-right: 0
    }

    .fl-page-nav-right .fl-page-nav-wrap *,
    .fl-page-nav-right .fl-page-nav-wrap h1,
    .fl-page-nav-right .fl-page-nav-wrap h2,
    .fl-page-nav-right .fl-page-nav-wrap h3,
    .fl-page-nav-right .fl-page-nav-wrap h4,
    .fl-page-nav-right .fl-page-nav-wrap h5,
    .fl-page-nav-right .fl-page-nav-wrap h6 {
        color: #000
    }

    .fl-page-nav-right .fl-page-nav-wrap a,
    .fl-page-nav-right .fl-page-nav-wrap a *,
    .fl-page-nav-right .fl-page-nav-wrap a.fas,
    .fl-page-nav-right .fl-page-nav-wrap a.fab {
        color: #2b7bb9
    }

    .fl-page-nav-right .fl-page-nav-wrap a:hover,
    .fl-page-nav-right .fl-page-nav-wrap a:focus,
    .fl-page-nav-right .fl-page-nav-wrap a:hover *,
    .fl-page-nav-right .fl-page-nav-wrap a:focus *,
    .fl-page-nav-right .fl-page-nav-wrap a.fas:hover,
    .fl-page-nav-right .fl-page-nav-wrap a.fab:hover,
    .fl-page-nav-right .fl-page-nav-wrap a.fas:focus,
    .fl-page-nav-right .fl-page-nav-wrap a.fab:focus {
        color: #2b7bb9
    }

    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a {
        color: #2b7bb9
    }

    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:hover,
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:focus {
        color: #2b7bb9
    }

    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a,
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a,
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
        color: #2b7bb9
    }

    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item~li.current-menu-item>a {
        color: #2b7bb9
    }

    .fl-page-nav-right .fl-page-nav {
        border: none;
        margin: 0
    }

    .fl-page-nav-right .fl-page-nav ul.navbar-nav {
        float: right !important
    }

    .fl-page-nav-right .fl-page-nav ul.navbar-nav>li {
        display: block;
        float: left
    }

    .fl-fixed-width .fl-page-nav-right .fl-page-header-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1100px) {

    .fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-container,
    .fl-page-nav-right.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-container,
    .fl-page-nav-right .fl-page-header-container {
        padding-left: 0;
        padding-right: 0
    }
}

.fl-page-footer-widgets {
    border-top: 1px solid #e6e6e6;
    border-color: #e6e6e6;
    background-color: #fff;
    color: #000
}

.fl-page-footer-widgets *,
.fl-page-footer-widgets h1,
.fl-page-footer-widgets h2,
.fl-page-footer-widgets h3,
.fl-page-footer-widgets h4,
.fl-page-footer-widgets h5,
.fl-page-footer-widgets h6 {
    color: #000
}

.fl-page-footer-widgets a,
.fl-page-footer-widgets a *,
.fl-page-footer-widgets a.fas,
.fl-page-footer-widgets a.fab {
    color: #2b7bb9
}

.fl-page-footer-widgets a:hover,
.fl-page-footer-widgets a:focus,
.fl-page-footer-widgets a:hover *,
.fl-page-footer-widgets a:focus *,
.fl-page-footer-widgets a.fas:hover,
.fl-page-footer-widgets a.fab:hover,
.fl-page-footer-widgets a.fas:focus,
.fl-page-footer-widgets a.fab:focus {
    color: #2b7bb9
}

.fl-page-footer-widgets .navbar-nav li>a {
    color: #2b7bb9
}

.fl-page-footer-widgets .navbar-nav li>a:hover,
.fl-page-footer-widgets .navbar-nav li>a:focus {
    color: #2b7bb9
}

.fl-page-footer-widgets .navbar-nav li.current-menu-ancestor>a,
.fl-page-footer-widgets .navbar-nav li.current-menu-parent>a,
.fl-page-footer-widgets .navbar-nav li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-footer-widgets .navbar-nav li.current-menu-item~li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-footer-widgets-container {
    padding-top: 30px
}

@media (min-width: 992px) {
    .fl-page-footer-widgets {
        display: block
    }
}

.fl-page-footer {
    border-top: 1px solid #e6e6e6;
    font-size: 12px;
    border-color: #e6e6e6;
    background-color: #fff;
    color: #000
}

.fl-page-footer *,
.fl-page-footer h1,
.fl-page-footer h2,
.fl-page-footer h3,
.fl-page-footer h4,
.fl-page-footer h5,
.fl-page-footer h6 {
    color: #000
}

.fl-page-footer a,
.fl-page-footer a *,
.fl-page-footer a.fas,
.fl-page-footer a.fab {
    color: #2b7bb9
}

.fl-page-footer a:hover,
.fl-page-footer a:focus,
.fl-page-footer a:hover *,
.fl-page-footer a:focus *,
.fl-page-footer a.fas:hover,
.fl-page-footer a.fab:hover,
.fl-page-footer a.fas:focus,
.fl-page-footer a.fab:focus {
    color: #2b7bb9
}

.fl-page-footer .navbar-nav li>a {
    color: #2b7bb9
}

.fl-page-footer .navbar-nav li>a:hover,
.fl-page-footer .navbar-nav li>a:focus {
    color: #2b7bb9
}

.fl-page-footer .navbar-nav li.current-menu-ancestor>a,
.fl-page-footer .navbar-nav li.current-menu-parent>a,
.fl-page-footer .navbar-nav li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-footer .navbar-nav li.current-menu-item~li.current-menu-item>a {
    color: #2b7bb9
}

.fl-page-footer-container {
    padding-top: 20px
}

.fl-page-footer-text {
    padding-bottom: 20px;
    text-align: center
}

.fl-page-footer .fl-social-icons {
    text-align: center
}

.fl-page-footer .fl-social-icons .fl-icon {
    margin: 0 5px 20px
}

.fl-page-footer .fl-social-icons .fallback {
    font-size: 26px;
    line-height: 24px
}

.fl-page-footer .fl-social-icons-stacked {
    font-size: 1em
}

.fl-page-footer .fl-social-icons-stacked .fas {
    color: #000
}

.fl-page-footer .fl-social-icons-stacked .fab,
.fl-page-footer .fl-social-icons-stacked .fas.fa-envelope,
.fl-page-footer .fl-social-icons-stacked .fas.fa-rss,
.fl-page-footer .fl-social-icons-stacked .fas.fa-map-marker-alt {
    color: #fff;
    transition: opacity .2s ease-in-out;
    opacity: .8
}

.fl-page-footer .fl-social-icons-stacked .fab:hover,
.fl-page-footer .fl-social-icons-stacked .fas.fa-envelope:hover,
.fl-page-footer .fl-social-icons-stacked .fas.fa-rss:hover,
.fl-page-footer .fl-social-icons-stacked .fas.fa-map-marker-alt:hover {
    color: #666;
    opacity: 1
}

.fl-page-footer .fl-social-icons-stacked .fab,
.fl-page-footer .fl-social-icons-stacked .fas {
    vertical-align: inherit;
    width: inherit;
    height: inherit;
    line-height: inherit
}

.fl-page-footer-nav {
    float: none;
    text-align: center;
    margin: 0 0 10px
}

.fl-page-footer-nav>li {
    display: inline-block;
    float: none
}

.fl-page-footer-nav ul.sub-menu {
    display: none
}

.fl-page-footer-nav>li>a {
    padding-top: 0
}

.fl-page-footer-nav>li>a:hover,
.fl-page-footer-nav>li>a:focus {
    background: 0 0
}

@media (min-width: 768px) {

    .fl-page-footer .fl-page-footer-text,
    .fl-page-footer .fl-social-icons {
        text-align: inherit
    }

    .fl-page-footer .fl-page-footer-nav {
        margin: 0 -15px 10px
    }

    .fl-page-footer .text-left .fl-social-icons .fl-icon {
        margin: 0 10px 20px 0
    }

    .fl-page-footer .text-left .fl-page-footer-nav {
        text-align: left
    }

    .fl-page-footer .text-right .fl-social-icons .fl-icon {
        margin: 0 0 20px 10px
    }

    .fl-page-footer .text-right .fl-page-footer-nav {
        text-align: right
    }
}

@media (min-width: 992px) {
    .fl-page-footer-container {
        padding: 20px 0 0
    }
}

div.woocommerce h2,
div.woocommerce h3 {
    font-size: 18px
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce div.product .stock,
.woocommerce-page div.product .stock {
    color: #757575
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
    color: #2b7bb9
}

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
    color: #2b7bb9
}

.woocommerce .product .price ins,
.woocommerce-page .product .price ins {
    text-decoration: none
}

.woocommerce .fl-page-content .quantity input.qty,
.woocommerce-page .fl-page-content .quantity input.qty {
    padding: .25em
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    width: 100%
}

.woocommerce .ppt,
.woocommerce-page .ppt,
.woocommerce .pp_description,
.woocommerce-page .pp_description {
    display: none !important
}

.woocommerce .pp_overlay,
.woocommerce-page .pp_overlay {
    background-color: rgba(255, 255, 255, .8)
}

.woocommerce div.pp_woocommerce .pp_content_container,
.woocommerce-page div.pp_woocommerce .pp_content_container {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 40px 0 20px
}

.woocommerce div.pp_woocommerce .pp_content_container #respond #reply-title,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond #reply-title {
    margin: 20px 0
}

.woocommerce div.pp_woocommerce .pp_content_container #respond input,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond input,
.woocommerce div.pp_woocommerce .pp_content_container #respond textarea,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond textarea {
    margin-left: 15px
}

.woocommerce div.pp_woocommerce .pp_content_container #respond p,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond p {
    margin-bottom: 20px
}

.woocommerce div.pp_woocommerce .pp_content_container #respond .comment-form-rating,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond .comment-form-rating {
    margin-bottom: 10px
}

.woocommerce div.pp_woocommerce .pp_content_container #respond .stars,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond .stars {
    margin-bottom: 30px
}

.woocommerce div.pp_woocommerce .pp_content_container #respond .comment-form-comment,
.woocommerce-page div.pp_woocommerce .pp_content_container #respond .comment-form-comment {
    margin-bottom: 40px
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
    background: #fcfcfc;
    color: #757575;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: 400;
    text-shadow: none;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
    color: #757575;
    background: #fcfcfc;
    border: 1px solid #ccc;
    text-decoration: none
}

.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active {
    background-image: none;
    outline: 0
}

.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading {
    border: 1px solid #e6e6e6;
    color: #757575;
    filter: alpha(opacity=50);
    opacity: .5
}

.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
    display: none
}

.woocommerce.tax-product_cat .add_to_cart_button,
.woocommerce-page.tax-product_cat .add_to_cart_button {
    display: none
}

.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #757575;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce-page form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder,
.woocommerce-page form .form-row textarea::-webkit-input-placeholder,
.woocommerce form .form-row select::-webkit-input-placeholder,
.woocommerce-page form .form-row select::-webkit-input-placeholder,
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
    color: rgba(117, 117, 117, .4)
}

.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce-page form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row textarea:-moz-placeholder,
.woocommerce-page form .form-row textarea:-moz-placeholder,
.woocommerce form .form-row select:-moz-placeholder,
.woocommerce-page form .form-row select:-moz-placeholder,
.woocommerce table.cart td.actions .coupon .input-text:-moz-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text:-moz-placeholder {
    color: rgba(117, 117, 117, .4)
}

.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce-page form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder,
.woocommerce-page form .form-row textarea::-moz-placeholder,
.woocommerce form .form-row select::-moz-placeholder,
.woocommerce-page form .form-row select::-moz-placeholder,
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text::-moz-placeholder {
    color: rgba(117, 117, 117, .4)
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce-page form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce-page form .form-row textarea:-ms-input-placeholder,
.woocommerce form .form-row select:-ms-input-placeholder,
.woocommerce-page form .form-row select:-ms-input-placeholder,
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.woocommerce-page table.cart td.actions .coupon .input-text:-ms-input-placeholder {
    color: rgba(117, 117, 117, .4)
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    background-color: #fff
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce-page form .form-row select:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus,
.woocommerce-page table.cart td.actions .coupon .input-text:focus {
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    height: 160px
}

.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
    border: 1px solid #e6e6e6
}

.woocommerce .chzn-container-active .chzn-single,
.woocommerce-page .chzn-container-active .chzn-single {
    border: 1px solid #2b7bb9
}

.woocommerce .chzn-container .chzn-results,
.woocommerce-page .chzn-container .chzn-results {
    color: #333
}

.woocommerce .chzn-container .chzn-results .highlighted,
.woocommerce-page .chzn-container .chzn-results .highlighted {
    background: #2b7bb9;
    color: #fff
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    margin-bottom: 0
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    padding-top: 40px
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    text-align: center;
    width: auto
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce .related ul.products li.product a img,
.woocommerce-page .related ul.products li.product a img,
.woocommerce .upsells.products ul.products li.product a img,
.woocommerce-page .upsells.products ul.products li.product a img,
.woocommerce[class*=columns-] ul.products li.product a img,
.woocommerce-page[class*=columns-] ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img,
.woocommerce .related ul.products li.product a:hover img,
.woocommerce-page .related ul.products li.product a:hover img,
.woocommerce .upsells.products ul.products li.product a:hover img,
.woocommerce-page .upsells.products ul.products li.product a:hover img,
.woocommerce[class*=columns-] ul.products li.product a:hover img,
.woocommerce-page[class*=columns-] ul.products li.product a:hover img {
    border: 1px solid #e6e6e6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce .related ul.products li.product .price .from,
.woocommerce-page .related ul.products li.product .price .from,
.woocommerce .upsells.products ul.products li.product .price .from,
.woocommerce-page .upsells.products ul.products li.product .price .from,
.woocommerce[class*=columns-] ul.products li.product .price .from,
.woocommerce-page[class*=columns-] ul.products li.product .price .from {
    color: #757575
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce .related ul.products li.product .price del,
.woocommerce-page .related ul.products li.product .price del,
.woocommerce .upsells.products ul.products li.product .price del,
.woocommerce-page .upsells.products ul.products li.product .price del,
.woocommerce[class*=columns-] ul.products li.product .price del,
.woocommerce-page[class*=columns-] ul.products li.product .price del {
    font-size: inherit
}

.woocommerce ul.products li.product a.added_to_cart,
.woocommerce-page ul.products li.product a.added_to_cart,
.woocommerce .related ul.products li.product a.added_to_cart,
.woocommerce-page .related ul.products li.product a.added_to_cart,
.woocommerce .upsells.products ul.products li.product a.added_to_cart,
.woocommerce-page .upsells.products ul.products li.product a.added_to_cart,
.woocommerce[class*=columns-] ul.products li.product a.added_to_cart,
.woocommerce-page[class*=columns-] ul.products li.product a.added_to_cart {
    margin-left: 5px
}

.woocommerce ul.products li.product mark,
.woocommerce-page ul.products li.product mark,
.woocommerce .related ul.products li.product mark,
.woocommerce-page .related ul.products li.product mark,
.woocommerce .upsells.products ul.products li.product mark,
.woocommerce-page .upsells.products ul.products li.product mark,
.woocommerce[class*=columns-] ul.products li.product mark,
.woocommerce-page[class*=columns-] ul.products li.product mark {
    background: 0 0;
    color: #333
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .star-rating {
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce .products .star-rating span:before,
.woocommerce-page .products .star-rating span:before,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    color: #2b7bb9
}

.woocommerce .products .star-rating:before,
.woocommerce-page .products .star-rating:before,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    content: "\53\53\53\53\53" !important;
    color: #757575
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    color: #fff;
    background: #2b7bb9;
    font-size: 13px;
    font-weight: 400;
    left: 10px;
    margin: 0;
    padding: 2px 13px;
    right: auto;
    text-shadow: none;
    top: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
    border: 1px solid #e6e6e6;
    border-right: none
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    border-right: 1px solid #e6e6e6
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span {
    padding: 6px 10px
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
    border-color: #e6e6e6;
    color: #fff;
    background: #2b7bb9
}

.woocommerce .product_meta,
.woocommerce-page .product_meta {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px
}

.woocommerce .product_meta span span,
.woocommerce-page .product_meta span span,
.woocommerce .product_meta span a,
.woocommerce-page .product_meta span a {
    font-weight: 700
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    background: #fff !important;
    border-color: #ccc;
    color: #757575;
    height: 35px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
    background: #fff !important;
    border-color: #ccc;
    color: #757575;
    height: 18px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce .quantity .plus:focus,
.woocommerce-page .quantity .plus:focus,
.woocommerce .quantity .minus:focus,
.woocommerce-page .quantity .minus:focus {
    top: auto
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
    border-bottom: 1px solid #ccc
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    margin: 0 auto 40px;
    width: auto
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
    border: 1px solid #e6e6e6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: auto
}

.woocommerce div.product .related.products,
.woocommerce-page div.product .related.products {
    clear: both
}

.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del {
    font-size: inherit
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
    margin-top: 20px
}

.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
    margin-top: 30px
}

.woocommerce div.product form.cart .variations input,
.woocommerce-page div.product form.cart .variations input,
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
    max-width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
    padding-bottom: 20px
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
    color: #757575;
    font-size: inherit
}

.woocommerce div.product form.cart .variations td.label label,
.woocommerce-page div.product form.cart .variations td.label label {
    font-weight: 400
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
    clear: both;
    display: block;
    padding-top: 10px
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
    margin: 0 15px 0 0
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    padding: 20px 0 1px
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0 5px
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #e6e6e6
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #757575;
    display: block;
    text-shadow: none
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
    margin-top: 0
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
    margin-bottom: 30px
}

.woocommerce #reviews #comments>div .star-rating,
.woocommerce-page #reviews #comments>div .star-rating {
    float: none;
    margin-bottom: 10px
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
    padding-left: 0
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    background: 0 0;
    border: none;
    display: none;
    padding: 0;
    top: 19px;
    width: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border: none;
    margin: 0;
    padding: 0
}

.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
    background: 0 0;
    border-bottom: 1px solid #e6e6e6
}

.woocommerce .related h2,
.woocommerce-page .related h2,
.woocommerce .upsells.products h2,
.woocommerce-page .upsells.products h2 {
    margin: 20px auto;
    max-width: 280px
}

.woocommerce .label,
.woocommerce-page .label,
.woocommerce .value,
.woocommerce-page .value {
    white-space: normal
}

.woocommerce table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

.woocommerce table.cart td.actions .checkout-button,
.woocommerce-page table.cart td.actions .checkout-button {
    margin-bottom: 0
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    border-bottom: 1px solid #e6e6e6;
    float: none;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    height: 28px;
    width: 48%
}

.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button {
    float: right;
    margin-bottom: 0;
    width: 48%
}

.woocommerce table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:after {
    display: table;
    content: " "
}

.woocommerce table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:after {
    clear: both
}

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
    font-size: 18px
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    text-align: left;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 10px
}

.woocommerce .cart-collaterals .shipping_calculator .form-row,
.woocommerce-page .cart-collaterals .shipping_calculator .form-row {
    padding: 0 0 12px
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
    padding: 0;
    text-indent: 0
}

.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
    margin-left: 5px
}

.woocommerce .checkout #shiptobilling,
.woocommerce-page .checkout #shiptobilling {
    float: none;
    padding: 20px 0 0;
    text-align: left
}

.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
    font-size: inherit;
    padding: 0
}

.woocommerce .checkout .woocommerce-form__input-checkbox,
.woocommerce-page .checkout .woocommerce-form__input-checkbox {
    position: initial
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    border-color: #e6e6e6 !important;
    padding: 18px 10px
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
    border-bottom: 2px solid #e6e6e6
}

.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
    margin-top: 40px
}

.woocommerce #order_review,
.woocommerce-page #order_review {
    background: #f7f7f7;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.woocommerce #order_review .shop_table,
.woocommerce-page #order_review .shop_table {
    margin-bottom: 10px
}

.woocommerce #payment,
.woocommerce-page #payment {
    background: #fcfcfc;
    border: 1px solid #e6e6e6
}

.woocommerce #payment h3,
.woocommerce-page #payment h3 {
    padding: 0 15px
}

.woocommerce #payment .form-row.place-order,
.woocommerce-page #payment .form-row.place-order {
    margin-bottom: 0;
    padding: 10px
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    border-bottom: 1px solid #e6e6e6
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    background: #f7f7f7;
    color: #757575;
    margin: 10px 0 20px;
    text-shadow: none;
    width: 100%
}

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
    display: none
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
    border: none
}

.woocommerce .order_details,
.woocommerce-page .order_details {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    float: none;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    text-transform: none
}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
    font-size: 14px
}

.woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details,
.woocommerce-page .woocommerce-order-overview.woocommerce-thankyou-order-details {
    padding-left: 20px
}

.woocommerce .customer_details,
.woocommerce-page .customer_details,
.woocommerce .addresses address,
.woocommerce-page .addresses address {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px
}

.woocommerce .addresses .title,
.woocommerce-page .addresses .title {
    position: relative
}

.woocommerce .addresses .title a,
.woocommerce-page .addresses .title a {
    bottom: 10px;
    position: absolute;
    right: 0
}

.woocommerce input[name=change_password],
.woocommerce-page input[name=change_password],
.woocommerce input[name=save_address],
.woocommerce-page input[name=save_address] {
    margin: 3px 0 0 2px
}

.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 0
}

.woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
    border-top: 1px solid #e6e6e6
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child,
.woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid #e6e6e6
}

.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 0
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    color: #757575;
    font-weight: 700;
    padding: 15px 25px !important;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    display: none
}

.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce-page .woocommerce-error a.button {
    display: block;
    float: none;
    margin-bottom: 20px
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
    background-color: #fff2f3;
    border-color: #eb989d;
    color: #b84048
}

.woocommerce .woocommerce-error a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce .woocommerce-error a.button:hover,
.woocommerce-page .woocommerce-error a.button:hover {
    color: #b84048
}

.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
    clear: both;
    padding: 0 0 10px
}

.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
    float: left;
    margin: 0 15px 0 0;
    width: 50px
}

.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
    margin: 3px 0 3px 65px
}

.woocommerce ul.product_list_widget li .amount,
.woocommerce-page ul.product_list_widget li .amount {
    margin: 0 4px 0 0
}

.fl-sidebar .widget_product_categories ul ul li {
    padding-left: 1.618em
}

@media (min-width: 768px) {

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 48%
    }

    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        width: 48%
    }

    .woocommerce.columns-1 ul.products.columns-1 li.product,
    .woocommerce-page.columns-1 ul.products.columns-1 li.product,
    .woocommerce.woo-1.archive ul.products.columns-1 li.product,
    .woocommerce-page.woo-1.archive ul.products.columns-1 li.product {
        width: 100% !important;
        margin-right: 0 !important
    }

    .woocommerce.columns-2 ul.products.columns-2 li.product,
    .woocommerce-page.columns-2 ul.products.columns-2 li.product,
    .woocommerce.woo-2.archive ul.products.columns-2 li.product,
    .woocommerce-page.woo-2.archive ul.products.columns-2 li.product {
        width: 48% !important
    }

    .woocommerce.columns-3 ul.products.columns-3 li.product,
    .woocommerce-page.columns-3 ul.products.columns-3 li.product,
    .woocommerce.woo-3.archive ul.products.columns-3 li.product,
    .woocommerce-page.woo-3.archive ul.products.columns-3 li.product {
        width: 30.75% !important
    }

    .woocommerce.columns-4 ul.products.columns-4 li.product,
    .woocommerce-page.columns-4 ul.products.columns-4 li.product,
    .woocommerce.woo-4.archive ul.products.columns-4 li.product,
    .woocommerce-page.woo-4.archive ul.products.columns-4 li.product {
        width: 22.05% !important
    }

    .woocommerce.columns-5 ul.products.columns-5 li.product,
    .woocommerce-page.columns-5 ul.products.columns-5 li.product,
    .woocommerce.woo-5.archive ul.products.columns-5 li.product,
    .woocommerce-page.woo-5.archive ul.products.columns-5 li.product {
        width: 16.95% !important
    }

    .woocommerce.columns-6 ul.products.columns-6 li.product,
    .woocommerce-page.columns-6 ul.products.columns-6 li.product,
    .woocommerce.woo-6.archive ul.products.columns-6 li.product,
    .woocommerce-page.woo-6.archive ul.products.columns-6 li.product {
        width: 13.5% !important
    }

    .woocommerce li.product.last,
    .woocommerce-page li.product.last {
        clear: right;
        margin-right: 0 !important
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce .related ul.products li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce .upsells.products ul.products li.product,
    .woocommerce-page .upsells.products ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product {
        clear: none;
        float: left !important;
        margin-right: 3.8%;
        max-width: none;
        width: 22.05%
    }

    .woocommerce ul.products li.product.first,
    .woocommerce-page ul.products li.product.first,
    .woocommerce .related ul.products li.product.first,
    .woocommerce-page .related ul.products li.product.first,
    .woocommerce .upsells.products ul.products li.product.first,
    .woocommerce-page .upsells.products ul.products li.product.first,
    .woocommerce[class*=columns-] ul.products li.product.first,
    .woocommerce-page[class*=columns-] ul.products li.product.first {
        clear: both
    }

    .woocommerce ul.products li.product.last,
    .woocommerce-page ul.products li.product.last,
    .woocommerce .related ul.products li.product.last,
    .woocommerce-page .related ul.products li.product.last,
    .woocommerce .upsells.products ul.products li.product.last,
    .woocommerce-page .upsells.products ul.products li.product.last,
    .woocommerce[class*=columns-] ul.products li.product.last,
    .woocommerce-page[class*=columns-] ul.products li.product.last {
        clear: right;
        margin-right: 0 !important
    }

    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images {
        float: left;
        margin-bottom: 2em;
        max-width: none;
        width: 48%
    }

    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right;
        width: 48%
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs {
        padding: 0 0 0 30px
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        display: inline-block
    }

    .woocommerce #reviews #comments>div .star-rating,
    .woocommerce-page #reviews #comments>div .star-rating {
        float: right;
        margin-bottom: 0
    }

    .woocommerce #reviews #comments ol.commentlist li img.avatar,
    .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
        display: block
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text,
    .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
        border: none;
        margin: 0 0 0 55px;
        padding: 0
    }

    .woocommerce .related h2,
    .woocommerce-page .related h2,
    .woocommerce .upsells.products h2,
    .woocommerce-page .upsells.products h2 {
        max-width: none
    }

    .woocommerce table.cart .product-remove,
    .woocommerce-page table.cart .product-remove,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce table.cart .product-price,
    .woocommerce-page table.cart .product-price {
        display: table-cell
    }

    .woocommerce table.cart .product-thumbnail img,
    .woocommerce-page table.cart .product-thumbnail img {
        max-width: 100px
    }

    .woocommerce table.cart td.actions .button:disabled,
    .woocommerce-page table.cart td.actions .button:disabled {
        background-color: inherit
    }

    .woocommerce table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto
    }

    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        border-bottom: none;
        float: left;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text {
        width: 200px
    }

    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .button {
        width: auto
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        text-align: left;
        width: 48%
    }

    .woocommerce .order_details li,
    .woocommerce-page .order_details li {
        border: none;
        border-right: 1px solid #e6e6e6;
        float: left
    }

    .woocommerce .woocommerce-message a.button,
    .woocommerce-page .woocommerce-message a.button,
    .woocommerce .woocommerce-info a.button,
    .woocommerce-page .woocommerce-info a.button,
    .woocommerce .woocommerce-error a.button,
    .woocommerce-page .woocommerce-error a.button {
        display: inline;
        float: right;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

body.has-blocks .fl-post-content>.alignwide {
    max-width: 1100px
}

body.fl-fixed-width.has-blocks:not(.fl-has-sidebar) .fl-post-content .alignfull {
    width: auto;
    max-width: 100vw
}

body.fl-full-width.has-blocks:not(.fl-has-sidebar) .fl-post-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 100vw
}

body.has-blocks .fl-post-content>.alignfull,
body.fl-full-width.page-template-tpl-sidebar.has-blocks .fl-post-content .alignfull {
    margin: 1.5em 0;
    max-width: 100%
}

body.has-blocks .fl-post-content .alignwide {
    margin-left: -5%;
    margin-right: -5%;
    width: auto;
    max-width: 100vw
}

body.has-blocks .fl-post-content ul,
body.has-blocks .fl-post-content ol {
    margin: 1.5em 0;
    list-style-position: outside
}

body.has-blocks .fl-post-content .alignwide ul,
body.has-blocks .fl-post-content .alignfull ul,
body.has-blocks .fl-post-content .alignwide ol,
body.has-blocks .fl-post-content .alignfull ol {
    max-width: 100%
}

body.has-blocks .fl-post-content li {
    list-style-position: outside
}

body.has-blocks .fl-post-content .wp-block-navigation {
    margin-bottom: 1.5em
}

body.has-blocks .fl-post-content .wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto
}

.wp-block-cover-text p {
    padding: 1.5em 20px
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0
    }
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 20px
}

.wp-block-table {
    display: block;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
        line-height: 1.45
    }

    h1 {
        font-size: 36px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h2 {
        font-size: 30px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h3 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h5 {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h6 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    .wp-block-button .wp-block-button__link {
        font-size: 16px;
        line-height: 1.2
    }

    .fl-page button,
    .fl-page input[type=button],
    .fl-page input[type=submit] {
        font-size: 16px;
        line-height: 1.2
    }

    a.fl-button,
    a.fl-button:visited,
    .fl-page a.fl-button,
    .fl-page a.fl-button:visited {
        font-size: 16px;
        line-height: 1.2
    }

    a.fl-button:hover {
        font-size: 16px;
        line-height: 1.2
    }

    .fl-page .fl-module-woocommerce a.button,
    .fl-page .fl-post-module-woo-button a.button,
    .fl-page .fl-module-woocommerce a.button:visited,
    .fl-page .fl-post-module-woo-button a.button:visited,
    .fl-page .fl-module-woocommerce button[type=button],
    .fl-page .fl-post-module-woo-button button[type=button],
    .fl-page .fl-module-woocommerce button[type=submit],
    .fl-page .fl-post-module-woo-button button[type=submit] {
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.45
    }

    h1 {
        font-size: 36px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h2 {
        font-size: 30px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h3 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h3 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h5 {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    h6 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px
    }

    .wp-block-button .wp-block-button__link {
        font-size: 16px;
        line-height: 1.2
    }

    .fl-page button,
    .fl-page input[type=button],
    .fl-page input[type=submit] {
        font-size: 16px;
        line-height: 1.2
    }

    a.fl-button,
    a.fl-button:visited,
    .fl-page a.fl-button,
    .fl-page a.fl-button:visited {
        font-size: 16px;
        line-height: 1.2
    }

    .fl-page .fl-module-woocommerce a.button,
    .fl-page .fl-post-module-woo-button a.button,
    .fl-page .fl-module-woocommerce a.button:visited,
    .fl-page .fl-post-module-woo-button a.button:visited,
    .fl-page .fl-module-woocommerce button[type=button],
    .fl-page .fl-post-module-woo-button button[type=button],
    .fl-page .fl-module-woocommerce button[type=submit],
    .fl-page .fl-post-module-woo-button button[type=submit] {
        font-size: 16px;
        line-height: 1.2
    }
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,
    80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%,
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@font-face {
    font-family: "rub-arial-regular";
    src: url("https://centrlodok.ru/wp-content/plugins/saphali-woocommerce-lite/ruble-simb.woff"), url("https://centrlodok.ru/wp-content/plugins/saphali-woocommerce-lite/ruble-simb.ttf")
}

span.rur {
    font-family: rub-arial-regular;
    text-transform: uppercase
}

span.rur span {
    display: none
}

.no-js img.lazyload {
    display: none
}

figure.wp-block-image img.lazyloading {
    min-width: 150px
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .4s;
    transition-delay: 0ms
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}