.zpimage-container {
    display: flex;
    overflow: hidden
}

.zpimage-container.zpimage-align-left figure,
.zpimage-container.zpimage-align-right figure,
.zpimage-container.zpimage-align-center figure {
    display: inline-table
}

.zpimage-container.zpimage-align-left figure img,
.zpimage-container.zpimage-align-right figure img,
.zpimage-container.zpimage-align-center figure img {
    display: inline-block;
    vertical-align: top;
    height: auto
}

.zpimage-container.zpimage-align-left figure figcaption,
.zpimage-container.zpimage-align-right figure figcaption,
.zpimage-container.zpimage-align-center figure figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 15px
}

.zpimage-container.zpimage-align-left figure figcaption .zpimage-caption-content,
.zpimage-container.zpimage-align-right figure figcaption .zpimage-caption-content,
.zpimage-container.zpimage-align-center figure figcaption .zpimage-caption-content {
    font-size: 15px
}

.zpimage-container.zpimage-align-left figure.zpimage-overlay figcaption.zpimage-caption,
.zpimage-container.zpimage-align-right figure.zpimage-overlay figcaption.zpimage-caption,
.zpimage-container.zpimage-align-center figure.zpimage-overlay figcaption.zpimage-caption {
    padding: 15px
}

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

.zpimage-container.zpimage-align-center {
    justify-content: center;
    text-align: center
}

.zpimage-container.zpfull-width-image figure {
    display: inline-table;
    width: 100% !important
}

.zpimage-container.zpfull-width-image figure img {
    display: inline-block;
    width: 100% !important;
    vertical-align: top
}

.zpimage-container [data-overlay-enable=false] figcaption,
.zpimage-with-text-container [data-overlay-enable=false] figcaption {
    padding: 15px 0 !important
}

.zpimage-with-text-container {
    overflow: hidden
}

.zpimage-with-text-container.zpimage-align-left figure,
.zpimage-with-text-container.zpimage-align-right figure,
.zpimage-with-text-container.zpimage-align-center figure {
    display: inline-table;
    float: left
}

.zpimage-with-text-container.zpimage-align-left figure img,
.zpimage-with-text-container.zpimage-align-right figure img,
.zpimage-with-text-container.zpimage-align-center figure img {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 100%
}

.zpimage-with-text-container.zpimage-align-left figure figcaption,
.zpimage-with-text-container.zpimage-align-right figure figcaption,
.zpimage-with-text-container.zpimage-align-center figure figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 15px
}

.zpimage-with-text-container.zpimage-align-left figure figcaption.zpimage-overlay,
.zpimage-with-text-container.zpimage-align-right figure figcaption.zpimage-overlay,
.zpimage-with-text-container.zpimage-align-center figure figcaption.zpimage-overlay {
    display: inline-block;
    overflow: hidden
}

.zpimage-with-text-container.zpimage-align-left figure.zpimage-overlay figcaption.zpimage-caption,
.zpimage-with-text-container.zpimage-align-right figure.zpimage-overlay figcaption.zpimage-caption,
.zpimage-with-text-container.zpimage-align-center figure.zpimage-overlay figcaption.zpimage-caption {
    padding: 15px
}

.zpimage-with-text-container.zpimage-align-left .zpimage-text,
.zpimage-with-text-container.zpimage-align-right .zpimage-text,
.zpimage-with-text-container.zpimage-align-center .zpimage-text {
    display: inline;
    word-break: break-word
}

.zpimage-with-text-container.zpimage-align-left.zpimage-size-fit figure,
.zpimage-with-text-container.zpimage-align-right.zpimage-size-fit figure,
.zpimage-with-text-container.zpimage-align-center.zpimage-size-fit figure {
    margin-inline-end: 0
}

.zpimage-with-text-container.zpimage-align-right {
    flex-direction: row-reverse
}

.zpimage-with-text-container.zpimage-align-right figure {
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-block-end: 10px;
    margin-inline-start: 15px;
    float: right
}

.zpimage-with-text-container.zpimage-align-left figure {
    margin-block-start: 0;
    margin-inline-end: 15px;
    margin-block-end: 10px;
    margin-inline-start: 0
}

.zpimage-with-text-container.zpimage-align-center {
    text-align: center
}

.zpimage-with-text-container.zpimage-align-center figure {
    float: none;
    margin-block-start: 0;
    margin-inline-end: auto;
    margin-block-end: 10px;
    margin-inline-start: auto;
    vertical-align: bottom
}

.zpimage-with-text-container.zpfull-width-image figure {
    display: inline-table;
    width: 100%
}

.zpimage-with-text-container.zpfull-width-image figure img {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.zpimage-with-text-container.zpfull-width-image figure figcaption {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 0;
    padding-inline-end: 0
}

.zpimage-with-text-container:after {
    display: table;
    content: '';
    clear: both
}

.zpimage-style-circle {
    border-radius: 50%
}

.zpimage-style-roundcorner {
    border-radius: 6px
}

.zpimage-style-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    padding: 4px
}

.zpimage-space-none {
    padding: 0
}

.zpimage-space-thin {
    padding: 2px
}

.zpimage-space-medium {
    padding: 4px
}

.zpimage-space-thick {
    padding: 10px
}

.zpimage-text-align-right {
    text-align: end
}

.zpimage-text-align-left {
    text-align: start
}

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

.zpimage-container .zpimage-caption.zpimage-text-align-justify,
.zpimage-with-text-container .zpimage-caption.zpimage-text-align-justify {
    text-align: justify
}

.zpimage-container .zpimage-caption.zpimage-caption-align-left,
.zpimage-with-text-container .zpimage-caption.zpimage-caption-align-left {
    text-align: start
}

.zpimage-container .zpimage-caption.zpimage-caption-align-right,
.zpimage-with-text-container .zpimage-caption.zpimage-caption-align-right {
    text-align: end
}

.zpimage-container .zpimage-caption.zpimage-caption-align-center,
.zpimage-with-text-container .zpimage-caption.zpimage-caption-align-center {
    text-align: center
}

.zpimage-with-text-container.zpimage-align-left .zpimage-text.zpimage-text-wrap-none,
.zpimage-with-text-container.zpimage-align-right .zpimage-text.zpimage-text-wrap-none,
.zpimage-with-text-container.zpimage-align-center .zpimage-text.zpimage-text-wrap-none {
    display: table
}

@media all and (max-width:768px) {
    .zpimage-with-text-container {
        display: flex;
        flex-wrap: wrap
    }

    .zpimage-text {
        width: 100%
    }
}

.zpimage-size-original figure img {
    max-inline-size: 100% !important
}

@media all and (min-width:992px) {
    .zpimage-size-original figure img {
        max-inline-size: none !important
    }
}

.zpimage-size-fit figure img {
    max-inline-size: none !important
}

.zpimage-size-small figure img {
    max-inline-size: 200px !important
}

@media all and (min-width:768px) {
    .zpimage-size-small figure img {
        max-inline-size: 200px !important
    }
}

@media all and (min-width:992px) {
    .zpimage-size-small figure img {
        max-inline-size: 200px !important
    }
}

.zpimage-size-medium figure img {
    max-inline-size: 100% !important;
    height: auto !important
}

@media all and (min-width:768px) {
    .zpimage-size-medium figure img {
        max-inline-size: 100% !important;
        height: auto !important
    }
}

@media all and (min-width:992px) {
    .zpimage-size-medium figure img {
        max-inline-size: 500px !important;
        height: auto !important
    }
}

.zpimage-size-large figure img {
    max-inline-size: 100% !important;
    height: auto !important
}

@media all and (min-width:768px) {
    .zpimage-size-large figure img {
        max-inline-size: 100% !important;
        height: auto !important
    }
}

@media all and (min-width:992px) {
    .zpimage-size-large figure img {
        max-inline-size: 800px !important;
        height: auto !important
    }
}

@media all and (min-width:993px) {

    .zpimage-container.zpimage-align-left.zpimage-size-fit figure,
    .zpimage-container.zpimage-align-right.zpimage-size-fit figure,
    .zpimage-container.zpimage-align-center.zpimage-size-fit figure {
        display: inline-table;
        width: 100%
    }

    .zpimage-container.zpimage-align-left.zpimage-size-fit figure img,
    .zpimage-container.zpimage-align-right.zpimage-size-fit figure img,
    .zpimage-container.zpimage-align-center.zpimage-size-fit figure img {
        display: inline-block;
        width: 100% !important;
        height: auto !important;
        vertical-align: top
    }

    .zpimage-with-text-container.zpimage-align-left.zpimage-size-fit figure,
    .zpimage-with-text-container.zpimage-align-right.zpimage-size-fit figure,
    .zpimage-with-text-container.zpimage-align-center.zpimage-size-fit figure {
        display: inline-table;
        width: 100%
    }

    .zpimage-with-text-container.zpimage-align-left.zpimage-size-fit figure img,
    .zpimage-with-text-container.zpimage-align-right.zpimage-size-fit figure img,
    .zpimage-with-text-container.zpimage-align-center.zpimage-size-fit figure img {
        display: inline-block;
        width: 100% !important;
        height: auto !important;
        vertical-align: top
    }

    .zpimage-with-text-container.zpimage-align-left.zpimage-size-fit figure figcaption,
    .zpimage-with-text-container.zpimage-align-right.zpimage-size-fit figure figcaption,
    .zpimage-with-text-container.zpimage-align-center.zpimage-size-fit figure figcaption {
        padding-inline-start: 10px;
        padding-inline-end: 10px;
        padding-block-start: 0;
        padding-block-end: 0;
        width: 100%
    }

    [class*=zpimage-size].zpimage-size-custom figure img {
        max-inline-size: none !important
    }
}

@media all and (max-width:992px) and (min-width:768px) {
    [class*=zpimage-size].zpimage-tablet-size-original figure img {
        max-inline-size: none !important;
        width: auto !important
    }

    [class*=zpimage-size].zpimage-tablet-size-fit figure img {
        max-inline-size: 100% !important;
        width: 100% !important;
        height: auto !important
    }

    [class*=zpimage-size].zpimage-tablet-size-fit figure {
        width: 100% !important
    }

    [class*=zpimage-size].zpimage-tablet-custom figure img {
        max-inline-size: none !important
    }

    [class*=zpimage-size].zpimage-tablet-fallback-original figure img {
        max-inline-size: 100% !important;
        width: auto !important;
        height: auto !important
    }
}

@media all and (max-width:767px) {
    [class*=zpimage-size].zpimage-mobile-size-original figure img {
        max-inline-size: none !important;
        width: auto !important
    }

    [class*=zpimage-size].zpimage-mobile-size-fit figure img {
        max-inline-size: 100% !important;
        width: 100% !important;
        height: auto !important
    }

    [class*=zpimage-size].zpimage-mobile-size-fit figure {
        width: 100% !important
    }

    [class*=zpimage-size].zpimage-mobile-custom figure img {
        max-inline-size: none !important
    }

    [class*=zpimage-size].zpimage-mobile-fallback-original figure img {
        max-inline-size: 100% !important;
        width: auto !important;
        height: auto !important
    }
}

.transition05s,
[class*=zpimage-overlay-effect-imghvr-push-] figure:hover .zpimage-caption,
[class*=zpimage-overlay-effect-imghvr-push-] img,
[class*=zpimage-overlay-effect-imghvr-slide-] figure:hover .zpimage-caption,
[class*=zpimage-overlay-effect-imghvr-reveal-] .zpimage-caption {
    transition: all .5s ease-in-out
}

.transition03s,
.zpimage-overlay-effect-center .zpimage-caption,
.zpimage-overlay-effect-center figure:hover .zpimage-caption {
    transition: all .3s ease-in-out
}

.transition02s,
.zpimage-overlay-effect-top .zpimage-caption,
.zpimage-overlay-effect-bottom .zpimage-caption,
.zpimage-overlay-effect-left .zpimage-caption,
.zpimage-overlay-effect-right .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-down .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-up .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-left .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-right .zpimage-caption {
    transition: all .2s ease-in-out
}

.transform-orgin50-0,
.zpimage-overlay-effect-imghvr-hinge-down img,
.zpimage-overlay-effect-imghvr-flip-vert .zpimage-caption,
[class*=zpimage-overlay-effect-imghvr-fold-] img,
.zpimage-overlay-effect-imghvr-fold-up img,
.zpimage-overlay-effect-imghvr-fold-down .zpimage-caption {
    transform-origin: 50% 0%
}

.transform-orgin0-50,
.zpimage-overlay-effect-imghvr-hinge-right img,
.zpimage-overlay-effect-imghvr-hinge-left .zpimage-caption,
.zpimage-overlay-effect-imghvr-flip-horiz .zpimage-caption,
.zpimage-overlay-effect-imghvr-fold-right img,
.zpimage-overlay-effect-imghvr-fold-left .zpimage-caption {
    transform-origin: 0% 50%
}

.transform-orgin50-100,
.zpimage-overlay-effect-imghvr-hinge-down .zpimage-caption,
.zpimage-overlay-effect-imghvr-hinge-up img,
.zpimage-overlay-effect-imghvr-fold-up .zpimage-caption,
.zpimage-overlay-effect-imghvr-fold-down img {
    transform-origin: 50% 100%
}

.transform-orgin100-50,
.zpimage-overlay-effect-imghvr-hinge-right .zpimage-caption,
.zpimage-overlay-effect-imghvr-hinge-left img,
.zpimage-overlay-effect-imghvr-fold-right .zpimage-caption,
.zpimage-overlay-effect-imghvr-fold-left img {
    transform-origin: 100% 50%
}

.translateY100,
.zpimage-overlay-effect-bottom .zpimage-caption,
.zpimage-overlay-effect-center .zpimage-caption,
.zpimage-overlay-effect-imghvr-push-down figure:hover img,
.zpimage-overlay-effect-imghvr-push-up .zpimage-caption,
.zpimage-overlay-effect-imghvr-slide-up .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-down .zpimage-caption {
    transform: translateY(100%)
}

.translateY-100,
.zpimage-overlay-effect-top .zpimage-caption,
.zpimage-overlay-effect-imghvr-push-down .zpimage-caption,
.zpimage-overlay-effect-imghvr-push-up figure:hover img,
.zpimage-overlay-effect-imghvr-slide-down .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-up .zpimage-caption {
    transform: translateY(-100%)
}

.translateY0,
.zpimage-overlay-effect-top figure:hover .zpimage-caption,
.zpimage-overlay-effect-bottom figure:hover .zpimage-caption {
    transform: translateY(0)
}

.translateX100,
.zpimage-overlay-effect-right .zpimage-caption,
.zpimage-overlay-effect-imghvr-push-right figure:hover img,
.zpimage-overlay-effect-imghvr-push-left .zpimage-caption,
.zpimage-overlay-effect-imghvr-slide-left .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-right .zpimage-caption {
    transform: translateX(100%)
}

.translateX-100,
.zpimage-overlay-effect-left .zpimage-caption,
.zpimage-overlay-effect-imghvr-push-right .zpimage-caption,
.zpimage-overlay-effect-imghvr-push-left figure:hover img,
.zpimage-overlay-effect-imghvr-slide-right .zpimage-caption,
.zpimage-overlay-effect-imghvr-reveal-left .zpimage-caption {
    transform: translateX(-100%)
}

.translateX0,
.zpimage-overlay-effect-left figure:hover .zpimage-caption,
.zpimage-overlay-effect-right figure:hover .zpimage-caption {
    transform: translateX(0)
}

.zpimage-container figure,
.zpimage-with-text-container figure {
    position: relative;
    overflow: hidden
}

[class*=zpimage-overlay-effect-] img {
    transition: all .5s ease-in-out
}

[class*=zpimage-overlay-effect-] .zpimage-caption {
    padding: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
    color: #fff
}

.zpimage-overlay-effect-static-top .zpimage-caption {
    top: 0 !important;
    bottom: auto !important
}

.zpimage-overlay-effect-static-bottom .zpimage-caption {
    top: auto !important;
    bottom: 0 !important
}

.zpimage-overlay-effect-static-left .zpimage-caption {
    width: 60% !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto
}

.zpimage-overlay-effect-static-right .zpimage-caption {
    width: 60% !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important
}

.zpimage-overlay-effect-static-center .zpimage-caption {
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%)
}

.zpimage-overlay-effect-full figure:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0 !important;
    z-index: 0;
    transition: all .3s ease-in-out
}

.zpimage-overlay-effect-full .zpimage-caption {
    position: absolute;
    background: 0 0;
    top: 50% !important;
    text-align: center;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.zpimage-overlay-effect-full figure:hover::after,
.zpimage-overlay-effect-full figure:hover .zpimage-caption {
    opacity: 1
}

.zpimage-overlay-effect-top .zpimage-caption {
    top: 0;
    bottom: auto
}

.zpimage-overlay-effect-bottom .zpimage-caption {
    bottom: 0;
    top: auto
}

.zpimage-overlay-effect-left .zpimage-caption {
    width: 60%;
    height: 100%
}

.zpimage-overlay-effect-right .zpimage-caption {
    height: 100%;
    width: 60%;
    right: 0;
    left: auto
}

.zpimage-overlay-effect-center .zpimage-caption {
    top: auto;
    bottom: auto;
    text-align: center
}

.zpimage-overlay-effect-center figure:hover .zpimage-caption {
    top: 50%;
    transform: translateY(-50%)
}

.zpimage-overlay-effect-imghvr-fade .zpimage-caption {
    opacity: 0
}

.zpimage-overlay-effect-imghvr-fade figure:hover .zpimage-caption {
    opacity: 1;
    background: rgba(0, 0, 0, .5)
}

[class*=zpimage-overlay-effect-imghvr-push-] figure:hover .zpimage-caption {
    transform: translate(0, 0)
}

[class*=zpimage-overlay-effect-imghvr-slide-] figure:hover .zpimage-caption {
    transform: translate(0, 0)
}

[class*=zpimage-overlay-effect-imghvr-reveal-] .zpimage-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0
}

[class*=zpimage-overlay-effect-imghvr-reveal-] figure:hover .zpimage-caption {
    transform: translate(0, 0);
    opacity: 1
}

[class*=zpimage-overlay-effect-imghvr-hinge-] {
    perspective: 50em
}

[class*=zpimage-overlay-effect-imghvr-hinge-] .zpimage-caption {
    opacity: 0;
    z-index: 1
}

[class*=zpimage-overlay-effect-imghvr-hinge-] figure:hover img {
    opacity: 0
}

[class*=zpimage-overlay-effect-imghvr-hinge-] figure:hover .zpimage-caption {
    opacity: 1;
    transition-delay: .1s
}

.zpimage-overlay-effect-imghvr-hinge-down .zpimage-caption {
    transform: rotateX(90deg)
}

.zpimage-overlay-effect-imghvr-hinge-down figure:hover img {
    transform: rotateX(-90deg)
}

.zpimage-overlay-effect-imghvr-hinge-down figure:hover .zpimage-caption {
    transform: rotateX(0deg)
}

.zpimage-overlay-effect-imghvr-hinge-up .zpimage-caption {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%
}

.zpimage-overlay-effect-imghvr-hinge-up figure:hover img {
    transform: rotateX(90deg);
    opacity: 0
}

.zpimage-overlay-effect-imghvr-hinge-up figure:hover .zpimage-caption {
    transform: rotateX(0deg)
}

.zpimage-overlay-effect-imghvr-hinge-right .zpimage-caption {
    transform: rotateY(-90deg)
}

.zpimage-overlay-effect-imghvr-hinge-right figure:hover img {
    transform: rotateY(90deg)
}

.zpimage-overlay-effect-imghvr-hinge-right figure:hover .zpimage-caption {
    transform: rotateY(0deg)
}

.zpimage-overlay-effect-imghvr-hinge-left .zpimage-caption {
    transform: rotateY(90deg)
}

.zpimage-overlay-effect-imghvr-hinge-left figure:hover img {
    transform: rotateY(-90deg)
}

.zpimage-overlay-effect-imghvr-hinge-left figure:hover .zpimage-caption {
    transform: rotateY(0deg)
}

[class*=zpimage-overlay-effect-imghvr-flip-] {
    perspective: 50em
}

[class*=zpimage-overlay-effect-imghvr-flip-] img {
    backface-visibility: hidden
}

[class*=zpimage-overlay-effect-imghvr-flip-] .zpimage-caption {
    opacity: 0
}

[class*=zpimage-overlay-effect-imghvr-flip-] figure:hover .zpimage-caption {
    opacity: 1;
    transition-delay: .1s
}

.zpimage-overlay-effect-imghvr-flip-horiz .zpimage-caption {
    transform: rotateX(90deg)
}

.zpimage-overlay-effect-imghvr-flip-horiz figure:hover img {
    transform: rotateX(-180deg)
}

.zpimage-overlay-effect-imghvr-flip-horiz figure:hover .zpimage-caption {
    transform: rotateX(0deg)
}

.zpimage-overlay-effect-imghvr-flip-vert .zpimage-caption {
    transform: rotateY(90deg)
}

.zpimage-overlay-effect-imghvr-flip-vert figure:hover img {
    transform: rotateY(-180deg)
}

.zpimage-overlay-effect-imghvr-flip-vert figure:hover .zpimage-caption {
    transform: rotateY(0deg)
}

.zpimage-overlay-effect-imghvr-flip-diag-1 .zpimage-caption {
    transform: rotate3d(1, -1, 0, 120deg)
}

.zpimage-overlay-effect-imghvr-flip-diag-1 figure:hover img {
    transform: rotate3d(-1, 1, 0, 100deg)
}

.zpimage-overlay-effect-imghvr-flip-diag-1 figure:hover .zpimage-caption {
    transform: rotate3d(0, 0, 0, 0deg)
}

.zpimage-overlay-effect-imghvr-flip-diag-2 .zpimage-caption {
    transform: rotate3d(1, 1, 0, 100deg)
}

.zpimage-overlay-effect-imghvr-flip-diag-2 figure:hover img {
    transform: rotate3d(-1, -1, 0, 100deg)
}

.zpimage-overlay-effect-imghvr-flip-diag-2 figure:hover .zpimage-caption {
    transform: rotate3d(0, 0, 0, 0deg)
}

[class*=zpimage-overlay-effect-imghvr-fold-] {
    perspective: 50em
}

[class*=zpimage-overlay-effect-imghvr-fold-] .zpimage-caption {
    z-index: 1;
    opacity: 0
}

[class*=zpimage-overlay-effect-imghvr-fold-] figure:hover img {
    opacity: 0;
    transition-delay: 0
}

[class*=zpimage-overlay-effect-imghvr-fold-] figure:hover .zpimage-caption {
    transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: .2s
}

.zpimage-overlay-effect-imghvr-fold-up .zpimage-caption {
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(.6)
}

.zpimage-overlay-effect-imghvr-fold-up figure:hover img {
    transform: rotateX(90deg) scale(.6) translateY(50%)
}

.zpimage-overlay-effect-imghvr-fold-down .zpimage-caption {
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(.6)
}

.zpimage-overlay-effect-imghvr-fold-down figure:hover img {
    transform: rotateX(-90deg) scale(.6) translateY(-50%)
}

.zpimage-overlay-effect-imghvr-fold-right .zpimage-caption {
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(.6)
}

.zpimage-overlay-effect-imghvr-fold-right figure:hover img {
    transform: rotateY(-90deg) scale(.6) translateX(50%)
}

.zpimage-overlay-effect-imghvr-fold-left .zpimage-caption {
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(.6)
}

.zpimage-overlay-effect-imghvr-fold-left figure:hover img {
    transform: rotateY(90deg) scale(.6) translateX(-50%)
}

.zpimage-overlay-effect-imghvr-zoom-in-style-01 .zpimage-caption {
    opacity: 0;
    transform: scale(.5)
}

.zpimage-overlay-effect-imghvr-zoom-in-style-01 figure:hover .zpimage-caption {
    transform: scale(1);
    opacity: 1
}

.zpimage-overlay-effect-imghvr-zoom-in-style-02 .zpimage-caption {
    transform: scale(2);
    opacity: 0
}

.zpimage-overlay-effect-imghvr-zoom-in-style-02 figure:hover .zpimage-caption {
    transform: scale(1);
    opacity: 1
}

.zpimage-overlay-effect-imghvr-zoom-in-style-02 figure:hover img {
    transform: scale(.5)
}

[class*=zpimage-overlay-effect-imghvr-zoom-out-and-] .zpimage-caption {
    transform: scale(.5);
    transform-origin: 50% 50%;
    opacity: 0
}

[class*=zpimage-overlay-effect-imghvr-zoom-out-and-] figure:hover .zpimage-caption {
    transform: scale(1);
    opacity: 1;
    transition-delay: .2s
}

[class*=zpimage-overlay-effect-imghvr-zoom-out-and-] figure:hover img {
    transform: scale(.5);
    opacity: 0
}

.zpimage-overlay-effect-imghvr-zoom-out-and-scale .zpimage-caption {
    transform: scale(0)
}

.zpimage-overlay-effect-imghvr-zoom-out-and-scale figure:hover .zpimage-caption {
    transform: scale(1);
    opacity: 1
}

.zpimage-overlay-effect-imghvr-zoom-out-and-scale figure:hover img {
    transform: scale(1.6)
}

*,
:before,
:after {
    box-sizing: border-box
}

.hb-layout__cont {
    width: 100%;
    position: relative
}

.hb-layout__cont figcaption {
    position: absolute;
    width: 100%;
    color: #ececec;
    text-align: center;
    left: 0
}

.hb-layout__cont figcaption h1,
.hb-layout__cont figcaption h2,
.hb-layout__cont figcaption h3,
.hb-layout__cont figcaption h4,
.hb-layout__cont figcaption h5,
.hb-layout__cont figcaption h6 {
    font-size: 16px;
    padding: 2px
}

.hb-layout__cont figcaption p {
    font-size: 12px;
    padding: 2px
}

[data-grid__gutter="0"] .hb-grid-item {
    margin: 0
}

[data-grid__gutter="1"] .hb-grid-item {
    margin: 1px
}

[data-grid__gutter="2"] .hb-grid-item {
    margin: 2px
}

[data-grid__gutter="3"] .hb-grid-item {
    margin: 3px
}

[data-grid__gutter="4"] .hb-grid-item {
    margin: 4px
}

[data-grid__gutter="5"] .hb-grid-item {
    margin: 5px
}

[data-layout-type=collage],
[data-layout-type=square] {
    animation-duration: 1s;
    animation-fill-mode: both;
    overflow: hidden
}

[data-layout-type=collage] *,
[data-layout-type=square] * {
    margin: 0;
    padding: 0
}

[data-layout-type=collage] a,
[data-layout-type=square] a {
    display: block
}

[data-layout-type=collage] a>img,
[data-layout-type=square] a>img {
    vertical-align: bottom;
    min-width: 100%;
    min-height: 100%
}

[data-layout-type=collage] picture>img,
[data-layout-type=square] picture>img {
    vertical-align: bottom;
    min-width: 100%;
    min-height: 100%
}

[data-layout-type=square] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

[data-layout-type=square][data-hover_animation=zoomin] .hb-grid-item img {
    transition: transform .3s
}

[data-layout-type=square][data-hover_animation=zoomin] .hb-grid-item:hover img {
    transform: translate3d(-50%, -50%, 0) scale(1.1)
}

[data-layout-type=square][data-hover_animation=zoomin][data-grid-type=socialfeed][data-captions=true][data-caption_style=hv-9] .hb-grid-item {
    height: auto
}

[data-layout-type=square][data-hover_animation=zoomin][data-grid-type=socialfeed][data-captions=true][data-caption_style=hv-9] .hb-grid-item a {
    height: auto
}

[data-layout-type=square][data-hover_animation=zoomin][data-grid-type=socialfeed][data-captions=true][data-caption_style=hv-9] .hb-grid-item img {
    height: 18vw !important;
    top: initial;
    left: initial;
    transform: translate3d(0%, 0%, 0) scale(1);
    position: static
}

[data-layout-type=square][data-hover_animation=zoomin][data-grid-type=socialfeed][data-captions=true][data-caption_style=hv-9] .hb-grid-item:hover img {
    transform: translate3d(0%, -5%, 0) scale(1.1)
}

[data-layout-type=square][data-hover_animation=zoomin][data-grid-type=socialfeed][data-captions=true][data-caption_style=hv-9] .hb-grid-item figcaption {
    display: block !important
}

[data-layout-type=square] figure {
    width: 100%;
    margin: 0
}

[data-layout-type=square] .hb-grid-item {
    display: flex;
    position: relative;
    width: 18vw;
    height: 18vw;
    overflow: hidden;
    align-content: center;
    flex-grow: 1;
    overflow: hidden
}

[data-layout-type=square] .hb-grid-item a {
    width: 100%;
    height: 100%
}

[data-layout-type=square] img {
    object-fit: cover;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

[data-layout-type=row] {
    display: flex;
    flex-wrap: wrap
}

[data-layout-type=row][data-hover_animation=zoomin] .hb-grid-item:hover img {
    transition: transform .3s;
    transform: scale(1.1)
}

[data-layout-type=row] .hb-grid-item {
    position: relative;
    overflow: hidden
}

[data-layout-type=row] .hb-grid-item figure,
[data-layout-type=row] .hb-grid-item a {
    margin: 0;
    width: 100%
}

[data-layout-type=row] .hb-grid-item img {
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    vertical-align: bottom;
    transition: transform .5s
}

[data-layout-type=row] .hb-grid-item i {
    display: block
}

[data-layout-type=row][data-grid-type=socialfeed][data-caption_style=hv-9] .hb-grid-item {
    height: auto
}

[data-layout-type=row][data-grid-type=socialfeed][data-caption_style=hv-9] .hb-grid-item a {
    height: auto
}

[data-layout-type=row][data-grid-type=socialfeed][data-caption_style=hv-9] .hb-grid-item i {
    display: none
}

[data-layout-type=row][data-grid-type=socialfeed][data-caption_style=hv-9] .hb-grid-item img {
    height: auto !important;
    top: initial;
    left: initial;
    transform: translate3d(0%, 0%, 0) scale(1);
    position: static
}

[data-layout-type=row][data-grid-type=socialfeed][data-caption_style=hv-9] .hb-grid-item:hover img {
    transform: translate3d(0%, -5%, 0) scale(1.1)
}

[data-layout-type=row].no-fill-with-last::after {
    content: '';
    flex-grow: 999999999
}

@media screen and (max-width:768px) {
    [data-grid-type=socialfeed][data-captions=true][data-caption_style=hv-9] .hb-grid-item {
        width: 36vw !important
    }
}

@media (max-width:992px) {
    [data-layout-type=row] .hb-grid-item {
        width: 18vw !important
    }

    [data-layout-type=row] .hb-grid-item figcaption {
        display: none
    }

    [data-layout-type=row] .hb-grid-item:nth-child(odd) {
        width: 20vw !important
    }

    [data-layout-type=square] .hb-grid-item figcaption {
        display: none
    }
}

[data-captions=false] figcaption {
    display: none !important
}

.hb-lightbox__cont,
[data-lightbox-type=inplace] {
    top: 0;
    left: 0;
    z-index: 9999990;
    overflow: hidden;
    user-select: none
}

.hb-lightbox__cont svg,
[data-lightbox-type=inplace] svg {
    fill: #ff6700
}

.hb-lightbox__cont p,
[data-lightbox-type=inplace] p {
    font-size: 12.5px
}

.hb-lightbox__cont h4.hg-gallery-caption-heading,
[data-lightbox-type=inplace] h4.hg-gallery-caption-heading {
    font-size: 16px
}

.hb-lightbox__cont p.hg-gallery-caption-paragraph,
[data-lightbox-type=inplace] p.hg-gallery-caption-paragraph {
    padding-block-start: 8px;
    font-size: 15px
}

.hb-lightbox__cont.hb-lightbox__fullscreen,
[data-lightbox-type=inplace].hb-lightbox__fullscreen {
    position: fixed;
    width: 100%;
    height: 100%
}

.hb-lightbox__cont .hb-lightbox__controls,
[data-lightbox-type=inplace] .hb-lightbox__controls {
    height: 50px;
    opacity: .9;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99999991;
    display: flex;
    flex-direction: row
}

.hb-lightbox__cont .hb-lightbox__controls svg:hover,
[data-lightbox-type=inplace] .hb-lightbox__controls svg:hover {
    transform: scale(1.5);
    transition: transform .2s
}

.hb-lightbox__cont[data-lightbox-type=inplace],
[data-lightbox-type=inplace][data-lightbox-type=inplace] {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.hb-lightbox__cont[data-lightbox-type=inplace] .hb-lightbox__thumbs img,
[data-lightbox-type=inplace][data-lightbox-type=inplace] .hb-lightbox__thumbs img {
    max-block-size: 60px
}

.hb-lightbox__cont[data-lightbox-type=inplace] .hb-lightbox__caption,
[data-lightbox-type=inplace][data-lightbox-type=inplace] .hb-lightbox__caption {
    min-block-size: 70px;
    height: auto
}

.hb-lightbox__cont[data-lightbox-type=inplace] .hb-lightbox__controls,
[data-lightbox-type=inplace][data-lightbox-type=inplace] .hb-lightbox__controls {
    display: none
}

.hb-lightbox__cont .hb-lightbox__counter,
[data-lightbox-type=inplace] .hb-lightbox__counter {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 12px;
    padding-inline-end: 12px
}

.hb-lightbox__cont .hb-lightbox__buttons,
[data-lightbox-type=inplace] .hb-lightbox__buttons {
    position: absolute;
    right: 0
}

.hb-lightbox__cont .hb-lightbox__buttons>ul,
[data-lightbox-type=inplace] .hb-lightbox__buttons>ul {
    margin: 0
}

.hb-lightbox__cont .hb-lightbox__buttons>ul>li,
[data-lightbox-type=inplace] .hb-lightbox__buttons>ul>li {
    list-style-type: none;
    float: left;
    padding: 8px;
    cursor: pointer
}

.hb-lightbox__cont .hb-lightbox__buttons svg,
[data-lightbox-type=inplace] .hb-lightbox__buttons svg {
    height: 18px;
    width: 18px
}

.hb-lightbox__cont.isVisible,
[data-lightbox-type=inplace].isVisible {
    display: block
}

.hb-lightbox__opening {
    position: fixed;
    z-index: 99999999
}

.hb-center {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.hb-lightbox__images {
    z-index: 100;
    width: 100%;
    position: relative;
    overflow: hidden
}

.hb-lightbox__img {
    max-block-size: 100%;
    max-inline-size: 100%;
    display: block
}

.hb-lightbox__img-wrapper {
    top: 0;
    max-block-size: 100%;
    position: absolute;
    animation-duration: .4s;
    animation-fill-mode: both;
    visibility: visible;
    transform: translate3d(-15000px, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
}

.hb-lightbox__img-wrapper img {
    max-block-size: 100%;
    max-inline-size: 100%
}

.hb-lightbox__img-wrapper.hb-current {
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.loader {
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin-block-start: 0;
    margin-block-end: 1em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: inline-block;
    vertical-align: top
}

.hb-lightbox__cont svg {
    fill: #2c8ade
}

.hb-lightbox__cont [data-action=close] svg {
    fill: #d40d0d
}

.hb-lightbox__cont.dark_theme {
    background-color: #111
}

.hb-lightbox__cont.dark_theme h4,
.hb-lightbox__cont.dark_theme p {
    color: #fff
}

.hb-lightbox__cont.dark_theme .hb-lightbox__controls,
.hb-lightbox__cont.dark_theme .hb-lightbox__arrow-nav {
    background-color: transparent;
    color: #fff
}

.hb-lightbox__cont.light_theme {
    background-color: #fff
}

.hb-lightbox__cont.light_theme .hb-lightbox__controls,
.hb-lightbox__cont.light_theme .hb-lightbox__arrow-nav {
    background-color: transparent;
    color: #111
}

.hb-lightbox__cont.hb-inplace.dark_theme,
.hb-lightbox__cont.hb-inplace.light_theme {
    background: 0 0
}

.hb-lightbox__cont.hb-inplace.dark_theme .hb-lightbox__controls,
.hb-lightbox__cont.hb-inplace.dark_theme .hb-lightbox__arrow-nav,
.hb-lightbox__cont.hb-inplace.light_theme .hb-lightbox__controls,
.hb-lightbox__cont.hb-inplace.light_theme .hb-lightbox__arrow-nav {
    background-color: transparent
}

.hb-lightbox__arrow-nav {
    margin: auto;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    width: 38px;
    height: 38px
}

.hb-lightbox__arrow-nav.nav-left {
    left: 10px
}

.hb-lightbox__arrow-nav.nav-left svg {
    height: 18px;
    width: 18px
}

.hb-lightbox__arrow-nav.nav-right {
    right: 10px
}

.hb-lightbox__arrow-nav.nav-right svg {
    height: 18px;
    width: 18px
}

.hb-lightbox__arrow-nav.hb-lightbox__arrow-1 {
    top: 40%
}

@media (max-width:992px) {
    .hb-lightbox__arrow-nav.hb-lightbox__arrow-1 {
        top: 35%
    }
}

.hb-grid-item {
    animation-duration: .1s;
    animation-fill-mode: both
}

.hb-zoom_in {
    animation-name: hb_zoom_in
}

@keyframes hb_zoom_in {
    to {
        transform: scale3d(1.5, 1.5, 1.5)
    }
}

.hb-zoom_out {
    animation-name: hb_zoom_out
}

@keyframes hb_zoom_out {
    0% {
        transform: scale3d(1.5, 1.5, 1.5)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.hb-lightbox__thumbs-cont {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    max-inline-size: 100%
}

.hb-lightbox__thumbs {
    width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    position: relative;
    transition: transform .3s
}

.hb-lightbox__thumbs img {
    max-block-size: 80px;
    margin-block-start: 7px;
    margin-block-end: 7px;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    border-radius: 0;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, .8)
}

.hb-lightbox__thumbs img:hover {
    border: 2px solid #f84;
    transition: border .3s
}

.hb-lightbox__thumbs img.hb-active {
    border: 2px solid #ffc107;
    transform: translateY(-5px);
    transition: transform .3s
}

.hb-lightbox__caption {
    position: relative;
    height: 100px;
    width: 100%;
    text-align: center;
    padding-block-start: 10px
}

.hb-lightbox__caption h1,
.hb-lightbox__caption h2,
.hb-lightbox__caption h3,
.hb-lightbox__caption h4,
.hb-lightbox__caption h5,
.hb-lightbox__caption h6 {
    margin: 0
}

[data-lightbox-type=inplace] {
    z-index: auto
}

[data-lightbox-type=inplace] .hb-lightbox__images {
    z-index: auto
}

.gridHide {
    opacity: 0
}

.zpimage-galleryslide.zpelement {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: -15px;
    margin-inline-end: -15px
}

.zpimage-galleryslide .hb-lightbox__img-wrapper {
    align-items: inherit
}

.zpimage-galleryslide.zpimage-galleryslide-caption .hb-lightbox__caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, .7)
}

.hb-lightbox__img-wrapper picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

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

.hb-grid-gallery h4,
.hb-grid-gallery p,
.zpimage-container h4,
.zpimage-container p,
.zpimage-with-text-container h4,
.zpimage-with-text-container p {
    margin: 0
}

.hb-grid-gallery figcaption a,
.zpimage-container figcaption a,
.zpimage-with-text-container figcaption a {
    font-size: 12px;
    color: #fff;
    text-decoration: none
}

.hb-grid-gallery img,
.zpimage-container img,
.zpimage-with-text-container img {
    width: 100%;
    height: 100%;
    display: block
}

.hb-grid-gallery figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center
}

.hb-grid-gallery figcaption a {
    font-size: 12px;
    color: #fff;
    text-decoration: none
}

.hb-grid-gallery figcaption h4 {
    font-size: inherit;
    color: #fff
}

.hb-grid-gallery figcaption .hg-gallery-caption-heading,
.hb-grid-gallery figcaption .hg-gallery-caption-paragraph {
    font-size: 16px;
    color: #fff
}

.hb-grid-gallery figcaption .hg-gallery-caption-paragraph {
    font-size: 14px
}

.hb-grid-gallery figcaption p {
    font-size: 14px;
    color: #fff
}

.zpimage-container.zpimage-overlay [data-overlay-enable=true] figcaption,
.zpimage-with-text-container.zpimage-overlay [data-overlay-enable=true] figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.zpimage-container.zpimage-overlay [data-overlay-enable=true] figcaption a,
.zpimage-with-text-container.zpimage-overlay [data-overlay-enable=true] figcaption a {
    font-size: 12px;
    color: #fff;
    text-decoration: none
}

.zpimage-container.zpimage-overlay [data-overlay-enable=true] figcaption h4,
.zpimage-with-text-container.zpimage-overlay [data-overlay-enable=true] figcaption h4 {
    font-size: inherit;
    color: #fff
}

.zpimage-container [data-overlay-enable=false] figcaption,
.zpimage-with-text-container [data-overlay-enable=false] figcaption {
    position: static;
    width: auto;
    height: auto
}

.zpimage-container [data-overlay-enable=false] figcaption h4,
.zpimage-with-text-container [data-overlay-enable=false] figcaption h4 {
    font-size: inherit
}

.zpimage-container [data-overlay-enable=true] figcaption h4,
.zpimage-with-text-container [data-overlay-enable=true] figcaption h4 {
    font-size: inherit
}

.zpimage-container.zpimage-overlay[class*=zpimage-overlay-effect-static-] [data-overlay-enable=true] figcaption,
.zpimage-with-text-container.zpimage-overlay[class*=zpimage-overlay-effect-static-] [data-overlay-enable=true] figcaption {
    width: auto;
    height: auto
}

[data-caption_style=hv-1] figcaption h4,
[data-caption_style=hv-1] figcaption p,
.hv-1 figcaption h4,
.hv-1 figcaption p {
    text-align: start;
    opacity: 0;
    transition: padding .3s
}

[data-caption_style=hv-1] figcaption h4,
.hv-1 figcaption h4 {
    padding-block-start: 0;
    padding-block-end: 25px;
    padding-inline-start: 0;
    padding-inline-end: 0
}

[data-caption_style=hv-1] figcaption p,
.hv-1 figcaption p {
    padding: 0
}

[data-caption_style=hv-1] figure:hover figcaption,
.hv-1 figure:hover figcaption {
    background-color: rgba(0, 0, 0, .6)
}

[data-caption_style=hv-1] figure:hover figcaption h4,
.hv-1 figure:hover figcaption h4 {
    top: 20%;
    opacity: 1
}

[data-caption_style=hv-1] figure:hover figcaption p,
.hv-1 figure:hover figcaption p {
    top: 30%;
    opacity: 1
}

[data-caption_style=hv-2] figcaption,
.hv-2 figcaption {
    background: 0 0;
    top: 8% !important;
    bottom: 8% !important;
    left: 8% !important;
    right: 8% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotateX(-90deg);
    transition: transform .3s;
    transform-origin: 50% 50%;
    width: auto;
    height: auto
}

[data-caption_style=hv-2] figcaption:before,
[data-caption_style=hv-2] figcaption:after,
.hv-2 figcaption:before,
.hv-2 figcaption:after {
    margin: 10px
}

[data-caption_style=hv-2] figure:hover figcaption,
.hv-2 figure:hover figcaption {
    transform: rotateX(0)
}

[data-caption_style=hv-3] h4,
[data-caption_style=hv-3] p,
.hv-3 h4,
.hv-3 p {
    position: absolute;
    text-align: start;
    padding-inline-start: 6%;
    padding-inline-end: 6%
}

[data-caption_style=hv-3] figcaption,
.hv-3 figcaption {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .4) 80%)
}

[data-caption_style=hv-3] figcaption h4,
.hv-3 figcaption h4 {
    top: 75%;
    transform: translate3d(0, -50%, 0);
    transition: top .3s
}

[data-caption_style=hv-3] figcaption p,
.hv-3 figcaption p {
    top: 65%;
    transform: scale(1.5);
    transition: transform .3s, opacity .3s;
    opacity: 0
}

[data-caption_style=hv-3] figure:hover figcaption,
.hv-3 figure:hover figcaption {
    background: rgba(0, 0, 0, .6)
}

[data-caption_style=hv-3] figure:hover figcaption h4,
.hv-3 figure:hover figcaption h4 {
    top: 50%
}

[data-caption_style=hv-3] figure:hover figcaption p,
.hv-3 figure:hover figcaption p {
    transform: scale(1);
    opacity: 1
}

[data-caption_style=hv-4] figcaption h4,
[data-caption_style=hv-4] figcaption p,
.hv-4 figcaption h4,
.hv-4 figcaption p {
    width: 100%;
    padding-inline-start: 7%;
    padding-inline-end: 7%
}

[data-caption_style=hv-4] figcaption h4,
.hv-4 figcaption h4 {
    padding-block-start: 15px;
    transition: padding-block-start .3s
}

[data-caption_style=hv-4] figcaption p,
.hv-4 figcaption p {
    padding-block-start: 15px;
    opacity: 0;
    transition: opacity .3s
}

[data-caption_style=hv-4] figure:hover figcaption,
.hv-4 figure:hover figcaption {
    background: rgba(0, 0, 0, .6)
}

[data-caption_style=hv-4] figure:hover figcaption h4,
.hv-4 figure:hover figcaption h4 {
    padding-block-start: 30px
}

[data-caption_style=hv-4] figure:hover figcaption p,
.hv-4 figure:hover figcaption p {
    opacity: 1
}

[data-caption_style=hv-4] figure:hover figcaption:before,
[data-caption_style=hv-4] figure:hover figcaption:after,
.hv-4 figure:hover figcaption:before,
.hv-4 figure:hover figcaption:after {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 6%;
    bottom: 6%
}

[data-caption_style=hv-4] figure:hover figcaption:before,
.hv-4 figure:hover figcaption:before {
    border-inline-start: 1px solid #fff;
    border-inline-end: 1px solid #fff
}

[data-caption_style=hv-4] figure:hover figcaption:after,
.hv-4 figure:hover figcaption:after {
    border-block-start: 1px solid #fff;
    border-block-end: 1px solid #fff
}

[data-caption_style=hv-5] figcaption,
.hv-5 figcaption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

[data-caption_style=hv-5] figcaption h4,
.hv-5 figcaption h4 {
    transition: padding-block-start .3s
}

[data-caption_style=hv-5] figcaption h4,
[data-caption_style=hv-5] figcaption p,
.hv-5 figcaption h4,
.hv-5 figcaption p {
    opacity: 0;
    transition: opacity .3s
}

[data-caption_style=hv-5] figcaption:before,
[data-caption_style=hv-5] figcaption:after,
.hv-5 figcaption:before,
.hv-5 figcaption:after {
    transition: all .4s;
    content: "";
    position: absolute
}

[data-caption_style=hv-5] figcaption:before,
.hv-5 figcaption:before {
    transform: scale(1, 0);
    transform-origin: 0 0;
    border-inline-start: 1px solid #fff;
    border-inline-end: 1px solid #fff
}

[data-caption_style=hv-5] figcaption:after,
.hv-5 figcaption:after {
    transform: scale(0, 1);
    transform-origin: 100% 0;
    border-block-start: 1px solid #fff;
    border-block-end: 1px solid #fff
}

[data-caption_style=hv-5] figure:hover figcaption,
.hv-5 figure:hover figcaption {
    background: rgba(0, 0, 0, .6)
}

[data-caption_style=hv-5] figure:hover figcaption h4,
.hv-5 figure:hover figcaption h4 {
    opacity: 1
}

[data-caption_style=hv-5] figure:hover figcaption p,
.hv-5 figure:hover figcaption p {
    opacity: 1
}

[data-caption_style=hv-5] figure:hover figcaption h4,
[data-caption_style=hv-5] figure:hover figcaption p,
.hv-5 figure:hover figcaption h4,
.hv-5 figure:hover figcaption p {
    padding-inline-start: 10%;
    padding-inline-end: 10%
}

[data-caption_style=hv-5] figure:hover figcaption:before,
[data-caption_style=hv-5] figure:hover figcaption:after,
.hv-5 figure:hover figcaption:before,
.hv-5 figure:hover figcaption:after {
    transform: scale(1)
}

[data-caption_style=hv-5] figure:hover figcaption:before,
.hv-5 figure:hover figcaption:before {
    left: 10%;
    right: 10%;
    top: 6%;
    bottom: 6%
}

[data-caption_style=hv-5] figure:hover figcaption:after,
.hv-5 figure:hover figcaption:after {
    left: 6%;
    right: 6%;
    top: 10%;
    bottom: 10%
}

[data-caption_style=hv-6] figcaption h4,
.hv-6 figcaption h4 {
    padding-block-start: 30px;
    transition: all .3s;
    text-align: start;
    padding-inline-start: 0%;
    padding-inline-end: 0%
}

[data-caption_style=hv-6] figcaption p,
.hv-6 figcaption p {
    padding-block-start: 200%;
    text-align: start;
    padding-inline-start: 0%;
    padding-inline-end: 0%;
    transition: padding-block-start .3s
}

[data-caption_style=hv-6] figcaption:before,
.hv-6 figcaption:before {
    border-block-start: 2px solid #fff;
    top: 30px;
    position: absolute;
    left: 15px;
    right: 15px;
    content: "";
    transition: top .3s, opacity .3s;
    opacity: 0
}

[data-caption_style=hv-6] figure:hover figcaption,
.hv-6 figure:hover figcaption {
    background: rgba(0, 0, 0, .6)
}

[data-caption_style=hv-6] figure:hover figcaption h4,
.hv-6 figure:hover figcaption h4 {
    padding-block-start: 16px
}

[data-caption_style=hv-6] figure:hover figcaption:before,
.hv-6 figure:hover figcaption:before {
    top: 70px
}

[data-caption_style=hv-6] figure:hover figcaption p,
.hv-6 figure:hover figcaption p {
    padding-block-start: 70px
}

[data-caption_style=hv-6] figure:hover figcaption:before,
.hv-6 figure:hover figcaption:before {
    opacity: 1
}

[data-caption_style=hv-7] figcaption,
.hv-7 figcaption {
    opacity: 0;
    top: 0;
    transition: all .3s
}

[data-caption_style=hv-7] figcaption::after,
[data-caption_style=hv-7] figcaption::before,
.hv-7 figcaption::after,
.hv-7 figcaption::before {
    transition: all .3s;
    transform: scale(.3)
}

[data-caption_style=hv-7] figcaption::before,
.hv-7 figcaption::before {
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    border: 1px solid #fff;
    content: ''
}

[data-caption_style=hv-7] figcaption h4,
.hv-7 figcaption h4 {
    padding-block-start: 8%
}

[data-caption_style=hv-7] figcaption p,
[data-caption_style=hv-7] figcaption h4,
.hv-7 figcaption p,
.hv-7 figcaption h4 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 6%;
    margin-inline-end: 6%
}

[data-caption_style=hv-7] figure:hover figcaption,
.hv-7 figure:hover figcaption {
    background: rgba(0, 0, 0, .6);
    opacity: 1
}

[data-caption_style=hv-7] figure:hover figcaption::after,
[data-caption_style=hv-7] figure:hover figcaption::before,
.hv-7 figure:hover figcaption::after,
.hv-7 figure:hover figcaption::before {
    transform: scale(1)
}

[data-caption_style=hv-8] figcaption,
.hv-8 figcaption {
    opacity: 0;
    top: 0;
    transition: all .3s
}

[data-caption_style=hv-8] figcaption::before,
[data-caption_style=hv-8] figcaption::after,
.hv-8 figcaption::before,
.hv-8 figcaption::after {
    position: absolute;
    content: '';
    transition: all .6s;
    top: 6%;
    bottom: 6%;
    left: 6%;
    right: 6%
}

[data-caption_style=hv-8] figcaption::before,
.hv-8 figcaption::before {
    border-block-start: 1px solid #fff;
    border-block-end: 1px solid #fff;
    transform: scale(0, 1)
}

[data-caption_style=hv-8] figcaption::after,
.hv-8 figcaption::after {
    border-inline-start: 1px solid #fff;
    border-inline-end: 1px solid #fff;
    transform: scale(1, 0)
}

[data-caption_style=hv-8] figcaption h4,
.hv-8 figcaption h4 {
    padding-block-start: 8%
}

[data-caption_style=hv-8] figcaption p,
[data-caption_style=hv-8] figcaption h4,
.hv-8 figcaption p,
.hv-8 figcaption h4 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 6%;
    margin-inline-end: 6%
}

[data-caption_style=hv-8] figure:hover figcaption,
.hv-8 figure:hover figcaption {
    background: rgba(0, 0, 0, .6);
    opacity: 1
}

[data-caption_style=hv-8] figure:hover figcaption::after,
[data-caption_style=hv-8] figure:hover figcaption::before,
.hv-8 figure:hover figcaption::after,
.hv-8 figure:hover figcaption::before {
    transform: scale(1)
}

.zpapp .hb-grid-gallery .hg-gallery-caption-heading,
.zpapp .hb-grid-gallery .hg-gallery-caption-paragraph {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.zpapp .hb-grid-gallery .hg-gallery-caption-heading {
    -webkit-line-clamp: 1
}

.zpapp .hb-grid-gallery .hg-gallery-caption-paragraph {
    -webkit-line-clamp: 2
}

.hb-grid-gallery[data-caption_style=hv-9][data-grid-type=socialfeed] figcaption,
.hv-9[data-grid-type=socialfeed] figcaption {
    position: static !important;
    transition: all .3s
}

.hb-grid-gallery[data-caption_style=hv-9][data-grid-type=socialfeed] figcaption .hg-gallery-caption-heading,
.hb-grid-gallery[data-caption_style=hv-9][data-grid-type=socialfeed] figcaption .hg-gallery-caption-paragraph,
.hv-9[data-grid-type=socialfeed] figcaption .hg-gallery-caption-heading,
.hv-9[data-grid-type=socialfeed] figcaption .hg-gallery-caption-paragraph {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.hb-grid-gallery[data-caption_style=hv-9][data-grid-type=socialfeed] figure:hover figcaption,
.hv-9[data-grid-type=socialfeed] figure:hover figcaption {
    transition: all .3s
}

.zpheading-align-left {
    text-align: start
}

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

.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;
    inset-inline-start: 0;
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: -12px;
    width: 30px
}

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

.zpheading-align-right.zpheading-style-type1:after {
    content: "";
    height: 3px;
    inset-inline-start: auto;
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: -12px;
    width: 30px
}

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

.zpheading-align-center.zpheading-style-type1:after {
    content: "";
    height: 3px;
    inset-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: -12px;
    width: 30px
}

.zpheading-style-type2 {
    position: relative
}

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

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

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

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

.zpheading-align-right.zpheading-style-type3:after {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0
}

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

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

.zpelement {
    margin-block-start: 20px;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    clear: both
}

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

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

.zpsection {
    padding-block-start: 50px;
    padding-block-end: 50px;
    padding-inline-start: 0;
    padding-inline-end: 0
}

.zpcontainer-fluid {
    width: 100%;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

.zpcontainer {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

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

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

.zprow {
    display: flex;
    flex-wrap: wrap;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: -15px;
    margin-inline-end: -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-block-size: 1px;
    padding-inline-start: 15px;
    padding-inline-end: 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-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: auto;
        margin-inline-end: auto
    }
}

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

.zptabelem-inner-container .zptabs-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: none
}

.zptabelem-inner-container .zptabs-container .zptab-active-content {
    display: block;
    padding-block-end: 20px
}

@media all and (min-width:768px) {
    .zptabelem-inner-container .zptabs-container .zptab-active-content {
        padding-block-end: 0
    }
}

@media all and (min-width:992px) {
    .zptabelem-inner-container .zptabs-container {
        display: flex
    }
}

.zptabelem-inner-container .zptab {
    padding: 15px;
    cursor: pointer;
    flex: 0 1 100%;
    display: flex;
    margin-block-end: 2px;
    align-items: center
}

@media all and (min-width:768px) {
    .zptabelem-inner-container .zptab {
        display: flex;
        flex: 0 1 auto;
        margin-block-end: 0
    }
}

.zptabelem-inner-container .zptab:first-of-type {
    margin-inline-start: 0
}

.zptabelem-inner-container .zptab .zptabicon {
    display: flex
}

.zptabelem-inner-container .zptab .zptabicon svg {
    fill: currentColor
}

.zptabelem-inner-container .zptabs-content-container .zptab-content {
    display: none;
    padding: 0;
    border: 1px solid transparent;
    margin-block-end: 2px
}

@media all and (min-width:768px) {
    .zptabelem-inner-container .zptabs-content-container .zptab-content {
        margin-block-end: 0
    }
}

.zptabelem-inner-container .zptabs-content-container .zptab-content.zptab-active-content {
    display: block
}

@media all and (min-width:768px) {
    .zptabelem-inner-container .zptabs-content-container .zptab-content.zptab-active-content {
        margin-block-end: 0
    }
}

.zptabelem-inner-container .zptabs-content-container .zptab {
    display: block !important
}

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

.zptabelem-inner-container.zptabs-align-left .zptabs-container {
    justify-content: flex-start
}

.zptabelem-inner-container.zptabs-align-right .zptabs-container {
    justify-content: flex-end
}

.zptabelem-inner-container.zptabs-align-center .zptabs-container {
    justify-content: center
}

.zptabelem-inner-container.zptabicon-disable .zptab .zptabicon {
    display: none
}

.zptabelem-inner-container.zptabicon-align-left .zptab {
    flex-direction: row
}

.zptabelem-inner-container.zptabicon-align-left .zptab .zptabicon {
    margin-inline-end: 10px
}

.zptabelem-inner-container.zptabicon-align-right .zptab {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.zptabelem-inner-container.zptabicon-align-right .zptab .zptabicon {
    margin-inline-start: 10px
}

.zptabelem-inner-container.zptabicon-align-center .zptab {
    flex-direction: column;
    text-align: center
}

.zptabelem-inner-container.zptabicon-align-center .zptab .zptabicon {
    margin-block-end: 10px
}

.zptabelem-inner-container.zptabicon-size-sm .zptab .zptabicon svg {
    width: 15px;
    height: 15px
}

.zptabelem-inner-container.zptabicon-size-md .zptab .zptabicon svg {
    width: 25px;
    height: 25px
}

.zptabelem-inner-container.zptabicon-size-lg .zptab .zptabicon svg {
    width: 35px;
    height: 35px
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
    background: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #eee
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
    margin-inline-start: -1px
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:first-child,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:first-child {
    margin-inline-start: 0
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:hover,
.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:hover,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab.zptab-active {
    z-index: 1
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container {
    margin-block-start: 0;
    border: 0
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
    margin-block-end: 20px
}

@media all and (min-width:992px) {

    .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab-content,
    .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab-content {
        margin-block-end: 0
    }
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab {
    margin-block-end: 20px
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab:last-child,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab.zptab-active,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab:last-child,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab.zptab-active {
    margin-block-end: 0
}

@media all and (min-width:992px) {

    .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptabs-content-container .zptab,
    .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptabs-content-container .zptab {
        margin-block-end: 0
    }
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab {
    padding: 15px
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab:hover,
.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active {
    background: #fff
}

@media all and (min-width:768px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptab.zptab-active {
        border-block-end: 0 none;
        position: relative
    }
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptabs-content-container {
    margin-block-start: -1px
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-01 .zptabs-content-container .zptab-content {
    border-color: #eee;
    padding-block-start: 0;
    padding-block-end: 15px;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    border-radius: 5px;
    margin-inline-end: 0
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab:last-of-type {
    margin-inline-end: 0
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab:hover,
.zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab.zptab-active {
    background: #fff;
    border-color: #666
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab {
        margin-inline-end: 15px
    }
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
    border-radius: 50px;
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab {
        border-radius: 0
    }
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:first-of-type {
        border-radius: 50px 0 0 50px;
        border-start-start-radius: 50px;
        border-start-end-radius: 0;
        border-end-start-radius: 50px;
        border-end-end-radius: 0
    }
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:last-of-type {
        margin-inline-end: 0;
        border-radius: 0 50px 50px 0;
        border-start-start-radius: 0;
        border-start-end-radius: 50px;
        border-end-start-radius: 0;
        border-end-end-radius: 50px
    }
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:only-child {
        border-radius: 50px;
        margin-inline-end: 0
    }
}

.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab:hover,
.zptabelem-inner-container.zptabs-style-01.zptab-type-03 .zptab.zptab-active {
    background: #666;
    border-color: #666;
    color: #fff
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
    background: #eee;
    border-block-end: 3px solid;
    border-radius: 0
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab {
        border-radius: 5px 5px 0 0;
        border-start-start-radius: 5px;
        border-start-end-radius: 5px;
        border-end-start-radius: 0;
        border-end-end-radius: 0;
        margin-inline-start: 2px;
        border-block-end: 0;
        background: 0 0
    }
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:first-of-type {
        margin-inline-start: 0
    }
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab:hover {
    color: #666
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptab.zptab-active {
    color: #fff;
    background: #666
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
    border: 0
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-01 .zptabs-content-container .zptab-content {
        border-block-start: 3px solid #666;
        border-inline-start-color: transparent
    }
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
    position: relative;
    border-block-end: 1px solid #666
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active {
    margin-block-end: 0
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:after {
    display: none
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 6px;
        inset-block-end: -3px;
        display: block;
        inset-inline-start: 0
    }
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab {
        border-block-end: 0 none
    }
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab:hover {
    color: #666
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptab.zptab-active:after {
    background: #666
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-02 .zptabs-content-container .zptab-content {
        border-block-start: 1px solid #666
    }
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
    position: relative;
    border-block-end: 1px solid #666
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active {
    margin-block-end: 0
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
    content: '';
    display: block;
    inset-block-end: -10px;
    width: 0;
    height: 0;
    border-inline-start: 10px solid transparent;
    border-inline-end: 10px solid transparent;
    border-block-start: 10px solid #666;
    position: absolute;
    inset-inline-start: 25px
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab.zptab-active:after {
        inset-inline-start: 50%;
        transform: translate(-50%, 0)
    }
}

@media all and (min-width:992px) {
    .zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab {
        border-block-end: 0 none
    }
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover {
    color: #666
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptab:hover:after {
    border-color: transparent;
    color: #666
}

.zptabelem-inner-container.zptabs-style-02.zptab-type-03 .zptabs-content-container .zptab-content {
    border-block-start: 1px solid #666
}

.zptabelem-inner-container.zptabs-style-01.zptabs-fit .zptab,
.zptabelem-inner-container.zptabs-style-02.zptabs-fit .zptab {
    flex: 1 0 auto;
    display: flex;
    justify-content: center
}

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

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

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

.box-right-border,
.zsbox-right-border {
    border-inline-end: 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-inline-end: 1px solid #8893ab;
    padding-inline-end: 25px
}

.box-right-dark-border,
.zsbox-right-dark-border {
    border-inline-end: 1px solid #e6e6e6;
    padding-inline-end: 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-block-end: 15px
}

@media all and (min-width:992px) {

    .zpboxshadow-thin,
    .zpboxshadow-thick,
    .zpboxshadow-medium,
    .zsboxshadow-thin,
    .zsboxshadow-thick,
    .zsboxshadow-medium {
        margin-block-end: 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-block-start: 0
}

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

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

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

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

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

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

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

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

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

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

.box-right-border,
.zsbox-right-border {
    border-inline-end: 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-block-size: auto;
    -webkit-min-block-size: 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-block-start: 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-29 .box-container-style-02,
.zscustom-section-29 .zsbox-container-style-02 {
    padding: 15px;
    border: 1px solid #ececec;
    border-block-end: 3px solid #222
}

.zscustom-section-29 .box-container-style-02:hover,
.zscustom-section-29 .zsbox-container-style-02:hover {
    border-block-end-color: #ffb200
}

.zscustom-section-58 .box-container,
.zscustom-section-58 .zsbox-container,
.zscustom-section-27 .box-container,
.zscustom-section-27 .zsbox-container {
    padding: 15px
}

.zscustom-section-28 .zspadding-space-medium,
.zscustom-section-47 .zspadding-space-medium {
    padding: 15px
}

.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-inline-start: 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-inline-start: -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-inline-start: -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-block-end: 3px solid;
    padding: 25px;
    margin-block-start: 0
}

.zscustom-section-66 .zsborder-box {
    border-block-end: 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-block-start: 0;
        padding: 35px
    }
}

.zscustom-section-67 .zshover-column-box {
    padding: 25px;
    border-block-end: 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-block-end: 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-block-start: 0
    }

    .zscustom-section-71 .zspadding-right-none {
        padding-inline-end: 0 !important
    }
}

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

.zscustom-section-72 .zsbox-spacing {
    padding: 25px;
    margin-block-start: 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-inline-start: 20px;
    margin-inline-end: 20px;
    font-size: 18px
}

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

.zscustom-section-73 .zscustom-tabs .zptabs-container .zptab:last-child {
    margin-inline-end: 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-block-start: 0 !important
}

.zscustom-section-74 .zsbox-with-border {
    padding: 35px;
    border-block-end: 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: 0;
    border-block-start-width: 3px
}

@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-block-start: -2px
}

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

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

    .zscustom-section-85 .zspadding-left-none {
        padding-inline-start: 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-inline-start: 100px;
        margin-block-start: 0
    }
}

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

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

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

    .zscustom-section-86 .zspadding-left-none {
        padding-inline-start: 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-block-start: 10px;
        margin-inline-end: 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-block-start: -2px
}

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

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

    .zscustom-section-89 .zspadding-left-none {
        padding-inline-start: 0 !important
    }
}

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

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

@media all and (min-width:992px) {
    .zscustom-section-89 .zsborder-box {
        margin-block-start: 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-block-start: 10px;
    margin-block-end: 0
}

@media all and (min-width:992px) {
    .zscustom-section-91 .zsbox-spacing {
        margin-inline-end: 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 100px 0;
        border-start-start-radius: 100px;
        border-start-end-radius: 100px;
        border-end-end-radius: 100px;
        border-end-start-radius: 0
    }

    .zscustom-section-91 .zprow:nth-child(odd) [class*=zpcol-md-]:nth-child(even) .zsbox-spacing {
        border-radius: 100px 100px 0 100px;
        border-start-start-radius: 100px;
        border-start-end-radius: 100px;
        border-end-end-radius: 0;
        border-end-start-radius: 100px
    }

    .zscustom-section-91 .zprow:nth-child(even) [class*=zpcol-md-]:nth-child(odd) .zsbox-spacing {
        border-radius: 0 100px 100px 100px;
        border-start-start-radius: 0;
        border-start-end-radius: 100px;
        border-end-end-radius: 100px;
        border-end-start-radius: 100px
    }

    .zscustom-section-91 .zprow:nth-child(even) [class*=zpcol-md-]:nth-child(even) .zsbox-spacing {
        border-radius: 100px 0 100px 100px;
        border-start-start-radius: 100px;
        border-start-end-radius: 0;
        border-end-end-radius: 100px;
        border-end-start-radius: 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-inline-start: -125px
    }
}

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

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

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

.zscustom-section-99 .zsspacing-box {
    padding-block-start: 15px;
    padding-block-end: 15px;
    padding-inline-start: 0;
    padding-inline-end: 0
}

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

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

.zscustom-section-99 .zsmargin-top-none {
    margin-block-start: 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-block-start: 0
    }
}

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

    .zscustom-section-100 .zspadding-right-none {
        padding-inline-end: 0 !important
    }

    .zscustom-section-100 .zspadding-left-none {
        padding-inline-start: 0 !important
    }
}

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

@media all and (min-width:992px) {
    .zscustom-section-101 .zsborder-box {
        padding: 30px;
        margin-block-start: 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-inline-start: -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-block-start: 10px;
        padding-block-end: 10px;
        padding-inline-start: 45px;
        padding-inline-end: 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-block-start: 0
    }
}

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

    .zscustom-section-106 .zsmargin-top-none {
        margin-block-start: 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-inline-start: 130px
    }
}

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

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

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

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

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

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

.zscustom-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-inline-start: 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: start
    }
}

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

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

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

@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-block-start: 0
}

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

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

@media all and (min-width:992px) {
    .zscustom-section-129 .zsmargin-top-none {
        margin-block-start: 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-block-start-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-inline-start: 65px
    }
}

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

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

@media only screen and (max-width:1140px) {
    .zscustom-section-130 .zsprimary-box {
        padding-block-start: 25px;
        padding-block-end: 25px;
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .zscustom-section-130 .zssecondary-box {
        margin-inline-start: 15px
    }
}

@media only screen and (max-width:992px) {
    .zscustom-section-130 .zssecondary-box {
        margin-inline-start: 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-block-start: 0
    }
}

.zscustom-section-133 .zsbox-spacing {
    padding: 20px;
    margin-block-start: 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-block-start: 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-block-start: 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-block-start: 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-block-start: 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-block-start: 0
    }
}

.zscustom-section-139 .zsbox-spacing {
    padding: 30px;
    margin-block-end: 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-block-start: 15px !important;
    padding-block-end: 15px !important;
    padding-inline-start: 30px !important;
    padding-inline-end: 30px !important
}

.zscustom-section-140 .zsbox-spacing {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 35px;
    padding-inline-end: 35px
}

.zscustom-section-140 .zscustom-box {
    padding: 35px;
    margin-block-start: 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-inline-start: 30px
    }
}

.zscustom-section-144 .zsmargin-top-none {
    margin-block-start: 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-block-start: 0
}

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

    .zscustom-section-147 .zsbox-container {
        margin-block-end: 0
    }
}

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

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

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

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

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

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

.zscustom-section-151 .zsmilestone .zsmilestone-box {
    padding: 25px;
    max-inline-size: 190px;
    margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: auto;
    margin-inline-end: auto
}

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

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

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

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

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

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

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

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

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

.zscustom-section-154 .zsour-top-brands {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

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

.zscustom-section-156 {
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

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

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

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

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

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

.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-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 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-block-start: 15px;
    padding-block-end: 15px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    margin-block-end: 15px
}

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

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

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

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

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

.zscustom-section-160 .zsmedium-padded-box-wrap {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    margin-block-start: 20px
}

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

.zscustom-section-160 .zsmedium-padded-box-wrap .zsmedium-padded-box {
    padding-block-start: 0;
    padding-block-end: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 20px
}

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

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

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

.zscustom-section-160 .zsmedium-padded-brands-wrap .zsmedium-padded-brands {
    padding-block-start: 15px;
    padding-block-end: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px
}

.zscustom-section-161 .zslist-with-bg-wrap {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    margin-block-end: 20px
}

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

.zscustom-section-161 .zslist-with-bg-list {
    padding-block-start: 5px;
    padding-block-end: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px
}

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

.zscustom-section-161 .zslist-with-bg-box {
    padding-block-start: 25px;
    padding-block-end: 30px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    margin-block-start: 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-block-start: 25px;
    padding-block-end: 30px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    margin-block-start: 0
}

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

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

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

.zscustom-section-163 .zssmall-padding-box {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 30px;
    padding-inline-end: 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-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

.zscustom-section-169 .zsmedium-padding-box {
    padding-block-start: 25px !important;
    padding-block-end: 30px !important;
    padding-inline-start: 30px !important;
    padding-inline-end: 30px !important
}

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

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

.zscustom-section-170 .zsmall-gutter {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

.zscustom-section-171 .zsmedium-padding-box {
    padding-block-start: 25px !important;
    padding-block-end: 30px !important;
    padding-inline-start: 30px !important;
    padding-inline-end: 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: start !important
}

@media all and (min-width:992px) {
    .zscustom-section-176 .zsmobile-align-left .zpbutton-align-right {
        text-align: end !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: end !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: start !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-block-start: 40px;
    padding-block-end: 50px;
    padding-inline-start: 60px;
    padding-inline-end: 60px
}

.zscustom-section-180 .zsthick-padding-boxshadow.zsthick-padding-content {
    padding-block-start: 30px;
    padding-block-end: 45px;
    padding-inline-start: 60px;
    padding-inline-end: 60px
}

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

.zscustom-section-182 .zsthick-padding-boxshadow.zsthick-padding-content {
    padding-block-start: 45px;
    padding-block-end: 55px;
    padding-inline-start: 60px;
    padding-inline-end: 60px
}

.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: start !important
}

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

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

.zscustom-section-184 .zscontactus-details-wrap {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

.zscustom-section-184 .zscontactus-details-wrap .zscontactus-details {
    padding-block-start: 15px !important;
    padding-block-end: 35px !important;
    padding-inline-start: 30px !important;
    padding-inline-end: 30px !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
}

.lp-section-04 .lpcustom-box {
    border-radius: 7px;
    padding: 30px 40px 25px 40px
}

.lp-section-04 .lpcustom-box .lpcustom-text {
    font-style: italic;
    margin-bottom: 20px;
    display: inline-block
}

.lp-section-04 .lpcustom-box .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-04 .lpcustom-box .divider-line::after,
.lp-section-04 .lpcustom-box .divider-line::before {
    border-color: #f39c12
}

.lp-section-05 .lpcustom-box {
    border-style: solid;
    border-color: #3498db;
    border-width: 0 0 3px 0;
    border-radius: 0;
    padding: 30px 40px 20px 40px
}

.lp-section-05 .lpcustom-box .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-05 .lpcustom-box .lpcustom-text {
    font-style: italic;
    margin-bottom: 20px;
    display: inline-block
}

.lp-section-06 .lpcustom-box .lpcustom-inner-box {
    border-style: solid;
    border-color: #8e44ad;
    border-width: 0 0 3px 0;
    border-radius: 1px;
    padding: 0 40px 10px 40px;
    margin-top: 0
}

.lp-section-06 .lpcustom-box .lpcustom-inner-box .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-06 .lpcustom-box .zpimage-anchor {
    cursor: pointer
}

.lp-section-06 .lpcustom-box .lpcustom-text {
    font-style: italic;
    margin-bottom: 20px;
    display: inline-block
}

.lp-section-07 .zpimage-anchor {
    cursor: pointer
}

.lp-section-07 .lpcustom-img img {
    height: 86px;
    width: 124.75px
}

.lp-section-07 .lpcustom-box {
    border: 1px solid #9b59b6;
    border-radius: 1px;
    padding: 0 20px 20px 20px
}

.lp-section-07 .lpcustom-text {
    font-style: italic
}

.lp-section-08 .lpcustom-column {
    border-radius: 1px;
    padding: 0 60px
}

.lp-section-08 .lpcustom-column .lpcustom-text {
    font-weight: 700;
    font-style: italic
}

.lp-section-08 .lpcustom-column .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-08 .lpcustom-column .lpcustom-img .lpimg-anchor {
    cursor: pointer
}

.lp-section-08 .lpcustom-column .lpcustom-img img {
    height: 50px;
    width: 151.52px
}

.lp-section-09 .lpcustom-box {
    border-radius: 1px;
    padding: 40px 70px 50px 70px
}

.lp-section-09 .lpcustom-box .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-09 .lpcustom-box .zpelem-button {
    margin-top: 36px
}

.lp-section-10 .lpcustom-heading {
    font-weight: 700
}

.lp-section-10 .lpcustom-column {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 7px;
    padding: 0 20px 30px 20px
}

.lp-section-10 .lpcustom-column .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-11 .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-11 .lpcustom-box {
    border-radius: 1px;
    padding: 20px 70px 50px 70px
}

.lp-section-11 .lpcustom-box .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-11 .lpcustom-box .zpelem-button {
    margin-top: 50px
}

.lp-section-12 .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-12 .lpcustom-row {
    margin-top: 10px
}

.lp-section-12 .lpcustom-row .lpcustom-box {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 7px;
    padding: 20px 30px 40px 30px
}

.lp-section-12 .lpcustom-row .lpcustom-box .lpcustom-text .zpheading {
    font-size: 40px;
    font-weight: 700
}

.lp-section-13 .lpcustom-heading .zpheading {
    font-weight: 700
}

.lp-section-13 .lpcustom-box {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 7px;
    padding: 20px 30px 40px 30px
}

.lp-section-13 .lpcustom-box .lpcustom-text .zpheading {
    font-weight: 700
}

.lp-section-13 .lpcustom-box .lpcustom-iconheading .lp-icon svg {
    fill: rgba(0, 0, 0, .3)
}

.lp-section-13 .lpcustom-box .lpcustom-iconheading .lpicon-heading {
    color: rgba(0, 0, 0, .3)
}

.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-inline-size: 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-inline-size: 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
    }
}

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

.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-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 45px;
    padding-inline-end: 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-block-size: 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 {
    inset-block-end: auto;
    inset-block-start: -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-block-start-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 {
    inset-block-end: auto;
    inset-block-start: -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 {
    inset-block-end: auto;
    inset-block-start: -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-block-start: 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
    }
}

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

.zpelem-box.zscontainer .zpelement:first-child {
    margin-block-start: 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-inline-size: 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-inline-size: 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-container,
[class*=zpiframe-align] {
    display: flex
}

.zpiframe-align-left {
    justify-content: flex-start
}

.zpiframe-align-center {
    justify-content: center
}

.zpiframe-align-right {
    justify-content: flex-end
}

.zpbutton,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-flex;
    margin-block-end: 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-inline-end: 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-inline-end: 0;
    margin-inline-start: 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-inline-end: 0;
    margin-inline-start: 0;
    margin-block-end: 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-block-start: 7px;
    padding-block-end: 7px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    font-size: 13px
}

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

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

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

.zpbutton-size-lg {
    padding-block-start: 12px;
    padding-block-end: 12px;
    padding-inline-start: 45px;
    padding-inline-end: 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: 0;
    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-inline-start: 0;
    padding-inline-end: 0
}

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

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

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

.zpdivider-container {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    color: #333
}

.zpdivider-container .zpdivider-common {
    position: relative;
    display: inline-flex;
    padding: 0;
    align-items: center;
    white-space: normal;
    line-height: normal;
    max-inline-size: 90%
}

.zpdivider-container .zpdivider-common:before,
.zpdivider-container .zpdivider-common:after {
    content: '';
    position: absolute;
    width: 1500px;
    inset-block-start: 50%;
    height: 1px;
    border-block-start-width: 1px;
    border-block-end-width: 0;
    border-inline-start-width: 0;
    border-inline-end-width: 0;
    border-style: solid;
    border-color: #333
}

.zpdivider-container .zpdivider-common:before {
    inset-inline-end: 100%;
    margin-inline-end: 10px
}

.zpdivider-container .zpdivider-common:after {
    inset-inline-start: 100%;
    margin-inline-start: 10px
}

.zpdivider-container.zpdivider-line .zpdivider-common span,
.zpdivider-container.zpdivider-text .zpdivider-common span,
.zpdivider-container.zpdivider-icon .zpdivider-common span {
    flex: 0 1 auto;
    display: block
}

.zpdivider-container.zpdivider-line .zpdivider-common .zpdivider-icon-area,
.zpdivider-container.zpdivider-text .zpdivider-common .zpdivider-icon-area,
.zpdivider-container.zpdivider-icon .zpdivider-common .zpdivider-icon-area {
    flex: 1 0 auto
}

.zpdivider-container.zpdivider-line.zpdivider-line .zpdivider-common:before,
.zpdivider-container.zpdivider-line.zpdivider-line .zpdivider-common:after,
.zpdivider-container.zpdivider-text.zpdivider-line .zpdivider-common:before,
.zpdivider-container.zpdivider-text.zpdivider-line .zpdivider-common:after,
.zpdivider-container.zpdivider-icon.zpdivider-line .zpdivider-common:before,
.zpdivider-container.zpdivider-icon.zpdivider-line .zpdivider-common:after {
    margin: 0
}

.zpdivider-container.zpdivider-line.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-align-left {
    text-align: start
}

.zpdivider-container.zpdivider-line.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-align-right {
    text-align: end
}

.zpdivider-container.zpdivider-line.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-align-center {
    text-align: center
}

.zpdivider-container.zpdivider-line.zpdivider-width10.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width20.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width30.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width40.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width50.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width60.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width70.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width80.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width90.zpdivider-align-center,
.zpdivider-container.zpdivider-line.zpdivider-width100.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width10.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width20.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width30.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width40.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width50.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width60.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width70.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width80.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width90.zpdivider-align-center,
.zpdivider-container.zpdivider-text.zpdivider-width100.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width10.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width20.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width30.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width40.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width50.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width60.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width70.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width80.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width90.zpdivider-align-center,
.zpdivider-container.zpdivider-icon.zpdivider-width100.zpdivider-align-center {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto
}

.zpdivider-container.zpdivider-line.zpdivider-width10.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width20.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width30.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width40.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width50.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width60.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width70.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width80.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width90.zpdivider-align-left,
.zpdivider-container.zpdivider-line.zpdivider-width100.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width10.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width20.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width30.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width40.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width50.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width60.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width70.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width80.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width90.zpdivider-align-left,
.zpdivider-container.zpdivider-text.zpdivider-width100.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width10.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width20.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width30.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width40.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width50.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width60.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width70.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width80.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width90.zpdivider-align-left,
.zpdivider-container.zpdivider-icon.zpdivider-width100.zpdivider-align-left {
    margin: 0
}

.zpdivider-container.zpdivider-line.zpdivider-width10.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width20.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width30.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width40.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width50.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width60.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width70.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width80.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width90.zpdivider-align-right,
.zpdivider-container.zpdivider-line.zpdivider-width100.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width10.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width20.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width30.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width40.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width50.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width60.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width70.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width80.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width90.zpdivider-align-right,
.zpdivider-container.zpdivider-text.zpdivider-width100.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width10.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width20.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width30.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width40.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width50.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width60.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width70.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width80.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width90.zpdivider-align-right,
.zpdivider-container.zpdivider-icon.zpdivider-width100.zpdivider-align-right {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: 0
}

.zpdivider-container.zpdivider-line.zpdivider-width10,
.zpdivider-container.zpdivider-text.zpdivider-width10,
.zpdivider-container.zpdivider-icon.zpdivider-width10 {
    width: 10%
}

.zpdivider-container.zpdivider-line.zpdivider-width20,
.zpdivider-container.zpdivider-text.zpdivider-width20,
.zpdivider-container.zpdivider-icon.zpdivider-width20 {
    width: 20%
}

.zpdivider-container.zpdivider-line.zpdivider-width30,
.zpdivider-container.zpdivider-text.zpdivider-width30,
.zpdivider-container.zpdivider-icon.zpdivider-width30 {
    width: 30%
}

.zpdivider-container.zpdivider-line.zpdivider-width40,
.zpdivider-container.zpdivider-text.zpdivider-width40,
.zpdivider-container.zpdivider-icon.zpdivider-width40 {
    width: 40%
}

.zpdivider-container.zpdivider-line.zpdivider-width50,
.zpdivider-container.zpdivider-text.zpdivider-width50,
.zpdivider-container.zpdivider-icon.zpdivider-width50 {
    width: 50%
}

.zpdivider-container.zpdivider-line.zpdivider-width60,
.zpdivider-container.zpdivider-text.zpdivider-width60,
.zpdivider-container.zpdivider-icon.zpdivider-width60 {
    width: 60%
}

.zpdivider-container.zpdivider-line.zpdivider-width70,
.zpdivider-container.zpdivider-text.zpdivider-width70,
.zpdivider-container.zpdivider-icon.zpdivider-width70 {
    width: 70%
}

.zpdivider-container.zpdivider-line.zpdivider-width80,
.zpdivider-container.zpdivider-text.zpdivider-width80,
.zpdivider-container.zpdivider-icon.zpdivider-width80 {
    width: 80%
}

.zpdivider-container.zpdivider-line.zpdivider-width90,
.zpdivider-container.zpdivider-text.zpdivider-width90,
.zpdivider-container.zpdivider-icon.zpdivider-width90 {
    width: 90%
}

.zpdivider-container.zpdivider-line.zpdivider-width100,
.zpdivider-container.zpdivider-text.zpdivider-width100,
.zpdivider-container.zpdivider-icon.zpdivider-width100 {
    width: 100%
}

.zpdivider-container.zpdivider-text.zpdivider-style-bgfill .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-border .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-roundcorner .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-roundcorner-fill .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-circle .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-circle-fill .zpdivider-common {
    padding-block-start: 5px;
    padding-block-end: 5px;
    padding-inline-start: 10px;
    padding-inline-end: 10px
}

.zpdivider-container.zpdivider-style-bgfill .zpdivider-common,
.zpdivider-container.zpdivider-style-border .zpdivider-common,
.zpdivider-container.zpdivider-style-roundcorner .zpdivider-common,
.zpdivider-container.zpdivider-style-roundcorner-fill .zpdivider-common,
.zpdivider-container.zpdivider-style-circle .zpdivider-common,
.zpdivider-container.zpdivider-style-circle-fill .zpdivider-common {
    padding: 5px;
    background: 0 0
}

.zpdivider-container.zpdivider-style-bgfill .zpdivider-common,
.zpdivider-container.zpdivider-style-roundcorner-fill .zpdivider-common,
.zpdivider-container.zpdivider-style-circle-fill .zpdivider-common {
    background: #333;
    color: #eee
}

.zpdivider-container.zpdivider-style-bgfill .zpdivider-common:before,
.zpdivider-container.zpdivider-style-bgfill .zpdivider-common:after,
.zpdivider-container.zpdivider-style-roundcorner-fill .zpdivider-common:before,
.zpdivider-container.zpdivider-style-roundcorner-fill .zpdivider-common:after,
.zpdivider-container.zpdivider-style-circle-fill .zpdivider-common:before,
.zpdivider-container.zpdivider-style-circle-fill .zpdivider-common:after {
    margin: 0
}

.zpdivider-container.zpdivider-style-border .zpdivider-common,
.zpdivider-container.zpdivider-style-roundcorner .zpdivider-common,
.zpdivider-container.zpdivider-style-circle .zpdivider-common {
    border-width: 1px;
    border-style: solid;
    border-color: #333
}

.zpdivider-container.zpdivider-style-border .zpdivider-common:before,
.zpdivider-container.zpdivider-style-border .zpdivider-common:after,
.zpdivider-container.zpdivider-style-roundcorner .zpdivider-common:before,
.zpdivider-container.zpdivider-style-roundcorner .zpdivider-common:after,
.zpdivider-container.zpdivider-style-circle .zpdivider-common:before,
.zpdivider-container.zpdivider-style-circle .zpdivider-common:after {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 1px;
    margin-inline-end: 1px
}

.zpdivider-container.zpdivider-style-roundcorner .zpdivider-common,
.zpdivider-container.zpdivider-style-roundcorner-fill .zpdivider-common {
    border-radius: 5px
}

.zpdivider-container.zpdivider-style-circle .zpdivider-common,
.zpdivider-container.zpdivider-style-circle-fill .zpdivider-common {
    border-radius: 50%
}

.zpdivider-container.zpdivider-icon-size-sm .zpdivider-common svg {
    width: 20px;
    height: 20px
}

.zpdivider-container.zpdivider-icon-size-md .zpdivider-common svg {
    width: 36px;
    height: 36px;
    padding: 3px
}

.zpdivider-container.zpdivider-icon-size-lg .zpdivider-common svg {
    width: 60px;
    height: 60px;
    padding: 3px
}

.zpdivider-container.zpdivider-icon-size-xl .zpdivider-common svg {
    width: 90px;
    height: 90px;
    padding: 3px
}

.zpdivider-container.zpdivider-icon-size-xxl .zpdivider-common svg {
    width: 120px;
    height: 120px;
    padding: 3px
}

.zpdivider-container.zpdivider-text.zpdivider-style-circle .zpdivider-common,
.zpdivider-container.zpdivider-text.zpdivider-style-circle-fill .zpdivider-common {
    border-radius: 100px
}

.zpdivider-container.zpdivider-line.zpdivider-line-style-solid .zpdivider-common:before,
.zpdivider-container.zpdivider-line.zpdivider-line-style-solid .zpdivider-common:after,
.zpdivider-container.zpdivider-text.zpdivider-line-style-solid .zpdivider-common:before,
.zpdivider-container.zpdivider-text.zpdivider-line-style-solid .zpdivider-common:after,
.zpdivider-container.zpdivider-icon.zpdivider-line-style-solid .zpdivider-common:before,
.zpdivider-container.zpdivider-icon.zpdivider-line-style-solid .zpdivider-common:after {
    border-block-start-style: solid;
    border-block-end-style: solid
}

.zpdivider-container.zpdivider-line.zpdivider-line-style-dotted .zpdivider-common:before,
.zpdivider-container.zpdivider-line.zpdivider-line-style-dotted .zpdivider-common:after,
.zpdivider-container.zpdivider-text.zpdivider-line-style-dotted .zpdivider-common:before,
.zpdivider-container.zpdivider-text.zpdivider-line-style-dotted .zpdivider-common:after,
.zpdivider-container.zpdivider-icon.zpdivider-line-style-dotted .zpdivider-common:before,
.zpdivider-container.zpdivider-icon.zpdivider-line-style-dotted .zpdivider-common:after {
    border-block-start-style: dotted;
    border-block-end-style: dotted
}

.zpdivider-container.zpdivider-line.zpdivider-line-style-dashed .zpdivider-common:before,
.zpdivider-container.zpdivider-line.zpdivider-line-style-dashed .zpdivider-common:after,
.zpdivider-container.zpdivider-text.zpdivider-line-style-dashed .zpdivider-common:before,
.zpdivider-container.zpdivider-text.zpdivider-line-style-dashed .zpdivider-common:after,
.zpdivider-container.zpdivider-icon.zpdivider-line-style-dashed .zpdivider-common:before,
.zpdivider-container.zpdivider-icon.zpdivider-line-style-dashed .zpdivider-common:after {
    border-block-start-style: dashed;
    border-block-end-style: dashed
}

.zpdivider-container.zpdivider-line.zpdivider-border-count-double.zpdivider-line-style-solid .zpdivider-common:before,
.zpdivider-container.zpdivider-line.zpdivider-border-count-double.zpdivider-line-style-solid .zpdivider-common:after,
.zpdivider-container.zpdivider-text.zpdivider-border-count-double.zpdivider-line-style-solid .zpdivider-common:before,
.zpdivider-container.zpdivider-text.zpdivider-border-count-double.zpdivider-line-style-solid .zpdivider-common:after,
.zpdivider-container.zpdivider-icon.zpdivider-border-count-double.zpdivider-line-style-solid .zpdivider-common:before,
.zpdivider-container.zpdivider-icon.zpdivider-border-count-double.zpdivider-line-style-solid .zpdivider-common:after {
    border-block-start-width: 1px;
    border-block-end-width: 1px;
    border-inline-start-width: 0;
    border-inline-end-width: 0;
    border-block-start-style: solid;
    border-block-end-style: solid;
    height: 5px;
    margin-block-start: -2px
}

.zpdivider-container.zpdivider-line.zpdivider-border-count-double.zpdivider-line-style-dotted .zpdivider-common:before,
.zpdivider-container.zpdivider-line.zpdivider-border-count-double.zpdivider-line-style-dotted .zpdivider-common:after,
.zpdivider-container.zpdivider-text.zpdivider-border-count-double.zpdivider-line-style-dotted .zpdivider-common:before,
.zpdivider-container.zpdivider-text.zpdivider-border-count-double.zpdivider-line-style-dotted .zpdivider-common:after,
.zpdivider-container.zpdivider-icon.zpdivider-border-count-double.zpdivider-line-style-dotted .zpdivider-common:before,
.zpdivider-container.zpdivider-icon.zpdivider-border-count-double.zpdivider-line-style-dotted .zpdivider-common:after {
    border-block-start-width: 1px;
    border-block-end-width: 1px;
    border-inline-start-width: 0;
    border-inline-end-width: 0;
    border-block-start-style: dotted;
    border-block-end-style: dotted;
    height: 5px;
    margin-block-start: -2px
}

.zpdivider-container.zpdivider-line.zpdivider-border-count-double.zpdivider-line-style-dashed .zpdivider-common:before,
.zpdivider-container.zpdivider-line.zpdivider-border-count-double.zpdivider-line-style-dashed .zpdivider-common:after,
.zpdivider-container.zpdivider-text.zpdivider-border-count-double.zpdivider-line-style-dashed .zpdivider-common:before,
.zpdivider-container.zpdivider-text.zpdivider-border-count-double.zpdivider-line-style-dashed .zpdivider-common:after,
.zpdivider-container.zpdivider-icon.zpdivider-border-count-double.zpdivider-line-style-dashed .zpdivider-common:before,
.zpdivider-container.zpdivider-icon.zpdivider-border-count-double.zpdivider-line-style-dashed .zpdivider-common:after {
    border-block-start-width: 1px;
    border-block-end-width: 1px;
    border-inline-start-width: 0;
    border-inline-end-width: 0;
    border-block-start-style: dashed;
    border-block-end-style: dashed;
    height: 5px;
    margin-block-start: -2px
}

.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-block-start: 15px;
    padding-block-end: 15px;
    padding-inline-start: 45px;
    padding-inline-end: 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-inline-start: 20px;
    padding-inline-end: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: 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-inline-start: 3px;
    padding-inline-end: 3px;
    margin-inline-start: 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-inline-start: 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-block-end: 10px;
    margin-inline-end: 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-inline-size: 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-inline-size: 100%
}

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

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

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

.zpsidebar-container .zpnewsletter-container .zpnewsletter-input-container input {
    width: 100%;
    margin-inline-end: 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-inline-size: 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-block-end: 10px;
    margin-inline-end: 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-inline-size: 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-inline-size: 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-inline-start: 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-block-end: 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-block-end: 0
}

.zpsidebar-container .zptabelem-inner-container.zptabs-style-01.zptab-type-02 .zptab {
    margin-inline-end: 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-inline-size: 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-inline-size: 100%;
    margin-block-end: 10px;
    margin-inline-end: 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-inline-start: 0;
    padding-inline-end: 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-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline-start: 2px;
    padding-inline-end: 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-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 5px;
    margin-inline-end: 5px
}

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

.zptext-align-left {
    text-align: start
}

.zptext-align-right {
    text-align: end
}

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

.zptext-align-justify {
    text-align: justify
}

ul,
ol {
    margin: 0;
    padding-block-start: 5px;
    padding-block-end: 0;
    padding-inline-start: 20px;
    padding-inline-end: 0
}

ul li,
ol li {
    margin: 0;
    padding-block-start: 5px;
    padding-block-end: 5px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    list-style: inherit
}

ul ol,
ol ol {
    padding-inline-start: 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: scroll
}

@media all and (min-width:992px) {
    .zpbackground-attachment-fixed {
        background-attachment: fixed
    }
}

div[data-animation-name] {
    opacity: 0
}

:root[data-nojs] div[data-animation-name] {
    opacity: 1 !important
}

.zpbutton,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-flex;
    margin-block-end: 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-inline-end: 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-inline-end: 0;
    margin-inline-start: 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-inline-end: 0;
    margin-inline-start: 0;
    margin-block-end: 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-block-start: 7px;
    padding-block-end: 7px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    font-size: 13px
}

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

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

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

.zpbutton-size-lg {
    padding-block-start: 12px;
    padding-block-end: 12px;
    padding-inline-start: 45px;
    padding-inline-end: 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: 0;
    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-inline-start: 0;
    padding-inline-end: 0
}

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

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

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

.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-inline-start: 5px;
    cursor: pointer
}

.zpform-comment-rating-container label svg {
    height: 16px;
    width: 16px
}

.zpform-comment-rating-container label:last-of-type {
    margin-inline-start: 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-inline-start: 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-inline-size: 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-inline-start: 10px;
    cursor: pointer
}

.zpform-comment-rating-info-icon svg {
    fill: #36a9e1;
    height: 17px;
    width: 17px
}

.zpcomment-rating-votes {
    margin-block-start: 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-inline-end: 30px
}

.zpcomment-rating-infobox .zpcomment-average-rating-info div {
    margin-block-end: 5px;
    text-align: center
}

.zpcomment-rating-infobox .zpcomment-average-rating-info div:last-child {
    margin-block-end: 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-block-start: 2px;
    padding-block-end: 2px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin-block-end: 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-block-end: 0
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li .zpcomment-individual-rating-details {
    margin-inline-end: 10px
}

.zpcomment-rating-infobox .zpcomment-individual-rating ul li .zpcomment-individual-rating-details:last-child {
    margin-inline-end: 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-block-start: 12px
}

.zpcomment-rating-result .zpform-comment-rating-container label {
    cursor: auto
}

.zpcomment-rating-result .zpcomment-rating-vote-value {
    margin-block-start: 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-inline-start: 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-inline-start: 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-inline-start: 12px
}

.zpcomments-reviews-ratings .zpcomment-rating-vote-value {
    line-height: normal;
    padding-inline-end: 8px
}

.zpcomments-reviews-ratings .zpcomment-rating-vote-value+.zpform-comment-rating-container label {
    width: 16px;
    height: 16px;
    margin-inline-start: 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-inline-start: 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
}