/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/az/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */

.az-swiper, .az-swiper-thumbs {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.az-swiper .az-wrapper, .az-swiper-thumbs .az-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.az-container-no-flexbox .az-slide {
    float: left;
}
.az-container-vertical > .az-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.az-container-android .az-slide, .az-swiper .az-wrapper, .az-swiper-thumbs .az-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.az-container-multirow > .az-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.az-container-free-mode > .az-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.az-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.az-invisible-blank-slide {
    visibility: hidden;
}
/* Auto Height */
.az-container-autoheight,
.az-container-autoheight .az-slide {
    height: auto;
}
.az-container-autoheight .az-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.az-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.az-container-3d .az-wrapper,
.az-container-3d .az-slide,
.az-container-3d .az-slide-shadow-left,
.az-container-3d .az-slide-shadow-right,
.az-container-3d .az-slide-shadow-top,
.az-container-3d .az-slide-shadow-bottom,
.az-container-3d .az-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.az-container-3d .az-slide-shadow-left,
.az-container-3d .az-slide-shadow-right,
.az-container-3d .az-slide-shadow-top,
.az-container-3d .az-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.az-container-3d .az-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.az-container-3d .az-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.az-container-3d .az-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.az-container-3d .az-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.az-container-wp8-horizontal,
.az-container-wp8-horizontal > .az-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.az-container-wp8-vertical,
.az-container-wp8-vertical > .az-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.az-button-prev,
.az-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.az-button-prev.az-button-disabled,
.az-button-next.az-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.az-button-prev,
.az-container-rtl .az-button-next {
    left: 10px;
    right: auto;
    color: #222;
}
.az-button-prev::before {
    content: '';
    border-top: 3px solid;
    border-right: 3px solid;
    transform: translate(7px, 7px) rotate(225deg);
    width: 30px;
    height: 30px;
    display: block;
}
.az-button-next,
.az-container-rtl .az-button-prev {
    right: 10px;
    left: auto;
    color: #222;
}
.az-button-next::before {
    content: '';
    border-top: 3px solid;
    border-right: 3px solid;
    transform: translate(-7px, 7px) rotate(45deg);
    width: 30px;
    height: 30px;
    display: block;
}
.az-button-prev.az-button-white,
.az-container-rtl .az-button-next.az-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.az-button-next.az-button-white,
.az-container-rtl .az-button-prev.az-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.az-button-prev.az-button-black,
.az-container-rtl .az-button-next.az-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.az-button-next.az-button-black,
.az-container-rtl .az-button-prev.az-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.az-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.az-pagination.az-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.az-pagination-fraction,
.az-pagination-custom,
.az-container-horizontal > .az-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.az-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.az-pagination-bullets-dynamic .az-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.az-pagination-bullets-dynamic .az-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.az-pagination-bullets-dynamic .az-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.az-pagination-bullets-dynamic .az-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.az-pagination-bullets-dynamic .az-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.az-pagination-bullets-dynamic .az-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.az-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.az-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.az-pagination-clickable .az-pagination-bullet {
    cursor: pointer;
}
.az-pagination-bullet-active {
    opacity: 1;
    background: #222;
}
.az-container-vertical > .az-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.az-container-vertical > .az-pagination-bullets .az-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.az-container-vertical > .az-pagination-bullets.az-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.az-container-vertical > .az-pagination-bullets.az-pagination-bullets-dynamic .az-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.az-container-horizontal > .az-pagination-bullets .az-pagination-bullet {
    margin: 0 4px;
}
.az-container-horizontal > .az-pagination-bullets.az-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.az-container-horizontal > .az-pagination-bullets.az-pagination-bullets-dynamic .az-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.az-container-horizontal.az-container-rtl > .az-pagination-bullets-dynamic .az-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.az-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.az-pagination-progressbar .az-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.az-container-rtl .az-pagination-progressbar .az-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.az-container-horizontal > .az-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.az-container-vertical > .az-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.az-pagination-white .az-pagination-bullet-active {
    background: #ffffff;
}
.az-pagination-progressbar.az-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.az-pagination-progressbar.az-pagination-white .az-pagination-progressbar-fill {
    background: #ffffff;
}
.az-pagination-black .az-pagination-bullet-active {
    background: #000000;
}
.az-pagination-progressbar.az-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.az-pagination-progressbar.az-pagination-black .az-pagination-progressbar-fill {
    background: #000000;
}
/* Scrollbar */
.az-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.az-container-horizontal > .az-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.az-container-vertical > .az-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.az-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.az-scrollbar-cursor-drag {
    cursor: move;
}
.az-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.az-zoom-container > img,
.az-zoom-container > svg,
.az-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.az-slide-zoomed {
    cursor: move;
}
/* Preloader */
.az-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: az-preloader-spin 1s steps(12, end) infinite;
    animation: az-preloader-spin 1s steps(12, end) infinite;
}
.az-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.az-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes az-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes az-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.az-container .az-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.az-container-fade.az-container-free-mode .az-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.az-container-fade .az-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.az-container-fade .az-slide .az-slide {
    pointer-events: none;
}
.az-container-fade .az-slide-active,
.az-container-fade .az-slide-active .az-slide-active {
    pointer-events: auto;
}
.az-container-cube {
    overflow: visible;
}
.az-container-cube .az-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.az-container-cube .az-slide .az-slide {
    pointer-events: none;
}
.az-container-cube.az-container-rtl .az-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.az-container-cube .az-slide-active,
.az-container-cube .az-slide-active .az-slide-active {
    pointer-events: auto;
}
.az-container-cube .az-slide-active,
.az-container-cube .az-slide-next,
.az-container-cube .az-slide-prev,
.az-container-cube .az-slide-next + .az-slide {
    pointer-events: auto;
    visibility: visible;
}
.az-container-cube .az-slide-shadow-top,
.az-container-cube .az-slide-shadow-bottom,
.az-container-cube .az-slide-shadow-left,
.az-container-cube .az-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.az-container-cube .az-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.az-container-flip {
    overflow: visible;
}
.az-container-flip .az-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.az-container-flip .az-slide .az-slide {
    pointer-events: none;
}
.az-container-flip .az-slide-active,
.az-container-flip .az-slide-active .az-slide-active {
    pointer-events: auto;
}
.az-container-flip .az-slide-shadow-top,
.az-container-flip .az-slide-shadow-bottom,
.az-container-flip .az-slide-shadow-left,
.az-container-flip .az-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.az-container-coverflow .az-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}


body.azh-customize .az-swiper .az-pagination {
    pointer-events: none;
}
body.azh-customize .az-swiper .az-pagination .az-pagination-bullet{
    pointer-events: all;
}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 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 {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        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 {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.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 {
    from, 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 {
    from {
        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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        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 {
    from, 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(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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 {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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 {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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 {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        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 {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 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 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        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 {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        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 {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        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;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        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 {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        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 {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        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(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; 
}

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

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

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

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

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

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

.mfp-ajax-cur {
    cursor: progress; 
}

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

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

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

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

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

.mfp-hide {
    display: none !important; 
}

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

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

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

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

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; 
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; 
    background: transparent;
    -webkit-appearance: none;
}
.mfp-close:active {
    top: 1px; 
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; 
    background: transparent;
    -webkit-appearance: none;
}

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

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; 
}
.mfp-arrow:active {
    margin-top: -54px; 
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; 
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; 
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; 
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; 
}

.mfp-arrow-left {
    left: 0; 
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; 
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; 
}

.mfp-arrow-right {
    right: 0; 
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; 
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; 
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; 
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
}
.mfp-iframe-holder .mfp-close {
    top: -40px; 
}

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

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; 
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; 
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; 
}
.mfp-figure figure {
    margin: 0; 
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; 
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0; 
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; 
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; 
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; 
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; 
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; 
    }    
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); 
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; 
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; 
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; 
    }    
}
#wp-admin-bar-azh-frontend-builder > .ab-item:before {
  content: "\f489";
  top: 2px;
}
body.azh_widget-template-default {
  background: white;
}
.az-hidden {
  display: none;
}
.az-image {
  line-height: 0;
}
.az-image img {
  box-sizing: border-box;
}
.az-image img[src=""],
.az-image img:not([src]) {
  display: none;
}
.az-button a {
  display: inline-block !important;
}
.az-button.az-left {
  text-align: left !important;
}
.az-button.az-center {
  text-align: center !important;
}
.az-button.az-right {
  text-align: right !important;
}
.az-button.az-full-width a {
  display: block !important;
  box-sizing: border-box;
}
.az-button a,
.az-button span {
  vertical-align: inherit;
}
.az-button .az-icon {
  line-height: inherit;
  vertical-align: baseline;
  display: none;
}
.az-button[data-icon="left"] .az-icon:first-child {
  display: inline;
}
.az-button[data-icon="right"] .az-icon:last-child {
  display: inline;
}
.az-separator div {
  margin: 0 auto;
}
body.rtl .az-horizontal-elements {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  -o-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -khtml-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.az-horizontal-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.az-horizontal-elements > div {
  margin: 0 7.5px 15px 7.5px;
  box-sizing: border-box;
}
.az-horizontal-elements[data-column-padding="0"] {
  margin: 0;
}
.az-horizontal-elements[data-column-padding="0"] > div {
  margin: 0;
}
.az-horizontal-elements[data-column-padding="1"] {
  margin: 0 -0.5px;
}
.az-horizontal-elements[data-column-padding="1"] > div {
  margin: 0 0.5px 1px 0.5px;
}
.az-horizontal-elements[data-column-padding="2"] {
  margin: 0 -1px;
}
.az-horizontal-elements[data-column-padding="2"] > div {
  margin: 0 1px 2px 1px;
}
.az-horizontal-elements[data-column-padding="3"] {
  margin: 0 -1.5px;
}
.az-horizontal-elements[data-column-padding="3"] > div {
  margin: 0 1.5px 3px 1.5px;
}
.az-horizontal-elements[data-column-padding="5"] {
  margin: 0 -2.5px;
}
.az-horizontal-elements[data-column-padding="5"] > div {
  margin: 0 2.5px 5px 2.5px;
}
.az-horizontal-elements[data-column-padding="10"] {
  margin: 0 -5px;
}
.az-horizontal-elements[data-column-padding="10"] > div {
  margin: 0 5px 10px 5px;
}
.az-horizontal-elements[data-column-padding="15"] {
  margin: 0 -7.5px;
}
.az-horizontal-elements[data-column-padding="15"] > div {
  margin: 0 7.5px 15px 7.5px;
}
.az-horizontal-elements[data-column-padding="20"] {
  margin: 0 -10px;
}
.az-horizontal-elements[data-column-padding="20"] > div {
  margin: 0 10px 20px 10px;
}
.az-horizontal-elements[data-column-padding="25"] {
  margin: 0 -12.5px;
}
.az-horizontal-elements[data-column-padding="25"] > div {
  margin: 0 12.5px 25px 12.5px;
}
.az-horizontal-elements[data-column-padding="30"] {
  margin: 0 -15px;
}
.az-horizontal-elements[data-column-padding="30"] > div {
  margin: 0 15px 30px 15px;
}
.az-horizontal-elements[data-column-padding="40"] {
  margin: 0 -20px;
}
.az-horizontal-elements[data-column-padding="40"] > div {
  margin: 0 20px 40px 20px;
}
.az-horizontal-elements[data-column-padding="50"] {
  margin: 0 -25px;
}
.az-horizontal-elements[data-column-padding="50"] > div {
  margin: 0 25px 50px 25px;
}
.az-horizontal-elements[data-column-padding="60"] {
  margin: 0 -30px;
}
.az-horizontal-elements[data-column-padding="60"] > div {
  margin: 0 30px 60px 30px;
}
.az-horizontal-elements[data-column-padding="70"] {
  margin: 0 -35px;
}
.az-horizontal-elements[data-column-padding="70"] > div {
  margin: 0 35px 70px 35px;
}
.az-shape-top,
.az-shape-bottom {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 0;
  pointer-events: none;
}
.az-shape-top.az-flip .az-shape-fill,
.az-shape-bottom.az-flip .az-shape-fill {
  -webkit-transform: rotateY(180deg);
  -khtml-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.az-shape-top.az-invert,
.az-shape-bottom.az-invert {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.az-shape-top.az-bring-to-front,
.az-shape-bottom.az-bring-to-front {
  z-index: 2;
}
.az-shape-top svg,
.az-shape-bottom svg {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-shape-top svg .az-shape-fill,
.az-shape-bottom svg .az-shape-fill {
  -webkit-fill: #000000;
  -khtml-fill: #000000;
  -moz-fill: #000000;
  -ms-fill: #000000;
  fill: #000000;
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  -khtml-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.az-shape-top {
  top: 0px;
}
.az-shape-bottom {
  bottom: 0px;
}
.az-shape {
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.az-shape.az-flip {
  -webkit-transform: rotateY(180deg);
  -khtml-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.az-shape.az-invert {
  -webkit-transform: rotateX(180deg);
  -khtml-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.az-shape.az-flip.az-invert {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -khtml-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  -ms-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
}
body:not(.azh-customize) .az-polygone.az-hover:not(.az-tooltip-on-click) > .az-tooltip-wrapper {
  display: block;
}
body:not(.azh-customize) .az-polygone.az-hover.az-tooltip-on-click > .az-tooltip-wrapper.az-show {
  display: block;
}
body.azh-customize .az-polygone > .az-tooltip-wrapper {
  pointer-events: none;
}
body.azh-customize .az-polygone > .az-tooltip-wrapper > .az-tooltip {
  pointer-events: all;
}
.az-polygone {
  margin: 0 auto;
  box-sizing: border-box;
}
.az-polygone > svg {
  vertical-align: top;
}
.az-polygone.az-tooltip-on-click > svg polygon {
  cursor: pointer;
}
.az-polygone > .az-tooltip-wrapper {
  pointer-events: all;
  display: none;
  position: absolute;
}
.az-polygone > .az-tooltip-wrapper.az-show {
  display: block !important;
}
.az-polygone > .az-tooltip-wrapper.az-top-left {
  right: 100%;
  top: 0;
}
.az-polygone > .az-tooltip-wrapper.az-middle-left {
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-bottom-left {
  right: 100%;
  bottom: 0;
}
.az-polygone > .az-tooltip-wrapper.az-top-center {
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-middle-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-polygone > .az-tooltip-wrapper.az-bottom-center {
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-top-right {
  left: 100%;
  top: 0;
}
.az-polygone > .az-tooltip-wrapper.az-middle-right {
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-bottom-right {
  left: 100%;
  bottom: 0;
}
.az-remarkable {
  position: relative;
  z-index: 0;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="none"]  {
  animation-name: none;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOut"]  {
  animation-name: bounceOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutDown"]  {
  animation-name: bounceOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutLeft"]  {
  animation-name: bounceOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutRight"]  {
  animation-name: bounceOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutUp"]  {
  animation-name: bounceOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOut"]  {
  animation-name: fadeOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutDown"]  {
  animation-name: fadeOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutDownBig"]  {
  animation-name: fadeOutDownBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutLeft"]  {
  animation-name: fadeOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutLeftBig"]  {
  animation-name: fadeOutLeftBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutRight"]  {
  animation-name: fadeOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutRightBig"]  {
  animation-name: fadeOutRightBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutUp"]  {
  animation-name: fadeOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutUpBig"]  {
  animation-name: fadeOutUpBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOut"]  {
  animation-name: rotateOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutDownLeft"]  {
  animation-name: rotateOutDownLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutDownRight"]  {
  animation-name: rotateOutDownRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutUpLeft"]  {
  animation-name: rotateOutUpLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutUpRight"]  {
  animation-name: rotateOutUpRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutUp"]  {
  animation-name: slideOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutDown"]  {
  animation-name: slideOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutLeft"]  {
  animation-name: slideOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutRight"]  {
  animation-name: slideOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOut"]  {
  animation-name: zoomOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutDown"]  {
  animation-name: zoomOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutLeft"]  {
  animation-name: zoomOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutRight"]  {
  animation-name: zoomOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutUp"]  {
  animation-name: zoomOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="flipOutX"]  {
  animation-name: flipOutX;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="flipOutY"]  {
  animation-name: flipOutY;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="lightSpeedOut"]  {
  animation-name: lightSpeedOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="0"]  {
  animation-duration: 0ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="100"]  {
  animation-duration: 100ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="200"]  {
  animation-duration: 200ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="300"]  {
  animation-duration: 300ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="400"]  {
  animation-duration: 400ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="500"]  {
  animation-duration: 500ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="600"]  {
  animation-duration: 600ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="700"]  {
  animation-duration: 700ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="800"]  {
  animation-duration: 800ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="900"]  {
  animation-duration: 900ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="1000"]  {
  animation-duration: 1000ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="0"]  {
  animation-delay: 0ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="100"]  {
  animation-delay: 100ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="200"]  {
  animation-delay: 200ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="300"]  {
  animation-delay: 300ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="400"]  {
  animation-delay: 400ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="500"]  {
  animation-delay: 500ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="600"]  {
  animation-delay: 600ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="700"]  {
  animation-delay: 700ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="800"]  {
  animation-delay: 800ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="900"]  {
  animation-delay: 900ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="1000"]  {
  animation-delay: 1000ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="linear"]  {
  animation-timing-function: linear;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease"]  {
  animation-timing-function: ease;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease-in"]  {
  animation-timing-function: ease-in;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease-out"]  {
  animation-timing-function: ease-out;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease-in-out"]  {
  animation-timing-function: ease-in-out;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="none"]  {
  animation-name: none;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceIn"]  {
  animation-name: bounceIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInDown"]  {
  animation-name: bounceInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInLeft"]  {
  animation-name: bounceInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInRight"]  {
  animation-name: bounceInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInUp"]  {
  animation-name: bounceInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeIn"]  {
  animation-name: fadeIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInDown"]  {
  animation-name: fadeInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInDownBig"]  {
  animation-name: fadeInDownBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInLeft"]  {
  animation-name: fadeInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInLeftBig"]  {
  animation-name: fadeInLeftBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInRight"]  {
  animation-name: fadeInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInRightBig"]  {
  animation-name: fadeInRightBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInUp"]  {
  animation-name: fadeInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInUpBig"]  {
  animation-name: fadeInUpBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateIn"]  {
  animation-name: rotateIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInDownLeft"]  {
  animation-name: rotateInDownLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInDownRight"]  {
  animation-name: rotateInDownRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInUpLeft"]  {
  animation-name: rotateInUpLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInUpRight"]  {
  animation-name: rotateInUpRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInUp"]  {
  animation-name: slideInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInDown"]  {
  animation-name: slideInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInLeft"]  {
  animation-name: slideInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInRight"]  {
  animation-name: slideInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomIn"]  {
  animation-name: zoomIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInDown"]  {
  animation-name: zoomInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInLeft"]  {
  animation-name: zoomInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInRight"]  {
  animation-name: zoomInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInUp"]  {
  animation-name: zoomInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="flipInX"]  {
  animation-name: flipInX;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="flipInY"]  {
  animation-name: flipInY;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="lightSpeedIn"]  {
  animation-name: lightSpeedIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="0"]  {
  animation-duration: 0ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="100"]  {
  animation-duration: 100ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="200"]  {
  animation-duration: 200ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="300"]  {
  animation-duration: 300ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="400"]  {
  animation-duration: 400ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="500"]  {
  animation-duration: 500ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="600"]  {
  animation-duration: 600ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="700"]  {
  animation-duration: 700ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="800"]  {
  animation-duration: 800ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="900"]  {
  animation-duration: 900ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="1000"]  {
  animation-duration: 1000ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="0"]  {
  animation-delay: 0ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="100"]  {
  animation-delay: 100ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="200"]  {
  animation-delay: 200ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="300"]  {
  animation-delay: 300ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="400"]  {
  animation-delay: 400ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="500"]  {
  animation-delay: 500ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="600"]  {
  animation-delay: 600ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="700"]  {
  animation-delay: 700ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="800"]  {
  animation-delay: 800ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="900"]  {
  animation-delay: 900ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="1000"]  {
  animation-delay: 1000ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="linear"]  {
  animation-timing-function: linear;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease"]  {
  animation-timing-function: ease;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease-in"]  {
  animation-timing-function: ease-in;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease-out"]  {
  animation-timing-function: ease-out;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease-in-out"]  {
  animation-timing-function: ease-in-out;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper {
  position: absolute;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-duration: 400ms;
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-width {
  width: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-width > .az-remark {
  width: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-height {
  height: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-height > .az-remark {
  height: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-height > .az-remark > [data-element] {
  height: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-left-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-left {
  right: 100%;
  top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-left-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-left {
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-left-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-left {
  right: 100%;
  bottom: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-center-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-center {
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-center-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-center-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-center {
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-right-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-right {
  left: 100%;
  top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-right-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-right {
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-right-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-right {
  left: 100%;
  bottom: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-left-inside {
  left: 0;
  top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-left-inside {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-left-inside {
  left: 0;
  bottom: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-center-inside {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-center-inside {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-center-inside {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-right-inside {
  right: 0;
  top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-right-inside {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-right-inside {
  right: 0;
  bottom: 0;
}
.az-end-transition {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}
.azh-content-wrapper:not(.az-enable-transitions) * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.az-accordion-element > .az-item {
  border: 1px solid lightgray;
}
.az-accordion-element > .az-item > .az-title {
  padding: 15px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.az-accordion-element > .az-item.az-active > .az-title {
  border: inherit;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.az-accordion-element > .az-item > .az-content {
  padding: 15px 20px;
}
.az-accordion-element > .az-item + .az-item {
  border-top: none !important;
}
.az-tabs-element > .az-titles {
  overflow: hidden;
}
.az-tabs-element > .az-titles > .az-title {
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.az-tabs-element > .az-titles > .az-title.az-active {
  border: 1px solid lightgray;
  border-bottom: none !important;
  position: relative;
}
.az-tabs-element > .az-titles > .az-title.az-active::before,
.az-tabs-element > .az-titles > .az-title.az-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  width: 999em;
  border: inherit;
  border-bottom-style: solid;
  /*z-index: -1;*/
}
.az-tabs-element > .az-titles > .az-title.az-active::before {
  right: 100%;
}
.az-tabs-element > .az-titles > .az-title.az-active::after {
  left: 100%;
}
.az-tabs-element > .az-content > .az-item {
  padding: 15px 20px;
  border: 1px solid lightgray;
  border-top: none !important;
}
@media screen and (min-width: 768px) {
  body.rtl .az-form.az-horizontal {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-box-direction: reverse;
    -o-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -khtml-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  form.az-horizontal,
  .az-form.az-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  form.az-horizontal > [data-cloneable],
  .az-form.az-horizontal > [data-cloneable] {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -khtml-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  form.az-horizontal > [data-cloneable] input,
  .az-form.az-horizontal > [data-cloneable] input,
  form.az-horizontal > [data-cloneable] textarea,
  .az-form.az-horizontal > [data-cloneable] textarea,
  form.az-horizontal > [data-cloneable] select,
  .az-form.az-horizontal > [data-cloneable] select {
    width: 100%;
  }
  form.az-horizontal > [data-cloneable] p,
  .az-form.az-horizontal > [data-cloneable] p {
    margin: 0;
  }
}
form .az-field,
.az-form .az-field,
form .az-select,
.az-form .az-select,
form .az-submit,
.az-form .az-submit {
  display: block !important;
  max-width: 100%;
}
form .az-field:focus,
.az-form .az-field:focus,
form .az-select:focus,
.az-form .az-select:focus,
form .az-submit:focus,
.az-form .az-submit:focus {
  outline: none;
}
form .az-field.az-left,
.az-form .az-field.az-left,
form .az-select.az-left,
.az-form .az-select.az-left,
form .az-submit.az-left,
.az-form .az-submit.az-left {
  margin: 0 auto 0 0 !important;
}
form .az-field.az-center,
.az-form .az-field.az-center,
form .az-select.az-center,
.az-form .az-select.az-center,
form .az-submit.az-center,
.az-form .az-submit.az-center {
  margin: 0 auto 0 auto  !important;
}
form .az-field.az-right,
.az-form .az-field.az-right,
form .az-select.az-right,
.az-form .az-select.az-right,
form .az-submit.az-right,
.az-form .az-submit.az-right {
  margin: 0 0 0 auto  !important;
}
form .az-field.az-full-width,
.az-form .az-field.az-full-width,
form .az-select.az-full-width,
.az-form .az-select.az-full-width,
form .az-submit.az-full-width,
.az-form .az-submit.az-full-width {
  width: 100%  !important;
  box-sizing: border-box;
}
form .az-submit,
.az-form .az-submit {
  cursor: pointer;
}
form .az-element-wrapper button[type="submit"],
.az-form .az-element-wrapper button[type="submit"] {
  display: block !important;
  max-width: 100%;
}
form .az-element-wrapper button[type="submit"]:focus,
.az-form .az-element-wrapper button[type="submit"]:focus {
  outline: none;
}
form .az-element-wrapper button[type="submit"].az-left,
.az-form .az-element-wrapper button[type="submit"].az-left {
  margin: 0 auto 0 0 !important;
}
form .az-element-wrapper button[type="submit"].az-center,
.az-form .az-element-wrapper button[type="submit"].az-center {
  margin: 0 auto 0 auto  !important;
}
form .az-element-wrapper button[type="submit"].az-right,
.az-form .az-element-wrapper button[type="submit"].az-right {
  margin: 0 0 0 auto  !important;
}
form .az-element-wrapper button[type="submit"].az-full-width,
.az-form .az-element-wrapper button[type="submit"].az-full-width {
  width: 100%  !important;
  box-sizing: border-box;
}
form .az-element-wrapper button[type="submit"],
.az-form .az-element-wrapper button[type="submit"] {
  cursor: pointer;
}
body.rtl .az-checkboxes,
body.rtl .az-radio-buttons {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  -o-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -khtml-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.az-checkboxes,
.az-radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  user-select: none;
}
.az-checkboxes label,
.az-radio-buttons label {
  font: inherit;
  margin: 0 10px 10px 0;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  -webkit-display: flex !important;
  -khtml-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-box-align: center !important;
  -o-box-align: center !important;
  box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -khtml-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
}
.az-checkboxes label input,
.az-radio-buttons label input {
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
}
.az-checkboxes label input:checked + span.az-tick span.az-icon,
.az-radio-buttons label input:checked + span.az-tick span.az-icon {
  display: block !important;
}
.az-checkboxes label span.az-tick,
.az-radio-buttons label span.az-tick {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  border: 1px solid gray;
}
.az-checkboxes label span.az-tick::before,
.az-radio-buttons label span.az-tick::before,
.az-checkboxes label span.az-tick::after,
.az-radio-buttons label span.az-tick::after {
  content: none;
}
.az-checkboxes label span.az-tick span.az-icon,
.az-radio-buttons label span.az-tick span.az-icon {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.az-radio-buttons {
  user-select: none;
}
.az-radio-buttons label {
  font: inherit;
}
.az-radio-buttons label span.az-tick {
  border-radius: 100%;
}
input[type=range].az-field {
  width: 100%;
  padding: 0;
  background: transparent;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=range].az-field::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
input[type=range].az-field::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #222;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range].az-field::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #222;
  border-radius: 0px;
}
input[type=range].az-field::-moz-range-thumb {
  border: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #222;
  cursor: pointer;
}
input[type=range].az-field::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].az-field::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0px;
}
input[type=range].az-field::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
input[type=range].az-field::-ms-thumb {
  border: 2px solid rgba(0, 0, 0, 0.2);
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #222;
  cursor: pointer;
}
input[type=range].az-field:focus::-ms-fill-lower {
  background: #222;
}
input[type=range].az-field:focus::-ms-fill-upper {
  background: #222;
}
.az-background {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.az-background > .az-overlay {
  z-index: -1;
}
.az-background > .az-overlay,
.az-background > .az-overlay > div {
  position: absolute !important;
  pointer-events: none !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.az-background > .az-overlay {
  overflow: hidden !important;
}
.az-background > .az-overlay > div {
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.az-background > .az-overlay > div.az-flip {
  -webkit-transform: rotateY(180deg);
  -khtml-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.az-background > .az-overlay > div.az-invert {
  -webkit-transform: rotateX(180deg);
  -khtml-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.az-background > .az-overlay > div.az-flip.az-invert {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -khtml-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  -ms-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
}
.az-background > .az-overlay > div svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-background > .az-overlay > div svg .az-shape-fill {
  -webkit-fill: #000000;
  -khtml-fill: #000000;
  -moz-fill: #000000;
  -ms-fill: #000000;
  fill: #000000;
}
.az-background > .az-overlay > div svg.az-top-left {
  -webkit-transform: translate(0%, 0%);
  -khtml-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.az-background > .az-overlay > div svg.az-top-center {
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.az-background > .az-overlay > div svg.az-top-right {
  -webkit-transform: translate(-100%, 0%);
  -khtml-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
.az-background > .az-overlay > div svg.az-center-left {
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.az-background > .az-overlay > div svg.az-center-center {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-background > .az-overlay > div svg.az-center-right {
  -webkit-transform: translate(-100%, -50%);
  -khtml-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.az-background > .az-overlay > div svg.az-bottom-left {
  -webkit-transform: translate(0%, -100%);
  -khtml-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.az-background > .az-overlay > div svg.az-bottom-center {
  -webkit-transform: translate(-50%, -100%);
  -khtml-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.az-background > .az-overlay > div svg.az-bottom-right {
  -webkit-transform: translate(-100%, -100%);
  -khtml-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.az-full-height {
  height: 100%;
}
.az-free-positioning {
  position: relative;
  margin: 0px auto;
  height: 100%;
  min-height: 10px;
  min-width: 10px;
  z-index: 0;
  /*> [data-element] > div, > [data-element] > div > img {
            display: inline !important;
        }
        
        > [data-element] > div > img {
            max-height: 100%;
        }*/
}
.az-free-positioning > .az-overlay {
  z-index: -1;
}
.az-free-positioning > .az-overlay,
.az-free-positioning > .az-overlay > div {
  position: absolute !important;
  pointer-events: none !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.az-free-positioning > .az-overlay {
  overflow: hidden !important;
}
.az-free-positioning > .az-overlay > div {
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.az-free-positioning > .az-overlay > div.az-flip {
  -webkit-transform: rotateY(180deg);
  -khtml-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.az-free-positioning > .az-overlay > div.az-invert {
  -webkit-transform: rotateX(180deg);
  -khtml-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.az-free-positioning > .az-overlay > div.az-flip.az-invert {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -khtml-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  -ms-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
}
.az-free-positioning > .az-overlay > div svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-free-positioning > .az-overlay > div svg .az-shape-fill {
  -webkit-fill: #000000;
  -khtml-fill: #000000;
  -moz-fill: #000000;
  -ms-fill: #000000;
  fill: #000000;
}
.az-free-positioning > .az-overlay > div svg.az-top-left {
  -webkit-transform: translate(0%, 0%);
  -khtml-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.az-free-positioning > .az-overlay > div svg.az-top-center {
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.az-free-positioning > .az-overlay > div svg.az-top-right {
  -webkit-transform: translate(-100%, 0%);
  -khtml-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
.az-free-positioning > .az-overlay > div svg.az-center-left {
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.az-free-positioning > .az-overlay > div svg.az-center-center {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-free-positioning > .az-overlay > div svg.az-center-right {
  -webkit-transform: translate(-100%, -50%);
  -khtml-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.az-free-positioning > .az-overlay > div svg.az-bottom-left {
  -webkit-transform: translate(0%, -100%);
  -khtml-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.az-free-positioning > .az-overlay > div svg.az-bottom-center {
  -webkit-transform: translate(-50%, -100%);
  -khtml-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.az-free-positioning > .az-overlay > div svg.az-bottom-right {
  -webkit-transform: translate(-100%, -100%);
  -khtml-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.az-free-positioning.az-full-screen-height {
  height: 100vh !important;
}
.az-free-positioning > .az-elements-list {
  /*> [data-element] > div, > [data-element] > div > img {
            display: inline !important;
        }
        
        > [data-element] > div > img {
            max-height: 100%;
        }*/
}
.az-free-positioning > .az-elements-list > .az-full-height {
  height: 100% !important;
}
.az-free-positioning > .az-elements-list > .az-full-width {
  width: 100% !important;
}
.az-free-positioning > .az-elements-list > .az-full-width.az-container {
  padding: 0;
}
.az-free-positioning > .az-elements-list > .az-left,
.az-free-positioning > .az-elements-list > .az-center,
.az-free-positioning > .az-elements-list > .az-right,
.az-free-positioning > .az-elements-list > .az-top,
.az-free-positioning > .az-elements-list > .az-middle,
.az-free-positioning > .az-elements-list > .az-bottom {
  position: absolute !important;
}
.az-free-positioning > .az-elements-list > .az-left {
  left: 0;
}
.az-free-positioning > .az-elements-list > .az-center {
  left: calc(50% + 0px);
  transform: translateX(-50%);
}
.az-free-positioning > .az-elements-list > .az-right {
  right: 0;
}
.az-free-positioning > .az-elements-list > .az-top {
  top: 0;
}
.az-free-positioning > .az-elements-list > .az-middle {
  top: calc(50% + 0px);
  transform: translateY(-50%);
}
.az-free-positioning > .az-elements-list > .az-bottom {
  bottom: 0;
}
.az-free-positioning > .az-elements-list > .az-middle.az-center {
  transform: translate(-50%, -50%);
}
.az-free-positioning > .az-elements-list > [data-element] {
  transform-origin: center;
  /*max-width: 100%;*/
}
.az-free-positioning > .az-full-height {
  height: 100% !important;
}
.az-free-positioning > .az-full-width {
  width: 100% !important;
}
.az-free-positioning > .az-full-width.az-container {
  padding: 0;
}
.az-free-positioning > .az-left,
.az-free-positioning > .az-center,
.az-free-positioning > .az-right,
.az-free-positioning > .az-top,
.az-free-positioning > .az-middle,
.az-free-positioning > .az-bottom {
  position: absolute !important;
}
.az-free-positioning > .az-left {
  left: 0;
}
.az-free-positioning > .az-center {
  left: calc(50% + 0px);
  transform: translateX(-50%);
}
.az-free-positioning > .az-right {
  right: 0;
}
.az-free-positioning > .az-top {
  top: 0;
}
.az-free-positioning > .az-middle {
  top: calc(50% + 0px);
  transform: translateY(-50%);
}
.az-free-positioning > .az-bottom {
  bottom: 0;
}
.az-free-positioning > .az-middle.az-center {
  transform: translate(-50%, -50%);
}
.az-free-positioning > [data-element] {
  transform-origin: center;
  /*max-width: 100%;*/
}
.az-free-positioning > [data-cloneable] > [data-element] {
  /*.vendor(display, flex);*/
  /*.vendor(justify-content, center);*/
  /*.vendor(align-items, center);*/
}
.az-free-positioning > [data-cloneable] > [data-element] > iframe {
  height: 100% !important;
  box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-gmap {
  height: 100% !important;
  box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .video-wrapper {
  overflow: visible;
  padding-bottom: 0;
}
.az-free-positioning > [data-cloneable] > [data-element] > .video-wrapper iframe {
  height: 100% !important;
  position: static;
  top: auto;
  left: auto;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-video-wrapper {
  height: 100%;
  box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-video-wrapper video {
  height: 100%;
  box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-button {
  height: 100%;
  box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-button a {
  height: 100%;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-icon-element {
  height: 100%;
  box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-icon-element .az-icon {
  height: 100%;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-separator {
  padding: 0 !important;
  height: 100%;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-image {
  height: 100%;
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-image img {
  max-height: 100%;
  box-sizing: border-box;
}
.az-video {
  display: block;
  margin: 0 auto;
}
.az-modal > :first-child {
  cursor: pointer;
}
.az-modal > :last-child {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.az-modal > :last-child > .az-free-positioning {
  background-color: rgba(0, 0, 0, 0.5);
}
.az-modal.az-active > :last-child {
  display: block;
}
.az-sticky-header {
  position: relative;
}
.az-sticky-header > [data-sticky-style] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
body.rtl .az-anchors-menu {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  -o-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -khtml-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.az-anchors-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.az-anchors-menu div:last-child {
  margin-right: 0 !important;
}
.az-not-valid {
  outline: 1px solid red;
}
[data-element] table {
  width: 100%;
}
body.azh-customize .az-hidden-field,
body.azh-customize .az-anchor {
  height: 30px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body.azh-customize .az-free-positioning.az-full-screen-height {
  height: calc(100vh - 20px) !important;
}
body.azh-customize.admin-bar .az-free-positioning.az-full-screen-height {
  height: calc(100vh - 50px) !important;
}
body:not(.azh-customize) .az-modal > :first-child * {
  /*pointer-events: none;*/
}
body:not(.azh-customize) .az-layer {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto !important;
  width: auto !important;
  z-index: -1;
}
body:not(.azh-customize) .az-disable-pointer-events {
  pointer-events: none;
}
body:not(.azh-customize) .az-enable-pointer-events {
  pointer-events: all;
}
[data-click-trigger]:not(.az-svg) {
  cursor: pointer;
  user-select: none;
}
[data-click-trigger].az-svg > svg > * {
  cursor: pointer;
}
.az-image-map .az-free-positioning .az-svg > svg > * {
  pointer-events: all;
}
.az-svg {
  font-size: 0;
  line-height: 0;
}
.az-svg svg {
  display: inline;
}
body.rtl [data-section] [data-row-height="fit-to-screen"] > .azh-row,
body.rtl [data-element] [data-row-height="fit-to-screen"] > .azh-row,
body.rtl [data-section] [data-row-height="min-height"] > .azh-row,
body.rtl [data-element] [data-row-height="min-height"] > .azh-row {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -o-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  -o-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -khtml-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.az-overflow-hidden {
  overflow: hidden;
}
[data-section] [data-full-width="true"]:not(.az-full-width),
[data-element] [data-full-width="true"]:not(.az-full-width) {
  background-color: transparent !important;
  background-image: none !important;
}
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-overlay,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-overlay,
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-shape-top,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-shape-top,
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-shape-bottom,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-shape-bottom,
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-splitted-section > .az-background-column,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-splitted-section > .az-background-column {
  display: none !important;
}
[data-section] [data-full-width="true"][data-stretch-content="true"] > .azh-row,
[data-element] [data-full-width="true"][data-stretch-content="true"] > .azh-row {
  margin-right: 0;
  margin-left: 0;
}
[data-section] [data-full-width="true"][data-without-padding="true"] > .azh-row,
[data-element] [data-full-width="true"][data-without-padding="true"] > .azh-row {
  margin-right: 0;
  margin-left: 0;
}
[data-section] [data-full-width="true"][data-without-padding="true"] > .azh-row > [class*="azh-col-"],
[data-element] [data-full-width="true"][data-without-padding="true"] > .azh-row > [class*="azh-col-"] {
  padding-right: 0;
  padding-left: 0;
}
[data-section] [data-column-padding="0"] > .azh-row,
[data-element] [data-column-padding="0"] > .azh-row {
  margin-right: 0;
  margin-left: 0;
}
[data-section] [data-column-padding="0"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="0"] > .azh-row > [class*="azh-col-"] {
  padding-right: 0;
  padding-left: 0;
}
[data-section] [data-column-padding="1"] > .azh-row,
[data-element] [data-column-padding="1"] > .azh-row {
  margin-right: -1px;
  margin-left: -1px;
}
[data-section] [data-column-padding="1"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="1"] > .azh-row > [class*="azh-col-"] {
  padding-right: 1px;
  padding-left: 1px;
}
[data-section] [data-column-padding="2"] > .azh-row,
[data-element] [data-column-padding="2"] > .azh-row {
  margin-right: -2px;
  margin-left: -2px;
}
[data-section] [data-column-padding="2"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="2"] > .azh-row > [class*="azh-col-"] {
  padding-right: 2px;
  padding-left: 2px;
}
[data-section] [data-column-padding="3"] > .azh-row,
[data-element] [data-column-padding="3"] > .azh-row {
  margin-right: -3px;
  margin-left: -3px;
}
[data-section] [data-column-padding="3"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="3"] > .azh-row > [class*="azh-col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
[data-section] [data-column-padding="5"] > .azh-row,
[data-element] [data-column-padding="5"] > .azh-row {
  margin-right: -5px;
  margin-left: -5px;
}
[data-section] [data-column-padding="5"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="5"] > .azh-row > [class*="azh-col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
[data-section] [data-column-padding="10"] > .azh-row,
[data-element] [data-column-padding="10"] > .azh-row {
  margin-right: -10px;
  margin-left: -10px;
}
[data-section] [data-column-padding="10"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="10"] > .azh-row > [class*="azh-col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
[data-section] [data-column-padding="15"] > .azh-row,
[data-element] [data-column-padding="15"] > .azh-row {
  margin-right: -15px;
  margin-left: -15px;
}
[data-section] [data-column-padding="15"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="15"] > .azh-row > [class*="azh-col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
[data-section] [data-column-padding="20"] > .azh-row,
[data-element] [data-column-padding="20"] > .azh-row {
  margin-right: -20px;
  margin-left: -20px;
}
[data-section] [data-column-padding="20"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="20"] > .azh-row > [class*="azh-col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
[data-section] [data-column-padding="25"] > .azh-row,
[data-element] [data-column-padding="25"] > .azh-row {
  margin-right: -25px;
  margin-left: -25px;
}
[data-section] [data-column-padding="25"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="25"] > .azh-row > [class*="azh-col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
[data-section] [data-column-padding="30"] > .azh-row,
[data-element] [data-column-padding="30"] > .azh-row {
  margin-right: -30px;
  margin-left: -30px;
}
[data-section] [data-column-padding="30"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="30"] > .azh-row > [class*="azh-col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
[data-section] [data-column-padding="40"] > .azh-row,
[data-element] [data-column-padding="40"] > .azh-row {
  margin-right: -40px;
  margin-left: -40px;
}
[data-section] [data-column-padding="40"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="40"] > .azh-row > [class*="azh-col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
[data-section] [data-column-padding="50"] > .azh-row,
[data-element] [data-column-padding="50"] > .azh-row {
  margin-right: -50px;
  margin-left: -50px;
}
[data-section] [data-column-padding="50"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="50"] > .azh-row > [class*="azh-col-"] {
  padding-right: 50px;
  padding-left: 50px;
}
[data-section] [data-column-padding="60"] > .azh-row,
[data-element] [data-column-padding="60"] > .azh-row {
  margin-right: -60px;
  margin-left: -60px;
}
[data-section] [data-column-padding="60"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="60"] > .azh-row > [class*="azh-col-"] {
  padding-right: 60px;
  padding-left: 60px;
}
[data-section] [data-column-padding="70"] > .azh-row,
[data-element] [data-column-padding="70"] > .azh-row {
  margin-right: -70px;
  margin-left: -70px;
}
[data-section] [data-column-padding="70"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="70"] > .azh-row > [class*="azh-col-"] {
  padding-right: 70px;
  padding-left: 70px;
}
[data-section] [data-background-mode="none"],
[data-element] [data-background-mode="none"] {
  background-image: none !important;
}
[data-section] [data-background-mode="cover"],
[data-element] [data-background-mode="cover"],
[data-section] [data-background-mode="semi-transparent-color"],
[data-element] [data-background-mode="semi-transparent-color"] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-section] [data-background-mode="contain"],
[data-element] [data-background-mode="contain"] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
[data-section] [data-background-mode="no-repeat"],
[data-element] [data-background-mode="no-repeat"] {
  background-position: 0 0;
  background-repeat: no-repeat;
}
[data-section] [data-background-mode="repeat"],
[data-element] [data-background-mode="repeat"] {
  background-position: 0 0;
  background-repeat: repeat;
}
[data-section] [data-content-width="full-width"] > .azh-row,
[data-element] [data-content-width="full-width"] > .azh-row {
  max-width: none !important;
}
[data-section] [data-content-width="boxed"] > .azh-row,
[data-element] [data-content-width="boxed"] > .azh-row {
  margin: 0 auto !important;
}
[data-section] [data-row-height=""] > .azh-row,
[data-element] [data-row-height=""] > .azh-row {
  min-height: 0 !important;
}
[data-section] [data-row-height="fit-to-screen"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"] > .azh-row {
  min-height: 100vh !important;
}
[data-section] [data-row-height="fit-to-screen"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"] > .azh-row,
[data-section] [data-row-height="min-height"] > .azh-row,
[data-element] [data-row-height="min-height"] > .azh-row {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*min-width: 100%;*/
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="top"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"][data-column-position="top"] > .azh-row,
[data-section] [data-row-height="min-height"][data-column-position="top"] > .azh-row,
[data-element] [data-row-height="min-height"][data-column-position="top"] > .azh-row {
  -webkit-box-align: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-box-align: start;
  -o-box-align: start;
  box-align: start;
  -ms-flex-align: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -khtml-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="middle"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"][data-column-position="middle"] > .azh-row,
[data-section] [data-row-height="min-height"][data-column-position="middle"] > .azh-row,
[data-element] [data-row-height="min-height"][data-column-position="middle"] > .azh-row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="bottom"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"][data-column-position="bottom"] > .azh-row,
[data-section] [data-row-height="min-height"][data-column-position="bottom"] > .azh-row,
[data-element] [data-row-height="min-height"][data-column-position="bottom"] > .azh-row {
  -webkit-box-align: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -o-box-align: end;
  box-align: end;
  -ms-flex-align: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -khtml-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -khtml-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -khtml-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -khtml-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
[data-section] [data-overflow-hidden="true"],
[data-element] [data-overflow-hidden="true"] {
  overflow: hidden;
}
[data-section] [data-full-width],
[data-element] [data-full-width] {
  border-width: 0;
  position: relative !important;
}
[data-section] [data-full-width] > .az-overlay,
[data-element] [data-full-width] > .az-overlay,
[data-section] [data-full-width] > .az-overlay > div,
[data-element] [data-full-width] > .az-overlay > div {
  position: absolute !important;
  pointer-events: none !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
[data-section] [data-full-width] > .az-overlay,
[data-element] [data-full-width] > .az-overlay {
  overflow: hidden !important;
}
[data-section] [data-full-width] > .az-overlay > div,
[data-element] [data-full-width] > .az-overlay > div {
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
[data-section] [data-full-width] > .az-overlay > div.az-flip,
[data-element] [data-full-width] > .az-overlay > div.az-flip {
  -webkit-transform: rotateY(180deg);
  -khtml-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
[data-section] [data-full-width] > .az-overlay > div.az-invert,
[data-element] [data-full-width] > .az-overlay > div.az-invert {
  -webkit-transform: rotateX(180deg);
  -khtml-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
[data-section] [data-full-width] > .az-overlay > div.az-flip.az-invert,
[data-element] [data-full-width] > .az-overlay > div.az-flip.az-invert {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -khtml-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  -ms-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
}
[data-section] [data-full-width] > .az-overlay > div svg,
[data-element] [data-full-width] > .az-overlay > div svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg .az-shape-fill,
[data-element] [data-full-width] > .az-overlay > div svg .az-shape-fill {
  -webkit-fill: #000000;
  -khtml-fill: #000000;
  -moz-fill: #000000;
  -ms-fill: #000000;
  fill: #000000;
}
[data-section] [data-full-width] > .az-overlay > div svg.az-top-left,
[data-element] [data-full-width] > .az-overlay > div svg.az-top-left {
  -webkit-transform: translate(0%, 0%);
  -khtml-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-top-center,
[data-element] [data-full-width] > .az-overlay > div svg.az-top-center {
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-top-right,
[data-element] [data-full-width] > .az-overlay > div svg.az-top-right {
  -webkit-transform: translate(-100%, 0%);
  -khtml-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-center-left,
[data-element] [data-full-width] > .az-overlay > div svg.az-center-left {
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-center-center,
[data-element] [data-full-width] > .az-overlay > div svg.az-center-center {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-center-right,
[data-element] [data-full-width] > .az-overlay > div svg.az-center-right {
  -webkit-transform: translate(-100%, -50%);
  -khtml-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-bottom-left,
[data-element] [data-full-width] > .az-overlay > div svg.az-bottom-left {
  -webkit-transform: translate(0%, -100%);
  -khtml-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-bottom-center,
[data-element] [data-full-width] > .az-overlay > div svg.az-bottom-center {
  -webkit-transform: translate(-50%, -100%);
  -khtml-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-bottom-right,
[data-element] [data-full-width] > .az-overlay > div svg.az-bottom-right {
  -webkit-transform: translate(-100%, -100%);
  -khtml-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
[data-section] [data-background-video][data-background-video=''] > .az-background-video,
[data-element] [data-background-video][data-background-video=''] > .az-background-video,
[data-section] [data-background-video]:not([data-background-type="video"]) > .az-background-video,
[data-element] [data-background-video]:not([data-background-type="video"]) > .az-background-video {
  display: none;
}
[data-section] [data-background-video]:not([data-background-video='']),
[data-element] [data-background-video]:not([data-background-video='']) {
  position: relative;
}
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video iframe,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video iframe,
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video video,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video video {
  box-sizing: border-box;
  width: 100% !important;
  position: absolute;
  top: 50% !important;
  left: auto !important;
  transform: translateY(-50%);
  border: none;
}
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video video,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video video {
  object-fit: cover;
}
.az-isotope .az-isotope-filters {
  text-align: center;
}
.az-isotope .az-isotope-filters [data-filter] {
  cursor: pointer;
  display: inline-block;
}
.az-isotope .az-isotope-filters [data-filter]:last-child {
  margin-right: 0 !important;
}
.az-isotope .az-isotope-items[data-gutter="0"] {
  margin: 0;
}
.az-isotope .az-isotope-items[data-gutter="0"] > .az-item > div {
  margin: 0;
}
.az-isotope .az-isotope-items[data-gutter="1"] {
  margin: -1px;
}
.az-isotope .az-isotope-items[data-gutter="1"] > .az-item > div {
  margin: 1px;
}
.az-isotope .az-isotope-items[data-gutter="2"] {
  margin: -2px;
}
.az-isotope .az-isotope-items[data-gutter="2"] > .az-item > div {
  margin: 2px;
}
.az-isotope .az-isotope-items[data-gutter="3"] {
  margin: -3px;
}
.az-isotope .az-isotope-items[data-gutter="3"] > .az-item > div {
  margin: 3px;
}
.az-isotope .az-isotope-items[data-gutter="4"] {
  margin: -4px;
}
.az-isotope .az-isotope-items[data-gutter="4"] > .az-item > div {
  margin: 4px;
}
.az-isotope .az-isotope-items[data-gutter="5"] {
  margin: -5px;
}
.az-isotope .az-isotope-items[data-gutter="5"] > .az-item > div {
  margin: 5px;
}
.az-isotope .az-isotope-items[data-gutter="10"] {
  margin: -10px;
}
.az-isotope .az-isotope-items[data-gutter="10"] > .az-item > div {
  margin: 10px;
}
.az-isotope .az-isotope-items[data-gutter="15"] {
  margin: -15px;
}
.az-isotope .az-isotope-items[data-gutter="15"] > .az-item > div {
  margin: 15px;
}
.az-isotope .az-isotope-items[data-gutter="20"] {
  margin: -20px;
}
.az-isotope .az-isotope-items[data-gutter="20"] > .az-item > div {
  margin: 20px;
}
.az-isotope .az-isotope-items[data-gutter="25"] {
  margin: -25px;
}
.az-isotope .az-isotope-items[data-gutter="25"] > .az-item > div {
  margin: 25px;
}
.az-isotope .az-isotope-items[data-gutter="30"] {
  margin: -30px;
}
.az-isotope .az-isotope-items[data-gutter="30"] > .az-item > div {
  margin: 30px;
}
.az-isotope .az-isotope-items .az-item {
  width: 100%;
  transition: none;
  box-sizing: content-box;
}
.az-isotope .az-isotope-items[data-columns="1"] > .az-item {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="2"] > .az-item[data-columns="1"] {
  width: 50%;
}
.az-isotope .az-isotope-items[data-columns="2"] > .az-item[data-columns="2"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="3"] > .az-item[data-columns="1"] {
  width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns="3"] > .az-item[data-columns="2"] {
  width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns="3"] > .az-item[data-columns="3"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="1"] {
  width: 25%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="2"] {
  width: 50%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="3"] {
  width: 75%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="4"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="1"] {
  width: 20%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="2"] {
  width: 40%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="3"] {
  width: 60%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="4"] {
  width: 80%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="5"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="1"] {
  width: 16.66666667%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="2"] {
  width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="3"] {
  width: 50%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="4"] {
  width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="5"] {
  width: 83.33333333%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="5"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="1"] {
  width: 14.28571429%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="2"] {
  width: 28.57142857%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="3"] {
  width: 42.85714286%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="4"] {
  width: 57.14285714%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="5"] {
  width: 71.42857143%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="6"] {
  width: 85.71428571%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="6"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="1"] {
  width: 12.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="2"] {
  width: 25%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="3"] {
  width: 37.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="4"] {
  width: 50%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="5"] {
  width: 62.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="6"] {
  width: 75%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="7"] {
  width: 87.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="8"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="1"] {
  width: 11.11111111%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="2"] {
  width: 22.22222222%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="3"] {
  width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="4"] {
  width: 44.44444444%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="5"] {
  width: 55.55555556%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="6"] {
  width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="7"] {
  width: 77.77777778%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="8"] {
  width: 88.88888889%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="9"] {
  width: 100%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="1"] {
  width: 10%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="2"] {
  width: 20%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="3"] {
  width: 30%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="4"] {
  width: 40%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="5"] {
  width: 50%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="6"] {
  width: 60%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="7"] {
  width: 70%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="8"] {
  width: 80%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="9"] {
  width: 90%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="10"] {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .az-isotope .az-isotope-items[data-columns-xs="1"] > .az-item {
    width: 100% !important;
  }
  .az-isotope .az-isotope-items[data-columns-xs="2"] > .az-item[data-columns-xs="1"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="2"] > .az-item[data-columns-xs="2"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="3"] > .az-item[data-columns-xs="1"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="3"] > .az-item[data-columns-xs="2"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="3"] > .az-item[data-columns-xs="3"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="1"] {
    width: 25%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="2"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="3"] {
    width: 75%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="4"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="1"] {
    width: 20%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="2"] {
    width: 40%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="3"] {
    width: 60%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="4"] {
    width: 80%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="5"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="1"] {
    width: 16.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="2"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="3"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="4"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="5"] {
    width: 83.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="6"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="1"] {
    width: 14.28571429%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="2"] {
    width: 28.57142857%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="3"] {
    width: 42.85714286%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="4"] {
    width: 57.14285714%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="5"] {
    width: 71.42857143%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="6"] {
    width: 85.71428571%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="7"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="1"] {
    width: 12.5%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="2"] {
    width: 25%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="3"] {
    width: 37.5%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="4"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="5"] {
    width: 62.5%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="6"] {
    width: 75%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="7"] {
    width: 87.5%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="8"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="1"] {
    width: 11.11111111%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="2"] {
    width: 22.22222222%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="3"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="4"] {
    width: 44.44444444%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="5"] {
    width: 55.55555556%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="6"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="7"] {
    width: 77.77777778%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="8"] {
    width: 88.88888889%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="9"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="1"] {
    width: 10%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="2"] {
    width: 20%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="3"] {
    width: 30%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="4"] {
    width: 40%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="5"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="6"] {
    width: 60%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="7"] {
    width: 70%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="8"] {
    width: 80%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="9"] {
    width: 90%;
  }
  .az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="10"] {
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .az-isotope .az-isotope-items[data-columns-sm="1"] > .az-item {
    width: 100% !important;
  }
  .az-isotope .az-isotope-items[data-columns-sm="2"] > .az-item[data-columns-sm="1"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="2"] > .az-item[data-columns-sm="2"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="3"] > .az-item[data-columns-sm="1"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="3"] > .az-item[data-columns-sm="2"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="3"] > .az-item[data-columns-sm="3"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="1"] {
    width: 25%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="2"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="3"] {
    width: 75%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="4"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="1"] {
    width: 20%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="2"] {
    width: 40%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="3"] {
    width: 60%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="4"] {
    width: 80%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="5"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="1"] {
    width: 16.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="2"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="3"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="4"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="5"] {
    width: 83.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="6"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="1"] {
    width: 14.28571429%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="2"] {
    width: 28.57142857%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="3"] {
    width: 42.85714286%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="4"] {
    width: 57.14285714%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="5"] {
    width: 71.42857143%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="6"] {
    width: 85.71428571%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="7"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="1"] {
    width: 12.5%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="2"] {
    width: 25%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="3"] {
    width: 37.5%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="4"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="5"] {
    width: 62.5%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="6"] {
    width: 75%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="7"] {
    width: 87.5%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="8"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="1"] {
    width: 11.11111111%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="2"] {
    width: 22.22222222%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="3"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="4"] {
    width: 44.44444444%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="5"] {
    width: 55.55555556%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="6"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="7"] {
    width: 77.77777778%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="8"] {
    width: 88.88888889%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="9"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="1"] {
    width: 10%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="2"] {
    width: 20%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="3"] {
    width: 30%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="4"] {
    width: 40%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="5"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="6"] {
    width: 60%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="7"] {
    width: 70%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="8"] {
    width: 80%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="9"] {
    width: 90%;
  }
  .az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="10"] {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .az-isotope .az-isotope-items[data-columns-md="1"] > .az-item {
    width: 100% !important;
  }
  .az-isotope .az-isotope-items[data-columns-md="2"] > .az-item[data-columns-md="1"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-md="2"] > .az-item[data-columns-md="2"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="3"] > .az-item[data-columns-md="1"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-md="3"] > .az-item[data-columns-md="2"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-md="3"] > .az-item[data-columns-md="3"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="1"] {
    width: 25%;
  }
  .az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="2"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="3"] {
    width: 75%;
  }
  .az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="4"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="1"] {
    width: 20%;
  }
  .az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="2"] {
    width: 40%;
  }
  .az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="3"] {
    width: 60%;
  }
  .az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="4"] {
    width: 80%;
  }
  .az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="5"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="1"] {
    width: 16.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="2"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="3"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="4"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="5"] {
    width: 83.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="6"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="1"] {
    width: 14.28571429%;
  }
  .az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="2"] {
    width: 28.57142857%;
  }
  .az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="3"] {
    width: 42.85714286%;
  }
  .az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="4"] {
    width: 57.14285714%;
  }
  .az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="5"] {
    width: 71.42857143%;
  }
  .az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="6"] {
    width: 85.71428571%;
  }
  .az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="7"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="1"] {
    width: 12.5%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="2"] {
    width: 25%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="3"] {
    width: 37.5%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="4"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="5"] {
    width: 62.5%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="6"] {
    width: 75%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="7"] {
    width: 87.5%;
  }
  .az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="8"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="1"] {
    width: 11.11111111%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="2"] {
    width: 22.22222222%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="3"] {
    width: 33.33333333%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="4"] {
    width: 44.44444444%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="5"] {
    width: 55.55555556%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="6"] {
    width: 66.66666667%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="7"] {
    width: 77.77777778%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="8"] {
    width: 88.88888889%;
  }
  .az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="9"] {
    width: 100%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="1"] {
    width: 10%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="2"] {
    width: 20%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="3"] {
    width: 30%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="4"] {
    width: 40%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="5"] {
    width: 50%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="6"] {
    width: 60%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="7"] {
    width: 70%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="8"] {
    width: 80%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="9"] {
    width: 90%;
  }
  .az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="10"] {
    width: 100%;
  }
}
.az-hover-overlay {
  position: relative;
}
.az-hover-overlay > :last-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.az-hover-overlay > :last-child > [data-cloneable] {
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-duration: 400ms;
}
.az-hover-overlay > :last-child > [data-cloneable] > [data-element] > * {
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-duration: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="none"]  {
  animation-name: none;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOut"]  {
  animation-name: bounceOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutDown"]  {
  animation-name: bounceOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutLeft"]  {
  animation-name: bounceOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutRight"]  {
  animation-name: bounceOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutUp"]  {
  animation-name: bounceOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOut"]  {
  animation-name: fadeOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutDown"]  {
  animation-name: fadeOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutDownBig"]  {
  animation-name: fadeOutDownBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutLeft"]  {
  animation-name: fadeOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutLeftBig"]  {
  animation-name: fadeOutLeftBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutRight"]  {
  animation-name: fadeOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutRightBig"]  {
  animation-name: fadeOutRightBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutUp"]  {
  animation-name: fadeOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutUpBig"]  {
  animation-name: fadeOutUpBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOut"]  {
  animation-name: rotateOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutDownLeft"]  {
  animation-name: rotateOutDownLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutDownRight"]  {
  animation-name: rotateOutDownRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutUpLeft"]  {
  animation-name: rotateOutUpLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutUpRight"]  {
  animation-name: rotateOutUpRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutUp"]  {
  animation-name: slideOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutDown"]  {
  animation-name: slideOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutLeft"]  {
  animation-name: slideOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutRight"]  {
  animation-name: slideOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOut"]  {
  animation-name: zoomOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutDown"]  {
  animation-name: zoomOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutLeft"]  {
  animation-name: zoomOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutRight"]  {
  animation-name: zoomOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutUp"]  {
  animation-name: zoomOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="flipOutX"]  {
  animation-name: flipOutX;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="flipOutY"]  {
  animation-name: flipOutY;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="lightSpeedOut"]  {
  animation-name: lightSpeedOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="0"]  {
  animation-duration: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="100"]  {
  animation-duration: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="200"]  {
  animation-duration: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="300"]  {
  animation-duration: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="400"]  {
  animation-duration: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="500"]  {
  animation-duration: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="600"]  {
  animation-duration: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="700"]  {
  animation-duration: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="800"]  {
  animation-duration: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="900"]  {
  animation-duration: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="1000"]  {
  animation-duration: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="0"]  {
  animation-delay: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="100"]  {
  animation-delay: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="200"]  {
  animation-delay: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="300"]  {
  animation-delay: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="400"]  {
  animation-delay: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="500"]  {
  animation-delay: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="600"]  {
  animation-delay: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="700"]  {
  animation-delay: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="800"]  {
  animation-delay: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="900"]  {
  animation-delay: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="1000"]  {
  animation-delay: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="linear"]  {
  animation-timing-function: linear;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease"]  {
  animation-timing-function: ease;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease-in"]  {
  animation-timing-function: ease-in;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease-out"]  {
  animation-timing-function: ease-out;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease-in-out"]  {
  animation-timing-function: ease-in-out;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="none"] > * {
  animation-name: none;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOut"] > * {
  animation-name: bounceOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutDown"] > * {
  animation-name: bounceOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutLeft"] > * {
  animation-name: bounceOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutRight"] > * {
  animation-name: bounceOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutUp"] > * {
  animation-name: bounceOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOut"] > * {
  animation-name: fadeOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutDown"] > * {
  animation-name: fadeOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutDownBig"] > * {
  animation-name: fadeOutDownBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutLeft"] > * {
  animation-name: fadeOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutLeftBig"] > * {
  animation-name: fadeOutLeftBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutRight"] > * {
  animation-name: fadeOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutRightBig"] > * {
  animation-name: fadeOutRightBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutUp"] > * {
  animation-name: fadeOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutUpBig"] > * {
  animation-name: fadeOutUpBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOut"] > * {
  animation-name: rotateOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutDownLeft"] > * {
  animation-name: rotateOutDownLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutDownRight"] > * {
  animation-name: rotateOutDownRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutUpLeft"] > * {
  animation-name: rotateOutUpLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutUpRight"] > * {
  animation-name: rotateOutUpRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutUp"] > * {
  animation-name: slideOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutDown"] > * {
  animation-name: slideOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutLeft"] > * {
  animation-name: slideOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutRight"] > * {
  animation-name: slideOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOut"] > * {
  animation-name: zoomOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutDown"] > * {
  animation-name: zoomOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutLeft"] > * {
  animation-name: zoomOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutRight"] > * {
  animation-name: zoomOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutUp"] > * {
  animation-name: zoomOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="flipOutX"] > * {
  animation-name: flipOutX;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="flipOutY"] > * {
  animation-name: flipOutY;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="lightSpeedOut"] > * {
  animation-name: lightSpeedOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="0"] > * {
  animation-duration: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="100"] > * {
  animation-duration: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="200"] > * {
  animation-duration: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="300"] > * {
  animation-duration: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="400"] > * {
  animation-duration: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="500"] > * {
  animation-duration: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="600"] > * {
  animation-duration: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="700"] > * {
  animation-duration: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="800"] > * {
  animation-duration: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="900"] > * {
  animation-duration: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="1000"] > * {
  animation-duration: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="0"] > * {
  animation-delay: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="100"] > * {
  animation-delay: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="200"] > * {
  animation-delay: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="300"] > * {
  animation-delay: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="400"] > * {
  animation-delay: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="500"] > * {
  animation-delay: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="600"] > * {
  animation-delay: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="700"] > * {
  animation-delay: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="800"] > * {
  animation-delay: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="900"] > * {
  animation-delay: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="1000"] > * {
  animation-delay: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="linear"] > * {
  animation-timing-function: linear;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease"] > * {
  animation-timing-function: ease;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease-in"] > * {
  animation-timing-function: ease-in;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease-out"] > * {
  animation-timing-function: ease-out;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease-in-out"] > * {
  animation-timing-function: ease-in-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="none"]  {
  animation-name: none;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceIn"]  {
  animation-name: bounceIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInDown"]  {
  animation-name: bounceInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInLeft"]  {
  animation-name: bounceInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInRight"]  {
  animation-name: bounceInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInUp"]  {
  animation-name: bounceInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeIn"]  {
  animation-name: fadeIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInDown"]  {
  animation-name: fadeInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInDownBig"]  {
  animation-name: fadeInDownBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInLeft"]  {
  animation-name: fadeInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInLeftBig"]  {
  animation-name: fadeInLeftBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInRight"]  {
  animation-name: fadeInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInRightBig"]  {
  animation-name: fadeInRightBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInUp"]  {
  animation-name: fadeInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInUpBig"]  {
  animation-name: fadeInUpBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateIn"]  {
  animation-name: rotateIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInDownLeft"]  {
  animation-name: rotateInDownLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInDownRight"]  {
  animation-name: rotateInDownRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInUpLeft"]  {
  animation-name: rotateInUpLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInUpRight"]  {
  animation-name: rotateInUpRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInUp"]  {
  animation-name: slideInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInDown"]  {
  animation-name: slideInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInLeft"]  {
  animation-name: slideInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInRight"]  {
  animation-name: slideInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomIn"]  {
  animation-name: zoomIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInDown"]  {
  animation-name: zoomInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInLeft"]  {
  animation-name: zoomInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInRight"]  {
  animation-name: zoomInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInUp"]  {
  animation-name: zoomInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="flipInX"]  {
  animation-name: flipInX;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="flipInY"]  {
  animation-name: flipInY;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="lightSpeedIn"]  {
  animation-name: lightSpeedIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="0"]  {
  animation-duration: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="100"]  {
  animation-duration: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="200"]  {
  animation-duration: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="300"]  {
  animation-duration: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="400"]  {
  animation-duration: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="500"]  {
  animation-duration: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="600"]  {
  animation-duration: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="700"]  {
  animation-duration: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="800"]  {
  animation-duration: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="900"]  {
  animation-duration: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="1000"]  {
  animation-duration: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="0"]  {
  animation-delay: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="100"]  {
  animation-delay: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="200"]  {
  animation-delay: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="300"]  {
  animation-delay: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="400"]  {
  animation-delay: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="500"]  {
  animation-delay: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="600"]  {
  animation-delay: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="700"]  {
  animation-delay: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="800"]  {
  animation-delay: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="900"]  {
  animation-delay: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="1000"]  {
  animation-delay: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="linear"]  {
  animation-timing-function: linear;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease"]  {
  animation-timing-function: ease;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease-in"]  {
  animation-timing-function: ease-in;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease-out"]  {
  animation-timing-function: ease-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease-in-out"]  {
  animation-timing-function: ease-in-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="none"] > * {
  animation-name: none;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceIn"] > * {
  animation-name: bounceIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInDown"] > * {
  animation-name: bounceInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInLeft"] > * {
  animation-name: bounceInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInRight"] > * {
  animation-name: bounceInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInUp"] > * {
  animation-name: bounceInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeIn"] > * {
  animation-name: fadeIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInDown"] > * {
  animation-name: fadeInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInDownBig"] > * {
  animation-name: fadeInDownBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInLeft"] > * {
  animation-name: fadeInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInLeftBig"] > * {
  animation-name: fadeInLeftBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInRight"] > * {
  animation-name: fadeInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInRightBig"] > * {
  animation-name: fadeInRightBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInUp"] > * {
  animation-name: fadeInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInUpBig"] > * {
  animation-name: fadeInUpBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateIn"] > * {
  animation-name: rotateIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInDownLeft"] > * {
  animation-name: rotateInDownLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInDownRight"] > * {
  animation-name: rotateInDownRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInUpLeft"] > * {
  animation-name: rotateInUpLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInUpRight"] > * {
  animation-name: rotateInUpRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInUp"] > * {
  animation-name: slideInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInDown"] > * {
  animation-name: slideInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInLeft"] > * {
  animation-name: slideInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInRight"] > * {
  animation-name: slideInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomIn"] > * {
  animation-name: zoomIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInDown"] > * {
  animation-name: zoomInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInLeft"] > * {
  animation-name: zoomInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInRight"] > * {
  animation-name: zoomInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInUp"] > * {
  animation-name: zoomInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="flipInX"] > * {
  animation-name: flipInX;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="flipInY"] > * {
  animation-name: flipInY;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="lightSpeedIn"] > * {
  animation-name: lightSpeedIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="0"] > * {
  animation-duration: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="100"] > * {
  animation-duration: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="200"] > * {
  animation-duration: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="300"] > * {
  animation-duration: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="400"] > * {
  animation-duration: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="500"] > * {
  animation-duration: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="600"] > * {
  animation-duration: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="700"] > * {
  animation-duration: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="800"] > * {
  animation-duration: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="900"] > * {
  animation-duration: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="1000"] > * {
  animation-duration: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="0"] > * {
  animation-delay: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="100"] > * {
  animation-delay: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="200"] > * {
  animation-delay: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="300"] > * {
  animation-delay: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="400"] > * {
  animation-delay: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="500"] > * {
  animation-delay: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="600"] > * {
  animation-delay: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="700"] > * {
  animation-delay: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="800"] > * {
  animation-delay: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="900"] > * {
  animation-delay: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="1000"] > * {
  animation-delay: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="linear"] > * {
  animation-timing-function: linear;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease"] > * {
  animation-timing-function: ease;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease-in"] > * {
  animation-timing-function: ease-in;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease-out"] > * {
  animation-timing-function: ease-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease-in-out"] > * {
  animation-timing-function: ease-in-out;
}
body.azh-customize .az-hover-overlay > :last-child {
  display: none;
}
body.azh-customize .az-hover-overlay.az-hover > :last-child {
  display: block;
}
a[href].az-hyperlink {
  align-content: auto;
  align-items: auto;
  align-self: auto;
  alignment-baseline: baseline;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  /*azimuth: center;*/
  backface-visibility: visible;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  /*    baseline-shift: 0;
    binding: none;
    bleed: 6pt;
    bookmark-label: content();
    bookmark-level: none;
    bookmark-state: open;*/
  border-bottom-color: currentColor;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  /*border-boundary: none;*/
  border-collapse: separate;
  border-image: none;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: currentColor;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right-color: currentColor;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0px 0px;
  border-top-color: currentColor;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  /*box-decoration-break: slice;*/
  box-shadow: none;
  box-sizing: content-box;
  /*    box-snap: none;
    box-suppress: show;*/
  break-after: auto;
  break-before: auto;
  break-inside: auto;
  /*    caption-side: top;
    chains: none;*/
  clear: none;
  clip: auto;
  clip-path: none;
  clip-rule: nonzero;
  color: black;
  color-interpolation-filters: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule-style: medium;
  column-rule-width: medium;
  column-span: none;
  column-width: auto;
  contain: none;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  /*    counter-set: none;
    crop: auto;*/
  /*    cue-after: none;
    cue-before: none;*/
  cursor: auto;
  direction: ltr;
  display: block;
  /*    display-inside: auto;
    display-list: none;
    display-outside: inline-level;*/
  /*    dominant-baseline: normal;
    elevation: level;
    empty-cells: show;*/
  filter: none;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-wrap: nowrap;
  float: none;
  /*float-offset: 0 0;*/
  /*    flood-color: black;
    flood-opacity: 1;
    flow-from: none;
    flow-into: none;*/
  font-feature-settings: normal;
  font-kerning: auto;
  /*font-language-override: normal;*/
  font-size: medium;
  /*font-size-adjust: none;*/
  font-stretch: normal;
  font-style: normal;
  /*font-synthesis: weight style;*/
  font-variant: normal;
  /*font-variant-alternates: normal;*/
  font-variant-caps: normal;
  /*font-variant-east-asian: normal;*/
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  /*font-variant-position: normal;*/
  font-weight: normal;
  /*    grid-auto-columns: auto;
    grid-auto-flow: none;
    grid-auto-rows: auto;*/
  /*    grid-column-end: auto;
    grid-column-start: auto;*/
  /*    grid-row-end: auto;
    grid-row-start: auto;*/
  /*    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    hanging-punctuation: none;*/
  height: auto;
  /*    hyphens: manual;
    icon: auto;
    image-orientation: 0deg;
    image-rendering: auto;
    image-resolution: 1dppx;
    ime-mode: auto;
    initial-letter: normal;*/
  justify-content: auto;
  /*    justify-items: auto;
    justify-self: auto;*/
  left: auto;
  letter-spacing: normal;
  /*    lighting-color: white;
    line-break: auto;
    line-grid: match-parent;*/
  line-height: normal;
  /*line-snap: none;*/
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  /*    marker-offset: auto;
    marker-side: list-item;
    marks: none;
    mask: border-box;*/
  /*    mask-box-outset: 0;
    mask-box-repeat: stretch;
    mask-box-slice: 0 fill;
    mask-box-source: none;
    mask-box-width: auto;
    mask-clip: border-box;
    mask-image: none;
    mask-origin: border-box;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: border-box;
    mask-source-type: auto;
    mask-type: luminance;*/
  max-height: none;
  /*max-lines: none;*/
  max-width: none;
  min-height: auto;
  min-width: auto;
  /*    move-to: normal;
    nav-down: auto;
    nav-index: auto;
    nav-left: auto;
    nav-right: auto;
    nav-up: auto;*/
  object-fit: fill;
  object-position: 50% 50%;
  opacity: 1;
  order: 0;
  orphans: 2;
  outline-color: invert;
  outline-offset: 0;
  outline-style: none;
  outline-width: medium;
  overflow-wrap: normal;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  /*    page: auto;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    page-policy: start;*/
  /*    perspective: none;
    perspective-origin: 50% 50%;
    pitch: medium;
    pitch-range: 50;
    play-during: auto;
    polar-anchor: 50% 50%;
    polar-angle: 0;
    polar-distance: 0;
    polar-origin: auto;*/
  position: static;
  /*    presentation-level: 0;
    quotes: text;
    region-fragment: auto;*/
  resize: none;
  /*    rest-after: none;
    rest-before: none;
    richness: 50;*/
  right: auto;
  /*    rotation: 0;
    rotation-point: 50% 50%;
    row-gap: normal;
    ruby-align: auto;
    ruby-merge: separate;
    ruby-position: before;
    scroll-padding: 0;
    scroll-padding-block: 0;
    scroll-padding-block-end: 0;
    scroll-padding-block-start: 0;
    scroll-padding-bottom: 0;
    scroll-padding-inline: 0;
    scroll-padding-inline-end: 0;
    scroll-padding-inline-start: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
    scroll-padding-top: 0;
    scroll-snap-align: none;
    scroll-snap-margin: 0;
    scroll-snap-margin-block: 0;
    scroll-snap-margin-block-end: 0;
    scroll-snap-margin-block-start: 0;
    scroll-snap-margin-bottom: 0;
    scroll-snap-margin-inline: 0;
    scroll-snap-margin-inline-end: 0;
    scroll-snap-margin-inline-start: 0;
    scroll-snap-margin-left: 0;
    scroll-snap-margin-right: 0;
    scroll-snap-margin-top: 0;
    scroll-snap-stop: normal;
    scroll-snap-type: none;
    shape-image-threshold: 0.0;
    shape-inside: auto;
    shape-outside: none;
    shape-margin: 0;*/
  size: auto;
  /*    speak: auto;
    speak-as: normal;
    speak-header: once;
    speak-numeral: continuous;
    speak-punctuation: none;
    speech-rate: medium;
    stress: 50;
    string-set: none;
    tab-size: 8;*/
  table-layout: auto;
  text-align: start;
  text-align-last: auto;
  text-combine-upright: none;
  text-decoration: none;
  /*    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-skip: objects;
    text-decoration-style: solid;*/
  /*    text-emphasis-color: currentColor;
    text-emphasis-position: over right;
    text-emphasis-style: none;*/
  text-indent: 0;
  text-justify: auto;
  text-orientation: mixed;
  text-overflow: clip;
  text-shadow: none;
  text-space-collapse: collapse;
  text-transform: none;
  text-underline-position: auto;
  text-wrap: normal;
  top: auto;
  transform: none;
  transform-origin: 50% 50% 0;
  transform-style: flat;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: all;
  transition-timing-function: ease;
  /*unicode-bidi: normal;*/
  vertical-align: baseline;
  visibility: visible;
  /*    voice-balance: center;
    voice-duration: auto;*/
  /*    voice-pitch: medium;
    voice-range: medium;
    voice-rate: normal;
    voice-stress: normal;
    voice-volume: medium;
    volume: medium;*/
  white-space: normal;
  /*widows: 2;*/
  width: auto;
  will-change: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  /*    wrap-flow: auto;
    wrap-through: wrap;*/
  /*writing-mode: horizontal-tb;*/
  z-index: auto;
  color: inherit;
  cursor: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-indent: inherit;
  text-transform: inherit;
  visibility: inherit;
  white-space: inherit;
  word-spacing: inherit;
  border-collapse: inherit;
  border-spacing: inherit;
  direction: inherit;
  /*    
    empty-cells: inherit;
    caption-side: inherit;
    widows: inherit;
    list-style-image: inherit;
    list-style-position: inherit;
    list-style-type: inherit;
    list-style: inherit;
    orphans: inherit;
    quotes: inherit;*/
  cursor: pointer;
}
a[href].az-hyperlink .az-heading {
  cursor: pointer;
}
.az-splitted-section {
  opacity: 0.999;
}
.az-splitted-section > .az-background-column {
  position: relative;
}
.az-splitted-section > .az-background-column > .az-overlay,
.az-splitted-section > .az-background-column > .az-overlay > div {
  position: absolute !important;
  pointer-events: none !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.az-splitted-section > .az-background-column > .az-overlay {
  overflow: hidden !important;
}
.az-splitted-section > .az-background-column > .az-overlay > div {
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div.az-flip {
  -webkit-transform: rotateY(180deg);
  -khtml-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div.az-invert {
  -webkit-transform: rotateX(180deg);
  -khtml-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div.az-flip.az-invert {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -khtml-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  -ms-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg .az-shape-fill {
  -webkit-fill: #000000;
  -khtml-fill: #000000;
  -moz-fill: #000000;
  -ms-fill: #000000;
  fill: #000000;
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-top-left {
  -webkit-transform: translate(0%, 0%);
  -khtml-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-top-center {
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-top-right {
  -webkit-transform: translate(-100%, 0%);
  -khtml-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-center-left {
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-center-center {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-center-right {
  -webkit-transform: translate(-100%, -50%);
  -khtml-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-bottom-left {
  -webkit-transform: translate(0%, -100%);
  -khtml-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-bottom-center {
  -webkit-transform: translate(-50%, -100%);
  -khtml-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-bottom-right {
  -webkit-transform: translate(-100%, -100%);
  -khtml-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
@media (max-width: 768px) {
  .az-splitted-section > .az-background-column {
    width: auto !important;
  }
  .az-splitted-section > .az-stretch-column {
    width: auto !important;
  }
  .az-splitted-section > .az-content-column {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .az-splitted-section[data-reverse="false"] {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -khtml-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .az-splitted-section[data-reverse="false"] > .az-background-column {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: auto !important;
  }
  .az-splitted-section[data-reverse="false"] > .az-content-column {
    /*float: right;*/
    width: 50%;
    box-sizing: border-box;
  }
  .az-splitted-section[data-reverse="true"] {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -khtml-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .az-splitted-section[data-reverse="true"] > .az-background-column {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
  }
  .az-splitted-section[data-reverse="true"] > .az-content-column {
    /*float: left;*/
    width: 50%;
    box-sizing: border-box;
  }
}
.az-splitted-section::after {
  content: "";
  display: table;
  clear: both;
}
.az-half-stretched-section {
  opacity: 0.999;
}
.az-half-stretched-section > .az-stretch-column {
  position: relative;
}
.az-half-stretched-section > .az-stretch-column .az-stretch-element {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
@media (max-width: 768px) {
  .az-half-stretched-section > .az-stretch-column {
    width: auto !important;
  }
  .az-half-stretched-section > .az-content-column {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .az-half-stretched-section[data-reverse="false"] {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -khtml-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .az-half-stretched-section[data-reverse="false"] > .az-stretch-column {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: auto !important;
  }
  .az-half-stretched-section[data-reverse="false"] > .az-content-column {
    /*float: right;*/
    width: 50%;
    box-sizing: border-box;
  }
  .az-half-stretched-section[data-reverse="true"] {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -khtml-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .az-half-stretched-section[data-reverse="true"] > .az-stretch-column {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
  }
  .az-half-stretched-section[data-reverse="true"] > .az-content-column {
    /*float: left;*/
    width: 50%;
    box-sizing: border-box;
  }
}
.az-half-stretched-section::after {
  content: "";
  display: table;
  clear: both;
}
.az-video-wrapper {
  position: relative;
}
.az-video-wrapper .az-video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.az-video-wrapper .az-video-overlay.az-show {
  display: block;
}
.az-video-wrapper .az-video-overlay .az-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  cursor: pointer;
}
.az-background-clip-text {
  font-smooth: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.az-hotspots > [data-element] {
  pointer-events: none;
}
.az-hotspot {
  pointer-events: none;
}
.az-hotspot > [type="checkbox"] {
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
}
.az-hotspot > [type="checkbox"]:not(:checked) + .az-wrapper > .az-lines > .az-line {
  background-color: transparent !important;
}
.az-hotspot > [type="checkbox"]:not(:checked) + .az-wrapper > .az-lines > .az-line > .az-line {
  background-color: transparent !important;
}
.az-hotspot > [type="checkbox"]:not(:checked) + .az-wrapper > .az-background {
  visibility: hidden;
  pointer-events: none;
}
.az-hotspot > .az-wrapper {
  position: relative;
}
.az-hotspot > .az-wrapper > .az-lines > .az-line {
  background-color: white;
  position: absolute;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: 50%;
  transform-origin: bottom center;
  transform: rotate(0deg);
}
.az-hotspot > .az-wrapper > .az-lines > .az-line > .az-line {
  background-color: white;
  position: absolute;
  width: 1px;
  height: 50px;
  left: 0;
  bottom: 100%;
  transform-origin: bottom center;
  transform: rotate(0deg);
}
.az-hotspot > .az-wrapper > .az-lines > .az-line > .az-line > .az-dot {
  pointer-events: all;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.az-hotspot > .az-wrapper > .az-lines > .az-line > .az-line > .az-dot > label {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
}
.az-hotspot > .az-wrapper > .az-background {
  position: relative;
  pointer-events: all;
  z-index: 1;
}
.azexo-credits {
  text-align: center;
  display: none;
  margin: 10px 0;
}
.azexo-credits h3 {
  font-size: 12px;
}
#az-navbar-side {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  width: 350px;
  margin-right: -350px;
  z-index: 100;
  transition: 0.3s transform ease-in-out;
  text-align: center;
  display: table;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
#az-navbar-side.open {
  transform: translateX(-100%);
}
#az-navbar-side .az-navbar-logo {
  padding: 30px 0;
}
#az-navbar-side .az-navbar-logo .az-logo {
  display: inline-block;
}
#az-navbar-side .az-navbar-logo .az-logo img {
  max-width: 200px;
}
#az-navbar-side .az-menu > div {
  margin-bottom: 10px;
}
#az-navbar-side .az-full-height {
  height: 100%;
}
#az-navbar-side .az-navbar-footer {
  padding: 30px;
}
#az-navbar-side .az-navbar-footer [data-cloneable] {
  padding-bottom: 10px;
}
#az-navbar-side .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  margin: 0 5px;
}
#az-navbar-side > div {
  display: table-row;
}
#az-navbar-side > div > div {
  display: table-cell;
  vertical-align: middle;
}
.azh-row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.azh-row::after,
.azh-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.azh-col-xs-1,
.azh-col-sm-1,
.azh-col-md-1,
.azh-col-lg-1,
.azh-col-xs-2,
.azh-col-sm-2,
.azh-col-md-2,
.azh-col-lg-2,
.azh-col-xs-3,
.azh-col-sm-3,
.azh-col-md-3,
.azh-col-lg-3,
.azh-col-xs-4,
.azh-col-sm-4,
.azh-col-md-4,
.azh-col-lg-4,
.azh-col-xs-5,
.azh-col-sm-5,
.azh-col-md-5,
.azh-col-lg-5,
.azh-col-xs-6,
.azh-col-sm-6,
.azh-col-md-6,
.azh-col-lg-6,
.azh-col-xs-7,
.azh-col-sm-7,
.azh-col-md-7,
.azh-col-lg-7,
.azh-col-xs-8,
.azh-col-sm-8,
.azh-col-md-8,
.azh-col-lg-8,
.azh-col-xs-9,
.azh-col-sm-9,
.azh-col-md-9,
.azh-col-lg-9,
.azh-col-xs-10,
.azh-col-sm-10,
.azh-col-md-10,
.azh-col-lg-10,
.azh-col-xs-11,
.azh-col-sm-11,
.azh-col-md-11,
.azh-col-lg-11,
.azh-col-xs-12,
.azh-col-sm-12,
.azh-col-md-12,
.azh-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
}
.azh-col-xs-1,
.azh-col-xs-2,
.azh-col-xs-3,
.azh-col-xs-4,
.azh-col-xs-5,
.azh-col-xs-6,
.azh-col-xs-7,
.azh-col-xs-8,
.azh-col-xs-9,
.azh-col-xs-10,
.azh-col-xs-11,
.azh-col-xs-12 {
  /*float: left;*/
}
.azh-col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.azh-col-xs-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.azh-col-xs-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.azh-col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.azh-col-xs-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.azh-col-xs-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.azh-col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.azh-col-xs-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.azh-col-xs-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.azh-col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.azh-col-xs-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.azh-col-xs-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.azh-col-xs-offset-12 {
  margin-left: 100%;
}
.azh-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.azh-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.azh-col-xs-offset-9 {
  margin-left: 75%;
}
.azh-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.azh-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.azh-col-xs-offset-6 {
  margin-left: 50%;
}
.azh-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.azh-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.azh-col-xs-offset-3 {
  margin-left: 25%;
}
.azh-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.azh-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.azh-col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .azh-col-sm-1,
  .azh-col-sm-2,
  .azh-col-sm-3,
  .azh-col-sm-4,
  .azh-col-sm-5,
  .azh-col-sm-6,
  .azh-col-sm-7,
  .azh-col-sm-8,
  .azh-col-sm-9,
  .azh-col-sm-10,
  .azh-col-sm-11,
  .azh-col-sm-12 {
    /*float: left;*/
  }
  .azh-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .azh-col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .azh-col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .azh-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .azh-col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .azh-col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .azh-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .azh-col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .azh-col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .azh-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .azh-col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .azh-col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .azh-col-sm-offset-12 {
    margin-left: 100%;
  }
  .azh-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .azh-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .azh-col-sm-offset-9 {
    margin-left: 75%;
  }
  .azh-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .azh-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .azh-col-sm-offset-6 {
    margin-left: 50%;
  }
  .azh-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .azh-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .azh-col-sm-offset-3 {
    margin-left: 25%;
  }
  .azh-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .azh-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .azh-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .azh-col-md-1,
  .azh-col-md-2,
  .azh-col-md-3,
  .azh-col-md-4,
  .azh-col-md-5,
  .azh-col-md-6,
  .azh-col-md-7,
  .azh-col-md-8,
  .azh-col-md-9,
  .azh-col-md-10,
  .azh-col-md-11,
  .azh-col-md-12 {
    /*float: left;*/
  }
  .azh-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .azh-col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .azh-col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .azh-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .azh-col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .azh-col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .azh-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .azh-col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .azh-col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .azh-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .azh-col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .azh-col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .azh-col-md-offset-12 {
    margin-left: 100%;
  }
  .azh-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .azh-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .azh-col-md-offset-9 {
    margin-left: 75%;
  }
  .azh-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .azh-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .azh-col-md-offset-6 {
    margin-left: 50%;
  }
  .azh-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .azh-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .azh-col-md-offset-3 {
    margin-left: 25%;
  }
  .azh-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .azh-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .azh-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .azh-col-lg-1,
  .azh-col-lg-2,
  .azh-col-lg-3,
  .azh-col-lg-4,
  .azh-col-lg-5,
  .azh-col-lg-6,
  .azh-col-lg-7,
  .azh-col-lg-8,
  .azh-col-lg-9,
  .azh-col-lg-10,
  .azh-col-lg-11,
  .azh-col-lg-12 {
    /*float: left;*/
  }
  .azh-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .azh-col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .azh-col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .azh-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .azh-col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .azh-col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .azh-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .azh-col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .azh-col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .azh-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .azh-col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .azh-col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .azh-col-lg-offset-12 {
    margin-left: 100%;
  }
  .azh-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .azh-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .azh-col-lg-offset-9 {
    margin-left: 75%;
  }
  .azh-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .azh-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .azh-col-lg-offset-6 {
    margin-left: 50%;
  }
  .azh-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .azh-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .azh-col-lg-offset-3 {
    margin-left: 25%;
  }
  .azh-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .azh-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .azh-col-lg-offset-0 {
    margin-left: 0;
  }
}
/*# sourceMappingURL=frontend.css.map */.az-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.az-grid > div {
  box-sizing: border-box;
  width: 100%;
}
.az-grid[data-columns="2"][data-gap="0"] {
  margin: 0 0px;
  width: calc(100% + 0px);
}
.az-grid[data-columns="2"][data-gap="0"] > div {
  margin: 0px;
}
.az-grid[data-columns="2"][data-gap="0"] > div {
  width: calc(50% - 0px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="0"] > div {
    width: calc(100% - 0px);
  }
}
.az-grid[data-columns="2"][data-gap="0"] > div:only-child {
  width: calc(100% - 0px)  !important;
}
.az-grid[data-columns="2"][data-gap="1"] {
  margin: 0 -0.5px;
  width: calc(100% + 1px);
}
.az-grid[data-columns="2"][data-gap="1"] > div {
  margin: 0.5px;
}
.az-grid[data-columns="2"][data-gap="1"] > div {
  width: calc(50% - 1px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="1"] > div {
    width: calc(100% - 1px);
  }
}
.az-grid[data-columns="2"][data-gap="1"] > div:only-child {
  width: calc(100% - 1px)  !important;
}
.az-grid[data-columns="2"][data-gap="2"] {
  margin: 0 -1px;
  width: calc(100% + 2px);
}
.az-grid[data-columns="2"][data-gap="2"] > div {
  margin: 1px;
}
.az-grid[data-columns="2"][data-gap="2"] > div {
  width: calc(50% - 2px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="2"] > div {
    width: calc(100% - 2px);
  }
}
.az-grid[data-columns="2"][data-gap="2"] > div:only-child {
  width: calc(100% - 2px)  !important;
}
.az-grid[data-columns="2"][data-gap="3"] {
  margin: 0 -1.5px;
  width: calc(100% + 3px);
}
.az-grid[data-columns="2"][data-gap="3"] > div {
  margin: 1.5px;
}
.az-grid[data-columns="2"][data-gap="3"] > div {
  width: calc(50% - 3px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="3"] > div {
    width: calc(100% - 3px);
  }
}
.az-grid[data-columns="2"][data-gap="3"] > div:only-child {
  width: calc(100% - 3px)  !important;
}
.az-grid[data-columns="2"][data-gap="4"] {
  margin: 0 -2px;
  width: calc(100% + 4px);
}
.az-grid[data-columns="2"][data-gap="4"] > div {
  margin: 2px;
}
.az-grid[data-columns="2"][data-gap="4"] > div {
  width: calc(50% - 4px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="4"] > div {
    width: calc(100% - 4px);
  }
}
.az-grid[data-columns="2"][data-gap="4"] > div:only-child {
  width: calc(100% - 4px)  !important;
}
.az-grid[data-columns="2"][data-gap="5"] {
  margin: 0 -2.5px;
  width: calc(100% + 5px);
}
.az-grid[data-columns="2"][data-gap="5"] > div {
  margin: 2.5px;
}
.az-grid[data-columns="2"][data-gap="5"] > div {
  width: calc(50% - 5px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="5"] > div {
    width: calc(100% - 5px);
  }
}
.az-grid[data-columns="2"][data-gap="5"] > div:only-child {
  width: calc(100% - 5px)  !important;
}
.az-grid[data-columns="2"][data-gap="10"] {
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.az-grid[data-columns="2"][data-gap="10"] > div {
  margin: 5px;
}
.az-grid[data-columns="2"][data-gap="10"] > div {
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="10"] > div {
    width: calc(100% - 10px);
  }
}
.az-grid[data-columns="2"][data-gap="10"] > div:only-child {
  width: calc(100% - 10px)  !important;
}
.az-grid[data-columns="2"][data-gap="15"] {
  margin: 0 -7.5px;
  width: calc(100% + 15px);
}
.az-grid[data-columns="2"][data-gap="15"] > div {
  margin: 7.5px;
}
.az-grid[data-columns="2"][data-gap="15"] > div {
  width: calc(50% - 15px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="15"] > div {
    width: calc(100% - 15px);
  }
}
.az-grid[data-columns="2"][data-gap="15"] > div:only-child {
  width: calc(100% - 15px)  !important;
}
.az-grid[data-columns="2"][data-gap="20"] {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.az-grid[data-columns="2"][data-gap="20"] > div {
  margin: 10px;
}
.az-grid[data-columns="2"][data-gap="20"] > div {
  width: calc(50% - 20px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="20"] > div {
    width: calc(100% - 20px);
  }
}
.az-grid[data-columns="2"][data-gap="20"] > div:only-child {
  width: calc(100% - 20px)  !important;
}
.az-grid[data-columns="2"][data-gap="25"] {
  margin: 0 -12.5px;
  width: calc(100% + 25px);
}
.az-grid[data-columns="2"][data-gap="25"] > div {
  margin: 12.5px;
}
.az-grid[data-columns="2"][data-gap="25"] > div {
  width: calc(50% - 25px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="25"] > div {
    width: calc(100% - 25px);
  }
}
.az-grid[data-columns="2"][data-gap="25"] > div:only-child {
  width: calc(100% - 25px)  !important;
}
.az-grid[data-columns="2"][data-gap="30"] {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.az-grid[data-columns="2"][data-gap="30"] > div {
  margin: 15px;
}
.az-grid[data-columns="2"][data-gap="30"] > div {
  width: calc(50% - 30px);
}
@media (max-width: 600px) {
  .az-grid[data-columns="2"][data-gap="30"] > div {
    width: calc(100% - 30px);
  }
}
.az-grid[data-columns="2"][data-gap="30"] > div:only-child {
  width: calc(100% - 30px)  !important;
}
.az-grid[data-columns="3"][data-gap="0"] {
  margin: 0 0px;
  width: calc(100% + 0px);
}
.az-grid[data-columns="3"][data-gap="0"] > div {
  margin: 0px;
}
.az-grid[data-columns="3"][data-gap="0"] > div {
  width: calc(33.33% - 0px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="0"] > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="0"] > div {
    width: calc(100% - 0px);
  }
}
.az-grid[data-columns="3"][data-gap="0"] > div:only-child {
  width: calc(100% - 0px)  !important;
}
.az-grid[data-columns="3"][data-gap="1"] {
  margin: 0 -0.5px;
  width: calc(100% + 1px);
}
.az-grid[data-columns="3"][data-gap="1"] > div {
  margin: 0.5px;
}
.az-grid[data-columns="3"][data-gap="1"] > div {
  width: calc(33.33% - 1px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="1"] > div {
    width: calc(50% - 1px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="1"] > div {
    width: calc(100% - 1px);
  }
}
.az-grid[data-columns="3"][data-gap="1"] > div:only-child {
  width: calc(100% - 1px)  !important;
}
.az-grid[data-columns="3"][data-gap="2"] {
  margin: 0 -1px;
  width: calc(100% + 2px);
}
.az-grid[data-columns="3"][data-gap="2"] > div {
  margin: 1px;
}
.az-grid[data-columns="3"][data-gap="2"] > div {
  width: calc(33.33% - 2px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="2"] > div {
    width: calc(50% - 2px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="2"] > div {
    width: calc(100% - 2px);
  }
}
.az-grid[data-columns="3"][data-gap="2"] > div:only-child {
  width: calc(100% - 2px)  !important;
}
.az-grid[data-columns="3"][data-gap="3"] {
  margin: 0 -1.5px;
  width: calc(100% + 3px);
}
.az-grid[data-columns="3"][data-gap="3"] > div {
  margin: 1.5px;
}
.az-grid[data-columns="3"][data-gap="3"] > div {
  width: calc(33.33% - 3px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="3"] > div {
    width: calc(50% - 3px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="3"] > div {
    width: calc(100% - 3px);
  }
}
.az-grid[data-columns="3"][data-gap="3"] > div:only-child {
  width: calc(100% - 3px)  !important;
}
.az-grid[data-columns="3"][data-gap="4"] {
  margin: 0 -2px;
  width: calc(100% + 4px);
}
.az-grid[data-columns="3"][data-gap="4"] > div {
  margin: 2px;
}
.az-grid[data-columns="3"][data-gap="4"] > div {
  width: calc(33.33% - 4px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="4"] > div {
    width: calc(50% - 4px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="4"] > div {
    width: calc(100% - 4px);
  }
}
.az-grid[data-columns="3"][data-gap="4"] > div:only-child {
  width: calc(100% - 4px)  !important;
}
.az-grid[data-columns="3"][data-gap="5"] {
  margin: 0 -2.5px;
  width: calc(100% + 5px);
}
.az-grid[data-columns="3"][data-gap="5"] > div {
  margin: 2.5px;
}
.az-grid[data-columns="3"][data-gap="5"] > div {
  width: calc(33.33% - 5px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="5"] > div {
    width: calc(50% - 5px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="5"] > div {
    width: calc(100% - 5px);
  }
}
.az-grid[data-columns="3"][data-gap="5"] > div:only-child {
  width: calc(100% - 5px)  !important;
}
.az-grid[data-columns="3"][data-gap="10"] {
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.az-grid[data-columns="3"][data-gap="10"] > div {
  margin: 5px;
}
.az-grid[data-columns="3"][data-gap="10"] > div {
  width: calc(33.33% - 10px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="10"] > div {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="10"] > div {
    width: calc(100% - 10px);
  }
}
.az-grid[data-columns="3"][data-gap="10"] > div:only-child {
  width: calc(100% - 10px)  !important;
}
.az-grid[data-columns="3"][data-gap="15"] {
  margin: 0 -7.5px;
  width: calc(100% + 15px);
}
.az-grid[data-columns="3"][data-gap="15"] > div {
  margin: 7.5px;
}
.az-grid[data-columns="3"][data-gap="15"] > div {
  width: calc(33.33% - 15px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="15"] > div {
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="15"] > div {
    width: calc(100% - 15px);
  }
}
.az-grid[data-columns="3"][data-gap="15"] > div:only-child {
  width: calc(100% - 15px)  !important;
}
.az-grid[data-columns="3"][data-gap="20"] {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.az-grid[data-columns="3"][data-gap="20"] > div {
  margin: 10px;
}
.az-grid[data-columns="3"][data-gap="20"] > div {
  width: calc(33.33% - 20px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="20"] > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="20"] > div {
    width: calc(100% - 20px);
  }
}
.az-grid[data-columns="3"][data-gap="20"] > div:only-child {
  width: calc(100% - 20px)  !important;
}
.az-grid[data-columns="3"][data-gap="25"] {
  margin: 0 -12.5px;
  width: calc(100% + 25px);
}
.az-grid[data-columns="3"][data-gap="25"] > div {
  margin: 12.5px;
}
.az-grid[data-columns="3"][data-gap="25"] > div {
  width: calc(33.33% - 25px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="25"] > div {
    width: calc(50% - 25px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="25"] > div {
    width: calc(100% - 25px);
  }
}
.az-grid[data-columns="3"][data-gap="25"] > div:only-child {
  width: calc(100% - 25px)  !important;
}
.az-grid[data-columns="3"][data-gap="30"] {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.az-grid[data-columns="3"][data-gap="30"] > div {
  margin: 15px;
}
.az-grid[data-columns="3"][data-gap="30"] > div {
  width: calc(33.33% - 30px);
}
@media (max-width: 991px) {
  .az-grid[data-columns="3"][data-gap="30"] > div {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="3"][data-gap="30"] > div {
    width: calc(100% - 30px);
  }
}
.az-grid[data-columns="3"][data-gap="30"] > div:only-child {
  width: calc(100% - 30px)  !important;
}
.az-grid[data-columns="4"][data-gap="0"] {
  margin: 0 0px;
  width: calc(100% + 0px);
}
.az-grid[data-columns="4"][data-gap="0"] > div {
  margin: 0px;
}
.az-grid[data-columns="4"][data-gap="0"] > div {
  width: calc(25% - 0px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="0"] > div {
    width: calc(33.33% - 0px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="0"] > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="0"] > div {
    width: calc(100% - 0px);
  }
}
.az-grid[data-columns="4"][data-gap="0"] > div:only-child {
  width: calc(100% - 0px)  !important;
}
.az-grid[data-columns="4"][data-gap="1"] {
  margin: 0 -0.5px;
  width: calc(100% + 1px);
}
.az-grid[data-columns="4"][data-gap="1"] > div {
  margin: 0.5px;
}
.az-grid[data-columns="4"][data-gap="1"] > div {
  width: calc(25% - 1px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="1"] > div {
    width: calc(33.33% - 1px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="1"] > div {
    width: calc(50% - 1px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="1"] > div {
    width: calc(100% - 1px);
  }
}
.az-grid[data-columns="4"][data-gap="1"] > div:only-child {
  width: calc(100% - 1px)  !important;
}
.az-grid[data-columns="4"][data-gap="2"] {
  margin: 0 -1px;
  width: calc(100% + 2px);
}
.az-grid[data-columns="4"][data-gap="2"] > div {
  margin: 1px;
}
.az-grid[data-columns="4"][data-gap="2"] > div {
  width: calc(25% - 2px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="2"] > div {
    width: calc(33.33% - 2px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="2"] > div {
    width: calc(50% - 2px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="2"] > div {
    width: calc(100% - 2px);
  }
}
.az-grid[data-columns="4"][data-gap="2"] > div:only-child {
  width: calc(100% - 2px)  !important;
}
.az-grid[data-columns="4"][data-gap="3"] {
  margin: 0 -1.5px;
  width: calc(100% + 3px);
}
.az-grid[data-columns="4"][data-gap="3"] > div {
  margin: 1.5px;
}
.az-grid[data-columns="4"][data-gap="3"] > div {
  width: calc(25% - 3px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="3"] > div {
    width: calc(33.33% - 3px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="3"] > div {
    width: calc(50% - 3px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="3"] > div {
    width: calc(100% - 3px);
  }
}
.az-grid[data-columns="4"][data-gap="3"] > div:only-child {
  width: calc(100% - 3px)  !important;
}
.az-grid[data-columns="4"][data-gap="4"] {
  margin: 0 -2px;
  width: calc(100% + 4px);
}
.az-grid[data-columns="4"][data-gap="4"] > div {
  margin: 2px;
}
.az-grid[data-columns="4"][data-gap="4"] > div {
  width: calc(25% - 4px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="4"] > div {
    width: calc(33.33% - 4px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="4"] > div {
    width: calc(50% - 4px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="4"] > div {
    width: calc(100% - 4px);
  }
}
.az-grid[data-columns="4"][data-gap="4"] > div:only-child {
  width: calc(100% - 4px)  !important;
}
.az-grid[data-columns="4"][data-gap="5"] {
  margin: 0 -2.5px;
  width: calc(100% + 5px);
}
.az-grid[data-columns="4"][data-gap="5"] > div {
  margin: 2.5px;
}
.az-grid[data-columns="4"][data-gap="5"] > div {
  width: calc(25% - 5px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="5"] > div {
    width: calc(33.33% - 5px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="5"] > div {
    width: calc(50% - 5px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="5"] > div {
    width: calc(100% - 5px);
  }
}
.az-grid[data-columns="4"][data-gap="5"] > div:only-child {
  width: calc(100% - 5px)  !important;
}
.az-grid[data-columns="4"][data-gap="10"] {
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.az-grid[data-columns="4"][data-gap="10"] > div {
  margin: 5px;
}
.az-grid[data-columns="4"][data-gap="10"] > div {
  width: calc(25% - 10px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="10"] > div {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="10"] > div {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="10"] > div {
    width: calc(100% - 10px);
  }
}
.az-grid[data-columns="4"][data-gap="10"] > div:only-child {
  width: calc(100% - 10px)  !important;
}
.az-grid[data-columns="4"][data-gap="15"] {
  margin: 0 -7.5px;
  width: calc(100% + 15px);
}
.az-grid[data-columns="4"][data-gap="15"] > div {
  margin: 7.5px;
}
.az-grid[data-columns="4"][data-gap="15"] > div {
  width: calc(25% - 15px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="15"] > div {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="15"] > div {
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="15"] > div {
    width: calc(100% - 15px);
  }
}
.az-grid[data-columns="4"][data-gap="15"] > div:only-child {
  width: calc(100% - 15px)  !important;
}
.az-grid[data-columns="4"][data-gap="20"] {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.az-grid[data-columns="4"][data-gap="20"] > div {
  margin: 10px;
}
.az-grid[data-columns="4"][data-gap="20"] > div {
  width: calc(25% - 20px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="20"] > div {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="20"] > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="20"] > div {
    width: calc(100% - 20px);
  }
}
.az-grid[data-columns="4"][data-gap="20"] > div:only-child {
  width: calc(100% - 20px)  !important;
}
.az-grid[data-columns="4"][data-gap="25"] {
  margin: 0 -12.5px;
  width: calc(100% + 25px);
}
.az-grid[data-columns="4"][data-gap="25"] > div {
  margin: 12.5px;
}
.az-grid[data-columns="4"][data-gap="25"] > div {
  width: calc(25% - 25px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="25"] > div {
    width: calc(33.33% - 25px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="25"] > div {
    width: calc(50% - 25px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="25"] > div {
    width: calc(100% - 25px);
  }
}
.az-grid[data-columns="4"][data-gap="25"] > div:only-child {
  width: calc(100% - 25px)  !important;
}
.az-grid[data-columns="4"][data-gap="30"] {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.az-grid[data-columns="4"][data-gap="30"] > div {
  margin: 15px;
}
.az-grid[data-columns="4"][data-gap="30"] > div {
  width: calc(25% - 30px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="4"][data-gap="30"] > div {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 991px) {
  .az-grid[data-columns="4"][data-gap="30"] > div {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .az-grid[data-columns="4"][data-gap="30"] > div {
    width: calc(100% - 30px);
  }
}
.az-grid[data-columns="4"][data-gap="30"] > div:only-child {
  width: calc(100% - 30px)  !important;
}
.az-grid[data-columns="5"][data-gap="0"] {
  margin: 0 0px;
  width: calc(100% + 0px);
}
.az-grid[data-columns="5"][data-gap="0"] > div {
  margin: 0px;
}
.az-grid[data-columns="5"][data-gap="0"] > div {
  width: calc(20% - 0px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="0"] > div {
    width: calc(25% - 0px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="0"] > div {
    width: calc(33.33% - 0px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="0"] > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="0"] > div {
    width: calc(100% - 0px);
  }
}
.az-grid[data-columns="5"][data-gap="0"] > div:only-child {
  width: calc(100% - 0px)  !important;
}
.az-grid[data-columns="5"][data-gap="1"] {
  margin: 0 -0.5px;
  width: calc(100% + 1px);
}
.az-grid[data-columns="5"][data-gap="1"] > div {
  margin: 0.5px;
}
.az-grid[data-columns="5"][data-gap="1"] > div {
  width: calc(20% - 1px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="1"] > div {
    width: calc(25% - 1px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="1"] > div {
    width: calc(33.33% - 1px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="1"] > div {
    width: calc(50% - 1px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="1"] > div {
    width: calc(100% - 1px);
  }
}
.az-grid[data-columns="5"][data-gap="1"] > div:only-child {
  width: calc(100% - 1px)  !important;
}
.az-grid[data-columns="5"][data-gap="2"] {
  margin: 0 -1px;
  width: calc(100% + 2px);
}
.az-grid[data-columns="5"][data-gap="2"] > div {
  margin: 1px;
}
.az-grid[data-columns="5"][data-gap="2"] > div {
  width: calc(20% - 2px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="2"] > div {
    width: calc(25% - 2px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="2"] > div {
    width: calc(33.33% - 2px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="2"] > div {
    width: calc(50% - 2px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="2"] > div {
    width: calc(100% - 2px);
  }
}
.az-grid[data-columns="5"][data-gap="2"] > div:only-child {
  width: calc(100% - 2px)  !important;
}
.az-grid[data-columns="5"][data-gap="3"] {
  margin: 0 -1.5px;
  width: calc(100% + 3px);
}
.az-grid[data-columns="5"][data-gap="3"] > div {
  margin: 1.5px;
}
.az-grid[data-columns="5"][data-gap="3"] > div {
  width: calc(20% - 3px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="3"] > div {
    width: calc(25% - 3px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="3"] > div {
    width: calc(33.33% - 3px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="3"] > div {
    width: calc(50% - 3px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="3"] > div {
    width: calc(100% - 3px);
  }
}
.az-grid[data-columns="5"][data-gap="3"] > div:only-child {
  width: calc(100% - 3px)  !important;
}
.az-grid[data-columns="5"][data-gap="4"] {
  margin: 0 -2px;
  width: calc(100% + 4px);
}
.az-grid[data-columns="5"][data-gap="4"] > div {
  margin: 2px;
}
.az-grid[data-columns="5"][data-gap="4"] > div {
  width: calc(20% - 4px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="4"] > div {
    width: calc(25% - 4px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="4"] > div {
    width: calc(33.33% - 4px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="4"] > div {
    width: calc(50% - 4px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="4"] > div {
    width: calc(100% - 4px);
  }
}
.az-grid[data-columns="5"][data-gap="4"] > div:only-child {
  width: calc(100% - 4px)  !important;
}
.az-grid[data-columns="5"][data-gap="5"] {
  margin: 0 -2.5px;
  width: calc(100% + 5px);
}
.az-grid[data-columns="5"][data-gap="5"] > div {
  margin: 2.5px;
}
.az-grid[data-columns="5"][data-gap="5"] > div {
  width: calc(20% - 5px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="5"] > div {
    width: calc(25% - 5px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="5"] > div {
    width: calc(33.33% - 5px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="5"] > div {
    width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="5"] > div {
    width: calc(100% - 5px);
  }
}
.az-grid[data-columns="5"][data-gap="5"] > div:only-child {
  width: calc(100% - 5px)  !important;
}
.az-grid[data-columns="5"][data-gap="10"] {
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.az-grid[data-columns="5"][data-gap="10"] > div {
  margin: 5px;
}
.az-grid[data-columns="5"][data-gap="10"] > div {
  width: calc(20% - 10px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="10"] > div {
    width: calc(25% - 10px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="10"] > div {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="10"] > div {
    width: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="10"] > div {
    width: calc(100% - 10px);
  }
}
.az-grid[data-columns="5"][data-gap="10"] > div:only-child {
  width: calc(100% - 10px)  !important;
}
.az-grid[data-columns="5"][data-gap="15"] {
  margin: 0 -7.5px;
  width: calc(100% + 15px);
}
.az-grid[data-columns="5"][data-gap="15"] > div {
  margin: 7.5px;
}
.az-grid[data-columns="5"][data-gap="15"] > div {
  width: calc(20% - 15px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="15"] > div {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="15"] > div {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="15"] > div {
    width: calc(50% - 15px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="15"] > div {
    width: calc(100% - 15px);
  }
}
.az-grid[data-columns="5"][data-gap="15"] > div:only-child {
  width: calc(100% - 15px)  !important;
}
.az-grid[data-columns="5"][data-gap="20"] {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.az-grid[data-columns="5"][data-gap="20"] > div {
  margin: 10px;
}
.az-grid[data-columns="5"][data-gap="20"] > div {
  width: calc(20% - 20px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="20"] > div {
    width: calc(25% - 20px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="20"] > div {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="20"] > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="20"] > div {
    width: calc(100% - 20px);
  }
}
.az-grid[data-columns="5"][data-gap="20"] > div:only-child {
  width: calc(100% - 20px)  !important;
}
.az-grid[data-columns="5"][data-gap="25"] {
  margin: 0 -12.5px;
  width: calc(100% + 25px);
}
.az-grid[data-columns="5"][data-gap="25"] > div {
  margin: 12.5px;
}
.az-grid[data-columns="5"][data-gap="25"] > div {
  width: calc(20% - 25px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="25"] > div {
    width: calc(25% - 25px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="25"] > div {
    width: calc(33.33% - 25px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="25"] > div {
    width: calc(50% - 25px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="25"] > div {
    width: calc(100% - 25px);
  }
}
.az-grid[data-columns="5"][data-gap="25"] > div:only-child {
  width: calc(100% - 25px)  !important;
}
.az-grid[data-columns="5"][data-gap="30"] {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.az-grid[data-columns="5"][data-gap="30"] > div {
  margin: 15px;
}
.az-grid[data-columns="5"][data-gap="30"] > div {
  width: calc(20% - 30px);
}
@media (max-width: 1300px) {
  .az-grid[data-columns="5"][data-gap="30"] > div {
    width: calc(25% - 30px);
  }
}
@media (max-width: 1100px) {
  .az-grid[data-columns="5"][data-gap="30"] > div {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 800px) {
  .az-grid[data-columns="5"][data-gap="30"] > div {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .az-grid[data-columns="5"][data-gap="30"] > div {
    width: calc(100% - 30px);
  }
}
.az-grid[data-columns="5"][data-gap="30"] > div:only-child {
  width: calc(100% - 30px)  !important;
}
.az-article-image {
  line-height: 0;
}
.az-product-quantity input {
  display: block;
  width: 100%;
  margin: 0;
}
.az-product-quantity .az-quantity-wrapper {
  position: relative;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.az-product-quantity .az-quantity-wrapper input {
  border-radius: 0;
  margin: 0;
}
.az-product-quantity .az-quantity-wrapper .az-quantity-minus,
.az-product-quantity .az-quantity-wrapper .az-quantity-plus {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  background: whitesmoke;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.az-product-quantity .az-quantity-wrapper .az-quantity-minus:hover,
.az-product-quantity .az-quantity-wrapper .az-quantity-plus:hover {
  background: #eee;
}
.az-product-quantity .az-quantity-wrapper .az-quantity-minus > span,
.az-product-quantity .az-quantity-wrapper .az-quantity-plus > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.az-product-image {
  line-height: 0;
  text-align: center;
}
.az-product-view-more a {
  display: block;
}
.az-product-variants .az-product-options {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -o-box-align: end;
  box-align: end;
  -ms-flex-align: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -khtml-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  margin: 0 -5px;
}
.az-product-variants .az-product-options .az-product-option {
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 0 5px;
}
.az-product-variants .az-product-options .az-product-option select {
  display: block;
  width: 100%;
  margin: 0;
}
.az-thumbnails-wrapper {
  margin-top: 20px;
  position: relative;
}
.az-thumbnails-wrapper .az-product-single-thumbnails:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.az-thumbnails-wrapper .az-product-single-thumbnails:not(.slick-slider) .az-product-single-thumbnails-item {
  width: calc(25% - 14px);
  margin: 0 7px 14px 7px;
  box-sizing: border-box;
}
.az-thumbnails-wrapper .az-product-single-thumbnails:not(.slick-slider) .az-product-single-thumbnails-item a img {
  margin: 0;
}
.az-thumbnails-wrapper .az-thumbnails-slider-btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.az-thumbnails-wrapper .az-thumbnails-slider-btn.az-thumbnails-slider-prev {
  left: 10px;
}
.az-thumbnails-wrapper .az-thumbnails-slider-btn.az-thumbnails-slider-next {
  right: 10px;
}
.az-thumbnails-wrapper .az-thumbnails-slider-btn svg {
  width: 20px;
}
@media screen and (max-width: 749px) {
  .az-thumbnails-wrapper .az-thumbnails-slider-btn {
    display: inline-block;
  }
}
.az-collection-image {
  line-height: 0;
  text-align: center;
}
.az-social-sharing > div > div > a {
  line-height: 1em;
}
.az-social-sharing > div > div > a > span {
  width: 1em;
  box-sizing: content-box;
}
form .az-left button {
  margin: 0 auto 0 0;
}
form .az-center button {
  margin: 0 auto 0 auto;
}
form .az-right button {
  margin: 0 0 0 auto;
}
form .az-full-width button {
  width: 100%;
  box-sizing: border-box;
}
.az-paginated .az-pagination {
  position: static;
  text-align: center;
  transition: none;
  transform: none;
  z-index: auto;
}
.az-paginated .az-pagination > div {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.az-paginated .az-pagination > div div a {
  width: 1em;
  box-sizing: content-box;
  display: inline-block;
}
.az-paginated .az-pagination > div div a .az-icon {
  font-size: 70%;
  vertical-align: middle;
}
div.azexo-credits {
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 70%;
}
/*# sourceMappingURL=insales.css.map */
