.zpheading-align-right {
    text-align: right
}

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

.zpheading-align-left.zpheading-style-type1,
.zpheading-align-justify.zpheading-style-type1 {
    position: relative
}

.zpheading-align-left.zpheading-style-type1:after,
.zpheading-align-justify.zpheading-style-type1:after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 30px
}

.zpheading-align-right.zpheading-style-type1 {
    position: relative
}

.zpheading-align-right.zpheading-style-type1:after {
    content: "";
    height: 3px;
    left: auto;
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 30px
}

.zpheading-align-center.zpheading-style-type1 {
    position: relative
}

.zpheading-align-center.zpheading-style-type1:after {
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 30px
}

.zpheading-style-type2 {
    position: relative
}

.zpheading-style-type2:after {
    content: "";
    height: 3px;
    display: inline-block;
    width: 20px;
    margin-left: 10px
}

.zpheading-align-left.zpheading-style-type3,
.zpheading-align-justify.zpheading-style-type3 {
    position: relative;
    padding-left: 10px
}

.zpheading-align-left.zpheading-style-type3:after,
.zpheading-align-justify.zpheading-style-type3:after {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0
}

.zpheading-align-right.zpheading-style-type3 {
    position: relative;
    padding-right: 10px
}

.zpheading-align-right.zpheading-style-type3:after {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0
}

.zpheading-align-center.zpheading-style-type3:before {
    content: "";
    height: auto;
    margin-right: 7px;
    padding-right: 3px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.zpelement {
    margin: 20px 0 0;
    clear: both;
    zoom: 1
}

.zpelement:after {
    clear: both;
    content: "";
    display: table
}

.zpelement:before {
    content: "";
    display: table
}

.zpsection {
    padding: 50px 0
}

.zpcontainer-fluid {
    width: 100%;
    padding: 0 15px
}

.zpcontainer {
    padding: 0 15px
}

@media all and (min-width:992px) {
    .zpcontainer {
        width: 992px;
        margin: 0 auto
    }
}

.zpcol-sm-15,
.zpcol-md-15 {
    width: 20%
}

.zprow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.zprow.zpflex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse
}

.zprow.zpjustify-content-space-around {
    justify-content: space-around
}

.zprow.zpjustify-content-space-between {
    justify-content: space-between
}

.zprow.zpflex-no-wrap {
    flex-wrap: nowrap
}

.zprow.zpflex-no-wrap .zpcol-sm-1,
.zprow.zpflex-no-wrap .zpcol-sm-2,
.zprow.zpflex-no-wrap .zpcol-sm-3,
.zprow.zpflex-no-wrap .zpcol-sm-4,
.zprow.zpflex-no-wrap .zpcol-sm-5,
.zprow.zpflex-no-wrap .zpcol-sm-6,
.zprow.zpflex-no-wrap .zpcol-sm-7,
.zprow.zpflex-no-wrap .zpcol-sm-8,
.zprow.zpflex-no-wrap .zpcol-sm-9,
.zprow.zpflex-no-wrap .zpcol-sm-10,
.zprow.zpflex-no-wrap .zpcol-sm-11,
.zprow.zpflex-no-wrap .zpcol-sm-12,
.zprow.zpflex-no-wrap .zpcol-md-1,
.zprow.zpflex-no-wrap .zpcol-md-2,
.zprow.zpflex-no-wrap .zpcol-md-3,
.zprow.zpflex-no-wrap .zpcol-md-4,
.zprow.zpflex-no-wrap .zpcol-md-5,
.zprow.zpflex-no-wrap .zpcol-md-6,
.zprow.zpflex-no-wrap .zpcol-md-7,
.zprow.zpflex-no-wrap .zpcol-md-8,
.zprow.zpflex-no-wrap .zpcol-md-9,
.zprow.zpflex-no-wrap .zpcol-md-10,
.zprow.zpflex-no-wrap .zpcol-md-11,
.zprow.zpflex-no-wrap .zpcol-md-12 {
    flex: 1 0 100%;
    word-break: break-word;
    word-wrap: break-word
}

.zprow.zpflex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse
}

.zprow.zpflex-direction-row-reverse {
    flex-direction: row-reverse
}

.zprow.zpflex-direction-column {
    flex-direction: column
}

.zprow.zpflex-direction-column-reverse {
    flex-direction: column-reverse
}

.zprow.zpalign-items-flex-start {
    align-items: flex-start
}

.zprow.zpalign-items-center {
    align-items: center
}

.zprow.zpalign-items-flex-end {
    align-items: flex-end
}

.zprow.zpalign-items-stretch {
    align-items: stretch
}

.zprow.zpjustify-content-flex-start .zpcol-sm-1,
.zprow.zpjustify-content-flex-start .zpcol-sm-2,
.zprow.zpjustify-content-flex-start .zpcol-sm-3,
.zprow.zpjustify-content-flex-start .zpcol-sm-4,
.zprow.zpjustify-content-flex-start .zpcol-sm-5,
.zprow.zpjustify-content-flex-start .zpcol-sm-6,
.zprow.zpjustify-content-flex-start .zpcol-sm-7,
.zprow.zpjustify-content-flex-start .zpcol-sm-8,
.zprow.zpjustify-content-flex-start .zpcol-sm-9,
.zprow.zpjustify-content-flex-start .zpcol-sm-10,
.zprow.zpjustify-content-flex-start .zpcol-sm-11,
.zprow.zpjustify-content-flex-start .zpcol-sm-12,
.zprow.zpjustify-content-flex-start .zpcol-md-1,
.zprow.zpjustify-content-flex-start .zpcol-md-2,
.zprow.zpjustify-content-flex-start .zpcol-md-3,
.zprow.zpjustify-content-flex-start .zpcol-md-4,
.zprow.zpjustify-content-flex-start .zpcol-md-5,
.zprow.zpjustify-content-flex-start .zpcol-md-6,
.zprow.zpjustify-content-flex-start .zpcol-md-7,
.zprow.zpjustify-content-flex-start .zpcol-md-8,
.zprow.zpjustify-content-flex-start .zpcol-md-9,
.zprow.zpjustify-content-flex-start .zpcol-md-10,
.zprow.zpjustify-content-flex-start .zpcol-md-11,
.zprow.zpjustify-content-flex-start .zpcol-md-12,
.zprow.zpjustify-content-flex-end .zpcol-sm-1,
.zprow.zpjustify-content-flex-end .zpcol-sm-2,
.zprow.zpjustify-content-flex-end .zpcol-sm-3,
.zprow.zpjustify-content-flex-end .zpcol-sm-4,
.zprow.zpjustify-content-flex-end .zpcol-sm-5,
.zprow.zpjustify-content-flex-end .zpcol-sm-6,
.zprow.zpjustify-content-flex-end .zpcol-sm-7,
.zprow.zpjustify-content-flex-end .zpcol-sm-8,
.zprow.zpjustify-content-flex-end .zpcol-sm-9,
.zprow.zpjustify-content-flex-end .zpcol-sm-10,
.zprow.zpjustify-content-flex-end .zpcol-sm-11,
.zprow.zpjustify-content-flex-end .zpcol-sm-12,
.zprow.zpjustify-content-flex-end .zpcol-md-1,
.zprow.zpjustify-content-flex-end .zpcol-md-2,
.zprow.zpjustify-content-flex-end .zpcol-md-3,
.zprow.zpjustify-content-flex-end .zpcol-md-4,
.zprow.zpjustify-content-flex-end .zpcol-md-5,
.zprow.zpjustify-content-flex-end .zpcol-md-6,
.zprow.zpjustify-content-flex-end .zpcol-md-7,
.zprow.zpjustify-content-flex-end .zpcol-md-8,
.zprow.zpjustify-content-flex-end .zpcol-md-9,
.zprow.zpjustify-content-flex-end .zpcol-md-10,
.zprow.zpjustify-content-flex-end .zpcol-md-11,
.zprow.zpjustify-content-flex-end .zpcol-md-12,
.zprow.zpjustify-content-center .zpcol-sm-1,
.zprow.zpjustify-content-center .zpcol-sm-2,
.zprow.zpjustify-content-center .zpcol-sm-3,
.zprow.zpjustify-content-center .zpcol-sm-4,
.zprow.zpjustify-content-center .zpcol-sm-5,
.zprow.zpjustify-content-center .zpcol-sm-6,
.zprow.zpjustify-content-center .zpcol-sm-7,
.zprow.zpjustify-content-center .zpcol-sm-8,
.zprow.zpjustify-content-center .zpcol-sm-9,
.zprow.zpjustify-content-center .zpcol-sm-10,
.zprow.zpjustify-content-center .zpcol-sm-11,
.zprow.zpjustify-content-center .zpcol-sm-12,
.zprow.zpjustify-content-center .zpcol-md-1,
.zprow.zpjustify-content-center .zpcol-md-2,
.zprow.zpjustify-content-center .zpcol-md-3,
.zprow.zpjustify-content-center .zpcol-md-4,
.zprow.zpjustify-content-center .zpcol-md-5,
.zprow.zpjustify-content-center .zpcol-md-6,
.zprow.zpjustify-content-center .zpcol-md-7,
.zprow.zpjustify-content-center .zpcol-md-8,
.zprow.zpjustify-content-center .zpcol-md-9,
.zprow.zpjustify-content-center .zpcol-md-10,
.zprow.zpjustify-content-center .zpcol-md-11,
.zprow.zpjustify-content-center .zpcol-md-12 {
    flex-grow: 0
}

.zprow.zpjustify-content-flex-start {
    justify-content: flex-start
}

.zprow.zpjustify-content-center {
    justify-content: center
}

.zprow.zpjustify-content-flex-end {
    justify-content: flex-end
}

.zprow.zpflex-direction-column .zpcol-sm-1,
.zprow.zpflex-direction-column .zpcol-sm-2,
.zprow.zpflex-direction-column .zpcol-sm-3,
.zprow.zpflex-direction-column .zpcol-sm-4,
.zprow.zpflex-direction-column .zpcol-sm-5,
.zprow.zpflex-direction-column .zpcol-sm-6,
.zprow.zpflex-direction-column .zpcol-sm-7,
.zprow.zpflex-direction-column .zpcol-sm-8,
.zprow.zpflex-direction-column .zpcol-sm-9,
.zprow.zpflex-direction-column .zpcol-sm-10,
.zprow.zpflex-direction-column .zpcol-sm-11,
.zprow.zpflex-direction-column .zpcol-sm-12,
.zprow.zpflex-direction-column .zpcol-md-1,
.zprow.zpflex-direction-column .zpcol-md-2,
.zprow.zpflex-direction-column .zpcol-md-3,
.zprow.zpflex-direction-column .zpcol-md-4,
.zprow.zpflex-direction-column .zpcol-md-5,
.zprow.zpflex-direction-column .zpcol-md-6,
.zprow.zpflex-direction-column .zpcol-md-7,
.zprow.zpflex-direction-column .zpcol-md-8,
.zprow.zpflex-direction-column .zpcol-md-9,
.zprow.zpflex-direction-column .zpcol-md-10,
.zprow.zpflex-direction-column .zpcol-md-11,
.zprow.zpflex-direction-column .zpcol-md-12,
.zprow.zpflex-direction-column-reverse .zpcol-sm-1,
.zprow.zpflex-direction-column-reverse .zpcol-sm-2,
.zprow.zpflex-direction-column-reverse .zpcol-sm-3,
.zprow.zpflex-direction-column-reverse .zpcol-sm-4,
.zprow.zpflex-direction-column-reverse .zpcol-sm-5,
.zprow.zpflex-direction-column-reverse .zpcol-sm-6,
.zprow.zpflex-direction-column-reverse .zpcol-sm-7,
.zprow.zpflex-direction-column-reverse .zpcol-sm-8,
.zprow.zpflex-direction-column-reverse .zpcol-sm-9,
.zprow.zpflex-direction-column-reverse .zpcol-sm-10,
.zprow.zpflex-direction-column-reverse .zpcol-sm-11,
.zprow.zpflex-direction-column-reverse .zpcol-sm-12,
.zprow.zpflex-direction-column-reverse .zpcol-md-1,
.zprow.zpflex-direction-column-reverse .zpcol-md-2,
.zprow.zpflex-direction-column-reverse .zpcol-md-3,
.zprow.zpflex-direction-column-reverse .zpcol-md-4,
.zprow.zpflex-direction-column-reverse .zpcol-md-5,
.zprow.zpflex-direction-column-reverse .zpcol-md-6,
.zprow.zpflex-direction-column-reverse .zpcol-md-7,
.zprow.zpflex-direction-column-reverse .zpcol-md-8,
.zprow.zpflex-direction-column-reverse .zpcol-md-9,
.zprow.zpflex-direction-column-reverse .zpcol-md-10,
.zprow.zpflex-direction-column-reverse .zpcol-md-11,
.zprow.zpflex-direction-column-reverse .zpcol-md-12 {
    width: 100%
}

.zprow .zpcol-sm-1,
.zprow .zpcol-sm-2,
.zprow .zpcol-sm-3,
.zprow .zpcol-sm-4,
.zprow .zpcol-sm-5,
.zprow .zpcol-sm-6,
.zprow .zpcol-sm-7,
.zprow .zpcol-sm-8,
.zprow .zpcol-sm-9,
.zprow .zpcol-sm-10,
.zprow .zpcol-sm-11,
.zprow .zpcol-sm-12,
.zprow .zpcol-md-1,
.zprow .zpcol-md-2,
.zprow .zpcol-md-3,
.zprow .zpcol-md-4,
.zprow .zpcol-md-5,
.zprow .zpcol-md-6,
.zprow .zpcol-md-7,
.zprow .zpcol-md-8,
.zprow .zpcol-md-9,
.zprow .zpcol-md-10,
.zprow .zpcol-md-11,
.zprow .zpcol-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 auto;
    word-break: break-word;
    word-wrap: break-word
}

.zprow .zpalign-self-stretch.zpcol-sm-1,
.zprow .zpalign-self-stretch.zpcol-sm-2,
.zprow .zpalign-self-stretch.zpcol-sm-3,
.zprow .zpalign-self-stretch.zpcol-sm-4,
.zprow .zpalign-self-stretch.zpcol-sm-5,
.zprow .zpalign-self-stretch.zpcol-sm-6,
.zprow .zpalign-self-stretch.zpcol-sm-7,
.zprow .zpalign-self-stretch.zpcol-sm-8,
.zprow .zpalign-self-stretch.zpcol-sm-9,
.zprow .zpalign-self-stretch.zpcol-sm-10,
.zprow .zpalign-self-stretch.zpcol-sm-11,
.zprow .zpalign-self-stretch.zpcol-sm-12,
.zprow .zpalign-self-stretch.zpcol-md-1,
.zprow .zpalign-self-stretch.zpcol-md-2,
.zprow .zpalign-self-stretch.zpcol-md-3,
.zprow .zpalign-self-stretch.zpcol-md-4,
.zprow .zpalign-self-stretch.zpcol-md-5,
.zprow .zpalign-self-stretch.zpcol-md-6,
.zprow .zpalign-self-stretch.zpcol-md-7,
.zprow .zpalign-self-stretch.zpcol-md-8,
.zprow .zpalign-self-stretch.zpcol-md-9,
.zprow .zpalign-self-stretch.zpcol-md-10,
.zprow .zpalign-self-stretch.zpcol-md-11,
.zprow .zpalign-self-stretch.zpcol-md-12 {
    align-self: stretch
}

.zprow .zpalign-self-flex-start.zpcol-sm-1,
.zprow .zpalign-self-flex-start.zpcol-sm-2,
.zprow .zpalign-self-flex-start.zpcol-sm-3,
.zprow .zpalign-self-flex-start.zpcol-sm-4,
.zprow .zpalign-self-flex-start.zpcol-sm-5,
.zprow .zpalign-self-flex-start.zpcol-sm-6,
.zprow .zpalign-self-flex-start.zpcol-sm-7,
.zprow .zpalign-self-flex-start.zpcol-sm-8,
.zprow .zpalign-self-flex-start.zpcol-sm-9,
.zprow .zpalign-self-flex-start.zpcol-sm-10,
.zprow .zpalign-self-flex-start.zpcol-sm-11,
.zprow .zpalign-self-flex-start.zpcol-sm-12,
.zprow .zpalign-self-flex-start.zpcol-md-1,
.zprow .zpalign-self-flex-start.zpcol-md-2,
.zprow .zpalign-self-flex-start.zpcol-md-3,
.zprow .zpalign-self-flex-start.zpcol-md-4,
.zprow .zpalign-self-flex-start.zpcol-md-5,
.zprow .zpalign-self-flex-start.zpcol-md-6,
.zprow .zpalign-self-flex-start.zpcol-md-7,
.zprow .zpalign-self-flex-start.zpcol-md-8,
.zprow .zpalign-self-flex-start.zpcol-md-9,
.zprow .zpalign-self-flex-start.zpcol-md-10,
.zprow .zpalign-self-flex-start.zpcol-md-11,
.zprow .zpalign-self-flex-start.zpcol-md-12 {
    align-self: flex-start
}

.zprow .zpalign-self-center.zpcol-sm-1,
.zprow .zpalign-self-center.zpcol-sm-2,
.zprow .zpalign-self-center.zpcol-sm-3,
.zprow .zpalign-self-center.zpcol-sm-4,
.zprow .zpalign-self-center.zpcol-sm-5,
.zprow .zpalign-self-center.zpcol-sm-6,
.zprow .zpalign-self-center.zpcol-sm-7,
.zprow .zpalign-self-center.zpcol-sm-8,
.zprow .zpalign-self-center.zpcol-sm-9,
.zprow .zpalign-self-center.zpcol-sm-10,
.zprow .zpalign-self-center.zpcol-sm-11,
.zprow .zpalign-self-center.zpcol-sm-12,
.zprow .zpalign-self-center.zpcol-md-1,
.zprow .zpalign-self-center.zpcol-md-2,
.zprow .zpalign-self-center.zpcol-md-3,
.zprow .zpalign-self-center.zpcol-md-4,
.zprow .zpalign-self-center.zpcol-md-5,
.zprow .zpalign-self-center.zpcol-md-6,
.zprow .zpalign-self-center.zpcol-md-7,
.zprow .zpalign-self-center.zpcol-md-8,
.zprow .zpalign-self-center.zpcol-md-9,
.zprow .zpalign-self-center.zpcol-md-10,
.zprow .zpalign-self-center.zpcol-md-11,
.zprow .zpalign-self-center.zpcol-md-12 {
    align-self: center
}

.zprow .zpalign-self-flex-end.zpcol-sm-1,
.zprow .zpalign-self-flex-end.zpcol-sm-2,
.zprow .zpalign-self-flex-end.zpcol-sm-3,
.zprow .zpalign-self-flex-end.zpcol-sm-4,
.zprow .zpalign-self-flex-end.zpcol-sm-5,
.zprow .zpalign-self-flex-end.zpcol-sm-6,
.zprow .zpalign-self-flex-end.zpcol-sm-7,
.zprow .zpalign-self-flex-end.zpcol-sm-8,
.zprow .zpalign-self-flex-end.zpcol-sm-9,
.zprow .zpalign-self-flex-end.zpcol-sm-10,
.zprow .zpalign-self-flex-end.zpcol-sm-11,
.zprow .zpalign-self-flex-end.zpcol-sm-12,
.zprow .zpalign-self-flex-end.zpcol-md-1,
.zprow .zpalign-self-flex-end.zpcol-md-2,
.zprow .zpalign-self-flex-end.zpcol-md-3,
.zprow .zpalign-self-flex-end.zpcol-md-4,
.zprow .zpalign-self-flex-end.zpcol-md-5,
.zprow .zpalign-self-flex-end.zpcol-md-6,
.zprow .zpalign-self-flex-end.zpcol-md-7,
.zprow .zpalign-self-flex-end.zpcol-md-8,
.zprow .zpalign-self-flex-end.zpcol-md-9,
.zprow .zpalign-self-flex-end.zpcol-md-10,
.zprow .zpalign-self-flex-end.zpcol-md-11,
.zprow .zpalign-self-flex-end.zpcol-md-12 {
    align-self: flex-end
}

.zprow .zpalign-self-baseline.zpcol-sm-1,
.zprow .zpalign-self-baseline.zpcol-sm-2,
.zprow .zpalign-self-baseline.zpcol-sm-3,
.zprow .zpalign-self-baseline.zpcol-sm-4,
.zprow .zpalign-self-baseline.zpcol-sm-5,
.zprow .zpalign-self-baseline.zpcol-sm-6,
.zprow .zpalign-self-baseline.zpcol-sm-7,
.zprow .zpalign-self-baseline.zpcol-sm-8,
.zprow .zpalign-self-baseline.zpcol-sm-9,
.zprow .zpalign-self-baseline.zpcol-sm-10,
.zprow .zpalign-self-baseline.zpcol-sm-11,
.zprow .zpalign-self-baseline.zpcol-sm-12,
.zprow .zpalign-self-baseline.zpcol-md-1,
.zprow .zpalign-self-baseline.zpcol-md-2,
.zprow .zpalign-self-baseline.zpcol-md-3,
.zprow .zpalign-self-baseline.zpcol-md-4,
.zprow .zpalign-self-baseline.zpcol-md-5,
.zprow .zpalign-self-baseline.zpcol-md-6,
.zprow .zpalign-self-baseline.zpcol-md-7,
.zprow .zpalign-self-baseline.zpcol-md-8,
.zprow .zpalign-self-baseline.zpcol-md-9,
.zprow .zpalign-self-baseline.zpcol-md-10,
.zprow .zpalign-self-baseline.zpcol-md-11,
.zprow .zpalign-self-baseline.zpcol-md-12 {
    align-self: baseline
}

.zprow .zpalign-self-auto.zpcol-sm-1,
.zprow .zpalign-self-auto.zpcol-sm-2,
.zprow .zpalign-self-auto.zpcol-sm-3,
.zprow .zpalign-self-auto.zpcol-sm-4,
.zprow .zpalign-self-auto.zpcol-sm-5,
.zprow .zpalign-self-auto.zpcol-sm-6,
.zprow .zpalign-self-auto.zpcol-sm-7,
.zprow .zpalign-self-auto.zpcol-sm-8,
.zprow .zpalign-self-auto.zpcol-sm-9,
.zprow .zpalign-self-auto.zpcol-sm-10,
.zprow .zpalign-self-auto.zpcol-sm-11,
.zprow .zpalign-self-auto.zpcol-sm-12,
.zprow .zpalign-self-auto.zpcol-md-1,
.zprow .zpalign-self-auto.zpcol-md-2,
.zprow .zpalign-self-auto.zpcol-md-3,
.zprow .zpalign-self-auto.zpcol-md-4,
.zprow .zpalign-self-auto.zpcol-md-5,
.zprow .zpalign-self-auto.zpcol-md-6,
.zprow .zpalign-self-auto.zpcol-md-7,
.zprow .zpalign-self-auto.zpcol-md-8,
.zprow .zpalign-self-auto.zpcol-md-9,
.zprow .zpalign-self-auto.zpcol-md-10,
.zprow .zpalign-self-auto.zpcol-md-11,
.zprow .zpalign-self-auto.zpcol-md-12 {
    align-self: auto
}

.zprow .zpflex-order-value.zpcol-sm-1,
.zprow .zpflex-order-value.zpcol-sm-2,
.zprow .zpflex-order-value.zpcol-sm-3,
.zprow .zpflex-order-value.zpcol-sm-4,
.zprow .zpflex-order-value.zpcol-sm-5,
.zprow .zpflex-order-value.zpcol-sm-6,
.zprow .zpflex-order-value.zpcol-sm-7,
.zprow .zpflex-order-value.zpcol-sm-8,
.zprow .zpflex-order-value.zpcol-sm-9,
.zprow .zpflex-order-value.zpcol-sm-10,
.zprow .zpflex-order-value.zpcol-sm-11,
.zprow .zpflex-order-value.zpcol-sm-12,
.zprow .zpflex-order-value.zpcol-md-1,
.zprow .zpflex-order-value.zpcol-md-2,
.zprow .zpflex-order-value.zpcol-md-3,
.zprow .zpflex-order-value.zpcol-md-4,
.zprow .zpflex-order-value.zpcol-md-5,
.zprow .zpflex-order-value.zpcol-md-6,
.zprow .zpflex-order-value.zpcol-md-7,
.zprow .zpflex-order-value.zpcol-md-8,
.zprow .zpflex-order-value.zpcol-md-9,
.zprow .zpflex-order-value.zpcol-md-10,
.zprow .zpflex-order-value.zpcol-md-11,
.zprow .zpflex-order-value.zpcol-md-12 {
    order: 0
}

.zprow .zpflex-flex-value.zpcol-sm-1,
.zprow .zpflex-flex-value.zpcol-sm-2,
.zprow .zpflex-flex-value.zpcol-sm-3,
.zprow .zpflex-flex-value.zpcol-sm-4,
.zprow .zpflex-flex-value.zpcol-sm-5,
.zprow .zpflex-flex-value.zpcol-sm-6,
.zprow .zpflex-flex-value.zpcol-sm-7,
.zprow .zpflex-flex-value.zpcol-sm-8,
.zprow .zpflex-flex-value.zpcol-sm-9,
.zprow .zpflex-flex-value.zpcol-sm-10,
.zprow .zpflex-flex-value.zpcol-sm-11,
.zprow .zpflex-flex-value.zpcol-sm-12,
.zprow .zpflex-flex-value.zpcol-md-1,
.zprow .zpflex-flex-value.zpcol-md-2,
.zprow .zpflex-flex-value.zpcol-md-3,
.zprow .zpflex-flex-value.zpcol-md-4,
.zprow .zpflex-flex-value.zpcol-md-5,
.zprow .zpflex-flex-value.zpcol-md-6,
.zprow .zpflex-flex-value.zpcol-md-7,
.zprow .zpflex-flex-value.zpcol-md-8,
.zprow .zpflex-flex-value.zpcol-md-9,
.zprow .zpflex-flex-value.zpcol-md-10,
.zprow .zpflex-flex-value.zpcol-md-11,
.zprow .zpflex-flex-value.zpcol-md-12 {
    flex: 1 1 100%
}

.zpcol-sm-1,
.zpcol-sm-2,
.zpcol-sm-3,
.zpcol-sm-4,
.zpcol-sm-5,
.zpcol-sm-6,
.zpcol-sm-7,
.zpcol-sm-8,
.zpcol-sm-9,
.zpcol-sm-10,
.zpcol-sm-11,
.zpcol-sm-12,
.zpcol-md-1,
.zpcol-md-2,
.zpcol-md-3,
.zpcol-md-4,
.zpcol-md-5,
.zpcol-md-6,
.zpcol-md-7,
.zpcol-md-8,
.zpcol-md-9,
.zpcol-md-10,
.zpcol-md-11,
.zpcol-md-12 {
    width: 100%;
    flex: 1 0 100%
}

@media only screen and (min-width:768px) {
    .zpcol-sm-1 {
        width: 8.33333%
    }
    .zpcol-sm-2 {
        width: 16.66667%
    }
    .zpcol-sm-3 {
        width: 25%
    }
    .zpcol-sm-4 {
        width: 33.33333%
    }
    .zpcol-sm-5 {
        width: 41.66667%
    }
    .zpcol-sm-6 {
        width: 50%
    }
    .zpcol-sm-7 {
        width: 58.33333%
    }
    .zpcol-sm-8 {
        width: 66.66667%
    }
    .zpcol-sm-9 {
        width: 75%
    }
    .zpcol-sm-10 {
        width: 83.33333%
    }
    .zpcol-sm-11 {
        width: 91.66667%
    }
    .zpcol-sm-12 {
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .zpcol-md-1 {
        width: 8.33333%
    }
    .zpcol-md-2 {
        width: 16.66667%
    }
    .zpcol-md-3 {
        width: 25%
    }
    .zpcol-md-4 {
        width: 33.33333%
    }
    .zpcol-md-5 {
        width: 41.66667%
    }
    .zpcol-md-6 {
        width: 50%
    }
    .zpcol-md-7 {
        width: 58.33333%
    }
    .zpcol-md-8 {
        width: 66.66667%
    }
    .zpcol-md-9 {
        width: 75%
    }
    .zpcol-md-10 {
        width: 83.33333%
    }
    .zpcol-md-11 {
        width: 91.66667%
    }
    .zpcol-md-12 {
        width: 100%
    }
}

@media all and (min-width:1200px) {
    .zpcontainer {
        width: 1140px;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .zpsticky-enabled {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

.box-container,
.zsbox-container {
    background: #efefef;
    margin-bottom: 20px;
    padding: 15px
}

.box-container-style-02,
.zsbox-container-style-02 {
    padding: 15px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    border-bottom: 3px solid #222;
    margin-bottom: 15px
}

.box-container-style-02:hover,
.zsbox-container-style-02:hover {
    border-bottom-color: #ffb200;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.box-right-border,
.zsbox-right-border {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.box-right-border:last-child,
.zsbox-right-border:last-child {
    border: 0
}

.box-right-light-border,
.zsbox-right-light-border {
    border-right: 1px solid #8893ab;
    padding-right: 25px
}

.box-right-dark-border,
.zsbox-right-dark-border {
    border-right: 1px solid #e6e6e6;
    padding-right: 25px
}

.zppadding-space-none,
.zspadding-space-none,
.zszppadding-space-none {
    padding: 0 !important
}

.zpboxshadow-thin,
.zsboxshadow-thin {
    box-shadow: 0 0 5px rgba(0, 0, 0, .08)
}

.zpboxshadow-medium,
.zsboxshadow-medium {
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

.zpboxshadow-thick,
.zsboxshadow-thick {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08)
}

.zpboxshadow-thin,
.zpboxshadow-thick,
.zpboxshadow-medium,
.zsboxshadow-thin,
.zsboxshadow-thick,
.zsboxshadow-medium {
    margin-bottom: 15px
}

@media all and (min-width:992px) {
    .zpboxshadow-thin,
    .zpboxshadow-thick,
    .zpboxshadow-medium,
    .zsboxshadow-thin,
    .zsboxshadow-thick,
    .zsboxshadow-medium {
        margin-bottom: 0
    }
}

.zppadding-space-allside-thin,
.zspadding-space-allside-thin {
    padding: 10px
}

.zppadding-space-allside-medium,
.zspadding-space-allside-medium {
    padding: 15px
}

.zppadding-space-allside-thick,
.zspadding-space-allside-thick {
    padding: 70px !important
}

.zppadding-space-allside-thin,
.zspadding-space-allside-thin {
    padding: 25px !important;
    margin-top: 0
}

.zpmargin-space-top-thin {
    margin-top: 10px
}

.zpmargin-space-top-medium {
    margin-top: 15px
}

.zpmargin-space-top-thick {
    margin-top: 25px
}

.zpmargin-space-left-thick {
    margin-left: 25px
}

.zpfont-weight-bold {
    font-weight: 700 !important
}

.zplessmargin-space-bottom-50px,
.zslessmargin-space-bottom-50px {
    margin-bottom: -50px
}

.zplessmargin-space-top-50px {
    margin-top: -50px
}

.zplessmargin-space-left-50px {
    margin-left: -50px
}

.zplessmargin-space-right-50px {
    margin-right: -50px
}

.zpbox-white-bg,
.zsbox-white-bg {
    background: #fff
}

.box-right-border,
.zsbox-right-border {
    border-right: 1px solid #465878
}

.box-right-border:last-child,
.zsbox-right-border:last-child {
    border: 0
}

.zpflex-stretch-align,
.zsflex-stretch-align {
    display: flex;
    align-self: stretch
}

.zpinlineflex-vertical-center-box,
.zsinlineflex-vertical-center-box,
.zszpinlineflex-vertical-center-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: auto
}

@media all and (min-width:992px) {
    .zpinlineflex-vertical-center-box,
    .zsinlineflex-vertical-center-box,
    .zszpinlineflex-vertical-center-box {
        width: 100%
    }
}

.zppadding-space-medium,
.zspadding-space-medium,
.zszppadding-space-medium {
    padding: 15px;
    margin-top: 0
}

.zpmargin-space-none,
.zsmargin-space-none {
    margin: 0 !important
}

.zpelement-margin-reset .zpelement,
.zszpelement-margin-reset .zpelement,
.zselement-margin-reset .zpelement {
    margin: 0
}

.zprow.zsspl-row-container.zpalign-items-flex-start.zpjustify-content-flex-start,
.zprow.zsspl-row-container.zpalign-items-flex-start.zpjustify-content-flex-end,
.zprow.zsspl-row-container.zpalign-items-flex-start.zpjustify-content-center,
.zprow.zsspl-row-container.zpalign-items-flex-end.zpjustify-content-flex-start,
.zprow.zsspl-row-container.zpalign-items-flex-end.zpjustify-content-flex-end,
.zprow.zsspl-row-container.zpalign-items-flex-end.zpjustify-content-center,
.zprow.zsspl-row-container.zpalign-items-center.zpjustify-content-flex-start,
.zprow.zsspl-row-container.zpalign-items-center.zpjustify-content-flex-end,
.zprow.zsspl-row-container.zpalign-items-center.zpjustify-content-center {
    justify-content: inherit;
    align-items: inherit
}

.zprow.zsspl-row-container [class*=zpcol-] {
    display: flex;
    flex-direction: column
}

.zprow.zsspl-row-container.zpalign-items-flex-start.zpjustify-content-flex-start [class*=zpcol-],
.zprow.zsspl-row-container.zpalign-items-flex-start.zpjustify-content-flex-end [class*=zpcol-],
.zprow.zsspl-row-container.zpalign-items-flex-start.zpjustify-content-center [class*=zpcol-] {
    justify-content: flex-start
}

.zprow.zsspl-row-container.zpalign-items-center.zpjustify-content-flex-start [class*=zpcol-],
.zprow.zsspl-row-container.zpalign-items-center.zpjustify-content-flex-end [class*=zpcol-],
.zprow.zsspl-row-container.zpalign-items-center.zpjustify-content-center [class*=zpcol-] {
    justify-content: center
}

.zprow.zsspl-row-container.zpalign-items-flex-end.zpjustify-content-flex-start [class*=zpcol-],
.zprow.zsspl-row-container.zpalign-items-flex-end.zpjustify-content-flex-end [class*=zpcol-],
.zprow.zsspl-row-container.zpalign-items-flex-end.zpjustify-content-center [class*=zpcol-] {
    justify-content: flex-end
}

.zprow.zsspl-row-container.zpjustify-content-flex-start.zpalign-items-flex-start,
.zprow.zsspl-row-container.zpjustify-content-flex-start.zpalign-items-flex-end,
.zprow.zsspl-row-container.zpjustify-content-flex-start.zpalign-items-center {
    justify-content: flex-start
}

.zprow.zsspl-row-container.zpalign-items-flex-start.zpjustify-content-center,
.zprow.zsspl-row-container.zpjustify-content-center.zpalign-items-flex-end,
.zprow.zsspl-row-container.zpjustify-content-center.zpalign-items-center {
    justify-content: center
}

.zprow.zsspl-row-container.zpjustify-content-flex-end.zpalign-items-flex-start,
.zprow.zsspl-row-container.zpjustify-content-flex-end.zpalign-items-flex-end,
.zprow.zsspl-row-container.zpjustify-content-flex-end.zpalign-items-center {
    justify-content: flex-end
}

.white-box {
    background: #fff
}

.zscustom-section-59 .zsleft-overlay-box {
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

@media all and (min-width:992px) {
    .zscustom-section-59 .zsleft-overlay-box {
        padding: 40px
    }
}

.zscustom-section-59 .zsleft-overlay-box .zpheading-style-type3 {
    padding-left: 25px
}

.zscustom-section-59 .zsleft-overlay-box .zpheading-style-type3:after {
    width: 2px
}

@media all and (min-width:992px) {
    .zscustom-section-59 [class*=zpcol-]+[class*=zpcol-] .zsleft-overlay-box {
        margin-left: -75px;
        position: relative
    }
}

.zscustom-section-60 .zsshadow-box {
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

@media all and (min-width:992px) {
    .zscustom-section-61 [class*=zpcol-]+[class*=zpcol-] .zsleft-overlay-column {
        margin-left: -50%
    }
}

.zscustom-section-62 .zsshadow-box {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    padding: 25px
}

@media only screen and (min-width:1200px) {
    .zscustom-section-62 .zsshadow-box {
        padding: 35px
    }
}

.zscustom-section-64 .zsmore-spacing-column {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-64 .zsmore-spacing-column {
        padding: 35px
    }
}

.zscustom-section-64 .zsmore-spacing-column .zsshow-element-indevice {
    display: block
}

@media all and (min-width:992px) {
    .zscustom-section-64 .zsmore-spacing-column .zsshow-element-indevice {
        display: none
    }
}

.zscustom-section-64 .zsborder-shadow-box {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    border-bottom: 3px solid;
    padding: 25px;
    margin-top: 0
}

.zscustom-section-66 .zsborder-box {
    border-bottom: 3px solid;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-66 .zsborder-box {
        margin-top: 0;
        padding: 35px
    }
}

.zscustom-section-67 .zshover-column-box {
    padding: 25px;
    border-bottom: 3px solid
}

.zscustom-section-67 .zshover-column-box:hover {
    background: #f1f3f5
}

.zscustom-section-69 .zsbox-spacing {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-69 .zsbox-spacing {
        padding: 35px
    }
}

.zscustom-section-70 .zshover-white-box {
    background-color: transparent;
    padding: 25px;
    border-bottom: 3px solid
}

@media all and (min-width:992px) {
    .zscustom-section-70 .zshover-white-box {
        padding: 50px
    }
}

.zscustom-section-70 .zshover-white-box:hover {
    background: #fff;
    transition: background .5s ease-in-out
}

@media all and (min-width:992px) {
    .zscustom-section-71 .zsmargin-top-none {
        margin-top: 0
    }
    .zscustom-section-71 .zspadding-right-none {
        padding-right: 0 !important
    }
}

@media all and (min-width:992px) {
    .zscustom-section-71 .zsbox-spacing {
        padding: 35px
    }
}

.zscustom-section-72 .zsbox-spacing {
    padding: 25px;
    margin-top: 0
}

.zscustom-section-73 .zsbox-spacing {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-73 .zsbox-spacing {
        padding: 45px
    }
}

.zscustom-section-73 .zscustom-tabs .zptabs-container .zptab {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px
}

.zscustom-section-73 .zscustom-tabs .zptabs-container .zptab:first-child {
    margin-left: 0
}

.zscustom-section-73 .zscustom-tabs .zptabs-container .zptab:last-child {
    margin-right: 0
}

.zscustom-section-73 .zscustom-tabs .zptabs-container .zptab.zptab-active:after {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-73 .zscustom-tabs .zptabelem-inner-container .zptabs-content-container .zptab {
        display: none !important
    }
}

.zscustom-section-73 .zscustom-tabs .zptabelem-inner-container .zptabs-content-container .zptab .zptabicon {
    display: inline-flex
}

@media all and (min-width:992px) {
    .zscustom-section-73 .zscustom-tabs .zptabelem-inner-container .zptabs-content-container .zptab .zptabicon {
        display: flex
    }
}

.zscustom-section-73 .zscustom-tabs .zptabelem-inner-container .zptabs-content-container .zptab-content {
    border: 0
}

.zscustom-section-73 .zscustom-tabs .zptabelem-inner-container .zptabs-content-container .zptab-content.zptab-active-content {
    border-top: 0 !important
}

.zscustom-section-74 .zsbox-with-border {
    padding: 35px;
    border-bottom: 3px solid;
    border-radius: 5px
}

.zscustom-section-75 .zsbox-spacing-with-radius {
    padding: 35px;
    border-radius: 5px
}

.zscustom-section-76 .zsbox-spacing {
    padding: 35px
}

.zscustom-section-79 .zscentered-box {
    border-radius: 5px;
    padding: 25px
}

.zscustom-section-80 .zsradius-hover-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
    padding: 35px;
    border: 1px solid;
    border-radius: 5px
}

.zscustom-section-80 .zsradius-hover-box:hover {
    background: #f4f8f9;
    transition: background .5s ease
}

.zscustom-section-81 .zsprofile-box {
    border: 1px solid;
    padding: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07)
}

.zscustom-section-82 .zsprofile-box {
    border: 1px solid;
    padding: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07)
}

.zscustom-section-83 .zsicon-box {
    padding: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
    border-radius: 5px;
    border: 1px solid
}

.zscustom-section-84 .zsmobile-center .zpheading {
    font-size: 48px
}

.zscustom-section-84 .zscustom-divider .zpdivider-container .zpdivider-common:before,
.zscustom-section-84 .zscustom-divider .zpdivider-container .zpdivider-common:after {
    border-width: 3px 0 0
}

@media only screen and (max-width:768px) {
    .zscustom-section-84 .zshide-element-indivice {
        display: none
    }
    .zscustom-section-84 .zsmobile-center .zptext,
    .zscustom-section-84 .zsmobile-center .zpheading,
    .zscustom-section-84 .zsmobile-center .zpbutton-container {
        text-align: center
    }
}

.zscustom-section-85 .zsmargin-top-minus {
    margin-top: -2px
}

.zscustom-section-85 .zsmargin-left-minus {
    margin-left: -2px
}

@media all and (min-width:992px) {
    .zscustom-section-85 .zspadding-right-none {
        padding-right: 0 !important
    }
    .zscustom-section-85 .zspadding-left-none {
        padding-left: 0 !important
    }
}

.zscustom-section-85 .zsborder-box {
    padding: 35px;
    border: 2px solid
}

@media all and (min-width:992px) {
    .zscustom-section-85 .zsborder-box.zsbox-margined-left {
        margin-left: 100px;
        margin-top: 0
    }
}

@media all and (min-width:992px) {
    .zscustom-section-85 .zsborder-box.zsbox-margined-right {
        margin-right: 100px;
        margin-top: 0
    }
}

.zscustom-section-86 .zsbox-spacing {
    padding: 45px
}

@media all and (min-width:992px) {
    .zscustom-section-86 .zspadding-right-none {
        padding-right: 0 !important
    }
    .zscustom-section-86 .zspadding-left-none {
        padding-left: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-86 .zsorder-one {
        order: -1
    }
}

.zscustom-section-87 .zshover-box {
    padding: 35px;
    border-radius: 7px
}

.zscustom-section-87 .zshover-box:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .4);
    background: #fff
}

@media all and (min-width:992px) {
    .zscustom-section-87 [class*=zpcol-md] {
        padding: 0
    }
    .zscustom-section-87 [class*=zpcol-md] .zshover-box {
        margin-top: 10px;
        margin-right: 10px
    }
}

.zscustom-section-88 .zsbox-spacing {
    padding: 35px
}

@media only screen and (max-width:768px) {
    .zscustom-section-88 .zsorder-one {
        order: -1
    }
}

.zscustom-section-89 .zsmargin-top-minus {
    margin-top: -2px
}

.zscustom-section-89 .zsmargin-left-minus {
    margin-left: -2px
}

@media all and (min-width:992px) {
    .zscustom-section-89 .zspadding-right-none {
        padding-right: 0 !important
    }
    .zscustom-section-89 .zspadding-left-none {
        padding-left: 0 !important
    }
}

@media all and (min-width:992px) {
    .zscustom-section-89 .zsbox-margined-left {
        margin-left: 100px;
        margin-top: 0
    }
}

.zscustom-section-89 .zsborder-box {
    padding: 35px;
    border: 2px solid
}

@media all and (min-width:992px) {
    .zscustom-section-89 .zsborder-box {
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-89 .zsorder-one {
        order: -1
    }
}

.zscustom-section-90 .zsbox-spacing {
    padding: 15px
}

.zscustom-section-91 .zsbox-spacing {
    padding: 35px;
    margin-top: 10px;
    margin-bottom: 0
}

@media all and (min-width:992px) {
    .zscustom-section-91 .zsbox-spacing {
        margin-right: 10px
    }
}

.zscustom-section-91 .zsbox-spacing:hover {
    background: #475763
}

.zscustom-section-91 .zsbox-spacing:hover .zptext,
.zscustom-section-91 .zsbox-spacing:hover .zpheading {
    color: #fff
}

@media all and (min-width:992px) {
    .zscustom-section-91 .zprow [class*=zpcol-md-] {
        padding: 0 !important
    }
    .zscustom-section-91 .zprow:nth-child(odd) [class*=zpcol-md-]:nth-child(odd) .zsbox-spacing {
        border-radius: 100px 100px 0 100px
    }
    .zscustom-section-91 .zprow:nth-child(odd) [class*=zpcol-md-]:nth-child(even) .zsbox-spacing {
        border-radius: 100px 100px 100px 0
    }
    .zscustom-section-91 .zprow:nth-child(even) [class*=zpcol-md-]:nth-child(odd) .zsbox-spacing {
        border-radius: 100px 0 100px 100px
    }
    .zscustom-section-91 .zprow:nth-child(even) [class*=zpcol-md-]:nth-child(even) .zsbox-spacing {
        border-radius: 0 100px 100px 100px
    }
}

.zscustom-section-93 .zsfloated-left-box {
    padding: 35px;
    border: 2px solid
}

@media all and (min-width:992px) {
    .zscustom-section-93 [class*=zpcol-]+[class*=zpcol-] .zsfloated-left-box {
        margin-left: -125px
    }
}

.zscustom-section-95 .zpelem-box .zpelement:first-child {
    margin-top: 20px
}

.zscustom-section-96 .zstop-border-box {
    padding: 15px;
    border: 2px solid
}

.zscustom-section-96 .zsborder-box {
    padding: 35px;
    border: 2px solid;
    margin-top: -2px
}

.zscustom-section-99 .zsspacing-box {
    padding: 15px 0
}

@media all and (min-width:992px) {
    .zscustom-section-99 .zsspacing-box {
        padding: 15px;
        margin-top: 0
    }
}

@media all and (min-width:992px) {
    .zscustom-section-99 .zspadding-none {
        padding: 0 !important
    }
}

.zscustom-section-99 .zsmargin-top-none {
    margin-top: 0
}

@media only screen and (max-width:768px) {
    .zscustom-section-99 .zsorder-one {
        order: -1
    }
}

.zscustom-section-100 .zsbox-spacing {
    padding: 15px
}

@media all and (min-width:992px) {
    .zscustom-section-100 .zsbox-spacing {
        padding: 30px;
        margin-top: 0
    }
}

@media all and (min-width:992px) {
    .zscustom-section-100 .zsmargin-top-none {
        margin-top: 0
    }
    .zscustom-section-100 .zspadding-right-none {
        padding-right: 0 !important
    }
    .zscustom-section-100 .zspadding-left-none {
        padding-left: 0 !important
    }
}

.zscustom-section-101 .zsborder-box {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-101 .zsborder-box {
        padding: 30px;
        margin-top: 0
    }
}

.zscustom-section-103 .zsoverlay-text-left {
    position: relative;
    z-index: 111;
    line-height: 1.5
}

@media all and (min-width:992px) {
    .zscustom-section-103 .zsoverlay-text-left {
        margin-left: -250px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-103 .zsoverlay-text-left .zpheading {
        font-size: 50px
    }
}

.zscustom-section-105 .zsbox-spacing {
    padding: 20px
}

.zscustom-section-105 .zsbigger-size-heading h2 {
    font-size: 80px;
    line-height: normal
}

.zscustom-section-106 .zsborder-box {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-106 .zsborder-box {
        padding: 10px 45px
    }
}

.zscustom-section-106 .zsdirection-column {
    flex-direction: row
}

@media all and (min-width:992px) {
    .zscustom-section-106 .zsdirection-column {
        flex-direction: column
    }
}

@media all and (min-width:992px) {
    .zscustom-section-106 .zsmargin-top-none {
        margin-top: 0
    }
}

@media all and (min-width:992px) {
    .zscustom-section-106 .zspadding-right-none {
        padding-right: 0 !important
    }
    .zscustom-section-106 .zsmargin-top-none {
        margin-top: 0
    }
}

.zscustom-section-106 .zsdirection-column .zpcol-md-6,
.zscustom-section-106 .zsdirection-column [class^=zpcol-md-] {
    width: 50%
}

@media all and (min-width:992px) {
    .zscustom-section-106 .zsdirection-column .zpcol-md-6,
    .zscustom-section-106 .zsdirection-column [class^=zpcol-md-] {
        width: 100% !important
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-106 .zsno-wrap-responsive [class^=zpcol-md-] {
        width: auto;
        flex: 0 0 auto
    }
}

@media only screen and (max-width:640px) {
    .zscustom-section-106 .zsdirection-column [class^=zpcol-md-],
    .zscustom-section-106 .zsno-wrap-responsive [class^=zpcol-md-] {
        width: 100%
    }
}

.zscustom-section-107 .zsmain-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.zscustom-section-107 .zsmain-box .zstiming-box {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-107 .zsmain-box .zstiming-box {
        padding: 20px;
        padding-left: 130px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-107 .zsmain-box .zprow [class*=zpcol-md-]:first-child {
        border-right: 1px solid
    }
}

@media all and (min-width:992px) {
    .zscustom-section-107 .zsmain-box .zprow+.zprow [class*=zpcol-md-] {
        border-top: 1px solid
    }
}

@media all and (min-width:992px) {
    .zscustom-section-107 .zsmain-box .zprow+.zprow [class*=zpcol-md-]:first-child {
        border-right: 1px solid
    }
}

@media all and (min-width:992px) {
    .zscustom-section-107 .zsmargin-top-none {
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    .zscustom-section-107 .zsmain-box {
        margin: 0 15px;
        width: calc(100% - 30px)
    }
}

.zscustom-section-108 .zspadding-none-column {
    padding: 0 !important
}

.custom-section-111 .zsshadow-box {
    box-shadow: 0 2px 22px rgba(0, 0, 0, .46)
}

.zscustom-section-112 .zsbox-spacing {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-112 .zsbox-spacing {
        padding: 45px;
        padding-left: 0
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-114 .zscustom-heading .zpheading-align-right,
    .zscustom-section-114 .zscustom-heading .zpheading-align-center {
        text-align: left
    }
}

@media only screen and (max-width:640px) {
    .zscustom-section-114 .zpheading-style-type1:after,
    .zscustom-section-114 .zpheading-style-type2:after,
    .zscustom-section-114 .zpheading-style-type3:after {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-115 .zscustom-heading .zpheading-align-right,
    .zscustom-section-115 .zscustom-heading .zpheading-align-center {
        text-align: left
    }
}

@media only screen and (max-width:640px) {
    .zscustom-section-115 .zpheading-style-type1:after,
    .zscustom-section-115 .zpheading-style-type2:after,
    .zscustom-section-115 .zpheading-style-type3:after {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-116 .zscustom-heading .zpheading-align-right,
    .zscustom-section-116 .zscustom-heading .zpheading-align-center {
        text-align: left
    }
}

@media only screen and (max-width:640px) {
    .zscustom-section-116 .zpheading-style-type1:after,
    .zscustom-section-116 .zpheading-style-type2:after,
    .zscustom-section-116 .zpheading-style-type3:after {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-117 .zscustom-heading .zpheading-align-right,
    .zscustom-section-117 .zscustom-heading .zpheading-align-center {
        text-align: left
    }
}

@media only screen and (max-width:640px) {
    .zscustom-section-117 .zpheading-style-type1:after,
    .zscustom-section-117 .zpheading-style-type2:after,
    .zscustom-section-117 .zpheading-style-type3:after {
        display: none
    }
}

.zscustom-section-118 .zsbox-spacing {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-118 .zsbox-spacing {
        padding: 30px
    }
}

.zscustom-section-119 .zsbox-spacing {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-119 .zsbox-spacing {
        padding: 35px
    }
}

.zscustom-section-120 .zsbox-spacing {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-120 .zsbox-spacing {
        padding: 50px
    }
}

.zscustom-section-121 .zscustom-link a:hover {
    text-decoration: underline
}

@media only screen and (max-width:768px) {
    .zscustom-section-121 .zsno-wrap-responsive [class^=zpcol-md-] {
        width: auto;
        flex: 1 0 0px
    }
}

@media only screen and (max-width:640px) {
    .zscustom-section-121 .zsno-wrap-responsive [class^=zpcol-md-] {
        width: 100%;
        flex: 1 0 0px
    }
}

.zscustom-section-123 .zsbox-spacing {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-123 .zsbox-spacing {
        padding: 50px
    }
}

.zscustom-section-125 .zscardbox-spacing {
    padding: 20px;
    margin-top: 0
}

.zscustom-section-127 .zsbox-spacing {
    padding: 35px
}

.zscustom-section-128 .zsbox-spacing {
    margin-top: 0;
    padding: 35px
}

@media all and (min-width:992px) {
    .zscustom-section-129 .zsmargin-top-none {
        margin-top: 0
    }
}

.zscustom-section-129 .zsbox-spacing {
    padding: 35px
}

.zscustom-section-130 {
    padding: 0
}

.zscustom-section-130 .zscustom-column .zpheading {
    color: #f15d3e
}

.zscustom-section-130 .zscustom-column .zptext {
    color: #6c798b
}

.zscustom-section-130 .zscustom-divider .zpdivider-container .zpdivider-common:before,
.zscustom-section-130 .zscustom-divider .zpdivider-container .zpdivider-common:after {
    border-color: #f15d3e;
    border-top-color: #f15d3e
}

.zscustom-section-130 .zscustom-column h4.zpheading {
    color: #15151d
}

.zscustom-section-130 .zscolumn-without-padding {
    padding: 0 !important
}

.zscustom-section-130 .zsprimary-box {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-130 .zsprimary-box {
        padding: 50px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-130 .zssecondary-box {
        margin-left: 65px
    }
}

.zscustom-section-130 .zssecondary-box .zsinner-box {
    padding: 15px
}

@media all and (min-width:992px) {
    .zscustom-section-130 .zsmargin-top-none {
        margin-top: 0
    }
}

@media only screen and (max-width:1140px) {
    .zscustom-section-130 .zsprimary-box {
        padding: 25px 0
    }
    .zscustom-section-130 .zssecondary-box {
        margin-left: 15px
    }
}

@media only screen and (max-width:992px) {
    .zscustom-section-130 .zssecondary-box {
        margin-left: 0
    }
}

.zscustom-section-131 .zsbox-spacing {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-131 .zsbox-spacing {
        padding: 35px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-131 .zsmargin-top-none {
        margin-top: 0
    }
}

.zscustom-section-133 .zsbox-spacing {
    padding: 20px;
    margin-top: 0
}

@media all and (min-width:992px) {
    .zscustom-section-133 .zsbox-spacing {
        padding: 35px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-133 .zsmargin-top-none {
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .zscustom-section-134 .zsorder-change {
        order: 1
    }
    .zscustom-section-134 .zsorder-change-row {
        order: -1
    }
}

.zscustom-section-134 .zsbox-spacing {
    padding: 25px
}

@media all and (min-width:992px) {
    .zscustom-section-134 .zsbox-spacing {
        padding: 50px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-134 .zsmargin-top-none {
        margin-top: 0
    }
}

.zscustom-section-135 .zsbox-spacing {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-135 .zsbox-spacing {
        padding: 35px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-135 .zsmargin-top-none {
        margin-top: 0
    }
}

.zscustom-section-136 .zsflex-direction-column {
    flex-direction: column
}

.zscustom-section-136 .zsflex-direction-column [class*=zpcol-] {
    width: 100%
}

@media only screen and (max-width:768px) {
    .zscustom-section-136 .zsorder-change {
        order: 1
    }
    .zscustom-section-136 .zsorder-change-row {
        order: -1
    }
}

.zscustom-section-137 .zsbox-spacing {
    padding: 15px
}

@media all and (min-width:992px) {
    .zscustom-section-137 .zsmargin-top-none {
        margin-top: 0
    }
}

.zscustom-section-138 .zsbox-spacing {
    padding: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-138 .zsbox-spacing {
        padding: 35px
    }
}

@media all and (min-width:992px) {
    .zscustom-section-138 .zsmargin-top-none {
        margin-top: 0
    }
}

.zscustom-section-139 .zsbox-spacing {
    padding: 30px;
    margin-bottom: 15px
}

.zscustom-section-139 .zssub-heading h4,
.zscustom-section-139 .zssub-heading h5,
.zscustom-section-139 .zssub-heading h6 {
    color: #5b62fe
}

.zscustom-section-139 .zscolumn-spacing {
    padding: 15px 30px !important
}

.zscustom-section-140 .zsbox-spacing {
    padding: 0 35px
}

.zscustom-section-140 .zscustom-box {
    padding: 35px;
    margin-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    background: #fff
}

@media all and (min-width:992px) {
    .zscustom-section-144 .zspadding-left-medium {
        padding-left: 30px
    }
}

.zscustom-section-144 .zsmargin-top-none {
    margin-top: 0
}

@media only screen and (max-width:768px) {
    .zscustom-section-145 .zsorder-one {
        order: -1
    }
}

.zscustom-section-145 .zsbox-spacing {
    padding: 35px
}

.zscustom-section-146 .zsmargin-top-none {
    margin-top: 0
}

@media only screen and (max-width:768px) {
    .zscustom-section-147 .zsorder-one {
        order: -1
    }
    .zscustom-section-147 .zsbox-container {
        margin-bottom: 0
    }
}

.zscustom-section-147 .zsbox-container {
    padding: 30px
}

.zscustom-section-148 .zsbox-spacing {
    padding: 25px !important;
    margin-top: 0
}

.zscustom-section-150 .zsbox-container {
    padding: 30px
}

.zscustom-section-151 .zsthickpadding-coloured-box {
    padding: 55px
}

.zscustom-section-151 .zsmilestone {
    padding: 0 30px;
    margin: 30px 0 20px
}

.zscustom-section-151 .zsmilestone .zsmilestone-bg {
    padding: 60px !important
}

.zscustom-section-151 .zsmilestone .zsmilestone-box {
    padding: 25px;
    max-width: 190px;
    margin: 20px auto
}

.zscustom-section-153 .zsimgwith-twoboxed-content-box {
    padding: 40px;
    margin: 30px auto 0
}

@media all and (min-width:992px) {
    .zscustom-section-153 .zsimgwith-twoboxed-content-box {
        margin: 30px auto
    }
}

.zscustom-section-153 .zsimgwith-twoboxed-section .zsimgwith-twoboxed-content-img {
    margin-top: 0
}

.zscustom-section-153 .zsimgwith-twoboxed-section .zsimgwith-twoboxed-content {
    padding-top: 30px
}

@media all and (min-width:992px) {
    .zscustom-section-153 .zsimgwith-twoboxed-section .zsimgwith-twoboxed-content {
        padding-left: 80px;
        padding-top: 0
    }
}

.zscustom-section-153 .zsimgwith-twoboxed-section .zsimgwith-twoboxed-content .zpbutton-align-right {
    text-align: left
}

@media all and (min-width:992px) {
    .zscustom-section-153 .zsimgwith-twoboxed-section .zsimgwith-twoboxed-content .zpbutton-align-right {
        text-align: right
    }
}

@media all and (min-width:992px) {
    .zscustom-section-154 .zsimg-text-center-aligned {
        padding-left: 0
    }
}

@media all and (min-width:992px) {
    .zscustom-section-154 .zsimg-text-center-aligned .zs-elem-img {
        margin-top: 0 !important
    }
}

.zscustom-section-154 .zsour-top-brands {
    padding: 0 15px
}

@media all and (min-width:992px) {
    .zscustom-section-154 .zsour-top-brands {
        padding: 0
    }
}

.zscustom-section-156 {
    padding-left: 15px;
    padding-right: 15px
}

@media all and (min-width:992px) {
    .zscustom-section-156 {
        padding-left: 0;
        padding-right: 0
    }
}

.zscustom-section-156 .zscall-us {
    padding: 5px 30px 30px;
    margin: 25px 0
}

@media all and (min-width:992px) {
    .zscustom-section-156 .zscall-us {
        padding: 35px 65px 55px
    }
}

.zscustom-section-156 .zscall-us .zpbutton-align-right {
    text-align: left
}

@media all and (min-width:992px) {
    .zscustom-section-156 .zscall-us .zpbutton-align-right {
        text-align: right
    }
}

.zscustom-section-157 .zsthickpad-content-box {
    padding: 25px
}

.zscustom-section-159 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-159 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-159 .zsright-aligned-readmore-wrap {
    padding: 0 15px
}

@media all and (min-width:992px) {
    .zscustom-section-159 .zsright-aligned-readmore-wrap {
        padding: 0
    }
}

.zscustom-section-159 .zsright-aligned-readmore-wrap .zsright-aligned-readmore {
    padding: 15px 25px;
    margin-bottom: 15px
}

.zscustom-section-159 .zsright-aligned-readmore-wrap .zsright-aligned-readmore .zsright-aligned-readmore-link {
    margin-top: 10px
}

.zscustom-section-159 .zsright-aligned-readmore-wrap .zsright-aligned-readmore .zsright-aligned-readmore-link .zpbutton-align-right {
    text-align: left
}

@media all and (min-width:992px) {
    .zscustom-section-159 .zsright-aligned-readmore-wrap .zsright-aligned-readmore .zsright-aligned-readmore-link .zpbutton-align-right {
        text-align: right
    }
}

.zscustom-section-160 .zscontinuous-list-item {
    margin-top: 0
}

@media all and (min-width:992px) {
    .zscustom-section-160 .zscontinuous-list-item {
        margin-top: 20px
    }
}

.zscustom-section-160 .zsmedium-padded-box-wrap {
    padding: 0 15px;
    margin-top: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-160 .zsmedium-padded-box-wrap {
        padding: 0;
        margin-top: 0
    }
}

.zscustom-section-160 .zsmedium-padded-box-wrap .zsmedium-padded-box {
    padding: 0 20px 10px
}

@media all and (min-width:992px) {
    .zscustom-section-160 .zsmedium-padded-box-wrap .zsmedium-padded-box {
        padding: 20px 40px 35px
    }
}

.zscustom-section-160 .zsmedium-padded-brands-wrap {
    margin-top: 15px;
    padding: 15px
}

@media all and (min-width:992px) {
    .zscustom-section-160 .zsmedium-padded-brands-wrap {
        margin-top: 40px
    }
}

.zscustom-section-160 .zsmedium-padded-brands-wrap .zsmedium-padded-brands {
    padding: 15px 30px 30px
}

.zscustom-section-161 .zslist-with-bg-wrap {
    padding: 0 15px;
    margin-bottom: 20px
}

@media all and (min-width:992px) {
    .zscustom-section-161 .zslist-with-bg-wrap {
        padding: 0;
        margin-bottom: 0
    }
}

.zscustom-section-161 .zslist-with-bg-list {
    padding: 5px 20px 20px
}

@media all and (min-width:992px) {
    .zscustom-section-161 .zslist-with-bg-list {
        padding: 35px 50px 50px
    }
}

.zscustom-section-161 .zslist-with-bg-box {
    padding: 25px 25px 30px;
    margin-top: 0
}

.zscustom-section-161 .zslist-with-bg-box .zselem-title {
    margin: 0
}

.zscustom-section-162 .zsthick-padding-box-wrap {
    padding: 0 !important
}

.zscustom-section-162 .zsthick-padding-box {
    padding: 25px 15px 30px;
    margin-top: 0
}

@media all and (min-width:992px) {
    .zscustom-section-162 .zsthick-padding-box {
        padding: 35px 70px 40px
    }
}

.zscustom-section-162 .zs-aside-bg {
    min-height: 300px
}

@media all and (min-width:992px) {
    .zscustom-section-162 .zs-aside-bg {
        min-height: initial
    }
}

.zscustom-section-163 .zssmall-padding-box {
    padding: 0 30px
}

.zscustom-section-163 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-163 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-164 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-164 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-165 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-165 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-167 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-167 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-168 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-168 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-169 .zsmall-gutter {
    padding: 0 15px
}

.zscustom-section-169 .zsmedium-padding-box {
    padding: 25px 30px 30px !important
}

.zscustom-section-169 .zsthick-leftpadding {
    padding-left: 30px !important
}

@media all and (min-width:992px) {
    .zscustom-section-169 .zsthick-leftpadding {
        padding-left: 53px !important
    }
}

.zscustom-section-170 .zsmall-gutter {
    padding: 0 15px
}

.zscustom-section-171 .zsmedium-padding-box {
    padding: 25px 30px 30px !important
}

.zscustom-section-173 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-173 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-175 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-175 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-176 .zsmobile-align-left .zpbutton-align-right {
    text-align: left !important
}

@media all and (min-width:992px) {
    .zscustom-section-176 .zsmobile-align-left .zpbutton-align-right {
        text-align: right !important
    }
}

.zscustom-section-178 .zsmobile-align-center .zpbutton-align-right {
    text-align: center !important
}

@media all and (min-width:992px) {
    .zscustom-section-178 .zsmobile-align-center .zpbutton-align-right {
        text-align: right !important
    }
}

.zscustom-section-178 .zsmobile-align-center .zptext-align-left {
    text-align: center !important
}

@media all and (min-width:992px) {
    .zscustom-section-178 .zsmobile-align-center .zptext-align-left {
        text-align: left !important
    }
}

.zscustom-section-179 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-179 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-180 .zsthick-padding-boxshadow {
    box-shadow: 0 2px 5px 0 #efefef;
    padding: 40px 60px 50px
}

.zscustom-section-180 .zsthick-padding-boxshadow.zsthick-padding-content {
    padding: 30px 60px 45px
}

.zscustom-section-182 .zsthick-padding-boxshadow {
    box-shadow: 0 2px 5px 0 #efefef;
    padding: 40px 60px 50px
}

.zscustom-section-182 .zsthick-padding-boxshadow.zsthick-padding-content {
    padding: 45px 60px 55px
}

.zscustom-section-183 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-183 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-183 .zsmobile-align-left .zpheading-align-right {
    text-align: left !important
}

@media all and (min-width:992px) {
    .zscustom-section-183 .zsmobile-align-left .zpheading-align-right {
        text-align: right !important
    }
}

.zscustom-section-184 .zsmargin-top-none {
    margin-top: 0 !important
}

.zscustom-section-184 .zscontactus-details-wrap {
    padding: 0 15px
}

.zscustom-section-184 .zscontactus-details-wrap .zscontactus-details {
    padding: 15px 30px 35px !important
}

.zscustom-section-189 .zsspacer-mask {
    display: none
}

@media all and (min-width:992px) {
    .zscustom-section-189 .zsspacer-mask {
        display: block
    }
}

.zscustom-section-192 .zsglassy-box {
    padding: 40px
}

.zpshape-divider-hero>ul li.zphero-slide .zphero-slider-container {
    z-index: 200
}

.zpshape-divider-hero .zsslider-controller-container {
    z-index: 0
}

.zpshape-divider-section {
    position: relative
}

.zpshape-divider-section .zpcontainer,
.zpshape-divider-section .zpcontainer-fluid {
    position: relative;
    z-index: 2
}

.zpshape-divider {
    position: absolute;
    width: 100%;
    clip-path: none;
    display: block;
    background: 0 0;
    z-index: 1;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.zpshape-divider svg {
    fill: currentColor;
    min-width: 100%;
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, 0%)
}

.zpshape-divider.zpshape-divider-bottom {
    color: #009efb
}

.zpshape-divider.zpshape-divider-bottom svg {
    bottom: -1px
}

.zpshape-divider.zpshape-divider-top {
    color: #009efb
}

.zpshape-divider.zpshape-divider-top svg {
    top: -1px
}

.zpshape-divider.zpshape-divider-flip svg {
    transform: translate(-50%, 0%) rotateY(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-16 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-01 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-02 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-06 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-18 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-19 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-14 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-15 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-23 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-25 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-26 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-51 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-58 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-63 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-79 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-80 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-47 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-48 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-49 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-71 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-73 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-09 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-13 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-20 path,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-72 path {
    fill: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-48 path:nth-child(2),
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-48 path:nth-child(3) {
    fill: none
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-09 circle {
    fill: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-15 circle {
    fill: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-26 circle,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-60 circle {
    fill: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-26 ellipse,
.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-60 ellipse {
    fill: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-61 path {
    fill: currentColor;
    stroke: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-68 circle {
    fill: currentColor;
    stroke: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-68 circle+path {
    stroke: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-68 circle+path+path {
    fill: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color svg.zpshape-non-full-79 path {
    stroke: currentColor
}

.zpshape-divider.zpshape-divider-common.zpshape-change-grad-to-color #zpshape-divider-common-08 path {
    fill: currentColor
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full {
    min-width: auto;
    width: 100%
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-01 {
        width: 561px;
        height: 864px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-02 {
        width: 497px;
        height: 597px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-03 {
        width: 661px;
        height: 507px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-04 {
        width: 727px;
        height: 535px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-05 {
        width: 755px;
        height: 493px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-06 {
        width: 465px;
        height: 609px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-07 {
        width: 834px;
        height: 433px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-08 {
        width: 336px;
        height: 575px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-09 {
        width: 1103px;
        height: 316px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-10 {
    width: 200px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-10 {
        width: 220px;
        height: 1098px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-11 {
        width: 341px;
        height: 523px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-12 {
        width: 764px;
        height: 441px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-13 {
        width: 720px;
        height: 845px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-14 {
        width: 706px;
        height: 323px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-15 {
        width: 731px;
        height: 226px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-16 {
    width: 200px
}

@media all and (min-width:768px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-16 {
        width: 300px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-16 {
        width: 471px;
        height: 737px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-17 {
        width: 315px;
        height: 480px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-18 {
    width: 200px
}

@media all and (min-width:768px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-18 {
        width: 300px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-18 {
        width: 309px;
        height: 651px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-19 {
    width: 300px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-19 {
        width: 367px;
        height: 459px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-20 {
    width: 250px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-20 {
        width: 415px;
        height: 788px
    }
}

@media all and (min-width:768px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-21 {
        width: 400px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-21 {
        width: 392px;
        height: 298px
    }
}

@media all and (min-width:768px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-22 {
        width: 400px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-22 {
        width: 644px;
        height: 684px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-23 {
        width: 410px;
        height: 473px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-24 {
        width: 448px;
        height: 509px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-25 {
    width: 300px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-25 {
        width: 235px;
        height: 473px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-26 {
        width: 604px;
        height: 510px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-27 {
        width: 646px;
        height: 465px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-28 {
        width: 332px;
        height: 603px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-29 {
    width: 300px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-29 {
        width: 423px;
        height: 728px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-30 {
    width: 150px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-30 {
        width: 162px;
        height: 252px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-31 {
        width: 554px;
        height: 619px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-32 {
        width: 541px;
        height: 414px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-33 {
        width: 190px;
        height: 249px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-34 {
        width: 462px;
        height: 466px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-35 {
        width: 523px;
        height: 430px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-36 {
        width: 578px;
        height: 396px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-37 {
        width: 495px;
        height: 494px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-38 {
        width: 883px;
        height: 764px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-39 {
        width: 519px;
        height: 623px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-40 {
        width: 881px;
        height: 721px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-41 {
        width: 791px;
        height: 590px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-43 {
        width: 375px;
        height: 399px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-44 {
        width: 495px;
        height: 304px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-45 {
        width: 749px;
        height: 323px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-46 {
        width: 1280px;
        height: 258px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-47 {
        width: 373px;
        height: 427px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-48 {
    width: 250px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-48 {
        width: 294px;
        height: 431px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-49 {
        width: 574px;
        height: 238px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-50 {
        width: 400px;
        height: 400px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-51 {
        width: 548px;
        height: 556px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-52 {
        width: 756px;
        height: 307px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-53 {
        width: 756px;
        height: 307px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-54 {
        width: 756px;
        height: 307px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-55 {
        width: 756px;
        height: 307px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-56 {
        width: 756px;
        height: 307px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-57 {
        width: 756px;
        height: 307px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-58 {
        width: 673px;
        height: 519px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-59 {
        width: 405px;
        height: 202px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-60 {
    width: 150px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-60 {
        width: 110px;
        height: 707px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-61 {
        width: 855px;
        height: 365px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-63 {
        width: 493px;
        height: 396px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-64 {
        width: 818px;
        height: 474px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-65 {
    width: 200px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-65 {
        width: 299px;
        height: 904px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-66 {
        width: 486px;
        height: 584px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-67 {
    width: 250px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-67 {
        width: 316px;
        height: 607px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-68 {
        width: 480px;
        height: 314px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-69 {
        width: 389px;
        height: 402px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-70 {
        width: 1160px;
        height: 528px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-71 {
        width: 382px;
        height: 356px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-72 {
    width: 250px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-72 {
        width: 227px;
        height: 448px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-73 {
        width: 340px;
        height: 261px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-75 {
    width: 200px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-75 {
        width: 239px;
        height: 108px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-76 {
    width: 200px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-76 {
        width: 213px;
        height: 213px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-77 {
    width: 200px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-77 {
        width: 242px;
        height: 452px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-78 {
    width: 200px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-78 {
        width: 183px;
        height: 183px
    }
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-79 {
        width: 577px;
        height: 593px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-non-full-80 {
    width: 250px
}

@media all and (min-width:992px) {
    .zpshape-divider.zpshape-divider-common svg.zpshape-non-full-80 {
        width: 500px;
        height: 810px
    }
}

.zpshape-divider.zpshape-divider-common svg.zpshape-divider-default-right-top {
    top: 0;
    right: 0;
    left: auto;
    transform: translate(0%, 0%)
}

.zpshape-divider.zpshape-divider-common svg.zpshape-divider-default-right-bottom {
    bottom: 0;
    right: 0;
    left: auto;
    transform: translate(0%, 0%)
}

.zpshape-divider.zpshape-divider-common svg.zpshape-divider-default-left-top {
    top: 0;
    left: 0;
    right: auto;
    transform: translate(0%, 0%)
}

.zpshape-divider.zpshape-divider-common svg.zpshape-divider-default-left-bottom {
    bottom: 0;
    left: 0;
    right: auto;
    transform: translate(0%, 0%)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz svg.zpshape-divider-default-right-top {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    transform: translate(0%, 0%) rotateY(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz svg.zpshape-divider-default-right-bottom {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    transform: translate(0%, 0%) rotateY(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz svg.zpshape-divider-default-left-top {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, 0%) rotateY(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz svg.zpshape-divider-default-left-bottom {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    transform: translate(0%, 0%) rotateY(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz.zpshape-divider-flip-vr svg.zpshape-divider-default-right-top {
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    transform: translate(0%, 0%) rotateY(180deg) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz.zpshape-divider-flip-vr svg.zpshape-divider-default-right-bottom {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    transform: translate(0%, 0%) rotateY(180deg) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz.zpshape-divider-flip-vr svg.zpshape-divider-default-left-top {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    transform: translate(0%, 0%) rotateY(180deg) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-hz.zpshape-divider-flip-vr svg.zpshape-divider-default-left-bottom {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, 0%) rotateY(180deg) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-vr svg.zpshape-divider-default-right-top {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    transform: translate(0%, 0%) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-vr svg.zpshape-divider-default-right-bottom {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translate(0%, 0%) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-vr svg.zpshape-divider-default-left-top {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: translate(0%, 0%) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-flip-vr svg.zpshape-divider-default-left-bottom {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0%, 0%) rotateX(180deg)
}

.zpshape-divider.zpshape-divider-common.zpshape-divider-common-full-stretch svg.zpshape-non-full {
    height: auto;
    width: auto
}

@media all and (max-width:768px) {
    .zpshape-divider-common-hide-mobile svg {
        display: none
    }
    .zpshape-divider-bottom-hide-mobile svg {
        display: none
    }
    .zpshape-divider-top-hide-mobile svg {
        display: none
    }
}

.zphero-banner-transparent-bg-box,
.zshero-banner-transparent-bg-box {
    background-color: rgba(51, 51, 51, .59);
    padding: 15px;
    margin: 10%
}

@media all and (min-width:768px) {
    .zphero-banner-transparent-bg-box,
    .zshero-banner-transparent-bg-box {
        padding: 50px;
        margin: 0
    }
}

.zphero-banner-thick-border-box,
.zshero-banner-thick-border-box {
    border: 3px solid rgba(255, 255, 255, .71);
    padding: 30px 45px
}

.zphero-banner-border-box,
.zshero-banner-border-box {
    padding: 3%;
    border: 2px solid #fff;
    font-family: 'Source Sans Pro', sans-serif
}

@media all and (min-width:992px) {
    .zphero-banner-border-box,
    .zshero-banner-border-box {
        font-size: 18px;
        font-weight: 100;
        min-height: 150px;
        padding: 4%
    }
}

.zphero h1 {
    font-size: 3.5em
}

.zphero h2 {
    font-size: 3em
}

.zphero h3 {
    font-size: 2.5em
}

.zphero h4 {
    font-size: 2em
}

.zphero h5 {
    font-size: 1.25em
}

.zphero h6 {
    font-size: 1em
}

.zphero h1,
.zphero h2,
.zphero h3,
.zphero h4,
.zphero h5,
.zphero h6 {
    line-height: 1.6
}

.zphero .zpelem-text {
    font-size: 16px
}

.zphero-banner-style-01 .zpheading,
.zshero-banner-style-01 .zpheading {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300
}

.zphero-banner-style-01 .zpelem-text,
.zshero-banner-style-01 .zpelem-text {
    font-family: "Muli", sans-serif;
    font-weight: 300
}

.zphero-banner-style-01 .zpbutton,
.zshero-banner-style-01 .zpbutton {
    font-family: "Muli", sans-serif
}

.zphero-banner-style-02 .zpheading,
.zshero-banner-style-02 .zpheading {
    font-family: "Karla", sans-serif
}

.zphero-banner-style-02 .zpelem-text,
.zshero-banner-style-02 .zpelem-text {
    font-family: "Noto Sans", sans-serif;
    font-weight: 100
}

.zphero-banner-style-03 .zpheading,
.zshero-banner-style-03 .zpheading {
    font-family: "Lora", serif;
    font-weight: 700
}

.zphero-banner-style-03 .zpelem-text,
.zshero-banner-style-03 .zpelem-text {
    font-family: "Raleway", sans-serif;
    font-weight: 100
}

.zphero-banner-style-04 .zpheading,
.zshero-banner-style-04 .zpheading {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400
}

.zphero-banner-style-05 .zpheading,
.zshero-banner-style-05 .zpheading {
    font-family: "Roboto", sans-serif
}

.zphero-banner-style-05 .zpelem-text,
.zshero-banner-style-05 .zpelem-text {
    font-family: "Roboto", sans-serif
}

.zphero-banner-style-06 .zpheading,
.zshero-banner-style-06 .zpheading {
    font-family: "Arvo", sans-serif;
    color: #eb4d5e
}

.zphero-banner-style-06 .zpheading:after,
.zshero-banner-style-06 .zpheading:after {
    background: #eb4d5e
}

.zphero-banner-style-07 .zpheading,
.zshero-banner-style-07 .zpheading {
    font-family: "Lora", sans-serif
}

.zphero-banner-style-07 .zpheading:after,
.zshero-banner-style-07 .zpheading:after {
    bottom: auto;
    top: -20px;
    background: #ffe73a;
    width: 45px
}

.zphero-banner-style-07 .zpelem-text,
.zshero-banner-style-07 .zpelem-text {
    font-family: "Lora", sans-serif
}

.zphero-banner-style-08 .transparent-bg-box,
.zshero-banner-style-08 .transparent-bg-box {
    background: rgba(51, 51, 51, .59)
}

.zphero-banner-style-08 .zpheading,
.zshero-banner-style-08 .zpheading {
    font-family: "Lora", sans-serif
}

.zphero-banner-style-08 .zpelem-text,
.zshero-banner-style-08 .zpelem-text {
    font-family: "Roboto", sans-serif;
    font-weight: 100
}

.zphero-banner-style-09 .zpheading,
.zshero-banner-style-09 .zpheading {
    font-family: 'Lora', sans-serif
}

.zphero-banner-style-09 .zptext,
.zshero-banner-style-09 .zptext {
    font-family: 'Source Sans Pro', sans-serif
}

.zphero-banner-style-10 .zpdivider-common,
.zshero-banner-style-10 .zpdivider-common {
    font-size: 18px;
    font-style: italic;
    font-family: Times, serif
}

.zphero-banner-style-10 .zpheading,
.zshero-banner-style-10 .zpheading {
    font-family: Times, serif;
    font-weight: 700
}

.zphero-banner-style-10 .zpbutton,
.zshero-banner-style-10 .zpbutton {
    font-family: "Lato", sans-serif;
    border-width: 2px
}

.zphero-banner-style-10 .zpelem-text,
.zshero-banner-style-10 .zpelem-text {
    font-family: "Lato", sans-serif;
    font-weight: 300
}

.zphero-banner-style-11 .zpheading,
.zshero-banner-style-11 .zpheading {
    font-family: Times, serif;
    font-weight: 700
}

.zphero-banner-style-11 .zpelem-text,
.zshero-banner-style-11 .zpelem-text {
    font-family: Times, serif
}

.zphero-banner-style-12 .zpheading,
.zshero-banner-style-12 .zpheading {
    font-family: 'Lato', sans-serif;
    font-weight: 700
}

.zphero-banner-style-12 .zpelem-text,
.zshero-banner-style-12 .zpelem-text {
    font-family: 'Lato', sans-serif
}

.zphero-banner-style-13 .zpheading,
.zphero-banner-style-15 .zpheading,
.zshero-banner-style-13 .zpheading,
.zshero-banner-style-15 .zpheading {
    font-family: 'Lora', serif;
    font-weight: 700
}

.zphero-banner-style-13 .zpelem-text,
.zphero-banner-style-15 .zpelem-text,
.zshero-banner-style-13 .zpelem-text,
.zshero-banner-style-15 .zpelem-text {
    font-family: Times, serif
}

.zphero-banner-style-14 .zpheading,
.zshero-banner-style-14 .zpheading {
    font-family: Times, serif;
    font-weight: 700
}

.zphero-banner-style-14 .zpelem-text,
.zshero-banner-style-14 .zpelem-text {
    font-family: Times, serif
}

.zphero-banner-style-16,
.zphero-banner-style-17,
.zphero-banner-style-18,
.zphero-banner-style-19,
.zphero-banner-style-20 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zshero-banner-style-16 .zpheading {
    font-family: "Great Vibes", serif
}

.zshero-banner-style-16 h1.zpheading {
    font-size: 65px
}

.zshero-banner-style-16 .zpelem-text {
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 1.8
}

.zshero-banner-style-16 .zpbutton-container .zpbutton-type-primary {
    background: #fa741b;
    color: #fff;
    font-size: 16px;
    font-family: "Rubik", sans-serif
}

.zshero-banner-style-17 .zpheading {
    font-family: "Comfortaa", sans-serif
}

.zshero-banner-style-17 h1.zpheading {
    font-size: 48px
}

.zshero-banner-style-17 .zpelem-text {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.8
}

.zshero-banner-style-17 .zpbutton-container .zpbutton-type-primary {
    background: #4e44ad;
    color: #fff;
    font-size: 16px
}

.zshero-banner-style-18 .zpheading {
    font-family: "Averia Serif Libre", serif
}

.zshero-banner-style-18 h1.zpheading {
    font-size: 50px;
    font-weight: 700
}

.zshero-banner-style-18 .zpelem-text {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.8
}

.zshero-banner-style-18 .zpbutton-container .zpbutton-type-primary {
    font-family: 'Work Sans', sans-serif;
    background: #20c997;
    color: #fff;
    font-size: 16px
}

.zshero-banner-style-19 h1.zpheading {
    font-size: 80px
}

.zshero-banner-style-19 .zpheading {
    font-family: "Alice", serif
}

.zshero-banner-style-19 .zpelem-text {
    font-size: 18px;
    font-family: "Source Code Pro", sans-serif;
    line-height: 1.8
}

.zshero-banner-style-19 .zpbutton-container .zpbutton-type-primary {
    font-family: "Alice", serif;
    text-transform: uppercase;
    font-size: 16px
}

.zshero-banner-style-20 h1.zpheading,
.zshero-banner-style-20 h2.zpheading h3.zpheading {
    font-family: "Abel", sans-serif
}

.zshero-banner-style-20 h4.zpheading,
.zshero-banner-style-20 h5.zpheading h6.zpheading {
    font-family: "Rubik", sans-serif;
    color: #f15d3e
}

.zshero-banner-style-20 h1.zpheading {
    font-size: 64px;
    line-height: normal
}

.zshero-banner-style-20 .zpdivider-container.zpdivider-line-style-solid .zpdivider-common:before,
.zshero-banner-style-20 .zpdivider-container.zpdivider-line-style-solid .zpdivider-common:after {
    border-top-color: #4a4a4a
}

.zshero-banner-style-20 .zpbutton-container .zpbutton-type-primary {
    font-family: "Alice", serif;
    text-transform: uppercase;
    font-size: 16px
}

.zshero-banner-style-20 .zpbutton-container .zpbutton-icon svg {
    fill: #f15d3e
}

.zshero-banner-style-21 .zpheading,
.zshero-banner-style-21 .zptext {
    font-family: "Roboto", sans-serif
}

.zshero-banner-style-21 h2.zpheading {
    font-size: 48px
}

.zshero-banner-style-21 .zpheading:after {
    bottom: auto;
    top: -20px;
    background: #fff;
    width: 45px
}

.zshero-banner-style-21 .zpelem-text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400
}

.zshero-banner-style-21 .zpbutton-container .zpbutton-type-primary {
    background: #c89969;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.zshero-banner-style-22 .zpheading {
    font-family: "Lora", sans-serif;
    line-height: 1.5;
    font-weight: 700
}

.zshero-banner-style-22 .zpheading:after {
    bottom: auto;
    top: -20px;
    background: #fff;
    width: 45px
}

.zshero-banner-style-22 h3.zpheading {
    font-size: 38px
}

.zshero-banner-style-22 h4.zpheading {
    font-size: 30px
}

.zshero-banner-style-22 .zpelem-button {
    margin-top: 35px
}

.zshero-banner-style-22 .zpbutton-container .zpbutton-type-primary {
    font-size: 16px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:before {
    box-sizing: border-box
}

:after {
    box-sizing: border-box
}

.zphero {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #333
}

@media all and (min-width:992px) {
    .zphero {
        min-height: 45vh;
        height: auto
    }
}

@media only screen and (min-width:1200px) {
    .zphero {
        min-height: 60vh;
        height: auto
    }
}

.zphero .zpcontainer,
.zphero .zprow {
    padding: 20px 0
}

.zphero.zpapply-height .zpcontainer,
.zphero.zpapply-height .zprow:only-child {
    height: 100%
}

@media all and (min-width:768px) {
    .zphero .zpcontainer,
    .zphero .zprow {
        padding: 1em
    }
}

@media all and (max-width:768px) {
    .zphero .zpcontainer,
    .zphero .zprow {
        padding: 1em
    }
}

@media all and (min-width:992px) {
    .zphero .zpcontainer,
    .zphero .zprow {
        padding: 1em
    }
}

.zphero h1,
.zphero h2,
.zphero h3,
.zphero h4,
.zphero h5,
.zphero h6 {
    line-height: inherit
}

.zphero>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.zphero>ul li.zphero-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0
}

.zphero>ul li.zphero-slide .zpslider-img {
    width: 100% !important;
    height: 100% !important
}

.zphero>ul li.zphero-slide .zpslider-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.zphero>ul li.zphero-slide .zphero-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.zphero .zsslider-controller-container {
    display: none;
    bottom: .75em;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 200
}

@media all and (min-width:992px) {
    .zphero .zsslider-controller-container {
        display: flex
    }
}

@media only screen and (min-width:1200px) {
    .zphero .zsslider-controller-container {
        display: flex
    }
}

.zphero .zsslider-controller-container .zsslider-controller {
    margin-left: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block
}

.zphero .zsslider-controller-container .zsslider-controller:hover,
.zphero .zsslider-controller-container .zsslider-controller.zsslider-controller-active {
    background-color: rgba(255, 255, 255, .6);
    border-color: rgba(255, 255, 255, .6)
}

.zphero .zsslider-controller-container.zsslider-controller-type-01 .zsslider-controller {
    border-radius: 50%
}

.zphero .zsslider-controller-container.zsslider-controller-type-02 .zsslider-controller {
    border-radius: 0;
    width: 20px;
    height: 7px
}

.zphero .zsslider-controller-container.zsslider-controller-type-03 .zsslider-controller {
    border-radius: 0
}

.zphero .zsslider-controller-container.zsslider-controller-type-04 .zsslider-controller {
    border-radius: 0;
    transform: rotate(45deg);
    margin-left: 8px
}

.zphero .zsslider-arrows-container {
    display: none
}

@media all and (min-width:992px) {
    .zphero .zsslider-arrows-container {
        display: block
    }
}

@media only screen and (min-width:1200px) {
    .zphero .zsslider-arrows-container {
        display: block
    }
}

.zphero .zsslider-arrows-container .zsslider-arrow-left,
.zphero .zsslider-arrows-container .zsslider-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
    margin-top: -25px;
    cursor: pointer;
    z-index: 200
}

.zphero .zsslider-arrows-container .zsslider-arrow-left svg,
.zphero .zsslider-arrows-container .zsslider-arrow-right svg {
    fill: #fff
}

.zphero .zsslider-arrows-container .zsslider-arrow-left svg.svg-icon-24px,
.zphero .zsslider-arrows-container .zsslider-arrow-right svg.svg-icon-24px {
    width: 24px;
    height: 24px
}

.zphero .zsslider-arrows-container .zsslider-arrow-left svg.svg-icon-18px,
.zphero .zsslider-arrows-container .zsslider-arrow-right svg.svg-icon-18px {
    width: 18px;
    height: 18px
}

.zphero .zsslider-arrows-container .zsslider-arrow-right {
    right: 10px;
    left: auto
}

.zphero .zsslider-arrows-container.zsslider-arrow-type-01.zsslider-arrow-bg-01 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-01.zsslider-arrow-bg-01 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-02.zsslider-arrow-bg-01 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-02.zsslider-arrow-bg-01 .zsslider-arrow-right .zphero .zsslider-arrows-container.zsslider-arrow-type-03.zsslider-arrow-bg-01 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-03.zsslider-arrow-bg-01 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-04.zsslider-arrow-bg-01 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-04.zsslider-arrow-bg-01 .zsslider-arrow-right {
    background: 0 0
}

.zphero .zsslider-arrows-container.zsslider-arrow-type-01.zsslider-arrow-bg-02 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-01.zsslider-arrow-bg-02 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-02.zsslider-arrow-bg-02 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-02.zsslider-arrow-bg-02 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-03.zsslider-arrow-bg-02 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-03.zsslider-arrow-bg-02 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-04.zsslider-arrow-bg-02 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-04.zsslider-arrow-bg-02 .zsslider-arrow-right {
    background: rgba(0, 0, 0, .3);
    border-radius: 50%
}

.zphero .zsslider-arrows-container.zsslider-arrow-type-01.zsslider-arrow-bg-03 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-01.zsslider-arrow-bg-03 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-02.zsslider-arrow-bg-03 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-02.zsslider-arrow-bg-03 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-03.zsslider-arrow-bg-03 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-03.zsslider-arrow-bg-03 .zsslider-arrow-right,
.zphero .zsslider-arrows-container.zsslider-arrow-type-04.zsslider-arrow-bg-03 .zsslider-arrow-left,
.zphero .zsslider-arrows-container.zsslider-arrow-type-04.zsslider-arrow-bg-03 .zsslider-arrow-right {
    background: rgba(0, 0, 0, .3)
}

.zphero .zsslider-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: none
}

@media all and (min-width:768px) {
    .zphero .zsslider-tabs {
        display: none
    }
}

@media all and (min-width:992px) {
    .zphero .zsslider-tabs {
        display: flex
    }
}

@media only screen and (min-width:1200px) {
    .zphero .zsslider-tabs {
        display: flex
    }
}

.zphero .zsslider-tabs.zsslider-tab-align-left {
    text-align: left
}

.zphero .zsslider-tabs.zsslider-tab-align-center {
    text-align: center
}

.zphero .zsslider-tabs.zsslider-tab-align-right {
    text-align: right
}

.zphero .zsslider-tabs .zsslider-tab {
    flex: 1 0 auto;
    color: #fff;
    background-color: rgba(50, 50, 50, .8);
    padding: 10px 10px;
    font-size: 1em;
    cursor: pointer;
    transition: all .7s
}

.zphero .zsslider-tabs .zsslider-tab .zsslider-tab-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.zphero .zsslider-tabs .zsslider-tab .zsslider-tab-heading {
    display: block;
    font-size: 1em
}

.zphero .zsslider-tabs .zsslider-tab .zsslider-tab-caption {
    display: block;
    font-size: .75em;
    margin-top: 5px
}

.zphero .zsslider-tabs .zsslider-tab .zsslider-tab-image {
    display: inline-block;
    float: left;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 60px;
    margin-right: 10px
}

.zphero .zsslider-tabs .zsslider-tab.zsslider-tab-active,
.zphero .zsslider-tabs .zsslider-tab:hover {
    color: #333;
    background-color: #fff
}

.zpcontainer .zphero .zpcontainer {
    width: auto;
    padding: 0 15px
}

.zphero-full-height {
    height: 100vh !important
}

@media all and (min-width:768px) {
    .zphero-full-height .zphero {
        height: 100vh !important
    }
}

@media all and (min-width:992px) {
    .fullwidth-overlap .zphero {
        height: 72vh !important
    }
}

.zpvideo-section {
    position: relative
}

.zpvideo-bg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.zpvideo-bg-container video {
    width: 100vw;
    height: 100vh;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    overflow: hidden;
    display: block
}

.zpvideo-bg-container .zpvideo-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.zpvideo-bg-container .zpvideo-fallback-image {
    display: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll
}

@media screen and (max-width:786px) {
    .zpvideo-bg-container video {
        display: none
    }
    .zpvideo-bg-container .zpvideo-fallback-image {
        display: block
    }
}

.zpbox-container .zpelement:first-child {
    margin-top: 0
}

.zpelem-box.zscontainer .zpelement:first-child {
    margin-top: 0
}

@media all and (max-width:768px) {
    div[class*=zpcol-sm] iframe.zpvideo {
        width: 100%
    }
    div[class*=zpcol-sm] .zpiframe-container iframe {
        width: 100%
    }
}

.zpcol-md-12 iframe.zpvideo,
.zpcol-md-11 iframe.zpvideo,
.zpcol-md-10 iframe.zpvideo,
.zpcol-md-9 iframe.zpvideo,
.zpcol-md-8 iframe.zpvideo,
.zpcol-md-7 iframe.zpvideo {
    max-width: 100%
}

.zpcol-md-12 .zpiframe-container iframe,
.zpcol-md-11 .zpiframe-container iframe,
.zpcol-md-10 .zpiframe-container iframe,
.zpcol-md-9 .zpiframe-container iframe,
.zpcol-md-8 .zpiframe-container iframe,
.zpcol-md-7 .zpiframe-container iframe {
    max-width: 100%
}

.zpcol-md-6 iframe.zpvideo,
.zpcol-md-5 iframe.zpvideo,
.zpcol-md-5 iframe.zpvideo,
.zpcol-md-4 iframe.zpvideo,
.zpcol-md-3 iframe.zpvideo,
.zpcol-md-2 iframe.zpvideo,
.zpcol-md-1 iframe.zpvideo {
    width: 100%
}

.zpcol-md-6 .zpiframe-container iframe,
.zpcol-md-5 .zpiframe-container iframe,
.zpcol-md-5 .zpiframe-container iframe,
.zpcol-md-4 .zpiframe-container iframe,
.zpcol-md-3 .zpiframe-container iframe,
.zpcol-md-2 .zpiframe-container iframe,
.zpcol-md-1 .zpiframe-container iframe {
    width: 100%
}

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

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

.zpiframe-align-right {
    text-align: right
}

.zpbutton,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-flex;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.42857143;
    border-radius: 0;
    color: #fff;
    border: 0
}

.zpbutton:focus,
.zpbutton.focus,
.zpbutton:active:focus,
.zpbutton:active.focus,
.zpbutton.active:focus,
.zpbutton.active.focus,
button:focus,
button.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus,
input[type=submit]:focus,
input[type=submit].focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=reset]:focus,
input[type=reset].focus,
input[type=reset]:active:focus,
input[type=reset]:active.focus,
input[type=reset].active:focus,
input[type=reset].active.focus,
input[type=button]:focus,
input[type=button].focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus {
    outline: 0
}

.zpbutton:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    transition: .3s linear
}

.zpbutton:active,
.zpbutton.active,
button:active,
button.active,
input[type=submit]:active,
input[type=submit].active,
input[type=reset]:active,
input[type=reset].active,
input[type=button]:active,
input[type=button].active {
    outline: 0;
    background-image: none;
    box-shadow: none
}

.zpbutton.disabled,
.zpbutton[disabled],
.zpbutton fieldset[disabled],
button.disabled,
button[disabled],
button fieldset[disabled],
input[type=submit].disabled,
input[type=submit][disabled],
input[type=submit] fieldset[disabled],
input[type=reset].disabled,
input[type=reset][disabled],
input[type=reset] fieldset[disabled],
input[type=button].disabled,
input[type=button][disabled],
input[type=button] fieldset[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none
}

.zpbutton::-moz-focus-inner,
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0
}

.zpbutton-type-primary .zpbutton-icon,
.zpbutton-type-secondary .zpbutton-icon,
.zpbutton-type-link .zpbutton-icon {
    margin-right: 10px
}

.zpbutton-type-primary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-primary.zpbutton-icon-align-left .zpbutton-icon,
.zpbutton-type-primary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-left .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-left .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-center .zpbutton-icon {
    align-self: center;
    display: flex
}

.zpbutton-type-primary.zpbutton-icon-align-right,
.zpbutton-type-secondary.zpbutton-icon-align-right,
.zpbutton-type-link.zpbutton-icon-align-right {
    flex-direction: row-reverse
}

.zpbutton-type-primary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-right .zpbutton-icon {
    margin-right: 0;
    margin-left: 10px
}

.zpbutton-type-primary.zpbutton-icon-align-center,
.zpbutton-type-secondary.zpbutton-icon-align-center,
.zpbutton-type-link.zpbutton-icon-align-center {
    flex-wrap: wrap;
    flex-direction: column
}

.zpbutton-type-primary.zpbutton-icon-align-center .zpbutton-text,
.zpbutton-type-primary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-center .zpbutton-text,
.zpbutton-type-secondary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-center .zpbutton-text,
.zpbutton-type-link.zpbutton-icon-align-center .zpbutton-icon {
    flex-basis: auto;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px
}

.zpbutton-type-primary.zpbutton-icon-align-center.zpbutton-full-width,
.zpbutton-type-secondary.zpbutton-icon-align-center.zpbutton-full-width,
.zpbutton-type-link.zpbutton-icon-align-center.zpbutton-full-width {
    display: flex;
    justify-content: center
}

.zpbutton-type-primary.zpbutton-full-width,
.zpbutton-type-secondary.zpbutton-full-width,
.zpbutton-type-link.zpbutton-full-width {
    display: flex;
    justify-content: center;
    width: 100%
}

.zpbutton-type-primary {
    background: #4179d5
}

.zpbutton-type-primary.zpbutton-outline {
    background: 0 0;
    border: 1px solid #4179d5;
    color: #4179d5
}

.zpbutton-type-primary.zpbutton-outline svg {
    fill: currentColor
}

.zpbutton-type-primary svg {
    fill: currentColor
}

.zpbutton-type-primary:hover {
    color: #fff;
    background: #2960ba
}

.zpbutton-type-primary.disabled:hover {
    background: #4179d5
}

.zpbutton-type-primary.disabled.zpbutton-outline:hover {
    background: 0 0;
    color: #4179d5
}

.zpbutton-type-secondary {
    background: #969696
}

.zpbutton-type-secondary.zpbutton-outline {
    background: 0 0;
    border: 1px solid #969696;
    color: #969696
}

.zpbutton-type-secondary.zpbutton-outline svg {
    fill: currentColor
}

.zpbutton-type-secondary svg {
    fill: currentColor
}

.zpbutton-type-secondary:hover {
    color: #fff;
    background: #7d7d7d
}

.zpbutton-type-secondary.disabled:hover {
    background: #969696
}

.zpbutton-type-secondary.disabled.zpbutton-outline:hover {
    background: 0 0;
    color: #969696
}

.zpbutton-size-sm {
    padding: 7px 12px;
    font-size: 13px
}

.zpbutton-size-sm svg {
    width: 14px;
    height: 14px
}

.zpbutton-size-md {
    font-size: inherit;
    outline: 0;
    padding: 10px 35px;
    vertical-align: middle
}

.zpbutton-size-md svg {
    width: 16px;
    height: 16px
}

.zpbutton-size-lg {
    padding: 12px 45px;
    font-size: 18px
}

.zpbutton-size-lg svg {
    width: 22px;
    height: 22px
}

.zpbutton-style-roundcorner,
input.zpbutton-style-roundcorner {
    border-radius: 5px
}

.zpbutton-style-oval,
input.zpbutton-style-oval {
    border-radius: 50px
}

.zpbutton-type-link {
    background: 0 0;
    border-radius: none;
    border: 0;
    color: #4179d5
}

.zpbutton-type-link:hover,
.zpbutton-type-link.disabled:hover {
    background: 0 0;
    color: #4179d5;
    border: transparent
}

.zpbutton-type-link svg {
    fill: currentColor
}

input[type=submit].zpbutton-type-link,
input[type=reset].zpbutton-type-link,
button.zpbutton-type-link {
    background: 0 0;
    color: #4179d5;
    padding-left: 0;
    padding-right: 0
}

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

.zpbutton-align-right {
    text-align: right
}

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

.zpsidebar-container .zpaudio-container {
    width: 100%
}

.zpsidebar-container .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-timer,
.zpsidebar-container .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-timer {
    display: none
}

.zpsidebar-container .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zpsidebar-container .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller {
    width: auto
}

.zpsidebar-container .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zpsidebar-container .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar {
    display: none
}

.zpsidebar-container .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-suffle,
.zpsidebar-container .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-suffle {
    display: none
}

.zpsidebar-container iframe.zpvideo {
    width: 100%;
    height: 200px
}

.zpsidebar-container .zpiframe-container iframe {
    width: 100%;
    height: 200px
}

.zpsidebar-container .zpcol-md-12 .zpaudio-container.zpaudio-light-style,
.zpsidebar-container .zpcol-md-12 .zpaudio-container.zpaudio-dark-style {
    width: 100%
}

.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content {
    width: 100%
}

.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner {
    padding: 15px 45px
}

.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-repeat,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-repeat,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller {
    display: none
}

.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-player-controller,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-player-controller {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 0
}

.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-playlist-icon,
.zpsidebar-container .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-playlist-icon {
    margin-left: auto
}

.zpsidebar-container .zpform-outer li {
    flex-direction: column
}

.zpsidebar-container .zpform-outer li .zpform-label-container,
.zpsidebar-container .zpform-outer li .zpform-field-container {
    flex: 1 0 auto
}

.zpsidebar-container .zpform-outer li .zpform-label-container {
    margin-bottom: 10px;
    margin-right: 0
}

.zpsidebar-container .zpform-outer li .zpform-comment-name-email-group-container {
    display: flex;
    width: 100%
}

.zpsidebar-container .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group {
    flex: 1 0 0%;
    max-width: 100%
}

.zpsidebar-container .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group .zpform-label-container,
.zpsidebar-container .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group .zpform-field-container {
    max-width: 100%
}

.zpsidebar-container .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group:last-of-type {
    margin-left: 10px
}

.zpsidebar-container .zpform-outer li:last-child .zpform-label-container {
    margin-bottom: 0
}

.zpsidebar-container .zpform-outer li .zpform-common-errormsg-label {
    margin-bottom: 0
}

.zpsidebar-container .zpnewsletter-container .zpnewsletter-input-container input {
    width: 100%;
    margin-right: 0
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li {
    flex-direction: column
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-label-container,
.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-field-container,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-label-container,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-field-container {
    flex: 1 0 auto;
    width: 100%;
    max-width: 100%
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-label-container,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-label-container {
    margin-bottom: 10px;
    margin-right: 0
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-comment-name-email-group-container,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-comment-name-email-group-container {
    display: flex;
    width: 100%
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group {
    flex: 1 0 0%;
    max-width: 100%
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group .zpform-label-container,
.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group .zpform-field-container,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group .zpform-label-container,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group .zpform-field-container {
    max-width: 100%
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group:last-of-type,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-comment-name-email-group-container .zpform-comment-name-email-group:last-of-type {
    margin-left: 10px
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li:last-child .zpform-label-container,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li:last-child .zpform-label-container {
    margin-bottom: 0
}

.zpsidebar-container div[class*=zpcol-md] .zpform-outer li .zpform-common-errormsg-label,
.zpsidebar-container div[class*=zpcol-sm] .zpform-outer li .zpform-common-errormsg-label {
    margin-bottom: 0
}

.zpsidebar-container .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab {
    margin-right: 0
}

.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-dark-style,
.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-light-style,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-dark-style,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-light-style,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-dark-style,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-light-style,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-dark-style,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-light-style,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-dark-style,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-light-style {
    width: 100%
}

.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-timer,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-timer {
    display: none
}

.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller {
    width: auto
}

.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-8 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-7 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-5 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller .zpaudio-volume-bar {
    display: none
}

.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-3 .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-3 .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-progressbar {
    display: none
}

.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-4 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-3 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-3 .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar {
    display: none
}

.zppage-sidebar-enable .zpcol-md-6 .zpform-container .zpform-outer li,
.zppage-sidebar-enable .zpcol-md-5 .zpform-container .zpform-outer li,
.zppage-sidebar-enable .zpcol-md-4 .zpform-container .zpform-outer li,
.zppage-sidebar-enable .zpcol-md-3 .zpform-container .zpform-outer li,
.zppage-sidebar-enable .zpcol-md-2 .zpform-container .zpform-outer li,
.zppage-sidebar-enable .zpcol-md-1 .zpform-container .zpform-outer li {
    flex-direction: column
}

.zppage-sidebar-enable .zpcol-md-6 .zpform-container .zpform-outer li .zpform-field-container,
.zppage-sidebar-enable .zpcol-md-5 .zpform-container .zpform-outer li .zpform-field-container,
.zppage-sidebar-enable .zpcol-md-4 .zpform-container .zpform-outer li .zpform-field-container,
.zppage-sidebar-enable .zpcol-md-3 .zpform-container .zpform-outer li .zpform-field-container,
.zppage-sidebar-enable .zpcol-md-2 .zpform-container .zpform-outer li .zpform-field-container,
.zppage-sidebar-enable .zpcol-md-1 .zpform-container .zpform-outer li .zpform-field-container {
    max-width: 100%;
    width: 100%;
    flex: 1 0 auto
}

.zppage-sidebar-enable .zpcol-md-6 .zpform-container .zpform-outer li .zpform-label-container,
.zppage-sidebar-enable .zpcol-md-5 .zpform-container .zpform-outer li .zpform-label-container,
.zppage-sidebar-enable .zpcol-md-4 .zpform-container .zpform-outer li .zpform-label-container,
.zppage-sidebar-enable .zpcol-md-3 .zpform-container .zpform-outer li .zpform-label-container,
.zppage-sidebar-enable .zpcol-md-2 .zpform-container .zpform-outer li .zpform-label-container,
.zppage-sidebar-enable .zpcol-md-1 .zpform-container .zpform-outer li .zpform-label-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    flex: 1 0 auto
}

.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player {
    padding-right: 0;
    padding-left: 0
}

.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-volume-controller,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-progressbar,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-repeat,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-volume-controller {
    display: none
}

.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-player-controller,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style .zpaudio-player .zpaudio-player-controller {
    margin: 0 auto;
    padding-right: 2px;
    padding-left: 2px
}

.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-4 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-5 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-options {
    display: none
}

.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-playlist,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-playlist,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-playlist,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-playlist,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-playlist,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-playlist {
    display: none
}

.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-backward,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-forward,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-backward,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-forward,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-backward,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-forward,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-backward,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-forward,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-backward,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-forward,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-backward,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-forward {
    display: none
}

.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-play,
.zppage-sidebar-enable .zpcol-md-3 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-play,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-play,
.zppage-sidebar-enable .zpcol-md-2 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-play,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-dark-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-play,
.zppage-sidebar-enable .zpcol-md-1 .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner .zpaudio-container.zpaudio-light-style.zpaudio-player-playlist .zpaudio-player .zpaudio-player-controller .zpaudio-play {
    margin: 0 5px
}

.zppage-sidebar-enable .zpcol-md-6 .zpaudio-container.zpaudio-dark-style .zpaudio-player .zpaudio-repeat {
    display: none
}

.zpicon-text-container {
    flex: 0 0 100%;
    word-break: break-word
}

.zpicon-heading {
    flex: 1 1 0%
}

.zpicon-style-bgfill {
    background: #333;
    fill: #fff
}

.zpicon-style-border {
    border: 1px solid #4c4c4c
}

.zpicon-style-roundcorner {
    border: 1px solid #4c4c4c;
    border-radius: 10px
}

.zpicon-style-roundcorner-fill {
    fill: #fff;
    border-radius: 10px;
    background: #333
}

.zpicon-style-circle {
    border: 1px solid #4c4c4c;
    border-radius: 50%
}

.zpicon-style-circle-fill {
    border-radius: 50%;
    background: #333;
    fill: #fff
}

.zpicon-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row
}

.zpicon-container.zpicon-clear-align .zpicon-heading,
.zpicon-container.zpicon-clear-align .zpicon-text-container {
    flex: 1 0 auto;
    width: 100%
}

.zpicon-container .zpicon-common {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.zpicon-container .zpicon-size-sm {
    height: 30px;
    width: 30px
}

.zpicon-container .zpicon-size-sm svg {
    height: 75%;
    width: 75%
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-sm,
.zpicon-container .zpicon-style-border.zpicon-size-sm,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-sm,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-sm,
.zpicon-container .zpicon-style-circle.zpicon-size-sm,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-sm {
    height: 30px;
    width: 30px
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-sm svg,
.zpicon-container .zpicon-style-border.zpicon-size-sm svg,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-sm svg,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-sm svg,
.zpicon-container .zpicon-style-circle.zpicon-size-sm svg,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-sm svg {
    height: 55%;
    width: 55%
}

.zpicon-container .zpicon-size-md {
    height: 40px;
    width: 40px
}

.zpicon-container .zpicon-size-md svg {
    height: 75%;
    width: 75%
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-md,
.zpicon-container .zpicon-style-border.zpicon-size-md,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-md,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-md,
.zpicon-container .zpicon-style-circle.zpicon-size-md,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-md {
    height: 40px;
    width: 40px
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-md svg,
.zpicon-container .zpicon-style-border.zpicon-size-md svg,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-md svg,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-md svg,
.zpicon-container .zpicon-style-circle.zpicon-size-md svg,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-md svg {
    height: 55%;
    width: 55%
}

.zpicon-container .zpicon-size-lg {
    height: 70px;
    width: 70px
}

.zpicon-container .zpicon-size-lg svg {
    height: 75%;
    width: 75%
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-lg,
.zpicon-container .zpicon-style-border.zpicon-size-lg,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-lg,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-lg,
.zpicon-container .zpicon-style-circle.zpicon-size-lg,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-lg {
    height: 70px;
    width: 70px
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-lg svg,
.zpicon-container .zpicon-style-border.zpicon-size-lg svg,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-lg svg,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-lg svg,
.zpicon-container .zpicon-style-circle.zpicon-size-lg svg,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-lg svg {
    height: 55%;
    width: 55%
}

.zpicon-container .zpicon-size-xl {
    height: 100px;
    width: 100px
}

.zpicon-container .zpicon-size-xl svg {
    height: 75%;
    width: 75%
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-xl,
.zpicon-container .zpicon-style-border.zpicon-size-xl,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-xl,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-xl,
.zpicon-container .zpicon-style-circle.zpicon-size-xl,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-xl {
    height: 100px;
    width: 100px
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-xl svg,
.zpicon-container .zpicon-style-border.zpicon-size-xl svg,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-xl svg,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-xl svg,
.zpicon-container .zpicon-style-circle.zpicon-size-xl svg,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-xl svg {
    height: 75%;
    width: 75%
}

.zpicon-container .zpicon-size-xxl {
    height: 150px;
    width: 150px
}

.zpicon-container .zpicon-size-xxl svg {
    height: 75%;
    width: 75%
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-xxl,
.zpicon-container .zpicon-style-border.zpicon-size-xxl,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-xxl,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-xxl,
.zpicon-container .zpicon-style-circle.zpicon-size-xxl,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-xxl {
    height: 150px;
    width: 150px
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-xxl svg,
.zpicon-container .zpicon-style-border.zpicon-size-xxl svg,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-xxl svg,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-xxl svg,
.zpicon-container .zpicon-style-circle.zpicon-size-xxl svg,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-xxl svg {
    height: 75%;
    width: 75%
}

.zpicon-container .zpicon-size-org {
    height: 100%;
    width: 100%
}

.zpicon-container .zpicon-size-org svg {
    height: 100%;
    width: 100%
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-org,
.zpicon-container .zpicon-style-border.zpicon-size-org,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-org,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-org,
.zpicon-container .zpicon-style-circle.zpicon-size-org,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-org {
    height: 100%;
    width: 100%
}

.zpicon-container .zpicon-style-bgfill.zpicon-size-org svg,
.zpicon-container .zpicon-style-border.zpicon-size-org svg,
.zpicon-container .zpicon-style-roundcorner.zpicon-size-org svg,
.zpicon-container .zpicon-style-roundcorner-fill.zpicon-size-org svg,
.zpicon-container .zpicon-style-circle.zpicon-size-org svg,
.zpicon-container .zpicon-style-circle-fill.zpicon-size-org svg {
    height: 75%;
    width: 75%
}

.zpicon-container.zpicon-align-left .zpicon-heading,
.zpicon-container.zpicon-align-left .zpicon-text-container {
    text-align: left
}

.zpicon-container.zpicon-align-left .zpicon-heading {
    padding-left: 15px
}

.zpicon-container.zpicon-align-left.zpicon-clear-align {
    flex-wrap: wrap
}

.zpicon-container.zpicon-align-left.zpicon-clear-align .zpicon-heading {
    padding: 15px 0 0
}

.zpicon-container.zpicon-align-right {
    flex-direction: row-reverse
}

.zpicon-container.zpicon-align-right .zpicon-heading,
.zpicon-container.zpicon-align-right .zpicon-text-container {
    text-align: right
}

.zpicon-container.zpicon-align-right .zpicon-heading {
    padding: 0 15px 0 0
}

.zpicon-container.zpicon-align-right.zpicon-clear-align {
    flex-wrap: wrap
}

.zpicon-container.zpicon-align-right.zpicon-clear-align .zpicon-heading {
    padding: 15px 0 0
}

.zpicon-container.zpicon-align-center {
    flex-direction: column;
    text-align: center
}

.zpicon-container.zpicon-align-center .zpicon-heading {
    padding: 10px 0 0;
    flex: 1 0 auto;
    width: 100%
}

.zpicon-container.zpicon-align-center .zpicon-common {
    flex: 1 0 auto
}

.zpicon-container.zpicon-align-center .zpicon-text-container {
    flex: 1 0 auto;
    width: 100%
}

.zpicon-container.zpicon-align-center.zpicon-clear-align {
    flex-wrap: wrap
}

.zpicon-container.zpicon-align-center.zpicon-clear-align .zpicon-text-container {
    text-align: center
}

.zpicon-container.zpicon-align-center.zpicon-clear-align .zpicon-heading {
    padding: 10px 0 0
}

.zpicon-container .zpicon-text-container {
    padding: 15px 0 0;
    flex: 1 0 auto;
    width: 100%
}

.zpicon-container.zpicon-align-left .zpicon-size-sm+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 10px 0 0 45px
}

.zpicon-container.zpicon-align-left .zpicon-size-md+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 10px 0 0 55px
}

.zpicon-container.zpicon-align-left .zpicon-size-lg+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 10px 0 0 85px
}

.zpicon-container.zpicon-align-left .zpicon-size-xl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 10px 0 0 115px
}

.zpicon-container.zpicon-align-left .zpicon-size-xxl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 10px 0 0 165px
}

.zpicon-container.zpicon-align-right .zpicon-size-sm+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 15px 45px 0 0
}

.zpicon-container.zpicon-align-right .zpicon-size-md+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 15px 55px 0 0
}

.zpicon-container.zpicon-align-right .zpicon-size-lg+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 15px 85px 0 0
}

.zpicon-container.zpicon-align-right .zpicon-size-xl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 15px 115px 0 0
}

.zpicon-container.zpicon-align-right .zpicon-size-xxl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 15px 165px 0 0
}

.zpicon-container.zpicon-clear-align .zpicon-size-lg+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
.zpicon-container.zpicon-clear-align .zpicon-size-md+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
.zpicon-container.zpicon-clear-align .zpicon-size-sm+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
.zpicon-container.zpicon-clear-align .zpicon-size-xl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
.zpicon-container.zpicon-clear-align .zpicon-size-xxl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
    padding: 15px 0 0
}

@media screen and (max-width:786px) {
    .zpicon-container.zpicon-clear-align .zpicon-size-lg+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-clear-align .zpicon-size-md+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-clear-align .zpicon-size-sm+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-clear-align .zpicon-size-xl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-clear-align .zpicon-size-xxl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-right .zpicon-size-lg+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-right .zpicon-size-md+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-right .zpicon-size-sm+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-right .zpicon-size-xl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-right .zpicon-size-xxl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-left .zpicon-size-lg+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-left .zpicon-size-md+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-left .zpicon-size-sm+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-left .zpicon-size-xl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none,
    .zpicon-container.zpicon-align-left .zpicon-size-xxl+.zpicon-heading+.zpicon-text-container.zpicon-text-wrap-none {
        padding: 15px 0 0
    }
}

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

.zptext-align-right {
    text-align: right
}

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

.zptext-align-justify {
    text-align: justify
}

ul,
ol {
    margin: 0;
    padding: 5px 0 0 20px
}

ul li,
ol li {
    margin: 0;
    padding: 5px 0;
    list-style: inherit
}

ul ol,
ol ol {
    padding-left: 23px
}

.zphero-slide {
    animation-duration: .6s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    perspective: 800;
    z-index: 100
}

.zs-sliderMask {
    overflow: hidden
}

[data-transition=slide_left] .zs-slide,
[data-transition=slide_up] .zs-slide,
[data-transition=slide_down] .zs-slide,
[data-transition=slide_right] .zs-slide {
    transform: translate3d(-100%, 0, 0)
}

[data-transition=diffuse] .zs-slide {
    opacity: 0
}

.zs-transition-slide {
    animation-duration: 1s;
    animation-fill-mode: both
}

.zphero-slide.curslide {
    z-index: 199
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

.zpbackground-repeat-all {
    background-repeat: repeat
}

.zpbackground-repeat-no {
    background-repeat: no-repeat
}

.zpbackground-repeat-horizontal {
    background-repeat: repeat-x
}

.zpbackground-repeat-vertical {
    background-repeat: repeat-y
}

.zpbackground-size-cover {
    background-size: cover
}

.zpbackground-size-contain {
    background-size: contain
}

.zpbackground-size-auto {
    background-size: auto
}

.zpbackground-position-left-top {
    background-position: left top
}

.zpbackground-position-right-top {
    background-position: right top
}

.zpbackground-position-center-top {
    background-position: center top
}

.zpbackground-position-left-center {
    background-position: left center
}

.zpbackground-position-right-center {
    background-position: right center
}

.zpbackground-position-center-center {
    background-position: center center
}

.zpbackground-position-left-bottom {
    background-position: left bottom
}

.zpbackground-position-right-bottom {
    background-position: right bottom
}

.zpbackground-position-center-bottom {
    background-position: center bottom
}

.zpbackground-attachment-scroll {
    background-attachment: scroll
}

.zpbackground-attachment-fixed {
    background-attachment: fixed
}

.zpbutton,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-flex;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.42857143;
    border-radius: 0;
    color: #fff;
    border: 0
}

.zpbutton:focus,
.zpbutton.focus,
.zpbutton:active:focus,
.zpbutton:active.focus,
.zpbutton.active:focus,
.zpbutton.active.focus,
button:focus,
button.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus,
input[type=submit]:focus,
input[type=submit].focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=reset]:focus,
input[type=reset].focus,
input[type=reset]:active:focus,
input[type=reset]:active.focus,
input[type=reset].active:focus,
input[type=reset].active.focus,
input[type=button]:focus,
input[type=button].focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus {
    outline: 0
}

.zpbutton:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    transition: .3s linear
}

.zpbutton:active,
.zpbutton.active,
button:active,
button.active,
input[type=submit]:active,
input[type=submit].active,
input[type=reset]:active,
input[type=reset].active,
input[type=button]:active,
input[type=button].active {
    outline: 0;
    background-image: none;
    box-shadow: none
}

.zpbutton.disabled,
.zpbutton[disabled],
.zpbutton fieldset[disabled],
button.disabled,
button[disabled],
button fieldset[disabled],
input[type=submit].disabled,
input[type=submit][disabled],
input[type=submit] fieldset[disabled],
input[type=reset].disabled,
input[type=reset][disabled],
input[type=reset] fieldset[disabled],
input[type=button].disabled,
input[type=button][disabled],
input[type=button] fieldset[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none
}

.zpbutton::-moz-focus-inner,
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0
}

.zpbutton-type-primary .zpbutton-icon,
.zpbutton-type-secondary .zpbutton-icon,
.zpbutton-type-link .zpbutton-icon {
    margin-right: 10px
}

.zpbutton-type-primary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-primary.zpbutton-icon-align-left .zpbutton-icon,
.zpbutton-type-primary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-left .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-left .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-center .zpbutton-icon {
    align-self: center;
    display: flex
}

.zpbutton-type-primary.zpbutton-icon-align-right,
.zpbutton-type-secondary.zpbutton-icon-align-right,
.zpbutton-type-link.zpbutton-icon-align-right {
    flex-direction: row-reverse
}

.zpbutton-type-primary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-right .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-right .zpbutton-icon {
    margin-right: 0;
    margin-left: 10px
}

.zpbutton-type-primary.zpbutton-icon-align-center,
.zpbutton-type-secondary.zpbutton-icon-align-center,
.zpbutton-type-link.zpbutton-icon-align-center {
    flex-wrap: wrap;
    flex-direction: column
}

.zpbutton-type-primary.zpbutton-icon-align-center .zpbutton-text,
.zpbutton-type-primary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-secondary.zpbutton-icon-align-center .zpbutton-text,
.zpbutton-type-secondary.zpbutton-icon-align-center .zpbutton-icon,
.zpbutton-type-link.zpbutton-icon-align-center .zpbutton-text,
.zpbutton-type-link.zpbutton-icon-align-center .zpbutton-icon {
    flex-basis: auto;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px
}

.zpbutton-type-primary.zpbutton-icon-align-center.zpbutton-full-width,
.zpbutton-type-secondary.zpbutton-icon-align-center.zpbutton-full-width,
.zpbutton-type-link.zpbutton-icon-align-center.zpbutton-full-width {
    display: flex;
    justify-content: center
}

.zpbutton-type-primary.zpbutton-full-width,
.zpbutton-type-secondary.zpbutton-full-width,
.zpbutton-type-link.zpbutton-full-width {
    display: flex;
    justify-content: center;
    width: 100%
}

.zpbutton-type-primary {
    background: #4179d5
}

.zpbutton-type-primary.zpbutton-outline {
    background: 0 0;
    border: 1px solid #4179d5;
    color: #4179d5
}

.zpbutton-type-primary.zpbutton-outline svg {
    fill: currentColor
}

.zpbutton-type-primary svg {
    fill: currentColor
}

.zpbutton-type-primary:hover {
    color: #fff;
    background: #2960ba
}

.zpbutton-type-primary.disabled:hover {
    background: #4179d5
}

.zpbutton-type-primary.disabled.zpbutton-outline:hover {
    background: 0 0;
    color: #4179d5
}

.zpbutton-type-secondary {
    background: #969696
}

.zpbutton-type-secondary.zpbutton-outline {
    background: 0 0;
    border: 1px solid #969696;
    color: #969696
}

.zpbutton-type-secondary.zpbutton-outline svg {
    fill: currentColor
}

.zpbutton-type-secondary svg {
    fill: currentColor
}

.zpbutton-type-secondary:hover {
    color: #fff;
    background: #7d7d7d
}

.zpbutton-type-secondary.disabled:hover {
    background: #969696
}

.zpbutton-type-secondary.disabled.zpbutton-outline:hover {
    background: 0 0;
    color: #969696
}

.zpbutton-size-sm {
    padding: 7px 12px;
    font-size: 13px
}

.zpbutton-size-sm svg {
    width: 14px;
    height: 14px
}

.zpbutton-size-md {
    font-size: inherit;
    outline: 0;
    padding: 10px 35px;
    vertical-align: middle
}

.zpbutton-size-md svg {
    width: 16px;
    height: 16px
}

.zpbutton-size-lg {
    padding: 12px 45px;
    font-size: 18px
}

.zpbutton-size-lg svg {
    width: 22px;
    height: 22px
}

.zpbutton-style-roundcorner,
input.zpbutton-style-roundcorner {
    border-radius: 5px
}

.zpbutton-style-oval,
input.zpbutton-style-oval {
    border-radius: 50px
}

.zpbutton-type-link {
    background: 0 0;
    border-radius: none;
    border: 0;
    color: #4179d5
}

.zpbutton-type-link:hover,
.zpbutton-type-link.disabled:hover {
    background: 0 0;
    color: #4179d5;
    border: transparent
}

.zpbutton-type-link svg {
    fill: currentColor
}

input[type=submit].zpbutton-type-link,
input[type=reset].zpbutton-type-link,
button.zpbutton-type-link {
    background: 0 0;
    color: #4179d5;
    padding-left: 0;
    padding-right: 0
}

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

.zpbutton-align-right {
    text-align: right
}

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

.zpform-comment-rating-container {
    display: inline-flex;
    flex-direction: row-reverse;
    width: auto
}

.zpform-comment-rating-container label {
    flex: 0 1 auto;
    display: block;
    margin-left: 5px;
    cursor: pointer
}

.zpform-comment-rating-container label svg {
    height: 16px;
    width: 16px
}

.zpform-comment-rating-container label:last-of-type {
    margin-left: 0
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer svg {
    width: 22px;
    height: 22px
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer .zpcomment-thumbsdown svg {
    fill: red
}

.zpform-comment-rating-container input {
    display: none
}

.zpform-comment-rating-container label svg {
    fill: #a2a2a2
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer {
    align-items: center;
    display: flex;
    flex-direction: column
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer:first-child {
    margin-left: 15px;
    flex: 1 0 auto
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer:first-child .zpcomment-thumbs-count {
    background: #da4f33
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer:last-child {
    flex: 1 0 auto
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer:last-child .zpcomment-thumbs-count {
    background: #22be75
}

.zpform-comment-rating-container .zpcomment-thumbslike-contianer .zpcomment-thumbs-count {
    display: block;
    padding: 5px;
    min-width: 30px;
    height: 24px;
    color: #fff;
    line-height: 14px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center
}

.zpform-comment-rating-container.zpcomment-rating-type-2.zpcomment-rating-style-1 .zpcomment-thumbslike-contianer label svg {
    fill: #f6ac35
}

.zpform-comment-rating-container.zpcomment-rating-type-2.zpcomment-rating-style-2 .zpcomment-thumbslike-contianer label svg {
    fill: #00a9ff
}

.zpform-comment-rating-container.zpcomment-rating-type-2.zpcomment-rating-style-3 .zpcomment-thumbslike-contianer label svg {
    fill: #9a59d7
}

.zpcomment-rating-vote-container.zpcomment-rating-type-2.zpcomment-rating-style-1 .zpcomment-thumbslike-contianer label svg {
    fill: #a2a2a2
}

.zpcomment-rating-vote-container.zpcomment-rating-type-2.zpcomment-rating-style-2 .zpcomment-thumbslike-contianer label svg {
    fill: #a2a2a2
}

.zpcomment-rating-vote-container.zpcomment-rating-type-2.zpcomment-rating-style-3 .zpcomment-thumbslike-contianer label svg {
    fill: #a2a2a2
}

.zpcomment-rating-vote-container.zpcomment-rating-style-1.zpcomment-rating-type-1:not(:hover)>input:checked~label svg {
    fill: #f6ac35
}

.zpcomment-rating-vote-container.zpcomment-rating-style-1.zpcomment-rating-type-1>label:hover~label svg {
    fill: #f6ac35
}

.zpcomment-rating-vote-container.zpcomment-rating-style-1.zpcomment-rating-type-1>label:hover svg {
    fill: #f6ac35
}

.zpcomment-rating-vote-container.zpcomment-rating-style-1.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>input:checked~label svg {
    fill: #f6ac35
}

.zpcomment-rating-vote-container.zpcomment-rating-style-1.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>label:hover~label svg {
    fill: #f6ac35
}

.zpcomment-rating-vote-container.zpcomment-rating-style-1.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>label:hover svg {
    fill: #f6ac35
}

.zpcomment-rating-vote-container.zpcomment-rating-style-2.zpcomment-rating-type-1:not(:hover)>input:checked~label svg {
    fill: #00a9ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-2.zpcomment-rating-type-1>label:hover~label svg {
    fill: #00a9ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-2.zpcomment-rating-type-1>label:hover svg {
    fill: #00a9ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-2.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>input:checked~label svg {
    fill: #00a9ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-2.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>label:hover~label svg {
    fill: #00a9ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-2.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>label:hover svg {
    fill: #00a9ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-3.zpcomment-rating-type-1:not(:hover)>input:checked~label svg {
    fill: #22be75
}

.zpcomment-rating-vote-container.zpcomment-rating-style-3.zpcomment-rating-type-1>label:hover~label svg {
    fill: #22be75
}

.zpcomment-rating-vote-container.zpcomment-rating-style-3.zpcomment-rating-type-1>label:hover svg {
    fill: #22be75
}

.zpcomment-rating-vote-container.zpcomment-rating-style-3.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>input:checked~label svg {
    fill: #9a59d7
}

.zpcomment-rating-vote-container.zpcomment-rating-style-3.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>label:hover~label svg {
    fill: #9a59d7
}

.zpcomment-rating-vote-container.zpcomment-rating-style-3.zpcomment-rating-type-2 .zpcomment-thumbslike-contianer>label:hover svg {
    fill: #9a59d7
}

.zpcomment-rating-vote-container.zpcomment-rating-style-4.zpcomment-rating-type-1:not(:hover)>input:checked~label svg {
    fill: #fa559d
}

.zpcomment-rating-vote-container.zpcomment-rating-style-4.zpcomment-rating-type-1>label:hover~label svg {
    fill: #fa559d
}

.zpcomment-rating-vote-container.zpcomment-rating-style-4.zpcomment-rating-type-1>label:hover svg {
    fill: #fa559d
}

.zpcomment-rating-vote-container.zpcomment-rating-style-5.zpcomment-rating-type-1:not(:hover)>input:checked~label svg {
    fill: #00a7ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-5.zpcomment-rating-type-1>label:hover~label svg {
    fill: #00a7ff
}

.zpcomment-rating-vote-container.zpcomment-rating-style-5.zpcomment-rating-type-1>label:hover svg {
    fill: #00a7ff
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(5)~label svg {
    fill: #f6ac35
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(5) svg {
    fill: #f6ac35
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(5)~label svg {
    fill: #00a9ff
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(5) svg {
    fill: #00a9ff
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(5)~label svg {
    fill: #22be75
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(5) svg {
    fill: #22be75
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(5)~label svg {
    fill: #fa559d
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(5) svg {
    fill: #fa559d
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(5)~label svg {
    fill: #00a7ff
}

.zpcomment-star-rating-5.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(5) svg {
    fill: #00a7ff
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(4)~label svg {
    fill: #f6ac35
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(4) svg {
    fill: #f6ac35
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(4)~label svg {
    fill: #00a9ff
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(4) svg {
    fill: #00a9ff
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(4)~label svg {
    fill: #22be75
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(4) svg {
    fill: #22be75
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(4)~label svg {
    fill: #fa559d
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(4) svg {
    fill: #fa559d
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(4)~label svg {
    fill: #00a7ff
}

.zpcomment-star-rating-4.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(4) svg {
    fill: #00a7ff
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(3)~label svg {
    fill: #f6ac35
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(3) svg {
    fill: #f6ac35
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(3)~label svg {
    fill: #00a9ff
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(3) svg {
    fill: #00a9ff
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(3)~label svg {
    fill: #22be75
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(3) svg {
    fill: #22be75
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(3)~label svg {
    fill: #fa559d
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(3) svg {
    fill: #fa559d
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(3)~label svg {
    fill: #00a7ff
}

.zpcomment-star-rating-3.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(3) svg {
    fill: #00a7ff
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(2)~label svg {
    fill: #f6ac35
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(2) svg {
    fill: #f6ac35
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(2)~label svg {
    fill: #00a9ff
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(2) svg {
    fill: #00a9ff
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(2)~label svg {
    fill: #22be75
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(2) svg {
    fill: #22be75
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(2)~label svg {
    fill: #fa559d
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(2) svg {
    fill: #fa559d
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(2)~label svg {
    fill: #00a7ff
}

.zpcomment-star-rating-2.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(2) svg {
    fill: #00a7ff
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(1)~label svg {
    fill: #f6ac35
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-1 label:nth-last-of-type(1) svg {
    fill: #f6ac35
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(1)~label svg {
    fill: #00a9ff
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-2 label:nth-last-of-type(1) svg {
    fill: #00a9ff
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(1)~label svg {
    fill: #22be75
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-3 label:nth-last-of-type(1) svg {
    fill: #22be75
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(1)~label svg {
    fill: #fa559d
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-4 label:nth-last-of-type(1) svg {
    fill: #fa559d
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(1)~label svg {
    fill: #00a7ff
}

.zpcomment-star-rating-1.zpcomment-rating-type-1.zpcomment-rating-style-5 label:nth-last-of-type(1) svg {
    fill: #00a7ff
}

.zpform-comment-rating-info-icon {
    align-self: center;
    margin-left: 10px;
    cursor: pointer
}

.zpform-comment-rating-info-icon svg {
    fill: #36a9e1;
    height: 17px;
    width: 17px
}

.zpcomment-rating-votes {
    margin-top: 10px
}

.zpcomment-rating-infobox {
    padding: 15px;
    color: #555;
    display: inline-flex;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    box-shadow: 3px 3px 4px -2px #ccc
}

.zpcomment-rating-infobox .zpcomment-average-rating-info {
    margin-right: 30px
}

.zpcomment-rating-infobox .zpcomment-average-rating-info div {
    margin-bottom: 5px;
    text-align: center
}

.zpcomment-rating-infobox .zpcomment-average-rating-info div:last-child {
    margin-bottom: 0
}

.zpcomment-rating-infobox .zpcomment-average-rating-info div.zpcomment-rating-value {
    font-size: 30px
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul {
    padding: 0;
    margin: 0
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li {
    display: flex;
    align-items: center;
    padding: 2px 0;
    margin-bottom: 0
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li svg {
    height: 15px;
    width: 15px;
    fill: #f6ac35
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li:last-child {
    margin-bottom: 0
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li .zpcomment-individual-rating-details {
    margin-right: 10px
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li .zpcomment-individual-rating-details:last-child {
    margin-right: 0
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li .zpcomment-rating-bar {
    width: 150px;
    height: 13px;
    padding: 1px;
    border: 1px solid #ccc
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li .zpcomment-rating-bar span {
    width: 100%;
    height: 100%;
    background: #36a9e1;
    display: block
}

.zpcomment-rating-infobox .zpcomment-rating-infobox-close {
    height: 22px;
    width: 22px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 17px;
    font-size: 14px
}

.zpcomment-rating-result .zpform-comment-rating-container {
    margin-top: 12px
}

.zpcomment-rating-result .zpform-comment-rating-container label {
    cursor: auto
}

.zpcomment-rating-result .zpcomment-rating-vote-value {
    margin-top: 5px
}

.zpcomment-list-container .zpcomment-list .zpcomment-list-inner .zpcomment-list-item .zpcomment-rating-value-info-container .zpcomment-rating-type-2 .zpcomment-thumbslike-contianer:first-child {
    margin: 0
}

.svg-grad stop {
    stop-color: #f6ac35
}

.svg-grad stop+stop {
    stop-color: #a2a2a2
}

.zpcomments-reviews-ratings {
    display: inline-flex;
    align-items: center
}

.zpcomments-reviews-ratings .zpform-comment-rating-container label,
.zpcomments-reviews-ratings .zpform-comment-rating-container .zpform-comment-rating-svg {
    margin-left: 3px;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center
}

.zpcomments-reviews-ratings .zpform-comment-rating-container label svg,
.zpcomments-reviews-ratings .zpform-comment-rating-container .zpform-comment-rating-svg svg {
    height: 13px;
    width: 13px
}

.zpcomments-reviews-ratings .zpform-comment-rating-container label:last-of-type,
.zpcomments-reviews-ratings .zpform-comment-rating-container .zpform-comment-rating-svg:last-of-type {
    margin-left: 0
}

.zpcomments-reviews-ratings .zpform-comment-rating-container .zpform-comment-rating-svg {
    cursor: default
}

.zpcomments-reviews-ratings .zpform-comment-rating-container+.zpcomment-rating-vote-value {
    margin-left: 12px
}

.zpcomments-reviews-ratings .zpcomment-rating-vote-value {
    line-height: normal;
    padding-right: 8px
}

.zpcomments-reviews-ratings .zpcomment-rating-vote-value+.zpform-comment-rating-container label {
    width: 16px;
    height: 16px;
    margin-left: 6px
}

.zpcomments-reviews-ratings .zpcomment-rating-vote-value+.zpform-comment-rating-container label svg {
    height: 16px;
    width: 16px
}

.zpcomments-reviews-ratings .zpcomments-ratings-average+label {
    width: 14px;
    height: 16px;
    line-height: normal;
    margin-left: 8px
}

.zpcomment-average-rating {
    display: inline-flex;
    align-items: center;
    line-height: normal
}

.zp-hidden-xs {
    display: none
}

@media all and (min-width:768px) {
    .zp-hidden-xs {
        display: block
    }
    .zp-hidden-xs.zprow {
        display: flex
    }
}

@media all and (min-width:768px) {
    .zp-hidden-sm {
        display: none
    }
    .zp-hidden-sm.zprow {
        display: none
    }
}

@media all and (min-width:992px) {
    .zp-hidden-sm {
        display: block
    }
    .zp-hidden-sm.zprow {
        display: flex
    }
}

@media all and (min-width:992px) {
    .zp-hidden-md {
        display: none
    }
    .zp-hidden-md.zprow {
        display: none
    }
}

/*!
 * 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 {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,
    11.1%,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.zpcalendar-container {
    border: 1px solid #eaeffb;
    width: 235px;
    font-family: arial, sans-serif;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .1);
    color: #444c63
}

.zpcalendar-container input[type=button],
.zpcalendar-container input[type=text],
.zpcalendar-container select {
    border: 1px solid #b7c0d6;
    border-radius: 0;
    background: 0 0;
    font-size: 12px;
    height: 20px;
    padding: 0 3px;
    width: 55px
}

.zpcalendar-container input[type=button]:focus,
.zpcalendar-container input[type=text]:focus,
.zpcalendar-container select:focus {
    outline: 0
}

.zpcalendar-container span {
    display: inline-block;
    font-size: 12px
}

.zpcalendar-container .zpcalendar-time-area,
.zpcalendar-container .zpcalendar-controller,
.zpcalendar-container .zpcalendar-days,
.zpcalendar-container .zpcalendar-button-area {
    text-align: center
}

.zpcalendar-header {
    background: #fff;
    padding: 7px 0;
    border-bottom: 1px solid #eaeffb
}

.zpcalendar-header .zpcalendar-controller {
    margin-bottom: 2px
}

.zpcalendar-header .zpcalendar-controller span {
    padding: 3px;
    cursor: pointer
}

.zpcalendar-header .zpcalendar-controller span svg {
    fill: #6d7a98;
    width: 8px;
    height: 8px
}

.zpcalendar-header .zpcalendar-days span {
    width: 29px
}

.zpcalendar-date-container {
    background: #fafcff;
    overflow: hidden
}

.zpcalendar-date-container div {
    float: left;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    width: 27px;
    height: 27px;
    margin: 3px;
    border: 1px solid transparent;
    border-radius: 50%
}

.zpcalendar-date-container div.selected-date,
.zpcalendar-date-container div.date:hover {
    background: #fff;
    cursor: pointer;
    border-color: #8694b5
}

.zpcalendar-footer {
    background: #fff;
    border-top: 1px solid #eaeffb;
    padding: 10px
}

.zpcalendar-footer .zpcalendar-time-area {
    margin-bottom: 5px
}

.zpcalendar-footer .zpcalendar-time-area span input[type=text] {
    width: 22px;
    margin: 0 1px;
    padding: 3px 2px;
    height: 18px
}

.zpcalendar-footer .zpcalendar-time-area span select {
    margin-right: 0
}

.zpcalendar-button-area input[type=button] {
    margin: 5px 3px 0;
    display: inline-block;
    background: 0 0;
    padding: 2px 5px;
    width: 60px;
    border: 1px solid #b8c1d6;
    color: #333;
    cursor: pointer;
    line-height: .7
}

.zpcalendar-button-area input[type=button]:first-child {
    background: #b8c1d6;
    color: #fff;
    margin-left: 0
}

.zpcalendar-button-area input[type=button]:last-child {
    margin-right: 0
}

.zpform-container [data-custom-fields-datepicker] select {
    border-color: #b7c0d6 !important;
    color: inherit !important;
    width: 55px;
    height: 20px;
    padding: 0 3px
}

[data-custom-fields-datepicker] input[type=button] {
    border-color: #b8c1d6 !important;
    height: 20px !important;
    padding: 2px 5px !important;
    width: auto !important;
    border-radius: 0 !important
}