﻿.mobx-holder {
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    will-change: opacity, visibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: none;
    touch-action: none;
    pointer-events: none;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    -o-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease
}

.mobx-holder:-webkit-full-screen {
    background-color: transparent
}

.mobx-holder * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mobx-holder svg {
    pointer-events: none
}

.mobx-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.mobx-rtl {
    direction: rtl
}

.mobx-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease
}

.mobx-hide {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mobx-overlay {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #000
}

.mobx-overlay,
.mobx-ui:after {
    position: absolute;
    left: 0;
    top: 0;
    will-change: opacity
}

.mobx-ui:after {
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .25s ease-out, visibility .25s ease-out;
    -o-transition: opacity .25s ease-out, visibility .25s ease-out;
    transition: opacity .25s ease-out, visibility .25s ease-out
}

.mobx-open-tooltip .mobx-ui:after {
    opacity: 1;
    visibility: visible
}

.mobx-share-tooltip :after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-video:after,
.mobx-video:before {
    background-image: url(../../../wp-content/plugins/be-grid/css/modulobox.svg);
    background-repeat: no-repeat;
    background-color: transparent
}

.mobx-top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.mobx-holder:not(.mobx-open) .mobx-top-bar,
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mobx-bottom-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    will-change: transform;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.mobx-holder:not(.mobx-open) .mobx-bottom-bar,
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.mobx-caption {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none
}

.mobx-caption-inner {
    max-width: 420px;
    margin: 0 auto;
    pointer-events: auto;
    cursor: default
}

.mobx-title {
    font-size: 13px;
    line-height: 18px;
    color: #eee
}

.mobx-desc,
.mobx-title {
    position: relative;
    display: block;
    margin: 0;
    padding: 14px 10px 12px;
    font-weight: 400;
    text-align: center
}

.mobx-desc {
    font-size: 12px;
    line-height: 16px;
    color: #bbb
}

.mobx-title+.mobx-desc {
    margin: -6px 0 0;
    padding: 0 10px 10px
}

.mobx-item,
.mobx-item-inner {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.mobx-item-inner {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.mobx-img,
.mobx-panzoom .mobx-item {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-dragging .mobx-item * {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-error,
.mobx-html,
.mobx-iframe,
.mobx-img,
.mobx-video {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    max-width: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    will-change: opacity;
    visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.mobx-media-loaded {
    opacity: 1;
    visibility: visible
}

.mobx-error,
.mobx-html-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobx-error {
    width: 100%;
    height: auto;
    padding: 20px 60px;
    color: #bbb;
    text-align: center
}

.mobx-error,
.mobx-html {
    pointer-events: none
}

.mobx-html-inner {
    position: relative;
    display: inline-block;
    overflow: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    pointer-events: auto
}

.mobx-video {
    cursor: pointer;
    background: hsla(0, 0%, 100%, .1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.mobx-video.mobx-playing {
    background: none;
    background-image: none !important
}

.mobx-video:after,
.mobx-video:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: -44px 0 0 -44px;
    border: 4px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 28px -414px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mobx-video.mobx-loading:before {
    border-color: transparent
}

.mobx-video:after {
    opacity: 0;
    visibility: hidden;
    background-image: none;
    background-color: transparent;
    border-color: transparent transparent transparent #fff
}

.mobx-video.mobx-loading:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: mobx-load 1.1s linear infinite;
    animation: mobx-load 1.1s linear infinite
}

.mobx-video.mobx-playing:after,
.mobx-video.mobx-playing:before {
    opacity: 0
}

.mobx-video .mejs-video,
.mobx-video iframe,
.mobx-video video {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    background: hsla(0, 0%, 100%, .065);
    pointer-events: none;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.mobx-video iframe {
    background: none
}

.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe,
.mobx-video.mobx-playing video {
    opacity: 1;
    pointer-events: auto
}

.mobx-fullscreen .mejs-fullscreen-button,
.mobx-fullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

:-webkit-full-screen-ancestor:not(iframe) {
    will-change: auto !important
}

.mobx-counter {
    position: relative;
    display: inline-block;
    float: left;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    margin: 0 10px;
    letter-spacing: .6px
}

.mobx-rtl .mobx-counter {
    float: right
}

.mobx-timer {
    position: relative;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 10px 0 10px 5px;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-rtl .mobx-timer {
    float: right
}

.mobx-autoplay .mobx-timer {
    opacity: 1
}

.mobx-loader {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    outline: 1px solid transparent;
    border-radius: 50%;
    border: 3px solid hsla(0, 0%, 100%, .2);
    border-left-color: #fff;
    -webkit-animation: mobx-load 1.1s linear infinite;
    animation: mobx-load 1.1s linear infinite
}

@-webkit-keyframes mobx-load {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes mobx-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mobx-share-tooltip {
    position: absolute;
    display: block;
    z-index: 2;
    width: 120px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    will-change: transform;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .25s ease, opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease
}

.mobx-share-tooltip:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -12px;
    right: 14px;
    border: 6px solid transparent;
    border-bottom-color: #f9fafb
}

.mobx-share-tooltip[data-position=left]:before {
    left: 14px;
    right: auto
}

.mobx-open-tooltip .mobx-share-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobx-share-tooltip span {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #f9fafb;
    -webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, .03);
    box-shadow: inset 0 -2px 8px rgba(0, 0, 0, .03)
}

.mobx-share-tooltip :after,
.mobx-ui button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-appearance: none;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-share-tooltip button:hover:after,
.mobx-ui button:hover {
    opacity: 1
}

.mobx-share-tooltip button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0
}

.mobx-share-tooltip button {
    float: left
}

.mobx-rtl .mobx-share-tooltip button {
    float: right
}

.mobx-top-bar button {
    float: right;
    margin: 2px;
    opacity: .75
}

.mobx-rtl .mobx-top-bar button {
    float: left
}

button.mobx-next,
button.mobx-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 32px;
    margin: 0 6px;
    opacity: .75;
    background-color: rgba(0, 0, 0, .4);
    will-change: transform;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

button.mobx-next {
    left: auto;
    right: 0
}

.mobx-holder:not(.mobx-open) .mobx-prev,
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev {
    -webkit-transform: translateX(-120%) translateY(-50%);
    -ms-transform: translateX(-120%) translateY(-50%);
    transform: translateX(-120%) translateY(-50%)
}

.mobx-holder:not(.mobx-open) .mobx-next,
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next {
    -webkit-transform: translateX(120%) translateY(-50%);
    -ms-transform: translateX(120%) translateY(-50%);
    transform: translateX(120%) translateY(-50%)
}

.mobx-holder[data-download=false] .mobx-download,
.mobx-holder[data-download=false] .mobx-download:hover,
.mobx-holder[data-zoom=false] .mobx-zoom,
.mobx-holder[data-zoom=false] .mobx-zoom:hover {
    opacity: .45;
    cursor: default
}

.mobx-prev {
    left: 0;
    background-position: 10px 4px
}

.mobx-next {
    right: 0;
    background-position: 10px -40px
}

.mobx-close {
    background-position: 12px -76px
}

.mobx-zoom {
    background-position: 12px -120px
}

.mobx-panzoom .mobx-zoom {
    background-position: 12px -164px
}

.mobx-play {
    background-position: 12px -208px
}

.mobx-autoplay .mobx-play {
    background-position: 12px -252px
}

.mobx-download {
    background-position: 12px -296px
}

.mobx-share {
    background-position: 12px -340px
}

.mobx-fullscreen {
    background-position: 12px -384px
}

.mobx-fullscreen .mobx-fullscreen {
    background-position: 12px -428px
}

.mobx-facebook {
    background-position: -32px -472px
}

.mobx-facebook:after {
    background-color: #3b5998;
    background-position: 12px -472px
}

.mobx-twitter {
    background-position: -32px -516px
}

.mobx-twitter:after {
    background-color: #1da1f2;
    background-position: 12px -516px
}

.mobx-googleplus {
    background-position: -32px -560px
}

.mobx-googleplus:after {
    background-color: #dd4b39;
    background-position: 12px -560px
}

.mobx-pinterest {
    background-position: -32px -604px
}

.mobx-pinterest:after {
    background-color: #bd081c;
    background-position: 12px -604px
}

.mobx-linkedin {
    background-position: -32px -648px
}

.mobx-linkedin:after {
    background-color: #0077b5;
    background-position: 12px -648px
}

.mobx-reddit {
    background-position: -32px -692px
}

.mobx-reddit:after {
    background-color: #ff4500;
    background-position: 12px -692px
}

.mobx-tumblr {
    background-position: -32px -736px
}

.mobx-tumblr:after {
    background-color: #35465c;
    background-position: 12px -736px
}

.mobx-blogger {
    background-position: -32px -780px
}

.mobx-blogger:after {
    background-color: #f57d00;
    background-position: 12px -780px
}

.mobx-buffer {
    background-position: -32px -824px
}

.mobx-buffer:after {
    background-color: #323b43;
    background-position: 12px -824px
}

.mobx-digg {
    background-position: -34px -868px
}

.mobx-digg:after {
    background-color: #005be2;
    background-position: 10px -868px
}

.mobx-stumbleupon {
    background-position: -32px -912px
}

.mobx-stumbleupon:after {
    background-color: #eb4924;
    background-position: 12px -912px
}

.mobx-evernote {
    background-position: -32px -956px
}

.mobx-evernote:after {
    background-color: #2dbe60;
    background-position: 12px -956px
}

.mobx-thumbs-holder,
.mobx-thumbs-inner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto
}

.mobx-thumbs-holder {
    position: relative
}

.mobx-thumb {
    position: absolute;
    margin: 0;
    will-change: left;
    background-color: #191919;
    outline: 0 solid transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.mobx-thumb:hover {
    background-color: #323232
}

.mobx-thumb:after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .0001;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 2px solid #fff
}

.mobx-active-thumb:after {
    opacity: .9999
}

.mobx-thumb-bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: opacity, visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    -o-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease
}

.mobx-thumb-loaded {
    visibility: visible;
    opacity: .5
}

.mobx-active-thumb .mobx-thumb-loaded,
.mobx-thumb-bg:hover {
    opacity: 1
}

.mobx-thumbs-holder {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-dragging .mobx-thumbs-holder {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-thumb-video:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto 0;
    background-position: 12px -208px
}

@media screen and (max-height:800px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 60px;
        height: 60px;
        margin: -34px 0 0 -34px;
        background-size: 125px;
        background-position: 22px -294px
    }
}

@media screen and (max-height:360px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 40px;
        height: 40px;
        margin: -24px 0 0 -24px;
        background-size: initial;
        background-position: 14px -208px;
        border-width: 3px
    }
}

@media screen and (max-width:400px) {
    .mobx-timer {
        margin: 10px 0
    }
    .mobx-top-bar button {
        margin: 2px 0
    }
}

@media screen and (max-width:360px) {
    .mobx-counter {
        margin: 0 6px 0 4px
    }
    .mobx-top-bar button {
        width: 34px
    }
}

@media only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:380px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:380px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:380px),
only screen and (min-device-pixel-ratio:2) and (max-width:380px) {
    .mobx-top-bar button {
        width: 40px
    }
}

.be-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.be-grid[data-layout=masonry],
.be-grid[data-layout=metro] {
    visibility: hidden
}

.be-grid.be-grid-initialized {
    visibility: visible
}

.be-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 15px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px
}

.be-cols-2 .be-col {
    width: 50%
}

.be-cols-2 .be-double-width-cell,
.be-cols-2 .be-double-width-height-cell {
    width: 100%
}

.be-cols-3 .be-col {
    width: 33.33%
}

.be-cols-3 .be-double-width-cell,
.be-cols-3 .be-double-width-height-cell {
    width: 66.66%
}

.be-cols-4 .be-col {
    width: 25%
}

.be-cols-4 .be-double-width-cell,
.be-cols-4 .be-double-width-height-cell {
    width: 50%
}

.be-cols-5 .be-col {
    width: 20%
}

.be-cols-5 .be-double-width-cell,
.be-cols-5 .be-double-width-height-cell {
    width: 40%
}

.be-cols-6 .be-col {
    width: 16.66%
}

.be-cols-6 .be-double-width-cell,
.be-cols-6 .be-double-width-height-cell {
    width: 33.32%
}

.be-lazy-load {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.be-lazy-loaded {
    opacity: 1
}

.be-col-hide {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

.be-col-visible {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 33.33%
    }
    .be-cols-4 .be-double-width-cell,
    .be-cols-4 .be-double-width-height-cell,
    .be-cols-5 .be-double-width-cell,
    .be-cols-5 .be-double-width-height-cell,
    .be-cols-6 .be-double-width-cell,
    .be-cols-6 .be-double-width-height-cell {
        width: 66.66%
    }
}

@media only screen and (max-width:959px) {
    .be-cols-3 .be-col,
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 50%
    }
    .be-cols-3 .be-double-width-cell,
    .be-cols-3 .be-double-width-height-cell,
    .be-cols-4 .be-double-width-cell,
    .be-cols-4 .be-double-width-height-cell,
    .be-cols-5 .be-double-width-cell,
    .be-cols-5 .be-double-width-height-cell,
    .be-cols-6 .be-double-width-cell,
    .be-cols-6 .be-double-width-height-cell {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .be-cols-2 .be-col,
    .be-cols-3 .be-col,
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 100%
    }
}

.be-portfolio-container,
.portfolio-all-wrap {
    overflow: hidden;
    min-height: 30px
}

.be-portfolio {
    overflow: hidden
}

.be-portfolio-with-shadow {
    overflow: visible
}

.portfolio-item {
    overflow: hidden
}

.single-post .portfolio-item {
    float: none
}

.portfolio-item-empty-message {
    width: 100% !important;
    text-align: center
}

.be-portfolio .be_image_slider {
    margin-bottom: 0
}

.blog .portfolio,
.blog .portfolio-all-wrap,
.category .be-portfolio,
.category .portfolio-all-wrap,
.category .portfolio-item-inner {
    overflow: visible
}

.be-portfolio-with-shadow .portfolio-item-inner {
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57)
}

.be-portfolio-prebuilt-hover-style5 .portfolio-item {
    overflow: visible
}

.be-portfolio-prebuilt-hover-style1 .thumb-overlay {
    width: 100%;
    height: 100%
}

.be-portfolio-prebuilt-hover-style1 .thumb-title-wrap {
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.be-portfolio-prebuilt-hover-style1 .thumb-title {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s cubic-bezier(.12, .65, .4, 1);
    -o-transition: all .4s cubic-bezier(.12, .65, .4, 1);
    transition: all .4s cubic-bezier(.12, .65, .4, 1)
}

.be-portfolio-prebuilt-hover-style1 .portfolio-item-inner:hover .thumb-title {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.be-portfolio-prebuilt-hover-style1 .thumb-title-wrap .portfolio-item-cats {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .17s linear;
    transition: -webkit-transform .17s linear;
    -o-transition: transform .17s linear;
    transition: transform .17s linear;
    transition: transform .17s linear, -webkit-transform .17s linear;
    position: absolute;
    bottom: 25px
}

.thumb-border-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid transparent;
    -webkit-transition: border-width .17s linear;
    -o-transition: border-width .17s linear;
    transition: border-width .17s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.be-portfolio-prebuilt-hover-style1 .thumb-bg {
    opacity: 0;
    -webkit-transition: opacity .17s linear;
    -o-transition: opacity .17s linear;
    transition: opacity .17s linear;
    background: rgba(0, 0, 0, .5)
}

.be-portfolio-prebuilt-hover-style1 .portfolio-item-inner:hover .thumb-bg {
    opacity: 1
}

.be-portfolio-prebuilt-hover-style1 .portfolio-item-inner:hover .thumb-border-wrapper {
    border-width: 10px
}

.be-portfolio-prebuilt-hover-style1 .portfolio-item-inner:hover .thumb-title-wrap .portfolio-item-cats,
.be-portfolio-prebuilt-hover-style1 .portfolio-item-inner:hover .thumb-title-wrap .thumb-icon-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.be-portfolio-prebuilt-hover-style1 .like-button-wrap {
    right: 23px;
    top: 17px
}

.be-portfolio-prebuilt-hover-style2 .thumb-bg {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.be-portfolio-prebuilt-hover-style2 .be-portfolio-container .thumb-bg {
    background: transparent
}

.be-portfolio-prebuilt-hover-style2 .thumb-overlay {
    width: 100%;
    height: 100%
}

.be-portfolio-prebuilt-hover-style2 .be-prebuilt-overlay-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .7s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .7s opacity cubic-bezier(.165, .84, .44, 1);
    transition: opacity .7s cubic-bezier(.165, .84, .44, 1)
}

.be-portfolio-prebuilt-hover-style2 .portfolio-item-inner:hover .be-prebuilt-overlay-wrapper {
    opacity: 1
}

.be-portfolio-prebuilt-hover-style2 .thumb-title-wrap {
    text-align: center;
    width: 100%;
    position: relative
}

.be-portfolio-prebuilt-hover-style2 .portfolio-item-cats {
    margin-top: 10px;
    position: relative;
    overflow: hidden
}

.be-portfolio-prebuilt-hover-style2 .portfolio-item-cats-inner-wrap {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1), .6s opacity cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.be-portfolio-prebuilt-hover-style2 .portfolio-item-inner:hover .portfolio-item-cats-inner-wrap {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s;
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1) .2s, .6s opacity cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.be-portfolio-prebuilt-hover-style2 .be-portfolio-prebuilt-hover-separator {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .2);
    border-width: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1) .2s;
    -o-transition: .5s transform cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1) .2s;
    margin: 5px 0
}

.be-portfolio-prebuilt-hover-style2 .portfolio-item-inner:hover .be-portfolio-prebuilt-hover-separator {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .4s transform cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}

.be-portfolio-prebuilt-hover-style2 .thumb-title {
    overflow: hidden
}

.be-portfolio-prebuilt-hover-style2 .thumb-title-inner-wrap {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1), .6s opacity cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.be-portfolio-prebuilt-hover-style2 .portfolio-item-inner:hover .thumb-title-inner-wrap {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s;
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1) .2s, .6s opacity cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.be-portfolio-prebuilt-hover-style2 .portfolio-thumb-img-wrap img {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: 1.2s transform cubic-bezier(.165, .84, .44, 1);
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1)
}

.be-portfolio-prebuilt-hover-style2 .portfolio-item-inner:hover .portfolio-thumb-img-wrap img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.be-portfolio-prebuilt-hover-style3 .portfolio-item-inner .thumb-bg {
    background: transparent;
    display: block
}

.be-portfolio-prebuilt-hover-style3 .portfolio-item-inner .be-thumb-overlay-wrap {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    height: 100%
}

.be-portfolio-prebuilt-hover-style3 .portfolio-item-inner:hover .be-thumb-overlay-wrap {
    opacity: 1
}

.be-portfolio-prebuilt-hover-style3 .thumb-border-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border: 10px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
    -webkit-transition: opacity .15s, -webkit-transform .3s;
    transition: opacity .15s, -webkit-transform .3s;
    -o-transition: .3s transform, .15s opacity;
    transition: transform .3s, opacity .15s;
    transition: transform .3s, opacity .15s, -webkit-transform .3s
}

.be-portfolio-prebuilt-hover-style3 .portfolio-item-inner:hover .thumb-border-wrapper {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: opacity .3s, -webkit-transform .15s;
    transition: opacity .3s, -webkit-transform .15s;
    -o-transition: .15s transform, .3s opacity;
    transition: transform .15s, opacity .3s;
    transition: transform .15s, opacity .3s, -webkit-transform .15s
}

.be-portfolio-prebuilt-hover-style3 .thumb-overlay {
    width: 100%;
    height: 100%
}

.be-portfolio-prebuilt-hover-style3 .thumb-shadow-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.be-portfolio-prebuilt-hover-style3 .portfolio-item-inner:hover .thumb-shadow-wrapper {
    -webkit-box-shadow: 0 30px 60px -10px rgba(0, 0, 0, .3), 0 12px 30px -10px rgba(0, 0, 0, .3);
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, .3), 0 12px 30px -10px rgba(0, 0, 0, .3)
}

.be-portfolio-prebuilt-hover-style3 .portfolio-thumb-wrap {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.be-portfolio-prebuilt-hover-style3 .thumb-title-wrap {
    opacity: 0;
    -webkit-transform: translateZ(20px) scale(.98);
    transform: translateZ(20px) scale(.98);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 40px;
    bottom: 40px
}

.be-portfolio-prebuilt-hover-style3 .portfolio-item-inner:hover .thumb-title-wrap {
    opacity: 1;
    -webkit-transform: translateZ(20px) scale(1);
    transform: translateZ(20px) scale(1)
}

.be-portfolio-prebuilt-hover-style3 .be-portfolio-container,
.be-portfolio-prebuilt-hover-style3 .portfolio-item,
.be-portfolio-prebuilt-hover-style3 .portfolio-item .portfolio-item-inner,
.be-portfolio-prebuilt-hover-style3 .portfolio-item .portfolio-thumb-wrap,
.be-portfolio-prebuilt-hover-style3 .thumb-overlay,
.be-portfolio-prebuilt-hover-style3.portfolio,
.be-portfolio-prebuilt-hover-style5 .be-portfolio-container {
    overflow: visible
}

.be-portfolio-prebuilt-hover-style4 .thumb-overlay {
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.be-portfolio-prebuilt-hover-style4 .thumb-bg,
.be-portfolio-prebuilt-hover-style4 .thumb-overlay {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.be-portfolio-prebuilt-hover-style4 .thumb-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.be-portfolio-prebuilt-hover-style4 .portfolio-item-inner:hover .thumb-overlay {
    opacity: 1
}

.be-portfolio-prebuilt-hover-style4 .thumb-title-wrap {
    text-align: center
}

.be-portfolio-prebuilt-hover-style4 .portfolio-item-cats,
.be-portfolio-prebuilt-hover-style4 .thumb-title {
    overflow: hidden
}

.be-portfolio-prebuilt-hover-style4 .portfolio-item-cats-inner-wrap {
    opacity: 0;
    margin-top: 5px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1), .6s opacity cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.be-portfolio-prebuilt-hover-style4 .portfolio-item-inner:hover .portfolio-item-cats-inner-wrap {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s;
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1) .2s, .6s opacity cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.be-portfolio-prebuilt-hover-style4 .thumb-title-inner-wrap {
    opacity: 0;
    margin-bottom: 5px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1), .6s opacity cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1)
}

.be-portfolio-prebuilt-hover-style4 .portfolio-item-inner:hover .thumb-title-inner-wrap {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s;
    -o-transition: .6s transform cubic-bezier(.165, .84, .44, 1) .2s, .6s opacity cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, opacity .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.be-portfolio-prebuilt-hover-style4 .like-button-wrap {
    right: 20px;
    top: 15px
}

.thumb-bg.thumb-alignment-left {
    text-align: left
}

.thumb-alignment-left .thumb-animated-link,
.thumb-bg.thumb-alignment-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.thumb-bg.thumb-alignment-center {
    text-align: center
}

.thumb-alignment-center .thumb-animated-link,
.thumb-bg.thumb-alignment-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.thumb-bg.thumb-alignment-right {
    text-align: right
}

.thumb-alignment-right .thumb-animated-link,
.thumb-bg.thumb-alignment-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.be-portfolio-prebuilt-hover-style5 .thumb-title-wrap {
    padding: 20px 0 0
}

.be-portfolio-prebuilt-hover-style5.be-portfolio-with-shadow .thumb-title-wrap {
    padding: 20px
}

.be-portfolio-prebuilt-hover-style5.be-portfolio-with-shadow .portfolio-item-inner {
    -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    -o-transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease
}

.be-portfolio-prebuilt-hover-style5.be-portfolio-with-shadow .portfolio-item-inner:hover {
    -webkit-box-shadow: 0 5px 45px 0 rgba(175, 177, 177, .57);
    box-shadow: 0 5px 45px 0 rgba(175, 177, 177, .57);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.thumb-animated-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.thumb-animated-link .tatsu-svg-arrow-bar {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.thumb-animated-link svg {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
    fill: currentColor;
    height: auto;
    width: 1.1em;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, color .3s;
    transition: transform .3s, color .3s;
    transition: transform .3s, color .3s, -webkit-transform .3s
}

.thumb-animated-link:hover svg {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.thumb-animated-link:hover .tatsu-svg-arrow-bar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.thumb-animated-link-arrow {
    line-height: 0
}

.thumb-animated-link-text {
    -webkit-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .3s cubic-bezier(.4, 0, .2, 1)
}

.thumb-title-wrap>* {
    margin-bottom: 10px
}

.thumb-title-wrap>:last-child {
    margin-bottom: 0
}

.be-portfolio-prebuilt-hover-style5 .thumb-title-wrap .portfolio-item-cats,
.be-portfolio-prebuilt-hover-style5 .thumb-title-wrap .thumb-title {
    line-height: 1
}

.be-portfolio-prebuilt-hover-style5 .thumb-title-wrap .thumb-animated-link {
    line-height: 1;
    font-size: 13px;
    text-transform: capitalize
}

.be-portfolio-prebuilt-hover-style6 .thumb-bg {
    padding: 20px 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.portfolio-item .portfolio-item-inner,
.portfolio-item .portfolio-thumb-img-wrap,
.portfolio-item .portfolio-thumb-wrap {
    overflow: hidden;
    position: relative
}

.portfolio-item img {
    width: 100%;
    max-width: none;
    display: block;
    position: relative
}

.be-portfolio-module .portfolio-thumb-img-wrap img {
    position: absolute
}

.portfolio-item img {
    -webkit-transition: opacity .6s ease-in, -webkit-filter .4s, -webkit-transform .4s;
    transition: opacity .6s ease-in, -webkit-filter .4s, -webkit-transform .4s;
    -o-transition: filter .4s, transform .4s, opacity .6s ease-in;
    transition: filter .4s, transform .4s, opacity .6s ease-in;
    transition: filter .4s, transform .4s, opacity .6s ease-in, -webkit-filter .4s, -webkit-transform .4s;
    -o-transition: -o-filter .4s, -o-transform .4s, opacity .6s ease-in;
    -ms-transition: -ms-filter .4s, -ms-transform .4s, opacity .6s ease-in;
    -moz-transition: -moz-filter .4s, -moz-transform .4s, opacity .6s ease-in;
    -webkit-transition: -webkit-filter .4s, -webkit-transform .4s, opacity .6s ease-in
}

.full-screen .be-portfolio-container .portfolio-item,
.portfolio-archives .portfolio.full-screen {
    margin-bottom: 0
}

.portfolio-categories {
    list-style: none;
    padding: 0;
    margin-bottom: 10px
}

.portfolio-categories li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0
}

.portfolio-title {
    margin-bottom: 0
}

.portfolio-title h6 {
    margin-bottom: 5px
}

.portfolio-title a {
    display: block
}

.portfolio-content {
    margin-bottom: 20px
}

.portfolio-item .be-button,
.portfolio-item .one-half,
.portfolio-item img {
    margin-bottom: 0
}

.portfolio-content-wrap {
    padding-left: 10px
}

.portfolio-overlay-icon {
    color: #fff;
    background: url(../../../wp-content/plugins/be-grid/css/../img/plus_icon.png) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block
}

.hover-icon-no-show .thumb-title {
    display: none
}

.portfolio-thumb-wrap {
    display: block
}

.portfolio-thumb,
.portfolio-thumb-wrap,
.thumb-bg {
    position: relative
}

.portfolio-thumb {
    overflow: hidden
}

.thumb-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.style3-hover .thumb-overlay,
.style4-hover .thumb-overlay,
.thumb-bg,
.thumb-overlay {
    width: 100%;
    height: 100%
}

.thumb-bg {
    display: table
}

.popup-gallery {
    display: none
}

.thumb-bg.act-table {
    display: table
}

.portfolio-filters {
    margin-bottom: 40px;
    text-align: center
}

.portfolio-filters .sort-items {
    cursor: pointer;
    display: inline-block
}

.portfolio-filters .portfolio-filter_item {
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 16px
}

.portfolio-filter_item span.current_choice {
    border-bottom: 2px solid
}

.be-portfolio .portfolio-shortcode .init-slide-top.portfolio-thumb-img-wrap {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.be-portfolio .portfolio-shortcode .init-slide-bottom.portfolio-thumb-img-wrap {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.be-portfolio .portfolio-shortcode .init-slide-left.portfolio-thumb-img-wrap {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.be-portfolio .portfolio-shortcode .init-slide-right.portfolio-thumb-img-wrap {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.be-portfolio .portfolio-shortcode .init-scale.portfolio-thumb-img-wrap {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.be-portfolio .portfolio-shortcode .fadeIn.portfolio-thumb-img-wrap {
    opacity: 0
}

.be-start-animation {
    -o-transition: -o-transform .7s, -o-scale .7s, opacity .7s;
    -webkit-transition: -webkit-transform .7s, -webkit-scale .7s, opacity .7s;
    -webkit-transition: scale .7s, opacity .7s, -webkit-transform .7s;
    transition: scale .7s, opacity .7s, -webkit-transform .7s;
    -o-transition: transform .7s, scale .7s, opacity .7s;
    transition: transform .7s, scale .7s, opacity .7s;
    transition: transform .7s, scale .7s, opacity .7s, -webkit-transform .7s
}

.be-portfolio .portfolio-shortcode .portfolio-thumb-img-wrap.be-start-animation {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.be-portfolio .portfolio-shortcode .init-scale.portfolio-thumb-img-wrap.be-start-animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.portfolio-thumb-img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.portfolio-item .portfolio-item-inner p {
    margin-bottom: 0
}

.portfolio-item.be-col {
    padding: 0;
    margin: 0
}

.be-portfolio-details {
    margin-bottom: 30px
}

.gallery-side-heading {
    margin-bottom: 8px;
    line-height: 17px;
    display: block;
    text-transform: uppercase
}

.gallery-side-heading-wrap {
    margin-bottom: 25px
}

.custom-share-button,
.custom-share-button:active,
.custom-share-button:hover,
.custom-share-button:visited {
    color: #000;
    margin: 0 8px
}

.custom-share-button:first-child {
    margin-left: 0
}

.gallery-cat-list-wrap a {
    color: inherit !important
}

a.view-project-link {
    text-transform: uppercase;
    color: inherit;
    background: none;
    padding: 10px 0;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: inherit
}

.be-portfolio-details.style2 .gallery-side-heading-wrap {
    border-bottom: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-style: solid;
    margin-bottom: 20px !important
}

.be-portfolio-details.style1 .gallery-side-heading-wrap:nth-last-child(2) p,
.be-portfolio-details.style2 .gallery-side-heading-wrap:nth-last-child(2) p {
    margin-bottom: 35px
}

.be-portfolio-details.style2 .gallery-side-heading-wrap:last-child,
.be-portfolio-details.style2 .gallery-side-heading-wrap:nth-last-child(2) {
    border: none
}

.be-portfolio-details.style2 .gallery-side-heading-wrap .gallery-side-heading,
.be-portfolio-details.style2 .gallery-side-heading-wrap p {
    float: left;
    line-height: 20px;
    margin-bottom: 20px !important
}

.be-portfolio-details.style2 .gallery-side-heading-wrap .gallery-side-heading {
    width: 160px
}

.be-portfolio-details.style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.be-portfolio-details.style3 .gallery-side-heading-wrap p {
    margin-bottom: 0 !important;
    line-height: 100%
}

.be-portfolio-details.style3>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 50px);
    flex: 0 0 calc(20% - 50px);
    margin-right: 50px
}

.be-portfolio-details.style3 .view-project-link {
    position: relative
}

.be-portfolio-details.style2 .gallery-side-heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.be-portfolio-details.style2.align-left .gallery-side-heading-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.be-portfolio-details.style2.align-center .gallery-side-heading-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.be-portfolio-details.style2.align-right .gallery-side-heading-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.be-portfolio-details.style3.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.be-portfolio-details.style3.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.be-portfolio-details.style3.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.portfolio-project-button a {
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:960px) {
    .be-portfolio-details.style3>div {
        margin-right: 40px
    }
}

@media only screen and (max-width:767px) {
    .be-portfolio-details.style3>div {
        text-align: center;
        margin: 0 0 30px
    }
    .be-portfolio-details.style3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif
}

#cookie-notice,
#cookie-notice * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cookie-notice.cn-animated {
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#cookie-notice.cn-animated.cn-effect-none {
    -webkit-animation-duration: .001s !important;
    animation-duration: .001s !important
}

#cookie-notice .cookie-notice-container {
    display: block
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none
}

#cookie-notice .cookie-revoke-container {
    display: block
}

#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
    display: none
}

.cn-position-top {
    top: 0
}

.cn-position-bottom {
    bottom: 0
}

.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2
}

.cookie-revoke-container {
    padding: 15px 30px;
    width: 100%;
    z-index: 1
}

.cn-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -10px 0 0 0;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    cursor: pointer
}

.cn-close-icon:focus,
.cn-close-icon:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px
}

.cn-close-icon:hover {
    opacity: 1
}

.cn-close-icon:before,
.cn-close-icon:after {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: rgba(128, 128, 128, 1)
}

.cn-close-icon:before {
    transform: rotate(45deg)
}

.cn-close-icon:after {
    transform: rotate(-45deg)
}

#cookie-notice .cn-revoke-cookie {
    margin: 0
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    display: inline-block
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit
}

.cn-text-container {
    margin: 0 0 6px 0
}

.cn-text-container,
.cn-buttons-container {
    display: inline-block
}

#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#cookie-notice.cn-effect-none {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#cookie-notice.cn-effect-fade {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

#cookie-notice.cn-effect-slide {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

#cookie-notice.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

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

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

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

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

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

@media all and (max-width:900px) {
    .cookie-notice-container #cn-notice-text {
        display: block
    }
    .cookie-notice-container #cn-notice-buttons {
        display: block
    }
    #cookie-notice .cn-button {
        margin: 0 5px 5px 5px
    }
}

@media all and (max-width:480px) {
    .cookie-notice-container,
    .cookie-revoke-container {
        padding: 15px 25px
    }
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #333
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #ccc
}

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

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    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: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

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

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

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

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

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

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

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

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

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

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

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

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

.mfp-figure,
img.mfp-img {
    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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

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

.mfp-figure figure {
    margin: 0
}

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

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

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

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

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

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

body {
    overflow-x: hidden
}

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

.clearfix:after {
    clear: both
}

.tatsu-bg-lazyload {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tatsu-bg-lazyloaded {
    opacity: 1
}

.tatsu-bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.tatsu-prevent-overflow {
    overflow: hidden
}

.tatsu-section {
    position: relative;
    width: 100%;
    border-color: transparent;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tatsu-section-background,
.tatsu-section-background-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tatsu-section-background-wrap {
    z-index: 0;
    overflow: hidden
}

.tatsu-section-pad {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.tatsu-frame .tatsu-section {
    border-style: solid !important
}

.tatsu-section.tatsu-bg-overlay,
.tatsu-section.tatsu-parallax,
.tatsu-section.tatsu-video-section {
    overflow: hidden
}

.tatsu-section.tatsu-fullscreen {
    height: 100vh
}

.tatsu-section-offset-wrap {
    position: relative;
    z-index: 2
}

.tatsu-bg-video,
.tatsu-col-overlay-link,
.tatsu-overlay,
.tatsu-parallax-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tatsu-parallax-element {
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: scroll;
    background-size: cover
}

.tatsu-parallax-element-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.tatsu-fullscreen {
    height: 100vh
}

.tatsu-fullscreen-wrap {
    height: 100%
}

.tatsu-custom-height-wrap,
.tatsu-fullscreen-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.tatsu-bg-video {
    -o-object-fit: cover;
    object-fit: cover
}

.tatsu-shape-divider {
    position: relative;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
    pointer-events: none
}

.tatsu-shape-divider svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.tatsu-invert-divider svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.tatsu-flip-divider svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.tatsu-invert-divider.tatsu-flip-divider svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tatsu-shape-over {
    position: absolute;
    width: 100%;
    left: 0
}

.tatsu-top-divider {
    top: 0
}

.tatsu-bottom-divider {
    bottom: 0
}

.tatsu-left-divider {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0
}

.tatsu-right-divider {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0
}

.tatsu-fullscreen .tatsu-shape-divider,
.tatsu-section-custom-height .tatsu-shape-divider {
    position: absolute;
    width: 100%;
    left: 0
}

.tatsu-shape-divider.tatsu-right-divider {
    left: auto
}

.tatsu-row-wrap:not(.tatsu-wrap) .tatsu-shape-over:not(.tatsu-shape-over) .tatsu-column:first-child .tatsu-left-divider,
.tatsu-row-wrap:not(.tatsu-wrap) .tatsu-shape-over:not(.tatsu-shape-over) .tatsu-column:last-child .tatsu-right-divider {
    width: 0 !important
}

.tatsu-row-wrap {
    border-color: transparent;
    border-style: solid
}

.tatsu-wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto
}

.tatsu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2
}

.tatsu-eq-cols>.tatsu-row,
.tatsu-fullscreen-cols>.tatsu-row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch
}

.tatsu-fullscreen-cols>.tatsu-row {
    height: 100vh
}

.tatsu-no-gutter>.tatsu-row {
    margin: 0
}

.tatsu-tiny-gutter>.tatsu-row {
    margin: 0 -5px
}

.tatsu-small-gutter>.tatsu-row {
    margin: 0 -10px
}

.tatsu-medium-gutter>.tatsu-row {
    margin: 0 -25px
}

.tatsu-large-gutter>.tatsu-row {
    margin: 0 -35px
}

.tatsu-row-one-col>.tatsu-row {
    margin: 0
}

.tatsu-column {
    padding: 0 25px;
    margin: 0 0 50px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-video-section>.tatsu-column-inner {
    overflow: hidden
}

.tatsu-zero-margin>.tatsu-row>.tatsu-column {
    margin-bottom: 0
}

.tatsu-reg-cols>.tatsu-row>.tatsu-column-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.tatsu-reg-cols>.tatsu-row>.tatsu-column-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.tatsu-reg-cols>.tatsu-row>.tatsu-column-align-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.tatsu-eq-cols>.tatsu-row>.tatsu-column {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tatsu-column-inner {
    width: 100%;
    position: relative;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease;
    -o-transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease;
    transition: box-shadow .3s ease, transform .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s ease
}

.tatsu-column-inner.is_stuck {
    z-index: 9999
}

.tatsu-column-pad-wrap {
    width: 100%
}

.tatsu-eq-cols>.tatsu-row>.tatsu-column>.tatsu-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-eq-cols>.tatsu-row>.tatsu-column-align-middle>.tatsu-column-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-eq-cols>.tatsu-row>.tatsu-column-align-top>.tatsu-column-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tatsu-eq-cols>.tatsu-row>.tatsu-column-align-bottom>.tatsu-column-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tatsu-no-gutter>.tatsu-row>.tatsu-column {
    padding: 0
}

.tatsu-tiny-gutter>.tatsu-row>.tatsu-column {
    padding: 0 5px
}

.tatsu-small-gutter>.tatsu-row>.tatsu-column {
    padding: 0 10px
}

.tatsu-medium-gutter>.tatsu-row>.tatsu-column {
    padding: 0 25px
}

.tatsu-large-gutter>.tatsu-row>.tatsu-column {
    padding: 0 35px
}

.tatsu-row-one-col>.tatsu-column {
    padding: 0
}

.tatsu-one-col {
    width: 100%;
    padding: 0 !important
}

.tatsu-one-third {
    width: 33.33%
}

.tatsu-one-fourth {
    width: 25%
}

.tatsu-one-fifth {
    width: 20%
}

.tatsu-one-half {
    width: 50%
}

.tatsu-two-third {
    width: 66.67%
}

.tatsu-three-fourth {
    width: 75%
}

.tatsu-col-overlay-link {
    z-index: 2;
    cursor: pointer
}

.tatsu-column-parallax {
    overflow: initial
}

.tatsu-column-pad-wrap {
    position: relative;
    z-index: 2
}

.tatsu-column-bg-image-wrap {
    z-index: 0;
    overflow: hidden
}

.tatsu-column-bg-image,
.tatsu-column-bg-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column,
.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h1:last-child,
.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h2:last-child,
.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h3:last-child,
.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h4:last-child,
.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h5:last-child,
.tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h6:last-child {
    margin-bottom: 0
}

.tatsu-section .tatsu-row-wrap:not(:last-child)>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h1:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child)>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h2:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child)>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h3:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child)>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h4:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child)>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h5:last-child,
.tatsu-section .tatsu-row-wrap:not(:last-child)>.tatsu-row>.tatsu-column>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad>h6:last-child {
    margin-bottom: 20px
}

.tatsu-column .tatsu-overlay {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.tatsu-bg-overlay>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad,
.tatsu-video-section>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad {
    z-index: 1;
    position: relative
}

.tatsu-column.tatsu-bg-overlay>.tatsu-column-inner>.tatsu-overlay,
.tatsu-column.tatsu-video-section>.tatsu-column-inner>.tatsu-bg-video {
    z-index: 0
}

.tatsu-column-inner:hover>.tatsu-overlay.tatsu-animate-show,
.tatsu-overlay.tatsu-animate-hide {
    opacity: 0
}

.tatsu-column-inner:hover>.tatsu-overlay.tatsu-animate-hide,
.tatsu-overlay.tatsu-animate-show {
    opacity: 1
}

.tatsu-column-pad {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tatsu-eq-cols>.tatsu-row>.tatsu-column-empty>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad {
    width: 100%
}

.tatsu-module {
    margin-bottom: 60px
}

.tatsu-inline-text-inner,
.tatsu-text-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.be-text-inner,
.special-heading-wrap,
.tatsu-text-inner {
    margin-bottom: 30px
}

.be-button-wrap:last-child,
.be-button-wrap :last-child,
.carousel-wrap:last-child,
.tatsu-column-pad>:last-child,
.tatsu-module :last-child {
    margin-bottom: 0 !important
}

.tatsu-column-pad .be-preview:last-child>.be-text-inner {
    margin-bottom: 0
}

.tatsu-empty-space {
    width: 100%
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

@media only screen and (min-width:1367px) {
    .tatsu-hide-desktop {
        display: none !important
    }
}

@media only screen and (min-width:1025px) and (max-width:1366px) {
    .tatsu-hide-laptop {
        display: none !important
    }
}

@media only screen and (max-width:1280px) {
    .tatsu-row-wrap.tatsu-row-full-width>.tatsu-row>.tatsu-column.tatsu-one-half .tatsu-row-wrap.tatsu-row-has-one-half:not(.tatsu-row-has-two-cols) .tatsu-row,
    .tatsu-row-wrap.tatsu-row-full-width>.tatsu-row>.tatsu-column.tatsu-one-half .tatsu-row-wrap:not(.tatsu-row-has-one-half) .tatsu-row,
    .tatsu-row-wrap.tatsu-row-full-width>.tatsu-row>.tatsu-column:not(.tatsu-one-half):not(.tatsu-one-col) .tatsu-row,
    .tatsu-row-wrap.tatsu-wrap>.tatsu-row>.tatsu-column:not(.tatsu-one-col) .tatsu-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width:1024px) {
    .tatsu-column:not(.tatsu-one-col) .tatsu-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width:1366px) {
    .tatsu-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:1025px) and (max-width:1220px) {
    .tatsu-wrap {
        max-width: calc(100% - 60px);
        margin: 0 auto
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .tatsu-wrap {
        max-width: 900px;
        margin: 0 auto
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .tatsu-hide-tablet {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .tatsu-wrap {
        max-width: 740px;
        margin: 0 auto
    }
}

@media only screen and (max-width:1366px) and (-webkit-min-device-pixel-ratio:2) {
    .touch .tatsu-section,
    .touch .tatsu-section-background {
        background-attachment: scroll !important
    }
}

@media only screen and (max-width:767px) {
    .tatsu-fullscreen-wrap {
        height: auto;
        display: block
    }
    .tatsu-section.tatsu-fullscreen {
        height: auto
    }
    .tatsu-wrap {
        max-width: 300px;
        margin: 0 auto
    }
    .tatsu-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        margin: 0
    }
    .tatsu-large-gutter .tatsu-row,
    .tatsu-medium-gutter .tatsu-row,
    .tatsu-small-gutter .tatsu-row,
    .tatsu-tiny-gutter .tatsu-row {
        margin: 0
    }
    .tatsu-swap-cols>.tatsu-row>.tatsu-column:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .tatsu-swap-cols>.tatsu-row>.tatsu-column:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .tatsu-column,
    .tatsu-row>.tatsu-column.tatsu-one-col,
    .tatsu-row>.tatsu-column.tatsu-one-fifth,
    .tatsu-row>.tatsu-column.tatsu-one-fourth,
    .tatsu-row>.tatsu-column.tatsu-one-half,
    .tatsu-row>.tatsu-column.tatsu-one-third,
    .tatsu-row>.tatsu-column.tatsu-three-fourth,
    .tatsu-row>.tatsu-column.tatsu-two-third {
        width: 100%;
        padding: 0
    }
    .tatsu-eq-cols>.tatsu-row>.tatsu-column.tatsu-column-empty:not(.tatsu-column-no-bg) {
        min-height: 350px
    }
    .tatsu-column-no-bg.tatsu-column-empty>.tatsu-column-inner>.tatsu-column-pad-wrap>.tatsu-column-pad {
        padding: 0 !important
    }
    .tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column {
        margin-bottom: 50px
    }
    .tatsu-eq-cols>.tatsu-row>.tatsu-column,
    .tatsu-section .tatsu-eq-cols:last-child>.tatsu-row>.tatsu-column,
    .tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column:last-child,
    .tatsu-section .tatsu-row-wrap:last-child>.tatsu-row>.tatsu-column>.tatsu-column-inner,
    .tatsu-section .tatsu-zero-margin:last-child>.tatsu-row>.tatsu-column:last-child {
        margin-bottom: 0
    }
    .tatsu-fullscreen-cols>.tatsu-row {
        height: auto
    }
    .tatsu-hide-mobile {
        display: none !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tatsu-wrap {
        max-width: 440px;
        margin: 0 auto
    }
}

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

.tatsu-clearfix:after {
    clear: both
}

.tatsu-single-image-inner {
    overflow: hidden
}

.entry-content {
    width: 100% !important
}

.tatsu-forms-save .tatsu-form-status {
    margin: 15px 0
}

.tatsu-forms-save .tatsu-form-status .tatsu-notification {
    padding-left: 15px;
    color: #fff
}

.gdpr-alt-image>img {
    width: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.be-slider {
    visibility: hidden;
    position: relative
}

.be-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.be-slider-with-shadow .be-slide {
    margin-bottom: 30px
}

.be-slider-with-shadow .flickity-page-dots {
    bottom: 0
}

.be-slide:first-child {
    position: relative
}

.be-slide-lazy-load {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.be-slide-lazy-load.flickity-lazyloaded {
    opacity: 1
}

.be-slider-cols-2 .be-slide {
    width: 50%
}

.be-slider-cols-3 .be-slide {
    width: 33.33%
}

.be-slider-cols-4 .be-slide {
    width: 25%
}

.be-slider-cols-5 .be-slide {
    width: 20%
}

.be-slider-cols-6 .be-slide {
    width: 16.66%
}

@media only screen and (max-width:1024px) {
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .be-slider-cols-2 .be-slide,
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width: 100%
    }
}

.be-equal-height-slider .be-slide-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.be-slider.flickity-enabled {
    visibility: visible
}

.be-slider[data-dots="1"] .flickity-viewport {
    margin-bottom: 30px
}

.be-slider .flickity-page-dots {
    left: 0
}

.be-slider .flickity-page-dots .dot {
    width: 7px;
    height: 7px
}

.be-slider .flickity-prev-next-button {
    padding: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.be-slider .flickity-button-icon {
    fill: #979797
}

.be-slider .flickity-button:hover {
    background: transparent
}

.be-slider .flickity-prev-next-button.next {
    right: 0;
    opacity: 0
}

.be-slider:hover .flickity-prev-next-button.next {
    right: 15px;
    opacity: 1
}

.be-slider .flickity-prev-next-button.previous {
    left: 0;
    opacity: 0
}

.be-slider:hover .flickity-prev-next-button.previous {
    left: 15px;
    opacity: 1
}

.be-slider .flickity-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.be-slider-hide-nav .flickity-page-dots,
.be-slider-hide-nav .flickity-prev-next-button {
    display: none
}

.tatsu-inline-text .body_1,
.tatsu-inline-text .body_2 {
    display: inline-block
}

.tatsu-inline-text,
.tatsu-text-block,
.tatsu-text-block img,
.tatsu-text-inner {
    margin-bottom: 30px
}

.tatsu-text-block-wrap {
    width: 100%;
    margin-bottom: 30px
}

.tatsu-inline-text-inner.tatsu-align-center,
.tatsu-text-inner.tatsu-align-center {
    margin-left: auto;
    margin-right: auto
}

.tatsu-inline-text-inner.tatsu-align-right,
.tatsu-text-inner.tatsu-align-right {
    margin-left: auto;
    margin-right: 0
}

.tatsu-column-image-zoom>div {
    overflow: hidden
}

.tatsu-column-image-zoom .tatsu-column-bg-image {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.tatsu-column-image-zoom .tatsu-column-inner:hover .tatsu-column-bg-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.tatsu-column-image-slow-zoom>div {
    overflow: hidden
}

.tatsu-column-image-slow-zoom .tatsu-column-bg-image {
    -webkit-transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
    -o-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transition: transform 12s cubic-bezier(.23, 1, .32, 1), -webkit-transform 12s cubic-bezier(.23, 1, .32, 1)
}

.tatsu-column-image-slow-zoom .tatsu-column-inner:hover .tatsu-column-bg-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.tatsu-column-effect-slideup>.tatsu-column-inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tatsu-column-effect-scale>.tatsu-column-inner:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.tatsu-column-effect-tilt>div {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.tatsu-column-effect-tilt .tatsu-column-pad-wrap {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.tatsu-column-effect-tilt .tatsu-column-pad-wrap:hover {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px)
}

.tatsu-column-effect-scale:hover,
.tatsu-column-effect-tilt:hover {
    z-index: 3 !important
}

.tatsu-an-caption {
    display: inline-block;
    margin-bottom: 10px
}

.tatsu-an-wrap {
    text-align: center
}

.tatsu-an-wrap.align-left {
    text-align: left
}

.tatsu-an-wrap.align-right {
    text-align: right
}

.tatsu-an {
    margin-bottom: 5px;
    line-height: 1.2
}

.tatsu-an-caption {
    line-height: normal
}

.tatsu-an-prefix-suffix-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px
}

.tatsu-an-prefix,
.tatsu-an-suffix {
    line-height: 1.2
}

.align-center .tatsu-an-prefix-suffix,
.align-center .tatsu-an-prefix-suffix-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-right .tatsu-an-prefix-suffix-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-button-container,
.tatsu-normal-button.tatsu-button-wrap {
    margin: 0 20px 10px 0
}

.tatsu-button-container:last-child,
.tatsu-normal-button.tatsu-button-wrap:last-child {
    margin-right: 0
}

.tatsu-button-container.align-block,
.tatsu-button-wrap.align-block {
    display: block;
    margin: 0 0 40px
}

.align-block .tatsu-button-wrap {
    display: block
}

.tatsu-button {
    text-decoration: none;
    border-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tatsu-gradient-button .tatsu-button-wrap {
    cursor: pointer;
    overflow: hidden
}

.tatsu-button,
.tatsu-button-container,
.tatsu-button-text,
.tatsu-button-wrap {
    position: relative;
    display: inline-block
}

.tatsu-gradient-button .tatsu-button-wrap {
    vertical-align: middle
}

.tatsu-button {
    padding: 15px 36px
}

.tatsu-header-col .tatsu-button-wrap.block-center {
    width: 100%
}

.tatsu-gradient-button .tatsu-button-text:after,
.tatsu-gradient-button .tatsu-button-wrap:after,
.tatsu-gradient-button .tatsu-button-wrap:before,
.tatsu-gradient-button .tatsu-button:after,
.tatsu-gradient-button .tatsu-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tatsu-gradient-button .tatsu-button {
    background-clip: padding-box
}

.tatsu-gradient-button .tatsu-button-wrap:after,
.tatsu-gradient-button .tatsu-button-wrap:before {
    border-style: solid;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tatsu-gradient-button .tatsu-button:after,
.tatsu-gradient-button .tatsu-button:before {
    width: 100%;
    height: 100%
}

.tatsu-gradient-button .tatsu-button-text,
.tatsu-gradient-button .tatsu-button:before {
    z-index: 4
}

.tatsu-gradient-button .tatsu-button:after {
    z-index: 3
}

.tatsu-gradient-button .tatsu-button-wrap:before {
    z-index: 2
}

.tatsu-gradient-button .tatsu-button-wrap:after {
    z-index: 1
}

.tatsu-gradient-button .tatsu-button-text span {
    display: inline-block
}

.tatsu-gradient-button .tatsu-button-text:after {
    content: attr(data-text)
}

.tatsu-frame .tatsu-gradient-button .tatsu-button-text:after {
    content: none
}

.tatsu-gradient-button .tatsu-button-text:after,
.tatsu-gradient-button .tatsu-button-text span,
.tatsu-gradient-button .tatsu-button-wrap:after,
.tatsu-gradient-button .tatsu-button-wrap:before,
.tatsu-gradient-button .tatsu-button:after,
.tatsu-gradient-button .tatsu-button:before {
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear
}

.tatsu-gradient-button .tatsu-button-text:after,
.tatsu-gradient-button .tatsu-button-wrap:before,
.tatsu-gradient-button .tatsu-button:before {
    opacity: 0
}

.tatsu-gradient-button .tatsu-button-text span,
.tatsu-gradient-button .tatsu-button-wrap:after,
.tatsu-gradient-button .tatsu-button-wrap:hover .tatsu-button-text:after,
.tatsu-gradient-button .tatsu-button-wrap:hover .tatsu-button:before,
.tatsu-gradient-button .tatsu-button-wrap:hover:before,
.tatsu-gradient-button .tatsu-button:after {
    opacity: 1
}

.tatsu-gradient-button .tatsu-button-wrap:hover .tatsu-button-text span {
    opacity: 0;
    -webkit-transition: opacity 0s linear .3s;
    -o-transition: opacity 0s linear .3s;
    transition: opacity 0s linear .3s
}

.tatsu-frame .tatsu-gradient-button .tatsu-button-wrap:hover .tatsu-button-text span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.tatsu-gradient-button.transparent_hover_bg .tatsu-button-wrap:hover .tatsu-button:after {
    opacity: 0
}

.tatsu-gradient-button.block-center {
    text-align: center
}

.tatsu-gradient-button.block-right {
    text-align: right
}

.tatsu-gradient-button.align-block .tatsu-button-wrap {
    display: inline-block
}

.tatsu-gradient-button.tatsu-block-button .tatsu-button-wrap {
    display: block
}

.tatsu-button a,
.tatsu-button a:hover {
    color: inherit
}

.tatsu-buttton-wrap.block-center .tatsu-button {
    margin: 0 0 10px
}

.tatsu-buttton-wrap.block-center .tatsu-icon {
    margin-right: 0
}

p .be-button {
    margin-bottom: 0
}

.tatsu-button-wrap.circular,
.tatsu-button-wrap.circular:after,
.tatsu-button-wrap.circular:before,
.tatsu-button.circular,
.tatsu-button.circular:after,
.tatsu-button.circular:before {
    border-radius: 50px
}

.tatsu-button-wrap.rounded,
.tatsu-button-wrap.rounded:after,
.tatsu-button-wrap.rounded:before,
.tatsu-button.rounded,
.tatsu-button.rounded:after,
.tatsu-button.rounded:before {
    border-radius: 3px
}

.smallbtn {
    font-size: 11px;
    line-height: 12px;
    padding: 12px 15px
}

.circular.smallbtn {
    padding: 12px 25px
}

.mediumbtn {
    font-size: 13px;
    line-height: 14px;
    padding: 15px 20px
}

.circular.mediumbtn {
    padding: 15px 30px
}

.largebtn {
    font-size: 15px;
    line-height: 16px;
    padding: 18px 25px
}

.circular.largebtn {
    padding: 18px 35px
}

.x-largebtn {
    font-size: 16px;
    padding: 20px 51px;
    line-height: 16px
}

.tatsu-button-wrap.blockbtn .tatsu-button,
.tatsu-button.blockbtn {
    font-size: 17px;
    display: block;
    padding: 22px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.tatsu-button-wrap.blockbtn,
.tatsu-button.blockbtn {
    display: block
}

.tatsu-button i {
    margin-right: 1em
}

.tatsu-button.link {
    padding-left: 0
}

.tatsu-button-wrap.block-left {
    text-align: left
}

.tatsu-button-wrap.block-center {
    text-align: center
}

.tatsu-button-wrap.block-right {
    text-align: right
}

.tatsu-button-wrap.block-right a.tatsu-button {
    margin-right: 0
}

.tatsu-button.bg-animation-slide-bottom,
.tatsu-button.bg-animation-slide-top {
    background-size: 100% 200%
}

.tatsu-button.bg-animation-slide-bottom:hover {
    background-position: 0 100%
}

.tatsu-button.bg-animation-slide-top:hover {
    background-position: 0 -100%
}

.tatsu-button.bg-animation-slide-left,
.tatsu-button.bg-animation-slide-right {
    background-size: 220% 100%
}

.tatsu-button.bg-animation-slide-right:hover {
    background-position: 95% 0
}

.tatsu-button.bg-animation-slide-left:hover {
    background-position: -90% 0
}

.tatsu-button-wrap.popup-gallery {
    display: block !important
}

.tatsu-icon-shortcode {
    margin-bottom: 15px
}

.tatsu-icon-shortcode .tatsu-icon.tiny.diamond {
    margin: 9px !important
}

.tatsu-icon-shortcode .tatsu-icon.small.diamond {
    margin: 11px !important
}

.tatsu-icon-shortcode .tatsu-icon.medium.diamond {
    margin: 17px !important
}

.tatsu-icon-shortcode .tatsu-icon.large.diamond {
    margin: 22px !important
}

.tatsu-icon-shortcode .tatsu-icon.xlarge.diamond {
    margin: 27px !important
}

a.tatsu-icon-shortcode.icon-plain {
    display: inline-block
}

.tatsu-icon-shortcode.block-center .tatsu-icon {
    margin-right: 0
}

.tatsu-button.right-icon i.tatsu-icon {
    margin: 0 0 0 1em
}

.tatsu-button-wrap.button-transform .tatsu-button:hover,
.tatsu-gradient-button.button-transform .tatsu-button-wrap:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.tatsu-button-wrap.button-scale .tatsu-button:hover,
.tatsu-gradient-button.button-scale .tatsu-button-wrap:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.tatsu-gradient-button.button-scale .tatsu-button-wrap,
.tatsu-gradient-button.button-transform .tatsu-button-wrap {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tatsu-gradient-text {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

.tatsu-gradient-border {
    border-image-slice: 1 !important
}

.tatsu-normal-button .tatsu-button {
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear;
    border-style: solid
}

#content .tatsu-button-group {
    margin-bottom: 20px
}

.tatsu-button-group .tatsu-button-wrap {
    margin-right: 20px
}

.tatsu-button-group .tatsu-button-wrap.align-right {
    margin-right: 0;
    margin-left: 20px
}

.tatsu-button-group .tatsu-button-wrap.align-block {
    display: inline
}

.tatsu-call-to-action {
    display: table;
    width: 100%;
    text-align: center
}

.tatsu-cta-inner {
    padding: 30px 0
}

.tatsu-action-content {
    display: inline;
    margin-bottom: 0;
    line-height: 47px;
    margin-right: 40px
}

.tatsu-action-button {
    position: relative;
    top: -4px;
    border: 0 solid transparent;
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear;
    background-clip: padding-box !important
}

.tatsu-action-button span {
    display: inline-block
}

.tatsu-dropcap .tatsu-icon:before {
    width: auto;
    margin: 0
}

.tatsu-dropcap-circle,
.tatsu-dropcap-icon,
.tatsu-dropcap-letter,
.tatsu-dropcap-rounded {
    float: left;
    text-transform: uppercase
}

.tatsu-dropcap-circle.small,
.tatsu-dropcap-rounded.small,
.tatsu-dropcap-square.small {
    margin-top: 3px;
    font-size: 19px;
    line-height: 36px;
    margin-right: 10px;
    width: 36px;
    height: 35px;
    text-align: center;
    position: relative
}

.tatsu-dropcap-circle {
    border-radius: 50%
}

.tatsu-dropcap-rounded {
    border-radius: 3px
}

.tatsu-dropcap-letter {
    font-size: 35px;
    margin: 5px 10px 0 0
}

.tatsu-dropcap-letter.small {
    font-size: 24px;
    margin: 5px 15px 0 0
}

.tatsu-dropcap-circle.big,
.tatsu-dropcap-rounded.big,
.tatsu-dropcap-square.big {
    margin-top: 5px;
    font-size: 26px;
    line-height: 47px;
    width: 47px;
    height: 47px;
    margin-right: 10px;
    text-align: center
}

.tatsu-dropcap-circle,
.tatsu-dropcap-rounded {
    color: #fff
}

.tatsu-dropcap i:before {
    line-height: inherit
}

.tatsu-dropcap-wrap.style2,
.tatsu-dropcap-wrap.style2 .tatsu-dropcap {
    position: relative
}

.tatsu-dropcap-wrap.style2 .tatsu-dropcap {
    font-weight: bold;
    line-height: 1em;
    display: inline-block
}

.tatsu-dropcap-wrap.style2 .tatsu-dropcap-title {
    position: absolute;
    left: 1%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    line-height: 1em
}

.tatsu-dropcap-wrap.style2 i:before {
    line-height: normal
}

.tatsu-dropcap {
    display: inline-block
}

.tatsu-icon,
.tatsu-icon-bg {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.tatsu-icon-bg {
    width: 70px;
    height: 70px;
    line-height: 0
}

.tatsu-normal-icon .tatsu-icon {
    border-width: 0;
    border-style: solid;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.tatsu-normal-icon .tatsu-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tatsu-icon-bg:after,
.tatsu-icon-bg:before {
    border: 0 solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear
}

.tatsu-gradient-icon .tatsu-icon-bg:after,
.tatsu-gradient-icon .tatsu-icon-bg:before {
    content: "";
    position: absolute
}

.tatsu-gradient-icon .tatsu-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.tatsu-gradient-icon .tatsu-icon-bg:before {
    z-index: -1
}

.tatsu-gradient-icon .tatsu-icon-bg:after {
    z-index: -2
}

.tatsu-gradient-icon .tatsu-icon-bg:after,
.tatsu-gradient-icon .tatsu-icon-bg:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear
}

.tatsu-gradient-icon .tatsu-icon-bg:after {
    opacity: 1
}

.tatsu-gradient-icon .tatsu-icon-bg:before,
.tatsu-gradient-icon .tatsu-icon.hover {
    opacity: 0
}

.tatsu-gradient-icon .tatsu-icon-bg:hover .tatsu-icon.default {
    opacity: 0;
    -webkit-transition: opacity 0s .3s;
    -o-transition: opacity 0s .3s;
    transition: opacity 0s .3s
}

.tatsu-gradient-icon .tatsu-icon-bg:hover .tatsu-icon.hover,
.tatsu-gradient-icon .tatsu-icon-bg:hover:before {
    opacity: 1
}

.tatsu-gradient-icon .tatsu-icon-bg:hover:after {
    opacity: 0
}

.tatsu-gradient-icon.align-none .tatsu-icon-bg {
    margin-right: 10px
}

.tatsu-gradient-icon.align-none:last-child .tatsu-icon-bg {
    margin-right: 0
}

.tatsu-icon-ripple {
    position: relative
}

.tatsu-icon-ripple:after,
.tatsu-icon-ripple:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    -webkit-transform: scale(.35);
    -ms-transform: scale(.35);
    transform: scale(.35);
    opacity: 0;
    -webkit-animation: tatsu-ripple 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
    animation: tatsu-ripple 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite
}

.tatsu-icon-ripple:after {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.tatsu-icon-shortcode {
    margin-bottom: 20px
}

.tatsu-icon-wrap {
    line-height: 0
}

.tatsu-icon-shortcode.align-none {
    display: inline-block
}

.tatsu-normal-icon.align-none .tatsu-icon {
    margin-right: 10px
}

.tatsu-normal-icon.align-none:last-child .tatsu-icon {
    margin-right: 0
}

.tatsu-icon-shortcode a {
    display: inline-block
}

.tatsu-icon-bg.tiny .tatsu-icon,
.tatsu-icon.tiny {
    font-size: 12px
}

.tatsu-icon-bg.small .tatsu-icon,
.tatsu-icon.small {
    font-size: 16px
}

.tatsu-icon-bg.medium .tatsu-icon,
.tatsu-icon.medium {
    font-size: 25px
}

.tatsu-icon-bg.large .tatsu-icon,
.tatsu-icon.large {
    font-size: 40px
}

.tatsu-icon-bg.xlarge .tatsu-icon,
.tatsu-icon.xlarge {
    font-size: 55px
}

.tatsu-icon-bg.tiny.plain .tatsu-icon,
.tatsu-icon.tiny.plain {
    font-size: 16px
}

.tatsu-icon-bg.small.plain .tatsu-icon,
.tatsu-icon.small.plain {
    font-size: 24px
}

.tatsu-icon-bg.medium.plain .tatsu-icon,
.tatsu-icon.medium.plain {
    font-size: 35px
}

.tatsu-icon-bg.large.plain .tatsu-icon,
.tatsu-icon.large.plain {
    font-size: 50px
}

.tatsu-icon-bg.xlarge.plain .tatsu-icon,
.tatsu-icon.xlarge.plain {
    font-size: 80px
}

.tatsu-icon-bg.tiny,
.tatsu-icon.tiny {
    width: 28px;
    height: 28px
}

.tatsu-icon-bg.small,
.tatsu-icon.small {
    width: 45px;
    height: 45px
}

.tatsu-icon-bg.medium,
.tatsu-icon.medium {
    height: 75px;
    width: 75px
}

.tatsu-icon-bg.large,
.tatsu-icon.large {
    width: 100px;
    height: 100px
}

.tatsu-icon-bg.xlarge,
.tatsu-icon.xlarge {
    width: 125px;
    height: 125px
}

.tatsu-icon-bg.plain,
.tatsu-icon.plain {
    width: auto;
    height: auto
}

.tatsu-icon.plain {
    line-height: 1
}

.tatsu-icon.circle {
    border-radius: 50%
}

.tatsu-icon-bg.plain .tatsu-icon.default,
.tatsu-normal-icon .tatsu-icon.plain:before {
    position: static
}

.tatsu-icon-bg.plain .tatsu-icon.hover {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.tatsu-icon-bg.plain .tatsu-icon {
    display: inline
}

.tatsu-icon-shortcode.block-center,
.tatsu-icon-shortcode.block-right {
    display: block;
    margin-bottom: 30px
}

.tatsu-icon-shortcode.block-left {
    text-align: left
}

.tatsu-icon-shortcode.block-center {
    text-align: center
}

.tatsu-icon-shortcode.block-right {
    text-align: right
}

.tatsu-icon.diamond {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tatsu-icon.diamond:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.icon-transform .tatsu-icon-bg:hover,
.tatsu-normal-icon.icon-transform .tatsu-icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.icon-scale .tatsu-icon-bg:hover,
.tatsu-normal-icon.icon-scale .tatsu-icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.tatsu-icon-shortcode {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

#content .tatsu-icon-group {
    margin-bottom: 20px;
    line-height: 0
}

.tatsu-icon-group div.tatsu-icon-shortcode {
    margin-right: 15px
}

.tatsu-icon-group.align-right div.tatsu-icon-shortcode {
    margin-right: 0;
    margin-left: 15px
}

.tatsu-icon-group .tatsu-icon-shortcode:last-child,
.tatsu-icon-group .tatsu-icon-shortcode:last-child .tatsu-icon {
    margin-right: 0
}

.tatsu-list {
    list-style: none;
    padding: 0
}

.tatsu-list .tatsu-icon {
    font-size: 15px;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block
}

.tatsu-list-content {
    width: auto;
    line-height: 25px;
    margin-bottom: 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-list-inner {
    padding-left: 30px;
    display: inline-block
}

.tatsu-lists-timeline .tatsu-list-inner {
    padding-left: 20px
}

.tatsu-list-icon-wrap {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tatsu-reverse-list .tatsu-list-icon-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tatsu-reverse-list .tatsu-list-inner {
    padding: 0 30px 0 0
}

.tatsu-list-vertical-align-top .tatsu-list-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tatsu-list-vertical-align-center .tatsu-list-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-list-vertical-align-bottom .tatsu-list-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tatsu-list-bordered .tatsu-list-content {
    margin-bottom: 0
}

.tatsu-lists-number {
    counter-reset: tatsu-lists-counter
}

.tatsu-lists-number .tatsu-list-content {
    counter-increment: tatsu-lists-counter
}

.tatsu-lists-number .tatsu-list-content:before {
    content: counter(tatsu-lists-counter);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tatsu-lists-timeline-element {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    width: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tatsu-lists-timeline {
    position: relative
}

.tatsu-notification {
    margin-bottom: 20px;
    border-radius: 2px
}

.tatsu-success,
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #26cda4;
    color: #000
}

.tatsu-error,
.wpcf7-response-output.wpcf7-validation-errors {
    background: #de4141;
    color: #ffd6d6
}

.tatsu-notification-inner,
.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors {
    cursor: default;
    line-height: 1.5;
    padding: 15px;
    text-align: center;
    position: relative
}

.tatsu-notification span.close {
    cursor: pointer;
    margin-top: -7px;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 14px;
    width: 15px;
    height: 15px;
    font-size: 14px;
    color: #fff
}

.skill-wrap .skill-bar {
    height: 12px;
    position: relative
}

.expand {
    height: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: all .7s linear !important;
    -o-transition: all .7s linear !important;
    transition: all .7s linear !important
}

.skill-wrap .skill-bar {
    font-size: inherit;
    display: block
}

.skill-wrap .skill_name {
    display: block
}

.skill-vertical .skill-wrap .skill-bar {
    margin-bottom: 8px
}

.skill-horizontal .skill-wrap,
.skill-vertical .skill-wrap .skill_name {
    margin-bottom: 20px
}

.skill-horizontal .skill-wrap .skill_name {
    margin-bottom: 8px
}

.skill-vertical .skill {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px
}

.skill-vertical .skill-wrap {
    text-align: center;
    padding: 0 10px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.skill-vertical .skill-wrap .skill-bar .be-skill {
    width: 100% !important;
    bottom: 0;
    position: absolute;
    top: auto
}

.tatsu-skill-pill .be-skill,
.tatsu-skill-pill .skill-bar {
    border-radius: 30px
}

.tatsu-ti {
    display: inline-block;
    text-align: center;
    position: relative
}

.tatsu-ti.align-right {
    float: right;
    margin-left: 30px;
    margin-right: 0
}

.tatsu-ti-wrap {
    float: left;
    margin-right: 30px
}

.tatsu-ti-wrap.circled {
    position: relative;
    border-radius: 50px;
    text-align: center;
    border: 1px solid transparent;
    background-clip: padding-box !important
}

.tatsu-ti-wrap.circled .tatsu-ti-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tatsu-ti-wrap.small {
    font-size: 21px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px
}

.tatsu-ti-wrap.medium {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px
}

.tatsu-ti-wrap.large {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 32px
}

.tatsu-ti-wrap.medium.plain {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px
}

.tatsu-ti-wrap.large.plain {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 34px
}

.tatsu-ti-icon {
    font-size: inherit;
    line-height: 0;
    vertical-align: middle
}

.tatsu-tc {
    padding-left: 80px
}

.tatsu-tc.small.plain {
    padding-left: 50px
}

.tatsu-ti-wrap.small.circled {
    width: 45px;
    height: 45px;
    line-height: 45px
}

.tatsu-tc.small {
    padding-left: 70px
}

.tatsu-tc.small.align-right {
    padding-right: 70px
}

.tatsu-ti.small.align-right {
    margin-left: 20px;
    margin-right: 0
}

.tatsu-tc.medium {
    padding-left: 100px
}

.tatsu-tc.medium.plain {
    padding-left: 60px
}

.tatsu-tc.align-right {
    padding-right: 80px
}

.tatsu-tc.small.plain.align-right {
    padding-right: 50px
}

.tatsu-tc.medium.align-right {
    padding-right: 100px
}

.tatsu-tc.medium.plain.align-right {
    padding-right: 60px
}

.tatsu-tc.large.align-right,
.tatsu-tc.large.plain.align-right,
.tatsu-tc.medium.align-right,
.tatsu-tc.medium.plain.align-right,
.tatsu-tc.small.align-right,
.tatsu-tc.small.plain.align-right {
    padding-left: 0;
    text-align: right
}

.tatsu-divider {
    display: inline-block;
    border: none
}

hr.tatsu-divider {
    margin: 0
}

.tatsu-module.tatsu-divider-wrap {
    line-height: 0;
    margin-bottom: 20px
}

.tatsu-gmap-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.tatsu-gmap {
    height: inherit
}

.tatsu_testimonial_wrap {
    position: relative;
    margin-bottom: 30px
}

.tatsu_testimonial_wrap i.tatsu-icon.icon-quote {
    font-size: 100px;
    position: absolute;
    top: -18px;
    opacity: .2;
    right: -14px;
    display: inline-block;
    z-index: 3
}

.tatsu_testimonial_inner_wrap:after {
    content: "";
    display: block;
    position: absolute
}

.bubble_left .tatsu_testimonial_inner_wrap:after {
    left: 45px;
    border: 9px solid;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit
}

.bubble_center .tatsu_testimonial_inner_wrap:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 15px solid;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.bubble_right .tatsu_testimonial_inner_wrap:after {
    right: 45px;
    border: 9px solid;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.tatsu_testimonial_content {
    padding: 30px 23px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 0
}

.tatsu_testimonial_description {
    display: inline-block
}

.tatsu_testimonial_author {
    margin-bottom: 0
}

.tatsu_testimonial.bubble_left .tatsu_testimonial_info_wrap {
    margin-left: 20px
}

.tatsu_testimonial_img {
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px
}

.tatsu_testimonial_info {
    display: inline-block;
    vertical-align: middle
}

.tatsu_testimonial_wrap.bubble_right .tatsu_testimonial_info_wrap {
    text-align: right
}

.tatsu_testimonial_wrap.bubble_center .tatsu_testimonial_img {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto
}

.tatsu_testimonial_wrap.bubble_center .tatsu_testimonial_info {
    text-align: center;
    display: block
}

.tatsu_testimonial_wrap.bubble_right .tatsu_testimonial_img {
    float: right;
    display: inline-block;
    margin-right: 0;
    margin-left: 20px
}

.tatsu_testimonial_wrap.bubble_right .tatsu_testimonial_info {
    margin-top: 10px
}

.tatsu-vimeo-wrap .fluid-width-video-wrapper {
    padding-top: 56% !important
}

.tatsu-code {
    margin-bottom: 0
}

.tatsu-single-image {
    width: 100%;
    line-height: 0
}

.tatsu-single-image.be-shadow-light .tatsu-single-image-inner {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1), 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1), 0 3px 5px rgba(0, 0, 0, .1)
}

.tatsu-single-image.be-shadow-medium .tatsu-single-image-inner {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .12), 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .12), 0 5px 20px rgba(0, 0, 0, .1)
}

.tatsu-single-image.be-shadow-dark .tatsu-single-image-inner {
    -webkit-box-shadow: 0 50px 120px rgba(0, 0, 0, .12), 0 10px 90px rgba(0, 0, 0, .1);
    box-shadow: 0 50px 120px rgba(0, 0, 0, .12), 0 10px 90px rgba(0, 0, 0, .1)
}

.tatsu-image-lazyload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body:not(.tatsu-frame) .tatsu-single-image:not(.tatsu-external-image) a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tatsu-single-image-inner {
    display: inline-block;
    max-width: 100%
}

.tatsu-image-overflow .tatsu-single-image-inner {
    display: block;
    max-width: none
}

.tatsu-single-image img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 0 solid transparent
}

body:not(.tatsu-frame) .tatsu-single-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0
}

body:not(.tatsu-frame) .tatsu-single-image.tatsu-external-image img {
    position: static
}

.tatsu-image-overflow img {
    width: 100%
}

.tatsu-single-image-inner {
    width: 100%;
    position: relative;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.tatsu-single-image.align-none {
    display: inline-block
}

.tatsu-single-image.align-left {
    text-align: left
}

.tatsu-single-image.align-center {
    text-align: center
}

.tatsu-single-image.align-right {
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .tatsu-cta-inner {
        padding: 30px
    }
    .tatsu-action-button,
    .tatsu-action-content {
        float: none
    }
}

@media only screen and (max-width:959px) {
    .be-section-pad.be-edge-padding {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .tatsu-inline-text-inner,
    .tatsu-text-inner {
        width: 100%
    }
    .tatsu-image-overflow .tatsu-single-image-inner {
        width: 100% !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important
    }
    .tatsu-action-button,
    .tatsu-action-content {
        float: none
    }
    .tatsu-action-content {
        display: block;
        margin: 0 0 25px
    }
    .tatsu-tc.align-right,
    .tatsu-tc.medium.align-right,
    .tatsu-tc.medium.plain.align-right,
    .tatsu-tc.small.plain.align-right {
        text-align: left
    }
    .tatsu-ti.align-right {
        float: left;
        margin-right: 30px;
        margin-left: 0
    }
    .tatsu-tc.medium.align-right {
        padding-left: 100px;
        padding-right: 0
    }
    .tatsu-ti.small.align-right {
        margin-left: 0;
        margin-right: 20px
    }
    .tatsu-tc.small.plain.align-right {
        padding-left: 50px;
        padding-right: 0
    }
    .tatsu-tc.medium.plain.align-right {
        padding-right: 0;
        padding-left: 60px
    }
    .tatsu-tc * {
        text-align: left !important
    }
    .hide-mobile {
        display: none !important
    }
    body.disable-animation-on-mobile .animated {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        visibility: visible !important
    }
}

.tatsu-module.simple-text {
    width: 100%;
    display: block;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.simple-text-inner h1.simple-text-tag {
    line-height: 70px
}

.static-map-overlay {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4)
}

.static-map-content {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 20px;
    display: inline-block;
    background: #000
}

.tatsu-inline-link-style1 {
    position: relative;
    padding-left: 1.3em;
    -webkit-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s
}

.tatsu-inline-link-style1:hover {
    padding-left: 1.8em
}

.tatsu-inline-link-style1:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 1.3em;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-50%) scaleX(.6);
    -ms-transform: translateY(-50%) scaleX(.6);
    transform: translateY(-50%) scaleX(.6);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.tatsu-inline-link-style1:hover:before {
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

.tatsu-inline-link-style2 {
    position: relative;
    display: inline-block;
    line-height: 1.3
}

.tatsu-inline-link-style2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.tatsu-inline-link-style2:hover:after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.tatsu-inline-link-style3 {
    position: relative;
    display: inline-block;
    line-height: 1.3
}

.tatsu-inline-link-style3:before {
    content: "";
    position: absolute;
    bottom: -2px;
    border-bottom: 2px solid;
    width: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.tatsu-inline-link-style3:hover:before {
    width: 100%
}

.tatsu-inline-link-style1 a,
.tatsu-inline-link-style2 a,
.tatsu-inline-link-style3 a {
    color: inherit
}

.tatsu-inline-anchor-color-fix {
    color: inherit !important
}

.tatsu-gsection-title.align-center {
    text-align: center
}

.tatsu-gsection-title.align-right {
    text-align: right
}

.tatsu-gsection-meta.align-center {
    text-align: center
}

.tatsu-gsection-meta.align-right {
    text-align: right
}

.tatsu-star-rating {
    white-space: nowrap;
    line-height: 0
}

.tatsu-star-rating-inner {
    display: inline-block;
    position: relative
}

.tatsu-star-rating-filled,
.tatsu-star-rating-range {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-star-rating-filled {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0
}

.tatsu-star-rating-star {
    margin-right: 2px
}

.tatsu-star-rating-star:last-child {
    margin-right: 0
}

.tatsu-star-rating-align-left {
    text-align: left
}

.tatsu-star-rating-align-center {
    text-align: center
}

.tatsu-star-rating-align-right {
    text-align: right
}

.tatsu-star-rating-align-none {
    display: inline-block
}

.tatsu-star-rating-star svg {
    fill: currentColor;
    width: 18px;
    height: 18px
}

.tatsu-carousel {
    position: relative;
    visibility: hidden
}

.tatsu-row-wrap.tatsu-row-full-width .tatsu-carousel {
    margin: 0
}

.tatsu-carousel.flickity-enabled {
    visibility: visible
}

.tatsu-carousel-destroy-in-mobile:after {
    content: "flickity";
    display: none
}

@media screen and (max-width:767px) {
    .tatsu-carousel-destroy-in-mobile:after {
        content: ""
    }
}

.tatsu-carousel[data-dots="1"] .flickity-viewport {
    margin-bottom: 30px
}

.tatsu-carousel .flickity-page-dots {
    left: 0
}

.tatsu-carousel .flickity-page-dots .dot {
    width: 7px;
    height: 7px
}

.tatsu-carousel .flickity-prev-next-button {
    padding: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tatsu-carousel .flickity-button-icon {
    fill: #979797
}

.tatsu-carousel .flickity-button:hover {
    background: transparent
}

.tatsu-carousel .flickity-prev-next-button.next {
    right: 0;
    opacity: 0
}

.tatsu-carousel:hover .flickity-prev-next-button.next {
    right: 15px;
    opacity: 1
}

.tatsu-carousel .flickity-prev-next-button.previous {
    left: 0;
    opacity: 0
}

.tatsu-carousel:hover .flickity-prev-next-button.previous {
    left: 15px;
    opacity: 1
}

.tatsu-carousel .flickity-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tatsu-carousel .flickity-viewport {
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

.tatsu-carousel.tatsu-full-screen-carousel .flickity-viewport {
    margin-bottom: 0
}

.tatsu-carousel.tatsu-full-screen-carousel .flickity-page-dots {
    bottom: 15px
}

.tatsu-carousel-col {
    position: absolute;
    top: 0
}

.tatsu-carousel-col:first-child {
    position: relative
}

.tatsu-carousel-cols-1 .tatsu-carousel-col {
    width: 100%
}

.tatsu-carousel-cols-2 .tatsu-carousel-col {
    width: 50%
}

.tatsu-carousel-cols-3 .tatsu-carousel-col {
    width: 33.33%
}

.tatsu-carousel-cols-4 .tatsu-carousel-col {
    width: 25%
}

.tatsu-carousel-cols-5 .tatsu-carousel-col {
    width: 20%
}

.tatsu-carousel-cols-6 .tatsu-carousel-col {
    width: 16.66%
}

.tatsu-carousel-col-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.tatsu-carousel-img-lazy-load {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 0
}

.tatsu-carousel-img-lazy-loaded {
    opacity: 1
}

.tatsu-fixed-carousel .tatsu-carousel-img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .tatsu-fixed-carousel .tatsu-carousel-col {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .tatsu-fixed-carousel .tatsu-carousel-col {
        width: 100%
    }
}

.tatsu-image-center-scale .tatsu-carousel-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tatsu-variable-carousel .tatsu-carousel-img {
    height: 100%;
    width: auto
}

@media only screen and (max-width:767px) {
    .tatsu-variable-carousel .tatsu-carousel-col {
        width: 100%
    }
    .tatsu-variable-carousel .tatsu-carousel-img {
        width: 100%;
        height: auto;
        max-width: 100%
    }
}

.tatsu-client-carousel .tatsu-carousel-img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto
}

@media only screen and (max-width:767px) {
    .tatsu-client-carousel .tatsu-carousel-col {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .tatsu-carousel-destroy-in-mobile {
        visibility: visible
    }
    .tatsu-carousel.tatsu-carousel-destroy-in-mobile .tatsu-carousel-col-inner {
        height: auto;
        line-height: 0
    }
    .tatsu-carousel-destroy-in-mobile .tatsu-carousel-col {
        position: relative;
        text-align: center;
        margin-bottom: 25px;
        width: 100%
    }
    .tatsu-carousel-destroy-in-mobile .tatsu-carousel-img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%
    }
}

.tatsu-interactive-box {
    position: relative;
    z-index: 1;
    cursor: pointer
}

.tatsu-interactive-box-custom-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-interactive-box-icon {
    line-height: 0
}

.tatsu-interactive-box-content :last-child {
    margin-bottom: 0
}

.tatsu-interactive-box-content,
.tatsu-interactive-box-icon,
.tatsu-interactive-box-title {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.tatsu-interactive-box-content a {
    pointer-events: all
}

.tatsu-interactive-box-align-center {
    text-align: center
}

.tatsu-interactive-box-align-left {
    text-align: left
}

.tatsu-interactive-box-align-right {
    text-align: right
}

.tatsu-interactive-box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tatsu-interactive-box-inner {
    position: relative;
    pointer-events: none
}

.tatsu-interactive-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tatsu-interactive-box-align-left .tatsu-interactive-box-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tatsu-interactive-box-align-center .tatsu-interactive-box-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-interactive-box-align-right .tatsu-interactive-box-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tatsu-interactive-box-custom-height.tatsu-interactive-box-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tatsu-interactive-box-custom-height.tatsu-interactive-box-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tatsu-interactive-box-custom-height.tatsu-interactive-box-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-interactive-box-front {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    background-position: 50%;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 40px;
    -webkit-transition: all .7s cubic-bezier(.4, .2, .2, 1);
    -o-transition: all .7s cubic-bezier(.4, .2, .2, 1);
    transition: all .7s cubic-bezier(.4, .2, .2, 1)
}

.tatsu-interactive-box-align-center .tatsu-interactive-box-back,
.tatsu-interactive-box-align-center .tatsu-interactive-box-front {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tatsu-interactive-box-align-right .tatsu-interactive-box-back,
.tatsu-interactive-box-align-right .tatsu-interactive-box-front {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-interactive-box-align-left .tatsu-interactive-box-back,
.tatsu-interactive-box-align-left .tatsu-interactive-box-front {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tatsu-interactive-box-back {
    position: relative;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .7s cubic-bezier(.4, .2, .2, 1);
    -o-transition: all .7s cubic-bezier(.4, .2, .2, 1);
    transition: all .7s cubic-bezier(.4, .2, .2, 1);
    min-height: 0;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 30px 65px rgba(0, 0, 0, .15);
    box-shadow: 0 30px 65px rgba(0, 0, 0, .15);
    padding: 40px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.tatsu-interactive-box-overlay:before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    border-radius: inherit;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tatsu-interactive-box-flip .tatsu-interactive-box-content,
.tatsu-interactive-box-flip .tatsu-interactive-box-header {
    -webkit-transform: translateZ(50px) scale(.94);
    transform: translateZ(50px) scale(.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tatsu-interactive-box-flip-wrap {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    pointer-events: none
}

.tatsu-interactive-box-icon {
    margin-bottom: 25px
}

.tatsu-interactive-box-flip .tatsu-interactive-box-icon {
    margin-bottom: 18px
}

.tatsu-interactive-box-flip:hover .tatsu-interactive-box-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.tatsu-interactive-box-flip:hover .tatsu-interactive-box-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.tatsu-interactive-box-stacked {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 30px
}

.tatsu-interactive-box-stacked:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .17);
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .17)
}

.tatsu-interactive-box-stacked:hover .tatsu-interactive-box-stacks {
    opacity: 1
}

.tatsu-interactive-box-stacked:hover .tatsu-interactive-box-stacks:before {
    -webkit-transform: translate3d(-50%, 7px, 0);
    transform: translate3d(-50%, 7px, 0);
    opacity: .7
}

.tatsu-interactive-box-stacked:hover .tatsu-interactive-box-stacks:after {
    -webkit-transform: translate3d(-50%, 14px, 0);
    transform: translate3d(-50%, 14px, 0);
    opacity: .5
}

.tatsu-interactive-box-stacked .tatsu-interactive-box-header {
    margin-bottom: 5px
}

.tatsu-interactive-box-stacks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.tatsu-interactive-box-with-bg-image .tatsu-interactive-box-stacks {
    opacity: 1
}

.tatsu-interactive-box-image-holder {
    height: 100%;
    border-radius: inherit
}

.tatsu-interactive-box-stacks:before {
    width: 95%
}

.tatsu-interactive-box-stacks:after,
.tatsu-interactive-box-stacks:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    height: 100%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    border-radius: inherit;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    background: inherit
}

.tatsu-interactive-box-stacks:after {
    width: 90%
}

.tatsu-interactive-box-with-bg-image .tatsu-interactive-box-stacks:after,
.tatsu-interactive-box-with-bg-image .tatsu-interactive-box-stacks:before {
    z-index: -2
}

.tatsu-interactive-box-transform {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 40px 30px
}

.tatsu-interactive-box-transform:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

.tatsu-interactive-box-transform .tatsu-interactive-box-title {
    margin-bottom: 10px
}

.tatsu-interactive-box-transform .tatsu-interactive-box-inner {
    overflow: hidden
}

.tatsu-interactive-box-allow-overflow .tatsu-interactive-box-inner {
    overflow: visible
}

.tatsu-interactive-box-transform:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: inherit;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 30px 65px rgba(0, 0, 0, .15);
    box-shadow: 0 30px 65px rgba(0, 0, 0, .15)
}

.tatsu-interactive-box-transform:hover:after {
    opacity: 1
}

.tatsu-interactive-box-transform .tatsu-interactive-box-icon {
    margin-bottom: 25px
}

.tatsu-interactive-box-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.tatsu-interactive-box-transform:hover .tatsu-interactive-box-arrow {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tatsu-interactive-box-align-left .tatsu-interactive-box-arrow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tatsu-interactive-box-align-right .tatsu-interactive-box-arrow {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-interactive-box-icon-content {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.tatsu-interactive-box-arrow svg {
    width: 25px;
    opacity: 1
}

.tatsu-svg-icon {
    line-height: 0
}

.tatsu-svg-icon.align-center {
    text-align: center
}

.tatsu-svg-icon.align-right {
    text-align: right
}

.tatsu-svg-icon-inner {
    display: inline-block
}

.tatsu-svg-icon.small svg {
    width: 45px;
    height: 45px;
    line-height: 45px
}

.small.tatsu-svg-icon-circled .tatsu-svg-icon-inner {
    padding: 22px
}

.tatsu-svg-icon.medium svg {
    height: 75px;
    line-height: 75px;
    width: 75px
}

.medium.tatsu-svg-icon-circled .tatsu-svg-icon-inner {
    padding: 37px
}

.tatsu-svg-icon.large svg {
    width: 100px;
    height: 100px;
    line-height: 100px
}

.large.tatsu-svg-icon-circled .tatsu-svg-icon-inner {
    padding: 50px
}

.tatsu-svg-icon.xlarge svg {
    width: 125px;
    height: 125px;
    line-height: 125px
}

.xlarge.tatsu-svg-icon-circled .tatsu-svg-icon-inner {
    padding: 62px
}

.tatsu-svg-icon-circled .tatsu-svg-icon-inner {
    border-radius: 50%
}

.tatsu-svg-icon.align-none {
    display: inline-block
}

.tatsu-svg-icon-default svg * {
    fill: none;
    stroke: currentColor
}

.tatsu-svg-icon-custom svg * {
    fill: currentColor
}

.tatsu-svg-icon-custom.tatsu-line-animate svg * {
    fill: none;
    stroke: currentColor
}

.tatsu-svg-icon.tatsu-line-animate svg * {
    stroke-width: inherit
}

.tatsu-icon_card-align-center {
    text-align: center
}

.tatsu-icon_card-align-right {
    text-align: right
}

.tatsu-icon_card-style2.tatsu-icon_card-align-center .tatsu-icon_card-icon {
    margin: 0 auto
}

.tatsu-icon_card-style2.tatsu-icon_card-align-right .tatsu-icon_card-icon {
    margin: 0 0 0 auto
}

.tatsu-icon_card-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tatsu-icon_card-style1 .tatsu-icon_card-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tatsu-icon_card-style1.tatsu-icon_card-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tatsu-icon_card-style1.tatsu-icon_card-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-icon_card-vertical-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-icon_card-vertical-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tatsu-icon_card-vertical-align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.tatsu-icon_card-style1.tatsu-icon_tiny .tatsu-icon_card-icon {
    margin-right: 12px
}

.tatsu-icon_card-style1.tatsu-icon_small .tatsu-icon_card-icon {
    margin-right: 16px
}

.tatsu-icon_card-style1.tatsu-icon_medium .tatsu-icon_card-icon {
    margin-right: 18px
}

.tatsu-icon_card-style1.tatsu-icon_large .tatsu-icon_card-icon {
    margin-right: 21px
}

.tatsu-icon_card-style1.tatsu-icon_x-large .tatsu-icon_card-icon {
    margin-right: 24px
}

.tatsu-icon_card-style2.tatsu-icon_tiny .tatsu-icon_card-icon {
    margin-bottom: 5px
}

.tatsu-icon_card-style2.tatsu-icon_small .tatsu-icon_card-icon {
    margin-bottom: 15px
}

.tatsu-icon_card-style2.tatsu-icon_medium .tatsu-icon_card-icon {
    margin-bottom: 17px
}

.tatsu-icon_card-style2.tatsu-icon_large .tatsu-icon_card-icon {
    margin-bottom: 19px
}

.tatsu-icon_card-style2.tatsu-icon_x-large .tatsu-icon_card-icon {
    margin-bottom: 21px
}

.tatsu-icon_bg {
    border-radius: 50%
}

.tatsu-icon_card-title {
    margin-bottom: 5px
}

.tatsu-icon_card-title a {
    color: inherit
}

.tatsu-icon_card-title-caption>:last-child {
    margin-bottom: 0
}

.tatsu-icon_card-icon {
    line-height: 0
}

.tatsu-icon_tiny svg {
    width: 17px;
    height: 17px
}

.tatsu-icon_small svg {
    width: 22px;
    height: 22px
}

.tatsu-icon_medium svg {
    width: 32px;
    height: 32px
}

.tatsu-icon_large svg {
    width: 45px;
    height: 45px
}

.tatsu-icon_x-large svg {
    width: 64px;
    height: 64px
}

.tatsu-icon_tiny.tatsu-icon_circled svg {
    width: 12px;
    height: 12px
}

.tatsu-icon_small.tatsu-icon_circled svg {
    width: 16px;
    height: 16px
}

.tatsu-icon_medium.tatsu-icon_circled svg {
    width: 21px;
    height: 21px
}

.tatsu-icon_large.tatsu-icon_circled svg {
    width: 28px;
    height: 28px
}

.tatsu-icon_x-large.tatsu-icon_circled svg {
    width: 36px;
    height: 36px
}

.tatsu-icon_card-type-image .tatsu-icon_card-icon {
    border-radius: 50%
}

.tatsu-icon_card-type-image .tatsu-img-plain {
    border-radius: 0
}

.tatsu-icon_card-type-image.tatsu-icon_tiny .tatsu-icon_card-icon,
.tatsu-normal-icon .tatsu-icon-wrap .tatsu-icon-image.tiny {
    width: 28px;
    height: 28px
}

.tatsu-icon_card-type-image.tatsu-icon_small .tatsu-icon_card-icon,
.tatsu-normal-icon .tatsu-icon-wrap .tatsu-icon-image.small {
    width: 38px;
    height: 38px
}

.tatsu-icon_card-type-image.tatsu-icon_medium .tatsu-icon_card-icon,
.tatsu-normal-icon .tatsu-icon-wrap .tatsu-icon-image.medium {
    width: 50px;
    height: 50px
}

.tatsu-icon_card-type-image.tatsu-icon_large .tatsu-icon_card-icon,
.tatsu-normal-icon .tatsu-icon-wrap .tatsu-icon-image.large {
    width: 64px;
    height: 64px
}

.tatsu-icon_card-type-image.tatsu-icon_x-large .tatsu-icon_card-icon,
.tatsu-normal-icon .tatsu-icon-wrap .tatsu-icon-image.xlarge {
    width: 86px;
    height: 86px
}

.tatsu-normal-icon .tatsu-icon-wrap .tatsu-icon-image.tatsu-icon-image-circled {
    border-radius: 50%
}

.tatsu-icon_card-caption>:last-child {
    margin-bottom: 0
}

.tatsu-icon_card-caption a {
    color: inherit
}

.tatsu-icon_card-style1.tatsu-icon_card>:last-child {
    margin-right: 0
}

.tatsu-icon_card-style2.tatsu-icon_card>:last-child {
    margin-bottom: 0
}

.tatsu-icon_card-type-svg svg * {
    fill: none;
    stroke: currentColor
}

.tatsu-icon_tiny .tatsu-icon {
    font-size: 16px
}

.tatsu-icon_small .tatsu-icon {
    font-size: 22px
}

.tatsu-icon_medium .tatsu-icon {
    font-size: 32px
}

.tatsu-icon_large .tatsu-icon {
    font-size: 45px
}

.tatsu-icon_x-large .tatsu-icon {
    font-size: 62px
}

.tatsu-icon_bg {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-icon_circled.tatsu-icon_tiny .tatsu-icon_bg {
    width: 28px;
    height: 28px
}

.tatsu-icon_circled.tatsu-icon_tiny .tatsu-icon {
    font-size: 12px
}

.tatsu-icon_circled.tatsu-icon_small .tatsu-icon_bg {
    width: 38px;
    height: 38px
}

.tatsu-icon_circled.tatsu-icon_small .tatsu-icon {
    font-size: 16px
}

.tatsu-icon_circled.tatsu-icon_medium .tatsu-icon_bg {
    width: 50px;
    height: 50px
}

.tatsu-icon_circled.tatsu-icon_medium .tatsu-icon {
    font-size: 21px
}

.tatsu-icon_circled.tatsu-icon_large .tatsu-icon_bg {
    width: 64px;
    height: 64px
}

.tatsu-icon_circled.tatsu-icon_large .tatsu-icon {
    font-size: 28px
}

.tatsu-icon_circled.tatsu-icon_x-large .tatsu-icon_bg {
    width: 86px;
    height: 86px
}

.tatsu-icon_circled.tatsu-icon_x-large .tatsu-icon {
    font-size: 36px
}

.tatsu-typed-text-cursor {
    opacity: 1;
    -webkit-animation: typedjsBlink .7s infinite;
    animation: typedjsBlink .7s infinite
}

@keyframes typedjsBlink {
    50% {
        opacity: 0
    }
}

@-webkit-keyframes typedjsBlink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tatsu-animated-link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-animated-link-align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tatsu-animated-link-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tatsu-animated-link-align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-animated-link-align-none {
    display: inline-block;
    margin-right: 20px
}

.tatsu-animated-link-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-animated-link-text {
    -webkit-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .3s cubic-bezier(.4, 0, .2, 1)
}

.tatsu-animated-link-style1 .tatsu-animated-link-inner:before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid;
    width: 1.5em;
    margin-right: 1.125em;
    vertical-align: middle;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1)
}

.tatsu-animated-link-style1 .tatsu-animated-link-inner:hover:before {
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5)
}

.tatsu-animated-link-style1 .tatsu-animated-link-text {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: color .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: transform .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1)
}

.tatsu-animated-link-style1 .tatsu-animated-link-inner:hover .tatsu-animated-link-text {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.tatsu-animated-link-style2 .tatsu-animated-link-inner {
    position: relative;
    line-height: 2
}

.tatsu-animated-link-style2 .tatsu-animated-link-inner:after {
    content: "";
    position: absolute;
    bottom: -2px;
    border-bottom: 2px solid;
    right: 0;
    left: auto;
    width: 0;
    -webkit-transition: width .5s cubic-bezier(.4, 0, .2, 1);
    -o-transition: width .5s cubic-bezier(.4, 0, .2, 1);
    transition: width .5s cubic-bezier(.4, 0, .2, 1)
}

.tatsu-animated-link-style2 .tatsu-animated-link-inner:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.tatsu-animated-link-style2 .tatsu-animated-link-inner:before {
    content: "";
    position: absolute;
    bottom: -2px;
    border-bottom: 2px solid;
    left: 0;
    width: 100%
}

.tatsu-animated-link-style3 .tatsu-animated-link-inner {
    position: relative;
    line-height: 2
}

.tatsu-animated-link-style3 .tatsu-animated-link-inner:before {
    content: "";
    position: absolute;
    bottom: -2px;
    border-bottom: 2px solid;
    width: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
    transition: all .5s cubic-bezier(.19, 1, .22, 1)
}

.tatsu-animated-link-style3 .tatsu-animated-link-inner:hover:before {
    width: 100%
}

.tatsu-animated-link-arrow {
    line-height: 0
}

.tatsu-animated-link-style4 .tatsu-animated-link-inner {
    line-height: 1
}

.tatsu-animated-link-style4 .tatsu-svg-arrow-bar {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.tatsu-animated-link-inner:hover .tatsu-svg-arrow-bar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.tatsu-animated-link-style4 svg {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
    fill: currentColor;
    height: auto;
    width: 1.1em;
    -webkit-transition: fill .3s, -webkit-transform .3s;
    transition: fill .3s, -webkit-transform .3s;
    -o-transition: transform .3s, fill .3s;
    transition: transform .3s, fill .3s;
    transition: transform .3s, fill .3s, -webkit-transform .3s
}

.tatsu-animated-link-style4 .tatsu-animated-link-inner:hover svg {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.tatsu-line-animate svg {
    opacity: 0
}

.tatsu-line-animate svg * {
    fill: none;
    stroke: currentColor
}

.tatsu-line-animate-ready svg {
    opacity: 1
}

.gallery {
    overflow: hidden
}

.gallery-container {
    visibility: hidden
}

.gallery-cell {
    float: left;
    margin: 0 0 40px;
    overflow: hidden
}

.single-post .gallery-cell {
    float: none
}

.gallery-cell-empty-message {
    width: 100% !important;
    text-align: center
}

.category .gallery-cell-inner {
    overflow: visible
}

.gallery-cell .gallery-cell-inner,
.gallery-cell .gallery-thumb-img-wrap,
.gallery-cell .thumb-anchor {
    overflow: hidden;
    position: relative
}

.gallery-cell img {
    width: 100%;
    max-width: none;
    display: block;
    position: relative
}

.tatsu-gallery-module .gallery-thumb-img-wrap img {
    position: absolute
}

.gallery-cell.wide-height img,
.gallery-cell.wide-width-height img,
.gallery-cell.wide-width img {
    max-width: none;
    display: inline-block !important
}

.full-screen.full-screen-gutter .gallery-container .gallery-cell,
.gallery-container .gallery-cell:last-child {
    margin-bottom: 40px
}

.full-screen .gallery-container .gallery-cell,
.gallery-cell .be-button,
.gallery-cell .one-half,
.gallery-cell img {
    margin-bottom: 0
}

.portfolio-content-wrap {
    padding-left: 10px
}

.thumb-anchor {
    display: block
}

.thumb-anchor,
.thumb-bg,
.thumb-wrap {
    position: relative
}

.thumb-overlay,
.thumb-wrap {
    overflow: hidden
}

.thumb-overlay {
    position: absolute;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0
}

.thumb-bg {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.style2-title .thumb-title-wrap,
.style3-title .thumb-title-wrap,
.style4-title .thumb-title-wrap {
    text-align: center;
    display: table-cell;
    vertical-align: top
}

.style2-title .thumb-title,
.style4-title .thumb-title {
    margin: 10px 20px
}

.style3-title .thumb-title {
    margin: 0 0 10px
}

.style2-title .portfolio-item-cats,
.style3-title .portfolio-item-cats,
.style4-title .portfolio-item-cats {
    margin: 0 20px
}

.style2-title .thumb-title-wrap {
    text-align: left;
    vertical-align: top
}

.style3-title .thumb-title-wrap {
    vertical-align: middle
}

.style4-title .portfolio-item-cats {
    margin: 0 !important
}

.style4-title .thumb-title-wrap {
    text-align: left;
    vertical-align: bottom
}

.style4-title .portfolio-item-cats {
    margin: 0 20px 10px !important
}

.style4-title .thumb-title:last-child {
    margin-bottom: 5px !important
}

.popup-gallery {
    display: none
}

.thumb-bg.act-table {
    display: table
}

.gallery-cell.style1-hover .thumb-overlay {
    opacity: 0;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease
}

.gallery-cell.style1-hover .gallery-cell-inner:hover .thumb-overlay {
    opacity: 1
}

.gallery-container .force-show-thumb-overlay {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.gallery-container .force-show-thumb-overlay .gallery-cell .thumb-overlay {
    opacity: 1;
    display: block;
    bottom: 0
}

.gallery .gallery-container .init-slide-top.gallery-thumb-img-wrap {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.gallery .gallery-container .init-slide-bottom.gallery-thumb-img-wrap {
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.gallery .gallery-container .init-slide-left.gallery-thumb-img-wrap {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.gallery .gallery-container .init-slide-right.gallery-thumb-img-wrap {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.gallery .gallery-container .init-scale.gallery-thumb-img-wrap {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.gallery .gallery-container .fadeIn.gallery-thumb-img-wrap {
    opacity: 0
}

.be-start-animation {
    -o-transition: -o-transform .7s, -o-scale .7s, opacity .7s;
    -webkit-transition: -webkit-transform .7s, -webkit-scale .7s, opacity .7s;
    -webkit-transition: scale .7s, opacity .7s, -webkit-transform .7s;
    transition: scale .7s, opacity .7s, -webkit-transform .7s;
    -o-transition: transform .7s, scale .7s, opacity .7s;
    transition: transform .7s, scale .7s, opacity .7s;
    transition: transform .7s, scale .7s, opacity .7s, -webkit-transform .7s
}

.gallery .gallery-container .gallery-thumb-img-wrap.be-start-animation {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.gallery .gallery-container .init-scale.gallery-thumb-img-wrap.be-start-animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-thumb-img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-cell.be-col {
    padding: 0;
    margin: 0
}

.tatsu-menu-widget .tatsu-sub-menu.clearfix {
    padding-left: 20px;
    margin-top: 5px
}

.tatsu-menu-widget ul {
    margin-bottom: 0
}

.tatsu-menu-widget li {
    margin-bottom: 5px
}

.tatsu-menu-widget-wrap.horizontal-menu .tatsu-menu-widget li {
    display: inline-block;
    margin-right: 20px
}

.tatsu-menu-widget li:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.tatsu-menu-widget-wrap.horizontal-menu .tatsu-menu-widget li:last-child {
    margin-right: 0
}

.show-arrow .tatsu-menu-widget li a:before {
    content: "\e92f";
    font-family: "tatsu-icons";
    margin-right: 5px
}

.tatsu-menu-widget a {
    position: relative;
    left: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.tatsu-menu-widget-wrap:not(.horizontal-menu) a:hover {
    left: 7px
}

.be-gdpr-message-hide {
    display: none
}

.be-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.be-grid[data-layout=masonry],
.be-grid[data-layout=metro] {
    visibility: hidden
}

.be-grid.be-grid-initialized {
    visibility: visible
}

.be-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 15px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px
}

.be-cols-2 .be-col {
    width: 50%
}

.be-cols-2 .be-double-width-cell,
.be-cols-2 .be-double-width-height-cell {
    width: 100%
}

.be-cols-3 .be-col {
    width: 33.33%
}

.be-cols-3 .be-double-width-cell,
.be-cols-3 .be-double-width-height-cell {
    width: 66.66%
}

.be-cols-4 .be-col {
    width: 25%
}

.be-cols-4 .be-double-width-cell,
.be-cols-4 .be-double-width-height-cell {
    width: 50%
}

.be-cols-5 .be-col {
    width: 20%
}

.be-cols-5 .be-double-width-cell,
.be-cols-5 .be-double-width-height-cell {
    width: 40%
}

.be-cols-6 .be-col {
    width: 16.66%
}

.be-cols-6 .be-double-width-cell,
.be-cols-6 .be-double-width-height-cell {
    width: 33.32%
}

.be-lazy-load {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.be-lazy-loaded {
    opacity: 1
}

.be-col-hide {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

.be-col-visible {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 33.33%
    }
    .be-cols-4 .be-double-width-cell,
    .be-cols-4 .be-double-width-height-cell,
    .be-cols-5 .be-double-width-cell,
    .be-cols-5 .be-double-width-height-cell,
    .be-cols-6 .be-double-width-cell,
    .be-cols-6 .be-double-width-height-cell {
        width: 66.66%
    }
}

@media only screen and (max-width:959px) {
    .be-cols-3 .be-col,
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 50%
    }
    .be-cols-3 .be-double-width-cell,
    .be-cols-3 .be-double-width-height-cell,
    .be-cols-4 .be-double-width-cell,
    .be-cols-4 .be-double-width-height-cell,
    .be-cols-5 .be-double-width-cell,
    .be-cols-5 .be-double-width-height-cell,
    .be-cols-6 .be-double-width-cell,
    .be-cols-6 .be-double-width-height-cell {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .be-cols-2 .be-col,
    .be-cols-3 .be-col,
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 100%
    }
}

.tatsu-team {
    position: relative
}

.tatsu-team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.tatsu-team-image {
    position: relative
}

.tatsu-team-image img {
    width: 100%;
    height: auto
}

.tatsu-team-image .be-lazy-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tatsu-team-style2 .tatsu-team-overlay {
    bottom: 0;
    top: auto;
    height: auto;
    padding: 20px 0
}

.tatsu-team-align-center .tatsu-team-overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.tatsu-team-align-right .tatsu-team-overlay {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.tatsu-team:hover .tatsu-team-overlay {
    opacity: 1
}

.tatsu-team-member-details>:last-child {
    margin-bottom: 0
}

.tatsu-team-member-name {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.tatsu-team:hover .tatsu-team-member-name {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tatsu-team-member-designation {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.tatsu-team:hover .tatsu-team-member-designation {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tatsu-team-style2 .tatsu-team-member-designation {
    margin-bottom: 15px
}

.tatsu-team-member-name-designation>* {
    margin-bottom: 5px
}

.tatsu-team-member-name-designation>:last-child {
    margin-bottom: 0
}

.tatsu-team-member-name-designation {
    margin-bottom: 25px
}

.tatsu-team-member-social-details {
    line-height: 0;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

.tatsu-team:hover .tatsu-team-member-social-details {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tatsu-team-member-social-icon {
    display: inline-block;
    margin-right: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tatsu-team-member-social-icon:last-child {
    margin-right: 0
}

.tatsu-team-member-social-icon i {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tatsu-tabs .tatsu-tabs-inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.tatsu-tabs .ui-tabs {
    position: relative
}

.tatsu-tabs .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tatsu-tabs .ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tatsu-tabs .ui-tabs .ui-tabs-nav li a {
    text-decoration: none;
    outline: 0;
    border-left: none;
    display: block;
    text-align: center;
    color: inherit
}

.tatsu-tabs .ui-tabs .ui-tabs-panel p:last-child {
    margin-bottom: 0
}

.tatsu-tabs .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.tatsu-tabs .ui-tabs .ui-tabs-nav li.ui-state-processing a,
.tatsu-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: text
}

.tatsu-tabs .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a,
.tatsu-tabs .ui-tabs .ui-tabs-nav li a {
    cursor: pointer
}

.tatsu-tabs li a.tab-icon:before {
    font-size: inherit;
    width: 25px;
    text-align: left;
    margin-right: 12px
}

.tatsu-tabs .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    margin-top: -1px;
    padding: 25px 0 0
}

.tatsu-tabs .ui-tabs .ui-tabs-panel p {
    width: 100%
}

.tatsu-tabs .tab-icon {
    margin-right: 12px
}

.tatsu-tabs .ui-tabs-anchor {
    line-height: 1
}

.tatsu-tabs-style1 .ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid transparent
}

.tatsu-tabs-style1 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    margin-bottom: -1px;
    border-bottom: 2px solid
}

.tatsu-tabs-style1 .ui-tabs .ui-tabs-nav li a {
    margin-bottom: 1px;
    padding: 20px 0
}

.tatsu-tabs-style1 .ui-tabs .ui-tabs-nav li {
    padding-right: 30px
}

.tatsu-tabs-style2 .ui-tabs .ui-tabs-nav li a {
    padding: 16px 52px;
    border-bottom: none
}

.tatsu-tabs-style3 .ui-tabs .ui-tabs-nav li a {
    padding: 13px 31px;
    border-bottom: none
}

.tatsu-tabs-style3 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-radius: 40px
}

.tatsu-tabs-style4 .ui-tabs .ui-tabs-nav li a {
    padding: 12px 61px;
    border-bottom: none
}

.tatsu-tabs-style4 .ui-tabs .ui-tabs-nav li:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

.tatsu-tabs-style4 .ui-tabs .ui-tabs-nav li:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.tatsu-accordion-inner {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.tatsu-accordion .accordion-head.ui-accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.tatsu-accordion .tatsu-accordion-expand {
    height: 30px;
    width: 30px;
    margin: auto 0 auto auto;
    position: relative;
    display: inline-block
}

.tatsu-accordion-expand:after {
    height: 2px;
    width: 12px;
    margin-top: -1px;
    margin-left: -6px
}

.tatsu-accordion-expand:after,
.tatsu-accordion-expand:before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    background: currentColor;
    left: 50%
}

.tatsu-accordion-expand:before {
    height: 12px;
    width: 2px;
    margin-top: -6px;
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s, -webkit-transform .25s;
    margin-left: -1px
}

.ui-accordion-header-active .tatsu-accordion-expand:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
}

.accordion-content-inner>p:last-child {
    margin: 0
}

.accordion-with-bg {
    padding: 20px
}

.tatsu-accordion-style1 .accordion-head.ui-accordion-header {
    padding: 15px 25px;
    border-radius: 3px;
    border: 1px solid;
    margin: 15px 0 0
}

.tatsu-accordion-style1 .accordion-head:first-child {
    margin-top: 0
}

.tatsu-accordion-style1 .accordion-content.ui-accordion-content {
    padding: 0 25px 15px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border: 1px solid;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.tatsu-accordion-style1 .ui-state-default.ui-accordion-header-active {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.tatsu-accordion-style2 .accordion-head.ui-accordion-header {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid
}

.tatsu-accordion-style2 .ui-accordion-header-active,
.tatsu-accordion-style2 .ui-corner-top.ui-state-default {
    border: 0
}

.tatsu-accordion-style2 .accordion-content.ui-accordion-content {
    padding: 0 20px 20px
}

.tatsu-accordion-style2 .ui-accordion-content-active {
    border-bottom: 1px solid transparent
}

.tatsu-accordion .ui-accordion-header:before {
    content: none
}

.tatsu-special-heading-wrap {
    line-height: 0
}

.tatsu-special-heading-wrap .special-heading-inner-wrap {
    display: inline-block;
    height: 100%;
    position: relative
}

.tatsu-special-heading-wrap .tatsu-title {
    position: relative;
    line-height: 2em;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    font-size: inherit
}

.tatsu-border-style1 .tatsu-title {
    margin: 0 1em
}

.tatsu-border-style1 .tatsu-border {
    position: absolute;
    top: 0;
    left: 0;
    width: .3em;
    height: 100%;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.tatsu-border-style1.tatsu-expand:hover .tatsu-border {
    width: 100%
}

.tatsu-special-heading-wrap .tatsu-border-style2 .tatsu-title {
    margin: 0 1.7em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tatsu-border-style2 .tatsu-border {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .9em;
    height: .16em;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.tatsu-expand.tatsu-border-style2:hover .tatsu-border {
    width: 1.6em
}

.tatsu-border-style2.tatsu-expand:hover .tatsu-title {
    -webkit-transform: translate3d(.8em, 0, 0);
    transform: translate3d(.8em, 0, 0)
}

.tatsu-border-style3 .tatsu-border {
    position: absolute;
    left: .4em;
    top: .4em;
    height: 1em;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tatsu-border-style3.tatsu-expand {
    line-height: 1em
}

.tatsu-border-style3 .tatsu-title {
    margin: 0;
    line-height: 1em
}

.tatsu-expand.tatsu-border-style3:hover .tatsu-border {
    top: .5em;
    left: .7em
}

.tatsu-border-style4 .tatsu-title {
    margin: 0;
    padding: 0 1.2em
}

.tatsu-border-style4 .tatsu-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 30px
}

.tatsu-border-style4.tatsu-expand:hover .tatsu-border {
    -webkit-transform: scaleX(1.1) scaleY(1.2);
    -ms-transform: scaleX(1.1) scaleY(1.2);
    transform: scaleX(1.1) scaleY(1.2)
}

.tatsu-testimonials .tatsu-testimonial {
    width: 100%
}

.tatsu-testimonials .flickity-viewport {
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

.tatsu-testimonial-align-center {
    text-align: center
}

.tatsu-testimonial-align-right {
    text-align: right
}

.tatsu-testimonial-author-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.tatsu-testimonial-align-center .tatsu-testimonial-author-image {
    margin: 0 auto
}

.tatsu-testimonial-align-right .tatsu-testimonial-author-image {
    margin: 0 0 0 auto
}

.tatsu-testimonial-content {
    line-height: 1.8
}

.tatsu-testimonial-content p:last-child {
    margin-bottom: 0
}

.tatsu-testimonial-align-center .tatsu-testimonial-content {
    margin: 0 auto
}

.tatsu-testimonial-align-right .tatsu-testimonial-content {
    margin: 0 0 0 auto
}

.tatsu-testimonial-style3 .tatsu-testimonial-author {
    margin-bottom: 3px
}

.tatsu-testimonial-style3 .tatsu-testimonial-author-image {
    margin-top: 30px
}

.tatsu-testimonials.be-slider[data-dots="1"] .flickity-viewport {
    margin-bottom: 35px
}

.tatsu-testimonials .flickity-page-dots {
    bottom: -35px
}

.tatsu-animate .be-slider.flickity-enabled {
    visibility: hidden
}

.tatsu-animate.end-animation .be-slider.flickity-enabled {
    visibility: visible
}

.tatsu-testimonial-style1 .tatsu-testimonial-author-image {
    margin-bottom: 25px;
    width: 120px;
    height: 120px
}

.tatsu-testimonial-style1 .tatsu-testimonial-content-image-wrap {
    margin-bottom: 18px
}

.tatsu-testimonial-style1 .tatsu-testimonial-author {
    margin-bottom: 5px
}

.tatsu-testimonial-style2 .tatsu-testimonial-author-details-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-testimonial-style2 .tatsu-testimonial-author-image {
    width: 55px;
    margin-right: 15px;
    height: 55px
}

.tatsu-testimonial-style2.tatsu-testimonial-align-center .tatsu-testimonial-author-details-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tatsu-testimonial-style2.tatsu-testimonial-align-right .tatsu-testimonial-author-details-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-testimonial-style2 .tatsu-testimonial-content {
    margin-bottom: 25px
}

.tatsu-testimonial-style2 .tatsu-testimonial-author-wrap {
    text-align: left
}

.tatsu-testimonial-style2 .tatsu-testimonial-author-image {
    margin: 0 14px 0 0
}

.tatsu-testimonial-style2 .tatsu-testimonial-author {
    margin-bottom: 5px
}

.tatsu-testimonial-style3 .tatsu-testimonial-author-image {
    width: 70px;
    height: 70px
}

.tatsu-testimonial-style3 .tatsu-testimonial-content-image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 12px
}

.tatsu-testimonial-style3 .tatsu-testimonial-content {
    margin-bottom: 30px
}

.tatsu-testimonial-style3 .tatsu-testimonial-author {
    margin-bottom: 5px
}

.tatsu-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tatsu-process-icon {
    margin-bottom: 25px;
    line-height: 0
}

.tatsu-process-icon-type-svg.tatsu-process-col svg * {
    fill: none;
    stroke: currentColor
}

.tatsu-process-header {
    margin-bottom: 10px
}

.tatsu-process-icon i,
.tatsu-process-icon svg,
.tatsu-process-title {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.tatsu-process-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    position: relative
}

.tatsu-process-content :last-child {
    margin-bottom: 0
}

.tatsu-process-sep {
    position: absolute;
    height: 2px;
    width: calc(100% - 120px);
    background: #d8d8d8;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    right: 0;
    top: 11px
}

.tatsu-process-col:last-child .tatsu-process-sep {
    display: none
}

@media only screen and (max-width:767px) {
    .tatsu-process-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 25px
    }
    .tatsu-process .tatsu-process-col .tatsu-process-sep {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: 0;
        height: 100px;
        width: 2px;
        margin: 0 auto
    }
    .tatsu-process-content {
        margin-bottom: 15px
    }
}

.tatsu-multi-layer-images,
.tatsu-multi-layer-images .tatsu-multi-layer-image:first-child {
    position: relative
}

.tatsu-multi-layer-image {
    width: 100%
}

.tatsu-multi-layer-image,
body:not(.tatsu-frame) .tatsu-multi-layer-image img {
    position: absolute;
    top: 0;
    left: 0
}

body:not(.tatsu-frame) .tatsu-multi-layer-image.tatsu-external-image img {
    position: static
}

.be-embed-placeholder,
.tatsu-multi-layer-image-inner {
    position: relative
}

.be-embed-placeholder:before {
    content: "";
    padding-top: 56.25%;
    display: block
}

.be-embed-placeholder .be-vimeo-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.tatsu-animated-heading-wrap {
    position: relative;
    visibility: hidden;
    line-height: 0;
    margin-bottom: 10px
}

.tatsu-animated-heading-wrap .tatsu-animated-heading-inner {
    position: relative;
    display: inline-block;
    padding-top: .2em;
    padding-right: .05em;
    padding-bottom: .1em;
    overflow: hidden;
    margin: 0
}

.tatsu-animated-heading-wrap .tatsu-animated-heading-letter,
.tatsu-animated-heading-wrap .tatsu-animated-heading-letter span {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: inline-block;
    line-height: 1em;
    color: inherit
}

.tatsu-animated-heading-wrap.anime_split_letter .tatsu-animated-heading-letter,
.tatsu-animated-heading-wrap.anime_split_word .tatsu-animated-heading-letter {
    display: inline-block
}

.tatsu-animated-heading-wrap.tatsu-anime-applied:not(.tatsu-animate) {
    visibility: visible
}

.tatsu-animated-heading-wrap .tatsu-animated-heading-line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.tatsu-animated-heading-wrap.anime_slide_cursor .tatsu-animated-heading-line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.tatsu-animated-heading-wrap.anime_slide_underline .tatsu-animated-heading-line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    bottom: 0
}

.tatsu-animated-heading-wrap .tatsu-animated-heading-inner-wrap {
    display: inline-block;
    position: relative
}

.tatsu-animated-heading-wrap .tatsu-animated-heading-line1 {
    top: 0
}

.tatsu-animated-heading-wrap .tatsu-animated-heading-line2 {
    bottom: 0
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form select {
    background: url(../../../wp-content/plugins/tatsu/public/css/../../img/select_arrow.svg) no-repeat 98%;
    cursor: pointer
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    margin: 7px 0 0
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    margin: 15px 0 5px;
    border: 0
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-label {
    margin: 0 0 10px
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 10px
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    background-color: #1781f1 !important
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
    background-color: #1781f1 !important
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
    background-color: #1781f1 !important
}

div.wpforms-container-full .wpforms-form input:not([type=submit]):focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
    border: 1px solid #1890ff !important
}

.tatsu-wp-form-rounded .wpforms-container-full .wpforms-form input:not([type=submit]),
.tatsu-wp-form-rounded .wpforms-container-full .wpforms-form select,
.tatsu-wp-form-rounded .wpforms-container-full .wpforms-form textarea {
    padding: 15px 0 15px 10px;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16);
    height: auto;
    background-color: #f5f6fa
}

.tatsu-wp-form-rounded .wpforms-container-full .wpforms-form input:not([type=submit]):focus,
.tatsu-wp-form-rounded .wpforms-container-full .wpforms-form select:focus,
.tatsu-wp-form-rounded .wpforms-container-full .wpforms-form textarea:focus {
    border-color: #1890ff
}

.tatsu-wp-form-border-with-underline .wpforms-container-full .wpforms-form select {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tatsu-wp-form-border-with-underline .wpforms-container-full .wpforms-form input:not([type=submit]),
.tatsu-wp-form-border-with-underline .wpforms-container-full .wpforms-form select,
.tatsu-wp-form-border-with-underline .wpforms-container-full .wpforms-form textarea {
    border: 1px solid #d8d8d8;
    padding: 15px 0 15px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

.tatsu-wp-forms .tatsu-wp-form-border-with-underline div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    border: 1px solid #d8d8d8
}

.tatsu-wp-form-rounded-with-underline div.wpforms-container-full .wpforms-form input:not([type=submit]),
.tatsu-wp-form-rounded-with-underline div.wpforms-container-full .wpforms-form select,
.tatsu-wp-form-rounded-with-underline div.wpforms-container-full .wpforms-form textarea {
    padding: 15px 0 15px 10px;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .15);
    border: 0;
    height: auto
}

.tatsu-wp-form-pill div.wpforms-container-full .wpforms-form input:not([type=submit]),
.tatsu-wp-form-pill div.wpforms-container-full .wpforms-form select,
.tatsu-wp-form-pill div.wpforms-container-full .wpforms-form textarea {
    height: auto;
    border: 1px solid transparent;
    padding: 15px 0 15px 20px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
    background-color: #f5f6fa
}

.tatsu-wp-forms .tatsu-wp-form-pill div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    background-color: #f5f6fa
}

.tatsu-wp-form-pill div.wpforms-container-full .wpforms-form textarea {
    border-radius: 9px
}

.tatsu-wp-form-pill div.wpforms-container-full .wpforms-form input:not([type=submit]):focus,
.tatsu-wp-form-pill div.wpforms-container-full .wpforms-form select:focus,
.tatsu-wp-form-pill div.wpforms-container-full .wpforms-form textarea:focus {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    border-color: #1890ff
}

.tatsu-wp-forms .tatsu-wp-form-pill div.wpforms-container-full .wpforms-form select {
    background-position-x: 96%
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #1890ff;
    color: #fff;
    padding: 15px 25px;
    border: 0;
    margin: 15px 0 0
}

.tatsu-wp-forms div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #1890ff
}

.tatsu-wp-form-submit-rounded div.wpforms-container-full .wpforms-form button[type=submit] {
    border-radius: 2px
}

.tatsu-wp-form-submit-rounded-block div.wpforms-container-full .wpforms-form button[type=submit] {
    border-radius: 4px;
    width: 100%
}

.tatsu-wp-form-submit-rounded-block div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    -webkit-box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19);
    box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19)
}

.tatsu-wp-form-submit-pill div.wpforms-container-full .wpforms-form button[type=submit] {
    border-radius: 25px
}

.tatsu-wp-form-submit-pill-block div.wpforms-container-full .wpforms-form button[type=submit] {
    border-radius: 25px;
    width: 100%
}

.tatsu-wp-form-submit-pill-block div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    -webkit-box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19);
    box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19)
}

.tatsu-header {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-color: transparent
}

.tatsu-header-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tatsu-header-col,
.tatsu-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tatsu-header-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-header-row .tatsu-header-col .tatsu-single-image .tatsu-single-image-inner {
    width: auto !important
}

.tatsu-header-row .tatsu-header-col .tatsu-single-image .tatsu-single-image-inner .tatsu-single-image-padding-wrap {
    padding-bottom: 0 !important
}

.tatsu-header-row .tatsu-header-col .tatsu-single-image .tatsu-single-image-inner a,
.tatsu-header-row .tatsu-header-col .tatsu-single-image .tatsu-single-image-inner a img {
    position: relative
}

ol,
ul {
    padding-left: 1.3em;
    line-height: inherit;
    margin: 0 0 20px
}

dl {
    margin-bottom: 20px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

ol li,
ul li {
    margin-bottom: 10px
}

li ol,
li ul,
ol ol,
ul ul {
    margin-top: 10px
}

dd {
    margin: 0 0 20px
}

dd,
dt {
    line-height: inherit
}

nav ol,
nav ul {
    list-style: none !important;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.widget ul {
    margin-bottom: 0
}

body:not(.tatsu-frame) #tatsu-header-container .tatsu-header-module:last-child,
body:not(.tatsu-frame) #tatsu-header-container .tatsu-module:last-child {
    margin-right: 0
}

#tatsu-header-container {
    position: relative;
    z-index: 99999
}

#tatsu-header-wrap {
    z-index: 10000
}

#tatsu-header-wrap.semitransparent,
#tatsu-header-wrap.transparent {
    position: absolute;
    width: 100%;
    z-index: 10
}

#tatsu-header-wrap.stuck,
#tatsu-header-wrap .tatsu-header.stuck {
    position: fixed;
    width: 100%;
    z-index: 10
}

.tatsu-header {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.tatsu-header-logo img,
.tatsu-header-row {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#tatsu-header-wrap.transparent.dark .apply-color-scheme .default-logo,
#tatsu-header-wrap.transparent.dark .apply-color-scheme .light-logo,
#tatsu-header-wrap.transparent.light .apply-color-scheme .dark-logo,
#tatsu-header-wrap.transparent.light .apply-color-scheme .default-logo,
.dark-logo,
.light-logo {
    opacity: 0;
    visibility: hidden
}

#tatsu-header-wrap.transparent.dark .apply-color-scheme .dark-logo,
#tatsu-header-wrap.transparent.light .apply-color-scheme .light-logo {
    opacity: 1;
    visibility: visible
}

#tatsu-header-wrap.transparent.stuck .dark-logo,
#tatsu-header-wrap.transparent.stuck .light-logo {
    opacity: 0 !important;
    visibility: hidden !important
}

#tatsu-header-wrap.transparent.stuck .tatsu-header:not(.sticky-hidden) .default-logo {
    opacity: 1 !important;
    visibility: visible !important
}

#tatsu-header-wrap.pre-stuck .tatsu-header.sticky-hidden {
    opacity: 0;
    visibility: hidden
}

#tatsu-header-wrap.sticky .tatsu-header.default-hidden,
#tatsu-header-wrap.stuck .tatsu-header.sticky-hidden,
#tatsu-header-wrap .tatsu-header.default-hidden {
    visibility: hidden;
    height: 0;
    opacity: 0;
    border-style: hidden
}

#tatsu-header-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#tatsu-header-wrap.pre-stuck {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

#tatsu-header-wrap.stuck:not(.hide) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

#tatsu-header-wrap.stuck .tatsu-header.default-hidden.sticky {
    height: auto;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    border-style: solid
}

#tatsu-header-wrap.stuck .tatsu-header:last-child {
    -webkit-box-shadow: 0 4px 20px 0 rgba(167, 172, 183, .3);
    box-shadow: 0 4px 20px 0 rgba(167, 172, 183, .3)
}

#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon_card-caption,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon_card-icon svg,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon_card-title,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-link a,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-menu>ul>li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item)>a,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-wpml-lang-switcher .current-language {
    color: #f5f5f5 !important
}

#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-hamburger div>span,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-header-divider-wrap,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-mobile-menu-icon div>span {
    background: #f5f5f5 !important
}

#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-wpml-lang-switcher svg polyline,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme g,
#tatsu-header-wrap.transparent.light:not(.stuck) .tatsu-header.apply-color-scheme li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item) polyline {
    stroke: #f5f5f5 !important
}

#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon_card-caption,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon_card-icon svg,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-icon_card-title,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-link a,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-menu>ul>li:not(.tatsu-hovered):not(.current-menu-parent):not(.current-menu-item)>a,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-wpml-lang-switcher .current-language {
    color: #232425 !important
}

#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-hamburger div>span,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-header-divider-wrap,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-mobile-menu-icon div>span {
    background: #232425 !important
}

#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme .tatsu-wpml-lang-switcher svg polyline,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme g,
#tatsu-header-wrap.transparent.dark:not(.stuck) .tatsu-header.apply-color-scheme li:not(.tatsu-hovered):not(.current_page_item):not(.current_page_parent):not(.current-menu-item) polyline {
    stroke: #232425 !important
}

.tatsu-header-logo {
    line-height: 1
}

.tatsu-header-logo a {
    line-height: 0;
    display: inline-block;
    position: relative
}

.tatsu-header-logo .dark-logo,
.tatsu-header-logo .light-logo {
    position: absolute;
    top: 0;
    left: 0
}

.tatsu-header-logo .logo-img {
    width: auto;
    max-width: 100%
}

.tatsu-header-logo .logo-img[src*=svg] {
    width: 100%
}

.tatsu-menu ul li {
    float: left;
    position: relative;
    margin-bottom: 0;
    line-height: 1.5
}

.tatsu-menu>ul>li>a {
    padding: 10px
}

.tatsu-menu>ul>li.menu-item-has-children {
    padding-right: 20px
}

.tatsu-menu>ul>li:not(.menu-item-has-children):last-child {
    padding-right: 0
}

.tatsu-slide-menu-col .tatsu-menu>ul>li {
    padding: 0
}

.tatsu-menu ul.tatsu-sub-menu li {
    float: none
}

.tatsu-menu li.mega-menu ul.tatsu-sub-menu li li {
    padding: 0
}

.tatsu-menu>ul>li:last-child {
    margin-right: 0 !important
}

.tatsu-menu ul.tatsu-sub-menu>li>a {
    padding: 5px 15px
}

.tatsu-menu ul.tatsu-sub-menu li a {
    display: block
}

.tatsu-menu>ul>li>ul.tatsu-sub-menu {
    z-index: 10;
    padding: 15px
}

.tatsu-menu>ul>li>ul.tatsu-sub-menu,
.tatsu-menu ul.tatsu-sub-menu {
    -webkit-box-shadow: 0 0 24px 1px rgba(19, 24, 29, .12);
    box-shadow: 0 0 24px 1px rgba(19, 24, 29, .12)
}

.tatsu-menu ul.tatsu-sub-menu {
    border-radius: 4px
}

.tatsu-menu li:not(.mega-menu) .tatsu-sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tatsu-menu li.mega-menu>.tatsu-sub-menu {
    display: none;
    position: absolute;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    padding: 10px
}

.tatsu-menu li.mega-menu ul.tatsu-sub-menu {
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tatsu-menu li.mega-menu.sfHover>.tatsu-sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.tatsu-menu li.mega-menu>.tatsu-sub-menu li .tatsu-sub-menu {
    display: block !important;
    position: static;
    padding: 0;
    opacity: 1 !important
}

.tatsu-menu li.mega-menu>ul.tatsu-sub-menu>li {
    margin-right: 15px
}

.tatsu-menu li.mega-menu>ul.tatsu-sub-menu>li:last-child {
    margin-right: 0
}

span.sub-menu-indicator {
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: inherit;
    cursor: pointer;
    float: right;
    text-align: right
}

.tatsu-sidebar-navigation .sub-menu-indicator {
    right: -20px
}

.tatsu-menu>ul>li>span.sub-menu-indicator {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tatsu-wpml-lang-switcher span.sub-menu-indicator {
    top: 0;
    right: auto
}

.tatsu-sidebar-menu span.sub-menu-indicator {
    top: 0;
    width: 50px
}

.sub-menu-indicator svg {
    display: none
}

.tatsu-wpml-lang-switcher .sub-menu-indicator {
    width: auto
}

.tatsu-menu>ul>li.menu-item-has-children .sub-menu-indicator svg,
.tatsu-wpml-lang-switcher .sub-menu-indicator svg {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0 0 7px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.tatsu-menu .tatsu-sub-menu li.menu-item-has-children .sub-menu-indicator svg {
    margin: 0 0 0 -15px
}

.tatsu-menu>ul>li:not(.mega-menu)>.tatsu-sub-menu li.menu-item-has-children svg {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.tatsu-menu>ul>li.menu-item-has-children .sub-menu-indicator.menu-open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tatsu-menu .tatsu-highlight>a {
    color: #212121;
    font-weight: 600;
    margin-bottom: 5px;
    color: initial !important;
    background: transparent !important
}

.tatsu-menu .mega-menu li .sub-menu-indicator svg {
    display: none !important
}

.tatsu-header-pointer {
    content: "";
    position: absolute;
    border-color: transparent;
    border-width: 1px 0 0 1px;
    border-style: solid;
    top: -7px;
    left: 15px;
    height: 15px;
    width: 15px;
    background: inherit;
    -webkit-transform: rotate(45deg)
}

.language-list .tatsu-header-pointer {
    top: -8px
}

.tatsu-sub-menu li .tatsu-header-pointer {
    display: none !important
}

.tatsu-sub-menu .tatsu-sub-menu {
    top: 15px !important
}

.tatsu-header-icon a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity 5s ease;
    -o-transition: 5s opacity ease;
    transition: opacity 5s ease
}

.tatsu-header-icon a.hover {
    opacity: .1
}

.tatsu-header-icon {
    display: inline-block
}

.tatsu-slide-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .7s cubic-bezier(.645, .045, .355, 1);
    transition: transform .7s cubic-bezier(.645, .045, .355, 1);
    transition: transform .7s cubic-bezier(.645, .045, .355, 1), -webkit-transform .7s cubic-bezier(.645, .045, .355, 1);
    z-index: 100001;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden
}

.tatsu-slide-menu.open {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.tatsu-slide-menu ul {
    list-style: none;
    padding: 0
}

.tatsu-slide-menu .tatsu-social-icons li {
    display: inline;
    margin-right: 10px
}

#tatsu-fixed-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

#tatsu-fixed-overlay.open {
    opacity: 1;
    visibility: visible
}

.tatsu-slide-menu-inner {
    min-height: 100%
}

.tatsu-slide-menu-col,
.tatsu-slide-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tatsu-slide-menu-col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tatsu-slide-menu-col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tatsu-slide-menu-col:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tatsu-sidebar-menu .tatsu-sub-menu {
    display: none;
    background: transparent !important;
    position: static;
    margin: 0;
    padding: 0 0 0 10px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto !important
}

.expand-click-area {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2)
}

.tatsu-mobile-navigation {
    display: none
}

.tatsu-mobile-navigation .tatsu-mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 hsla(0, 0%, 65%, .3);
    box-shadow: 0 0 5px 0 hsla(0, 0%, 65%, .3);
    padding: 15px;
    z-index: 10;
    overflow-y: auto
}

.tatsu-mobile-menu li,
.tatsu-mobile-menu ul,
.tatsu-sidebar-menu ul li {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.tatsu-mobile-menu ul li,
.tatsu-sidebar-menu ul li {
    position: relative;
    margin-right: 0 !important
}

.tatsu-mobile-menu li a,
.tatsu-sidebar-menu li a {
    padding: 5px;
    display: block;
    color: inherit
}

.tatsu-mobile-menu .tatsu-sub-menu {
    display: none;
    background: transparent !important;
    padding-left: 15px
}

.tatsu-mobile-menu .sub-menu-indicator,
.tatsu-sidebar-menu .sub-menu-indicator {
    display: inline-block;
    text-align: center
}

.tatsu-mobile-menu li.menu-item-has-children .sub-menu-indicator svg,
.tatsu-sidebar-menu li.menu-item-has-children .sub-menu-indicator svg {
    display: inline-block
}

.tatsu-mobile-menu .sub-menu-indicator.menu-open svg,
.tatsu-sidebar-menu .sub-menu-indicator.menu-open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tatsu-mobile-menu svg polyline {
    stroke: #000
}

.tatsu-hamburger,
.tatsu-mobile-menu-icon {
    cursor: pointer
}

.tatsu-hamburger div>span,
.tatsu-mobile-menu-icon div>span {
    display: block;
    background: #000;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.tatsu-hamburger span:last-child,
.tatsu-mobile-menu-icon span:last-child {
    margin-bottom: 0 !important
}

.tatsu-hamburger .line-wrapper.open,
.tatsu-mobile-menu-icon .line-wrapper.open {
    position: relative
}

.tatsu-hamburger .line-wrapper.open span.line-1,
.tatsu-mobile-menu-icon .line-wrapper.open span.line-1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.tatsu-hamburger .line-wrapper.open span.line-3,
.tatsu-mobile-menu-icon .line-wrapper.open span.line-3 {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.tatsu-hamburger .line-wrapper.open span.line-2,
.tatsu-mobile-menu-icon .line-wrapper.open span.line-2 {
    display: none
}

.tatsu-header-row .tatsu-icon {
    margin: 0 !important;
    vertical-align: initial
}

.tatsu-header-row .tatsu-button.right-icon i.tatsu-icon {
    margin: 0 0 0 1em !important
}

.tatsu-header-row .tatsu-button.left-icon i.tatsu-icon {
    margin: 0 1em 0 0 !important
}

.tatsu-header-row .tatsu-icon_card {
    margin: 0 30px 0 0
}

.tatsu-header-divider-wrap {
    display: inline-block;
    vertical-align: middle
}

.tatsu-header-divider {
    display: inline-block;
    background: #efefef;
    width: 1px
}

.tatsu-link a {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.tatsu-search {
    line-height: 1;
    position: relative
}

.tatsu-cart svg,
.tatsu-search svg {
    cursor: pointer;
    vertical-align: middle
}

.tatsu-search .search-bar {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 200px;
    top: 30px;
    right: -30px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.tatsu-search.search-open .search-bar {
    visibility: visible;
    top: 40px
}

.tatsu-search-form input[type=text] {
    color: #858990;
    border: 1px solid #dfe2e9;
    -webkit-box-shadow: 0 -3px 12px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 -3px 12px 0 rgba(0, 0, 0, .06);
    border-radius: 4px;
    background: #fff;
    padding: 10px 9px
}

.tatsu-search .tatsu-header-pointer {
    left: auto;
    right: 30px;
    border-color: #dfe2e9;
    background: #fff
}

.tatsu-wpml-lang-switcher {
    position: relative
}

.tatsu-wpml-lang-switcher .language-list {
    visibility: hidden;
    width: auto;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .04);
    box-shadow: 0 0 12px rgba(0, 0, 0, .04);
    border: 1px solid #dfe2e9;
    border-radius: 4px;
    padding: 10px 12px;
    list-style: none;
    margin: 10px 0 0;
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 30px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.tatsu-wpml-lang-switcher.language-switcher-open .language-list {
    visibility: visible
}

.tatsu-wpml-lang-switcher.language-switcher-open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tatsu-wpml-lang-switcher .current-language {
    color: inherit;
    text-transform: capitalize;
    cursor: pointer
}

.tatsu-wpml-lang-switcher .language-list li {
    color: inherit;
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tatsu-wpml-lang-switcher .language-name .icl_lang_sel_native {
    margin-right: 5px
}

.tatsu-wpml-lang-switcher .language-flag {
    margin-right: 10px;
    width: 18px
}

.tatsu-wpml-lang-switcher a {
    color: #232425;
    display: inline
}

.tatsu-wpml-lang-switcher .language-list li:last-child {
    margin-bottom: 0
}

.tatsu-wpml-lang-switcher .tatsu-header-pointer {
    border-color: inherit
}

.tatsu-menu .wpml-ls-item ul.tatsu-sub-menu {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.wpml-ls-legacy-dropdown {
    width: 200px !important
}

.wpml-ls-legacy-dropdown a {
    border: none !important
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><polyline fill="none" stroke="#2F2F30" stroke-linecap="round" stroke-width="2" points="0 .649 3.613 4.127 0 7.604" transform="rotate(90 4 5)"/></svg>') !important;
    border: none !important;
    border-top: none !important;
    height: 6px !important;
    width: 10px !important;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.wpml-ls-legacy-dropdown .wpml-ls-first-item:hover a.wpml-ls-item-toggle:after {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.wpml-ls-legacy-dropdown .wpml-ls-first-item:hover>a {
    background: transparent !important
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none !important;
    margin-top: 30px
}

.tatsu-header-col .tatsu-single-image,
.tatsu-header-col .tatsu-text-block-wrap,
.tatsu-slide-menu-col .tatsu-single-image,
.tatsu-slide-menu-col .tatsu-text-block-wrap {
    width: auto
}

@media only screen and (max-width:1280px) {
    .tatsu-header-wrap {
        max-width: 960px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .tatsu-header-wrap {
        max-width: 700px
    }
}

@media only screen and (max-width:960px) {
    .tatsu-header-wrap {
        max-width: 700px
    }
    .tatsu-header-col .tatsu-header-navigation {
        display: none
    }
    .tatsu-header-col .tatsu-mobile-navigation {
        display: inline-block
    }
}

@media only screen and (max-width:767px) {
    .tatsu-header-row.tatsu-wrap {
        max-width: 100%;
        margin: 0 30px
    }
}

.mfp-bg {
    z-index: 100000
}

.mfp-wrap {
    z-index: 100001
}

.animated {
    visibility: visible !important
}

.animated,
.animated.hinge,
.be-animate,
.tatsu-animate {
    -webkit-animation-duration: .65s;
    animation-duration: .65s
}

.be-animate,
.tatsu-animate {
    visibility: hidden
}

.be-animate.none,
.end-animation,
.tatsu-animate.none {
    visibility: visible !important
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        visibility: visible
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        visibility: visible
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        visibility: visible
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        visibility: visible
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: visible
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: visible
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-2000px)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-2000px)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(2000px)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) rotate(0deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        visibility: visible
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
        visibility: visible
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
        visibility: visible
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes flip {
    0% {
        visibility: visible;
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        visibility: visible;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(1turn) scale(.95);
        transform: perspective(400px) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
        visibility: visible
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
        visibility: visible
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(0) skewX(0deg);
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        visibility: visible
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
        visibility: visible
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateX(0);
        visibility: visible
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    0% {
        visibility: visible
    }
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes swing {
    0% {
        visibility: visible
    }
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        visibility: visible
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
        visibility: visible
    }
    10% {
        -webkit-transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg)
    }
    to {
        -webkit-transform: skewX(0deg)
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
        transform: skewX(9deg);
        visibility: visible
    }
    10% {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg);
        transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg);
        transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg);
        transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg);
        transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg);
        transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }
    to {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }
}

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

.animated.wiggle {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        visibility: visible
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes infiniteJump {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-30px);
        visibility: visible
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(-30px)
    }
}

@keyframes infiniteJump {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-30px);
        visibility: visible
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: .7;
        -webkit-transform: translateY(-30px)
    }
}

.infiniteJump {
    -webkit-animation: infiniteJump 2s infinite, visibility 1s ease;
    animation: infiniteJump 2s infinite, visibility 1s ease
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        visibility: visible
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        visibility: visible
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.rotates {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    vertical-align: bottom
}

.rotates,
.rotating {
    display: inline-block
}

.rotating {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotate(0);
    -ms-transform: rotateX(0) rotateY(0) rotate(0);
    transform: rotateX(0) rotateY(0) rotate(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin-x: 50%
}

.rotating.flip {
    position: relative
}

.rotating .back,
.rotating .front {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    transform: translateZ(1px)
}

.rotating.flip .front {
    z-index: 1
}

.rotating .back {
    display: block;
    opacity: 0
}

.rotating.spin {
    -webkit-transform: rotate(1turn) scale(0);
    -ms-transform: rotate(1turn) scale(0);
    transform: rotate(1turn) scale(0)
}

.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translateZ(0);
    -ms-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0)
}

.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translateZ(0);
    -ms-transform: rotateX(180deg) translateZ(0);
    transform: rotateX(180deg) translateZ(0)
}

.rotating.flip.cube .front {
    -webkit-transform: translateZ(100px) scale(.9);
    -ms-transform: translateZ(100px) scale(.85);
    transform: translateZ(100px) scale(.85)
}

.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translateZ(100px) scale(.9);
    -ms-transform: rotateY(180deg) translateZ(100px) scale(.85);
    transform: rotateY(180deg) translateZ(100px) scale(.85)
}

.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translateZ(100px) scale(.9);
    -ms-transform: rotateX(180deg) translateZ(100px) scale(.85);
    transform: rotateX(180deg) translateZ(100px) scale(.85)
}

.background-horizontal-animation,
.background-vertical-animation,
.tatsu-bg-horizontal-animation,
.tatsu-bg-vertical-animation {
    background-position: 0 0;
    background-size: cover !important
}

.background-horizontal-animation,
.tatsu-bg-horizontal-animation {
    -webkit-animation: AnimateHorizontal 2500s linear infinite;
    animation: AnimateHorizontal 2500s linear infinite;
    background-repeat: repeat-x !important
}

.background-vertical-animation,
.tatsu-bg-vertical-animation {
    -webkit-animation: AnimateVertical 2500s linear infinite;
    animation: AnimateVertical 2500s linear infinite;
    background-repeat: repeat-y !important
}

@-webkit-keyframes AnimateHorizontal {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -100000px 0
    }
}

@keyframes AnimateHorizontal {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -100000px 0
    }
}

@-webkit-keyframes AnimateVertical {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 0 -100000px
    }
}

@keyframes AnimateVertical {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 0 -100000px
    }
}

.typed {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite;
    display: none
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px
}

body.admin-bar #nprogress .bar {
    top: 32px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translateY(-4px);
    -ms-transform: rotate(3deg) translateY(-4px);
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes tatsu-ripple {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.7);
        opacity: 0
    }
}

@keyframes tatsu-ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

.mobx-holder,
.mobx-holder * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mobx-holder,
.mobx-holder svg {
    pointer-events: none
}

.mobx-holder,
.mobx-item,
.mobx-item-inner {
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.mobx-error,
.mobx-html,
.mobx-iframe,
.mobx-img,
.mobx-slider,
.mobx-thumb,
.mobx-video {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.mobx-holder {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    will-change: opacity, visibility;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    -o-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease
}

.mobx-overlay,
.mobx-ui:after {
    position: absolute;
    left: 0;
    will-change: opacity;
    top: 0
}

.mobx-holder:-webkit-full-screen {
    background-color: transparent
}

.mobx-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.mobx-rtl {
    direction: rtl
}

.mobx-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease
}

.mobx-hide {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mobx-overlay {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #000
}

.mobx-ui:after {
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .25s ease-out, visibility .25s ease-out;
    -o-transition: opacity .25s ease-out, visibility .25s ease-out;
    transition: opacity .25s ease-out, visibility .25s ease-out
}

.mobx-open-tooltip .mobx-ui:after {
    opacity: 1;
    visibility: visible
}

.mobx-share-tooltip :after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-video:after,
.mobx-video:before {
    background-image: url(../../../wp-content/plugins/exponent-modules/public/css/../assets/modulobox.svg);
    background-repeat: no-repeat;
    background-color: transparent
}

.mobx-bottom-bar,
.mobx-top-bar {
    position: absolute;
    will-change: transform;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    width: 100%
}

.mobx-top-bar {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.mobx-holder:not(.mobx-open) .mobx-top-bar,
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mobx-bottom-bar {
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.mobx-holder:not(.mobx-open) .mobx-bottom-bar,
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.mobx-caption {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none
}

.mobx-caption-inner {
    max-width: 420px;
    margin: 0 auto;
    pointer-events: auto;
    cursor: default
}

.mobx-desc,
.mobx-title {
    position: relative;
    margin: 0;
    padding: 14px 10px 12px;
    font-weight: 400;
    display: block
}

.mobx-error,
.mobx-html {
    pointer-events: none
}

.mobx-title {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #eee
}

.mobx-desc,
.mobx-error {
    color: #bbb;
    text-align: center
}

.mobx-desc {
    font-size: 12px;
    line-height: 16px
}

.mobx-title+.mobx-desc {
    margin: -6px 0 0;
    padding: 0 10px 10px
}

.mobx-item,
.mobx-item-inner {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.mobx-item-inner {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.mobx-img,
.mobx-panzoom .mobx-item {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-dragging .mobx-item * {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-error,
.mobx-html,
.mobx-iframe,
.mobx-img,
.mobx-video {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    max-width: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    will-change: opacity;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.mobx-media-loaded {
    opacity: 1;
    visibility: visible
}

.mobx-error,
.mobx-html-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobx-error {
    width: 100%;
    height: auto;
    padding: 20px 60px
}

.mobx-html-inner {
    position: relative;
    display: inline-block;
    overflow: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    pointer-events: auto
}

.mobx-video {
    cursor: pointer;
    background: hsla(0, 0%, 100%, .1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.mobx-video.mobx-playing {
    background: 0 0;
    background-image: none !important
}

.mobx-video:after,
.mobx-video:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: -44px 0 0 -44px;
    border: 4px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 28px -414px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mobx-video.mobx-loading:before {
    border-color: transparent
}

.mobx-video:after {
    opacity: 0;
    visibility: hidden;
    background-image: none;
    background-color: transparent;
    border-color: transparent transparent transparent #fff
}

.mobx-video.mobx-loading:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: mobx-load 1.1s linear infinite;
    animation: mobx-load 1.1s linear infinite
}

.mobx-video.mobx-playing:after,
.mobx-video.mobx-playing:before {
    opacity: 0
}

.mobx-video .mejs-video,
.mobx-video iframe,
.mobx-video video {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    background: hsla(0, 0%, 100%, .065);
    pointer-events: none;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.mobx-video iframe {
    background: 0 0
}

.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe,
.mobx-video.mobx-playing video {
    opacity: 1;
    pointer-events: auto
}

.mobx-fullscreen .mejs-fullscreen-button,
.mobx-fullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

.mobx-counter,
.mobx-timer {
    position: relative;
    display: inline-block
}

:-webkit-full-screen-ancestor:not(iframe) {
    will-change: auto !important
}

.mobx-counter {
    float: left;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    margin: 0 10px;
    letter-spacing: .6px
}

.mobx-rtl .mobx-counter {
    float: right
}

.mobx-timer {
    float: left;
    width: 24px;
    height: 24px;
    margin: 10px 0 10px 5px;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-rtl .mobx-timer {
    float: right
}

.mobx-autoplay .mobx-timer {
    opacity: 1
}

.mobx-loader {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    outline: 1px solid transparent;
    border-radius: 50%;
    border: 3px solid hsla(0, 0%, 100%, .2);
    border-left-color: #fff;
    -webkit-animation: mobx-load 1.1s linear infinite;
    animation: mobx-load 1.1s linear infinite
}

@-webkit-keyframes mobx-load {
    0% {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes mobx-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mobx-share-tooltip {
    position: absolute;
    display: block;
    z-index: 2;
    width: 120px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    will-change: transform;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .25s ease, opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease
}

.mobx-share-tooltip:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -12px;
    right: 14px;
    border: 6px solid transparent;
    border-bottom-color: #f9fafb
}

.mobx-share-tooltip button:after,
.mobx-thumb-video:after,
.mobx-thumb:after {
    content: ""
}

.mobx-share-tooltip[data-position=left]:before {
    left: 14px;
    right: auto
}

.mobx-open-tooltip .mobx-share-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobx-share-tooltip span {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #f9fafb;
    -webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, .03);
    box-shadow: inset 0 -2px 8px rgba(0, 0, 0, .03)
}

.mobx-share-tooltip :after,
.mobx-ui button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-appearance: none;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-share-tooltip button:hover:after,
.mobx-ui button:hover {
    opacity: 1
}

.mobx-share-tooltip button:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.mobx-share-tooltip button {
    float: left
}

.mobx-rtl .mobx-share-tooltip button {
    float: right
}

.mobx-top-bar button {
    float: right;
    margin: 2px;
    opacity: .75
}

.mobx-rtl .mobx-top-bar button {
    float: left
}

button.mobx-next,
button.mobx-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 32px;
    margin: 0 6px;
    opacity: .75;
    background-color: rgba(0, 0, 0, .4);
    will-change: transform;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

button.mobx-next {
    left: auto;
    right: 0
}

.mobx-holder:not(.mobx-open) .mobx-prev,
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev {
    -webkit-transform: translateX(-120%) translateY(-50%);
    -ms-transform: translateX(-120%) translateY(-50%);
    transform: translateX(-120%) translateY(-50%)
}

.mobx-holder:not(.mobx-open) .mobx-next,
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next {
    -webkit-transform: translateX(120%) translateY(-50%);
    -ms-transform: translateX(120%) translateY(-50%);
    transform: translateX(120%) translateY(-50%)
}

.mobx-holder[data-download=false] .mobx-download,
.mobx-holder[data-download=false] .mobx-download:hover,
.mobx-holder[data-zoom=false] .mobx-zoom,
.mobx-holder[data-zoom=false] .mobx-zoom:hover {
    opacity: .45;
    cursor: default
}

.mobx-prev {
    left: 0;
    background-position: 10px 4px
}

.mobx-next {
    right: 0;
    background-position: 10px -40px
}

.mobx-close {
    background-position: 12px -76px
}

.mobx-zoom {
    background-position: 12px -120px
}

.mobx-panzoom .mobx-zoom {
    background-position: 12px -164px
}

.mobx-play {
    background-position: 12px -208px
}

.mobx-autoplay .mobx-play {
    background-position: 12px -252px
}

.mobx-download {
    background-position: 12px -296px
}

.mobx-share {
    background-position: 12px -340px
}

.mobx-fullscreen {
    background-position: 12px -384px
}

.mobx-fullscreen .mobx-fullscreen {
    background-position: 12px -428px
}

.mobx-facebook {
    background-position: -32px -472px
}

.mobx-facebook:after {
    background-color: #3b5998;
    background-position: 12px -472px
}

.mobx-twitter {
    background-position: -32px -516px
}

.mobx-twitter:after {
    background-color: #1da1f2;
    background-position: 12px -516px
}

.mobx-googleplus {
    background-position: -32px -560px
}

.mobx-googleplus:after {
    background-color: #dd4b39;
    background-position: 12px -560px
}

.mobx-pinterest {
    background-position: -32px -604px
}

.mobx-pinterest:after {
    background-color: #bd081c;
    background-position: 12px -604px
}

.mobx-linkedin {
    background-position: -32px -648px
}

.mobx-linkedin:after {
    background-color: #0077b5;
    background-position: 12px -648px
}

.mobx-reddit {
    background-position: -32px -692px
}

.mobx-reddit:after {
    background-color: #ff4500;
    background-position: 12px -692px
}

.mobx-tumblr {
    background-position: -32px -736px
}

.mobx-tumblr:after {
    background-color: #35465c;
    background-position: 12px -736px
}

.mobx-blogger {
    background-position: -32px -780px
}

.mobx-blogger:after {
    background-color: #f57d00;
    background-position: 12px -780px
}

.mobx-buffer {
    background-position: -32px -824px
}

.mobx-buffer:after {
    background-color: #323b43;
    background-position: 12px -824px
}

.mobx-digg {
    background-position: -34px -868px
}

.mobx-digg:after {
    background-color: #005be2;
    background-position: 10px -868px
}

.mobx-stumbleupon {
    background-position: -32px -912px
}

.mobx-stumbleupon:after {
    background-color: #eb4924;
    background-position: 12px -912px
}

.mobx-evernote {
    background-position: -32px -956px
}

.mobx-evernote:after {
    background-color: #2dbe60;
    background-position: 12px -956px
}

.mobx-thumbs-holder,
.mobx-thumbs-inner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto
}

.mobx-thumbs-holder {
    position: relative;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-thumb {
    position: absolute;
    margin: 0;
    will-change: left;
    background-color: #191919;
    outline: 0 solid transparent;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.mobx-thumb:hover {
    background-color: #323232
}

.mobx-thumb:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .0001;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 2px solid #fff
}

.mobx-active-thumb:after {
    opacity: .9999
}

.mobx-thumb-bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: opacity, visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    -o-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease
}

.mobx-thumb-loaded {
    visibility: visible;
    opacity: .5
}

.mobx-active-thumb .mobx-thumb-loaded,
.mobx-thumb-bg:hover {
    opacity: 1
}

.mobx-dragging .mobx-thumbs-holder {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-thumb-video:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto 0;
    background-position: 12px -208px
}

@media screen and (max-height:800px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 60px;
        height: 60px;
        margin: -34px 0 0 -34px;
        background-size: 125px;
        background-position: 22px -294px
    }
}

@media screen and (max-height:360px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 40px;
        height: 40px;
        margin: -24px 0 0 -24px;
        background-size: initial;
        background-position: 14px -208px;
        border-width: 3px
    }
}

@media screen and (max-width:400px) {
    .mobx-timer {
        margin: 10px 0
    }
    .mobx-top-bar button {
        margin: 2px 0
    }
}

@media screen and (max-width:360px) {
    .mobx-counter {
        margin: 0 6px 0 4px
    }
    .mobx-top-bar button {
        width: 34px
    }
}

@media only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:380px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:380px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:380px),
only screen and (min-device-pixel-ratio:2) and (max-width:380px) {
    .mobx-top-bar button {
        width: 40px
    }
}

.be-slider {
    visibility: hidden;
    position: relative
}

.be-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.be-slider-with-shadow .be-slide {
    margin-bottom: 30px
}

.be-slider-with-shadow .flickity-page-dots {
    bottom: 0
}

.be-slide:first-child {
    position: relative
}

.be-slide-lazy-load {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.be-slide-lazy-load.flickity-lazyloaded {
    opacity: 1
}

.be-slider-cols-2 .be-slide {
    width: 50%
}

.be-slider-cols-3 .be-slide {
    width: 33.33%
}

.be-slider-cols-4 .be-slide {
    width: 25%
}

.be-slider-cols-5 .be-slide {
    width: 20%
}

.be-slider-cols-6 .be-slide {
    width: 16.66%
}

@media only screen and (max-width:1024px) {
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .be-slider-cols-2 .be-slide,
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width: 100%
    }
}

.be-equal-height-slider .be-slide-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.be-slider.flickity-enabled {
    visibility: visible
}

.be-slider[data-dots="1"] .flickity-viewport {
    margin-bottom: 30px
}

.be-slider .flickity-page-dots {
    left: 0
}

.be-slider .flickity-page-dots .dot {
    width: 7px;
    height: 7px
}

.be-slider .flickity-prev-next-button {
    padding: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.be-slider .flickity-button-icon {
    fill: #979797
}

.be-slider .flickity-button:hover {
    background: transparent
}

.be-slider .flickity-prev-next-button.next {
    right: 0;
    opacity: 0
}

.be-slider:hover .flickity-prev-next-button.next {
    right: 15px;
    opacity: 1
}

.be-slider .flickity-prev-next-button.previous {
    left: 0;
    opacity: 0
}

.be-slider:hover .flickity-prev-next-button.previous {
    left: 15px;
    opacity: 1
}

.be-slider .flickity-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.be-slider-hide-nav .flickity-page-dots,
.be-slider-hide-nav .flickity-prev-next-button {
    display: none
}

.exp-icon-tiny .exp-icon {
    font-size: 15px
}

.exp-icon-small .exp-icon {
    font-size: 22px
}

.exp-icon-medium .exp-icon {
    font-size: 32px
}

.exp-icon-large .exp-icon {
    font-size: 45px
}

.exp-icon-x-large .exp-icon {
    font-size: 62px
}

.exp-icon-bg {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-icon-circled.exp-icon-tiny .exp-icon-bg {
    width: 28px;
    height: 28px
}

.exp-icon-circled.exp-icon-tiny .exp-icon {
    font-size: 12px
}

.exp-icon-circled.exp-icon-small .exp-icon-bg {
    width: 38px;
    height: 38px
}

.exp-icon-circled.exp-icon-small .exp-icon {
    font-size: 16px
}

.exp-icon-circled.exp-icon-medium .exp-icon-bg {
    width: 50px;
    height: 50px
}

.exp-icon-circled.exp-icon-medium .exp-icon {
    font-size: 21px
}

.exp-icon-circled.exp-icon-large .exp-icon-bg {
    width: 64px;
    height: 64px
}

.exp-icon-circled.exp-icon-large .exp-icon {
    font-size: 28px
}

.exp-icon-circled.exp-icon-x-large .exp-icon-bg {
    width: 86px;
    height: 86px
}

.exp-icon-circled.exp-icon-x-large .exp-icon {
    font-size: 36px
}

.tatsu-an {
    line-height: 1
}

.tatsu-button-wrap.circular,
.tatsu-button-wrap.circular:after,
.tatsu-button-wrap.circular:before,
.tatsu-button.circular,
.tatsu-button.circular:after,
.tatsu-button.circular:before {
    border-radius: 32px
}

.x-largebtn.tatsu-button.rounded {
    border-radius: 4px
}

.smallbtn {
    font-size: 11px;
    line-height: 11px
}

.circular.smallbtn,
.smallbtn {
    padding: 11px 25px
}

.mediumbtn {
    font-size: 12px;
    line-height: 12px
}

.circular.mediumbtn,
.mediumbtn {
    padding: 14px 34px
}

.largebtn {
    font-size: 14px;
    line-height: 14px
}

.circular.largebtn,
.largebtn {
    padding: 15px 40px
}

.x-largebtn {
    font-size: 15px;
    padding: 18px 51px;
    line-height: 15px
}

.tatsu-icon-bg.medium .tatsu-icon,
.tatsu-icon.medium {
    font-size: 21px
}

.tatsu-icon-bg.large .tatsu-icon,
.tatsu-icon.large {
    font-size: 28px
}

.tatsu-icon-bg.xlarge .tatsu-icon,
.tatsu-icon.xlarge {
    font-size: 36px
}

.tatsu-icon-bg.tiny.plain .tatsu-icon,
.tatsu-icon.tiny.plain {
    font-size: 16px;
    margin-right: 6px
}

.tatsu-icon-bg.small.plain .tatsu-icon,
.tatsu-icon.small.plain {
    font-size: 22px;
    margin-right: 12px
}

.tatsu-icon-bg.medium.plain .tatsu-icon,
.tatsu-icon.medium.plain {
    font-size: 28px;
    margin-right: 15px
}

.tatsu-icon-bg.large.plain .tatsu-icon,
.tatsu-icon.large.plain {
    font-size: 40px;
    margin-right: 18px
}

.tatsu-icon-bg.xlarge.plain .tatsu-icon,
.tatsu-icon.xlarge.plain {
    font-size: 58px;
    margin-right: 25px
}

.align-center .tatsu-icon-bg.plain .tatsu-icon,
.align-center .tatsu-icon.plain,
.align-left .tatsu-icon-bg.plain .tatsu-icon,
.align-left .tatsu-icon.plain,
.align-right .tatsu-icon-bg.plain .tatsu-icon,
.align-right .tatsu-icon.plain,
.tatsu-gradient-icon.align-none .tatsu-icon-bg {
    margin-right: 0
}

.tatsu-icon-bg.tiny,
.tatsu-icon.tiny {
    width: 28px;
    height: 28px
}

.tatsu-icon-bg.small,
.tatsu-icon.small {
    width: 38px;
    height: 38px
}

.tatsu-icon-bg.medium,
.tatsu-icon.medium {
    height: 50px;
    width: 50px
}

.tatsu-icon-bg.large,
.tatsu-icon.large {
    width: 64px;
    height: 64px
}

.tatsu-icon-bg.xlarge,
.tatsu-icon.xlarge {
    width: 80px;
    height: 80px
}

.tatsu-icon-bg.plain,
.tatsu-icon.plain {
    width: auto;
    height: auto
}

.tatsu-ti.tatsu-ti-wrap.align-left,
.tatsu-ti.tatsu-ti-wrap.align-right {
    margin: 0
}

.tatsu-ti-wrap.small.plain {
    font-size: 22px;
    width: auto;
    height: auto;
    line-height: 0
}

.tatsu-tc.small.plain {
    padding-left: 40px
}

.tatsu-tc.small.plain.align-right {
    padding-right: 40px
}

@media only screen and (max-width:767px) {
    .tatsu-tc.small.plain.align-right {
        padding-right: 0;
        padding-left: 40px
    }
}

.tatsu-ti-wrap.medium.plain {
    font-size: 27px;
    width: auto;
    height: auto;
    line-height: 0
}

.tatsu-tc.medium.plain {
    padding-left: 48px
}

.tatsu-tc.medium.plain.align-right {
    padding-right: 48px
}

@media only screen and (max-width:767px) {
    .tatsu-tc.medium.plain.align-right {
        padding-right: 0;
        padding-left: 48px
    }
}

.tatsu-ti-wrap.large.plain {
    font-size: 32px;
    width: auto;
    height: auto;
    line-height: 0
}

.tatsu-tc.large.plain {
    padding-left: 56px
}

.tatsu-tc.large.plain.align-right {
    padding-right: 56px
}

@media only screen and (max-width:767px) {
    .tatsu-tc.large.plain.align-right {
        padding-right: 0;
        padding-left: 56px
    }
}

.tatsu-ti-wrap.small.circled {
    font-size: 16px;
    width: 40px;
    height: 40px
}

.tatsu-tc.small {
    padding-left: 58px
}

.tatsu-tc.small.align-right {
    padding-right: 58px
}

@media only screen and (max-width:767px) {
    .tatsu-tc.small.align-right {
        padding-right: 0;
        padding-left: 58px
    }
}

.tatsu-ti-wrap.medium.circled {
    font-size: 20px;
    width: 50px;
    height: 50px
}

.tatsu-tc.medium {
    padding-left: 70px
}

.tatsu-tc.medium.align-right {
    padding-right: 70px
}

@media only screen and (max-width:767px) {
    .tatsu-tc.medium.align-right {
        padding-right: 0;
        padding-left: 70px
    }
}

.tatsu-ti-wrap.large.circled {
    font-size: 26px;
    width: 64px;
    height: 64px
}

.tatsu-tc.large {
    padding-left: 86px
}

.tatsu-tc.large.align-right {
    padding-right: 86px
}

@media only screen and (max-width:767px) {
    .tatsu-tc.large.align-right {
        padding-right: 0;
        padding-left: 86px
    }
}

.tatsu-list-inner {
    padding-left: 10px
}

.exp-recent-posts .exp-posts-loop-style7 .exp-post-inner:hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.exp-equal-height-slider .exp-post-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.exp-equal-height-slider .exp-post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.exp-equal-height-slider .exp-post-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-posts-loop-style2 .exp-equal-height-slider .exp-post-details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.exp-equal-height-slider .exp-post-details-inner {
    width: 100%
}

.exp-recent-posts .exp-posts-loop-style7 .exp-post-inner:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.exp-module .exp-blog .exp-posts-loop {
    margin-bottom: 0
}

.be-form-field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.be-form-field-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.be-form-field-row .be-form-field-col {
    padding: 0 15px
}

.be-col-one-half {
    width: 50%
}

.be-col-one-third {
    width: 33.33%
}

@media only screen and (max-width:767px) {
    .be-form-field-row {
        margin: 0
    }
    .be-form-field-row .be-form-field-col {
        padding: 0;
        width: 100%;
        margin-bottom: 30px
    }
    .be-form-field-row .be-form-field-col:last-child {
        margin-bottom: 0
    }
}

.exp-form .wpcf7-form-control-wrap {
    display: block
}

.exp-form.wpcf7-form input[type=submit]:last-of-type {
    margin-bottom: 0
}

.exp-contact-form-cf7 .wpcf7 .ajax-loader {
    display: none
}

.exp-contact-form-cf7 .wpcf7 .ajax-loader.is-active {
    display: inline-block
}

.exp-contact-form-cf7 .exp-form {
    margin-bottom: 0
}

.countdown-rtl {
    direction: rtl
}

.countdown-holding span {
    color: #888
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center
}

.countdown-show1 .countdown-section {
    width: 98%
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 32.5%
}

.countdown-show4 .countdown-section {
    width: 24.5%
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-section {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center
}

.countdown-amount {
    font-size: 50px;
    line-height: 1.2
}

.countdown-period {
    display: block
}

.countdown-descr {
    display: block;
    width: 100%
}

.exp-mc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.exp-mc-wrap .exp-form>*,
.exp-mc-wrap .exp-mc-form {
    margin-bottom: 0
}

.exp-mc-align-center .exp-mc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-mc-align-right .exp-mc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exp-mc>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.exp-mc-email {
    margin-right: 25px
}

.exp-mc .exp-mc-email {
    background: transparent
}

.exp-mc-block .exp-mc-email {
    margin-bottom: 25px
}

.exp-mc-form.exp-form .exp-mc-email {
    padding: 11px 0 11px 20px
}

.exp-mc-submit-wrap {
    position: relative
}

.exp-mc .exp-mc-submit {
    padding: 16px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.exp-mc-form-loading .exp-mc-submit {
    opacity: 0
}

.exp-mc-form .exp-subscribe-loader,
.exp-mc-form .tatsu-notification {
    display: none
}

.exp-subscribe-loader {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.exp-subscribe-loader-inner {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    webkit-animation: exp-spin-animation 1.1s infinite linear;
    -webkit-animation: exp-spin-animation 1.1s linear infinite;
    animation: exp-spin-animation 1.1s linear infinite
}

@-webkit-keyframes exp-spin-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes exp-spin-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media only screen and (max-width:767px) {
    .exp-mc-form.exp-form .exp-mc-email {
        margin-bottom: 20px;
        margin-right: 0
    }
}

.tatsu-frame .exp-recent-posts .exp-post-thumb p {
    margin-bottom: 0
}

.tatsu-frame .exp-recent-posts br {
    display: none
}

.tatsu-frame .exp-featured-posts .exp-post-thumb p,
.tatsu-frame .exp-recent-posts .exp-post-author p {
    margin-bottom: 0
}

.tatsu-frame .exp-featured-posts br {
    display: none
}

.tatsu-frame .exp-blog .exp-post-thumb p,
.tatsu-frame .exp-featured-posts .exp-post-author p {
    margin-bottom: 0
}

.tatsu-frame .exp-blog br {
    display: none
}

.tatsu-frame .exp-blog .exp-post-author p {
    margin-bottom: 0
}

.tatsu-frame .exp-contact-form-cf7 p {
    margin: 0
}

.tatsu-frame .exp-contact-form-cf7 br {
    display: none
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box
}

rs-debug {
    z-index: 100000;
    position: fixed;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    overflow: scroll
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: revicons;
    src: url(../../../wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);
    src: url(../../../wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix)format('embedded-opentype'), url(../../../wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888)format('woff'), url(../../../wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888)format('truetype'), url(../../../wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons)format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(../../../wp-content/plugins/revslider/public/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(../../../wp-content/plugins/revslider/public/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0)scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        rs-carousel-wrap rs-layer-wrap,
        rs-carousel-wrap rs-loop-wrap {
            -webkit-backface-visibility: hidden;
            -webkit-transform-style: preserve-3d
        }
    }
}

.safarifix rs-layer-wrap {
    perspective: 1e6
}

@-moz-document url-prefix() {
    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 50%;
    transform: perspective(1px)translateY(-50%)
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%)translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }
    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1)inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px)rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px)rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 70%
    }
    50% {
        opacity: 0;
        top: 70%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: proxima-nova, helvetica neue, Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    vertical-align: top;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3e3px;
    height: 1500px;
    background: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png)repeat
}

.rs-layer.slidelink a span {
    background: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png)repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(../../../wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px)rotateX(0)rotateY(0)
    }
    50% {
        transform: perspective(120px)rotateX(-180.1deg)rotateY(0)
    }
    100% {
        transform: perspective(120px)rotateX(-180deg)rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 1e4px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: open sans, sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg)contrast(.9)saturate(.85)brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3)contrast(1.1)brightness(1.1)grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22)brightness(1.1)contrast(.85)saturate(.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05)hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5)brightness(.9)
}

.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1)hue-rotate(-10deg)sepia(.3)saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2)contrast(.9)saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9)sepia(.2)
}

.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1)saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1)contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1)brightness(1.1)saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9)brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2)contrast(1.2)brightness(1.05)saturate(1.2)
}

.nashville::after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark::after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1)contrast(1.1)brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2)saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5)contrast(.95)brightness(.9)
}

.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05)sepia(.2)contrast(.9)saturate(.9)
}

.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66)brightness(1.05)
}

.slumber::after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

@media not all and (min-resolution:.001dpcm) {
    @supports(-webkit-appearance: none) {
        .willow {
            filter:grayscale(1)contrast(.95)brightness(.9)
        }
        .willow::after {
            background-color: initial
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {
    0%,
    100% {
        transform: translate(0)
    }
    25% {
        transform: translate(160%)
    }
    50% {
        transform: translate(160%, 160%)
    }
    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {
    0%,
    100% {
        -webkit-transform: translate(0)
    }
    25% {
        -webkit-transform: translate(160%)
    }
    50% {
        -webkit-transform: translate(160%, 160%)
    }
    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(80%, 80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(80%, 80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(80%, -80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(80%, -80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(-80%, -80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(-80%, -80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0)translate3d(-80%, 80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(-80%, 80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0)translate3d(80%, 80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(80%, 80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0)translate3d(80%, -80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(80%, -80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0)translate3d(-80%, -80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(-80%, -80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0)translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0)translate3d(-80%, 80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(-80%, 80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg)translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px)rotate(-90deg)scale(.5)
    }
    50% {
        -webkit-transform: translateX(30px)translateY(30px)rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0)translateY(30px)rotate(-270deg)scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px)rotate(-90deg)scale(.5);
        -webkit-transform: translateX(30px)rotate(-90deg)scale(.5)
    }
    50% {
        transform: translateX(30px)translateY(30px)rotate(-179deg);
        -webkit-transform: translateX(30px)translateY(30px)rotate(-179deg)
    }
    50.1% {
        transform: translateX(30px)translateY(30px)rotate(-180deg);
        -webkit-transform: translateX(30px)translateY(30px)rotate(-180deg)
    }
    75% {
        transform: translateX(0)translateY(30px)rotate(-270deg)scale(.5);
        -webkit-transform: translateX(0)translateY(30px)rotate(-270deg)scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

/*!* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.*/

@font-face {
    font-family: fontawesome6brands;
    font-style: normal;
    font-weight: 400;
    src: url(../../../wp-content/plugins/tatsu/includes/icons/font_awesome/fonts/fontawesome-brands-400.woff2?v=6.0);
    src: url(../../../wp-content/plugins/tatsu/includes/icons/font_awesome/fonts/fontawesome-brands-400.woff2?v=6.0)format("woff2"), url(../../../wp-content/plugins/tatsu/includes/icons/font_awesome/fonts/fontawesome-brands-400.ttf?v=6.0)format("truetype");
    font-weight: 400;
    font-style: normal
}

.fab,
.fa-brands {
    display: inline-block;
    font: 14px/1 FontAwesome6Brands;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-brands.tatsu-icon.tiny.plain {
    font-size: 17px
}

.fa-brands.tatsu-icon.small.plain {
    font-size: 27px;
    margin-top: -2px
}

.fa-brands.tatsu-icon.medium.plain {
    font-size: 39px;
    margin-top: -2px
}

.fa-brands.tatsu-icon.large.plain {
    font-size: 57px;
    margin-top: -2px
}

.fa-brands.tatsu-icon.xlarge.plain {
    font-size: 91px;
    margin-top: -3px
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-square-js:before {
    content: "\f3b9"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-square-instagram:before {
    content: "\e055"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before {
    content: "\f2aa"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-square-dribbble:before {
    content: "\f397"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before {
    content: "\f081"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before {
    content: "\f431"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before {
    content: "\f1b7"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before {
    content: "\f194"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-flag:before {
    content: "\f2b4"
}

.fa-font-awesome-logo-full:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-square-github:before {
    content: "\f092"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-gitlab-square:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before {
    content: "\f169"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before {
    content: "\e080"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-square-facebook:before {
    content: "\f082"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-square-lastfm:before {
    content: "\f203"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before {
    content: "\e2d0"
}

.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-square-behance:before {
    content: "\f1b5"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-square-git:before {
    content: "\f1d2"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-square-tumblr:before {
    content: "\f174"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before {
    content: "\f40c"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

@font-face {
    font-family: tatsu-icons;
    src: url(../../../wp-content/plugins/tatsu/includes/icons/tatsu_icons/fonts/tatsu-icons.ttf?1deqen)format('truetype'), url(../../../wp-content/plugins/tatsu/includes/icons/tatsu_icons/fonts/tatsu-icons.woff?1deqen)format('woff'), url(../../../wp-content/plugins/tatsu/includes/icons/tatsu_icons/fonts/tatsu-icons.svg?1deqen#tatsu-icons)format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=tatsu-icon-],
[class*=" tatsu-icon-"] {
    font-family: tatsu-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tatsu-icon-tiktok:before {
    content: "\e900"
}

.tatsu-icon-music:before {
    content: "\e800"
}

.tatsu-icon-wallet:before {
    content: "\e801"
}

.tatsu-icon-search:before {
    content: "\e802"
}

.tatsu-icon-mail:before {
    content: "\e803"
}

.tatsu-icon-heart:before {
    content: "\e804"
}

.tatsu-icon-star:before {
    content: "\e805"
}

.tatsu-icon-key:before {
    content: "\e806"
}

.tatsu-icon-doc:before {
    content: "\e807"
}

.tatsu-icon-user:before {
    content: "\e808"
}

.tatsu-icon-videocam:before {
    content: "\e809"
}

.tatsu-icon-camera:before {
    content: "\e80a"
}

.tatsu-icon-photo:before {
    content: "\e80b"
}

.tatsu-icon-attach:before {
    content: "\e80c"
}

.tatsu-icon-lock:before {
    content: "\e80d"
}

.tatsu-icon-eye:before {
    content: "\e80e"
}

.tatsu-icon-tag:before {
    content: "\e80f"
}

.tatsu-icon-thumbs-up:before {
    content: "\e810"
}

.tatsu-icon-pencil:before {
    content: "\e811"
}

.tatsu-icon-comment:before {
    content: "\e812"
}

.tatsu-icon-location:before {
    content: "\e813"
}

.tatsu-icon-cup:before {
    content: "\e814"
}

.tatsu-icon-trash:before {
    content: "\e815"
}

.tatsu-icon-database:before {
    content: "\e816"
}

.tatsu-icon-megaphone:before {
    content: "\e817"
}

.tatsu-icon-graduation-cap:before {
    content: "\e818"
}

.tatsu-icon-fire:before {
    content: "\e819"
}

.tatsu-icon-paper-plane:before {
    content: "\e81a"
}

.tatsu-icon-cloud:before {
    content: "\e81b"
}

.tatsu-icon-globe:before {
    content: "\e81c"
}

.tatsu-icon-inbox:before {
    content: "\e81d"
}

.tatsu-icon-cd:before {
    content: "\e81e"
}

.tatsu-icon-mobile:before {
    content: "\e81f"
}

.tatsu-icon-desktop:before {
    content: "\e820"
}

.tatsu-icon-tv:before {
    content: "\e821"
}

.tatsu-icon-lightbulb:before {
    content: "\e822"
}

.tatsu-icon-clock:before {
    content: "\e823"
}

.tatsu-icon-sound:before {
    content: "\e824"
}

.tatsu-icon-calendar:before {
    content: "\e825"
}

.tatsu-icon-params:before {
    content: "\e826"
}

.tatsu-icon-cog:before {
    content: "\e827"
}

.tatsu-icon-note:before {
    content: "\e828"
}

.tatsu-icon-beaker:before {
    content: "\e829"
}

.tatsu-icon-truck:before {
    content: "\e82a"
}

.tatsu-icon-money:before {
    content: "\e82b"
}

.tatsu-icon-food:before {
    content: "\e82c"
}

.tatsu-icon-shop:before {
    content: "\e82d"
}

.tatsu-icon-diamond:before {
    content: "\e82e"
}

.tatsu-icon-t-shirt:before {
    content: "\e82f"
}

.tatsu-icon-activity:before {
    content: "\e901"
}

.tatsu-icon-airplay:before {
    content: "\e902"
}

.tatsu-icon-alert-circle:before {
    content: "\e903"
}

.tatsu-icon-alert-octagon:before {
    content: "\e904"
}

.tatsu-icon-alert-triangle:before {
    content: "\e905"
}

.tatsu-icon-align-center:before {
    content: "\e906"
}

.tatsu-icon-align-justify:before {
    content: "\e907"
}

.tatsu-icon-align-left2:before {
    content: "\e908"
}

.tatsu-icon-align-right2:before {
    content: "\e909"
}

.tatsu-icon-anchor:before {
    content: "\e90a"
}

.tatsu-icon-aperture:before {
    content: "\e90b"
}

.tatsu-icon-archive2:before {
    content: "\e90c"
}

.tatsu-icon-arrow-down2:before {
    content: "\e90d"
}

.tatsu-icon-arrow-down-circle:before {
    content: "\e90e"
}

.tatsu-icon-arrow-down-left:before {
    content: "\e90f"
}

.tatsu-icon-arrow-down-right:before {
    content: "\e910"
}

.tatsu-icon-arrow-left2:before {
    content: "\e911"
}

.tatsu-icon-arrow-left-circle:before {
    content: "\e912"
}

.tatsu-icon-arrow-right2:before {
    content: "\e913"
}

.tatsu-icon-arrow-right-circle:before {
    content: "\e914"
}

.tatsu-icon-arrow-up2:before {
    content: "\e915"
}

.tatsu-icon-arrow-up-circle:before {
    content: "\e916"
}

.tatsu-icon-arrow-up-left:before {
    content: "\e917"
}

.tatsu-icon-arrow-up-right:before {
    content: "\e918"
}

.tatsu-icon-at-sign:before {
    content: "\e919"
}

.tatsu-icon-award:before {
    content: "\e91a"
}

.tatsu-icon-bar-chart:before {
    content: "\e91b"
}

.tatsu-icon-bar-chart-2:before {
    content: "\e91c"
}

.tatsu-icon-battery2:before {
    content: "\e91d"
}

.tatsu-icon-battery-charging:before {
    content: "\e91e"
}

.tatsu-icon-bell2:before {
    content: "\e91f"
}

.tatsu-icon-bell-off:before {
    content: "\e920"
}

.tatsu-icon-bluetooth1:before {
    content: "\e921"
}

.tatsu-icon-book2:before {
    content: "\e922"
}

.tatsu-icon-book-open:before {
    content: "\e923"
}

.tatsu-icon-bookmark2:before {
    content: "\e924"
}

.tatsu-icon-box2:before {
    content: "\e925"
}

.tatsu-icon-briefcase2:before {
    content: "\e926"
}

.tatsu-icon-calendar2:before {
    content: "\e927"
}

.tatsu-icon-camera2:before {
    content: "\e928"
}

.tatsu-icon-camera-off:before {
    content: "\e929"
}

.tatsu-icon-cast:before {
    content: "\e92a"
}

.tatsu-icon-check2:before {
    content: "\e92b"
}

.tatsu-icon-check-circle:before {
    content: "\e92c"
}

.tatsu-icon-check-square:before {
    content: "\e92d"
}

.tatsu-icon-chevron-down2:before {
    content: "\e92e"
}

.tatsu-icon-chevron-left2:before {
    content: "\e92f"
}

.tatsu-icon-chevron-right2:before {
    content: "\e930"
}

.tatsu-icon-chevron-up2:before {
    content: "\e931"
}

.tatsu-icon-chevrons-down:before {
    content: "\e932"
}

.tatsu-icon-chevrons-left:before {
    content: "\e933"
}

.tatsu-icon-chevrons-right:before {
    content: "\e934"
}

.tatsu-icon-chevrons-up:before {
    content: "\e935"
}

.tatsu-icon-chrome1:before {
    content: "\e936"
}

.tatsu-icon-circle:before {
    content: "\e937"
}

.tatsu-icon-clipboard2:before {
    content: "\e938"
}

.tatsu-icon-clock2:before {
    content: "\e939"
}

.tatsu-icon-cloud2:before {
    content: "\e93a"
}

.tatsu-icon-cloud-drizzle:before {
    content: "\e93b"
}

.tatsu-icon-cloud-lightning:before {
    content: "\e93c"
}

.tatsu-icon-cloud-off:before {
    content: "\e93d"
}

.tatsu-icon-cloud-rain:before {
    content: "\e93e"
}

.tatsu-icon-cloud-snow:before {
    content: "\e93f"
}

.tatsu-icon-code2:before {
    content: "\e940"
}

.tatsu-icon-codepen:before {
    content: "\e941"
}

.tatsu-icon-command:before {
    content: "\e942"
}

.tatsu-icon-compass2:before {
    content: "\e943"
}

.tatsu-icon-copy2:before {
    content: "\e944"
}

.tatsu-icon-corner-down-left:before {
    content: "\e945"
}

.tatsu-icon-corner-down-right:before {
    content: "\e946"
}

.tatsu-icon-corner-left-down:before {
    content: "\e947"
}

.tatsu-icon-corner-left-up:before {
    content: "\e948"
}

.tatsu-icon-corner-right-down:before {
    content: "\e949"
}

.tatsu-icon-corner-right-up:before {
    content: "\e94a"
}

.tatsu-icon-corner-up-left:before {
    content: "\e94b"
}

.tatsu-icon-corner-up-right:before {
    content: "\e94c"
}

.tatsu-icon-cpu:before {
    content: "\e94d"
}

.tatsu-icon-credit-card2:before {
    content: "\e94e"
}

.tatsu-icon-crop2:before {
    content: "\e94f"
}

.tatsu-icon-crosshair:before {
    content: "\e950"
}

.tatsu-icon-database2:before {
    content: "\e951"
}

.tatsu-icon-delete:before {
    content: "\e952"
}

.tatsu-icon-disc:before {
    content: "\e953"
}

.tatsu-icon-dollar-sign:before {
    content: "\e954"
}

.tatsu-icon-download2:before {
    content: "\e955"
}

.tatsu-icon-download-cloud:before {
    content: "\e956"
}

.tatsu-icon-droplet:before {
    content: "\e957"
}

.tatsu-icon-edit2:before {
    content: "\e958"
}

.tatsu-icon-edit-2:before {
    content: "\e959"
}

.tatsu-icon-edit-3:before {
    content: "\e95a"
}

.tatsu-icon-external-link:before {
    content: "\e95b"
}

.tatsu-icon-eye2:before {
    content: "\e95c"
}

.tatsu-icon-eye-off:before {
    content: "\e95d"
}

.tatsu-icon-fast-forward:before {
    content: "\e95e"
}

.tatsu-icon-feather2:before {
    content: "\e95f"
}

.tatsu-icon-file:before {
    content: "\e960"
}

.tatsu-icon-file-minus:before {
    content: "\e961"
}

.tatsu-icon-file-plus:before {
    content: "\e962"
}

.tatsu-icon-file-text:before {
    content: "\e963"
}

.tatsu-icon-film:before {
    content: "\e964"
}

.tatsu-icon-filter:before {
    content: "\e965"
}

.tatsu-icon-flag2:before {
    content: "\e966"
}

.tatsu-icon-folder2:before {
    content: "\e967"
}

.tatsu-icon-folder-minus:before {
    content: "\e968"
}

.tatsu-icon-folder-plus:before {
    content: "\e969"
}

.tatsu-icon-gift:before {
    content: "\e96a"
}

.tatsu-icon-github2:before {
    content: "\e96b"
}

.tatsu-icon-gitlab:before {
    content: "\e96c"
}

.tatsu-icon-globe2:before {
    content: "\e96d"
}

.tatsu-icon-grid2:before {
    content: "\e96e"
}

.tatsu-icon-hard-drive:before {
    content: "\e96f"
}

.tatsu-icon-hash:before {
    content: "\e970"
}

.tatsu-icon-headphones:before {
    content: "\e971"
}

.tatsu-icon-heart2:before {
    content: "\e972"
}

.tatsu-icon-help-circle:before {
    content: "\e973"
}

.tatsu-icon-home2:before {
    content: "\e974"
}

.tatsu-icon-image2:before {
    content: "\e975"
}

.tatsu-icon-inbox2:before {
    content: "\e976"
}

.tatsu-icon-info2:before {
    content: "\e977"
}

.tatsu-icon-instagram2:before {
    content: "\e978"
}

.tatsu-icon-italic:before {
    content: "\e979"
}

.tatsu-icon-layers2:before {
    content: "\e97a"
}

.tatsu-icon-layout:before {
    content: "\e97b"
}

.tatsu-icon-life-buoy:before {
    content: "\e97c"
}

.tatsu-icon-link2:before {
    content: "\e97d"
}

.tatsu-icon-link-2:before {
    content: "\e97e"
}

.tatsu-icon-linkedin2:before {
    content: "\e97f"
}

.tatsu-icon-list2:before {
    content: "\e980"
}

.tatsu-icon-loader:before {
    content: "\e981"
}

.tatsu-icon-lock2:before {
    content: "\e982"
}

.tatsu-icon-log-in:before {
    content: "\e983"
}

.tatsu-icon-log-out2:before {
    content: "\e984"
}

.tatsu-icon-mail2:before {
    content: "\e985"
}

.tatsu-icon-map2:before {
    content: "\e986"
}

.tatsu-icon-map-pin:before {
    content: "\e987"
}

.tatsu-icon-maximize:before {
    content: "\e988"
}

.tatsu-icon-maximize-2:before {
    content: "\e989"
}

.tatsu-icon-menu2:before {
    content: "\e98a"
}

.tatsu-icon-message-circle:before {
    content: "\e98b"
}

.tatsu-icon-message-square:before {
    content: "\e98c"
}

.tatsu-icon-mic2:before {
    content: "\e98d"
}

.tatsu-icon-mic-off:before {
    content: "\e98e"
}

.tatsu-icon-minimize:before {
    content: "\e98f"
}

.tatsu-icon-minimize-2:before {
    content: "\e990"
}

.tatsu-icon-minus2:before {
    content: "\e991"
}

.tatsu-icon-minus-circle:before {
    content: "\e992"
}

.tatsu-icon-minus-square:before {
    content: "\e993"
}

.tatsu-icon-monitor:before {
    content: "\e994"
}

.tatsu-icon-moon2:before {
    content: "\e995"
}

.tatsu-icon-more-horizontal:before {
    content: "\e996"
}

.tatsu-icon-more-vertical:before {
    content: "\e997"
}

.tatsu-icon-move:before {
    content: "\e998"
}

.tatsu-icon-music2:before {
    content: "\e999"
}

.tatsu-icon-navigation:before {
    content: "\e99a"
}

.tatsu-icon-navigation-2:before {
    content: "\e99b"
}

.tatsu-icon-octagon:before {
    content: "\e99c"
}

.tatsu-icon-package:before {
    content: "\e99d"
}

.tatsu-icon-paperclip:before {
    content: "\e99e"
}

.tatsu-icon-pause:before {
    content: "\e99f"
}

.tatsu-icon-pause-circle:before {
    content: "\e9a0"
}

.tatsu-icon-percent:before {
    content: "\e9a1"
}

.tatsu-icon-phone2:before {
    content: "\e9a2"
}

.tatsu-icon-phone-call:before {
    content: "\e9a3"
}

.tatsu-icon-phone-forwarded:before {
    content: "\e9a4"
}

.tatsu-icon-phone-incoming:before {
    content: "\e9a5"
}

.tatsu-icon-phone-missed:before {
    content: "\e9a6"
}

.tatsu-icon-phone-off:before {
    content: "\e9a7"
}

.tatsu-icon-phone-outgoing:before {
    content: "\e9a8"
}

.tatsu-icon-pie-chart2:before {
    content: "\e9a9"
}

.tatsu-icon-play:before {
    content: "\e9aa"
}

.tatsu-icon-play-circle:before {
    content: "\e9ab"
}

.tatsu-icon-plus2:before {
    content: "\e9ac"
}

.tatsu-icon-plus-circle:before {
    content: "\e9ad"
}

.tatsu-icon-plus-square:before {
    content: "\e9ae"
}

.tatsu-icon-pocket:before {
    content: "\e9af"
}

.tatsu-icon-power:before {
    content: "\e9b0"
}

.tatsu-icon-printer:before {
    content: "\e9b1"
}

.tatsu-icon-radio2:before {
    content: "\e9b2"
}

.tatsu-icon-refresh-ccw:before {
    content: "\e9b3"
}

.tatsu-icon-refresh-cw:before {
    content: "\e9b4"
}

.tatsu-icon-repeat:before {
    content: "\e9b5"
}

.tatsu-icon-rewind:before {
    content: "\e9b6"
}

.tatsu-icon-rotate-ccw:before {
    content: "\e9b7"
}

.tatsu-icon-rotate-cw:before {
    content: "\e9b8"
}

.tatsu-icon-rss2:before {
    content: "\e9b9"
}

.tatsu-icon-save2:before {
    content: "\e9ba"
}

.tatsu-icon-scissors2:before {
    content: "\e9bb"
}

.tatsu-icon-search1:before {
    content: "\e9bc"
}

.tatsu-icon-send:before {
    content: "\e9bd"
}

.tatsu-icon-server:before {
    content: "\e9be"
}

.tatsu-icon-settings:before {
    content: "\e9bf"
}

.tatsu-icon-share:before {
    content: "\e9c0"
}

.tatsu-icon-share-2:before {
    content: "\e9c1"
}

.tatsu-icon-shield2:before {
    content: "\e9c2"
}

.tatsu-icon-shield-off:before {
    content: "\e9c3"
}

.tatsu-icon-shopping-bag2:before {
    content: "\e9c4"
}

.tatsu-icon-shopping-cart2:before {
    content: "\e9c5"
}

.tatsu-icon-shuffle2:before {
    content: "\e9c6"
}

.tatsu-icon-sidebar:before {
    content: "\e9c7"
}

.tatsu-icon-skip-back:before {
    content: "\e9c8"
}

.tatsu-icon-skip-forward:before {
    content: "\e9c9"
}

.tatsu-icon-slack1:before {
    content: "\e9ca"
}

.tatsu-icon-slash:before {
    content: "\e9cb"
}

.tatsu-icon-sliders:before {
    content: "\e9cc"
}

.tatsu-icon-smartphone:before {
    content: "\e9cd"
}

.tatsu-icon-speaker:before {
    content: "\e9ce"
}

.tatsu-icon-square:before {
    content: "\e9cf"
}

.tatsu-icon-star2:before {
    content: "\e9d0"
}

.tatsu-icon-stop-circle:before {
    content: "\e9d1"
}

.tatsu-icon-sun:before {
    content: "\e9d2"
}

.tatsu-icon-sunrise:before {
    content: "\e9d3"
}

.tatsu-icon-sunset:before {
    content: "\e9d4"
}

.tatsu-icon-tablet2:before {
    content: "\e9d5"
}

.tatsu-icon-tag2:before {
    content: "\e9d6"
}

.tatsu-icon-target:before {
    content: "\e9d7"
}

.tatsu-icon-terminal:before {
    content: "\e9d8"
}

.tatsu-icon-thermometer2:before {
    content: "\e9d9"
}

.tatsu-icon-thumbs-down2:before {
    content: "\e9da"
}

.tatsu-icon-thumbs-up2:before {
    content: "\e9db"
}

.tatsu-icon-toggle-left:before {
    content: "\e9dc"
}

.tatsu-icon-toggle-right:before {
    content: "\e9dd"
}

.tatsu-icon-trash2:before {
    content: "\e9de"
}

.tatsu-icon-trash-2:before {
    content: "\e9df"
}

.tatsu-icon-trending-down:before {
    content: "\e9e0"
}

.tatsu-icon-trending-up:before {
    content: "\e9e1"
}

.tatsu-icon-triangle:before {
    content: "\e9e2"
}

.tatsu-icon-truck1:before {
    content: "\e9e3"
}

.tatsu-icon-tv2:before {
    content: "\e9e4"
}

.tatsu-icon-twitter2:before {
    content: "\e9e5"
}

.tatsu-icon-type:before {
    content: "\e9e6"
}

.tatsu-icon-umbrella:before {
    content: "\e9e7"
}

.tatsu-icon-underline:before {
    content: "\e9e8"
}

.tatsu-icon-unlock:before {
    content: "\e9e9"
}

.tatsu-icon-upload2:before {
    content: "\e9ea"
}

.tatsu-icon-upload-cloud:before {
    content: "\e9eb"
}

.tatsu-icon-user2:before {
    content: "\e9ec"
}

.tatsu-icon-user-check:before {
    content: "\e9ed"
}

.tatsu-icon-user-minus:before {
    content: "\e9ee"
}

.tatsu-icon-user-plus:before {
    content: "\e9ef"
}

.tatsu-icon-user-x:before {
    content: "\e9f0"
}

.tatsu-icon-users2:before {
    content: "\e9f1"
}

.tatsu-icon-video2:before {
    content: "\e9f2"
}

.tatsu-icon-video-off:before {
    content: "\e9f3"
}

.tatsu-icon-voicemail2:before {
    content: "\e9f4"
}

.tatsu-icon-volume:before {
    content: "\e9f5"
}

.tatsu-icon-volume-1:before {
    content: "\e9f6"
}

.tatsu-icon-volume-2:before {
    content: "\e9f7"
}

.tatsu-icon-volume-x:before {
    content: "\e9f8"
}

.tatsu-icon-watch:before {
    content: "\e9f9"
}

.tatsu-icon-wifi:before {
    content: "\e9fa"
}

.tatsu-icon-wifi-off:before {
    content: "\e9fb"
}

.tatsu-icon-wind:before {
    content: "\e9fc"
}

.tatsu-icon-x:before {
    content: "\e9fd"
}

.tatsu-icon-x-circle:before {
    content: "\e9fe"
}

.tatsu-icon-x-square:before {
    content: "\e9ff"
}

.tatsu-icon-youtube2:before {
    content: "\ea00"
}

.tatsu-icon-zap:before {
    content: "\ea01"
}

.tatsu-icon-zap-off:before {
    content: "\ea02"
}

.tatsu-icon-zoom-in:before {
    content: "\ea03"
}

.tatsu-icon-zoom-out:before {
    content: "\ea04"
}

.tatsu-icon-youtube1:before {
    content: "\ea05"
}

.tatsu-icon-skype1:before {
    content: "\ea16"
}

.tatsu-icon-picasa:before {
    content: "\ea1f"
}

.tatsu-icon-google-play:before {
    content: "\ea2c"
}

.tatsu-icon-google-hangouts:before {
    content: "\ea2d"
}

.tatsu-icon-google-drive:before {
    content: "\ea2e"
}

.tatsu-icon-flickr1:before {
    content: "\ea31"
}

.tatsu-icon-evernote:before {
    content: "\ea34"
}

.tatsu-icon-basecamp:before {
    content: "\ea39"
}

.tatsu-icon-baidu:before {
    content: "\ea3a"
}

.tatsu-icon-px:before {
    content: "\ea3c"
}

.tatsu-icon-location-pin:before {
    content: "\ea3d"
}

.tatsu-icon-inbox1:before {
    content: "\ea3e"
}

.tatsu-icon-water:before {
    content: "\ea3f"
}

.tatsu-icon-warning:before {
    content: "\ea40"
}

.tatsu-icon-wallet1:before {
    content: "\ea41"
}

.tatsu-icon-voicemail:before {
    content: "\ea42"
}

.tatsu-icon-vinyl:before {
    content: "\ea43"
}

.tatsu-icon-video:before {
    content: "\ea44"
}

.tatsu-icon-video-camera:before {
    content: "\ea45"
}

.tatsu-icon-v-card:before {
    content: "\ea46"
}

.tatsu-icon-users:before {
    content: "\ea47"
}

.tatsu-icon-user1:before {
    content: "\ea48"
}

.tatsu-icon-upload:before {
    content: "\ea49"
}

.tatsu-icon-upload-to-cloud:before {
    content: "\ea4a"
}

.tatsu-icon-untag:before {
    content: "\ea4b"
}

.tatsu-icon-unread:before {
    content: "\ea4c"
}

.tatsu-icon-uninstall:before {
    content: "\ea4d"
}

.tatsu-icon-typing:before {
    content: "\ea4e"
}

.tatsu-icon-tv1:before {
    content: "\ea4f"
}

.tatsu-icon-trophy:before {
    content: "\ea50"
}

.tatsu-icon-triangle-up:before {
    content: "\ea51"
}

.tatsu-icon-triangle-right:before {
    content: "\ea52"
}

.tatsu-icon-triangle-left:before {
    content: "\ea53"
}

.tatsu-icon-triangle-down:before {
    content: "\ea54"
}

.tatsu-icon-tree:before {
    content: "\ea55"
}

.tatsu-icon-trash1:before {
    content: "\ea56"
}

.tatsu-icon-traffic-cone:before {
    content: "\ea57"
}

.tatsu-icon-tools:before {
    content: "\ea58"
}

.tatsu-icon-time-slot:before {
    content: "\ea59"
}

.tatsu-icon-ticket:before {
    content: "\ea5a"
}

.tatsu-icon-thunder-cloud:before {
    content: "\ea5b"
}

.tatsu-icon-thumbs-up1:before {
    content: "\ea5c"
}

.tatsu-icon-thumbs-down:before {
    content: "\ea5d"
}

.tatsu-icon-thermometer:before {
    content: "\ea5e"
}

.tatsu-icon-text:before {
    content: "\ea5f"
}

.tatsu-icon-text-document:before {
    content: "\ea60"
}

.tatsu-icon-text-document-inverted:before {
    content: "\ea61"
}

.tatsu-icon-tag1:before {
    content: "\ea62"
}

.tatsu-icon-tablet:before {
    content: "\ea63"
}

.tatsu-icon-tablet-mobile-combo:before {
    content: "\ea64"
}

.tatsu-icon-switch:before {
    content: "\ea65"
}

.tatsu-icon-sweden:before {
    content: "\ea66"
}

.tatsu-icon-swap:before {
    content: "\ea67"
}

.tatsu-icon-suitcase:before {
    content: "\ea68"
}

.tatsu-icon-stopwatch:before {
    content: "\ea69"
}

.tatsu-icon-star1:before {
    content: "\ea6a"
}

.tatsu-icon-star-outlined:before {
    content: "\ea6b"
}

.tatsu-icon-squared-plus:before {
    content: "\ea6c"
}

.tatsu-icon-squared-minus:before {
    content: "\ea6d"
}

.tatsu-icon-squared-cross:before {
    content: "\ea6e"
}

.tatsu-icon-spreadsheet:before {
    content: "\ea6f"
}

.tatsu-icon-sports-club:before {
    content: "\ea70"
}

.tatsu-icon-sound1:before {
    content: "\ea71"
}

.tatsu-icon-sound-mute:before {
    content: "\ea72"
}

.tatsu-icon-sound-mix:before {
    content: "\ea73"
}

.tatsu-icon-signal:before {
    content: "\ea74"
}

.tatsu-icon-shuffle:before {
    content: "\ea75"
}

.tatsu-icon-shopping-cart:before {
    content: "\ea76"
}

.tatsu-icon-shopping-basket:before {
    content: "\ea77"
}

.tatsu-icon-shopping-bag:before {
    content: "\ea78"
}

.tatsu-icon-shop1:before {
    content: "\ea79"
}

.tatsu-icon-shield:before {
    content: "\ea7a"
}

.tatsu-icon-shareable:before {
    content: "\ea7b"
}

.tatsu-icon-share-alternative:before {
    content: "\ea7c"
}

.tatsu-icon-select-arrows:before {
    content: "\ea7d"
}

.tatsu-icon-scissors:before {
    content: "\ea7e"
}

.tatsu-icon-save:before {
    content: "\ea7f"
}

.tatsu-icon-ruler:before {
    content: "\ea80"
}

.tatsu-icon-rss:before {
    content: "\ea81"
}

.tatsu-icon-round-brush:before {
    content: "\ea82"
}

.tatsu-icon-rocket:before {
    content: "\ea83"
}

.tatsu-icon-retweet:before {
    content: "\ea84"
}

.tatsu-icon-resize-full-screen:before {
    content: "\ea85"
}

.tatsu-icon-resize-100:before {
    content: "\ea86"
}

.tatsu-icon-reply:before {
    content: "\ea87"
}

.tatsu-icon-reply-all:before {
    content: "\ea88"
}

.tatsu-icon-remove-user:before {
    content: "\ea89"
}

.tatsu-icon-radio:before {
    content: "\ea8a"
}

.tatsu-icon-quote:before {
    content: "\ea8b"
}

.tatsu-icon-publish:before {
    content: "\ea8c"
}

.tatsu-icon-progress-two:before {
    content: "\ea8d"
}

.tatsu-icon-progress-one:before {
    content: "\ea8e"
}

.tatsu-icon-progress-full:before {
    content: "\ea8f"
}

.tatsu-icon-progress-empty:before {
    content: "\ea90"
}

.tatsu-icon-print:before {
    content: "\ea91"
}

.tatsu-icon-price-tag:before {
    content: "\ea92"
}

.tatsu-icon-price-ribbon:before {
    content: "\ea93"
}

.tatsu-icon-power-plug:before {
    content: "\ea94"
}

.tatsu-icon-popup:before {
    content: "\ea95"
}

.tatsu-icon-plus:before {
    content: "\ea96"
}

.tatsu-icon-pin:before {
    content: "\ea97"
}

.tatsu-icon-pie-chart:before {
    content: "\ea98"
}

.tatsu-icon-phone:before {
    content: "\ea99"
}

.tatsu-icon-pencil1:before {
    content: "\ea9a"
}

.tatsu-icon-paper-plane1:before {
    content: "\ea9b"
}

.tatsu-icon-palette:before {
    content: "\ea9c"
}

.tatsu-icon-open-book:before {
    content: "\ea9d"
}

.tatsu-icon-old-phone:before {
    content: "\ea9e"
}

.tatsu-icon-old-mobile:before {
    content: "\ea9f"
}

.tatsu-icon-notifications-off:before {
    content: "\eaa0"
}

.tatsu-icon-notification:before {
    content: "\eaa1"
}

.tatsu-icon-note1:before {
    content: "\eaa2"
}

.tatsu-icon-newsletter:before {
    content: "\eaa3"
}

.tatsu-icon-news:before {
    content: "\eaa4"
}

.tatsu-icon-new:before {
    content: "\eaa5"
}

.tatsu-icon-new-message:before {
    content: "\eaa6"
}

.tatsu-icon-network:before {
    content: "\eaa7"
}

.tatsu-icon-music1:before {
    content: "\eaa8"
}

.tatsu-icon-mouse:before {
    content: "\eaa9"
}

.tatsu-icon-mouse-pointer:before {
    content: "\eaaa"
}

.tatsu-icon-moon:before {
    content: "\eaab"
}

.tatsu-icon-modern-mic:before {
    content: "\eaac"
}

.tatsu-icon-mobile1:before {
    content: "\eaad"
}

.tatsu-icon-minus:before {
    content: "\eaae"
}

.tatsu-icon-mic:before {
    content: "\eaaf"
}

.tatsu-icon-message:before {
    content: "\eab0"
}

.tatsu-icon-merge:before {
    content: "\eab1"
}

.tatsu-icon-menu:before {
    content: "\eab2"
}

.tatsu-icon-megaphone1:before {
    content: "\eab3"
}

.tatsu-icon-medal:before {
    content: "\eab4"
}

.tatsu-icon-mask:before {
    content: "\eab5"
}

.tatsu-icon-map:before {
    content: "\eab6"
}

.tatsu-icon-man:before {
    content: "\eab7"
}

.tatsu-icon-mail1:before {
    content: "\eab8"
}

.tatsu-icon-magnifying-glass:before {
    content: "\eab9"
}

.tatsu-icon-magnet:before {
    content: "\eaba"
}

.tatsu-icon-loop:before {
    content: "\eabb"
}

.tatsu-icon-login:before {
    content: "\eabc"
}

.tatsu-icon-log-out:before {
    content: "\eabd"
}

.tatsu-icon-lock1:before {
    content: "\eabe"
}

.tatsu-icon-lock-open:before {
    content: "\eabf"
}

.tatsu-icon-location1:before {
    content: "\eac0"
}

.tatsu-icon-list:before {
    content: "\eac1"
}

.tatsu-icon-link:before {
    content: "\eac2"
}

.tatsu-icon-light-up:before {
    content: "\eac3"
}

.tatsu-icon-light-down:before {
    content: "\eac4"
}

.tatsu-icon-light-bulb:before {
    content: "\eac5"
}

.tatsu-icon-lifebuoy:before {
    content: "\eac6"
}

.tatsu-icon-level-up:before {
    content: "\eac7"
}

.tatsu-icon-level-down:before {
    content: "\eac8"
}

.tatsu-icon-leaf:before {
    content: "\eac9"
}

.tatsu-icon-layers:before {
    content: "\eaca"
}

.tatsu-icon-laptop:before {
    content: "\eacb"
}

.tatsu-icon-language:before {
    content: "\eacc"
}

.tatsu-icon-landline:before {
    content: "\eacd"
}

.tatsu-icon-lab-flask:before {
    content: "\eace"
}

.tatsu-icon-keyboard:before {
    content: "\eacf"
}

.tatsu-icon-key1:before {
    content: "\ead0"
}

.tatsu-icon-install:before {
    content: "\ead1"
}

.tatsu-icon-info:before {
    content: "\ead2"
}

.tatsu-icon-info-with-circle:before {
    content: "\ead3"
}

.tatsu-icon-infinity:before {
    content: "\ead4"
}

.tatsu-icon-images:before {
    content: "\ead5"
}

.tatsu-icon-image:before {
    content: "\ead6"
}

.tatsu-icon-image-inverted:before {
    content: "\ead7"
}

.tatsu-icon-hour-glass:before {
    content: "\ead8"
}

.tatsu-icon-home:before {
    content: "\ead9"
}

.tatsu-icon-help:before {
    content: "\eada"
}

.tatsu-icon-help-with-circle:before {
    content: "\eadb"
}

.tatsu-icon-heart1:before {
    content: "\eadc"
}

.tatsu-icon-heart-outlined:before {
    content: "\eadd"
}

.tatsu-icon-hand:before {
    content: "\eade"
}

.tatsu-icon-hair-cross:before {
    content: "\eadf"
}

.tatsu-icon-grid:before {
    content: "\eae0"
}

.tatsu-icon-graduation-cap1:before {
    content: "\eae1"
}

.tatsu-icon-globe1:before {
    content: "\eae2"
}

.tatsu-icon-gauge:before {
    content: "\eae3"
}

.tatsu-icon-game-controller:before {
    content: "\eae4"
}

.tatsu-icon-funnel:before {
    content: "\eae5"
}

.tatsu-icon-forward:before {
    content: "\eae6"
}

.tatsu-icon-folder:before {
    content: "\eae7"
}

.tatsu-icon-folder-video:before {
    content: "\eae8"
}

.tatsu-icon-folder-music:before {
    content: "\eae9"
}

.tatsu-icon-folder-images:before {
    content: "\eaea"
}

.tatsu-icon-flower:before {
    content: "\eaeb"
}

.tatsu-icon-flow-tree:before {
    content: "\eaec"
}

.tatsu-icon-flow-parallel:before {
    content: "\eaed"
}

.tatsu-icon-flow-line:before {
    content: "\eaee"
}

.tatsu-icon-flow-cascade:before {
    content: "\eaef"
}

.tatsu-icon-flow-branch:before {
    content: "\eaf0"
}

.tatsu-icon-flat-brush:before {
    content: "\eaf1"
}

.tatsu-icon-flashlight:before {
    content: "\eaf2"
}

.tatsu-icon-flash:before {
    content: "\eaf3"
}

.tatsu-icon-flag:before {
    content: "\eaf4"
}

.tatsu-icon-fingerprint:before {
    content: "\eaf5"
}

.tatsu-icon-feather:before {
    content: "\eaf6"
}

.tatsu-icon-eye1:before {
    content: "\eaf7"
}

.tatsu-icon-eye-with-line:before {
    content: "\eaf8"
}

.tatsu-icon-export:before {
    content: "\eaf9"
}

.tatsu-icon-eraser:before {
    content: "\eafa"
}

.tatsu-icon-erase:before {
    content: "\eafb"
}

.tatsu-icon-emoji-sad:before {
    content: "\eafc"
}

.tatsu-icon-emoji-neutral:before {
    content: "\eafd"
}

.tatsu-icon-emoji-happy:before {
    content: "\eafe"
}

.tatsu-icon-emoji-flirt:before {
    content: "\eaff"
}

.tatsu-icon-email:before {
    content: "\eb00"
}

.tatsu-icon-edit:before {
    content: "\eb01"
}

.tatsu-icon-drop:before {
    content: "\eb02"
}

.tatsu-icon-drive:before {
    content: "\eb03"
}

.tatsu-icon-drink:before {
    content: "\eb04"
}

.tatsu-icon-download:before {
    content: "\eb05"
}

.tatsu-icon-dots-three-vertical:before {
    content: "\eb06"
}

.tatsu-icon-dots-three-horizontal:before {
    content: "\eb07"
}

.tatsu-icon-documents:before {
    content: "\eb08"
}

.tatsu-icon-document:before {
    content: "\eb09"
}

.tatsu-icon-document-landscape:before {
    content: "\eb0a"
}

.tatsu-icon-direction:before {
    content: "\eb0b"
}

.tatsu-icon-database1:before {
    content: "\eb0c"
}

.tatsu-icon-cycle:before {
    content: "\eb0d"
}

.tatsu-icon-cw:before {
    content: "\eb0e"
}

.tatsu-icon-cup1:before {
    content: "\eb0f"
}

.tatsu-icon-cross:before {
    content: "\eb10"
}

.tatsu-icon-crop:before {
    content: "\eb11"
}

.tatsu-icon-credit:before {
    content: "\eb12"
}

.tatsu-icon-credit-card:before {
    content: "\eb13"
}

.tatsu-icon-creative-commons:before {
    content: "\eb14"
}

.tatsu-icon-creative-commons-sharealike:before {
    content: "\eb15"
}

.tatsu-icon-creative-commons-share:before {
    content: "\eb16"
}

.tatsu-icon-creative-commons-remix:before {
    content: "\eb17"
}

.tatsu-icon-creative-commons-public-domain:before {
    content: "\eb18"
}

.tatsu-icon-creative-commons-noncommercial-us:before {
    content: "\eb19"
}

.tatsu-icon-creative-commons-noncommercial-eu:before {
    content: "\eb1a"
}

.tatsu-icon-creative-commons-noderivs:before {
    content: "\eb1b"
}

.tatsu-icon-creative-commons-attribution:before {
    content: "\eb1c"
}

.tatsu-icon-copy:before {
    content: "\eb1d"
}

.tatsu-icon-controller-stop:before {
    content: "\eb1e"
}

.tatsu-icon-controller-record:before {
    content: "\eb1f"
}

.tatsu-icon-controller-play:before {
    content: "\eb20"
}

.tatsu-icon-controller-paus:before {
    content: "\eb21"
}

.tatsu-icon-controller-next:before {
    content: "\eb22"
}

.tatsu-icon-controller-jump-to-start:before {
    content: "\eb23"
}

.tatsu-icon-controller-fast-forward:before {
    content: "\eb24"
}

.tatsu-icon-controller-fast-backward:before {
    content: "\eb25"
}

.tatsu-icon-compass:before {
    content: "\eb26"
}

.tatsu-icon-colours:before {
    content: "\eb27"
}

.tatsu-icon-cog1:before {
    content: "\eb28"
}

.tatsu-icon-code:before {
    content: "\eb29"
}

.tatsu-icon-cloud1:before {
    content: "\eb2a"
}

.tatsu-icon-clock1:before {
    content: "\eb2b"
}

.tatsu-icon-clipboard:before {
    content: "\eb2c"
}

.tatsu-icon-classic-computer:before {
    content: "\eb2d"
}

.tatsu-icon-clapperboard:before {
    content: "\eb2e"
}

.tatsu-icon-circular-graph:before {
    content: "\eb2f"
}

.tatsu-icon-circle-with-plus:before {
    content: "\eb30"
}

.tatsu-icon-circle-with-minus:before {
    content: "\eb31"
}

.tatsu-icon-circle-with-cross:before {
    content: "\eb32"
}

.tatsu-icon-chevron-with-circle-up:before {
    content: "\eb33"
}

.tatsu-icon-chevron-with-circle-right:before {
    content: "\eb34"
}

.tatsu-icon-chevron-with-circle-left:before {
    content: "\eb35"
}

.tatsu-icon-chevron-with-circle-down:before {
    content: "\eb36"
}

.tatsu-icon-chevron-up:before {
    content: "\eb37"
}

.tatsu-icon-chevron-thin-up:before {
    content: "\eb38"
}

.tatsu-icon-chevron-thin-right:before {
    content: "\eb39"
}

.tatsu-icon-chevron-thin-left:before {
    content: "\eb3a"
}

.tatsu-icon-chevron-thin-down:before {
    content: "\eb3b"
}

.tatsu-icon-chevron-small-up:before {
    content: "\eb3c"
}

.tatsu-icon-chevron-small-right:before {
    content: "\eb3d"
}

.tatsu-icon-chevron-small-left:before {
    content: "\eb3e"
}

.tatsu-icon-chevron-small-down:before {
    content: "\eb3f"
}

.tatsu-icon-chevron-right:before {
    content: "\eb40"
}

.tatsu-icon-chevron-left:before {
    content: "\eb41"
}

.tatsu-icon-chevron-down:before {
    content: "\eb42"
}

.tatsu-icon-check:before {
    content: "\eb43"
}

.tatsu-icon-chat:before {
    content: "\eb44"
}

.tatsu-icon-ccw:before {
    content: "\eb45"
}

.tatsu-icon-camera1:before {
    content: "\eb46"
}

.tatsu-icon-calendar1:before {
    content: "\eb47"
}

.tatsu-icon-calculator:before {
    content: "\eb48"
}

.tatsu-icon-cake:before {
    content: "\eb49"
}

.tatsu-icon-bug:before {
    content: "\eb4a"
}

.tatsu-icon-bucket:before {
    content: "\eb4b"
}

.tatsu-icon-brush:before {
    content: "\eb4c"
}

.tatsu-icon-browser:before {
    content: "\eb4d"
}

.tatsu-icon-briefcase:before {
    content: "\eb4e"
}

.tatsu-icon-box:before {
    content: "\eb4f"
}

.tatsu-icon-bowl:before {
    content: "\eb50"
}

.tatsu-icon-bookmarks:before {
    content: "\eb51"
}

.tatsu-icon-bookmark:before {
    content: "\eb52"
}

.tatsu-icon-book:before {
    content: "\eb53"
}

.tatsu-icon-block:before {
    content: "\eb54"
}

.tatsu-icon-blackboard:before {
    content: "\eb55"
}

.tatsu-icon-bell:before {
    content: "\eb56"
}

.tatsu-icon-beamed-note:before {
    content: "\eb57"
}

.tatsu-icon-battery:before {
    content: "\eb58"
}

.tatsu-icon-bar-graph:before {
    content: "\eb59"
}

.tatsu-icon-back:before {
    content: "\eb5a"
}

.tatsu-icon-back-in-time:before {
    content: "\eb5b"
}

.tatsu-icon-awareness-ribbon:before {
    content: "\eb5c"
}

.tatsu-icon-attachment:before {
    content: "\eb5d"
}

.tatsu-icon-arrow-with-circle-up:before {
    content: "\eb5e"
}

.tatsu-icon-arrow-with-circle-right:before {
    content: "\eb5f"
}

.tatsu-icon-arrow-with-circle-left:before {
    content: "\eb60"
}

.tatsu-icon-arrow-with-circle-down:before {
    content: "\eb61"
}

.tatsu-icon-arrow-up:before {
    content: "\eb62"
}

.tatsu-icon-arrow-right:before {
    content: "\eb63"
}

.tatsu-icon-arrow-long-up:before {
    content: "\eb64"
}

.tatsu-icon-arrow-long-right:before {
    content: "\eb65"
}

.tatsu-icon-arrow-long-left:before {
    content: "\eb66"
}

.tatsu-icon-arrow-long-down:before {
    content: "\eb67"
}

.tatsu-icon-arrow-left:before {
    content: "\eb68"
}

.tatsu-icon-arrow-down:before {
    content: "\eb69"
}

.tatsu-icon-arrow-bold-up:before {
    content: "\eb6a"
}

.tatsu-icon-arrow-bold-right:before {
    content: "\eb6b"
}

.tatsu-icon-arrow-bold-left:before {
    content: "\eb6c"
}

.tatsu-icon-arrow-bold-down:before {
    content: "\eb6d"
}

.tatsu-icon-area-graph:before {
    content: "\eb6e"
}

.tatsu-icon-archive:before {
    content: "\eb6f"
}

.tatsu-icon-align-vertical-middle:before {
    content: "\eb70"
}

.tatsu-icon-align-top:before {
    content: "\eb71"
}

.tatsu-icon-align-right:before {
    content: "\eb72"
}

.tatsu-icon-align-left:before {
    content: "\eb73"
}

.tatsu-icon-align-horizontal-middle:before {
    content: "\eb74"
}

.tatsu-icon-align-bottom:before {
    content: "\eb75"
}

.tatsu-icon-aircraft:before {
    content: "\eb76"
}

.tatsu-icon-aircraft-take-off:before {
    content: "\eb77"
}

.tatsu-icon-air:before {
    content: "\eb78"
}

.tatsu-icon-adjust:before {
    content: "\eb79"
}

.tatsu-icon-add-user:before {
    content: "\eb7a"
}

.tatsu-icon-add-to-list:before {
    content: "\eb7b"
}

.tatsu-icon-twitter:before {
    content: "\f099"
}

.tatsu-icon-facebook:before {
    content: "\f09a"
}

.tatsu-icon-github-circled:before {
    content: "\f09b"
}

.tatsu-icon-gplus:before {
    content: "\f0d5"
}

.tatsu-icon-linkedin:before {
    content: "\f0e1"
}

.tatsu-icon-html5:before {
    content: "\f13b"
}

.tatsu-icon-css3:before {
    content: "\f13c"
}

.tatsu-icon-euro:before {
    content: "\f153"
}

.tatsu-icon-pound:before {
    content: "\f154"
}

.tatsu-icon-dollar:before {
    content: "\f155"
}

.tatsu-icon-rupee:before {
    content: "\f156"
}

.tatsu-icon-yen:before {
    content: "\f157"
}

.tatsu-icon-rouble:before {
    content: "\f158"
}

.tatsu-icon-bitcoin:before {
    content: "\f15a"
}

.tatsu-icon-youtube:before {
    content: "\f167"
}

.tatsu-icon-xing:before {
    content: "\f168"
}

.tatsu-icon-youtube-play:before {
    content: "\f16a"
}

.tatsu-icon-dropbox:before {
    content: "\f16b"
}

.tatsu-icon-instagram:before {
    content: "\f16d"
}

.tatsu-icon-flickr:before {
    content: "\f16e"
}

.tatsu-icon-bitbucket:before {
    content: "\f171"
}

.tatsu-icon-tumblr:before {
    content: "\f173"
}

.tatsu-icon-apple:before {
    content: "\f179"
}

.tatsu-icon-windows:before {
    content: "\f17a"
}

.tatsu-icon-android:before {
    content: "\f17b"
}

.tatsu-icon-dribbble:before {
    content: "\f17d"
}

.tatsu-icon-skype:before {
    content: "\f17e"
}

.tatsu-icon-trello:before {
    content: "\f181"
}

.tatsu-icon-vkontakte:before {
    content: "\f189"
}

.tatsu-icon-weibo:before {
    content: "\f18a"
}

.tatsu-icon-slack:before {
    content: "\f198"
}

.tatsu-icon-wordpress:before {
    content: "\f19a"
}

.tatsu-icon-google:before {
    content: "\f1a0"
}

.tatsu-icon-reddit:before {
    content: "\f1a1"
}

.tatsu-icon-delicious:before {
    content: "\f1a5"
}

.tatsu-icon-digg:before {
    content: "\f1a6"
}

.tatsu-icon-drupal:before {
    content: "\f1a9"
}

.tatsu-icon-behance:before {
    content: "\f1b4"
}

.tatsu-icon-steam-squared:before {
    content: "\f1b7"
}

.tatsu-icon-spotify:before {
    content: "\f1bc"
}

.tatsu-icon-deviantart:before {
    content: "\f1bd"
}

.tatsu-icon-soundcloud:before {
    content: "\f1be"
}

.tatsu-icon-vine:before {
    content: "\f1ca"
}

.tatsu-icon-git:before {
    content: "\f1d3"
}

.tatsu-icon-wechat:before {
    content: "\f1d7"
}

.tatsu-icon-yelp:before {
    content: "\f1e9"
}

.tatsu-icon-paypal:before {
    content: "\f1ed"
}

.tatsu-icon-cc-visa:before {
    content: "\f1f0"
}

.tatsu-icon-cc-paypal:before {
    content: "\f1f4"
}

.tatsu-icon-cc-stripe:before {
    content: "\f1f5"
}

.tatsu-icon-lastfm:before {
    content: "\f202"
}

.tatsu-icon-dashcube:before {
    content: "\f210"
}

.tatsu-icon-sellsy:before {
    content: "\f213"
}

.tatsu-icon-pinterest:before {
    content: "\f231"
}

.tatsu-icon-whatsapp:before {
    content: "\f232"
}

.tatsu-icon-medium:before {
    content: "\f23a"
}

.tatsu-icon-tripadvisor:before {
    content: "\f262"
}

.tatsu-icon-safari:before {
    content: "\f267"
}

.tatsu-icon-chrome:before {
    content: "\f268"
}

.tatsu-icon-firefox:before {
    content: "\f269"
}

.tatsu-icon-opera:before {
    content: "\f26a"
}

.tatsu-icon-internet-explorer:before {
    content: "\f26b"
}

.tatsu-icon-amazon:before {
    content: "\f270"
}

.tatsu-icon-houzz:before {
    content: "\f27c"
}

.tatsu-icon-vimeo:before {
    content: "\f27d"
}

.tatsu-icon-edge:before {
    content: "\f282"
}

.tatsu-icon-credit-card-alt:before {
    content: "\f283"
}

.tatsu-icon-usb:before {
    content: "\f287"
}

.tatsu-icon-bluetooth:before {
    content: "\f293"
}

@font-face {
    font-family: exponent;
    src: url(../../../wp-content/themes/oikos/fonts/exponent-icons/exponent.ttf)format('truetype'), url(../../../wp-content/themes/oikos/fonts/exponent-icons/exponent.woff)format('woff'), url(../../../wp-content/themes/oikos/fonts/exponent-icons/exponent.svg#exponent)format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=exponent-icon-],
[class*=" exponent-icon-"] {
    font-family: exponent !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.exponent-icon-chevron-right2:before {
    content: "\e92f"
}

.exponent-icon-clock2:before {
    content: "\e938"
}

.exponent-icon-instagram2:before {
    content: "\e978"
}

.exponent-icon-reply:before {
    content: "\ea87"
}

.exponent-icon-chevron-small-up:before {
    content: "\eb3c"
}

.exponent-icon-twitter:before {
    content: "\f099"
}

.exponent-icon-facebook:before {
    content: "\f09a"
}

.exponent-icon-gplus:before {
    content: "\f0d5"
}

.exponent-icon-linkedin:before {
    content: "\f0e1"
}

.exponent-icon-pinterest:before {
    content: "\f231"
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    -o-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    -o-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../../../wp-content/themes/oikos/css/vendor/../../fonts/slick/slick.eot);
    src: url(../../../wp-content/themes/oikos/css/vendor/../../fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(../../../wp-content/themes/oikos/css/vendor/../../fonts/slick/slick.woff) format("woff"), url(../../../wp-content/themes/oikos/css/vendor/../../fonts/slick/slick.ttf) format("truetype"), url(../../../wp-content/themes/oikos/css/vendor/../../fonts/slick/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "â†"
}

[dir=rtl] .slick-prev:before {
    content: "â†’"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "â†’"
}

[dir=rtl] .slick-next:before {
    content: "â†"
}

.slick-dotted {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.mobx-holder {
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    will-change: opacity, visibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: none;
    touch-action: none;
    pointer-events: none;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    -o-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease
}

.mobx-holder:-webkit-full-screen {
    background-color: transparent
}

.mobx-holder * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mobx-holder svg {
    pointer-events: none
}

.mobx-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.mobx-rtl {
    direction: rtl
}

.mobx-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease
}

.mobx-hide {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mobx-overlay {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #000
}

.mobx-overlay,
.mobx-ui:after {
    position: absolute;
    left: 0;
    top: 0;
    will-change: opacity
}

.mobx-ui:after {
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .25s ease-out, visibility .25s ease-out;
    -o-transition: opacity .25s ease-out, visibility .25s ease-out;
    transition: opacity .25s ease-out, visibility .25s ease-out
}

.mobx-open-tooltip .mobx-ui:after {
    opacity: 1;
    visibility: visible
}

.mobx-share-tooltip :after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-video:after,
.mobx-video:before {
    background-image: url(../../../wp-content/themes/oikos/css/vendor/../../img/modulobox.svg);
    background-repeat: no-repeat;
    background-color: transparent
}

.mobx-top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.mobx-holder:not(.mobx-open) .mobx-top-bar,
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mobx-bottom-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    will-change: transform;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.mobx-holder:not(.mobx-open) .mobx-bottom-bar,
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.mobx-caption {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none
}

.mobx-caption-inner {
    max-width: 420px;
    margin: 0 auto;
    pointer-events: auto;
    cursor: default
}

.mobx-title {
    font-size: 13px;
    line-height: 18px;
    color: #eee
}

.mobx-desc,
.mobx-title {
    position: relative;
    display: block;
    margin: 0;
    padding: 14px 10px 12px;
    font-weight: 400;
    text-align: center
}

.mobx-desc {
    font-size: 12px;
    line-height: 16px;
    color: #bbb
}

.mobx-title+.mobx-desc {
    margin: -6px 0 0;
    padding: 0 10px 10px
}

.mobx-item,
.mobx-item-inner {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.mobx-item-inner {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.mobx-img,
.mobx-panzoom .mobx-item {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-dragging .mobx-item * {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-error,
.mobx-html,
.mobx-iframe,
.mobx-img,
.mobx-video {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    max-width: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    will-change: opacity;
    visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.mobx-media-loaded {
    opacity: 1;
    visibility: visible
}

.mobx-error,
.mobx-html-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobx-error {
    width: 100%;
    height: auto;
    padding: 20px 60px;
    color: #bbb;
    text-align: center
}

.mobx-error,
.mobx-html {
    pointer-events: none
}

.mobx-html-inner {
    position: relative;
    display: inline-block;
    overflow: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    pointer-events: auto
}

.mobx-video {
    cursor: pointer;
    background: hsla(0, 0%, 100%, .1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.mobx-video.mobx-playing {
    background: none;
    background-image: none !important
}

.mobx-video:after,
.mobx-video:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: -44px 0 0 -44px;
    border: 4px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 28px -414px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mobx-video.mobx-loading:before {
    border-color: transparent
}

.mobx-video:after {
    opacity: 0;
    visibility: hidden;
    background-image: none;
    background-color: transparent;
    border-color: transparent transparent transparent #fff
}

.mobx-video.mobx-loading:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: mobx-load 1.1s linear infinite;
    animation: mobx-load 1.1s linear infinite
}

.mobx-video.mobx-playing:after,
.mobx-video.mobx-playing:before {
    opacity: 0
}

.mobx-video .mejs-video,
.mobx-video iframe,
.mobx-video video {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    background: hsla(0, 0%, 100%, .065);
    pointer-events: none;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.mobx-video iframe {
    background: none
}

.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe,
.mobx-video.mobx-playing video {
    opacity: 1;
    pointer-events: auto
}

.mobx-fullscreen .mejs-fullscreen-button,
.mobx-fullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

:-webkit-full-screen-ancestor:not(iframe) {
    will-change: auto !important
}

.mobx-counter {
    position: relative;
    display: inline-block;
    float: left;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    margin: 0 10px;
    letter-spacing: .6px
}

.mobx-rtl .mobx-counter {
    float: right
}

.mobx-timer {
    position: relative;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 10px 0 10px 5px;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-rtl .mobx-timer {
    float: right
}

.mobx-autoplay .mobx-timer {
    opacity: 1
}

.mobx-loader {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    outline: 1px solid transparent;
    border-radius: 50%;
    border: 3px solid hsla(0, 0%, 100%, .2);
    border-left-color: #fff;
    -webkit-animation: mobx-load 1.1s linear infinite;
    animation: mobx-load 1.1s linear infinite
}

@-webkit-keyframes mobx-load {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes mobx-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mobx-share-tooltip {
    position: absolute;
    display: block;
    z-index: 2;
    width: 120px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    will-change: transform;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .25s ease, opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease
}

.mobx-share-tooltip:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -12px;
    right: 14px;
    border: 6px solid transparent;
    border-bottom-color: #f9fafb
}

.mobx-share-tooltip[data-position=left]:before {
    left: 14px;
    right: auto
}

.mobx-open-tooltip .mobx-share-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobx-share-tooltip span {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #f9fafb;
    -webkit-box-shadow: inset 0 -2px 8px rgba(0, 0, 0, .03);
    box-shadow: inset 0 -2px 8px rgba(0, 0, 0, .03)
}

.mobx-share-tooltip :after,
.mobx-ui button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-appearance: none;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-share-tooltip button:hover:after,
.mobx-ui button:hover {
    opacity: 1
}

.mobx-share-tooltip button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0
}

.mobx-share-tooltip button {
    float: left
}

.mobx-rtl .mobx-share-tooltip button {
    float: right
}

.mobx-top-bar button {
    float: right;
    margin: 2px;
    opacity: .75
}

.mobx-rtl .mobx-top-bar button {
    float: left
}

button.mobx-next,
button.mobx-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 32px;
    margin: 0 6px;
    opacity: .75;
    background-color: rgba(0, 0, 0, .4);
    will-change: transform;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

button.mobx-next {
    left: auto;
    right: 0
}

.mobx-holder:not(.mobx-open) .mobx-prev,
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev {
    -webkit-transform: translateX(-120%) translateY(-50%);
    -ms-transform: translateX(-120%) translateY(-50%);
    transform: translateX(-120%) translateY(-50%)
}

.mobx-holder:not(.mobx-open) .mobx-next,
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next {
    -webkit-transform: translateX(120%) translateY(-50%);
    -ms-transform: translateX(120%) translateY(-50%);
    transform: translateX(120%) translateY(-50%)
}

.mobx-holder[data-download=false] .mobx-download,
.mobx-holder[data-download=false] .mobx-download:hover,
.mobx-holder[data-zoom=false] .mobx-zoom,
.mobx-holder[data-zoom=false] .mobx-zoom:hover {
    opacity: .45;
    cursor: default
}

.mobx-prev {
    left: 0;
    background-position: 10px 4px
}

.mobx-next {
    right: 0;
    background-position: 10px -40px
}

.mobx-close {
    background-position: 12px -76px
}

.mobx-zoom {
    background-position: 12px -120px
}

.mobx-panzoom .mobx-zoom {
    background-position: 12px -164px
}

.mobx-play {
    background-position: 12px -208px
}

.mobx-autoplay .mobx-play {
    background-position: 12px -252px
}

.mobx-download {
    background-position: 12px -296px
}

.mobx-share {
    background-position: 12px -340px
}

.mobx-fullscreen {
    background-position: 12px -384px
}

.mobx-fullscreen .mobx-fullscreen {
    background-position: 12px -428px
}

.mobx-facebook {
    background-position: -32px -472px
}

.mobx-facebook:after {
    background-color: #3b5998;
    background-position: 12px -472px
}

.mobx-twitter {
    background-position: -32px -516px
}

.mobx-twitter:after {
    background-color: #1da1f2;
    background-position: 12px -516px
}

.mobx-googleplus {
    background-position: -32px -560px
}

.mobx-googleplus:after {
    background-color: #dd4b39;
    background-position: 12px -560px
}

.mobx-pinterest {
    background-position: -32px -604px
}

.mobx-pinterest:after {
    background-color: #bd081c;
    background-position: 12px -604px
}

.mobx-linkedin {
    background-position: -32px -648px
}

.mobx-linkedin:after {
    background-color: #0077b5;
    background-position: 12px -648px
}

.mobx-reddit {
    background-position: -32px -692px
}

.mobx-reddit:after {
    background-color: #ff4500;
    background-position: 12px -692px
}

.mobx-tumblr {
    background-position: -32px -736px
}

.mobx-tumblr:after {
    background-color: #35465c;
    background-position: 12px -736px
}

.mobx-blogger {
    background-position: -32px -780px
}

.mobx-blogger:after {
    background-color: #f57d00;
    background-position: 12px -780px
}

.mobx-buffer {
    background-position: -32px -824px
}

.mobx-buffer:after {
    background-color: #323b43;
    background-position: 12px -824px
}

.mobx-digg {
    background-position: -34px -868px
}

.mobx-digg:after {
    background-color: #005be2;
    background-position: 10px -868px
}

.mobx-stumbleupon {
    background-position: -32px -912px
}

.mobx-stumbleupon:after {
    background-color: #eb4924;
    background-position: 12px -912px
}

.mobx-evernote {
    background-position: -32px -956px
}

.mobx-evernote:after {
    background-color: #2dbe60;
    background-position: 12px -956px
}

.mobx-thumbs-holder,
.mobx-thumbs-inner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto
}

.mobx-thumbs-holder {
    position: relative
}

.mobx-thumb {
    position: absolute;
    margin: 0;
    will-change: left;
    background-color: #191919;
    outline: 0 solid transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.mobx-thumb:hover {
    background-color: #323232
}

.mobx-thumb:after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .0001;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 2px solid #fff
}

.mobx-active-thumb:after {
    opacity: .9999
}

.mobx-thumb-bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: opacity, visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    -o-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease
}

.mobx-thumb-loaded {
    visibility: visible;
    opacity: .5
}

.mobx-active-thumb .mobx-thumb-loaded,
.mobx-thumb-bg:hover {
    opacity: 1
}

.mobx-thumbs-holder {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-dragging .mobx-thumbs-holder {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-thumb-video:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto 0;
    background-position: 12px -208px
}

@media screen and (max-height:800px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 60px;
        height: 60px;
        margin: -34px 0 0 -34px;
        background-size: 125px;
        background-position: 22px -294px
    }
}

@media screen and (max-height:360px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 40px;
        height: 40px;
        margin: -24px 0 0 -24px;
        background-size: initial;
        background-position: 14px -208px;
        border-width: 3px
    }
}

@media screen and (max-width:400px) {
    .mobx-timer {
        margin: 10px 0
    }
    .mobx-top-bar button {
        margin: 2px 0
    }
}

@media screen and (max-width:360px) {
    .mobx-counter {
        margin: 0 6px 0 4px
    }
    .mobx-top-bar button {
        width: 34px
    }
}

@media only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:380px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:380px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:380px),
only screen and (min-device-pixel-ratio:2) and (max-width:380px) {
    .mobx-top-bar button {
        width: 40px
    }
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #333
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

body:not(.sticky-sections-responsive) .sticky-section {
    position: absolute;
    top: 0
}

body:not(.sticky-sections-responsive) .sticky-section:not(.sticky-overflow) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tatsu-fullscreen-wrap {
    width: 100%
}

.be-sticky-sections .tatsu-fullscreen {
    overflow: hidden
}

body:not(.sticky-sections-responsive) .sticky-overflow {
    height: auto
}

body:not(.sticky-sections-responsive) .sticky-sections-wrap {
    overflow: hidden;
    position: relative
}

body:not(.sticky-sections-responsive) .sticky-normal-scroll {
    position: fixed;
    width: 100%
}

.sticky-disable-animation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.sticky-overlay {
    pointer-events: none
}

.sticky-opacity,
.sticky-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: #000
}

.sticky-opacity,
.sticky-sections-responsive .sticky-opacity,
.sticky-sections-responsive .sticky-overlay {
    display: none
}

body:not(.sticky-sections-responsive) .active-sticky {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

#sticky-dots-navigation {
    position: fixed;
    z-index: 100;
    width: auto;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.right {
    right: 17px
}

.left {
    left: 17px
}

.sticky-nav-dot {
    width: 14px;
    height: 14px;
    position: relative;
    margin: 5px;
    display: block
}

.sticky-nav-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #000
}

.sticky-nav-dot.sticky-dot-active span {
    width: 12px;
    height: 12px
}

.sticky-nav-dot:hover span {
    width: 8px;
    height: 8px
}

.sticky-sections-responsive #sticky-dots-navigation {
    display: none
}

#sticky-dots-navigation.background--dark span {
    background: #f5f5f5
}

#sticky-dots-navigation.background--light span {
    background: #333
}

.sticky-enabled:not(.tatsu-frame) .tatsu-fullscreen {
    height: 100%
}

.sticky-footer-wrap {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
    -ms-word-wrap: break-word
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-spacing: 0;
    width: 100%;
    table-layout: fixed
}

td {
    vertical-align: top
}

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

::-moz-selection {
    background: #ffff9e
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

[hidden],
audio:not([controls]) {
    display: none
}

html.hide-overflow {
    overflow: hidden !important
}

html.show-overflow {
    overflow-y: scroll
}

.exp-img-object-fit {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.exp-archive-content-pad {
    padding: 80px 0
}

.be-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.be-themes-content-padding>:last-child {
    margin-bottom: 0
}

.be-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.be-grid[data-layout=masonry],
.be-grid[data-layout=metro] {
    visibility: hidden
}

.be-grid.be-grid-initialized {
    visibility: visible
}

.be-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 15px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px
}

.be-cols-2 .be-col {
    width: 50%
}

.be-cols-2 .be-double-width-cell,
.be-cols-2 .be-double-width-height-cell {
    width: 100%
}

.be-cols-3 .be-col {
    width: 33.33%
}

.be-cols-3 .be-double-width-cell,
.be-cols-3 .be-double-width-height-cell {
    width: 66.66%
}

.be-cols-4 .be-col {
    width: 25%
}

.be-cols-4 .be-double-width-cell,
.be-cols-4 .be-double-width-height-cell {
    width: 50%
}

.be-cols-5 .be-col {
    width: 20%
}

.be-cols-5 .be-double-width-cell,
.be-cols-5 .be-double-width-height-cell {
    width: 40%
}

.be-cols-6 .be-col {
    width: 16.66%
}

.be-cols-6 .be-double-width-cell,
.be-cols-6 .be-double-width-height-cell {
    width: 33.32%
}

.be-lazy-load {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.be-lazy-loaded {
    opacity: 1
}

.be-col-hide {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

.be-col-visible {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.be-grid-gutter-tiny {
    margin: 0 -5px
}

.be-grid-with-margin.be-grid-gutter-tiny {
    margin: 0;
    padding: 0 5px
}

.be-grid-gutter-tiny .be-col {
    padding: 0 5px;
    margin-bottom: 10px
}

.be-grid-gutter-small {
    margin: 0 -10px
}

.be-grid-with-margin.be-grid-gutter-small {
    margin: 0;
    padding: 0 10px
}

.be-grid-gutter-small .be-col {
    padding: 0 10px;
    margin-bottom: 20px
}

.be-grid-gutter-medium {
    margin: 0 -25px
}

.be-grid-with-margin.be-grid-gutter-medium {
    margin: 0;
    padding: 0 25px
}

.be-grid-gutter-medium .be-col {
    padding: 0 25px;
    margin-bottom: 50px
}

.be-grid-gutter-large {
    margin: 0 -35px
}

.be-grid-with-margin.be-grid-gutter-large {
    margin: 0;
    padding: 0 35px
}

.be-grid-gutter-large .be-col {
    padding: 0 35px;
    margin-bottom: 70px
}

.exp-wrap {
    max-width: 1160px;
    margin: 0 auto
}

.be-row-wrap>.be-sidebar-layout {
    margin: 0 -30px
}

.be-row-wrap>.be-sidebar-with-margin {
    margin: 0;
    padding: 0 30px
}

.be-sidebar-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.be-sidebar-layout>* {
    padding: 0 30px
}

.be-sidebar-layout>:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 65%
}

.be-sidebar-layout>:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35%;
    max-width: 340px
}

.be-themes-content-padding {
    padding: 70px 0
}

.be-slider {
    visibility: hidden;
    position: relative
}

.be-slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.be-slider-with-shadow .be-slide {
    margin-bottom: 30px
}

.be-slider-with-shadow .flickity-page-dots {
    bottom: 0
}

.be-slide:first-child {
    position: relative
}

.be-slide-lazy-load {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.be-slide-lazy-load.flickity-lazyloaded {
    opacity: 1
}

.be-slider-cols-2 .be-slide {
    width: 50%
}

.be-slider-cols-3 .be-slide {
    width: 33.33%
}

.be-slider-cols-4 .be-slide {
    width: 25%
}

.be-slider-cols-5 .be-slide {
    width: 20%
}

.be-slider-cols-6 .be-slide {
    width: 16.66%
}

.be-equal-height-slider .be-slide-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.be-slider.flickity-enabled {
    visibility: visible
}

.be-slider[data-dots="1"] .flickity-viewport {
    margin-bottom: 30px
}

.exp-posts-loop .be-slider[data-dots="1"] .flickity-viewport {
    margin-bottom: 0
}

.be-slider .flickity-page-dots {
    left: 0
}

.be-slider .flickity-page-dots .dot {
    width: 7px;
    height: 7px
}

.be-slider .flickity-prev-next-button {
    padding: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.be-slider .flickity-button-icon {
    fill: #979797
}

.be-slider .flickity-button:hover {
    background: transparent
}

.be-slider .flickity-prev-next-button.next {
    right: 0;
    opacity: 0
}

.be-slider:hover .flickity-prev-next-button.next {
    right: 15px;
    opacity: 1
}

.be-slider .flickity-prev-next-button.previous {
    left: 0;
    opacity: 0
}

.be-slider:hover .flickity-prev-next-button.previous {
    left: 15px;
    opacity: 1
}

.be-slider .flickity-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.be-slider-hide-nav .flickity-page-dots,
.be-slider-hide-nav .flickity-prev-next-button {
    display: none
}

.exp-slider {
    position: relative;
    visibility: hidden;
    display: block
}

.exp-slider-initialized {
    visibility: visible
}

.exp-slide {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0
}

.exp-slide:first-child,
.exp-slider-initialized .exp-slide {
    position: relative
}

.tp-simpleresponsive>ul li {
    z-index: 1 !important
}

.tatsu-frame #header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#exponent-header-container {
    position: relative
}

.exponent-header {
    width: 100%;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-color: transparent
}

.exponent-header,
.exponent-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.exponent-header-row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.exponent-wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto
}

.exponent-header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exponent-header-column.left {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.exponent-header-column.right {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exponent-header-logo span {
    font-size: 28px;
    font-weight: 700;
    color: #313233;
    letter-spacing: .01em
}

.exponent-menu ul li {
    float: left;
    position: relative;
    margin-bottom: 0;
    line-height: 1.5
}

.exponent-menu>ul>li {
    padding: 10px
}

.exponent-menu ul.exponent-sub-menu li {
    float: none
}

.exponent-menu>ul>li:last-child {
    margin-right: 0 !important
}

.exponent-menu ul.exponent-sub-menu>li>a {
    padding: 5px
}

.exponent-menu ul.exponent-sub-menu>li.menu-item-has-children>a {
    width: 70%
}

.exponent-menu ul.exponent-sub-menu li a {
    display: inline-block
}

.exponent-menu>ul>li ul.exponent-sub-menu {
    z-index: 10;
    padding: 15px
}

.exponent-menu>ul>li ul.exponent-sub-menu,
.exponent-menu ul.exponent-sub-menu {
    -webkit-box-shadow: 0 0 24px 1px rgba(19, 24, 29, .12);
    box-shadow: 0 0 24px 1px rgba(19, 24, 29, .12)
}

.exponent-menu ul.exponent-sub-menu {
    border-radius: 4px;
    background-color: #fff
}

.exponent-menu li:not(.mega-menu) .exponent-sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.exponent-menu li.mega-menu>.exponent-sub-menu {
    display: none;
    position: absolute;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    padding: 10px
}

.exponent-menu li.mega-menu ul.exponent-sub-menu {
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.exponent-menu li.mega-menu.sfHover>.exponent-sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.exponent-menu li.mega-menu>.exponent-sub-menu li .exponent-sub-menu {
    display: block !important;
    position: static;
    padding: 0
}

.exponent-menu li.mega-menu .exponent-sub-menu li {
    width: 200px
}

.exponent-menu li.mega-menu>ul.exponent-sub-menu>li {
    margin-right: 15px
}

.exponent-menu li.mega-menu>ul.exponent-sub-menu>li:last-child {
    margin-right: 0
}

span.exponent-sub-menu-indicator {
    line-height: inherit;
    cursor: pointer;
    float: right;
    max-width: 40px;
    text-align: center
}

.exponent-sub-menu-indicator svg {
    display: none
}

.exponent-menu>ul>li.menu-item-has-children .exponent-sub-menu-indicator svg,
.tatsu-wpml-lang-switcher .exponent-sub-menu-indicator svg {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0 0 7px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.exponent-menu .exponent-sub-menu li.menu-item-has-children .exponent-sub-menu-indicator svg {
    margin: 0 0 0 -15px
}

.exponent-menu>ul>li:not(.mega-menu)>.exponent-sub-menu li.menu-item-has-children svg {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.exponent-menu>ul>li.menu-item-has-children .exponent-sub-menu-indicator.menu-open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.exponent-menu .menu-highlight>a {
    color: #212121;
    font-weight: 700
}

.exponent-menu li a {
    color: #313233
}

.tatsu-menu .mega-menu li .exponent-sub-menu-indicator svg {
    display: none !important
}

.exponent-header-pointer {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0 0 1px;
    top: -8px;
    left: 15px;
    height: 15px;
    width: 15px;
    background: inherit;
    -webkit-transform: rotate(45deg)
}

.exponent-sub-menu li .exponent-header-pointer {
    display: none !important
}

.exponent-sub-menu .exponent-sub-menu {
    top: 15px !important
}

.exponent-mobile-navigation {
    display: none
}

.exponent-mobile-navigation .exponent-mobile-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fbfbfb;
    padding: 15px;
    z-index: 10
}

.exponent-mobile-menu li,
.exponent-mobile-menu ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.exponent-mobile-menu li a {
    color: #313233;
    padding: 5px;
    display: inline-block
}

.exponent-mobile-menu .exponent-sub-menu {
    display: none;
    background: transparent !important;
    padding-left: 15px
}

.exponent-mobile-menu .exponent-sub-menu-indicator,
.exponent-mobile-menu li.menu-item-has-children .exponent-sub-menu-indicator svg {
    display: inline-block
}

.exponent-mobile-menu .exponent-sub-menu-indicator.menu-open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.exponent-mobile-menu svg polyline {
    stroke: #000
}

.exponent-mobile-menu-icon {
    cursor: pointer;
    position: relative
}

.exponent-mobile-menu-icon>span {
    display: block;
    background: #000;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.exponent-mobile-menu-icon>.line-4 {
    position: absolute;
    height: 100%;
    width: 27px;
    left: 0;
    top: 0;
    background: none
}

.exponent-mobile-menu-icon.open .line-4 {
    height: 27px;
    top: -12px
}

.exponent-mobile-menu-icon span:last-child {
    margin-bottom: 0
}

.exponent-mobile-menu-icon.open {
    position: relative
}

.exponent-mobile-menu-icon.open .line-1 {
    -webkit-transform: rotate(-45Deg);
    -ms-transform: rotate(-45Deg);
    transform: rotate(-45Deg);
    top: 0
}

.exponent-mobile-menu-icon.open .line-2 {
    display: none
}

.exponent-mobile-menu-icon.open .line-3 {
    position: absolute;
    -webkit-transform: rotate(45Deg);
    -ms-transform: rotate(45Deg);
    transform: rotate(45Deg);
    top: 0
}

.be-password-protect-wrap {
    padding: 150px 0
}

.exp-title-breadcrumb-wrap>:last-child {
    margin-bottom: 0
}

.exp-post-entry-title-wrap>* {
    margin-bottom: 5px
}

.exp-post-entry-title-wrap>:last-child {
    margin-bottom: 0
}

.exp-post-entry-title-wrap {
    margin-bottom: 15px
}

.exp-entry-header {
    padding: 30px 10px;
    line-height: 1;
    font-size: 15px
}

.exp-entry-header .be-row {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-entry-header .be-row>:last-child {
    margin-bottom: 0
}

.exp-breadcrumbs {
    line-height: 1.5
}

.exp-breadcrumbs a {
    color: inherit;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

#footer {
    padding: 20px 0;
    text-align: center
}

.exp-featured-posts .exp-posts-loop {
    margin-bottom: 0
}

.exp-related-posts {
    margin-bottom: 80px
}

.exp-blog-archive-inner {
    padding: 80px 0
}

.exp-post-thumb {
    overflow: hidden;
    position: relative
}

.exp-post-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.exp-post-categories {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: -5px
}

.exp-post-categories a {
    color: inherit;
    display: inline-block;
    margin-bottom: 5px
}

.exp-post-categories-normal a {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.exp-post-categories-labeled a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.exp-post-author-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-post-author-image {
    width: 40px;
    height: 40px;
    background: #32373d;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden
}

.exp-post-author-image .avatar {
    margin-bottom: 0
}

.exp-post-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.exp-post-views-icon {
    margin-right: 5px
}

.exp-post-title {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600
}

.exp-post-title a {
    color: inherit;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    display: block
}

.exp-post-title-meta>* {
    margin-bottom: 15px
}

.exp-post-title-meta>:last-child {
    margin-bottom: 0
}

.exp-post-primary-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px
}

.exp-post-primary-meta>* {
    margin-right: 10px
}

.exp-post-primary-meta>:last-child {
    margin-right: 0
}

.exp-post-secondary-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    line-height: 17px
}

.exp-post-secondary-meta>* {
    margin-right: 10px
}

.single .exp-post-secondary-meta>* {
    margin-right: 20px
}

.exp-post-secondary-meta>:last-child {
    margin-right: 0
}

.exp-post-tertiary-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 16px
}

.exp-post-tertiary-meta>* {
    margin-right: 10px
}

.exp-post-tertiary-meta>:last-child {
    margin-right: 0
}

.exp-posts-loop-align-center {
    text-align: center
}

.exp-posts-loop-align-right {
    text-align: right
}

.exp-posts-loop-align-center .exp-post-primary-meta,
.exp-posts-loop-align-center .exp-post-secondary-meta,
.exp-posts-loop-align-center .exp-post-tertiary-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-posts-loop-align-right .exp-post-primary-meta,
.exp-posts-loop-align-right .exp-post-secondary-meta,
.exp-posts-loop-align-right .exp-post-tertiary-meta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exp-posts-loop .exp-post-content :last-child {
    margin-bottom: 0
}

.exp-posts-loop .exp-smart-read {
    max-width: 100%
}

.exp-read-more {
    color: inherit
}

.exp-read-more-underlined {
    font-size: 11px;
    letter-spacing: .92px;
    text-transform: uppercase;
    position: relative;
    color: #313233;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.exp-read-more-underlined:hover {
    color: #1899ff
}

a.exp-read-more-underlined {
    display: inline-block
}

.exp-read-more-underlined:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, .4)
}

.exp-read-more.exp-read-more-underlined:after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 0;
    right: 0;
    background: #1890ff;
    left: auto;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.exp-read-more.exp-read-more-underlined:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.exp-read-more-inline {
    margin-left: 5px;
    color: #000
}

.exp-post-date-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.exp-post-date-icon {
    margin-right: 5px
}

.exp-post-content p:last-child {
    margin-bottom: 0
}

.exp-post-content-read-more-underlined p:last-of-type {
    margin-bottom: 15px
}

.exp-post-shadow-light {
    -webkit-box-shadow: 0 5px 10px 0 rgba(117, 119, 124, .1);
    box-shadow: 0 5px 10px 0 rgba(117, 119, 124, .1)
}

.exp-post-shadow-medium {
    -webkit-box-shadow: 0 20px 40px rgba(98, 101, 104, .1);
    box-shadow: 0 20px 40px rgba(98, 101, 104, .1)
}

.exp-post-shadow-dark {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .25)
}

.exp-blog-archive-inner .exp-posts-loop {
    margin-bottom: 45px
}

.exp-post-details-inner>* {
    margin-bottom: 25px
}

.exp-post-details-inner>:last-child {
    margin-bottom: 0
}

.exp-post-content-read-more>p:last-of-type {
    margin-bottom: 15px
}

.exp-post-author-name {
    color: inherit;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.exp-post-categories-labeled .exp-term {
    padding: 1px 10px;
    background: #fff;
    margin-right: 5px;
    line-height: normal
}

.exp-post-categories-labeled .exp-term:last-child {
    margin-right: 0
}

.exp-posts-loop .sticky {
    padding: 50px;
    border-radius: 5px;
    background: #f5f6fa
}

.sticky .exp-post-details {
    padding: 0 !important
}

.sticky .exp-post-inner {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.exp-posts-loop blockquote p:last-child {
    margin-bottom: 0
}

.exp-posts-loop-style1 article {
    margin-bottom: 60px
}

.exp-posts-loop-style1 article:last-child {
    margin-bottom: 0
}

.exp-posts-loop-style1 .exp-post-details {
    padding-top: 36px
}

.exp-posts-loop-style1 .exp-post-inner>:first-child {
    padding-top: 0
}

.exp-posts-loop-style2 .exp-post-details {
    padding: 30px 0 0
}

.exp-posts-loop-style2 .exp-post-primary-meta {
    margin-bottom: 10px
}

.exp-posts-loop-style2 .exp-post-title {
    margin-bottom: 16px
}

.exp-posts-loop-style2 .exp-post-title-meta>:last-child {
    margin-bottom: 0
}

.exp-posts-loop-style2 .exp-post-title-meta {
    margin-bottom: 20px
}

.exp-posts-loop-style2 .exp-post-details-inner>:last-child {
    margin-bottom: 0
}

.exp-posts-loop-style2 .exp-post-inner>:first-child {
    padding: 0
}

.exp-posts-loop-style2 .be-slider .be-slide-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.exp-posts-loop-style2 .be-slider .exp-post-thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.exp-posts-loop-style2 .be-slider .exp-post-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%
}

.exp-posts-loop-style3 .exp-post-inner {
    position: relative;
    overflow: hidden
}

.exp-posts-loop-style3 .exp-post-thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .43);
    pointer-events: none
}

.exp-posts-loop-style3 .exp-post-details>*,
.exp-posts-loop-style3 .exp-post-thumb {
    z-index: 1
}

.exp-posts-loop-style3 .exp-post-thumb-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.exp-posts-loop-style3.exp-posts-loop .exp-post-author,
.exp-posts-loop-style3.exp-posts-loop .exp-post-categories-normal,
.exp-posts-loop-style3.exp-posts-loop .exp-post-date,
.exp-posts-loop-style3.exp-posts-loop .exp-post-date-with-icon,
.exp-posts-loop-style3.exp-posts-loop .exp-post-title,
.exp-posts-loop-style3.exp-posts-loop .exp-post-views {
    color: #fff
}

.exp-posts-loop-style3.exp-posts-loop .exp-post-author .exp-post-author-name:hover,
.exp-posts-loop-style3.exp-posts-loop .exp-post-categories-normal a:hover,
.exp-posts-loop-style3.exp-posts-loop .exp-post-title a:hover {
    color: inherit
}

.exp-posts-loop-style3 .exp-post-details {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-posts-loop-style3.exp-posts-loop-align-center .exp-post-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-posts-loop-style3.exp-posts-loop-align-right .exp-post-details {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exp-posts-loop-style3 .exp-post-tertiary-meta {
    position: absolute;
    bottom: 30px
}

.exp-posts-loop-style3 .exp-post-thumb-inner {
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.exp-posts-loop-style3 .exp-post-inner:hover .exp-post-thumb-inner {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.exp-posts-loop-style4 .exp-post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.exp-posts-loop-style4 .exp-post-title-meta>* {
    margin-bottom: 10px
}

.exp-posts-loop-style4 .exp-post-title-meta>:last-child {
    margin-bottom: 0
}

.exp-posts-loop-style4 .exp-post-thumb-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-posts-loop-style4 .exp-post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.exp-posts-loop-style4 .exp-post-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-posts-loop-style4 .exp-post-details-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.exp-posts-loop-style4 .exp-post-inner>:first-child {
    padding-left: 0
}

.exp-posts-loop-style4 article {
    padding: 45px 0;
    border-bottom: 1px solid #e6e4e4
}

.exp-posts-loop-style4 article:last-child {
    border-bottom: 0;
    padding: 45px 0 0
}

.exp-posts-loop-style4 .exp-post-content {
    margin-bottom: 25px
}

.exp-posts-loop-style4 .exp-post-details-inner>:last-child {
    margin-bottom: 0
}

.exp-posts-loop-style5 .exp-post-inner {
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    overflow: hidden
}

.exp-posts-loop-style5 .exp-post-inner:hover {
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important
}

.exp-posts-loop-style5 .exp-post-details {
    padding: 35px;
    position: relative
}

.exp-posts-loop-style6 .exp-post-inner {
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, .0439);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .0439);
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.exp-posts-loop-style6 .exp-post-author,
.exp-posts-loop-style6 .exp-post-categories-normal,
.exp-posts-loop-style6 .exp-post-date,
.exp-posts-loop-style6 .exp-post-date-with-icon,
.exp-posts-loop-style6 .exp-post-title a,
.exp-posts-loop-style6 .exp-read-more {
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

.exp-posts-loop-style6 .exp-post-author-name,
.exp-posts-loop-style6 .exp-post-categories-normal a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.exp-posts-loop-style6 .exp-post-inner:hover .exp-post-categories-normal a {
    color: inherit !important
}

.exp-posts-loop-style6 .exp-post-author .exp-post-author-name:hover {
    color: inherit
}

.exp-posts-loop-style6 .exp-read-more-underlined:after {
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}

.exp-posts-loop-style6 .exp-post-inner:hover .exp-post-author,
.exp-posts-loop-style6 .exp-post-inner:hover .exp-post-categories-normal,
.exp-posts-loop-style6 .exp-post-inner:hover .exp-post-date,
.exp-posts-loop-style6 .exp-post-inner:hover .exp-post-date-with-icon,
.exp-posts-loop-style6 .exp-post-inner:hover .exp-post-title a,
.exp-posts-loop-style6 .exp-post-inner:hover .exp-read-more {
    color: #fff
}

.exp-posts-loop-style6 .exp-post-details {
    position: relative;
    padding: 40px
}

.exp-posts-loop-style6 .exp-post-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.exp-posts-loop-style6 .exp-post-inner:hover .exp-post-thumb {
    opacity: 1
}

.exp-posts-loop-style6 .exp-post-thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.exp-posts-loop-style6 .exp-post-thumb-inner {
    height: 100%
}

.exp-posts-loop-style6 .exp-posts-loop-thumb {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.exp-posts-loop-style6 .exp-post-inner:hover .exp-posts-loop-thumb {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.exp-posts-loop-style7 .exp-post-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.exp-posts-loop-style7 .exp-post-thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .43);
    pointer-events: none
}

.exp-posts-loop-style7 .exp-post-details-inner {
    z-index: 2
}

.exp-posts-loop-style7 .exp-post-thumb {
    z-index: 1
}

.exp-posts-loop-style7 .exp-post-thumb-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.exp-posts-loop-style7.exp-posts-loop .exp-post-author,
.exp-posts-loop-style7.exp-posts-loop .exp-post-categories-normal,
.exp-posts-loop-style7.exp-posts-loop .exp-post-date,
.exp-posts-loop-style7.exp-posts-loop .exp-post-date-with-icon,
.exp-posts-loop-style7.exp-posts-loop .exp-post-title,
.exp-posts-loop-style7.exp-posts-loop .exp-post-views {
    color: #fff
}

.exp-posts-loop-style7.exp-posts-loop .exp-post-author .exp-post-author-name:hover,
.exp-posts-loop-style7.exp-posts-loop .exp-post-categories-normal a:hover,
.exp-posts-loop-style7.exp-posts-loop .exp-post-title a:hover {
    color: inherit
}

.exp-posts-loop-style7 .exp-post-details {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.exp-posts-loop-style7.exp-posts-loop-align-center .exp-post-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-posts-loop-style7.exp-posts-loop-align-right .exp-post-details {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exp-posts-loop-style7 .exp-post-primary-meta .exp-post-categories {
    position: absolute;
    top: 30px
}

.exp-posts-loop-style7 .exp-term:last-child {
    margin-right: 0
}

.exp-posts-loop-style7 .exp-post-inner:hover {
    -webkit-box-shadow: 0 30px 65px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 65px rgba(0, 0, 0, .25)
}

.exp-posts-loop-style7 .exp-post-thumb-inner {
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.exp-posts-loop-style7 .exp-post-inner:hover .exp-post-thumb-inner {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.exp-post-thumb-slide-img {
    position: absolute;
    top: 0;
    left: 0
}

.exp-posts-loop .exp-post-thumb-slider .flickity-page-dots {
    bottom: 15px
}

.be-grid[data-layout=masonry]:not(.be-grid-initialized) .exp-post-thumb-slider,
.be-grid[data-layout=metro]:not(.be-grid-initialized) .exp-post-thumb-slider {
    visibility: hidden
}

.exp-fluid-video,
.exp-post-single-header-wrap .exp-wrap {
    position: relative
}

.exp-fluid-video:before {
    content: "";
    padding-top: 56.25%;
    display: block
}

.exp-fluid-video .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%
}

.exp-fluid-video video {
    opacity: 0
}

.exp-fluid-video .mejs-container video {
    opacity: 1
}

.be-embed-placeholder {
    position: relative
}

.be-embed-placeholder:before {
    content: "";
    padding-top: 56.25%;
    display: block
}

.be-embed-placeholder .be-vimeo-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.exp-post-quote-text {
    margin-bottom: 20px;
    line-height: 48px;
    font-size: 32px
}

.exp-post-quote {
    text-align: center
}

.exp-post-quote svg {
    fill: currentColor;
    width: 30px
}

.exp-post-quote-icon {
    line-height: 0
}

.exp-post-quote-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-post-quote-author:before {
    content: "";
    width: 7px;
    height: 2px;
    margin-right: 5px;
    background: #fff;
    display: block
}

.exp-post-quote {
    padding: 80px 140px
}

.exp-post-quote-icon {
    margin-bottom: 30px
}

.exp-posts-loop-style2 .exp-post-quote {
    padding: 40px
}

.exp-posts-loop-style2 .exp-post-quote-text {
    font-size: 24px;
    line-height: 38px
}

.exp-posts-loop-style2 .exp-post-quote-icon {
    margin-bottom: 20px
}

.exp-posts-loop-style4 .exp-post-quote {
    padding: 50px 30px
}

.exp-posts-loop-style4 .exp-post-quote-icon {
    margin-bottom: 25px
}

.exp-posts-loop-style4 .exp-post-quote-text {
    font-size: 24px;
    line-height: 36px
}

.exp-post-link {
    display: block;
    padding: 50px 140px
}

.exp-post-link-icon {
    text-align: center;
    margin-bottom: 10px;
    line-height: 0
}

.exp-post-link-icon svg {
    fill: currentColor
}

.exp-post-link-url {
    font-size: 32px;
    line-height: 48px;
    text-align: center
}

.exp-posts-loop-style2 .exp-post-link {
    padding: 40px
}

.exp-posts-loop-style2 .exp-post-link-url {
    font-size: 24px;
    line-height: 38px
}

.exp-posts-loop-style4 .exp-post-link {
    padding: 50px 30px
}

.exp-posts-loop-style4 .exp-post-link-url {
    font-size: 24px;
    line-height: 36px
}

.format-chat p {
    margin-bottom: 15px
}

.exp-post-single-header-bg-wrap {
    overflow: hidden
}

.be-themes-bg-blur,
.exp-post-single-header-bg-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.be-themes-bg-blur {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50%;
    background-size: cover;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.exp-post-single-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.be-themes-bg-lazyload {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.be-themes-bg-lazyloaded {
    opacity: 1
}

.exp-smart-read {
    max-width: 800px;
    margin: 0 auto
}

.exp-post-single-header-align-center .exp-post-primary-meta,
.exp-post-single-header-align-center .exp-post-secondary-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-post-single-header-align-center .exp-post-title {
    text-align: center
}

.exp-post-single-header-align-right .exp-post-primary-meta,
.exp-post-single-header-align-right .exp-post-secondary-meta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exp-post-single-header-align-right .exp-post-title {
    text-align: right
}

.exp-post-single-header-wide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
}

.exp-post-single-header-wide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.exp-post-single-header .exp-post-title {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 22px;
    color: #494c4f
}

.exp-post-single-header .exp-post-primary-meta {
    margin-bottom: 20px;
    color: #76777d
}

.exp-post-single-header .exp-post-secondary-meta {
    font-size: 14px;
    line-height: 22px;
    color: #737376
}

.exp-post-single-header .exp-post-title-meta>:last-child {
    margin-bottom: 0
}

.exp-post-single-header-wide.exp-post-single-header .exp-post-author,
.exp-post-single-header-wide.exp-post-single-header .exp-post-categories-normal,
.exp-post-single-header-wide.exp-post-single-header .exp-post-date,
.exp-post-single-header-wide.exp-post-single-header .exp-post-date-with-icon,
.exp-post-single-header-wide.exp-post-single-header .exp-post-title,
.exp-post-single-header-wide.exp-post-single-header .exp-post-views {
    color: #fff
}

.exp-post-single-header-wide .exp-post-author .exp-post-author-name:hover,
.exp-post-single-header-wide .exp-post-categories-normal a:hover,
.exp-post-single-header-wide .exp-post-title a:hover {
    color: inherit
}

.exp-post-single-header-wide .exp-post-title-meta {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    border: 0;
    margin: 0
}

.exp-post-single-header.exp-post-single-header-wrap {
    padding-top: 80px
}

.exp-post-single-content .tatsu-section:first-child .tatsu-section-pad {
    padding-top: 0
}

.exp-post-single-content .tatsu-section:last-child .tatsu-section-pad {
    padding-bottom: 0
}

.exp-post-single-header-wrap>* {
    margin-bottom: 40px
}

.exp-post-single-header-wrap>:last-child {
    margin-bottom: 0
}

.exp-post-single-header-wrap img {
    display: block;
    margin: 0 auto
}

.pages_list {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page .pages_list {
    margin-top: 0
}

.pages_list a {
    padding: 8px 18px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.exp-post-single-footer-tax-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.exp-post-single-footer-tags {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #7a7b7f
}

.exp-post-single-footer-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.exp-post-single-footer-tax {
    line-height: 0;
    margin-bottom: -10px
}

.exp-post-single-footer-tax .exp-term {
    color: inherit;
    padding: 2px 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: normal;
    border: 1px solid #aaabaf;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.exp-post-single-footer-tax .exp-term:hover {
    border-color: transparent
}

.exp-post-single-footer-tax .exp-term:last-child {
    margin-right: 0
}

.exp-post-single-content p:last-child {
    margin-bottom: 0
}

.exp-post-single .exp-post-details>* {
    margin-bottom: 50px
}

.exp-post-single .exp-post-details>:last-child {
    margin-bottom: 0
}

.exp-post-single-footer-tags {
    margin-bottom: 30px
}

.exp-post-single-footer-separator {
    height: 1px;
    border: 0;
    background: #d8d8d8;
    margin: 0 0 30px
}

.exp-post-single-footer-author {
    max-width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 50px;
    padding: 40px 76px;
    background: #fafafa;
    -webkit-box-shadow: 0 22px 25px -10px rgba(79, 84, 112, .08);
    box-shadow: 0 22px 25px -10px rgba(79, 84, 112, .08)
}

.exp-post-single-footer-author-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px
}

.exp-post-single-footer-author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.exp-post-single-footer-author-image .avatar {
    border-radius: 50%
}

.exp-post-single-footer-author-details :last-child {
    margin-bottom: 0
}

.exp-post-single-footer-author-description {
    font-size: 14px;
    line-height: 28px;
    color: #888c92;
    margin-bottom: 25px
}

.exp-post-single-footer-author-name {
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
    line-height: 25px
}

.exp-post-single-footer-author-about {
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #64666a
}

.single-post .slick-dotted.exp-slider {
    margin-bottom: 40px !important
}

.exp-post-single-header-wrap .exp-post-quote {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .2)
}

.exp-post-single-header-wrap .exp-post-link {
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

.exp-post-single-footer-author-share .custom-share-button {
    margin-right: 37px;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    line-height: 0;
    display: inline-block;
    color: #706d6d
}

.exp-post-single-footer-share .be-bold-share {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px
}

.exp-post-single-footer>:last-child {
    margin-bottom: 0
}

.exp-posts-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 1
}

.exp-posts-nav-pad-prev:before,
.exp-posts-nav>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%
}

.exp-posts-nav-pad-prev:before {
    content: ""
}

.exp-posts-nav-sticky {
    position: fixed;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    background: #fff;
    z-index: 50;
    width: 100%
}

.exp-posts-nav-sticky-active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.exp-posts-nav-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.exp-posts-nav-next,
.exp-posts-nav-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.exp-posts-nav-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exp-posts-nav-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-posts-nav-home-link {
    color: #4f545b
}

.exp-posts-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4f545b;
    max-width: 100%
}

.exp-posts-nav-link>:first-child {
    margin-right: 10px
}

.exp-posts-nav-icon {
    fill: rgba(9, 9, 9, .2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.exp-posts-nav-bar,
.exp-posts-nav-icon {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.exp-posts-nav-bar {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    fill: #000
}

.exp-posts-nav-prev-bar {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.exp-posts-nav-next-post,
.exp-posts-nav-prev-post {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    max-width: 100%
}

.exp-posts-nav-link:hover .exp-posts-nav-icon {
    fill: #000
}

.exp-posts-nav-link:hover .exp-posts-nav-bar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.exp-posts-nav-link:hover .exp-posts-nav-prev-icon {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.exp-posts-nav-link:hover .exp-posts-nav-next-icon,
.exp-posts-nav-link:hover .exp-posts-nav-prev-post {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.exp-posts-nav-link:hover .exp-posts-nav-next-post {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.exp-posts-nav-post-location {
    font-size: 11px;
    letter-spacing: .5px;
    margin-bottom: 0
}

.exp-posts-nav-home-link {
    font-size: 13px;
    letter-spacing: .5px
}

.exp-posts-nav-post-title {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.exp-posts-nav-next .exp-posts-nav-post-location {
    text-align: right
}

.exp-home-grid-icon {
    display: inline-block;
    width: 21px;
    margin-bottom: -3px
}

.exp-home-grid-icon span {
    background: currentColor;
    float: left;
    height: 5px;
    width: 5px;
    margin-bottom: 3px;
    margin-right: 3px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.exp-home-grid-icon:hover span {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.exp-home-grid-icon span:first-child {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}

.exp-home-grid-icon span:nth-child(2) {
    -webkit-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms
}

.exp-home-grid-icon span:nth-child(3) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    margin-right: 0
}

.exp-home-grid-icon span:nth-child(4) {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s
}

.exp-home-grid-icon span:nth-child(5) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.exp-home-grid-icon span:nth-child(6) {
    -webkit-transition-delay: .18s;
    -o-transition-delay: .18s;
    transition-delay: .18s;
    margin-right: 0
}

.single .exp-comments {
    margin-top: 50px
}

.single .exp-comments-content-protected,
.single .exp-comments-without-content {
    margin-top: 20px
}

.single .exp-comments-closed p {
    margin: 0
}

.exp-author {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 70px
}

.exp-author-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.exp-author-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 700px;
    position: relative
}

.exp-author-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px
}

.exp-author-thumb img {
    width: 100%;
    height: auto
}

.exp-author-name {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.exp-author .custom-share-button,
.exp-author .exp-author-bio {
    color: #fff
}

.exp-author-bio {
    margin-bottom: 20px;
    text-align: center
}

.exp-category-header {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50%;
    background-attachment: scroll;
    background-size: cover
}

.exp-category-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    content: ""
}

.exp-category-header-title {
    font-size: 36px;
    margin-bottom: 25px
}

.exp-category-header-description p {
    margin-bottom: 0
}

.exp-category-header-inner {
    z-index: 1;
    color: #fff;
    text-align: center
}

.exp-category-header-title {
    color: #fff !important
}

.exp-category-header-inner>:last-child {
    margin-bottom: 0
}

.format-audio iframe {
    width: 100%;
    display: block
}

.single-post .format-audio iframe {
    margin-bottom: 30px
}

.exp-comment {
    position: relative
}

.exp-comment-list-inner,
.exp-comment-list .children {
    list-style-type: none
}

.exp-comment-list {
    padding: 30px 0 40px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

.exp-comments *+.comment-respond {
    margin-top: 40px
}

.exp-comments .comment-respond .form-submit {
    margin-bottom: 0
}

.exp-comments .comment-respond .exp-comment-form {
    margin: 0
}

.exp-comment-list-inner {
    margin: 0 auto;
    padding: 0
}

.page .exp-comment-list-inner {
    max-width: 100%
}

.exp-comment-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.exp-comment-author-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%
}

.exp-comment-top .exp-comment-details {
    padding-top: 12px
}

.exp-comment-details>:last-child {
    margin-bottom: 0
}

.exp-comments-closed {
    margin: 30px 0 0;
    font-weight: 600;
    color: #313233
}

.exp-comments-without-content .exp-comments-closed {
    margin: 0
}

.exp-comment-author {
    font-size: 18px;
    line-height: 25px;
    color: #494c4f;
    margin-bottom: 5px
}

.exp-comment-time {
    font-size: 12px;
    color: #717273;
    line-height: 16px
}

.exp-comment-header {
    margin-bottom: 10px
}

.exp-comment-content {
    font-size: 14px;
    line-height: 28px;
    color: #888c92;
    margin-bottom: 10px
}

.exp-comment-content :last-child {
    margin-bottom: 0
}

.exp-comment-reply {
    font-size: 14px;
    line-height: 19px;
    color: #717273;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    display: inline-block
}

.exp-comment-reply .exponent-icon-reply {
    margin-right: 6px;
    font-size: 16px
}

.comment-reply-link {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

#cancel-comment-reply-link {
    font-size: 14px;
    line-height: 19px;
    color: #717273;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-left: 5px
}

.exp-comment .tatsu-icon {
    margin-right: 10px
}

.exp-comment-list-inner>* {
    margin-bottom: 50px
}

.exp-comment-list-inner>:last-child {
    margin-bottom: 0
}

.exp-comment-pingback {
    margin-bottom: 12px
}

.exp-comment-pingback:nth-last-child(2) {
    margin-bottom: 50px
}

.exp-comment-author .url {
    color: inherit
}

.exp-comment-list-inner .children {
    margin-top: 0;
    padding: 0
}

.exp-comment-parent+.children>* {
    margin-bottom: 40px
}

.exp-comment-parent+.children>:last-child {
    margin-bottom: 0
}

.exp-comment+#respond+.children,
.exp-comment+.children {
    padding-left: 62px
}

.exp-comment-top+#respond+.children,
.exp-comment-top+.children {
    padding-left: 68px
}

.exp-comment-follow-line {
    position: absolute;
    background: #d8d8d8
}

#reply-title {
    font-size: 18px;
    line-height: 25px;
    color: #3b3a3a;
    margin-bottom: 10px;
    font-weight: 600
}

.comment-notes {
    font-size: 14px;
    line-height: 28px;
    color: #888c92
}

.exp-comment-form>* {
    margin-bottom: 25px
}

.exp-comment-form>:last-child {
    margin-bottom: 0
}

.exp-comment-form .logged-in-as {
    font-size: 14px;
    line-height: 28px
}

.exp-comment-form .logged-in-as a {
    color: #888c92;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

.exp-comment-form .logged-in-as a:hover {
    color: #4c4c4d
}

.exp-pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.exp-comments-title {
    color: #3b3a3a;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: .6px;
    margin-bottom: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2 {
    margin-bottom: 20px
}

h3,
h4 {
    margin-bottom: 15px
}

h5,
h6 {
    margin-bottom: 8px
}

p {
    margin-bottom: 25px
}

p:empty {
    margin-bottom: 0
}

p.inner-content {
    margin-left: 30px
}

#content,
#page-title,
.breadcrumbs,
.post-title {
    -ms-word-wrap: break-word;
    word-break: break-word
}

#content.page-split-screen-left {
    margin-left: 50%;
    min-height: 100vh
}

#content.page-split-screen-right {
    width: 50%;
    min-height: 100vh
}

blockquote {
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
    border-left: 4px solid #2293d7
}

blockquote p:last-child {
    margin-bottom: 0
}

a,
a:hover,
a:visited {
    text-decoration: none
}

.sidebar-widgets .widget ul li a {
    color: inherit
}

ol,
ul {
    padding-left: 1.3em;
    line-height: inherit;
    margin: 0 0 20px
}

dl {
    margin-bottom: 20px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

ol li,
ul li {
    margin-bottom: 10px
}

li ol,
li ul,
ol ol,
ul ul {
    margin-top: 10px
}

dd {
    margin: 0 0 20px
}

dd,
dt {
    line-height: inherit
}

nav ol,
nav ul {
    list-style: none !important;
    list-style-image: none;
    margin: 0;
    padding: 0
}

.widget ul {
    margin-bottom: 0
}

code,
pre {
    font-family: Courier New, Courier, monospace
}

cite {
    font-weight: 700;
    font-style: normal
}

blockquote cite {
    margin-top: 10px
}

address {
    margin: 0 0 20px;
    font-style: normal
}

address,
pre {
    display: block
}

pre {
    margin: 10px 0;
    padding: 10px;
    overflow: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

table {
    border-collapse: collapse;
    margin-bottom: 30px
}

td,
th {
    padding: 10px
}

td {
    text-align: center
}

tr {
    border: 1px solid rgba(0, 0, 0, .1)
}

tr>* {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

tr>:last-child {
    border-radius: 0
}

caption {
    margin-bottom: 10px
}

sub,
sup {
    height: 0;
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: .5ex;
    vertical-align: baseline
}

sup {
    bottom: 1ex;
    top: auto
}

strong {
    font-weight: 600
}

.wp-caption {
    margin-bottom: 20px;
    max-width: 100% !important;
    padding-top: 6px;
    text-align: center
}

.wp-caption img,
.wp-caption img a {
    border: 0;
    margin: 0 !important;
    padding: 0
}

.wp-caption .wp-caption-text {
    font-size: 13px;
    margin: 0;
    padding: 4px 4px 5px
}

.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 0 0 0 20px
}

.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 0 20px 0 0
}

.wp-caption.aligncenter,
img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img.aligncenter {
    margin-bottom: 10px
}

a img.alignright {
    float: right;
    margin: 7px 0 20px 20px
}

a img.alignleft {
    float: left;
    margin: 7px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.gallery-item img {
    width: auto !important;
    height: auto !important;
    border: none !important;
    max-width: 100% !important
}

.gallery-caption {
    display: block;
    font-style: italic;
    margin-bottom: 0 !important;
    padding: 0 4px 5px
}

.element .post-content img {
    width: auto;
    max-width: 100%;
    height: auto
}

.bypostauthor,
.sticky {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img[class*=align],
img[class*=wp-image-] {
    height: auto
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 13em
}

input,
textarea {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
    padding: 15px;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16)
}

input[type=submit] {
    width: auto;
    border-radius: 0;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    padding: 15px 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

input[type=checkbox],
input[type=radio] {
    border: 0;
    margin: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=submit]:hover {
    -webkit-box-shadow: 0 11px 18px -5px rgba(0, 0, 0, .37);
    box-shadow: 0 11px 18px -5px rgba(0, 0, 0, .37)
}

input[type=email],
input[type=number],
input[type=submit],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0;
    width: 100%;
    background: url(../../../wp-content/themes/oikos/css/../img/select_arrow.svg) no-repeat 100% transparent;
    background-position-x: calc(100% - 15px);
    padding: 15px;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16)
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

.exp-form {
    margin-bottom: 50px
}

.exp-form label {
    display: block
}

.exp-form>* {
    margin-bottom: 30px
}

.exp-form>:last-child,
.exp-form>label,
.exp-post-password-form-wrap .exp-form {
    margin-bottom: 0
}

.exp-form-border {
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    width: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.exp-form-field {
    position: relative
}

.exp-form-field-label {
    pointer-events: none;
    left: 0;
    position: absolute;
    line-height: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.exp-form-field-active .exp-form-border {
    width: 100%
}

.exp-form-border-with-underline select {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.exp-form-border-with-underline input:not([type=submit]),
.exp-form-border-with-underline select,
.exp-form-border-with-underline textarea {
    border-bottom: 1px solid #d8d8d8;
    padding: 16px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.exp-form-border-with-underline .exp-form-field-label {
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.exp-form-border-with-underline .exp-form-field-active .exp-form-field-label {
    top: -1.1em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.exp-form-border-with-underline textarea+.exp-form-field-label {
    top: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.exp-form-rounded-with-underline input:not([type=submit]),
.exp-form-rounded-with-underline select,
.exp-form-rounded-with-underline textarea {
    padding: 15px;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .15);
    border: 0
}

.exp-form-rounded-with-underline .exp-form-field-label {
    top: 50%;
    left: 18px;
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.exp-form-rounded-with-underline .exp-form-field-active .exp-form-field-label {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    opacity: 0
}

.exp-form-rounded-with-underline textarea+.exp-form-field-label {
    top: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.exp-form-rounded-with-underline .exp-form-field-active textarea+.exp-form-field-label {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.exp-form-pill input:not([type=submit]),
.exp-form-pill select,
.exp-form-pill textarea {
    border: 1px solid transparent;
    padding: 15px 0 15px 20px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s
}

.exp-form-pill textarea {
    border-radius: 9px
}

.exp-form-pill input:not([type=submit]):focus,
.exp-form-pill select:focus,
.exp-form-pill textarea:focus {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    border-color: #1890ff
}

.exp-form-rounded input:not([type=submit]),
.exp-form-rounded select,
.exp-form-rounded textarea {
    padding: 15px;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .16)
}

.exp-form-rounded input:not([type=submit]):focus,
.exp-form-rounded select:focus,
.exp-form-rounded textarea:focus {
    border-color: #1890ff
}

.widget {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7
}

.widget:last-child {
    margin-bottom: 0;
    padding: 0;
    border: 0
}

#bottom-widgets .widget {
    margin-bottom: 40px
}

.sidebar-widgets .widget:last-child {
    margin-bottom: 0
}

.widget h6 {
    color: #313233;
    margin-bottom: 20px
}

#bottom-widgets {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f6fa
}

#bottom-widgets-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
    margin: 0 auto
}

#bottom-widgets-wrap .exponent-footer-column {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    margin-right: 30px
}

#bottom-widgets-wrap .exponent-footer-column:last-child {
    margin-right: 0
}

.exp-recent-posts-widget {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.exp-recent-posts-widget-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.exp-recent-posts-widget-post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

.exp-recent-posts-widget-post-title {
    line-height: 19px;
    margin-bottom: 8px
}

.exp-recent-posts-widget-post-title a {
    color: inherit
}

.exp-recent-posts-widget-post-date-with-icon {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.exp-recent-posts-widget-post-date-icon {
    margin-right: 5px;
    line-height: 0
}

.tagcloud {
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px
}

.tagcloud .tag-cloud-link {
    color: inherit;
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search-submit {
    display: none !important
}

#wp-calendar tr {
    border: none
}

#wp-calendar td,
#wp-calendar th {
    padding: 0
}

.widget_calendar td,
.widget_calendar th {
    border: 0;
    text-align: center
}

.widget_calendar th {
    font-size: 13px
}

.widget_calendar #wp-calendar {
    margin-bottom: 0
}

.widget_calendar tbody td {
    font-size: 14px;
    letter-spacing: .05em;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    border: 1px solid #e8e8e8
}

.widget_calendar tbody a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0 auto
}

.widget_calendar a {
    color: inherit
}

.widget_calendar #prev {
    text-align: left;
    padding-left: 10px
}

.widget_calendar #next {
    padding-right: 10px;
    text-align: right
}

.widget_calendar tfoot:before,
.widget_calendar thead:after {
    line-height: 1em;
    content: "\200C";
    display: block
}

.widget a {
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

.widget_archive ul {
    padding: 0;
    list-style-type: none
}

.widget_archive li {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.widget_archive li:last-child {
    margin-bottom: 0
}

.widget_archive a {
    color: inherit
}

.exp-archive-post-count,
.exp-archive-widget-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exp-archive-post-count {
    margin-left: 15px;
    font-size: 11px;
    letter-spacing: .1em;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 700;
    line-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.widget_archive .screen-reader-text {
    display: none
}

.widget_categories ul {
    padding: 0;
    list-style-type: none
}

.widget_categories li {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.widget_categories li:last-child {
    margin-bottom: 0
}

.exp-categories-widget-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_categories a {
    color: inherit
}

.widget_categories .children {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 20px 0 0 20px;
    margin: 0
}

.widget_categories .children li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.exp-categories-post-count {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 0;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget_categories .screen-reader-text {
    display: none
}

.widget_pages a {
    color: inherit;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.widget_pages a:before {
    content: "\e92f";
    font-family: exponent !important;
    margin-right: 5px
}

.widget_pages ul {
    list-style-type: none;
    padding: 0
}

.widget_pages .children {
    padding-left: 20px;
    margin-top: 10px
}

.widget_pages li:last-child {
    margin-bottom: 0
}

.widget_pages a:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.widget_nav_menu a {
    color: inherit;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.widget_nav_menu a:empty {
    display: none
}

.widget_nav_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget_nav_menu .sub-menu {
    padding-left: 20px;
    margin-top: 10px
}

.widget_nav_menu li {
    margin-bottom: 10px
}

.widget_nav_menu a:before {
    content: "\e92f";
    font-family: exponent !important;
    margin-right: 5px
}

.widget_nav_menu li:last-child {
    margin-bottom: 0
}

.widget_nav_menu a:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.tatsu-menu .tatsu-highlight>a {
    color: #212121;
    font-weight: 600;
    margin-bottom: 5px;
    color: initial !important;
    background: transparent !important
}

.widget_rss h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_rss h6>:first-child {
    margin-right: 10px
}

.widget_rss ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.widget_rss li {
    margin-bottom: 20px
}

.widget_rss li:last-child {
    margin-bottom: 0
}

.widget_rss li .rsswidget {
    display: block;
    margin-bottom: 8px
}

.widget_rss .rss-date {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    line-height: 1
}

.widget_rss .rssSummary {
    margin-bottom: 5px
}

.widget_rss h6>:last-child {
    color: inherit
}

.widget_rss cite {
    font-style: normal
}

.exp-not-found-search {
    width: 50%;
    margin: 0 auto
}

.exp-not-found-header {
    text-align: center;
    margin-bottom: 60px
}

.widget_search .exp-form {
    margin-bottom: 0
}

.exp-searchform-icon {
    position: absolute;
    display: block;
    top: 50%;
    right: 17px;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.exp-form-field .exp-searchform-icon {
    line-height: 0
}

.searchform .search {
    padding: 17px
}

.exp-searchform-icon svg {
    stroke: currentColor;
    width: 16px;
    height: 16px
}

.exp-searchform-icon {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.widget_meta ul {
    list-style-type: none;
    padding: 0
}

.widget_meta li {
    margin-bottom: 10px
}

.widget_meta a {
    color: inherit
}

.widget_recent_entries ul {
    list-style-type: none;
    padding: 0
}

.widget_recent_entries li {
    margin-bottom: 15px
}

.widget_recent_entries li:last-child {
    margin-bottom: 0
}

.widget_recent_entries a {
    color: inherit;
    display: block;
    margin-bottom: 8px
}

.widget_recent_entries .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.widget_recent_entries .post-date:before {
    content: "\e938";
    font-family: tatsu-icons;
    margin-right: 5px
}

.widget_recent_entries li>:last-child {
    margin-bottom: 0
}

.widget_recent_comments ul {
    padding: 0;
    list-style-type: none
}

.widget_recent_comments .recentcomments {
    margin-bottom: 15px
}

.widget_recent_comments .recentcomments:last-child {
    margin-bottom: 0
}

.widget_recent_comments .comment-author-link a {
    margin-right: 5px !important
}

.widget_recent_comments a {
    color: inherit
}

.widget_recent_comments li>a {
    margin-left: 5px !important
}

#lang_sel :hover>a,
#lang_sel a.lang_sel_sel,
#lang_sel a.lang_sel_sel:hover,
#lang_sel ul ul :hover>a,
#lang_sel ul ul a,
#lang_sel ul ul a:visited {
    background-color: transparent;
    color: inherit
}

#be-themes-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #1890ff;
    line-height: 40px;
    text-align: center
}

#be-themes-back-to-top svg {
    width: 9px;
    fill: none;
    stroke: currentColor
}

.exp-button-rounded input[type=submit] {
    border-radius: 2px
}

.exp-button-rounded-block input[type=submit] {
    border-radius: 4px;
    width: 100%
}

.exp-button-rounded-block input[type=submit]:hover {
    -webkit-box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19);
    box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19)
}

.exp-button-pill input[type=submit] {
    border-radius: 25px
}

.exp-button-pill-block input[type=submit] {
    border-radius: 25px;
    width: 100%
}

.exp-button-pill-block input[type=submit]:hover {
    -webkit-box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19);
    box-shadow: 0 10px 14px 1px rgba(0, 0, 0, .19)
}

.exp-pagination {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.exp-pagination-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-pagination-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.exp-pagination-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.exp-pagination .page-numbers {
    line-height: 1;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8f8f8f;
    padding: 8px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.exp-pagination .page-numbers:last-child {
    margin-right: 0
}

.page-numbers.current {
    background: #f3f3f3;
    color: #2c2c2d
}

.exp-pagination svg {
    stroke: #848991;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 10px
}

.exp-pagination .next:hover svg {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.exp-pagination .prev:hover svg {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

.be-single-portfolio-navigation-wrap {
    margin: 40px 0
}

.be-content-overflow-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.right-fixed-page .be-content-overflow-inner-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#be-overflow-image-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.be-animate.already-visible {
    visibility: visible;
    margin-bottom: 0
}

#left-sidebar-wrapper,
#right-sidebar-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

#right-sidebar-wrapper {
    padding-left: 70px
}

#left-sidebar-wrapper {
    padding-right: 70px
}

.gdpr-alt-image>img {
    opacity: 1;
    width: 100%
}

#be-themes-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 200;
    right: 0;
    bottom: 0;
    background: #fff
}

#be-themes-page-loader .style-spin {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 7px solid rgba(24, 144, 255, .3);
    border-top-color: #1890ff;
    animation: loader-spin 1s linear infinite;
    -webkit-animation: loader-spin 1s linear infinite
}

@keyframes loader-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes loader-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

#be-themes-page-loader .style-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

#be-themes-page-loader .style-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    -webkit-animation: loader-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: loader-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 6px solid transparent;
    border-top-color: rgba(24, 144, 255, .6)
}

#be-themes-page-loader .style-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

#be-themes-page-loader .style-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

#be-themes-page-loader .style-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes loader-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loader-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

#be-themes-page-loader .style-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

#be-themes-page-loader .style-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1890ff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

#be-themes-page-loader .style-ellipsis div:first-child {
    left: 6px;
    -webkit-animation: loader-ellipsis-1 .6s infinite;
    animation: loader-ellipsis-1 .6s infinite
}

#be-themes-page-loader .style-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: loader-ellipsis-2 .6s infinite;
    animation: loader-ellipsis-2 .6s infinite
}

#be-themes-page-loader .style-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: loader-ellipsis-2 .6s infinite;
    animation: loader-ellipsis-2 .6s infinite
}

#be-themes-page-loader .style-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: loader-ellipsis-3 .6s infinite;
    animation: loader-ellipsis-3 .6s infinite
}

@-webkit-keyframes loader-ellipsis-1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes loader-ellipsis-1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes loader-ellipsis-3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes loader-ellipsis-3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes loader-ellipsis-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px)
    }
}

@keyframes loader-ellipsis-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px)
    }
}

#be-themes-page-loader .style-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

#be-themes-page-loader .style-ripple div {
    position: absolute;
    border: 4px solid #1890ff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: loader-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
    animation: loader-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

#be-themes-page-loader .style-ripple div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

@-webkit-keyframes loader-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@keyframes loader-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.no-margin {
    margin-bottom: 0
}

.truncate {
    height: 100px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.no-list-style {
    list-style: none
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

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

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.exp-lively-link {
    position: relative;
    padding-left: 1.3em;
    -webkit-transition: padding-left .3s;
    -o-transition: padding-left .3s;
    transition: padding-left .3s
}

.exp-lively-link:hover {
    padding-left: 1.8em
}

.exp-lively-link:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 1.3em;
    display: block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-50%) scaleX(.6);
    -ms-transform: translateY(-50%) scaleX(.6);
    transform: translateY(-50%) scaleX(.6);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.exp-lively-link:hover:before {
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

.exp-lively-link-style1 {
    position: relative;
    display: inline-block
}

.exp-lively-link-style1:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.exp-lively-link-style1:hover:after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.exp-reset-line-height {
    line-height: 0
}

.exp-justify-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.exp-justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exp-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.be-share-stack {
    display: inline-block;
    font-size: 100%;
    position: relative;
    line-height: 0
}

.be-stack-top.be-share-stack {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.be-share-stack-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    bottom: 0
}

.be-share-stack-mask .custom-share-button {
    font-size: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.be-stack-top .be-share-stack-mask {
    padding: 5px;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.be-image-post .be-stack-top .be-share-stack-mask {
    -webkit-transition: height .5s, background .5s, border-radius .5s;
    -o-transition: height .5s, background .5s, border-radius .5s;
    transition: height .5s, background .5s, border-radius .5s
}

.be-stack-top .be-share-stack-mask:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 30px
}

.be-share-stack a {
    text-align: center;
    margin: 0
}

.be-share-stack .be-share-trigger-placeholder {
    z-index: 1;
    position: relative
}

.be-share-stack-mask a {
    opacity: 0;
    position: absolute
}

.be-stack-left .be-share-stack-mask a {
    left: 0;
    -webkit-transition: opacity .3s, left .5s;
    -o-transition: opacity .3s, left .5s;
    transition: opacity .3s, left .5s
}

.be-stack-top .be-share-stack-mask a {
    bottom: 0;
    -webkit-transition: opacity .3s, bottom .5s;
    -o-transition: opacity .3s, bottom .5s;
    transition: opacity .3s, bottom .5s
}

.be-stack-top .be-share-stack-mask .be-share-trigger {
    opacity: 1;
    bottom: 5px
}

.be-bold-share-facebook {
    background: #3b5998
}

.be-bold-share-twitter {
    background: #00aced
}

.be-bold-share-pinterest {
    background: #cb2027
}

.be-bold-share-googleplus {
    background: #dd4b39
}

.be-bold-share-linkedin {
    background: #4875b4
}

.be-share-icon {
    margin-right: 8px
}

.custom-share-button:last-child {
    margin-right: 0
}

.custom-share-button:hover {
    opacity: .7
}

.custom-share-button .icon-social_googleplus:before,
.custom-share-button .icon-social_pinterest:before,
.custom-share-button .icon-social_twitter:before {
    position: relative;
    top: 1px
}

@media only screen and (min-width:1025px) and (max-width:1220px) {
    .exp-wrap {
        max-width: calc(100% - 60px)
    }
}

@media only screen and (max-width:1279px) {
    .exp-post-quote {
        padding: 80px
    }
    .exp-posts-loop-style4 .exp-post-quote-text {
        font-size: 20px;
        line-height: 34px
    }
    .exp-post-link {
        padding: 80px
    }
    .exp-posts-loop-style4 .exp-post-link-url {
        font-size: 20px;
        line-height: 34px
    }
}

@media only screen and (max-width:1366px) {
    .be-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:960px) {
    .exp-post-single-content .tatsu-wrap,
    .exp-post-single-header-wrap .exp-wrap:first-child {
        max-width: 800px
    }
}

@media only screen and (max-width:959px) {
    .be-cols-3 .be-col,
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 50%
    }
    .be-cols-3 .be-double-width-cell,
    .be-cols-3 .be-double-width-height-cell,
    .be-cols-4 .be-double-width-cell,
    .be-cols-4 .be-double-width-height-cell,
    .be-cols-5 .be-double-width-cell,
    .be-cols-5 .be-double-width-height-cell,
    .be-cols-6 .be-double-width-cell,
    .be-cols-6 .be-double-width-height-cell {
        width: 100%
    }
    .exp-post-link-url,
    .exp-post-quote-text {
        font-size: 26px;
        line-height: 38px
    }
    .exp-posts-nav-post-title {
        display: none
    }
    .exp-posts-nav-post-location {
        margin-bottom: 0
    }
    .exp-posts-nav-icon {
        width: 20px
    }
    .exp-posts-nav-link:hover .exp-posts-nav-prev-icon {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    .exp-posts-nav-link:hover .exp-posts-nav-next-icon,
    .exp-posts-nav-link:hover .exp-posts-nav-prev-post {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    .exp-posts-nav-link:hover .exp-posts-nav-next-post {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    .exp-post-single-footer-author {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .exp-post-single-footer-author-image {
        margin-right: 0;
        margin-bottom: 20px
    }
    .exp-post-single-footer-author {
        padding: 40px 56px
    }
    .exp-post-single-footer-author-nam {
        margin-bottom: 10px
    }
    .exp-post-single-footer-author-about {
        width: 100%;
        margin-bottom: 10px
    }
    .exp-comment-top .exp-comment-details {
        padding-top: 0
    }
    .exp-comment-header {
        margin-bottom: 10px
    }
    .exp-comment+#respond+.children,
    .exp-comment+.children {
        padding-left: 12px
    }
    .exp-comment-top+#respond+.children,
    .exp-comment-top+.children {
        padding-left: 20px
    }
    #bottom-widgets-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 30px
    }
    .widget_nav_menu .sub-menu {
        padding-left: 10px
    }
    .exponent-header-navigation {
        display: none
    }
    .exponent-mobile-navigation {
        display: block
    }
    .exponent-wrap {
        margin: 0 30px
    }
    .exp-posts-loop-style4 .exp-post-thumb-wrap {
        width: 100%
    }
    .exp-posts-loop-style4 .exp-post-details {
        padding: 35px 0 0;
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .exp-smart-read,
    .exp-wrap {
        max-width: 740px
    }
}

@media only screen and (max-width:1024px) {
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width: 50%
    }
}

@media only screen and (min-width:960px) and (max-width:1024px) {
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 33.33%
    }
    .be-cols-4 .be-double-width-cell,
    .be-cols-4 .be-double-width-height-cell,
    .be-cols-5 .be-double-width-cell,
    .be-cols-5 .be-double-width-height-cell,
    .be-cols-6 .be-double-width-cell,
    .be-cols-6 .be-double-width-height-cell {
        width: 66.66%
    }
    .exp-wrap {
        max-width: 940px
    }
}

@media only screen and (max-width:767px) {
    .children {
        padding-left: 0
    }
    .children .vcard,
    .vcard {
        width: 25%;
        margin-right: 0
    }
    .children .comment-content,
    .comment-content {
        width: 70%;
        padding-left: 4%
    }
    #footer-widgets {
        width: 270px
    }
    .no-mobile {
        display: none
    }
    input[type=email],
    input[type=password],
    input[type=text] {
        width: 100%
    }
    #back-to-top {
        display: none
    }
    .exp-smart-read {
        max-width: 300px
    }
    blockquote {
        padding-left: 25px
    }
    .be-cols-2 .be-col,
    .be-cols-3 .be-col,
    .be-cols-4 .be-col,
    .be-cols-5 .be-col,
    .be-cols-6 .be-col {
        width: 100%
    }
    .be-grid[data-mobile-cols="2"] .be-col {
        width: 50%
    }
    .be-sidebar-layout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
    .be-row-wrap .be-sidebar-layout {
        margin: 0
    }
    .be-sidebar-layout>* {
        padding: 0
    }
    .be-sidebar-layout>:first-child {
        width: 100%;
        margin-bottom: 70px
    }
    .be-sidebar-layout>:last-child {
        max-width: 100%;
        width: 100%
    }
    .be-slider-cols-2 .be-slide,
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width: 100%
    }
    .be-slider[data-mobile-cols="2"] .be-slide {
        width: 50%
    }
    .exp-sidebar-layout .exp-blog-archive-inner {
        padding-bottom: 0
    }
    .exp-posts-loop .sticky {
        padding: 30px
    }
    .exp-post-quote {
        padding: 40px
    }
    .exp-post-quote-text {
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 22px
    }
    .exp-post-link {
        padding: 40px
    }
    .exp-post-link-url {
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 22px
    }
    .exp-post-single-header-wide .exp-post-title-meta {
        max-width: 100%
    }
    .exp-post-single-footer-share {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .exp-post-single-footer-share .be-bold-share {
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 8px 12px
    }
    .exp-comment-author-image {
        margin-bottom: 20px;
        margin-right: 0
    }
    .exp-comment-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .exp-comment-details {
        width: 100%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .exp-smart-read,
    .exp-wrap {
        max-width: 440px
    }
}

@media only screen and (max-width:479px) {
    .exp-wrap {
        max-width: 300px
    }
    .exp-post-quote {
        padding: 25px
    }
    .exp-post-quote-icon {
        margin-bottom: 15px
    }
    .exp-post-quote-text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px
    }
    .exp-post-quote-author {
        font-size: 12px;
        line-height: 1
    }
    .exp-posts-loop-style2 .exp-post-quote {
        padding: 25px
    }
    .exp-posts-loop-style2 .exp-post-quote-icon {
        margin-bottom: 15px
    }
    .exp-posts-loop-style2 .exp-post-quote-text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px
    }
    .exp-posts-loop-style2 .exp-post-quote-author {
        font-size: 12px;
        line-height: 1
    }
    .exp-posts-loop-style4 .exp-post-quote {
        padding: 25px
    }
    .exp-posts-loop-style4 .exp-post-quote-icon {
        margin-bottom: 15px
    }
    .exp-posts-loop-style4 .exp-post-quote-text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px
    }
    .exp-posts-loop-style4 .exp-post-quote-author {
        font-size: 12px;
        line-height: 1
    }
    .exp-post-link {
        padding: 25px
    }
    .exp-post-link-url {
        font-size: 16px;
        line-height: 28px
    }
    .exp-posts-loop-style2 .exp-post-link {
        padding: 25px
    }
    .exp-posts-loop-style2 .exp-post-link-url {
        font-size: 16px;
        line-height: 28px
    }
    .exp-posts-loop-style4 .exp-post-link {
        padding: 25px
    }
    .exp-posts-loop-style4 .exp-post-link-url {
        font-size: 16px;
        line-height: 28px
    }
    .exp-posts-nav-post-location {
        display: none
    }
    .exp-posts-nav {
        padding: 10px 40px
    }
    .exp-post-single-footer-author {
        padding: 30px
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    blog img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.exponent-maintenance-mode-default {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../../../wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../../../wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../../wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../../wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../../wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
    content: "\e6aa";
}

.pe-7s-arc:before {
    content: "\e6ab";
}

.pe-7s-back-2:before {
    content: "\e6ac";
}

.pe-7s-bandaid:before {
    content: "\e6ad";
}

.pe-7s-car:before {
    content: "\e6ae";
}

.pe-7s-diamond:before {
    content: "\e6af";
}

.pe-7s-door-lock:before {
    content: "\e6b0";
}

.pe-7s-eyedropper:before {
    content: "\e6b1";
}

.pe-7s-female:before {
    content: "\e6b2";
}

.pe-7s-gym:before {
    content: "\e6b3";
}

.pe-7s-hammer:before {
    content: "\e6b4";
}

.pe-7s-headphones:before {
    content: "\e6b5";
}

.pe-7s-helm:before {
    content: "\e6b6";
}

.pe-7s-hourglass:before {
    content: "\e6b7";
}

.pe-7s-leaf:before {
    content: "\e6b8";
}

.pe-7s-magic-wand:before {
    content: "\e6b9";
}

.pe-7s-male:before {
    content: "\e6ba";
}

.pe-7s-map-2:before {
    content: "\e6bb";
}

.pe-7s-next-2:before {
    content: "\e6bc";
}

.pe-7s-paint-bucket:before {
    content: "\e6bd";
}

.pe-7s-pendrive:before {
    content: "\e6be";
}

.pe-7s-photo:before {
    content: "\e6bf";
}

.pe-7s-piggy:before {
    content: "\e6c0";
}

.pe-7s-plugin:before {
    content: "\e6c1";
}

.pe-7s-refresh-2:before {
    content: "\e6c2";
}

.pe-7s-rocket:before {
    content: "\e6c3";
}

.pe-7s-settings:before {
    content: "\e6c4";
}

.pe-7s-shield:before {
    content: "\e6c5";
}

.pe-7s-smile:before {
    content: "\e6c6";
}

.pe-7s-usb:before {
    content: "\e6c7";
}

.pe-7s-vector:before {
    content: "\e6c8";
}

.pe-7s-wine:before {
    content: "\e6c9";
}

.pe-7s-cloud-upload:before {
    content: "\e68a";
}

.pe-7s-cash:before {
    content: "\e68c";
}

.pe-7s-close:before {
    content: "\e680";
}

.pe-7s-bluetooth:before {
    content: "\e68d";
}

.pe-7s-cloud-download:before {
    content: "\e68b";
}

.pe-7s-way:before {
    content: "\e68e";
}

.pe-7s-close-circle:before {
    content: "\e681";
}

.pe-7s-id:before {
    content: "\e68f";
}

.pe-7s-angle-up:before {
    content: "\e682";
}

.pe-7s-wristwatch:before {
    content: "\e690";
}

.pe-7s-angle-up-circle:before {
    content: "\e683";
}

.pe-7s-world:before {
    content: "\e691";
}

.pe-7s-angle-right:before {
    content: "\e684";
}

.pe-7s-volume:before {
    content: "\e692";
}

.pe-7s-angle-right-circle:before {
    content: "\e685";
}

.pe-7s-users:before {
    content: "\e693";
}

.pe-7s-angle-left:before {
    content: "\e686";
}

.pe-7s-user-female:before {
    content: "\e694";
}

.pe-7s-angle-left-circle:before {
    content: "\e687";
}

.pe-7s-up-arrow:before {
    content: "\e695";
}

.pe-7s-angle-down:before {
    content: "\e688";
}

.pe-7s-switch:before {
    content: "\e696";
}

.pe-7s-angle-down-circle:before {
    content: "\e689";
}

.pe-7s-scissors:before {
    content: "\e697";
}

.pe-7s-wallet:before {
    content: "\e600";
}

.pe-7s-safe:before {
    content: "\e698";
}

.pe-7s-volume2:before {
    content: "\e601";
}

.pe-7s-volume1:before {
    content: "\e602";
}

.pe-7s-voicemail:before {
    content: "\e603";
}

.pe-7s-video:before {
    content: "\e604";
}

.pe-7s-user:before {
    content: "\e605";
}

.pe-7s-upload:before {
    content: "\e606";
}

.pe-7s-unlock:before {
    content: "\e607";
}

.pe-7s-umbrella:before {
    content: "\e608";
}

.pe-7s-trash:before {
    content: "\e609";
}

.pe-7s-tools:before {
    content: "\e60a";
}

.pe-7s-timer:before {
    content: "\e60b";
}

.pe-7s-ticket:before {
    content: "\e60c";
}

.pe-7s-target:before {
    content: "\e60d";
}

.pe-7s-sun:before {
    content: "\e60e";
}

.pe-7s-study:before {
    content: "\e60f";
}

.pe-7s-stopwatch:before {
    content: "\e610";
}

.pe-7s-star:before {
    content: "\e611";
}

.pe-7s-speaker:before {
    content: "\e612";
}

.pe-7s-signal:before {
    content: "\e613";
}

.pe-7s-shuffle:before {
    content: "\e614";
}

.pe-7s-shopbag:before {
    content: "\e615";
}

.pe-7s-share:before {
    content: "\e616";
}

.pe-7s-server:before {
    content: "\e617";
}

.pe-7s-search:before {
    content: "\e618";
}

.pe-7s-film:before {
    content: "\e6a5";
}

.pe-7s-science:before {
    content: "\e619";
}

.pe-7s-disk:before {
    content: "\e6a6";
}

.pe-7s-ribbon:before {
    content: "\e61a";
}

.pe-7s-repeat:before {
    content: "\e61b";
}

.pe-7s-refresh:before {
    content: "\e61c";
}

.pe-7s-add-user:before {
    content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
    content: "\e61d";
}

.pe-7s-paperclip:before {
    content: "\e69c";
}

.pe-7s-radio:before {
    content: "\e61e";
}

.pe-7s-note2:before {
    content: "\e69d";
}

.pe-7s-print:before {
    content: "\e61f";
}

.pe-7s-network:before {
    content: "\e69e";
}

.pe-7s-prev:before {
    content: "\e620";
}

.pe-7s-mute:before {
    content: "\e69f";
}

.pe-7s-power:before {
    content: "\e621";
}

.pe-7s-medal:before {
    content: "\e6a0";
}

.pe-7s-portfolio:before {
    content: "\e622";
}

.pe-7s-like2:before {
    content: "\e6a1";
}

.pe-7s-plus:before {
    content: "\e623";
}

.pe-7s-left-arrow:before {
    content: "\e6a2";
}

.pe-7s-play:before {
    content: "\e624";
}

.pe-7s-key:before {
    content: "\e6a3";
}

.pe-7s-plane:before {
    content: "\e625";
}

.pe-7s-joy:before {
    content: "\e6a4";
}

.pe-7s-photo-gallery:before {
    content: "\e626";
}

.pe-7s-pin:before {
    content: "\e69b";
}

.pe-7s-phone:before {
    content: "\e627";
}

.pe-7s-plug:before {
    content: "\e69a";
}

.pe-7s-pen:before {
    content: "\e628";
}

.pe-7s-right-arrow:before {
    content: "\e699";
}

.pe-7s-paper-plane:before {
    content: "\e629";
}

.pe-7s-delete-user:before {
    content: "\e6a7";
}

.pe-7s-paint:before {
    content: "\e62a";
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8";
}

.pe-7s-notebook:before {
    content: "\e62b";
}

.pe-7s-note:before {
    content: "\e62c";
}

.pe-7s-next:before {
    content: "\e62d";
}

.pe-7s-news-paper:before {
    content: "\e62e";
}

.pe-7s-musiclist:before {
    content: "\e62f";
}

.pe-7s-music:before {
    content: "\e630";
}

.pe-7s-mouse:before {
    content: "\e631";
}

.pe-7s-more:before {
    content: "\e632";
}

.pe-7s-moon:before {
    content: "\e633";
}

.pe-7s-monitor:before {
    content: "\e634";
}

.pe-7s-micro:before {
    content: "\e635";
}

.pe-7s-menu:before {
    content: "\e636";
}

.pe-7s-map:before {
    content: "\e637";
}

.pe-7s-map-marker:before {
    content: "\e638";
}

.pe-7s-mail:before {
    content: "\e639";
}

.pe-7s-mail-open:before {
    content: "\e63a";
}

.pe-7s-mail-open-file:before {
    content: "\e63b";
}

.pe-7s-magnet:before {
    content: "\e63c";
}

.pe-7s-loop:before {
    content: "\e63d";
}

.pe-7s-look:before {
    content: "\e63e";
}

.pe-7s-lock:before {
    content: "\e63f";
}

.pe-7s-lintern:before {
    content: "\e640";
}

.pe-7s-link:before {
    content: "\e641";
}

.pe-7s-like:before {
    content: "\e642";
}

.pe-7s-light:before {
    content: "\e643";
}

.pe-7s-less:before {
    content: "\e644";
}

.pe-7s-keypad:before {
    content: "\e645";
}

.pe-7s-junk:before {
    content: "\e646";
}

.pe-7s-info:before {
    content: "\e647";
}

.pe-7s-home:before {
    content: "\e648";
}

.pe-7s-help2:before {
    content: "\e649";
}

.pe-7s-help1:before {
    content: "\e64a";
}

.pe-7s-graph3:before {
    content: "\e64b";
}

.pe-7s-graph2:before {
    content: "\e64c";
}

.pe-7s-graph1:before {
    content: "\e64d";
}

.pe-7s-graph:before {
    content: "\e64e";
}

.pe-7s-global:before {
    content: "\e64f";
}

.pe-7s-gleam:before {
    content: "\e650";
}

.pe-7s-glasses:before {
    content: "\e651";
}

.pe-7s-gift:before {
    content: "\e652";
}

.pe-7s-folder:before {
    content: "\e653";
}

.pe-7s-flag:before {
    content: "\e654";
}

.pe-7s-filter:before {
    content: "\e655";
}

.pe-7s-file:before {
    content: "\e656";
}

.pe-7s-expand1:before {
    content: "\e657";
}

.pe-7s-exapnd2:before {
    content: "\e658";
}

.pe-7s-edit:before {
    content: "\e659";
}

.pe-7s-drop:before {
    content: "\e65a";
}

.pe-7s-drawer:before {
    content: "\e65b";
}

.pe-7s-download:before {
    content: "\e65c";
}

.pe-7s-display2:before {
    content: "\e65d";
}

.pe-7s-display1:before {
    content: "\e65e";
}

.pe-7s-diskette:before {
    content: "\e65f";
}

.pe-7s-date:before {
    content: "\e660";
}

.pe-7s-cup:before {
    content: "\e661";
}

.pe-7s-culture:before {
    content: "\e662";
}

.pe-7s-crop:before {
    content: "\e663";
}

.pe-7s-credit:before {
    content: "\e664";
}

.pe-7s-copy-file:before {
    content: "\e665";
}

.pe-7s-config:before {
    content: "\e666";
}

.pe-7s-compass:before {
    content: "\e667";
}

.pe-7s-comment:before {
    content: "\e668";
}

.pe-7s-coffee:before {
    content: "\e669";
}

.pe-7s-cloud:before {
    content: "\e66a";
}

.pe-7s-clock:before {
    content: "\e66b";
}

.pe-7s-check:before {
    content: "\e66c";
}

.pe-7s-chat:before {
    content: "\e66d";
}

.pe-7s-cart:before {
    content: "\e66e";
}

.pe-7s-camera:before {
    content: "\e66f";
}

.pe-7s-call:before {
    content: "\e670";
}

.pe-7s-calculator:before {
    content: "\e671";
}

.pe-7s-browser:before {
    content: "\e672";
}

.pe-7s-box2:before {
    content: "\e673";
}

.pe-7s-box1:before {
    content: "\e674";
}

.pe-7s-bookmarks:before {
    content: "\e675";
}

.pe-7s-bicycle:before {
    content: "\e676";
}

.pe-7s-bell:before {
    content: "\e677";
}

.pe-7s-battery:before {
    content: "\e678";
}

.pe-7s-ball:before {
    content: "\e679";
}

.pe-7s-back:before {
    content: "\e67a";
}

.pe-7s-attention:before {
    content: "\e67b";
}

.pe-7s-anchor:before {
    content: "\e67c";
}

.pe-7s-albums:before {
    content: "\e67d";
}

.pe-7s-alarm:before {
    content: "\e67e";
}

.pe-7s-airplay:before {
    content: "\e67f";
}
