.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 180ms ease-out;
    -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}
.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 210ms ease-in;
    -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}
.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1.8s infinite linear;
    -webkit-animation: drift-loader-rotate 1.8s infinite linear;
}
.drift-zoom-pane-loader:after, .drift-zoom-pane-loader:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}
.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1.8s infinite linear;
    -webkit-animation: drift-loader-before 1.8s infinite linear;
}
.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1.8s infinite linear;
    -webkit-animation: drift-loader-after 1.8s infinite linear;
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}
.drift-bounding-box {
    background-color: rgba(0, 0, 0, 0.4);
}

@keyframes drift-fadeZoomIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes drift-fadeZoomOut {
    0% { opacity: 1; }
    15% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes drift-loader-rotate {
    0% { transform: translate(-50%, -50%) rotate(0); }
    50% { transform: translate(-50%, -50%) rotate(-180deg); }
    100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes drift-loader-before {
    0% { transform: scale(1); }
    10% { transform: scale(1.2) translateX(6px); }
    25% { transform: scale(1.3) translateX(8px); }
    40% { transform: scale(1.2) translateX(6px); }
    50% { transform: scale(1); }
    60% { transform: scale(0.8) translateX(6px); }
    75% { transform: scale(0.7) translateX(8px); }
    90% { transform: scale(0.8) translateX(6px); }
    100% { transform: scale(1); }
}
@keyframes drift-loader-after {
    0% { transform: scale(1); }
    10% { transform: scale(1.2) translateX(-6px); }
    25% { transform: scale(1.3) translateX(-8px); }
    40% { transform: scale(1.2) translateX(-6px); }
    50% { transform: scale(1); }
    60% { transform: scale(0.8) translateX(-6px); }
    75% { transform: scale(0.7) translateX(-8px); }
    90% { transform: scale(0.8) translateX(-6px); }
    100% { transform: scale(1); }
}
@-webkit-keyframes drift-fadeZoomIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes drift-fadeZoomOut {
    0% { opacity: 1; }
    15% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes drift-loader-rotate {
    0% { -webkit-transform: translate(-50%, -50%) rotate(0); }
    50% { -webkit-transform: translate(-50%, -50%) rotate(-180deg); }
    100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); }
}
@-webkit-keyframes drift-loader-before {
    0% { -webkit-transform: scale(1); }
    10% { -webkit-transform: scale(1.2) translateX(6px); }
    25% { -webkit-transform: scale(1.3) translateX(8px); }
    40% { -webkit-transform: scale(1.2) translateX(6px); }
    50% { -webkit-transform: scale(1); }
    60% { -webkit-transform: scale(0.8) translateX(6px); }
    75% { -webkit-transform: scale(0.7) translateX(8px); }
    90% { -webkit-transform: scale(0.8) translateX(6px); }
    100% { -webkit-transform: scale(1); }
}
@-webkit-keyframes drift-loader-after {
    0% { -webkit-transform: scale(1); }
    10% { -webkit-transform: scale(1.2) translateX(-6px); }
    25% { -webkit-transform: scale(1.3) translateX(-8px); }
    40% { -webkit-transform: scale(1.2) translateX(-6px); }
    50% { -webkit-transform: scale(1); }
    60% { -webkit-transform: scale(0.8) translateX(-6px); }
    75% { -webkit-transform: scale(0.7) translateX(-8px); }
    90% { -webkit-transform: scale(0.8) translateX(-6px); }
    100% { -webkit-transform: scale(1); }
}


.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}
.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left;
}