.dtq-overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.dtq-overlay .dtq-overlay-icon {
    font-style: normal;
    transition: all .2s
}

.dtq-hover--zoom-in,
.dtq-hover--zoom-in figure {
    overflow: hidden
}

.dtq-hover--zoom-in img {
    transition: .3s ease-in-out
}

.dtq-hover--zoom-in.hover-parent .dtq-module-child:hover img,
.dtq-hover--zoom-in:not(.hover-parent):hover img {
    transform: scale(1.2)
}

.dtq-hover--zoom-out,
.dtq-hover--zoom-out figure {
    overflow: hidden
}

.dtq-hover--zoom-out img {
    transition: .3s ease-in-out
}

.dtq-hover--zoom-out:hover img {
    transform: scale(.8)
}

.dtq-hover--pulse:hover img {
    animation: dtq-pulse .8s linear infinite
}

.dtq-hover--bounce:hover img {
    animation: dtq-bounce 1s linear infinite
}

.dtq-hover--flash:hover img {
    animation: dtq-flash 1s linear infinite
}

.dtq-hover--rubberBand:hover img {
    animation: dtq-rubberBand 1s linear
}

.dtq-hover--shake:hover img {
    animation: dtq-shake 1s linear infinite
}

.dtq-hover--swing:hover img {
    animation: dtq-swing 1s linear infinite
}

.dtq-hover--tada:hover img {
    animation: dtq-tada 1s linear
}

.dtq-hover--wobble:hover img {
    animation: dtq-wobble 1s linear
}

.dtq-hover--jello:hover img {
    animation: dtq-jello 1s linear
}

.dtq-hover--heartBeat:hover img {
    animation: dtq-heartBeat 1s linear infinite
}

.dtq-hover--bounceIn:hover img {
    animation: dtq-bounceIn 1s linear
}

.dtq-hover--fadeIn:hover img {
    animation: dtq-fadeIn 1s linear
}

.dtq-hover--flip:hover img {
    animation: dtq-flip 1s linear
}

.dtq-hover--rotateIn:hover img {
    animation: dtq-rotateIn 1s linear
}

.dtq-hover--slideInUp:hover img {
    animation: dtq-slideInUp 1s linear
}

.dtq-hover--slideInDown:hover img {
    animation: dtq-slideInDown 1s linear
}

@keyframes dtq-bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes dtq-flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes dtq-pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes dtq-rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes dtq-shake {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes dtq-swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes dtq-tada {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes dtq-wobble {
    0% {
        transform: translateZ(0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes dtq-jello {
    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes dtq-heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

@keyframes dtq-bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes dtq-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes dtq-flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes dtq-rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }
    to {
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

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

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

.lds-ring {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px
}

.lds-ring div {
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 8px solid transparent;
    border-radius: 50%;
    border-top-color: #333;
    box-sizing: border-box;
    display: block;
    height: 64px;
    margin: 8px;
    position: absolute;
    width: 64px
}

.lds-ring div:first-child {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.dtq-readmore-wrap {
    padding-top: 15px;
    width: 100%
}

.dtq-button,
.dtq-button-fullwidth {
    background-color: #f2f4f5;
    border: solid;
    border-radius: 100px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 16px;
    padding: 8px 20px;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.dtq-button-fullwidth {
    align-items: center;
    align-self: flex-start;
    display: flex;
    justify-content: center
}

.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track {
    display: flex !important
}

.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .slick-slide {
    height: auto !important
}

.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .ba_et_pb_module,
.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtq-module,
.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .dtq-module-inner,
.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .et_pb_module,
.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .et_pb_module_inner,
.dtq-carousel.equal-height-on:not(.slick-vertical) .slick-track .slick-slide>div {
    height: 100%;
    width: 100% !important
}

div.dtq-carousel .slick-vertical .slick-track {
    padding: 0 !important
}

div.dtq-carousel.equal-height-on .slick-vertical .slick-track,
div.dtq-carousel.equal-height-on.slick-vertical .slick-track {
    display: block !important
}

[dir=rtl] .dtq-carousel {
    direction: ltr !important
}

[dir=rtl] .dtq-carousel .slick-prev {
    right: auto
}

[dir=rtl] .dtq-carousel .slick-next {
    left: auto
}

[dir=rtl] .dtq-carousel .slick-slide {
    float: left !important
}

.dtq-carousel * {
    vertical-align: middle !important
}

.dtq-carousel figure {
    margin: 0
}

.dtq-carousel .slick-arrow:after,
.dtq-carousel .slick-arrow:before {
    color: inherit !important
}

.dtq-carousel .slick-arrow {
    z-index: 999
}

.dtq-carousel .slick-dots {
    padding: 0 !important
}

.dtq-carousel .slick-arrow:before {
    font-family: ETmodules !important;
    line-height: 1.35;
    vertical-align: middle
}

.dtq-carousel-frontend .slick-arrow:before {
    content: attr(data-icon) !important
}

.dtq-carousel .slick-arrow.slick-disabled:before,
.dtq-carousel .slick-dots li button:before {
    opacity: 1 !important
}

.dtq-carousel .slick-arrow.slick-disabled {
    cursor: not-allowed !important
}

.dtq-carousel .slick-dots li button:before {
    display: none
}

.dtq-carousel .slick-dots li button {
    padding: 0 !important;
    transition: all .2s ease
}

.dtq-carousel .slick-dots li {
    height: auto !important;
    padding: 0 !important;
    width: auto !important
}

.dtq-carousel .et_pb_button {
    display: inline-block
}

.dtq-centered--highlighted .slick-slide.slick-center {
    transform: scale(1)
}

.dtq-centered--highlighted .slick-slide {
    transform: scale(.8)
}

span.dtq-admin-modules-item-icon.dtq-icon-svg {
    width: 23px
}

.dtq-et-font-icon {
    font-feature-settings: normal;
    box-sizing: border-box;
    font-family: ETmodules;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none
}

.dtq-et-font-icon,
.dtq-et-icon {
    display: inline-block;
    line-height: 1
}

.dtq-et-icon {
    font-style: normal !important;
    transform-origin: center;
    transition: all .2s ease !important;
    vertical-align: middle !important
}

.dtq-lightbox {
    cursor: pointer
}

.ba_et_pb_module,
.dtq-bg-support {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.dtq-module img {
    vertical-align: middle
}

.dtq-img-cover {
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100% !important
}

.dtq-btn-default {
    display: inline-block;
    transition: .2s !important
}

.dtq-flex {
    display: flex
}

.dtq-module a {
    color: inherit
}