

.is-in-view .lqd-highlight .lqd-highlight-pen {
    opacity: 1;
    animation: penAnimation .85s cubic-bezier(.22, .61, .36, 1) forwards
}

[data-custom-animations=true] .lqd-highlight .lqd-highlight-pen,
[data-split-text=true] .lqd-highlight .lqd-highlight-pen {
    opacity: 0;
    animation: none
}

.lqd-highlight-custom .lqd-animations-done .lqd-highlight .lqd-highlight-pen,
.lqd-highlight-custom .lqd-unit-animation-done .lqd-highlight .lqd-highlight-pen {
    opacity: 1;
    animation: penAnimation .85s cubic-bezier(.22, .61, .36, 1) forwards
}

.lqd-animations-done .lqd-highlight-custom .lqd-highlight .lqd-highlight-pen,
.lqd-unit-animation-done .lqd-highlight-custom .lqd-highlight .lqd-highlight-pen {
    opacity: 1;
    animation: penAnimation .85s cubic-bezier(.22, .61, .36, 1) forwards
}

.lqd-highlight-custom-3 .lqd-highlight .lqd-highlight-brush-svg-3 {
    display: block;
    width: 100%;
    max-height: none
}

.lqd-highlight-custom-4 .lqd-highlight .lqd-highlight-brush-svg-4 {
    display: block;
    max-height: none
}

.lqd-highlight-custom-5 .lqd-highlight .lqd-highlight-brush-svg-5 {
    display: block;
    max-height: none
}

.lqd-highlight-reset-onhover .lqd-highlight:hover .lqd-highlight-inner {
    height: 100% !important;
    bottom: 0 !important
}

.lqd-hotspot-content {
    min-width: 20em;
    background-color: #fff;
    box-shadow: 0 20px 75px -8px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transition: transform 1s, opacity 1s, visibility .35s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.lqd-hotspot-content:before {
    content: "";
    display: inline-block;
    position: absolute
}

.lqd-hotspot-content p {
    font-size: 14px
}

.lqd-hotspot-mark {
    width: 1.8em;
    height: 1.8em;
    background-color: #fff;
    font-size: 20px;
    color: #000;
    -webkit-text-stroke: 0.75px currentColor
}

.lqd-hotspot-mark:before {
    content: "";
    display: inline-block;
    width: 135%;
    height: 135%;
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    background-color: inherit;
    opacity: .6;
    transform: translate(-50%, -50%) scale(.65);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.lqd-hotspot-item {
    margin-top: -.9em;
    margin-inline-start: -.9em
}

.lqd-hotspot-item:hover .lqd-hotspot-content {
    opacity: 1;
    visibility: visible
}

.lqd-hotspot-item:hover .lqd-hotspot-mark:before {
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width:991px) {
    .lqd-hotspot-content {
        position: fixed !important;
        width: 90vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width:992px) {
    .lqd-hotspot-x .lqd-hotspot-content {
        top: 50%
    }

    .lqd-hotspot-x .lqd-hotspot-content:before {
        width: 1em;
        top: 0;
        bottom: 0
    }

    .lqd-hotspot-x:hover .lqd-hotspot-content {
        transform: translate(0, -50%)
    }
}

@media (min-width:992px) {
    .lqd-hotspot-y .lqd-hotspot-content {
        left: 50%;
        transform: translate(-50%, 10%)
    }

    .lqd-hotspot-y .lqd-hotspot-content:before {
        height: 1em;
        right: 0;
        left: 0
    }

    .lqd-hotspot-y:hover .lqd-hotspot-content {
        transform: translate(-50%, 0)
    }
}

@media (min-width:992px) {
    .lqd-hotspot-b .lqd-hotspot-content {
        top: 100%;
        margin-top: 1em;
        transform: translate(-50%, 10%)
    }

    .lqd-hotspot-b .lqd-hotspot-content:before {
        top: -1em
    }
}

@media (min-width:992px) {
    .lqd-hotspot-l .lqd-hotspot-content {
        right: 100%;
        margin-inline-end: 1em;
        transform: translate(-10%, -50%)
    }

    .lqd-hotspot-l .lqd-hotspot-content:before {
        left: 100%
    }
}

@media (min-width:992px) {
    .lqd-hotspot-r .lqd-hotspot-content {
        left: 100%;
        margin-inline-start: 1em;
        transform: translate(10%, -50%)
    }

    .lqd-hotspot-r .lqd-hotspot-content:before {
        left: -1em
    }
}

@media (min-width:992px) {
    .lqd-hotspot-t .lqd-hotspot-content {
        bottom: 100%;
        margin-bottom: 1em;
        transform: translate(-50%, -10%)
    }

    .lqd-hotspot-t .lqd-hotspot-content:before {
        bottom: -1em
    }
}

.iconbox .iconbox-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.iconbox-icon-container {
    line-height: 1em;
    transition: all .3s;
    transition-property: border, color, background, box-shadow
}

.iconbox-icon-container i,
.iconbox-icon-container>svg {
    display: inline-block
}

.iconbox-icon-container>svg {
    line-height: 0;
    fill: currentColor
}

.iconbox-icon-container i,
.iconbox-icon-container img {
    height: auto
}

.iconbox-icon-container i {
    font-size: 1em
}

.iconbox {
    transition: box-shadow .3s ease, background .3s ease;
    display: flex
}

.iconbox h3,
.iconbox p {
    transition-property: color, background;
    transition-duration: .3s;
    transition-timing-function: ease
}

.iconbox h3 {
    display: inline-block
}

.iconbox p {
    margin-bottom: 0
}

.iconbox .iconbox-icon-container,
.iconbox .iconbox-icon-wrap {
    flex-shrink: 0
}

.iconbox .contents>p>span {
    display: inline-block;
    text-align: -webkit-auto;
    text-justify: inter-word; /* or inter-character */

  hyphens: auto;
  word-spacing: -0.05em;
}

.reverse-section{
    flex-direction: row-reverse;
}

.iconbox .contents>mark {
    display: block
}

.iconbox .contents .lqd-highlight-txt {
    display: inline-block;
    line-height: 1.5em;
    padding: .25em 1em
}

.iconbox .contents .lqd-highlight-inner {
    opacity: .15 !important;
    transform: none;
    border-radius: 50em
}

.iconbox-inline .iconbox-icon-wrap {
    margin-inline-end: 15px
}

.iconbox-inline h3 {
    display: inline-flex;
    justify-content: inherit;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 0
}

.iconbox-inline .contents {
    flex-basis: 100%
}

.iconbox-side .iconbox-icon-wrap {
    margin-inline-end: 15px
}

.iconbox-side>h3:last-child {
    margin-bottom: 0
}

.iconbox .btn {
    margin-top: 1.5em
}

.iconbox-icon-shaped .iconbox-icon-container {
    background-color: var(--lqd-color-primary);
    font-size: 40px;
    color: #fff
}

.iconbox-icon-shaped .iconbox-icon-container i,
.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
    width: 50px
}

.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container>svg {
    width: 44px
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg {
    transition: opacity .15s
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg>* {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%)
}

.iconbox-custombg.iconbox-side .iconbox-icon-container {
    margin: 0
}

.iconbox-lozenge .iconbox-icon-container {
    border-radius: 15px;
    transform: rotate(45deg)
}

.iconbox-lozenge .iconbox-icon-container i,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container>svg {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.iconbox .iconbox-icon-container>svg,
.iconbox .iconbox-icon-container>svg circle,
.iconbox .iconbox-icon-container>svg ellipse,
.iconbox .iconbox-icon-container>svg path,
.iconbox .iconbox-icon-container>svg polygon,
.iconbox .iconbox-icon-container>svg polyline,
.iconbox .iconbox-icon-container>svg rect {
    transition: fill .3s, stroke .3s
}

.iconbox .iconbox-icon-container>svg stop {
    transition: stop-color .3s ease
}

.iconbox-label {
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.5em
}

.contents .iconbox-label {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 2em
}

.iconbox-bubble {
    background: 0 0
}

.iconbox-bubble .contents {
    padding: 35px 40px 25px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 25px 55px rgba(0, 0, 0, .1)
}

.iconbox-bubble .contents:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: inherit;
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    transform: rotate(45deg)
}

.iconbox-bubble .contents h6 {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700
}

.iconbox-contents-show-onhover .ld-slideelement-hidden-inner {
    opacity: 0
}

.iconbox-contents-show-onhover.iconbox-bubble .contents {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 5%);
    transition: transform .65s, opacity, .65s, visibility .65s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.iconbox-contents-show-onhover.iconbox-bubble.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble.iconbox-side .contents {
    margin: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translate(0, 5%)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover .contents {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-side .contents {
    transform: translate(0, 0)
}

@media screen and (min-width:992px) {
    .iconbox-contents-show-onhover.iconbox-bubble .contents {
        min-width: 350px
    }
}

@media screen and (max-width:768px) {
    .iconbox-contents-show-onhover.iconbox-bubble .contents {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        opacity: 1;
        visibility: visible;
        transform: none !important
    }
}

@media screen and (max-width:540px) {
    .iconbox-contents-show-onhover.iconbox-bubble {
        width: 100%
    }
}

.iconbox-heading-arrow-onhover h3 svg {
    height: 1em;
    opacity: 0;
    transform: translateX(0);
    vertical-align: middle;
    transition: transform .5s, opacity .5s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-iconbox:hover .iconbox-heading-arrow-onhover h3 svg {
    opacity: 1;
    transform: translateX(.5em)
}

[data-animate-icon=true] .iconbox-icon-container>svg {
    opacity: 0
}

[data-animate-icon=true].iconbox-icon-animating .iconbox-icon-container>svg {
    opacity: 1
}

.iconbox-icon-gradient .iconbox-icon-container i {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 1.15em
}

.iconbox-icon-linked .iconbox-icon-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 170%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    background-color: #e9e9e9
}

.iconbox-icon-linked .iconbox-icon-wrap.items-center:before {
    top: 50%;
    height: 150%
}

@keyframes iconRipple {
    0% {
        border-width: 4px;
        transform: scale(1)
    }

    80% {
        border-width: 1px;
        transform: scale(1.36)
    }

    100% {
        opacity: 0
    }
}

.iconbox-icon-ripple .iconbox-icon-container:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid var(--lqd-color-primary);
    animation: iconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite
}

.lqd-iconbox-scale {
    transition: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.lqd-iconbox-scale:hover {
    transform: scale(1.1)
}

.lqd-ib-circ-icn {
    width: 80px;
    height: 80px;
    margin: -50px 0;
    margin-inline-start: -50px;
    font-size: 30px;
    opacity: 0
}

.lqd-ib-circ-icn span {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: #fff;
    color: #000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    transition: color .3s, background .3s
}

.lqd-ib-circ-icn span:after {
    content: "";
    display: inline-block;
    width: 126%;
    height: 126%;
    position: absolute;
    top: -13%;
    left: -13%
}

.lqd-ib-circ-icn i,
.lqd-ib-circ-icn img,
.lqd-ib-circ-icn svg {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: transform .3s
}

.lqd-ib-circ-icn img,
.lqd-ib-circ-icn svg {
    max-width: 60%
}

.lqd-ib-circ-icn:hover i,
.lqd-ib-circ-icn:hover img,
.lqd-ib-circ-icn:hover svg {
    transform: scale(1.15)
}

.lqd-ib-circ-icn:hover~.lqd-ib-circ-cnt h3,
.lqd-ib-circ-icn:hover~.lqd-ib-circ-cnt hr,
.lqd-ib-circ-icn:hover~.lqd-ib-circ-cnt p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.lqd-ib-circ-icn:hover~.lqd-ib-circ-cnt hr {
    transition-delay: 70ms
}

.lqd-ib-circ-icn:hover~.lqd-ib-circ-cnt p {
    transition-delay: 0.14s
}

.lqd-ib-circ-cnt {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.625em;
    color: #666
}

.lqd-ib-circ-cnt h3,
.lqd-ib-circ-cnt hr,
.lqd-ib-circ-cnt p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition-property: transform, opacity, visibility;
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-ib-circ-cnt h3 {
    color: #333;
    font-size: 21px;
    transition-delay: 0.1s
}

.lqd-ib-circ-cnt hr {
    width: 17%;
    margin: 20px auto !important;
    border-color: rgba(0, 0, 0, .1);
    transition-delay: 50ms
}

.lqd-ib-circ-cnt p {
    transition-delay: 0s
}

.lqd-ib-circ-icn.lqd-is-active~.lqd-ib-circ-cnt h3,
.lqd-ib-circ-icn.lqd-is-active~.lqd-ib-circ-cnt hr,
.lqd-ib-circ-icn.lqd-is-active~.lqd-ib-circ-cnt p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.lqd-ib-circ-inner {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transform: translateZ(80px) scale(.86666)
}

.lqd-ib-circ-inner>.lqd-ib-circ-item {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lqd-ib-circ-wrap {
    border: 1px solid #efefef;
    border-radius: 50%
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    100% {
        width: 50%
    }
}

.cd-image-container {
    touch-action: pan-y
}

.cd-image-container:hover .cd-image-label {
    opacity: 0;
    visibility: visible;
    transition-delay: 0s
}

.cd-image-label {
    padding: 6px 14px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: #000;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
    transform: translateY(20px);
    transition: transform .3s .7s, opacity .3s .7s
}

.cd-image-label.is-hidden {
    visibility: hidden
}

.is-visible .cd-image-label {
    opacity: 1;
    transform: translateY(0)
}

.cd-resize-img {
    width: 0;
    border-right: 3px solid rgba(255, 255, 255, .75)
}

.cd-resize-img img {
    width: var(--container-width, 100%) !important;
    max-width: none !important
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 15px
}

.is-visible .cd-resize-img {
    width: 50%;
    animation: cd-bounce-in .7s
}

.cd-handle {
    height: 70px;
    width: 70px;
    left: 50%;
    top: 50%;
    border-radius: 27px;
    margin-top: -35px;
    margin-inline-start: -35px;
    background-color: #fff;
    cursor: move;
    opacity: 0;
    color: #000;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
    transform: scale(0);
    transition: all .3s ease
}

.cd-handle svg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease
}

.cd-handle svg:first-child {
    margin-inline-start: -1em;
    transform: translate(-50%, -50%)
}

.cd-handle svg:last-child {
    margin-inline-start: 1em;
    transform: translate(-50%, -50%) rotate(-180deg)
}

.cd-handle.draggable svg:first-child {
    transform: translate(-10%, -50%) scale(1.25)
}

.cd-handle.draggable svg:last-child {
    transform: translate(-90%, -50%) scale(1.25) rotate(-180deg)
}

.is-visible .cd-handle {
    opacity: 1;
    transform: scale(1);
    transition: transform .3s .7s, opacity 0s .7s
}

.lqd-img-gal-thumbs {
    --thumb-spacing: 9px;
    margin-inline-start: calc(var(--thumb-spacing) * -1);
    margin-inline-end: calc(var(--thumb-spacing) * -1)
}

.lqd-img-gal-thumbs .carousel-item {
    width: 33.33333%;
    padding: 25px var(--thumb-spacing) 0;
    cursor: pointer
}

.lqd-img-gal-thumbs figure {
    height: 120px;
    background-color: #000
}

.lqd-img-gal-thumbs img {
    transition: opacity .3s
}

.lqd-img-gal-thumbs .is-nav-selected img {
    opacity: .5
}

.lqd-img-gal-imgs .flickity-button.previous {
    left: 25px
}

.lqd-img-gal-imgs .flickity-button.next {
    right: 25px
}

@media screen and (max-width:768px) {
    .lqd-img-gal-imgs .carousel-dots-mobile {
        display: flex;
        justify-content: center
    }

    .lqd-img-gal-imgs .flickity-page-dots {
        display: flex;
        width: auto;
        margin: 0;
        border-radius: 50px;
        padding: 10px;
        align-items: center;
        background-color: rgba(255, 255, 255, .8);
        backdrop-filter: blur(5px) saturate(120%)
    }

    .lqd-img-gal-imgs .flickity-page-dots .dot {
        width: 4px;
        height: 4px
    }

    .lqd-img-gal-imgs .flickity-page-dots .dot:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: -3px;
        left: -3px
    }

    .lqd-img-gal-imgs .flickity-page-dots .dot.is-selected {
        width: 10px
    }

    .lqd-img-gal-thumbs .carousel-dots-mobile {
        display: none
    }
}

@media screen and (min-width:992px) {
    .lqd-img-gal-thumbs .carousel-item {
        width: 16.6667%
    }
}

@media screen and (min-width:768px) {
    .lqd-img-gal-thumbs .carousel-item {
        width: 25%
    }
}

@media screen and (max-width:767px) {
    .lqd-img-gal-thumbs .carousel-item {
        padding-top: 15px
    }

    .lqd-img-gal-thumbs figure {
        height: 100px
    }

    .lqd-img-gal-thumbs figure img {
        position: absolute;
        top: 0;
        left: 0
    }
}

.lqd-imgtxt-slider-img {
    width: 52vw;
    position: fixed;
    top: 50%;
    left: 24vw;
    opacity: 0;
    transform: translate3d(0, -45%, 0);
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    transition-property: transform, opacity
}

.lqd-imgtxt-slider-img.lqd-is-active {
    opacity: 1;
    transform: translate3d(0, -50%, 0)
}

.lqd-imgtxt-slider-link span,
.lqd-imgtxt-slider-link:before {
    transition: opacity .3s
}

.lqd-imgtxt-slider-link:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff
}

.lqd-imgtxt-slider-link span {
    opacity: 0
}

.lqd-imgtxt-slider-link:hover span {
    opacity: 1
}

.lqd-imgtxt-slider-link:hover:before {
    opacity: 0
}

.lqd-imgtxt-slider-nav li {
    margin: .15em 0
}

.lqd-imgtxt-slider-nav:hover .lqd-imgtxt-slider-link:not(:hover) {
    opacity: .25
}

.lqd-imgtxt-slider-fade .lqd-imgtxt-slider-link:before {
    content: none
}

.lqd-imgtxt-slider-fade .lqd-imgtxt-slider-link span {
    opacity: 1
}

.lqd-imgtxt-slider-fade .lqd-imgtxt-slider-nav:hover .lqd-imgtxt-slider-link:not(:hover) {
    opacity: .1
}

@media screen and (max-width:768px) {
    .lqd-imgtxt-slider-img {
        width: 90%;
        left: 5%
    }
}

@media screen and (max-width:479px) {
    .lqd-imgtxt-slider-img {
        width: 98%;
        left: 1%
    }
}

.lqd-lp-column {
    margin-bottom: 30px;
    position: static
}

.lqd-lp-column[class*=col-]>[class*=col-] {
    width: 100%
}

h2.lqd-lp-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: start
}

h2.lqd-lp-title a {
    color: #000
}

h2.lqd-lp-title a:hover {
    color: var(--lqd-color-primary)
}

.page-scheme-dark h2.lqd-lp-title a {
    color: inherit
}

.lqd-lp {
    flex-grow: 1
}

@media screen and (max-width:991px) {

    .lqd-lp-column.col-md-12,
    .lqd-lp-column:not([class*=col-sm]) {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-column {
        width: 100%
    }
}

.lqd-lp-author figure {
    width: 40px
}

.lqd-lp-author h3 {
    font-size: 14px;
    color: #50585e;
    transition: color .3s
}

.lqd-lp-meta .lqd-lp-author h3 {
    font-size: 1em;
    font-weight: inherit;
    letter-spacing: inherit
}

.lqd-lp-author h6 {
    font-size: 12px;
    color: #9dafbd
}

.lqd-lp-author:hover h3 {
    color: var(--lqd-color-primary)
}

.lqd-lp-date {
    color: rgba(0, 0, 0, .5)
}

.lqd-lp-date a {
    color: inherit
}

.lqd-lp-date a:hover {
    color: #000
}

.lqd-lp-date i {
    font-size: 20px
}

.page-scheme-dark .lqd-lp-date {
    color: rgba(255, 255, 255, .5)
}

.lqd-lp-excerpt p:last-child {
    margin-bottom: 0
}

.lqd-lp-animate-onhover {
    transition: box-shadow .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-lp-cat {
    line-height: 1.25em
}

.lqd-lp-cat li:not(:last-child) {
    margin-inline-end: .5em
}

.entry-terms .lqd-lp-cat:not(.lqd-lp-cat-solid) li:not(:last-child):after {
    content: ", "
}

.lqd-lp-cat-shaped li {
    margin-bottom: .5em
}

.lqd-lp-cat-shaped a {
    padding: 9px 16px;
    transition: all .3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, .25);
    line-height: 1.25em
}

.lqd-lp-cat-shaped a:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    transform: translateY(-1px)
}

.lqd-lp-cat-border a {
    border: 1px solid #eee;
    color: var(--lqd-color-primary)
}

.lqd-lp-cat-border a:hover {
    border-color: var(--lqd-color-primary);
    background-color: var(--lqd-color-primary);
    color: #fff
}

.lqd-lp-cat-plain a {
    color: var(--lqd-color-primary)
}

.lqd-lp-cat-plain a:hover {
    color: #000
}

.lqd-lp-cat-solid a {
    position: relative;
    background-color: #fff;
    color: #000
}

.lqd-lp-cat-solid-colored a {
    border-radius: 2em;
    background: 0 0;
    color: var(--lqd-color-primary)
}

.lqd-lp-cat-solid-colored a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background-color: var(--lqd-color-primary);
    opacity: .1
}

.lqd-lp-cat-solid-colored a:hover {
    color: #fff
}

.lqd-lp-cat-solid-colored a:hover:before {
    opacity: 1
}

.lqd-lp-meta {
    font-size: 11px
}

.lqd-lp-meta h3 {
    font-size: inherit
}

.lqd-lp-img .lqd-lp-meta:not(:only-child) {
    position: absolute
}

.lqd-lp-img .lqd-lp-meta:not(:only-child):not(.pos-bl) {
    top: 25px;
    left: 25px
}

.lqd-lp-img figure:empty+.lqd-lp-meta {
    position: relative;
    top: auto;
    left: auto
}

.lqd-lp-meta>:only-child {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important
}

.lqd-lp-meta-dot-between .entry-terms:not(:last-child),
.lqd-lp-meta-dot-between .lqd-lp-author:not(:last-child),
.lqd-lp-meta-dot-between .lqd-lp-cat:not(:last-child),
.lqd-lp-meta-dot-between .lqd-lp-date:not(:last-child) {
    display: flex;
    align-items: center
}

.lqd-lp-meta-dot-between .entry-terms:not(:last-child):after,
.lqd-lp-meta-dot-between .lqd-lp-author:not(:last-child):after,
.lqd-lp-meta-dot-between .lqd-lp-cat:not(:last-child):after,
.lqd-lp-meta-dot-between .lqd-lp-date:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    margin-inline-start: 1.3636363636em;
    border-radius: 50em;
    background-color: currentColor;
    vertical-align: middle;
    opacity: .35
}

.lqd-lp-meta-dot-between>:not(:last-child) {
    margin-inline-end: 1.3636363636em
}

.lqd-lp-meta-solid {
    padding: 11px 21px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.lqd-lp-meta-solid.no-padding {
    padding: 0
}

.lqd-lp-read-more .btn-line {
    width: 2.727em;
    height: 2px;
    margin-inline-end: 1em;
    background-color: currentColor;
    transition: transform .3s cubic-bezier(.2, .95, .25, 1);
    transform-origin: left center
}

.lqd-lp-read-more .btn-line~.btn-txt {
    transition: transform .3s cubic-bezier(.2, .95, .25, 1)
}

.lqd-lp-read-more .btn-line-after {
    transform: scaleX(0) translateX(0)
}

.lqd-lp-read-more .btn-line-after svg {
    top: 50%;
    right: -.275em;
    transform: translateY(-50%) scale(0)
}

.lqd-lp-read-more .btn-txt~.btn-line {
    margin-inline-end: 0;
    margin-inline-start: 1em
}

.lqd-lp:hover .lqd-lp-read-more .btn-line~.btn-txt {
    transform: translateX(-3.727em)
}

.lqd-lp:hover .lqd-lp-read-more .btn-line-before {
    transform: scaleX(0);
    transform-origin: left center
}

.lqd-lp:hover .lqd-lp-read-more .btn-line-after {
    transform: scaleX(1) translateX(-3.727em)
}

.lqd-lp:hover .lqd-lp-read-more .btn-line-after svg {
    transition: transform .35s;
    transform: translateY(-50%) scale(.75)
}

.lqd-lp-img figure {
    transition: box-shadow .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-lp-img .lqd-overlay {
    background-color: var(--lqd-color-primary);
    opacity: 0;
    font-size: 21px;
    color: #fff;
    transition: opacity .3s
}

.lqd-lp-img .lqd-overlay i {
    display: inline-block;
    transform: translateX(-20px);
    transition: transform .65s cubic-bezier(.23, 1, .32, 1)
}

.lqd-lp:hover .lqd-lp-img .lqd-overlay {
    opacity: 1
}

.lqd-lp:hover .lqd-lp-img .lqd-overlay i {
    transform: translateX(0)
}

.lqd-lp-hover-img-zoom .lqd-lp-img figure {
    transform: scale(1);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

.lqd-lp-hover-img-zoom:hover .lqd-lp-img figure {
    transform: scale(1.15);
    transition-duration: 10s
}

.lqd-lp-hover-img-zoom-out .lqd-lp-img figure {
    transform: scale(1.05);
    transition-duration: .65s
}

.lqd-lp-hover-img-zoom-out:hover .lqd-lp-img figure {
    transform: scale(1.0001);
    transition-duration: .65s
}

.lqd-lp-content-overlay .lqd-lp-content-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.lqd-lp-content-overlay .lqd-lp-date a,
.lqd-lp-content-overlay .lqd-lp-title a {
    color: inherit
}

.lqd-lp-content-overlay h2.lqd-lp-title {
    color: #fff
}

.lqd-lp-content-overlay .lqd-lp-date {
    color: rgba(255, 255, 255, .65)
}

.lqd-lp-content-overlay:hover .lqd-lp-date a,
.lqd-lp-content-overlay:hover .lqd-lp-title a {
    color: #fff
}

@media screen and (min-width:992px) {
    .lqd-lp-title-highlight h2 .split-inner {
        display: inline-block;
        position: relative
    }

    .lqd-lp-title-highlight h2 .split-inner:after,
    .lqd-lp-title-highlight h2 .split-inner:before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: .15em;
        left: 0;
        right: 0;
        z-index: -1;
        transition: transform .65s cubic-bezier(.23, 1, .32, 1)
    }

    .lqd-lp-title-highlight h2 .split-inner:after {
        height: .4137931034em;
        background-color: rgba(255, 218, 1, .35);
        transform-origin: left;
        transform: scaleX(0)
    }

    .lqd-lp-title-highlight:hover .split-inner:before {
        transform: scaleX(0)
    }

    .lqd-lp-title-highlight:hover .split-inner:after {
        transform: scaleX(1)
    }
}

.lqd-lp-style-1 {
    display: flex;
    flex-direction: column
}

.lqd-lp-style-1 .lqd-lp-img {
    margin-top: auto
}

.lqd-lp-style-1 .lqd-lp-img figure {
    box-shadow: 0 40px 90px rgba(70, 67, 67, .2)
}

.lqd-lp-style-1:hover .lqd-lp-img figure {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3)
}

.lqd-lp-style-2 {
    min-height: 360px;
    background-color: #eef2f4
}

.lqd-lp-style-2:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1)
}

.lqd-lp-style-2-alt {
    min-height: 360px;
    border: 1px solid #ebebeb;
    background-color: #fff
}

.lqd-lp-style-2-alt .lqd-lp-img {
    opacity: 0;
    transform: scale(1.05);
    transition: transform .65s, opacity .65s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.lqd-lp-style-2-alt .lqd-lp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lqd-lp-style-2-alt .lqd-lp-content-bg {
    background-color: rgba(0, 0, 0, .5)
}

.lqd-lp-style-2-alt .lqd-lp-cat a {
    color: #000;
    background-color: #e8ecef
}

.lqd-lp-style-2-alt .lqd-lp-date a:hover,
.lqd-lp-style-2-alt .lqd-lp-date:hover {
    color: rgba(255, 255, 255, .7)
}

.lqd-lp-style-2-alt .lqd-lp-author figure {
    width: 50px;
    margin-inline-end: 20px
}

.lqd-lp-style-2-alt .lqd-lp-author-info h3 {
    font-size: 14px
}

.lqd-lp-style-2-alt .lqd-lp-author-info h6 {
    font-size: 12px
}

.lqd-lp-style-2-alt:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1)
}

.lqd-lp-style-2-alt:hover .lqd-lp-img {
    transform: scale(1);
    opacity: 1
}

.lqd-lp-style-2-alt:hover .lqd-lp-author-info h3,
.lqd-lp-style-2-alt:hover .lqd-lp-date,
.lqd-lp-style-2-alt:hover .lqd-lp-title a {
    color: #fff
}

.lqd-lp-style-3 .lqd-lp-img figure {
    box-shadow: 0 45px 70px rgba(0, 0, 0, .1)
}

.lqd-lp-style-3:hover .lqd-lp-img figure {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25)
}

.lqd-lp-style-3:hover h2.lqd-lp-title a {
    color: var(--lqd-color-primary)
}

.lqd-lp-style-4 .lqd-lp-img {
    width: 25%
}

.lqd-lp-style-4 .lqd-lp-header {
    width: 75%
}

.lqd-lp-style-4 h2.lqd-lp-title {
    font-size: 15px
}

.lqd-lp-style-4:hover .lqd-lp-img figure {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2)
}

.lqd-lp-style-5 h2.lqd-lp-title {
    font-size: 34px
}

.lqd-lp-style-5 .lqd-lp-author h3 {
    font-size: 11px
}

.lqd-lp-style-5:hover .lqd-lp-img figure {
    box-shadow: 0 40px 75px rgba(0, 0, 0, .2)
}

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

    .lqd-lp-style-5 .lqd-lp-content,
    .lqd-lp-style-5 .lqd-lp-img {
        width: 50%
    }

    .lqd-lp-style-5 .lqd-lp-content {
        padding-inline-start: 3.5rem
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-style-5 h2.lqd-lp-title {
        font-size: 27px;
        line-height: 1.25em
    }
}

.lqd-lp-style-6 {
    box-shadow: 0 20px 55px rgba(82, 71, 175, .09);
    background-color: #fff
}

.lqd-lp-style-6 .lqd-lp-excerpt {
    font-size: .85em
}

.lqd-lp-style-6 .lqd-lp-author {
    color: #000
}

.lqd-lp-style-6 .lqd-lp-author a,
.lqd-lp-style-6 .lqd-lp-author h3 {
    color: inherit
}

.lqd-lp-style-6:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, .075);
    transform: translateY(-2px)
}

.lqd-lp-style-6-alt .lqd-lp-cat-solid a {
    padding: 6px 10px;
    background-color: #292929;
    font-size: 10px;
    color: #fff
}

.lqd-lp-style-6-alt .lqd-lp-meta {
    font-size: 13px;
    font-weight: 500
}

@media (min-width:992px) {

    .lqd-lp-style-6-alt .lqd-lp-excerpt,
    .lqd-lp-style-6-alt .lqd-lp-header {
        padding-inline-start: 2rem;
        padding-inline-end: 2rem
    }
}

.lqd-lp-style-7 h2.lqd-lp-title {
    font-size: 34px
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-7,
.lqd-lp-style-7:not(:last-child):not(:only-of-type) {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px dashed #cecece
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-7 {
    margin-bottom: 1em
}

.lqd-lp-style-7 .lqd-lp-img {
    box-shadow: 0 30px 60px rgba(0, 0, 0, .05)
}

.lqd-lp-style-7 .lqd-lp-author a {
    color: #000
}

.lqd-lp-style-7 .lqd-lp-author a:hover {
    color: var(--lqd-color-primary)
}

@media screen and (max-width:479px) {
    .lqd-lp-style-7 h2.lqd-lp-title {
        font-size: 27px;
        line-height: 1.25em
    }
}

.lqd-lp-style-8 {
    border: 1px solid #f1f1f1;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2)
}

.lqd-lp-style-8 .lqd-lp-cat a {
    color: #000
}

.lqd-lp-style-8 .lqd-lp-cat a:hover {
    color: var(--lqd-color-primary)
}

.lqd-lp-style-8 .lqd-lp-author figure {
    width: 80px
}

.lqd-lp-style-8 .lqd-lp-footer i {
    display: inline-block;
    font-size: 21px;
    color: #000;
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-lp-style-8:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 75px rgba(0, 0, 0, .1)
}

.lqd-lp-style-8:hover .lqd-lp-footer i {
    transform: translateX(5px)
}

@media (min-width:768px) {
    .lqd-lp-style-9 .lqd-lp-img {
        width: 35%
    }

    .lqd-lp-style-9 .lqd-lp-contents {
        width: 65%;
        padding-inline-start: 2.5rem
    }
}

@media (max-width:767px) {
    .lqd-lp-style-9 .lqd-lp-img {
        margin-bottom: 1rem
    }
}

.lqd-lp-style-10 .lqd-lp-cat-solid a {
    padding: 8px 10px
}

.lqd-lp-style-10 .lqd-lp-date {
    font-size: 11px
}

.lqd-lp-style-10 .lqd-lp-date a:not(:hover) {
    opacity: .65
}

.lqd-lp-style-11 {
    color: rgba(255, 255, 255, .65);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.lqd-lp-style-11 h2.lqd-lp-title {
    font-size: 27px
}

.lqd-lp-style-11 .lqd-lp-header a {
    color: #fff
}

.lqd-lp-style-11 .lqd-lp-header a:hover {
    color: #fff
}

.lqd-lp-style-11 .lqd-lp-author h3 {
    font-size: 16px
}

.lqd-lp-style-11 .lqd-lp-date {
    font-size: 11px
}

.lqd-lp-style-11 .lqd-lp-date a:not(:hover) {
    opacity: .65
}

.lqd-lp-style-11:hover {
    box-shadow: 0 30px 75px rgba(0, 0, 0, .2);
    transform: translateY(-2px)
}

.lqd-lp-style-11:hover h2.lqd-lp-title a {
    color: #fff
}

@media screen and (min-width:768px) {
    .lqd-lp-style-11 .lqd-lp-contents {
        padding: 2rem 2rem 3rem 2rem
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-style-11 {
        padding-top: 0
    }

    .lqd-lp-style-11 .lqd-lp-contents {
        position: relative
    }
}

.lqd-lp-style-12 {
    box-shadow: 0 11px 30px rgba(0, 0, 0, .1);
    color: #919191
}

.lqd-lp-style-12 .lqd-lp-meta {
    background-color: #ecf2f8
}

.lqd-lp-style-12:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, .075);
    transform: translateY(-2px)
}

@media (min-width:992px) {
    .lqd-lp-style-12 {
        padding-inline-start: 2rem;
        padding-inline-end: 2rem
    }
}

.lqd-lp-style-13 .lqd-lp-meta {
    line-height: 1.25em
}

.lqd-lp-style-13 .lqd-lp-date {
    color: var(--lqd-color-secondary, var(--lqd-color-primary))
}

.lqd-lp-style-13 .lqd-lp-cat {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    background-color: var(--lqd-color-secondary, var(--lqd-color-primary))
}

.lqd-lp-style-13 .lqd-lp-cat a {
    color: #fff
}

@media screen and (min-width:992px) {
    .related-posts .lqd-lp-style-13 h2 .split-inner:after {
        height: 1px;
        background-color: currentColor
    }
}

.lqd-lp-style-14 .lqd-lp-meta {
    line-height: 1.5em
}

.lqd-lp-style-14 .lqd-lp-content-bg {
    background-color: rgba(0, 0, 0, .45)
}

.lqd-lp-style-14 h2.lqd-lp-title {
    font-size: 36px
}

.lqd-lp-style-14 h2.lqd-lp-title a {
    color: #fff
}

.lqd-lp-style-14 h2.lqd-lp-title a:hover {
    color: #fff
}

.lqd-lp-style-14 .lqd-lp-date {
    color: var(--lqd-color-secondary, var(--lqd-color-primary))
}

.lqd-lp-style-14 .lqd-lp-cat {
    background-color: var(--lqd-color-secondary, var(--lqd-color-primary))
}

.lqd-lp-style-14 .lqd-lp-cat a {
    color: #fff
}

.lqd-lp-style-14 .lqd-lp-author h3 {
    font-size: 11px;
    color: rgba(255, 255, 255, .5)
}

.lqd-lp-style-14 .lqd-lp-author h3 a {
    color: #fff;
    text-decoration: underline;
    opacity: .5
}

.lqd-lp-style-14 .lqd-lp-author h3 a:hover {
    opacity: 1
}

.col-md-4 .lqd-lp-style-14 h2.lqd-lp-title {
    font-size: 20px
}

@media screen and (min-width:768px) {
    .lqd-lp-style-14 .lqd-lp-contents {
        padding: 2rem
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-style-14 {
        padding-top: 0
    }

    .lqd-lp-style-14 .lqd-lp-contents {
        position: relative
    }

    .lqd-lp-style-14 h2.lqd-lp-title {
        font-size: 24px
    }
}

.lqd-lp-style-15 .lqd-lp-cat {
    font-size: 13px;
    line-height: 1.25em
}

.carousel-item .lqd-lp-style-15 div.lqd-lp-img {
    padding-top: 56.25%;
    position: relative
}

.carousel-item .lqd-lp-style-15 div.lqd-lp-img figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.carousel-item .lqd-lp-style-15 div.lqd-lp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.lqd-lp-carousel-filterable .lqd-lp-carousel-header h6 {
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 50em;
    font-size: 13px
}

.lqd-lp-style-16 .lqd-lp-read-more {
    font-size: 12px
}

.lqd-lp-style-16 .lqd-lp-img figure {
    transition: transform .65s cubic-bezier(.25, .8, .45, 1)
}

.lqd-lp-style-16:hover .lqd-lp-img figure {
    transform: scale(1.1)
}

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

    .lqd-lp-style-16 .lqd-lp-excerpt,
    .lqd-lp-style-16 .lqd-lp-header {
        width: 85%
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-style-16 {
        margin-bottom: 15px
    }
}

.lqd-lp-style-17 h2.lqd-lp-title {
    font-size: 40px
}

.lqd-lp-style-17 .lqd-lp-read-more {
    font-size: 12px
}

.lqd-lp-style-17 .lqd-lp-img figure {
    transition: transform .65s cubic-bezier(.25, .8, .45, 1)
}

.lqd-lp-style-17 .lqd-lp-meta a,
.lqd-lp-style-17 .lqd-lp-title a {
    color: #fff
}

.lqd-lp-style-17 .lqd-lp-meta:hover a,
.lqd-lp-style-17 .lqd-lp-title:hover a {
    color: rgba(255, 255, 255, .8)
}

.lqd-lp-style-17 .lqd-lp-meta {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.lqd-lp-style-17 .lqd-lp-content-bg {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.lqd-lp-style-17 .lqd-lp-img figure {
    transition: transform .65s cubic-bezier(.25, .8, .45, 1)
}

.lqd-lp-style-17:hover .lqd-lp-img figure {
    transform: scale(1.1)
}

@media screen and (max-width:479px) {
    .lqd-lp-style-17.fullheight {
        min-height: 75vh
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-style-17 h2.lqd-lp-title {
        font-size: 27px;
        line-height: 1.25em
    }
}

.lqd-lp-style-18 {
    position: static
}

.lqd-lp-style-18 .lqd-lp-date {
    font-size: 17px;
    color: #000
}

.lqd-lp-style-18 h2 {
    font-size: 29px;
    line-height: 1.3448275862em
}

@media screen and (min-width:992px) {
    .lqd-lp-style-18 h2 {
        width: 70%
    }

    .lqd-lp-style-18 h2 .split-inner {
        display: inline-block;
        position: relative
    }

    .lqd-lp-style-18 h2 .split-inner:before {
        height: 1px;
        background-color: #000;
        transform-origin: right
    }

    .lqd-lp-style-18 .lqd-lp-meta {
        width: 30%
    }

    .lqd-lp-style-18 .lqd-lp-header {
        flex-direction: row;
        width: 60%
    }

    .lqd-lp-style-18 .lqd-lp-img {
        width: 35%;
        position: absolute;
        top: 0;
        right: 0
    }

    .lqd-lp-style-18 .lqd-lp-img figure {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.15);
        transition: opacity .65s, visibility .65s, transform .65s;
        transition-timing-function: cubic-bezier(0.16, 0.9, 0.7, 1)
    }

    .lqd-lp-style-18 .lqd-lp-header:hover+.lqd-lp-img figure {
        opacity: 1;
        visibility: visible;
        transform: scale(1)
    }
}

.lqd-lp-style-19 .lqd-lp-img {
    overflow: hidden
}

.lqd-lp-style-19 .lqd-lp-img figure {
    transform: scale(1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.lqd-lp-style-19 .lqd-lp-img .lqd-lp-footer {
    top: 0;
    left: 0
}

.lqd-lp-style-19 .lqd-lp-img .btn {
    font-size: 14px;
    line-height: 2em;
    text-transform: capitalize;
    letter-spacing: 0;
    background-color: #fff;
    color: #000
}

.lqd-lp-style-19 .lqd-lp-img .btn:hover {
    transform: none
}

.lqd-lp-style-19 .lqd-lp-img .btn-icon {
    font-size: 1.2em;
    -webkit-text-stroke: 0.5px
}

.lqd-lp-style-19 .lqd-lp-meta {
    font-size: 13px
}

.lqd-lp-style-19 .lqd-lp-meta a {
    color: #000
}

.lqd-lp-style-19 h2 {
    font-size: 24px;
    line-height: 1.3333333333em
}

.lqd-lp-style-19:hover .lqd-lp-img figure {
    transform: scale(1.15)
}

@media screen and (min-width:992px) {
    .lqd-lp-style-19 h2:before {
        content: none
    }
}

.lqd-lp-style-20 .lqd-lp-cat {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -.01em
}

.lqd-lp-style-20 .lqd-lp-cat a {
    padding: 0 .25em;
    background-color: #292929;
    color: #fff
}

.lqd-lp-style-20 .lqd-lp-cat a:before {
    background-color: inherit
}

.lqd-lp-style-21 {
    padding: 4.5%;
    font-size: 17px;
    line-height: 1.4090909091em;
    color: #181b31
}

.lqd-lp-style-21 .lqd-lp-img {
    min-height: 240px
}

.lqd-lp-style-21 .lqd-lp-img figure {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
}

.lqd-lp-style-21 .lqd-lp-img img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.lqd-lp-style-21 .lqd-lp-date {
    font-size: 12px
}

.lqd-lp-style-21 .lqd-lp-cat a {
    font-size: 13px;
    color: #000
}

.lqd-lp-style-21 h2.lqd-lp-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.0571428571em
}

.lqd-lp-style-21 .lqd-lp-footer .btn {
    font-size: 22px;
    color: inherit
}

.lqd-lp-style-21-alt .lqd-lp-img {
    min-height: 200px
}

@media screen and (min-width:768px) {
    .lqd-lp-style-21 .lqd-lp-img {
        width: 35%;
        height: 100%;
        margin-bottom: 0
    }

    .lqd-lp-style-21 .lqd-lp-contents {
        width: 65%;
        padding-inline-end: 2rem;
        padding-inline-start: 2.5rem
    }

    .lqd-lp-style-21 .lqd-lp-footer {
        margin-top: auto
    }

    .lqd-lp-style-21-alt .lqd-lp-img {
        width: 50%
    }

    .lqd-lp-style-21-alt .lqd-lp-contents {
        width: 50%;
        padding-inline-start: 1.5em;
        padding-inline-end: 0
    }
}

@media screen and (min-width:992px) {
    .lqd-lp-style-21:not(.lqd-lp-style-21-alt) .lqd-lp-contents {
        padding-inline-start: 4rem
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-style-21 {
        font-size: 1em
    }

    .lqd-lp-style-21 h2.lqd-lp-title {
        font-size: 30px
    }
}

.lqd-lp-style-22 {
    display: flex;
    flex-direction: column
}

.lqd-lp-style-22 h2.lqd-lp-title {
    font-size: 34px
}

.lqd-lp-style-22 .lqd-lp-meta {
    display: inline-grid;
    grid-auto-flow: column;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em
}

.lqd-lp-style-22 .lqd-lp-meta a,
.lqd-lp-style-22 .lqd-lp-meta h3 {
    color: #000
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-22,
.lqd-lp-style-22:not(:last-child):not(:only-of-type) {
    padding-bottom: 1.25em;
    margin-bottom: 2em;
    border-bottom: 1px dashed #cecece
}

.lqd-lp-column:not(:last-child) .lqd-lp-style-22 {
    margin-bottom: 1em
}

.lqd-lp-style-22.sticky {
    border-left: 3px solid var(--lqd-color-primary);
    border-bottom: none !important;
    padding-left: 2em
}

.lqd-lp-style-22:hover h2.lqd-lp-title a {
    color: var(--lqd-color-primary)
}

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

    .lqd-lp-style-22 .lqd-lp-excerpt,
    .lqd-lp-style-22 .lqd-lp-header {
        max-width: 68%
    }
}

@media screen and (max-width:479px) {
    .lqd-lp-style-22 h2.lqd-lp-title {
        font-size: 27px;
        line-height: 1.25em
    }
}

.lqd-lp-style-23 h2.lqd-lp-title {
    font-size: 22px
}

.lqd-lp-style-23 .lqd-lp-meta {
    font-size: 13px
}

.lqd-lp-style-23 .lqd-lp-author {
    color: #000
}

.lqd-lp-style-23 .lqd-lp-author a,
.lqd-lp-style-23 .lqd-lp-author h3 {
    color: inherit
}

.lqd-lp-style-23 .lqd-lp-cat-solid a {
    padding: 6px 10px;
    background-color: #292929;
    font-size: 10px;
    color: #fff
}

.lqd-lp-style-23 .lqd-lp-cat-solid a:before {
    background-color: inherit
}

.lqd-lp-style-23 .lqd-lp-img {
    border: 13px solid #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(40, 58, 116, .1)
}

.lqd-lp-style-23 .lqd-lp-img .lqd-lp-meta {
    top: 30px;
    left: 30px
}

.lqd-lp-style-23 .lqd-lp-excerpt {
    font-size: 14px;
    line-height: 1.71em
}

.fr-window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    transform: translateZ(0)
}

.fr-overlay {
    z-index: 99998
}

.fr-window {
    z-index: 99999
}

.fr-spinner {
    z-index: 100000
}

.fr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.fr-overlay-background {
    float: left;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9
}

.fr-overlay-ui-fullclick .fr-overlay-background {
    background: #292929;
    opacity: 1
}

.fr-overlay.fr-mobile-touch,
.fr-window.fr-mobile-touch {
    position: absolute;
    overflow: visible
}

.fr-measured {
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important
}

.fr-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-pages {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none
}

.fr-page {
    position: absolute;
    width: 100%;
    height: 100%
}

.fr-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center
}

.fr-hovering-clickable .fr-container {
    cursor: pointer
}

.fr-ui-inside .fr-container {
    padding: 20px 20px
}

.fr-ui-inside.fr-no-sides .fr-container {
    padding: 20px
}

.fr-ui-outside .fr-container {
    padding: 20px 82px
}

.fr-ui-outside.fr-no-sides .fr-container {
    padding: 20px 48px
}

@media all and (max-width:700px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:700px) {
    .fr-ui-inside .fr-container {
        padding: 12px 12px
    }

    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 12px
    }

    .fr-ui-outside .fr-container {
        padding: 12px 72px
    }

    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 12px 48px
    }
}

@media all and (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:500px) {
    .fr-ui-inside .fr-container {
        padding: 0 0
    }

    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 0
    }

    .fr-ui-outside .fr-container {
        padding: 0 72px
    }

    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 0 48px
    }
}

.fr-ui-fullclick .fr-container {
    padding: 0
}

.fr-ui-fullclick.fr-no-sides .fr-container {
    padding: 0
}

.fr-ui-fullclick.fr-type-video .fr-container {
    padding: 0 62px
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
    padding: 48px 0
}

.fr-overflow-y .fr-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.fr-content,
.fr-content-background {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible
}

.fr-content-element {
    float: left;
    width: 100%;
    height: 100%
}

.fr-content-background {
    background: #101010
}

.fr-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #efefef;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    text-size-adjust: none;
    user-select: text
}

.fr-info-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    line-height: 1%;
    filter: none;
    opacity: 1
}

.fr-ui-inside .fr-info-background {
    opacity: .8;
    zoom: 1
}

.fr-ui-outside .fr-info-background {
    background: #0d0d0d
}

.fr-content .fr-info {
    top: auto;
    bottom: 0
}

.fr-info-padder {
    display: block;
    overflow: hidden;
    padding: 12px;
    position: relative;
    width: auto
}

.fr-caption {
    width: auto;
    display: inline
}

.fr-position {
    color: #b3b3b3;
    float: right;
    line-height: 21px;
    opacity: .99;
    position: relative;
    text-align: right;
    margin-left: 15px;
    white-space: nowrap
}

.fr-position-inside,
.fr-position-outside {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 12px;
    width: auto;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-size-adjust: none;
    user-select: text
}

.fr-position-inside {
    border: 0
}

.fr-position-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0d0d;
    opacity: .8;
    zoom: 1
}

.fr-position-text {
    color: #b3b3b3
}

.fr-position-inside .fr-position-text,
.fr-position-outside .fr-position-text {
    float: left;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    opacity: 1
}

.fr-ui-outside .fr-position-outside {
    display: block
}

.fr-ui-outside .fr-info .fr-position {
    display: none
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
    display: block
}

.fr-info a,
.fr-info a:hover {
    color: #ccc;
    border: 0;
    background: 0 0;
    text-decoration: underline
}

.fr-info a:hover {
    color: #eee
}

.fr-ui-outside.fr-no-caption .fr-info {
    display: none
}

.fr-ui-inside.fr-no-caption .fr-caption {
    display: none
}

.fr-stroke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.fr-stroke-vertical {
    width: 1px;
    height: 100%
}

.fr-stroke-horizontal {
    padding: 0 1px
}

.fr-stroke-right {
    left: auto;
    right: 0
}

.fr-stroke-bottom {
    top: auto;
    bottom: 0
}

.fr-stroke-color {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .08)
}

.fr-info .fr-stroke-color {
    background: rgba(80, 80, 80, .3)
}

.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
    display: none
}

.fr-ui-fullclick .fr-stroke {
    display: none
}

.fr-ui-fullclick .fr-content-background {
    box-shadow: none
}

.fr-info .fr-stroke-top {
    display: none
}

.fr-side {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 72px;
    margin: 0 9px;
    margin-top: -36px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    zoom: 1
}

.fr-side-previous {
    left: 0
}

.fr-side-next {
    right: 0;
    left: auto
}

.fr-side-disabled {
    cursor: default
}

.fr-side-hidden {
    display: none !important
}

.fr-side-button {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.fr-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010
}

.fr-side-button-icon {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    zoom: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media all and (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:414px) {
    .fr-side {
        width: 54px;
        height: 60px;
        margin: 0;
        margin-top: -30px
    }

    .fr-side-button {
        width: 48px;
        height: 60px;
        margin: 0 3px
    }
}

.fr-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.fr-close-background,
.fr-close-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 26px;
    width: 26px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.fr-close-background {
    background-color: #000
}

.fr-thumbnails {
    position: absolute;
    overflow: hidden
}

.fr-thumbnails-disabled .fr-thumbnails {
    display: none !important
}

.fr-thumbnails-horizontal .fr-thumbnails {
    width: 100%;
    height: 12%;
    min-height: 74px;
    max-height: 160px;
    bottom: 0
}

.fr-thumbnails-vertical .fr-thumbnails {
    height: 100%;
    width: 10%;
    min-width: 74px;
    max-width: 160px;
    left: 0
}

.fr-thumbnails,
.fr-thumbnails * {
    user-select: none
}

.fr-thumbnails-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
    top: 50%;
    left: 0
}

.fr-thumbnails-slider {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    zoom: 1
}

.fr-thumbnails-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.fr-thumbnails-thumbs {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0
}

.fr-thumbnails-slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.fr-thumbnail-frame {
    position: absolute;
    zoom: 1;
    overflow: hidden
}

.fr-thumbnail {
    position: absolute;
    width: 30px;
    height: 100%;
    left: 50%;
    top: 50%;
    zoom: 1;
    cursor: pointer;
    margin: 0 10px
}

.fr-thumbnail-wrapper {
    position: relative;
    background: #161616;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    display: inline;
    z-index: 0
}

.fr-thumbnail-overlay {
    cursor: pointer
}

.fr-thumbnail-active .fr-thumbnail-overlay {
    cursor: default
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    overflow: hidden;
    border-style: solid;
    border-color: transparent
}

.fr-thumbnail .fr-thumbnail-image {
    position: absolute;
    opacity: .85;
    max-width: none
}

.fr-thumbnail-active:hover .fr-thumbnail-image,
.fr-thumbnail:hover .fr-thumbnail-image {
    opacity: .99
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
    opacity: .35
}

.fr-thumbnail-active {
    cursor: default
}

.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-thumbnail-loading-background {
    background-color: #161616;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: .8;
    position: relative;
    float: left
}

.fr-thumbnail-loading-icon {
    display: none
}

.fr-thumbnail-error .fr-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020
}

.fr-thumbnails-side {
    float: left;
    height: 100%;
    width: 28px;
    margin: 0 5px;
    position: relative;
    overflow: hidden
}

.fr-thumbnails-side-previous {
    margin-left: 12px
}

.fr-thumbnails-side-next {
    margin-right: 12px
}

.fr-thumbnails-vertical .fr-thumbnails-side {
    height: 28px;
    width: 100%;
    margin: 10px 0
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px
}

.fr-thumbnails-side-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.fr-thumbnails-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    transition: background-color .2s ease-in;
    background-color: #333;
    cursor: pointer;
    border-radius: 4px
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
    background-color: #3b3b3b
}

.fr-thumbnails-side-button-disabled * {
    cursor: default
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
    background-color: #333
}

.fr-thumbnails-side-button-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fr-thumbnails-vertical .fr-thumbnail-frame,
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
    clear: both
}

.fr-window-ui-fullclick .fr-thumbnails {
    background: #090909
}

.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
    display: block !important
}

.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
    display: block !important
}

.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 12px 5px
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 5px 12px
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
    padding: 0 !important
}

@media all and (min-height:700px) {
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 16px 8px
    }

    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 8px
    }

    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 16px
    }

    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 16px
    }
}

@media all and (min-height:980px) {
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 20px 10px
    }

    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 10px
    }

    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 20px
    }

    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 20px
    }
}

@media all and (min-width:1200px) {
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 8px 16px
    }

    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 0 8px
    }

    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 16px
    }

    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 16px
    }
}

@media all and (min-width:1800px) {
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 10px 20px
    }

    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 10px 0
    }

    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 20px
    }

    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 20px
    }
}

@media all and (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:500px) {
    .fr-thumbnails-horizontal .fr-thumbnails {
        display: none !important
    }
}

@media all and (max-width:700px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:414px) {
    .fr-thumbnails-vertical .fr-thumbnails {
        display: none !important
    }
}

@media all and (max-width:500px) and (orientation:portrait),
all and (orientation:landscape) and (max-height:414px) {
    .fr-page {
        min-width: 100%
    }

    .fr-page {
        min-height: 100%
    }
}

.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-close-outside,
.fr-window-ui-inside .fr-page>.fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick {
    display: none !important
}

.fr-toggle-ui {
    opacity: 0;
    transition: opacity .3s
}

.fr-visible-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
    opacity: 1
}

.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
    transition: opacity .3s
}

.fr-spinner {
    position: fixed;
    width: 52px;
    height: 52px;
    background: #101010;
    background: rgba(16, 16, 16, .85);
    border-radius: 5px
}

.fr-spinner div {
    position: absolute;
    top: 0;
    left: 0;
    height: 64%;
    width: 64%;
    margin-left: 18%;
    margin-top: 18%;
    opacity: 1;
    animation: fresco-12 1.2s infinite ease-in-out
}

.fr-spinner div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 8px;
    margin-left: -1px;
    background: #fff;
    box-shadow: 0 0 1px transparent
}

.fr-spinner div.fr-spin-1 {
    transform: rotate(30deg);
    animation-delay: -1.1s
}

.fr-spinner div.fr-spin-2 {
    transform: rotate(60deg);
    animation-delay: -1s
}

.fr-spinner div.fr-spin-3 {
    transform: rotate(90deg);
    animation-delay: -.9s
}

.fr-spinner div.fr-spin-4 {
    transform: rotate(120deg);
    animation-delay: -.8s
}

.fr-spinner div.fr-spin-5 {
    transform: rotate(150deg);
    animation-delay: -.7s
}

.fr-spinner div.fr-spin-6 {
    transform: rotate(180deg);
    animation-delay: -.6s
}

.fr-spinner div.fr-spin-6 {
    transform: rotate(180deg);
    animation-delay: -.6s
}

.fr-spinner div.fr-spin-7 {
    transform: rotate(210deg);
    animation-delay: -.5s
}

.fr-spinner div.fr-spin-8 {
    transform: rotate(240deg);
    animation-delay: -.4s
}

.fr-spinner div.fr-spin-9 {
    transform: rotate(270deg);
    animation-delay: -.3s
}

.fr-spinner div.fr-spin-10 {
    transform: rotate(300deg);
    animation-delay: -.2s
}

.fr-spinner div.fr-spin-11 {
    transform: rotate(330deg);
    animation-delay: -.1s
}

.fr-spinner div.fr-spin-12 {
    transform: rotate(360deg);
    animation-delay: 0s
}

@-webkit-keyframes fresco-12 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fresco-12 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fr-thumbnail-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px
}

.fr-thumbnail-spinner-spin {
    position: relative;
    float: left;
    margin: 8px 0 0 8px;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, .2);
    border-right: 2px solid rgba(255, 255, 255, .2);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    border-left: 2px solid #fff;
    animation: fr-thumbnail-spin 1.1s infinite linear
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
    border-radius: 50%;
    width: 24px;
    height: 24px
}

@-webkit-keyframes fr-thumbnail-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fr-thumbnail-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fr-error {
    float: left;
    position: relative;
    background-color: #ca3434;
    width: 160px;
    height: 160px
}

.fr-error-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px
}

.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-error-icon,
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon {
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center
}

.fr-window-skin-fresco .fr-error-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAxOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzMwMDAyIDEzLjI5OEwyLjA2NCAxNS4wMzJMMy43OTggMTMuMjk4TDUuNTMyIDExLjU2M0w3LjI2NjAxIDEzLjI5OEw5IDE1LjAzMkwxMC43MzQgMTMuMjk4TDEyLjQ2OCAxMS41NjNMMTQuMjAxIDEzLjI5OEwxNS45MzYgMTUuMDMyTDE3LjY3IDEzLjI5OEwxOCAxMi45NjhWNS41TDEzIDAuNUgwVjEyLjk2OEwwLjMzMDAwMiAxMy4yOThaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTcuNjcgMTYuNzY1TDE1LjkzNiAxOC41TDE0LjIwMSAxNi43NjVMMTIuNDY4IDE1LjAzMkwxMC43MzQgMTYuNzY1TDkgMTguNUw3LjI2NjAxIDE2Ljc2NUw1LjUzMiAxNS4wMzJMMy43OTggMTYuNzY1TDIuMDY0IDE4LjVMMC4zMzAwMDIgMTYuNzY1TDAgMTYuNDM2VjI3LjVIMThWMTYuNDM2TDE3LjY3IDE2Ljc2NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=)
}

.fr-window-skin-fresco .fr-content-background {
    background: #101010;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
    box-shadow: none
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.fr-window-skin-fresco .fr-side-button-background {
    background-color: transparent
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNyA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMjYuMjEzIDM4Ljk3MUwyMS45NzEgNDMuMjE0TDAuNzU4MDI2IDIyTDIxLjk3MSAwLjc4NzAxOEwyNi4yMTMgNS4wMjkwMkw5LjI0MjAzIDIyTDI2LjIxMyAzOC45NzFaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjQuNzk5IDM4Ljk3MUwyMS45NzEgNDEuNzk5TDIuMTcyMDMgMjJMMjEuOTcxIDIuMjAxMDJMMjQuNzk5IDUuMDI5MDJMNy44MjgwMyAyMkwyNC43OTkgMzguOTcxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNyA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMC43ODcwMTggMzguOTcxTDUuMDI5MDEgNDMuMjE0TDI2LjI0MiAyMkw1LjAyOTAxIDAuNzg3MDE4TDAuNzg3MDE4IDUuMDI5MDJMMTcuNzU4IDIyTDAuNzg3MDE4IDM4Ljk3MVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yLjIwMTAyIDM4Ljk3MUw1LjAyOTAyIDQxLjc5OUwyNC44MjggMjJMNS4wMjkwMiAyLjIwMTAyTDIuMjAxMDIgNS4wMjkwMkwxOS4xNzIgMjJMMi4yMDEwMiAzOC45NzFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon {
    background-image: none
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
    background-color: #363636
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
    background-color: #434343
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background {
    background-color: #131313;
    opacity: .8
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background {
    background-color: #191919
}

.fr-window-skin-fresco .fr-close .fr-close-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41NSIgZD0iTTE3LjEzMiAzLjY5Njk4TDE0LjMwNCAwLjg2ODk4MUw5IDYuMTcxOThMMy42OTcwMSAwLjg2Nzk4MUwwLjg2Nzk5NiAzLjY5NTk4TDYuMTcyIDguOTk5OThMMC44Njc5OTYgMTQuMzA0TDMuNjk3MDEgMTcuMTMyTDkgMTEuODI5TDE0LjMwNCAxNy4xMzNMMTcuMTMyIDE0LjMwNEwxMS44MjggOC45OTk5OEwxNy4xMzIgMy42OTY5OFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNS43MTggMy42OTY5OEwxNC4zMDQgMi4yODI5OEw5IDcuNTg1OThMMy42OTcwMSAyLjI4MTk4TDIuMjgzIDMuNjk1OThMNy41ODYgOC45OTk5OEwyLjI4MyAxNC4zMDRMMy42OTcwMSAxNS43MThMOSAxMC40MTRMMTQuMzA0IDE1LjcxOEwxNS43MTggMTQuMzA0TDEwLjQxNCA4Ljk5OTk4TDE1LjcxOCAzLjY5Njk4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon {
    opacity: 1
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .3)
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
    border-width: 1px;
    border-color: rgba(255, 255, 255, .08)
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
    border: 0
}

.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNyA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMjYuMjEzIDM4Ljk3MUwyMS45NzEgNDMuMjE0TDAuNzU4MDI2IDIyTDIxLjk3MSAwLjc4NzAxOEwyNi4yMTMgNS4wMjkwMkw5LjI0MjAzIDIyTDI2LjIxMyAzOC45NzFaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjQuNzk5IDM4Ljk3MUwyMS45NzEgNDEuNzk5TDIuMTcyMDMgMjJMMjEuOTcxIDIuMjAxMDJMMjQuNzk5IDUuMDI5MDJMNy44MjgwMyAyMkwyNC43OTkgMzguOTcxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNyA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMC43ODcwMTggMzguOTcxTDUuMDI5MDEgNDMuMjE0TDI2LjI0MiAyMkw1LjAyOTAxIDAuNzg3MDE4TDAuNzg3MDE4IDUuMDI5MDJMMTcuNzU4IDIyTDAuNzg3MDE4IDM4Ljk3MVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yLjIwMTAyIDM4Ljk3MUw1LjAyOTAyIDQxLjc5OUwyNC44MjggMjJMNS4wMjkwMiAyLjIwMTAyTDIuMjAxMDIgNS4wMjkwMkwxOS4xNzIgMjJMMi4yMDEwMiAzOC45NzFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.vc_mobile .ld-masked-image svg {
    transform: translateZ(0)
}

.ld-media-icon,
.ld-media-item-overlay {
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.ld-media-bg {
    background-color: rgba(0, 0, 0, .4)
}

.ld-media-item-overlay {
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transition-property: opacity, visibility
}

.ld-media-item {
    color: #fff
}

.ld-media-item .ld-media-txt h3,
.ld-media-item .ld-media-txt h6 {
    color: inherit;
    opacity: 0;
    transform: translateY(10px);
    transition-property: transform, opacity;
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.ld-media-item .ld-media-txt h3 {
    margin-bottom: .25em
}

.ld-media-item .ld-media-txt h6 {
    font-size: 12px
}

.ld-media-item figure {
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.ld-media-item:hover .ld-media-txt h3,
.ld-media-item:hover .ld-media-txt h6 {
    transform: translateY(0)
}

.ld-media-item:hover .ld-media-txt h3 {
    opacity: 1;
    transition-delay: 0.1s
}

.ld-media-item:hover .ld-media-txt h6 {
    opacity: .4;
    transition-delay: 0.2s
}

.ld-media-item:hover figure {
    transition-duration: 10s;
    transform: scale(1.1)
}

.ld-media-item:hover .ld-media-item-overlay {
    opacity: 1;
    visibility: visible
}

.ld-media-item:hover .liquid-overlay-link {
    z-index: 3
}

.ld-media-icon {
    font-size: 32px;
    transform: scale(1.25);
    opacity: 0;
    transition-property: transform, opacity
}

.ld-media-icon:before {
    content: none
}

.ld-media-icon.icon-play {
    width: 55px;
    height: 55px;
    font-size: 15px;
    transition-property: transform, opacity, border
}

.ld-media-icon.icon-play.bordered {
    border: 2px solid #fff
}

.ld-media-icon.icon-play.solid {
    background-color: var(--lqd-color-primary)
}

.ld-media-icon.icon-play.size-lg {
    width: 65px;
    height: 65px
}

.ld-media-item:hover .ld-media-icon {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.1s
}

.ld-media-item:hover.contents-visible .icon-play {
    transform: scale(1.1);
    border-width: 1px
}

.ld-media-item.contents-visible .ld-media-txt h3,
.ld-media-item.contents-visible .ld-media-txt h6 {
    opacity: 1;
    visibility: visible;
    transform: none
}

.ld-media-item.contents-visible .ld-media-bg,
.ld-media-item.contents-visible .ld-media-icon,
.ld-media-item.contents-visible .ld-media-item-overlay {
    opacity: 1;
    visibility: visible;
    transform: none
}

.ld-media-item:hover.contents-visible .icon-play {
    transform: scale(1.1);
    border-width: 1px
}

.ld-media-item.shadow-onhover {
    transition: box-shadow .3s;
    box-shadow: 0 0 0 transparent
}

.ld-media-item:hover.shadow-onhover {
    box-shadow: 0 50px 75px rgba(0, 0, 0, .25)
}

.lqd-milestone {
    --items-gap: 0.85em
}

.lqd-milestone-time {
    margin-inline-end: var(--items-gap);
    flex: 1 1 calc(10% - var(--items-gap));
    border-bottom: 4px solid;
    font-size: 36px;
    line-height: 1em;
    letter-spacing: -.01em;
    color: var(--lqd-color-primary)
}

.lqd-milestone-time span {
    color: inherit
}

.lqd-milestone-content {
    flex: 1 1 calc(90% - var(--items-gap))
}

.lqd-milestone-content h5 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em
}

.lqd-milestone-content p {
    margin: 0
}

@media screen and (max-width:768px) {
    .lqd-milestone-time {
        flex: 1 1 calc(15% - var(--items-gap))
    }

    .lqd-milestone-content {
        flex: 1 1 calc(85% - var(--items-gap))
    }
}

@media screen and (max-width:479px) {
    .lqd-milestone {
        flex-wrap: wrap
    }

    .lqd-milestone-time {
        margin: 0 0 .75em;
        padding-bottom: .35em;
        flex: 1 1 100%
    }

    .lqd-milestone-content {
        flex: 1 1 100%
    }
}

.lity {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.lity .lqd-head-sec {
    width: auto
}

.lity.lity-opened {
    opacity: 1;
    visibility: visible
}

.lity.lity-closed {
    opacity: 0;
    visibility: hidden
}

.lity-wrap {
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0 !important
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    display: inline-block;
    position: relative;
    z-index: 9992;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important;
    white-space: normal;
    background: #fff
}

.lity-content {
    z-index: 9993;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    color: #fff;
    border: 0;
    background: 0 0;
    outline: 0;
    box-shadow: none;
    transition: color .3s, background .3s
}

.lity-close:focus,
.lity-close:hover {
    outline: 0
}

.lity .lity-close {
    font-family: Arial, Baskerville, monospace;
    font-size: 35px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400
}

.lity-backdrop {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8)
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0)
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

.lqd-modal {
    width: 100%;
    position: relative;
    padding: 25px 2em
}

.lqd-modal-head h2 {
    margin-top: 0;
    margin-bottom: 1.25em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    font-size: 28px;
    font-weight: 500
}

.lqd-modal-head h2:empty {
    display: none
}

.lity .lity-close {
    padding: 0 !important;
    border: none !important;
    background: 0 0
}

@media (min-width:992px) {
    .featherlight-content>iframe.featherlight-inner {
        min-width: 850px
    }
}

@keyframes modalDefaultContainer {
    from {
        opacity: 0;
        transform: perspective(600px) translate3d(0, 25%, 0) rotate3d(1, 0, 0, -3deg)
    }

    to {
        opacity: 1;
        transform: perspective(600px) translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)
    }
}

@keyframes modalDefaultContent {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

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

.lity[data-modal-type=default] {
    perspective: 1200px
}

.lity[data-modal-type=default] .lity-container {
    border-radius: 4px;
    box-shadow: 0 20px 65px -5px rgba(0, 0, 0, .5)
}

.lity[data-modal-type=default] .lity-content {
    max-height: 90vh
}

.lity-opened[data-modal-type=default] .lity-container {
    animation: modalDefaultContainer .65s cubic-bezier(.3, 1, .6, 1) alternate both
}

.lity-opened[data-modal-type=default] .lity-content {
    animation: modalDefaultContent .65s .15s cubic-bezier(.3, 1, .6, 1) alternate both
}

@media (min-width:768px) {
    [data-modal-type=default] .lity-container {
        width: 750px
    }
}

@media (min-width:992px) {
    [data-modal-type=default] .lity-container {
        width: 970px
    }
}

@media (min-width:1200px) {
    [data-modal-type=default] .lity-container {
        width: 1170px
    }
}

[data-modal-type=box] .lity-backdrop {
    background: 0 0
}

[data-modal-type=box] .lqd-modal-head h2 {
    margin-top: 5px;
    border-bottom: none;
    font-size: 20px
}

.lity[data-modal-type=box] {
    width: 350px;
    height: 500px;
    bottom: auto;
    right: auto;
    background: 0 0
}

.lity[data-modal-type=box] .lity-wrap {
    display: block
}

.lity[data-modal-type=box] .lity-container {
    border-radius: 15px;
    box-shadow: 0 10px 65px -5px rgba(0, 0, 0, .15)
}

.lity[data-modal-type=box] .lity-container:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 10%;
    border-radius: 20px;
    transform: rotate(130deg);
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent
}

.lity[data-modal-type=box] .lity-container,
.lity[data-modal-type=box] .lity-wrap {
    width: 100%;
    height: 100%
}

.lity[data-modal-type=box] .lity-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 20px;
    font-size: 28px;
    line-height: 35px;
    color: rgba(0, 0, 0, .75);
    background-color: rgba(255, 255, 255, .65);
    text-align: center;
    backdrop-filter: blur(3px);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .1)
}

.lity[data-modal-type=box] .lity-close:hover {
    background-color: rgba(255, 0, 0, .65);
    color: #fff
}

.lity[data-modal-type=box].to-left .lity-container:before {
    left: auto;
    right: 10%;
    transform: rotate(-130deg)
}

.lity-dark[data-modal-type=fullscreen] .lity-close {
    color: #fff
}

@keyframes modalFullscreenContainer {
    from {
        height: 0;
        transform-origin: top
    }

    to {
        height: 100vh
    }
}

@keyframes modalFullscreenContent {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

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

[data-modal-type=fullscreen] .lity-backdrop {
    display: none
}

.lity[data-modal-type=fullscreen] {
    padding: 0 !important
}

.lity[data-modal-type=fullscreen] .lity-wrap {
    display: block
}

.lity[data-modal-type=fullscreen] .lity-container {
    width: 100vw;
    height: 100vh
}

.lity[data-modal-type=fullscreen] .lity-content,
.lity[data-modal-type=fullscreen] .lqd-modal,
.lity[data-modal-type=fullscreen] .lqd-modal-inner {
    height: 100%
}

.lity[data-modal-type=fullscreen] .lity-close {
    color: #000
}

.lqd-modal[data-modal-type=fullscreen] {
    padding: 0
}

.lity-opened[data-modal-type=fullscreen] .lity-container {
    transform-origin: top;
    animation: modalFullscreenContainer .8s cubic-bezier(.95, 0, .15, 1) alternate both
}

.lity-opened[data-modal-type=fullscreen] .lity-content {
    animation: modalDefaultContent .65s .45s cubic-bezier(.3, 1, .6, 1) alternate both
}

@keyframes formRotate360 {
    to {
        transform: rotate(360deg)
    }
}

.ld-sf input:focus {
    outline: 0
}

.ld-sf p {
    margin-bottom: 20px;
    line-height: 1.5em
}

.ld-sf p [type=submit] {
    padding-top: 0;
    padding-bottom: 0
}

.ld-sf [type=email],
.ld-sf [type=submit],
.ld-sf [type=text] {
    height: 60px;
    transition-property: opacity, visibility;
    transition-duration: .3s
}

.ld-sf [type=email],
.ld-sf [type=text] {
    padding: 0 1.75em;
    border-width: 1px;
    border-style: solid;
    line-height: 1.5em;
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease
}

.ld-sf [type=email]:focus,
.ld-sf [type=text]:focus {
    border-color: #aaa
}

.ld-sf [type=email]::-webkit-input-placeholder,
.ld-sf [type=text]::-webkit-input-placeholder {
    color: inherit
}

.ld-sf [type=email]::-moz-placeholder,
.ld-sf [type=text]::-moz-placeholder {
    color: inherit
}

.ld-sf [type=email]:-moz-placeholder,
.ld-sf [type=text]:-moz-placeholder {
    color: inherit
}

.ld-sf [type=email]:-ms-input-placeholder,
.ld-sf [type=text]:-ms-input-placeholder {
    color: inherit
}

.ld-sf select {
    display: inline-block;
    width: auto
}

.ld-sf [type=submit] {
    padding: 0 40px;
    border: 0;
    outline: 0;
    color: #fff;
    text-shadow: none;
    transition: background .3s ease, color .3s ease, border .3s ease
}

.ld-sf .submit-text {
    vertical-align: middle;
    transition: transform .3s ease;
    line-height: 1em
}

.ld-sf .submit-text+.submit-icon {
    margin-inline-start: .65em
}

.ld-sf .submit-text:empty {
    display: none
}

.ld_sf_response {
    margin-top: 1.5em
}

.ld_sf_response:empty {
    display: none
}

.ld-sf-spinner {
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    color: inherit;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, transform;
    transition-duration: .3s
}

.ld-sf-spinner span,
.ld-sf-spinner:before {
    border: 2px solid
}

.ld-sf-spinner:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    opacity: .1
}

.ld-sf-spinner span {
    text-indent: -99999px;
    transform: rotate(0);
    clip-path: polygon(0 0%, 100% 50%, 100% 0%, 0% 0%);
    animation: formRotate360 1s linear both infinite
}

.form-submitting .submit-icon,
.form-submitting .submit-text {
    opacity: 0;
    visibility: hidden
}

.form-submitting .ld-sf-spinner {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width:479px) {

    .ld-sf [type=email],
    .ld-sf [type=text] {
        padding-inline-start: 20px;
        padding-inline-end: 20px
    }
}

.ld-sf--input-solid [type=email],
.ld-sf--input-solid [type=text] {
    border: none
}

.ld-sf--input-underlined [type=email],
.ld-sf--input-underlined [type=text] {
    background-color: transparent;
    border-top: none !important;
    border-right: none !important;
    border-bottom-width: 1px;
    border-left: none !important;
    border-radius: 0 !important
}

.ld-sf--input-underlined [type=email]:focus,
.ld-sf--input-underlined [type=text]:focus {
    background-color: transparent
}

html:not([dir=rtl]) .ld-sf--input-underlined [type=email],
html:not([dir=rtl]) .ld-sf--input-underlined [type=text] {
    padding-inline-start: 0 !important
}

.ld-sf--sharp [type=email],
.ld-sf--sharp [type=submit],
.ld-sf--sharp [type=text] {
    border-radius: 0
}

.ld-sf--round [type=email],
.ld-sf--round [type=submit],
.ld-sf--round [type=text] {
    border-radius: 4px
}

.ld-sf--circle [type=email],
.ld-sf--circle [type=submit],
.ld-sf--circle [type=text] {
    border-radius: 50em
}

.ld-sf--inputs-has-border.ld-sf--has-name:not(.ld-sf--inputs-inline) input[type=email] {
    border-top-width: 0 !important
}

.ld-sf--inputs-has-border.ld-sf--has-name.ld-sf--inputs-inline input[type=email] {
    border-left-width: 0 !important
}

.ld-sf--inputs-inline .ld_sf_paragraph {
    display: flex;
    align-items: center
}

.ld-sf--input-shadow.ld-sf--inputs-inline .ld_sf_paragraph {
    box-shadow: 0 16px 50px rgba(0, 0, 0, .07)
}

.ld-sf--input-shadow.ld-sf--inputs-inline [type=email],
.ld-sf--input-shadow.ld-sf--inputs-inline [type=email]:focus,
.ld-sf--input-shadow.ld-sf--inputs-inline [type=text],
.ld-sf--input-shadow.ld-sf--inputs-inline [type=text]:focus {
    box-shadow: none
}

.ld-sf--input-shadow [type=email],
.ld-sf--input-shadow [type=text] {
    box-shadow: 0 16px 50px rgba(0, 0, 0, .07)
}

.ld-sf--input-shadow [type=email]:focus,
.ld-sf--input-shadow [type=text]:focus {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12)
}

.ld-sf--input-inner-shadow [type=email],
.ld-sf--input-inner-shadow [type=text] {
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) inset
}

.ld-sf--input-inner-shadow [type=email]:focus,
.ld-sf--input-inner-shadow [type=text]:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset
}

.ld-sf--button-naked [type=submit] {
    padding: 0;
    background-color: transparent;
    border: none !important;
    color: var(--lqd-color-primary)
}

.ld-sf--button-naked [type=submit],
.ld-sf--button-naked [type=submit]:hover {
    border: none;
    background: 0 0
}

.ld-sf--button-underlined [type=submit] {
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--lqd-color-primary);
    color: var(--lqd-color-primary)
}

.ld-sf--button-bordered [type=submit] {
    background-color: transparent;
    border: 1px solid var(--lqd-color-primary);
    color: var(--lqd-color-primary)
}

.ld-sf--button-inside p:last-of-type {
    margin-bottom: 0
}

.ld-sf--button-inside [type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 100%;
    max-height: 100%
}

.ld-sf--button-inside label~[type=submit] {
    min-height: 0
}

.ld-sf--button-inside.ld-sf--button-naked:not(.ld-sf--input-underlined) [type=submit] {
    padding-inline-end: 1.75em
}

@media (min-width:768px) {
    .ld-sf--button-inside.button-shrinked [type=submit] {
        bottom: 14%;
        right: 12px;
        max-height: 72%;
        min-height: 72%;
        height: 72%
    }
}

@media (max-width:767px) {

    .ld-sf--button-inside.ld-sf--button-bordered [type=email],
    .ld-sf--button-inside.ld-sf--button-bordered [type=text],
    .ld-sf--button-inside.ld-sf--button-solid [type=email],
    .ld-sf--button-inside.ld-sf--button-solid [type=text] {
        padding-inline-end: 2.5em !important
    }
}

@media (max-width:479px) {
    .ld-sf--button-inside.ld-sf--button-naked:not(.ld-sf--input-underlined) [type=submit] {
        padding-inline-end: 20px
    }
}

.ld-sf--button-inside.ld-sf--button-bordered [type=submit] {
    bottom: 1px;
    height: calc(100% - 2px);
    min-height: calc(100% - 2px);
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ld-sf--button-inside.ld-sf--button-bordered .submit-icon,
.ld-sf--button-inside.ld-sf--button-bordered .submit-text {
    margin-top: 0
}

.ld-sf--button-inside.ld-sf--button-bordered.ld-sf--border-thick [type=submit] {
    bottom: 2px;
    height: calc(100% - 4px);
    min-height: calc(100% - 4px)
}

.ld-sf--button-inside.ld-sf--button-bordered.ld-sf--border-thicker [type=submit] {
    bottom: 3px;
    height: calc(100% - 6px);
    min-height: calc(100% - 6px)
}

.ld-sf--button-hidden [type=submit] {
    display: none !important
}

@media (min-width:768px) {
    .ld-sf--button-eql [type=submit] {
        padding: 0;
        width: 60px
    }

    .ld-sf--button-eql.ld-sf--size-xs [type=submit] {
        width: 45px
    }

    .ld-sf--button-eql.ld-sf--size-sm [type=submit] {
        width: 50px
    }

    .ld-sf--button-eql.ld-sf--size-lg [type=submit],
    .ld-sf--button-eql.ld-sf--size-xl [type=submit] {
        width: 65px
    }
}

.ld-sf--button-block [type=submit] {
    width: 100%
}

.ld-sf--button-block.ld-sf--has-name .ld_sf_paragraph {
    margin-bottom: 0
}

.ld-sf--button-inline form {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.ld-sf--button-inline [type=submit],
.ld-sf--button-inline p {
    vertical-align: bottom
}

.ld-sf--button-inline p {
    flex: 1 0;
    padding-inline-end: 20px
}

.ld-sf--button-inline p:last-of-type {
    margin-bottom: 0
}

.ld-sf--button-inline [type=email],
.ld-sf--button-inline [type=text] {
    display: inline-block
}

@media (max-width:479px) {
    .ld-sf--button-inline form {
        flex-direction: column
    }

    .ld-sf--button-inline form p {
        padding-inline-end: 0 !important
    }
}

.ld-sf--border-none [type=email],
.ld-sf--border-none [type=submit],
.ld-sf--border-none [type=text] {
    border-width: 0
}

.ld-sf--border-thin [type=email],
.ld-sf--border-thin [type=submit],
.ld-sf--border-thin [type=text] {
    border-width: 1px;
    border-style: solid
}

.ld-sf--border-thin .submit-icon,
.ld-sf--border-thin .submit-text {
    margin-top: -1px
}

.ld-sf--border-thick [type=email],
.ld-sf--border-thick [type=submit],
.ld-sf--border-thick [type=text] {
    border-width: 2px;
    border-style: solid
}

.ld-sf--border-thick .submit-icon,
.ld-sf--border-thick .submit-text {
    margin-top: -2px
}

.ld-sf--border-thicker [type=email],
.ld-sf--border-thicker [type=submit],
.ld-sf--border-thicker [type=text] {
    border-width: 3px;
    border-style: solid
}

.ld-sf--border-thicker .submit-icon,
.ld-sf--border-thicker .submit-text {
    margin-top: -3px
}

.ld-sf [type=submit]:hover .submit-icon {
    transform: translateX(2px)
}

.ld-sf [type=submit]:hover .submit-text+.submit-icon {
    transform: translateX(2px)
}

.ld-sf .submit-icon {
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s ease;
    line-height: 1em
}

.ld-sf .submit-icon {
    font-size: 1.1em
}

.ld-sf .submit-icon i {
    margin: 0;
    vertical-align: bottom
}

.ld-sf .submit-icon+.submit-text {
    margin-inline-start: .65em
}

@media (min-width:768px) {
    .ld-sf .submit-text.visible-xs+.submit-icon {
        margin-inline-start: 0
    }
}

.ld-sf--size-xs [type=email],
.ld-sf--size-xs [type=submit],
.ld-sf--size-xs [type=text] {
    height: 45px
}

.ld-sf--size-sm [type=email],
.ld-sf--size-sm [type=submit],
.ld-sf--size-sm [type=text] {
    height: 50px
}

.ld-sf--size-md [type=email],
.ld-sf--size-md [type=submit],
.ld-sf--size-md [type=text] {
    height: 60px
}

.ld-sf--size-lg [type=email],
.ld-sf--size-lg [type=submit],
.ld-sf--size-lg [type=text] {
    height: 65px
}

.ld-sf--size-xl [type=email],
.ld-sf--size-xl [type=text] {
    height: 70px
}

.ld-sf--size-xl [type=submit] {
    height: 65px
}

.page-nav {
    margin-top: 1em;
    margin-bottom: 1em
}

.page-links,
ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both
}

ul.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

ul.pagination li {
    display: inline-block;
    margin-bottom: 2px
}

ul.pagination li:not(:first-of-type) {
    margin-inline-start: 3px
}

ul.pagination li:not(:last-of-type) {
    margin-inline-end: 3px
}

ul.pagination .page-numbers {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 6%;
    color: #000
}

ul.pagination .page-numbers i,
ul.pagination .page-numbers span {
    display: inline-flex;
    align-items: center
}

ul.pagination .page-numbers.current,
ul.pagination .page-numbers:hover {
    color: #fff;
    border-color: var(--lqd-color-primary);
    background-color: var(--lqd-color-primary)
}

ul.pagination .next,
ul.pagination .prev {
    background-color: #f4f4f8
}

.page-links {
    float: left;
    margin-top: 1.5em
}

.page-links .post-page-numbers {
    display: inline-flex;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    align-items: center;
    justify-content: center;
    border-radius: 6%;
    color: #000
}

.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
    color: #fff;
    border-color: var(--lqd-color-primary);
    background-color: var(--lqd-color-primary)
}

.page-links a span,
.page-links>span {
    display: inline-block
}

.page-links>a,
.page-links>span {
    padding-inline-start: 8px;
    padding-inline-end: 8px
}

.page-links .page-links-title {
    padding: 0
}

.page-links:last-child {
    margin-bottom: 30px
}

.ld-particles-container.visible-on-column-hover {
    opacity: 0;
    transition: opacity .3s
}

.lqd-pf-item {
    margin-bottom: 30px
}

.lqd-pf-item .lqd-pf-details .lqd-pf-title,
.lqd-pf-item .lqd-pf-details a {
    color: #000
}

.lqd-pf-item .lqd-pf-details a:not(:hover) {
    opacity: .5
}

.lqd-pf-item .lqd-pf-details .lqd-pf-title a:not(:hover) {
    opacity: 1
}

.lqd-pf-img>figure {
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.lqd-pf-item:hover .lqd-pf-img>figure {
    transform: scale(1.05)
}

.lqd-pf-overlay-bg {
    border-radius: inherit;
    opacity: 0;
    transform: scale(.95);
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item:hover .lqd-pf-overlay-bg {
    opacity: 1;
    transform: scale(1)
}

.lqd-pf-overlay-bg-scale .lqd-pf-overlay-bg {
    font-size: 55px;
    transform: scale(1);
    color: #fff
}

.lqd-pf-overlay-bg-scale .lqd-pf-overlay-bg i {
    display: inline-block;
    opacity: 0;
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-20px)
}

.lqd-pf-overlay-bg-scale:hover .lqd-pf-overlay-bg i {
    opacity: 1;
    transform: translateX(0)
}

.pf-details-h-end {
    text-align: end
}

.pf-details-h-mid {
    text-align: center
}

.pf-details-h-str {
    text-align: start
}

.carousel-item .lqd-pf-content-v {
    margin-top: 3px
}

.carousel-item .lqd-pf-content-v .lqd-pf-img {
    padding-top: 75%
}

.carousel-item .lqd-pf-content-v .lqd-pf-img>figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-pf-filterable-carousel h6 {
    font-size: 13px
}

.lqd-pf-filterable-carousel .filter-list li {
    margin-bottom: 1.65em
}

.lqd-pf-filterable-carousel .liquid-filter-items {
    align-items: flex-start
}

@media (min-width:768px) {
    .lqd-pf-carousel-header h2 {
        margin-bottom: 3.5rem
    }
}

@media (min-width:992px) {
    .lqd-pf-carousel-header {
        padding-bottom: 2rem;
        margin-bottom: 4rem;
        transform-origin: 0% 50% -180px
    }

    .lqd-pf-filterable-carousel .col-lg-4 {
        transform-style: preserve-3d
    }

    .lqd-pf-filterable-carousel .carousel-nav {
        display: inline-flex
    }

    .lqd-pf-filterable-carousel .flickity-button {
        width: 80px;
        height: 73px;
        margin: 0
    }
}

@media (max-width:991px) {
    .lqd-pf-filterable-carousel .carousel-nav {
        margin-top: 0 !important;
        position: absolute !important;
        bottom: 110px !important;
        left: 15px !important
    }

    .lqd-pf-filterable-carousel .flickity-button {
        margin: 0 !important
    }
}

@media (max-width:768px) {
    .lqd-pf-carousel .carousel-dots-mobile {
        display: flex;
        justify-content: center;
        bottom: 20px;
        left: 15px;
        right: 15px
    }

    .lqd-pf-carousel .carousel-dots-mobile .flickity-page-dots {
        display: flex;
        width: auto;
        padding: 10px 15px;
        margin-top: 0;
        border-radius: 20em;
        background-color: rgba(255, 255, 255, .5);
        -webkit-backdrop-filter: blur(3px) brightness(115%);
        backdrop-filter: blur(3px) brightness(115%)
    }
}

@media (max-width:479px) {
    .lqd-pf-filterable-carousel .lqd-pf-carousel-header .liquid-filter-items {
        padding-top: 1em;
        margin-bottom: 0
    }

    .lqd-pf-filterable-carousel .carousel-dots-mobile .flickity-page-dots {
        margin-top: 0
    }
}

.lqd-pf-dark p {
    color: rgba(0, 0, 0, .55)
}

.lqd-pf-dark .lqd-pf-overlay-bg {
    color: #000
}

.lqd-pf-light .lqd-pf-overlay-bg {
    color: #fff
}

.lqd-pf-light .lqd-pf-details a,
.lqd-pf-light .lqd-pf-details h2 {
    color: #fff
}

.lqd-pf-light .lqd-pf-details p {
    color: rgba(255, 255, 255, .7)
}

.lqd-pf-item-style-1 .lqd-pf-cat,
.lqd-pf-item-style-1 .lqd-pf-title {
    transition: transform .85s, opacity .85s, visibility .85s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item-style-1 .lqd-pf-cat,
.lqd-pf-item-style-1 .lqd-pf-title {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px)
}

.lqd-pf-item-style-1 .lqd-pf-overlay-bg {
    opacity: 1;
    transform: none
}

.lqd-pf-item-style-1 .lqd-pf-details {
    position: absolute;
    bottom: 1.5em;
    right: 5%;
    left: 5%;
    transform: translateY(1em);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: clip-path .65s, -webkit-clip-path .65s, transform .85s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item-style-1 .lqd-pf-info {
    padding-inline-start: 7%;
    padding-inline-end: 7%
}

.lqd-pf-item-style-1 .lqd-pf-cat a:not(:hover) {
    opacity: .4
}

.lqd-pf-item-style-1.pf-details-h-end .lqd-pf-details {
    text-align: start
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details {
    left: 0
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details>div {
    width: 100% !important
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details .lqd-pf-link {
    padding-top: 15px;
    padding-bottom: 15px
}

.lqd-pf-item-style-1.pf-details-h-str .lqd-pf-details {
    left: 0;
    right: 10%;
    flex-direction: row-reverse;
    text-align: end
}

.lqd-pf-item-style-1:hover .lqd-pf-cat,
.lqd-pf-item-style-1:hover .lqd-pf-title {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.lqd-pf-item-style-1:hover .lqd-pf-title {
    transition-delay: 0.2s
}

.lqd-pf-item-style-1:hover .lqd-pf-cat {
    transition-delay: 0.35s
}

.lqd-pf-item-style-1:hover .lqd-pf-details {
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important
}

.lqd-pf-item-style-2 {
    transition: transform .65s cubic-bezier(.23, 1, .32, 1)
}

.lqd-pf-item-style-2 .lqd-pf-overlay-bg {
    transform: scale(1)
}

.lqd-pf-item-style-2:hover {
    transform: translateY(-4px)
}

.lqd-pf-item-style-3 {
    margin-bottom: 30px
}

.lqd-pf-item-style-3 .lqd-pf-img {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08)
}

.carousel-item .lqd-pf-item-style-3 .lqd-pf-img {
    padding-top: 100%;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08)
}

.lqd-pf-item-style-4 {
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .65s cubic-bezier(.19, 1, .22, 1)
}

.lqd-pf-item-style-4 .lqd-pf-title:before {
    content: "—";
    margin-bottom: .5em
}

.lqd-pf-item-style-4 .lqd-pf-title,
.lqd-pf-item-style-4 p {
    transform: translateX(-25px);
    opacity: 0;
    transition: transform .65s, opacity .65s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.lqd-pf-item-style-4 .lqd-pf-title {
    transition-delay: 0.15s
}

.lqd-pf-item-style-4 .lqd-pf-overlay-bg {
    background: rgba(0, 0, 0, .25);
    transform: scale(1)
}

.carousel-item .lqd-pf-item-style-4 {
    margin-bottom: 110px
}

.is-selected .lqd-pf-item-style-4,
.lqd-pf-item-style-4:hover {
    box-shadow: 0 40px 80px rgba(0, 0, 0, .18)
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-overlay-bg,
.lqd-pf-item-style-4:hover .lqd-pf-overlay-bg {
    opacity: 1
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-title,
.is-selected .lqd-pf-item-style-4 p,
.lqd-pf-item-style-4:hover .lqd-pf-title,
.lqd-pf-item-style-4:hover p {
    opacity: 1;
    transform: translateX(0)
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-title,
.lqd-pf-item-style-4:hover .lqd-pf-title {
    transition-delay: 0s
}

.is-selected .lqd-pf-item-style-4 p,
.lqd-pf-item-style-4:hover p {
    transition-delay: 0.15s
}

.is-selected .lqd-pf-item-style-4 {
    transition-delay: 0.35s
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-overlay-bg {
    transition-delay: 0.45s
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-title {
    transition-delay: 0.6s
}

.is-selected .lqd-pf-item-style-4 p {
    transition-delay: 0.75s
}

@media (max-width:768px) {
    .lqd-pf-item-style-4 .lqd-pf-details .text-vertical {
        padding: 2.5rem
    }

    .carousel-item .lqd-pf-item-style-4 {
        margin-bottom: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .18)
    }
}

@media (max-width:479px) {
    .lqd-pf-item-style-4 .portfolio-summary {
        display: none
    }
}

.lqd-pf-item-style-5 .lqd-pf-details {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.lqd-pf-item-style-5 .lqd-pf-overlay-bg {
    background: rgba(0, 0, 0, .25);
    transform: scale(1)
}

.lqd-pf-item-style-5:hover figure {
    transform: scale(1.05)
}

.page-has-frame .lqd-pf-item-style-5 {
    height: calc(100vh - 40px)
}

.carousel-items .lqd-pf-item-style-5 {
    margin-bottom: 0
}

@media (min-width:768px) {
    .lqd-pf-item-style-5 .lqd-pf-details {
        padding-inline-start: 3.5rem;
        padding-inline-end: 3.5rem
    }
}

@media (min-width:992px) {
    .lqd-pf-item-style-5 .lqd-pf-details {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (max-width:768px) {
    .lqd-pf-item-style-5 .lqd-pf-details {
        padding-top: 70px
    }
}

.lqd-pf-item-style-6 {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    transform: translateY(0);
    background-color: #fff;
    transition: transform .3s, box-shadow .3s
}

.lqd-pf-item-style-6 .lqd-pf-item-inner:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: .55rem;
    left: 1rem;
    z-index: 2;
    color: rgba(0, 0, 0, .07);
    background-color: currentColor;
    box-shadow: 10px 0 0 currentColor, 20px 0 0 currentColor
}

.lqd-pf-item-style-6 .lqd-pf-details .lqd-pf-title {
    margin-bottom: .1em;
    font-size: 16px
}

.lqd-pf-item-style-6 .lqd-pf-cat {
    font-size: 13px;
    width: 100%
}

.lqd-pf-item-style-6:hover {
    box-shadow: 0 20px 75px rgba(0, 0, 0, .1);
    transform: translateY(-3px)
}

.lqd-pf-item-style-6:hover .lqd-pf-img>figure {
    transform: none
}

.lqd-pt {
    margin-bottom: 1.5em;
    color: #616161
}

.lqd-pt li {
    margin-top: 1em;
    margin-bottom: 1em
}

.lqd-pt li i {
    margin-inline-end: .9em;
    font-size: 1em
}

.lqd-pt .feature-inactive {
    opacity: .4
}

.lqd-pt-bg {
    background-color: #fff
}

.lqd-pt-title {
    line-height: 1.5em
}

.lqd-pt-price {
    display: inline-block;
    line-height: 1
}

.lqd-pt-price small {
    font-size: .5em
}

.lqd-pt-body ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.lqd-pt-body p:last-child {
    margin-bottom: 0
}

.lqd-pt-description {
    font-size: 16px;
    line-height: 1.5625em
}

.lqd-pt-description-md {
    font-size: 17px;
    line-height: 1.4705882353em
}

.lqd-pt-description-lg {
    font-size: 19px;
    line-height: 1.6315789474em
}

.lqd-pt-featured {
    z-index: 2;
    color: #fff
}

.lqd-pt-featured .lqd-pt-bg {
    transform: scale(1.05, 1.1);
    background-color: var(--lqd-color-primary)
}

.lqd-pt-style-8 .lqd-pt-price {
    font-size: 48px;
    color: #0f358e
}

.lqd-pt-featured .lqd-pt-body li i,
.lqd-pt-featured .lqd-pt-body li strong,
.lqd-pt-featured .lqd-pt-price,
.lqd-pt-featured .lqd-pt-price small,
.lqd-pt-featured .lqd-pt-title {
    color: inherit
}

.lqd-pt-foot {
    counter-reset: pricing-table-foot-ol
}

.lqd-pt-foot ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .8125em;
    line-height: 1.5384615385em;
    opacity: .8
}

.lqd-pt-foot ol li {
    display: flex;
    align-items: center;
    position: relative;
    counter-increment: pricing-table-foot-ol
}

.lqd-pt-foot ol li:before {
    content: counter(pricing-table-foot-ol);
    display: inline-flex;
    width: 1.8333333333em;
    height: 1.8333333333em;
    margin-inline-end: 10px;
    border-radius: 50em;
    justify-content: center;
    align-items: center;
    flex: 0 0 1.8333333333em;
    background-color: #f3f3f3;
    font-size: 12px;
    color: #616161
}

.lqd-pt-label {
    padding: .3571428571em 1.0714285714em;
    position: absolute;
    top: 1.7142857143em;
    right: 1.7142857143em;
    z-index: 2;
    background-color: #fff;
    font-size: 14px;
    color: #000
}

.lqd-pt-scale-bg .lqd-pt-bg {
    transform: scale(1.05, 1.1)
}

.lqd-pt-style-1 {
    color: #616161
}

.lqd-pt-style-1 .lqd-pt-title {
    font-size: 27px
}

.lqd-pt-style-1 .lqd-pt-head {
    background-color: #f3f5f9
}

.lqd-pt-style-1 .lqd-pt-body {
    border: 1px solid #ebebeb;
    border-bottom: none
}

.lqd-pt-style-1 .lqd-pt-foot {
    border: 1px solid #ebebeb;
    border-top: none
}

.lqd-pt-style-1.lqd-pt-featured .lqd-pt-head {
    background-color: var(--lqd-color-primary)
}

.lqd-pt-style-2 {
    border: 1px solid #d1dbe3
}

.lqd-pt-style-2 .lqd-pt-price {
    font-size: 34px
}

.lqd-pt-style-2 .lqd-pt-title {
    font-size: 16px;
    color: #778087
}

.lqd-pt-style-2 li {
    margin-top: .7em;
    margin-bottom: .7em
}

.lqd-pt-style-3 {
    box-shadow: 0 22px 55px rgba(0, 0, 0, .1)
}

.lqd-pt-style-3 .lqd-pt-title {
    font-size: 18px
}

.lqd-pt-style-3 .lqd-pt-price {
    font-size: 50px
}

.lqd-pt-style-3 li {
    margin-top: .5em;
    margin-bottom: .5em
}

.lqd-pt-style-3.lqd-pt-featured:not(.lqd-pt-style-3b) .lqd-pt-bg {
    transform: scale(1.1)
}

@media (min-width:992px) {

    .lqd-pt-style-3 .lqd-pt-body,
    .lqd-pt-style-3 .lqd-pt-head {
        padding-inline-start: 4rem;
        padding-inline-end: 4rem
    }

    .lqd-pt-style-3 .lqd-pt-foot {
        padding-inline-start: 0.5rem;
        padding-inline-end: 0.5rem
    }
}

.lqd-pt-style-3b {
    box-shadow: none
}

.lqd-pt-style-3b .lqd-pt-head {
    padding-top: 3.5rem
}

.lqd-pt-style-3b .lqd-pt-title {
    font-size: 13px
}

.lqd-pt-style-3b .lqd-pt-price small {
    margin-inline-start: .5em;
    opacity: .6;
    font-size: .306122449em
}

.lqd-pt-style-3b li {
    margin-top: .5em;
    margin-bottom: .5em
}

.lqd-pt-style-3b .lqd-pt-foot {
    border-top-width: 1px;
    border-top-style: solid
}

.lqd-pt-style-3b .lqd-pt-label {
    background-color: var(--lqd-color-primary);
    font-size: 14px;
    color: #fff
}

.lqd-pt-style-3b.lqd-pt-featured .lqd-pt-bg {
    background: 0 0
}

@media (min-width:992px) {
    .lqd-pt-style-3b .lqd-pt-body {
        padding-bottom: 4rem
    }
}

.lqd-pt-style-4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .05)
}

.lqd-pt-style-4 .lqd-pt-title {
    font-size: 18px
}

.lqd-pt-style-4 .lqd-pt-price {
    font-size: 60px
}

.lqd-pt-style-4 .lqd-pt-body {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.lqd-pt-style-4 .lqd-pt-footer-extra a,
.lqd-pt-style-4 .lqd-pt-footer-extra>span {
    color: inherit;
    text-decoration: underline
}

.lqd-pt-style-4.lqd-pt-featured {
    box-shadow: 0 22px 88px rgba(111, 134, 214, .15)
}

.lqd-pt-style-4.lqd-pt-featured .lqd-pt-body {
    border-top-color: rgba(255, 255, 255, .15);
    border-bottom-color: rgba(255, 255, 255, .15)
}

.lqd-pt-style-5 {
    border: 1px solid #d1dbe3
}

.lqd-pt-style-5 .lqd-pt-title {
    font-size: 13px
}

.lqd-pt-style-5 .lqd-pt-price {
    font-size: 55px
}

.lqd-pt-style-5.lqd-pt-featured .lqd-pt-bg {
    transform: scale(1.075, 1.15);
    box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}

.lqd-pt-style-6 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.lqd-pt-style-6 li {
    margin-top: .5em;
    margin-bottom: .5em
}

.lqd-pt-style-6 .lqd-pt-title {
    display: inline-block;
    padding: 1em 2em;
    position: relative;
    font-size: 11px
}

.lqd-pt-style-6 .lqd-pt-title:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 50em;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1
}

.lqd-pt-style-6 .lqd-pt-price {
    font-size: 50px
}

.lqd-pt-style-6 .lqd-pt-price small {
    font-size: .35em;
    opacity: .6
}

.lqd-pt-style-6 .lqd-pt-body {
    font-size: 15px
}

.lqd-pt-style-6.lqd-pt-featured .lqd-pt-bg {
    transform: scale(1.05, 1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

@media (min-width:992px) {
    .lqd-pt-style-6 .lqd-pt-inner {
        padding-inline-start: 2.5rem;
        padding-inline-end: 2.5rem
    }
}

.lqd-pt-style-7 {
    border: 1px solid #f3f3f3
}

.lqd-pt-style-7 li {
    margin-top: .55em;
    margin-bottom: .55em
}

.lqd-pt-style-7 .lqd-pt-price,
.lqd-pt-style-7 .lqd-pt-title {
    color: #333639
}

.lqd-pt-style-7 .lqd-pt-price small,
.lqd-pt-style-7 .lqd-pt-title small {
    display: block;
    opacity: .8
}

.lqd-pt-style-7 .lqd-pt-title {
    font-size: 27px
}

.lqd-pt-style-7 .lqd-pt-title small {
    font-size: clamp(14px, .5em, 1em)
}

.lqd-pt-style-7 .lqd-pt-price {
    font-size: 52px
}

.lqd-pt-style-7 .lqd-pt-price small {
    margin-top: .5em;
    font-size: .3em
}

.lqd-pt-style-7 .lqd-pt-description {
    opacity: .8
}

.lqd-pt-style-7 .lqd-pt-body {
    border-top: 1px solid #f3f3f3;
    font-size: 16px
}

@media (min-width:992px) {
    .lqd-pt-style-7 .lqd-pt-inner {
        padding: 2.5rem 1.5rem
    }
}

.lqd-pt-style-8 {
    box-shadow: 0 20px 80px rgba(0, 0, 0, .1)
}

.lqd-pt-style-8 li {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.lqd-pt-style-8 li>strong:last-of-type {
    font-weight: 400;
    margin-inline-start: auto
}

.lqd-pt-style-8 .lqd-pt-title {
    font-size: 16px
}

.lqd-pt-style-8 .lqd-pt-price small:last-of-type {
    font-size: .35em;
    opacity: .5
}

.lqd-pt-style-8 .lqd-pt-body {
    border-top: 1px solid #f1f2f5
}

.lqd-pt-style-8 .lqd-pt-foot {
    width: 73%;
    margin: 0 auto
}

.lqd-pt-style-8.lqd-pt-featured {
    box-shadow: none
}

.lqd-pt-style-8.lqd-pt-featured .lqd-pt-bg {
    box-shadow: 0 40px 80px rgba(0, 0, 0, .3);
    transform: scale(1.085)
}

.lqd-pt-style-8.lqd-pt-featured .lqd-pt-body {
    border-top-color: rgba(255, 255, 255, .15)
}

@media (min-width:992px) {
    .lqd-pt-style-8 .lqd-pt-body {
        padding-inline-start: 3.5rem;
        padding-inline-end: 3.5rem
    }
}

.lqd-pt-style-9 {
    box-shadow: 0 40px 70px rgba(0, 0, 0, .07)
}

.lqd-pt-style-9 .lqd-pt-title {
    display: inline-flex;
    padding: 7px 11px;
    position: relative;
    top: auto;
    right: auto;
    background-color: var(--lqd-color-primary);
    font-size: 12px;
    color: #fff
}

.lqd-pt-style-9 .lqd-pt-label {
    padding: 7px 11px;
    position: relative;
    top: auto;
    right: auto;
    background-color: var(--lqd-color-primary);
    font-size: 12px;
    color: #fff
}

.lqd-pt-style-9 .lqd-pt-price {
    font-size: 48px;
    color: #141414
}

.lqd-pt-style-9 .lqd-pt-price small:last-of-type {
    opacity: .5;
    font-weight: 400
}

.lqd-pt-style-9 .lqd-pt-body {
    border-top: 1px solid #dedede;
    font-size: 16px
}

.lqd-pt-style-9 .lqd-pt-body:not(:last-child) {
    border-bottom: 1px solid #dedede
}

.lqd-pt-style-9 .lqd-pt-foot .lqd-pt-description {
    color: #141414
}

.lqd-pt-style-10 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07)
}

.lqd-pt-style-10 .lqd-pt-title {
    font-size: 18px
}

.lqd-pt-style-10 .lqd-pt-label {
    right: auto;
    left: 1.7142857143em;
    font-size: 12px
}

.lqd-pt-style-10 .lqd-pt-price {
    font-size: 50px;
    color: var(--lqd-color-primary)
}

.lqd-pt-style-10 .lqd-pt-price small {
    display: block;
    margin-top: .65em;
    opacity: .55;
    font-size: .36em;
    font-weight: 400;
    color: inherit
}

.lqd-pt-style-10 .lqd-pt-body {
    border-top: 1px solid #e7eaee;
    font-size: 16px
}

.lqd-pt-style-10.lqd-pt-featured .lqd-pt-body {
    border-color: rgba(255, 255, 255, .2)
}

.lqd-pt-style-11 .lqd-pt-label {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    padding: 15px;
    background-color: var(--lqd-color-primary);
    line-height: 1.5em;
    color: #fff
}

.lqd-pt-style-11 .lqd-pt-inner {
    position: relative;
    padding-top: 0
}

.lqd-pt-style-11 .lqd-pt-head {
    padding-top: 1em
}

.lqd-pt-style-11 .lqd-pt-head p {
    padding: 0 1.5em 1.25em;
    border-bottom: 1px solid #e7ecf0;
    font-size: 16px;
    line-height: 1.56em
}

.lqd-pt-style-11 .lqd-pt-price {
    font-size: 60px
}

.lqd-pt-style-11 .lqd-pt-price small:last-child {
    display: block;
    opacity: .6;
    font-size: 14px;
    color: inherit
}

.lqd-pt-style-11 .lqd-pt-body {
    text-align: start
}

.lqd-pt-style-11 .lqd-pt-body li:not(:last-child) {
    margin-bottom: .75em
}

@media screen and (min-width:992px) {
    .lqd-pt-style-11 {
        margin-bottom: 0
    }

    .lqd-pt-style-11 .lqd-pt-body {
        padding-inline-start: 2.5rem;
        padding-inline-end: 2.5rem
    }
}

.lqd-pb-column {
    flex: 1 1 auto
}

.lqd-pb-in-container {
    flex: 0 0 auto
}

.lqd-pb-in {
    transition: color .3s, background .3s, border-color .3s
}

.lqd-pb-content h3 {
    line-height: 1.5em
}

.lqd-pb {
    counter-increment: lqd-pb-numbers
}

.lqd-pb .lqd-pb-in-container {
    font-size: 65px;
    line-height: 1;
    color: #373c36
}

.lqd-pb:hover .lqd-pb-in-container {
    color: var(--lqd-color-primary)
}

.lqd-pb:hover .lqd-pb-shape-border {
    transform: scale(1.3);
    opacity: 1
}

.lqd-pb:hover .lqd-pb-shape-border svg {
    animation: lqdPBRotate 7s linear infinite forwards
}

.lqd-pb-nums {
    counter-reset: lqd-pb-numbers
}

@media (min-width:992px) {
    .lqd-pb-row {
        display: flex
    }
}

.lqd-pb-icon figure {
    display: inline-flex
}

.lqd-pb-icon-arrow {
    display: none
}

@media screen and (min-width:992px) {
    .lqd-pb-icon-between .lqd-pb-icon-arrow {
        display: inline-block;
        position: absolute;
        top: 12%;
        right: 15px;
        font-size: 25px;
        line-height: 1
    }
}

@media screen and (min-width:992px) {
    .lqd-pb-icon-between-middle .lqd-pb-icon-arrow {
        top: 50%;
        font-size: 20px;
        transform: translateY(-50%)
    }
}

.lqd-pb-num:after {
    content: counter(lqd-pb-numbers);
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    align-items: center;
    justify-content: center
}

.lqd-pb-shaped .lqd-pb-active-shape {
    width: 82px;
    height: 82px;
    border: 2px solid #f8f9fd;
    font-size: 33px;
    font-weight: 700;
    color: #000
}

.lqd-pb-shaped:hover .lqd-pb-active-shape {
    border-color: var(--lqd-color-primary);
    background-color: var(--lqd-color-primary)
}

.lqd-pb-shaped:hover .lqd-pb-active-shape {
    color: #fff
}

@keyframes lqdPBRotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.lqd-pb-shape-border {
    border-radius: inherit;
    opacity: 0;
    transform: scale(1);
    transition: transform 1s, opacity 1s;
    transition-timing-function: cubic-bezier(0.12, 0.87, 0.35, 0.99)
}

.lqd-pb-shape-border path {
    stroke: rgba(0, 0, 0, 0.5)
}

.lqd-pb:hover .lqd-pb-shape-border {
    transform: scale(1.3);
    opacity: 1
}

.lqd-pb:hover .lqd-pb-shape-border svg {
    animation: lqdPBRotate 7s linear infinite forwards
}

.lqd-pb-style-1 .lqd-pb-active-shape {
    width: 98px;
    height: 98px
}

@media (min-width:992px) {
    .lqd-pb-style-1 .lqd-pb-content {
        padding-inline-start: 2.5rem;
        padding-inline-end: 2.5rem
    }
}

@media screen and (max-width:479px) {
    .lqd-pb-column:not(:last-of-type) .lqd-pb-style-1 {
        margin-bottom: 35px
    }
}

.lqd-pb-style-2 {
    margin-bottom: 0
}

.lqd-pb-style-2:before {
    content: "" !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
    transform: scale(.9);
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pb-style-2 .lqd-pb-active-shape {
    width: 62px;
    height: 62px;
    font-size: 22px
}

.lqd-pb-style-2 .lqd-pb-num-container:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 180%;
    position: absolute;
    top: 0;
    left: calc(50% - .5px);
    z-index: 0;
    border-left: 1px dashed #e5e5e5
}

.lqd-pb-style-2 .lqd-pb-icon-container {
    font-size: 65px
}

.lqd-pb-column:last-of-type .lqd-pb-style-2 .lqd-pb-num-container:before {
    content: none
}

.lqd-pb-style-2:hover:before {
    opacity: 1;
    transform: scale(1)
}

@media (min-width:768px) {
    .lqd-pb-style-2 {
        padding-inline-start: 3rem;
        padding-inline-end: 3rem
    }
}

@media (min-width:992px) {
    .lqd-pb-style-2 h3 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-pb-style-2 {
        flex-direction: row
    }
}

.lqd-pb-style-3 .lqd-pb-in-container:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 124%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    margin-inline-start: -1px;
    background-color: #f1f1f1
}

.lqd-pb-column:last-of-type .lqd-pb-style-3 .lqd-pb-in-container:before {
    content: none
}

.lqd-pb-style-3 .lqd-pb-active-shape {
    width: 72px;
    height: 72px;
    font-size: 24px
}

.lqd-pb-style-4 .lqd-pb-active-shape {
    width: 157px;
    height: 157px;
    z-index: 1;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    font-size: 66px;
    color: #29365c
}

.lqd-pb-style-4 .lqd-pb-num-container {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 0;
    margin-top: -.5em;
    margin-inline-end: -.75em;
    font-size: 100px;
    font-weight: 700;
    transform: translate(-50%, -50%)
}

.lqd-pb-style-4:hover .lqd-pb-icon {
    border-color: var(--lqd-color-primary)
}

@media screen and (min-width:992px) {
    .lqd-pb-style-4 .lqd-pb-content {
        padding-inline-start: 3rem;
        padding-inline-end: 3rem
    }

    .lqd-pb-style-4 .lqd-pb-num-container {
        top: .1em;
        right: 50%;
        margin-top: 0;
        margin-inline-end: -.5em;
        font-size: 150px;
        transform: translateX(-50%)
    }
}

.lqd-pb-style-5 .lqd-pb-active-shape {
    width: 44px;
    height: 44px;
    font-size: 18px
}

@media screen and (min-width:768px) {
    .lqd-pb-style-5 .lqd-pb-in-container {
        margin-inline-end: 1.5rem
    }
}

@media screen and (max-width:767px) {
    .lqd-pb-style-5:not(:last-of-type) {
        margin-bottom: 1em
    }
}

.lqd-pb-style-6 .lqd-pb-active-shape {
    width: 150px;
    height: 150px;
    border: 2px dashed #dfe2e6;
    background-color: #fff;
    font-size: 66px;
    color: #29365c
}

.lqd-pb-style-6:hover .lqd-pb-active-shape {
    border-color: var(--lqd-color-primary)
}

@media screen and (min-width:768px) {
    .lqd-pb-style-6 .lqd-pb-content {
        width: 30%
    }
}

.lqd-pb-style-7 .lqd-pb-icon-container {
    text-align: center
}

.lqd-pb-style-7 .lqd-pb-icon {
    font-size: 100px
}

.lqd-pb-style-7 .lqd-pb-active-shape {
    width: 44px;
    height: 44px;
    font-size: 18px
}

.lqd-pb-style-8 .lqd-pb-num-container {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-pb-style-8 .lqd-pb-num {
    width: 45px;
    height: 45px;
    background-color: var(--lqd-color-primary);
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 0 0 transparent;
    transition: all .3s
}

.lqd-pb-style-8 .lqd-pb-icon {
    width: 140px;
    height: 140px;
    border: 2px solid #edf1f2;
    background-color: #fff;
    font-size: 66px;
    color: #29365c
}

.lqd-pb-style-8 .lqd-pb-content {
    padding-inline-start: 5%
}

.lqd-pb-style-8:hover .lqd-pb-num {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .15)
}

.lqd-pb-style-8:hover .lqd-pb-icon {
    border-color: var(--lqd-color-primary)
}

@media screen and (min-width:768px) {
    .lqd-pb-style-8 {
        margin-bottom: 2em
    }

    .lqd-pb-style-8 .lqd-pb-content {
        margin-inline-start: 10%;
        padding-inline-start: 10%
    }

    .lqd-pb-style-8 .lqd-pb-content:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f1f1f1
    }

    .lqd-pb-style-8 .lqd-pb-content p:last-child {
        margin-bottom: 0
    }
}

.lqd-pb-style-9 .lqd-pb-active-shape {
    width: 68px;
    height: 68px;
    font-size: 22px;
    font-weight: 400
}

@media screen and (min-width:768px) {

    .lqd-pb-style-9 .lqd-pb-in-container:after,
    .lqd-pb-style-9 .lqd-pb-in-container:before {
        content: "";
        display: inline-block;
        height: 1px;
        position: absolute;
        top: 50%;
        border-bottom: 1px dashed #d6d6d6
    }

    .lqd-pb-style-9 .lqd-pb-in-container:before {
        left: -15px;
        right: 50%
    }

    .lqd-pb-style-9 .lqd-pb-in-container:after {
        right: -15px;
        left: 50%
    }
}

@media screen and (min-width:992px) {
    .lqd-pb-style-9 .lqd-pb-content {
        padding-inline-start: 1.5rem;
        padding-inline-end: 1.5rem
    }

    .lqd-pb-column:first-child .lqd-pb-style-9 .lqd-pb-in-container:before,
    style:first-child+.lqd-pb-column .lqd-pb-style-9 .lqd-pb-in-container:before {
        content: none
    }

    .lqd-pb-column:last-child .lqd-pb-style-9 .lqd-pb-in-container:after {
        content: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .lqd-pb-column:nth-of-type(odd) .lqd-pb-style-9 .lqd-pb-in-container:before,
    style:first-child~.lqd-pb-column:nth-of-type(odd) .lqd-pb-style-9 .lqd-pb-in-container:before {
        content: none
    }

    .lqd-pb-column:nth-of-type(2n) .lqd-pb-style-9 .lqd-pb-in-container:after,
    style:first-child~.lqd-pb-column:nth-of-type(2n) .lqd-pb-style-9 .lqd-pb-in-container:after {
        content: none
    }
}

@media screen and (min-width:768px) {
    .lqd-pb-zigzag .lqd-pb-row {
        display: flex;
        flex-direction: column
    }

    .lqd-pb-zigzag .lqd-pb-row:after,
    .lqd-pb-zigzag .lqd-pb-row:before {
        content: none
    }

    .lqd-pb-zigzag .lqd-pb-column {
        margin-inline-start: auto
    }

    .lqd-pb-zigzag .lqd-pb-column .lqd-pb {
        margin-inline-start: -51px
    }

    .lqd-pb-zigzag .lqd-pb-column:nth-child(2n) {
        margin-inline-start: 0
    }

    .lqd-pb-zigzag .lqd-pb-column:nth-child(2n) .lqd-pb {
        flex-direction: row-reverse;
        text-align: end;
        margin-inline-start: 0;
        margin-inline-end: -51px
    }

    .lqd-pb-zigzag .lqd-pb-column:nth-child(2n) .lqd-pb-in-container {
        margin-inline-start: 13%;
        margin-inline-end: 0
    }

    .lqd-pb-zigzag .lqd-pb-in-container {
        margin-inline-end: 13%
    }
}

.lqd-pb-zigzag-2 .lqd-pb-in-container {
    margin-inline-end: 40px
}

@media screen and (min-width:768px) {
    .lqd-pb-zigzag-2 .lqd-pb-column:nth-of-type(2n) {
        margin-inline-start: auto
    }

    .lqd-pb-zigzag-2 .lqd-pb-column:nth-of-type(2n) .lqd-pb {
        flex-direction: row-reverse;
        text-align: end
    }

    .lqd-pb-zigzag-2 .lqd-pb-column:nth-of-type(2n) .lqd-pb-in-container {
        margin-inline-start: 40px;
        margin-inline-end: 0
    }

    .lqd-pb-zigzag-2 .lqd-pb-column:first-of-type .lqd-pb,
    style:first-child+.lqd-pb-column .lqd-pb-zigzag-2 .lqd-pb {
        padding-top: 0
    }

    .lqd-pb-zigzag-2 .lqd-pb-column:first-of-type .lqd-pb .lqd-pb-in-container:before,
    style:first-child+.lqd-pb-column .lqd-pb-zigzag-2 .lqd-pb .lqd-pb-in-container:before {
        content: none
    }

    .lqd-pb-zigzag-2 .lqd-pb-column:last-of-type .lqd-pb {
        padding-bottom: 0
    }

    .lqd-pb-zigzag-2 .lqd-pb-column:last-of-type .lqd-pb:after {
        content: none
    }

    .lqd-pb-zigzag-2 .lqd-pb-column:last-of-type .lqd-pb .lqd-pb-in-container:after {
        content: none
    }

    .lqd-pb-zigzag-2 .lqd-pb {
        padding-top: 75px;
        padding-bottom: 75px;
        margin-bottom: 0
    }

    .lqd-pb-zigzag-2 .lqd-pb:after {
        content: "";
        display: inline-block;
        height: 2px;
        position: absolute;
        bottom: 0;
        right: 90px;
        left: 90px;
        border-bottom: 2px dashed #dfe2e6
    }

    .lqd-pb-zigzag-2 .lqd-pb-in-container:after,
    .lqd-pb-zigzag-2 .lqd-pb-in-container:before {
        content: "";
        display: inline-block;
        width: 2px;
        margin-inline-start: -1px;
        position: absolute;
        left: 50%;
        border-left: 2px dashed #dfe2e6
    }

    .lqd-pb-zigzag-2 .lqd-pb-in-container:before {
        top: -73px;
        bottom: calc(100% + 25px)
    }

    .lqd-pb-zigzag-2 .lqd-pb-in-container:after {
        top: calc(100% + 25px);
        bottom: -73px
    }
}

.lqd-promo-cat {
    margin-inline-end: 15px;
    font-size: 10px;
    font-style: italic;
    writing-mode: vertical-rl;
    width: 30px
}

.lqd-promo-cat ul {
    transform: rotate(-180deg)
}

.lqd-promo-dynamic-shape {
    width: 124%;
    height: 124%;
    top: -15%;
    left: -25%;
    z-index: 0
}

.lqd-promo-dynamic-shape svg {
    overflow: visible
}

.lqd-promo-img {
    width: calc(58.75% - 30px);
    flex-grow: 0;
    flex-shrink: 0
}

.lqd-promo-img-inner {
    box-shadow: 0 50px 100px rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .3s
}

.lqd-promo-img-inner.block-revealer {
    opacity: 1
}

.lqd-promo-content {
    padding: 60px 0;
    padding-inline-start: 15px;
    padding-inline-end: 0;
    width: 39.25%;
    flex: 0 auto
}

.lqd-promo-content>* {
    flex-grow: 0
}

.lqd-promo-content h2 {
    margin: 0 0 .2em -1em;
    font-size: 120px;
    font-weight: 700;
    line-height: 1em
}

.lqd-promo-content .lqd-words {
    white-space: nowrap
}

.lqd-promo-content .btn {
    margin-top: 30px
}

.lqd-promo-wrap {
    margin-top: 120px;
    margin-bottom: 120px
}

@media screen and (min-width:1200px) {
    .lqd-promo-inner {
        flex-flow: row wrap
    }

    .lqd-promo-reverse .lqd-promo-cat {
        margin-inline-end: 0;
        margin-inline-start: 15px
    }

    .lqd-promo-reverse .lqd-promo-content {
        padding-inline-start: 0;
        padding-inline-end: 15px;
        align-items: flex-end;
        text-align: end
    }

    .lqd-promo-reverse .lqd-promo-inner {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:1199px) {
    .lqd-promo-img {
        width: 58.75%
    }

    .lqd-promo-content {
        padding-top: 50px;
        padding-bottom: 0
    }

    .lqd-promo-content h2 {
        font-size: 100px
    }
}

@media screen and (max-width:991px) {
    .lqd-promo-cat {
        writing-mode: inherit
    }

    .lqd-promo-cat ul {
        transform: rotate(0);
        margin: 0;
        margin-bottom: 15px
    }

    .lqd-promo-cat,
    .lqd-promo-content,
    .lqd-promo-img {
        width: 100%
    }

    .lqd-promo-cat {
        margin-inline-end: 0
    }

    .lqd-promo-img-inner {
        box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
    }

    .lqd-promo-inner {
        flex-direction: column
    }

    .lqd-promo-content {
        padding-top: 30px;
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .lqd-promo-content h2 {
        margin: 0 0 .25em;
        font-size: 62px
    }
}

@media screen and (max-width:767px) {
    .lqd-promo-dynamic-shape {
        display: none
    }

    .lqd-promo-wrap {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.lqd-roadmap-bar {
    width: 15px;
    align-self: flex-start
}

.lqd-roadmap-bar:after,
.lqd-roadmap-bar:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    background: var(--lqd-color-primary);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-roadmap-bar:before {
    width: 100%;
    height: 15px;
    border-radius: 50em
}

.lqd-roadmap-bar:after {
    width: 2px;
    left: 6px;
    bottom: -3px;
    transform-origin: top center
}

.lqd-roadmap-info h6,
.lqd-roadmap-info p {
    line-height: 1.5em;
    letter-spacing: normal;
    color: inherit
}

.lqd-roadmap-info h6 {
    margin-bottom: .25em;
    font-size: 15px
}

.lqd-roadmap-info p {
    margin: 0;
    font-size: 16px
}

.lqd-roadmap-info p:only-child {
    margin-top: -.65em
}

.lqd-roadmap-mark {
    width: 32px;
    height: 32px;
    border: 2px solid;
    border-radius: 16px;
    opacity: .43
}

.lqd-roadmap-item {
    padding-bottom: 1em;
    padding-inline-start: 30px;
    color: #000
}

.lqd-roadmap-item:last-of-type {
    padding-bottom: 0
}

.lqd-roadmap-item:last-of-type .lqd-roadmap-bar:after {
    content: none
}

.lqd-roadmap-item-checked .lqd-roadmap-bar,
.lqd-roadmap-item-checked .lqd-roadmap-info {
    opacity: .6
}

.lqd-roadmap-item-checked .lqd-roadmap-mark {
    opacity: 1
}

.lqd-roadmap {
    padding: 45px 0;
    padding-inline-start: 60px;
    padding-inline-end: 40px
}

.lqd-roadmap:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid;
    opacity: .3
}

.lqd-roadmap[data-custom-animations=true] .lqd-roadmap-bar:after,
.lqd-roadmap[data-custom-animations=true] .lqd-roadmap-bar:before {
    transform: scale(0)
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(0) .lqd-roadmap-bar:before {
    transition-delay: 0s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(0) .lqd-roadmap-bar:after {
    transition-delay: 0s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:first-child .lqd-roadmap-bar:before {
    transition-delay: 0.2631578947s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:first-child .lqd-roadmap-bar:after {
    transition-delay: 0.2816901408s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(2) .lqd-roadmap-bar:before {
    transition-delay: 0.5263157895s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(2) .lqd-roadmap-bar:after {
    transition-delay: 0.5633802817s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(3) .lqd-roadmap-bar:before {
    transition-delay: 0.7894736842s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(3) .lqd-roadmap-bar:after {
    transition-delay: 0.8450704225s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(4) .lqd-roadmap-bar:before {
    transition-delay: 1.0526315789s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(4) .lqd-roadmap-bar:after {
    transition-delay: 1.1267605634s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(5) .lqd-roadmap-bar:before {
    transition-delay: 1.3157894737s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(5) .lqd-roadmap-bar:after {
    transition-delay: 1.4084507042s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(6) .lqd-roadmap-bar:before {
    transition-delay: 1.5789473684s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(6) .lqd-roadmap-bar:after {
    transition-delay: 1.6901408451s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(7) .lqd-roadmap-bar:before {
    transition-delay: 1.8421052632s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(7) .lqd-roadmap-bar:after {
    transition-delay: 1.9718309859s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(8) .lqd-roadmap-bar:before {
    transition-delay: 2.1052631579s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(8) .lqd-roadmap-bar:after {
    transition-delay: 2.2535211268s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(9) .lqd-roadmap-bar:before {
    transition-delay: 2.3684210526s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-item:nth-child(9) .lqd-roadmap-bar:after {
    transition-delay: 2.5352112676s
}

.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-bar:after,
.lqd-roadmap.ca-initvalues-applied .lqd-roadmap-bar:before {
    transform: scale(1)
}

@media screen and (max-width:767px) {
    .lqd-roadmap {
        padding-inline-start: 25px;
        padding-inline-end: 25px
    }

    .lqd-roadmap:before {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px
    }

    .lqd-roadmap-info {
        max-width: 85%
    }
}

@keyframes lqdSnickersBarIn {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lqdSnickersBarOut {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }

    to {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-2em, 0, 0)
    }
}

@keyframes snicersBarSpin {
    to {
        transform: rotate(360deg)
    }
}

.lqd-snickersbar-ext:empty {
    display: none
}

.lqd-snickersbar-inner {
    padding: .5em 1.5em;
    border-radius: 4px;
    background-image: linear-gradient(120deg, rgba(37, 13, 17, .7) 0, rgba(37, 25, 22, .7) 100%);
    font-weight: 500;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .5);
    color: #fff;
    -webkit-backdrop-filter: blur(7px) saturate(135%);
    backdrop-filter: blur(6px) saturate(135%);
    animation: lqdSnickersBarIn var(--lqd-snickersbar-animation-time, 1.2s) cubic-bezier(.19, 1, .22, 1) both alternate
}

.lqd-snickersbar {
    max-width: calc(100% - 4em);
    min-height: 40px;
    margin-bottom: .5em;
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 90;
    font-size: 15px;
    line-height: 1.5em;
    transition: transform var(--lqd-snickersbar-animation-time, 1.2s) cubic-bezier(.19, 1, .22, 1)
}

.lqd-snickersbar a {
    color: inherit !important
}

.lqd-snickersbar a.added_to_cart {
    padding: 0;
    text-decoration: underline
}

.lqd-snickersbar a:hover {
    opacity: .65
}

.lqd-snickersbar p {
    transition-property: transform, opacity, visibility;
    transition-duration: var(--lqd-snickersbar-animation-time, 1.2s);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.lqd-snickersbar .lqd-snickersbar-msg svg {
    animation: snicersBarSpin 1s linear infinite
}

.lqd-snickersbar .lqd-snickersbar-msg-done {
    position: absolute;
    top: .5em;
    left: 1.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(75%)
}

.lqd-snickersbar-action-done .lqd-snickersbar-msg {
    position: absolute;
    top: .5em;
    left: 1.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-75%)
}

.lqd-snickersbar-action-done .lqd-snickersbar-msg-done {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.15s
}

.lqd-snickersbar-out {
    pointer-events: none
}

.lqd-snickersbar-out .lqd-snickersbar-inner {
    animation: lqdSnickersBarOut var(--lqd-snickersbar-animation-time, 1.2s) cubic-bezier(.19, 1, .22, 1) both alternate
}

@media screen and (max-width:479px) {
    .lqd-snickersbar-inner {
        font-size: 13px
    }

    .lqd-snickersbar-inner p.d-flex {
        display: block !important
    }

    .lqd-snickersbar-detail {
        margin-inline-end: 1.5em
    }

    .lqd-snickersbar-ext {
        margin-inline-start: 0 !important
    }
}

.social-icons-wrapper {
    align-items: center;
    display: inline-flex
}

.social-icons-wrapper .grid-item {
    display: inline-flex;
    align-items: center;
    word-break: break-word;
    min-width: 0;
    margin-bottom: var(--grid-row-gap)
}

.social-icons-wrapper .icon.social-icon {
    background-color: transparent;
    --icon-padding: 0em;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    display: inline-flex
}

.social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1em
}

.social-icon li {
    display: inline-block;
    margin-inline-end: 1.2em;
    font-size: 1em;
    line-height: 1em
}

.social-icon li:last-child {
    margin-inline-end: 0
}

.social-icon i {
    font-style: normal
}

.social-icon-sm {
    font-size: 14px
}

.social-icon-md {
    font-size: 18px
}

.social-icon-lg {
    font-size: 20px
}

.social-icon-lg li {
    margin-inline-end: 1em
}

.social-icon-vertical a,
.social-icon-vertical li {
    display: block;
    width: 100%
}

.social-icon-vertical li {
    margin-inline-end: 0 !important;
    margin-bottom: 1.2em
}

.social-icon-vertical li:last-child {
    margin-bottom: 0
}

.split-inner,
.split-unit {
    text-decoration: inherit
}

.split-inner {
    display: block
}

.lqd-split-chars .lqd-words>.split-inner {
    display: inline-flex;
    flex-wrap: wrap
}

.lqd-split-chars .lqd-words>.split-inner .split-unit {
    grid-row: 1
}

@media screen and (min-width:480px) {
    .lqd-lines {
        white-space: nowrap
    }
}

.lqd-words {
    display: inline-flex !important
}

.lqd-css-sticky-column {
    align-items: flex-start;
    --lqd-sticky-offset: 30px
}

.lqd-css-sticky {
    position: sticky !important;
    top: calc(30px + var(--lqd-sticky-header-height, 0px))
}

.lqd-tabs-has-nav-arrows .lqd-tabs-nav-arrows {
    display: block
}

.lqd-tabs-nav-arrow {
    width: 52px;
    height: 52px;
    border: none;
    top: calc(50% - 26px);
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    font-size: 20px;
    color: #000;
    transition: background .3s, color .3s;
    user-select: none
}

.lqd-tabs-nav-arrow:hover {
    background-color: #000;
    color: #fff
}

.lqd-tabs-nav-arrow:focus {
    outline: 0
}

.lqd-tabs-nav-prev {
    left: -41px
}

.lqd-tabs-nav-next {
    right: -41px
}

.lqd-tabs-nav-arrrows {
    display: none
}

.lqd-tabs-has-nav-arrows .lqd-tabs-nav-arrrows {
    display: block
}

@media screen and (max-width:479px) {
    .lqd-tabs .lqd-tabs-nav-arrows {
        text-align: center;
        margin-top: 1em
    }

    .lqd-tabs .lqd-tabs-nav-arrow {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 5px
    }
}

.lqd-tabs-pane {
    display: none
}

.lqd-tabs-pane.active {
    display: block
}

@media (max-width:992px) {
    .lqd-tabs {
        flex-wrap: nowrap
    }
}

.lqd-tabs-nav-wrap {
    display: grid;
    grid-auto-flow: column;
    align-items: start
}

.lqd-tabs-nav li {
    line-height: 1.5em
}

.lqd-tabs-nav .h3 {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.lqd-tabs-nav .h3:only-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.lqd-tabs-nav svg {
    width: 1em;
    height: 1em
}

@media screen and (min-width:992px) {
    .lqd-tabs-nav.justify-md-between {
        justify-content: space-between
    }

    .lqd-tabs-nav.justify-md-start {
        justify-content: flex-start
    }

    .lqd-tabs-nav.justify-md-center {
        justify-content: center
    }

    .lqd-tabs-nav.justify-md-end {
        justify-content: flex-end
    }
}

@media screen and (min-width:768px) {
    .lqd-tabs-nav .carousel-nav {
        margin-inline-start: 3em
    }
}

@media screen and (max-width:991px) {
    .lqd-tabs-nav .carousel-nav {
        width: auto;
        justify-content: inherit !important
    }

    .lqd-tabs-nav .carousel-nav .previous {
        margin-inline-start: 0 !important
    }

    .lqd-tabs-nav .carousel-nav .next {
        margin-inline-end: 0 !important
    }
}

@media screen and (min-width:768px) and (max-width:991.8px) {
    .lqd-tabs-nav .carousel-nav {
        margin-inline-start: auto;
        margin-top: 1px !important
    }
}

.lqd-tabs-nav-iconbox .lqd-tabs-nav {
    --icon-size: 26px
}

.lqd-tabs-nav-iconbox .lqd-tabs-nav-icon-icon {
    font-size: var(--icon-size);
    flex-shrink: 0
}

.lqd-tabs-nav-icon-inline .lqd-tabs-nav-icon {
    display: inline-flex;
    border-radius: 10em;
    align-items: center;
    justify-content: center;
    color: rgba(50, 60, 71, .3);
    transition: background .3s, color .3s
}

.lqd-tabs-nav-icon-inline .lqd-tabs-nav a {
    display: block
}

.lqd-tabs-nav-has-btn .lqd-tabs-nav {
    display: inline-flex !important;
    margin-bottom: 1.5em
}

.lqd-tabs-nav-plain .lqd-tabs-nav-wrap {
    grid-template-columns: 1fr
}

.lqd-tabs-nav-plain .lqd-tabs-nav-has-btn .lqd-tabs-nav {
    margin-bottom: 0;
    margin-inline-end: 1em
}

@media screen and (max-width:768px) {
    .lqd-tabs-nav-plain .lqd-tabs-nav-wrap {
        display: block
    }

    .lqd-tabs-nav-plain .lqd-tabs-nav-has-btn .lqd-tabs-nav {
        margin-bottom: 1.5em !important
    }
}

.lqd-tabs-style-1 .lqd-tabs-nav {
    margin-inline-start: -15px;
    margin-inline-end: -15px;
    font-size: 16px
}

.lqd-tabs-style-1 .lqd-tabs-nav li {
    --icon-size: 26px;
    padding: 0 15px 1.5em;
    flex-basis: 33.3333333333%;
    position: relative
}

.lqd-tabs-style-1 .lqd-tabs-nav li:after,
.lqd-tabs-style-1 .lqd-tabs-nav li:before {
    content: "";
    display: inline-block;
    position: absolute;
    border-color: var(--lqd-color-primary);
    transition: transform .3s, background .3s
}

.lqd-tabs-style-1 .lqd-tabs-nav li:before {
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #e7e7ef
}

.lqd-tabs-style-1 .lqd-tabs-nav li:after {
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-color: var(--lqd-color-primary) transparent;
    border-style: solid;
    bottom: -5px;
    left: calc(50% - 2.5px);
    transform: scaleY(0);
    transform-origin: top
}

.lqd-tabs-style-1 .lqd-tabs-nav li.active:before {
    background-color: var(--lqd-color-primary)
}

.lqd-tabs-style-1 .lqd-tabs-nav li.active:after {
    transform: scaleY(1)
}

.lqd-tabs-style-1 .lqd-tabs-nav a {
    color: #737373
}

.lqd-tabs-style-1 .lqd-tabs-nav .lqd-tabs-nav-icon-icon {
    width: 72px;
    height: 72px;
    background-color: #f3f6f9;
    color: #24232c
}

.lqd-tabs-style-1.flex-column-reverse .lqd-tabs-nav li {
    padding-top: 1.5em;
    padding-bottom: 0
}

.lqd-tabs-style-1.flex-column-reverse .lqd-tabs-nav li:before {
    bottom: auto;
    top: 0
}

.lqd-tabs-style-1.flex-column-reverse .lqd-tabs-nav li:after {
    border-width: 0 5px 5px;
    top: -5px;
    bottom: auto;
    transform-origin: bottom
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-tabs-style-1 .lqd-tabs-nav {
        --icon-size: 23px
    }

    .lqd-tabs-style-1 .lqd-tabs-nav-icon-icon {
        width: 55px;
        height: 55px
    }
}

@media (min-width:992px) {
    .lqd-tabs-style-1 .lqd-tabs-nav {
        flex-wrap: nowrap
    }
}

@media screen and (max-width:991px) {
    .lqd-tabs-style-1 .lqd-tabs-nav li {
        flex-basis: 100%;
        padding-top: 1em;
        padding-bottom: 1em
    }
}

.lqd-tabs-style-2 .lqd-tabs-nav {
    --icon-size: 30px;
    margin-inline-start: -15px;
    margin-inline-end: -15px;
    font-size: 15px
}

.lqd-tabs-style-2 .lqd-tabs-nav a {
    color: #4f4f4f
}

.lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-icon-icon {
    width: 87px;
    height: 87px;
    border-radius: 29px;
    color: #24232c
}

.lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress,
.lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress-inner {
    display: block;
    width: 100%;
    border-radius: 50em
}

.lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress {
    position: relative;
    height: 5px;
    margin-top: 2em;
    background-color: rgba(0, 0, 0, .075)
}

.lqd-tabs-style-2 .lqd-tabs-nav .lqd-tabs-nav-progress-inner {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--lqd-color-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-tabs-style-2 .lqd-tabs-nav li {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    flex-basis: 33.3333333333%;
    position: relative
}

.lqd-tabs-style-2 .lqd-tabs-nav li.active .lqd-tabs-nav-progress-inner {
    transform-origin: left;
    transform: scaleX(1)
}

@media (min-width:992px) {
    .lqd-tabs-style-2 .lqd-tabs-nav {
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .lqd-tabs-style-2 .lqd-tabs-nav {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .lqd-tabs-style-2 .lqd-tabs-nav li {
        width: 100%
    }
}

.lqd-tabs-style-3 .lqd-tabs-nav {
    --icon-size: 44px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.lqd-tabs-style-3 .lqd-tabs-nav li {
    position: relative;
    padding-inline-start: 12px;
    padding-inline-end: 12px
}

.lqd-tabs-style-3 .lqd-tabs-nav li a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--lqd-color-primary);
    transform: scaleX(0);
    transition: transform .3s
}

.lqd-tabs-style-3 .lqd-tabs-nav li a.active:after {
    transform: scaleX(1)
}

.lqd-tabs-style-3 .lqd-tabs-nav a {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: block
}

.lqd-tabs-style-3 .lqd-tabs-nav .lqd-tabs-nav-icon-icon {
    margin-bottom: .5em;
    color: var(--lqd-color-primary)
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-tabs-style-3 .lqd-tabs-nav {
        --icon-size: 30px
    }

    .lqd-tabs-style-3 .lqd-tabs-nav li a {
        padding: 1.5rem !important
    }

    .lqd-tabs-style-3 .lqd-tabs-nav .lqd-tabs-nav-icon {
        margin-inline-end: 15px
    }
}

@media screen and (min-width:992px) {
    .lqd-tabs-style-3 .lqd-tabs-nav.justify-start li:first-child {
        margin-inline-start: 0
    }

    .lqd-tabs-style-3 .lqd-tabs-nav.justify-between li {
        flex-grow: 1
    }

    .lqd-tabs-style-3 .lqd-tabs-nav.justify-center li {
        padding-inline-start: 2em;
        padding-inline-end: 2em
    }

    .lqd-tabs-style-3 .lqd-tabs-nav.justify-between li,
    .lqd-tabs-style-3 .lqd-tabs-nav.justify-center li {
        margin-inline-start: 0;
        margin-inline-end: 0
    }

    .lqd-tabs-style-3 .lqd-tabs-nav.justify-end li:last-child {
        margin-inline-end: 0
    }
}

@media screen and (max-width:991px) {
    .lqd-tabs-style-3 {
        flex-direction: column;
        flex-wrap: nowrap !important
    }
}

@media screen and (max-width:920px) {
    .lqd-tabs-style-3 .lqd-tabs-nav li {
        margin: 0;
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .lqd-tabs-style-3 .lqd-tabs-nav {
        flex-wrap: wrap
    }
}

@media screen and (max-width:479px) {
    .lqd-tabs-style-3 .lqd-tabs-nav {
        border: none
    }

    .lqd-tabs-style-3 .lqd-tabs-nav li {
        width: 50%;
        padding-inline-start: 10px;
        padding-inline-end: 10px;
        margin: 0;
        margin-bottom: 1.5em
    }

    .lqd-tabs-style-3 .lqd-tabs-nav a {
        padding: 0 0 .75em
    }
}

.lqd-tabs-style-4 .lqd-tabs-nav {
    --icon-size: 40px;
    font-size: 16px;
    position: relative
}

.lqd-tabs-style-4 .lqd-tabs-nav:before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: calc(var(--icon-size) + var(--icon-size) * .6);
    left: 50%;
    right: 50%;
    margin-inline-start: -50vw;
    margin-inline-end: -50vw;
    background-color: #e9e9e9
}

.lqd-tabs-style-4 .lqd-tabs-nav .h3 {
    font-size: 1em
}

.lqd-tabs-style-4 .lqd-tabs-nav .lqd-tabs-nav-icon-icon {
    margin-bottom: .6em;
    padding-bottom: .6em;
    position: relative;
    color: var(--lqd-color-primary)
}

.lqd-tabs-style-4 .lqd-tabs-nav .lqd-tabs-nav-icon-icon:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50em;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    background-color: #e9e9e9;
    transition: background .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-tabs-style-4 .lqd-tabs-nav .lqd-tabs-nav-icon-icon i {
    transition: transform .3s
}

.lqd-tabs-style-4 .lqd-tabs-nav a {
    display: block
}

.lqd-tabs-style-4 .lqd-tabs-nav li {
    padding-inline-start: 15px;
    padding-inline-end: 15px
}

.lqd-tabs-style-4 .lqd-tabs-nav li:hover .lqd-tabs-nav-icon-icon i {
    transform: translateY(-4px)
}

.lqd-tabs-style-4 .lqd-tabs-nav li.active .h3:after {
    background-color: var(--lqd-color-primary)
}

@media screen and (max-width:479px) {
    .lqd-tabs-style-4 .lqd-tabs-nav:before {
        content: none
    }

    .lqd-tabs-style-4 .lqd-tabs-nav li {
        flex-basis: 50%;
        margin-bottom: .5em
    }
}

.lqd-tabs-style-5 {
    --tab-nav-width: 41.66666667%
}

.lqd-tabs-style-5 .lqd-tabs-content,
.lqd-tabs-style-5 .lqd-tabs-nav-wrap {
    flex: 0 0 auto
}

.lqd-tabs-style-5 .lqd-tabs-nav-wrap {
    width: var(--tab-nav-width);
    grid-auto-flow: row
}

.lqd-tabs-style-5 .lqd-tabs-nav {
    font-size: 15px
}

.lqd-tabs-style-5 .lqd-tabs-nav a {
    display: block;
    position: relative;
    border-radius: 7px;
    color: #737373;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05)
}

.lqd-tabs-style-5 .lqd-tabs-nav a:after,
.lqd-tabs-style-5 .lqd-tabs-nav a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity .3s
}

.lqd-tabs-style-5 .lqd-tabs-nav a:after {
    opacity: 0;
    background-color: #fff
}

.lqd-tabs-style-5 .lqd-tabs-nav a>span {
    position: relative;
    z-index: 2
}

.lqd-tabs-style-5 .lqd-tabs-nav li.active a {
    box-shadow: 0 15px 45px rgba(0, 0, 0, .075)
}

.lqd-tabs-style-5 .lqd-tabs-nav li.active a:after {
    opacity: 1
}

.lqd-tabs-style-5 .lqd-tabs-nav .lqd-tabs-nav-icon {
    --icon-size: 40px
}

.lqd-tabs-style-5 .lqd-tabs-content {
    width: calc(100% - var(--tab-nav-width))
}

@media screen and (max-width:768px) {

    .lqd-tabs-style-5 .lqd-tabs-content,
    .lqd-tabs-style-5 .lqd-tabs-nav-wrap {
        width: 100%;
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important
    }

    .lqd-tabs-style-5 .lqd-tabs-nav-wrap {
        margin-bottom: 1.5em
    }

    .lqd-tabs-style-5 .lqd-tabs-nav .iconbox .iconbox-icon-container {
        font-size: 30px
    }
}

.lqd-tabs-style-6 {
    --tab-nav-width: 25%
}

.lqd-tabs-style-6 .lqd-tabs-nav-icon-icon {
    width: 28px;
    height: 28px;
    margin-inline-end: 13px;
    background-color: rgba(50, 60, 71, .05);
    font-weight: 700
}

.lqd-tabs-style-6 .lqd-tabs-content,
.lqd-tabs-style-6 .lqd-tabs-nav-wrap {
    flex: 0 0 auto
}

.lqd-tabs-style-6 .lqd-tabs-nav-wrap {
    width: var(--tab-nav-width)
}

.lqd-tabs-style-6 .lqd-tabs-nav {
    font-size: 16px;
    counter-reset: lqd-tabs-counter
}

.lqd-tabs-style-6 .lqd-tabs-nav a {
    color: #323c47;
    padding-inline-start: 1.5em;
    padding-inline-end: 1.5em;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05)
}

.lqd-tabs-style-6 .lqd-tabs-nav li {
    counter-increment: lqd-tabs-counter;
    width: 100%
}

.lqd-tabs-style-6 .lqd-tabs-nav li.active a {
    box-shadow: 0 15px 45px rgba(0, 0, 0, .075)
}

.lqd-tabs-style-6 .lqd-tabs-nav li.active .lqd-tabs-nav-icon-icon {
    background-color: var(--lqd-color-primary);
    color: #fff
}

.lqd-tabs-style-6 .lqd-tabs-content {
    width: calc(100% - var(--tab-nav-width))
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-tabs-style-6 {
        --tab-nav-width: 35%
    }
}

@media screen and (max-width:991px) {
    .lqd-tabs-style-6 {
        flex-direction: column;
        flex-wrap: nowrap !important
    }
}

@media screen and (max-width:768px) {

    .lqd-tabs-style-6 .lqd-tabs-content,
    .lqd-tabs-style-6 .lqd-tabs-nav-wrap {
        width: 100%;
        flex-grow: 1;
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important
    }

    .lqd-tabs-style-6 .lqd-tabs-nav-wrap {
        margin-bottom: 1.5em
    }
}

.lqd-tabs-style-7 .lqd-tabs-nav {
    font-size: 18px
}

.lqd-tabs-style-7 .lqd-tabs-nav .lqd-tabs-nav-icon {
    --icon-size: 1em
}

.lqd-tabs-style-7 .lqd-tabs-nav .lqd-tabs-nav-icon-icon {
    width: 31px;
    height: 31px;
    margin-inline-end: 18px;
    background-color: #fff;
    color: #b0b9be;
    font-weight: 500
}

.lqd-tabs-style-7 .lqd-tabs-nav a {
    background-color: #edf1f2;
    color: #90999e
}

.lqd-tabs-style-7 .lqd-tabs-nav li.active a {
    color: #fff;
    background-color: var(--lqd-color-primary)
}

.lqd-tabs-style-7 .lqd-tabs-nav li.active .lqd-tabs-nav-icon {
    color: var(--lqd-color-primary)
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-tabs-style-7 .lqd-tabs-nav li a {
        padding: .85rem 1.25rem !important
    }
}

@media screen and (min-width:768px) {
    .lqd-tabs-style-7 .lqd-tabs-nav li {
        margin: 0 .5em
    }
}

@media screen and (max-width:991px) {
    .lqd-tabs-style-7 {
        flex-direction: column;
        flex-wrap: nowrap !important
    }

    .lqd-tabs-style-7 .lqd-tabs-nav li {
        margin-bottom: .5em
    }
}

.lqd-tabs-style-8 {
    --tab-nav-width: 30%
}

.lqd-tabs-style-8 .lqd-tabs-content,
.lqd-tabs-style-8 .lqd-tabs-nav-wrap {
    flex: 0 0 auto
}

.lqd-tabs-style-8 .lqd-tabs-nav-wrap {
    width: var(--tab-nav-width)
}

.lqd-tabs-style-8 .lqd-tabs-nav {
    font-size: 16px
}

.lqd-tabs-style-8 .lqd-tabs-nav a {
    color: #878f9d
}

.lqd-tabs-style-8 .lqd-tabs-nav a:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    flex: 0 0 auto;
    margin-inline-end: 12px;
    background-color: var(--lqd-color-primary);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .65s cubic-bezier(.19, 1, .22, 1)
}

.lqd-tabs-style-8 .lqd-tabs-nav li.active a {
    color: #292a34
}

.lqd-tabs-style-8 .lqd-tabs-nav li.active a:before {
    transform: scaleX(1)
}

.lqd-tabs-style-8 .lqd-tabs-content {
    width: calc(100% - var(--tab-nav-width))
}

@media screen and (max-width:479px) {
    .lqd-tabs-style-8 {
        flex-direction: column;
        flex-wrap: nowrap !important
    }

    .lqd-tabs-style-8 .lqd-tabs-content,
    .lqd-tabs-style-8 .lqd-tabs-nav-wrap {
        width: 100%
    }
}

.lqd-tabs-style-9 .lqd-tabs-nav a {
    padding: .55em 2.25em;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
    color: #000
}

.lqd-tabs-style-9 .lqd-tabs-nav a span {
    position: relative;
    z-index: 2
}

.lqd-tabs-style-9 .lqd-tabs-nav li+li a {
    border-left-width: 0
}

.lqd-tabs-style-9 .lqd-tabs-nav li:first-child a {
    border-radius: 50em 0 0 50em
}

.lqd-tabs-style-9 .lqd-tabs-nav li:last-child a {
    border-radius: 0 50em 50em 0
}

.lqd-tabs-style-9 .lqd-tabs-nav li.active a {
    background-color: var(--lqd-color-primary);
    color: #fff
}

@media screen and (min-width:480px) and (max-width:768px) {
    .lqd-tabs-style-9:not(.lqd-tabs-style-9-alt2) .lqd-tabs-nav li {
        flex: 1 0 50%
    }

    .lqd-tabs-style-9:not(.lqd-tabs-style-9-alt2) .lqd-tabs-nav li a {
        justify-content: center
    }

    .lqd-tabs-style-9:not(.lqd-tabs-style-9-alt2) .lqd-tabs-nav li:nth-child(2n) a {
        border-top-right-radius: 50em;
        border-bottom-right-radius: 50em
    }

    .lqd-tabs-style-9:not(.lqd-tabs-style-9-alt2) .lqd-tabs-nav li:nth-child(odd) a {
        border-left-width: 1px;
        border-top-left-radius: 50em;
        border-bottom-left-radius: 50em
    }

    .lqd-tabs-style-9:not(.lqd-tabs-style-9-alt2) .lqd-tabs-nav li:nth-child(n+3) {
        margin-top: .5em
    }

    .lqd-tabs-style-9:not(.lqd-tabs-style-9-alt2) .lqd-tabs-nav li:nth-child(n+3) a {
        border-bottom-width: 1px
    }
}

@media screen and (max-width:479px) {
    .lqd-tabs-style-9 .lqd-tabs-nav {
        flex-direction: column
    }

    .lqd-tabs-style-9 .lqd-tabs-nav a,
    .lqd-tabs-style-9 .lqd-tabs-nav li {
        border-radius: 50em !important
    }

    .lqd-tabs-style-9 .lqd-tabs-nav li {
        width: 100%;
        margin-bottom: 3px
    }

    .lqd-tabs-style-9 .lqd-tabs-nav li+li a {
        border-width: 1px
    }
}

.lqd-tabs-style-9-alt .lqd-tabs-nav {
    font-size: 18px
}

.lqd-tabs-style-9-alt .lqd-tabs-nav a {
    padding: .37em 1.75em;
    border-width: 2px;
    border-color: var(--lqd-color-primary);
    color: var(--lqd-color-primary)
}

.lqd-tabs-style-9-alt .lqd-tabs-nav a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: inherit;
    background-color: var(--lqd-color-primary);
    opacity: .065
}

@media (min-width:992px) {
    .lqd-tabs-style-9-alt .lqd-tabs-nav {
        flex-wrap: nowrap
    }
}

.lqd-tabs-style-9-alt2 .lqd-tabs-nav li {
    padding: .3125em .4375em
}

.lqd-tabs-style-9-alt2 .lqd-tabs-nav li:first-child {
    border-radius: 50em 0 0 50em
}

.lqd-tabs-style-9-alt2 .lqd-tabs-nav li:last-child {
    border-radius: 0 50em 50em 0
}

.lqd-tabs-style-9-alt2 .lqd-tabs-nav a {
    padding: .5em 2.5em;
    border: none;
    border-radius: 5em !important;
    color: #fff
}

@media screen and (min-width:992px) {
    .lqd-tabs-style-9-alt2 .lqd-tabs-nav.justify-md-between li {
        flex-grow: 1;
        display: flex;
        justify-content: center
    }

    .lqd-tabs-style-9-alt2 .lqd-tabs-nav.justify-md-between li:first-child {
        justify-content: flex-start
    }

    .lqd-tabs-style-9-alt2 .lqd-tabs-nav.justify-md-between li:last-child {
        justify-content: flex-end
    }
}

@media screen and (max-width:991px) {
    .lqd-tabs-style-9-alt2 .lqd-tabs-nav li {
        margin-bottom: 5px
    }
}

.lqd-tabs-style-10 .lqd-tabs-nav.justify-between {
    justify-content: center
}

.lqd-tabs-style-10 .lqd-tabs-nav a {
    flex-direction: column;
    position: relative
}

.lqd-tabs-style-10 .lqd-tabs-nav a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 3px;
    left: calc(50% - 15px);
    border-radius: 50em;
    background-color: #fff;
    transform: scale(.5);
    opacity: 0;
    transition: transform .65s cubic-bezier(.23, 1, .32, 1), opacity .65s cubic-bezier(.23, 1, .32, 1)
}

.lqd-tabs-style-10 .lqd-tabs-nav a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 36px;
    background-color: var(--lqd-color-primary)
}

.lqd-tabs-style-10 .lqd-tabs-nav .lqd-tabs-nav-txt {
    margin: 0 .5em 7px;
    margin-bottom: 7px
}

.lqd-tabs-style-10 .lqd-tabs-nav li:first-child a:after,
.lqd-tabs-style-10 .lqd-tabs-nav li:last-child a:after {
    width: 36px
}

.lqd-tabs-style-10 .lqd-tabs-nav li:first-child .lqd-tabs-nav-txt,
.lqd-tabs-style-10 .lqd-tabs-nav li:last-child .lqd-tabs-nav-txt {
    margin-bottom: 0
}

.lqd-tabs-style-10 .lqd-tabs-nav li:first-child a {
    flex-direction: row
}

.lqd-tabs-style-10 .lqd-tabs-nav li:first-child a:before {
    left: auto;
    right: 2px
}

.lqd-tabs-style-10 .lqd-tabs-nav li:first-child a:after {
    border-radius: 50em 0 0 50em
}

.lqd-tabs-style-10 .lqd-tabs-nav li:first-child .lqd-tabs-nav-txt {
    margin-inline-end: 1em
}

.lqd-tabs-style-10 .lqd-tabs-nav li:last-child a {
    flex-direction: row-reverse
}

.lqd-tabs-style-10 .lqd-tabs-nav li:last-child a:before {
    left: 2px
}

.lqd-tabs-style-10 .lqd-tabs-nav li:last-child a:after {
    border-radius: 0 50em 50em 0
}

.lqd-tabs-style-10 .lqd-tabs-nav li:last-child .lqd-tabs-nav-txt {
    margin-inline-start: 1em
}

.lqd-tabs-style-10 .lqd-tabs-nav li.active a {
    color: #000
}

.lqd-tabs-style-10 .lqd-tabs-nav li.active a:before {
    opacity: 1;
    transform: scale(1)
}

@media screen and (max-width:768px) {
    .lqd-tabs-style-10 .lqd-tabs-nav {
        justify-content: center !important
    }
}

@media screen and (max-width:479px) {
    .lqd-tabs-style-10 .lqd-tabs-nav li {
        width: 100%
    }

    .lqd-tabs-style-10 .lqd-tabs-nav li:not(:last-child) {
        margin-bottom: .5em
    }

    .lqd-tabs-style-10 .lqd-tabs-nav li a {
        width: 100%;
        flex-direction: row
    }

    .lqd-tabs-style-10 .lqd-tabs-nav li a:before {
        width: 16px;
        height: 16px;
        bottom: 10px;
        left: 10px;
        right: auto
    }

    .lqd-tabs-style-10 .lqd-tabs-nav li a:after {
        width: 36px;
        order: -1;
        border-radius: 50%
    }

    .lqd-tabs-style-10 .lqd-tabs-nav li .lqd-tabs-nav-txt {
        margin-inline-start: 1em !important;
        margin-inline-end: 0
    }
}

.lqd-tabs-style-11 .lqd-tabs-nav a {
    color: rgba(0, 0, 0, .4)
}

.lqd-tabs-style-11 .lqd-tabs-nav li:not(:last-of-type) {
    margin-inline-end: 2em
}

.lqd-tabs-style-11 .lqd-tabs-nav li.active a {
    color: #000
}

@media screen and (max-width:768px) {
    .lqd-tabs-style-11 .lqd-tabs-nav {
        display: flex !important;
        min-width: 100%;
        margin-bottom: 1em !important;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        flex-flow: row nowrap !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        overflow-x: auto;
        white-space: nowrap
    }

    .lqd-tabs-style-11 .lqd-tabs-nav li {
        display: flex;
        flex: 0.15 0;
        padding: 0 !important;
        margin: 0 !important;
        text-align: inherit !important
    }

    .lqd-tabs-style-11 .lqd-tabs-nav li+li {
        margin-inline-start: 10% !important
    }

    .lqd-tabs-style-11 .lqd-tabs-nav li a {
        padding: 0 0 .5em !important;
        position: relative
    }

    .lqd-tabs-style-11 .lqd-tabs-nav li a:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
        transition: opacity .3s
    }

    .lqd-tabs-style-11 .lqd-tabs-nav li:last-of-type {
        margin-inline-end: -150vw !important
    }

    .lqd-tabs-style-11 .lqd-tabs-nav li.active a:before {
        opacity: 1
    }

    .lqd-tabs-style-11 .lqd-tabs-content {
        padding: 0 !important;
        margin: 0 !important
    }
}

.lqd-tabs-style-12 .lqd-tabs-nav a {
    display: block;
    position: relative;
    color: rgba(0, 0, 0, .25)
}

.lqd-tabs-style-12 .lqd-tabs-nav a:after {
    content: "";
    display: inline-block;
    width: 45%;
    height: 2px;
    position: absolute;
    bottom: -.25em;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .65s cubic-bezier(.19, 1, .22, 1)
}

.lqd-tabs-style-12 .lqd-tabs-nav li {
    margin-inline-end: 2.65em
}

.lqd-tabs-style-12 .lqd-tabs-nav li.active a {
    color: #000
}

.lqd-tabs-style-12 .lqd-tabs-nav li.active a:after {
    transform-origin: left;
    transform: scaleX(1)
}

.lqd-tabs-style-12.lqd-nav-underline-fw .lqd-tabs-nav a:after {
    width: 100%
}

@media screen and (max-width:479px) {
    .lqd-tabs-style-12 .lqd-tabs-nav-wrap {
        margin-bottom: 1rem !important
    }

    .lqd-tabs-style-12 .lqd-tabs-nav li {
        margin-bottom: 1em
    }
}

.lqd-tabs-style-13 {
    --tab-nav-width: 22%
}

.lqd-tabs-style-13 .lqd-tabs-content,
.lqd-tabs-style-13 .lqd-tabs-nav-wrap {
    flex: 0 0 auto
}

.lqd-tabs-style-13 .lqd-tabs-nav-wrap {
    width: var(--tab-nav-width);
    grid-auto-flow: row
}

.lqd-tabs-style-13 .lqd-tabs-nav-btn-wrap {
    padding: 1em 1.5em
}

.lqd-tabs-style-13 .lqd-tabs-nav a {
    padding: 1em 1.5em;
    border-radius: 4px;
    color: #000
}

.lqd-tabs-style-13 .lqd-tabs-nav a>span {
    display: block
}

.lqd-tabs-style-13 .lqd-tabs-nav .lqd-tabs-nav-ext {
    display: none;
    margin-top: .75em;
    font-size: .85em;
    font-weight: 400;
    line-height: 1.35em;
    opacity: .6
}

.lqd-tabs-style-13 .lqd-tabs-nav li.active a {
    background-color: #f3f2f9
}

.lqd-tabs-style-13 .lqd-tabs-nav li.active .lqd-tabs-nav-ext {
    display: block
}

.lqd-tabs-style-13 .lqd-tabs-content {
    width: calc(100% - var(--tab-nav-width))
}

@media screen and (max-width:991px) {
    .lqd-tabs-style-13 {
        flex-wrap: wrap
    }

    .lqd-tabs-style-13 .lqd-tabs-content,
    .lqd-tabs-style-13 .lqd-tabs-nav-wrap {
        width: 100%
    }

    .lqd-tabs-style-13 .lqd-tabs-nav-wrap {
        margin-bottom: 35px
    }
}

@media screen and (max-width:768px) {

    .lqd-tabs-style-13 .lqd-tabs-content,
    .lqd-tabs-style-13 .lqd-tabs-nav-wrap {
        width: 100%;
        flex-grow: 1;
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important
    }

    .lqd-tabs-style-13 .lqd-tabs-content {
        margin-bottom: 1.5em
    }

    .lqd-tabs-style-13 .lqd-tabs-nav-wrap {
        margin-bottom: 0
    }
}

.lqd-tabs-style-14 {
    --lqd-tabs-nav-offset: 15%;
    --lqd-tabs-nav-translate: 0
}

.lqd-tabs-style-14 .lqd-tabs-nav-wrap {
    overflow: hidden;
    padding-left: var(--lqd-tabs-nav-offset);
    mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 80%, transparent 100%)
}

.lqd-tabs-style-14 .lqd-tabs-nav {
    transform: translate3d(calc(var(--lqd-tabs-nav-translate, 0) * -1), 0, 0);
    transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

.lqd-tabs-style-14 .lqd-tabs-nav:before {
    content: "";
    display: inline-block;
    width: var(--lqd-tabs-nav-active-width);
    height: var(--lqd-tabs-nav-active-height);
    border-radius: calc(var(--lqd-tabs-nav-active-height)/ 2);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none;
    box-shadow: 0 20px 50px rgba(52, 49, 139, .07);
    transform: translate3d(var(--lqd-tabs-nav-translate), 0, 0);
    transition: width 1s, height 1s, transform 1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left
}

.lqd-tabs-style-14 .lqd-tabs-nav>li {
    white-space: nowrap;
    color: #162c35
}

.lqd-tabs-style-14 .lqd-tabs-nav>li>a {
    margin-bottom: .5em;
    padding: .4em .875em;
    font-size: 45px;
    font-weight: 700;
    line-height: 1
}

.lqd-tabs-style-14 .lqd-tabs-nav>li .lqd-tabs-nav-txt {
    position: relative
}

.lqd-tabs-style-14 .lqd-tabs-nav>li .lqd-tabs-nav-txt span {
    opacity: 1;
    background: rgba(26, 66, 101, .3);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
    transition: opacity .3s
}

.lqd-tabs-style-14 .lqd-tabs-nav>li .lqd-tabs-nav-txt::before {
    content: attr(data-txt);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -.075em;
    left: 0;
    line-height: 1.15em;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important;
    background: linear-gradient(to right, var(--lqd-color-gradient-start), var(--lqd-color-gradient-stop));
    opacity: 0;
    transition: opacity .3s
}

.lqd-tabs-style-14 .lqd-tabs-nav>li .lqd-tabs-nav-ext {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transform: translateX(calc(var(--lqd-tabs-nav-translate, 0) + 5%));
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-tabs-style-14 .lqd-tabs-nav>li.active>a .lqd-tabs-nav-txt span {
    opacity: 0
}

.lqd-tabs-style-14 .lqd-tabs-nav>li.active>a .lqd-tabs-nav-txt:before {
    opacity: 1
}

.lqd-tabs-style-14 .lqd-tabs-nav>li.active .lqd-tabs-nav-ext {
    opacity: 1;
    transform: translateX(var(--lqd-tabs-nav-translate, 0))
}

@media (min-width:768px) {
    .lqd-tabs-nav-items-not-expanded .lqd-tabs-nav li {
        flex-grow: 0
    }
}

@media screen and (max-width:479px) {
    .lqd-tabs-style-14 {
        --lqd-tabs-nav-offset: 7%
    }

    .lqd-tabs-style-14 .lqd-tabs-nav-wrap {
        mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 90%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 90%, transparent 100%)
    }

    .lqd-tabs-style-14 .lqd-tabs-nav>li>a {
        font-size: 27px
    }

    .lqd-tabs-style-14 .lqd-tabs-nav>li .lqd-tabs-nav-ext {
        font-size: 12px;
        max-width: 60vw;
        white-space: normal
    }
}

.lqd-tm h6 {
    text-transform: none;
    letter-spacing: normal
}

.lqd-tm .social-icon:empty {
    display: none
}

.lqd-tm .social-icon li {
    transition: transform .3s
}

.lqd-tm .social-icon li:hover {
    transform: scale(1.2) !important
}

.lqd-tm-style-1 .lqd-tm-details {
    position: absolute;
    bottom: -60px;
    left: -40px;
    right: 15%;
    z-index: 2;
    border-radius: 0 0 5px 5px
}

.lqd-tm-style-1 .lqd-tm-bg {
    z-index: -1;
    border-radius: inherit;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    transition: box-shadow .3s
}

.lqd-tm-style-1 .lqd-tm-bg.block-revealer {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .05)
}

.lqd-tm-style-1 h3 {
    font-size: 22px
}

.lqd-tm-style-1 h6 {
    font-size: 16px;
    color: #a5a5a5
}

.lqd-tm-style-2 .lqd-tm-details {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-5%, 30%)
}

.lqd-tm-style-2 .lqd-tm-details svg {
    position: absolute;
    top: -100%;
    left: -30%;
    z-index: 0
}

.lqd-tm-style-2 .lqd-tm-details svg stop:first-child {
    stop-color: var(--lqd-color-gradient-start)
}

.lqd-tm-style-2 .lqd-tm-details svg stop:last-child {
    stop-color: var(--lqd-color-gradient-stop)
}

.no-backgroundblendmode .lqd-tm-style-2 .lqd-tm-details svg {
    opacity: .65
}

.lqd-tm-style-2 h3,
.lqd-tm-style-2 p {
    position: relative;
    z-index: 2
}

.lqd-tm-style-2 h3 {
    font-size: 22px;
    letter-spacing: .02em
}

.lqd-tm-style-3 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .05)
}

.lqd-tm-style-3 .lqd-tm-socials {
    background: var(--lqd-color-primary);
    opacity: 0;
    visibility: hidden;
    transition: opacity .65s, visibility .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-tm-style-3 .lqd-tm-socials a {
    color: #fff
}

.lqd-tm-style-3 .social-icon {
    font-size: 25px
}

.lqd-tm-style-3 .social-icon li {
    opacity: 0;
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(25px)
}

.lqd-tm-style-3 h3 {
    font-size: 20px
}

.lqd-tm-style-3 h6 {
    font-size: 16px;
    color: #a5a5a5
}

.lqd-tm-style-3 .lqd-tm-details {
    background-color: #fff
}

.lqd-tm-style-3:hover .lqd-tm-socials {
    opacity: 1;
    visibility: visible
}

.lqd-tm-style-3:hover .social-icon li {
    opacity: 1;
    transform: translateY(0)
}

.lqd-tm-style-3:hover .social-icon li:first-child {
    transition-delay: 0.1s
}

.lqd-tm-style-3:hover .social-icon li:nth-child(2) {
    transition-delay: 0.2s
}

.lqd-tm-style-3:hover .social-icon li:nth-child(3) {
    transition-delay: 0.3s
}

.lqd-tm-style-3:hover .social-icon li:nth-child(4) {
    transition-delay: 0.4s
}

.lqd-tm-style-3:hover .social-icon li:nth-child(5) {
    transition-delay: 0.5s
}

.lqd-tm-style-4 .lqd-tm-details {
    background-color: var(--lqd-color-primary);
    opacity: 0;
    visibility: hidden;
    transform: scale(.93);
    transition: transform .75s, opacity .75s, visibility .75s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-tm-style-4 .social-icon {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px
}

.lqd-tm-style-4 a {
    color: #fff
}

.lqd-tm-style-4 .social-icon li,
.lqd-tm-style-4 h3,
.lqd-tm-style-4 h6 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .45s, transform .45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-tm-style-4 h3 {
    font-size: 22px;
    color: #fff
}

.lqd-tm-style-4 h6 {
    font-size: 20px;
    color: rgba(255, 255, 255, .6)
}

.lqd-tm-style-4:hover .lqd-tm-details {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.lqd-tm-style-4:hover .social-icon li,
.lqd-tm-style-4:hover h3,
.lqd-tm-style-4:hover h6 {
    opacity: 1;
    transform: translateY(0)
}

.lqd-tm-style-4:hover .social-icon li {
    opacity: 1;
    transform: translateY(0)
}

.lqd-tm-style-4:hover .social-icon li:first-child {
    transition-delay: 0.13s
}

.lqd-tm-style-4:hover .social-icon li:nth-child(2) {
    transition-delay: 0.23s
}

.lqd-tm-style-4:hover .social-icon li:nth-child(3) {
    transition-delay: 0.33s
}

.lqd-tm-style-4:hover .social-icon li:nth-child(4) {
    transition-delay: 0.43s
}

.lqd-tm-style-4:hover .social-icon li:nth-child(5) {
    transition-delay: 0.53s
}

.lqd-tm-style-4:hover h3 {
    transition-delay: 0.3s
}

.lqd-tm-style-4:hover h6 {
    transition-delay: 0.4s
}

.lqd-tm-style-5 {
    margin-bottom: 0
}

.lqd-tm-style-5 .lqd-tm-details {
    background-color: var(--lqd-color-primary)
}

.lqd-tm-style-5 h3 {
    font-size: 22px;
    color: #fff
}

.lqd-tm-style-5 h6 {
    font-size: 20px;
    color: rgba(255, 255, 255, .6)
}

.lqd-tm-style-5 .lqd-tm-details-icon {
    font-size: 22px;
    color: #fff
}

.lqd-tm-style-5 .social-icon {
    margin-bottom: auto
}

@media screen and (min-width:541px) {
    .lqd-tm-style-5 .lqd-tm-details {
        opacity: 0;
        visibility: hidden;
        transition: opacity .75s, visibility .75s;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
    }

    .lqd-tm-style-5 .lqd-tm-details-icon,
    .lqd-tm-style-5 .social-icon,
    .lqd-tm-style-5 h3,
    .lqd-tm-style-5 h6 {
        opacity: 0;
        transition: opacity .45s, transform .45s;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
    }

    .lqd-tm-style-5 h3,
    .lqd-tm-style-5 h6 {
        transform: translateY(20px)
    }

    .lqd-tm-style-5 .lqd-tm-details-icon {
        transform: translateX(-20px)
    }

    .lqd-tm-style-5:hover h3 {
        transition-delay: 0.1s
    }

    .lqd-tm-style-5:hover h6 {
        transition-delay: 0.2s
    }

    .lqd-tm-style-5:hover .lqd-tm-details-icon {
        transition-delay: 0.35s
    }

    .lqd-tm-style-5:hover .lqd-tm-details,
    .lqd-tm-style-5:hover .lqd-tm-details-icon,
    .lqd-tm-style-5:hover .social-icon,
    .lqd-tm-style-5:hover h3,
    .lqd-tm-style-5:hover h6 {
        opacity: 1;
        visibility: visible;
        transform: translate(0)
    }
}

.lqd-tm-style-6 h3 {
    font-size: 19px
}

.lqd-tm-style-6 h6 {
    font-size: 16px
}

.lqd-tm-style-6 .lqd-tm-details-icon,
.lqd-tm-style-6 h3,
.lqd-tm-style-6 h6 {
    opacity: 0;
    transform: translateX(-30px);
    transition: transform 1s .35s, opacity 1s .35s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.lqd-tm-style-6 .lqd-tm-details-icon {
    font-size: 20px;
    color: #000
}

.lqd-tm-style-6 .lqd-tm-details {
    background-color: var(--lqd-color-primary);
    transform: translateX(-102%);
    transition: transform .65s cubic-bezier(.19, 1, .22, 1)
}

.lqd-tm-style-6:hover .lqd-tm-details-icon,
.lqd-tm-style-6:hover h3,
.lqd-tm-style-6:hover h6 {
    transform: translateX(0);
    opacity: 1
}

.lqd-tm-style-6:hover h6 {
    font-weight: 400;
    transition-delay: 0.4s
}

.lqd-tm-style-6:hover .lqd-tm-details-icon {
    text-decoration: 0.55s
}

.lqd-tm-style-6:hover .lqd-tm-details {
    transform: translateX(0)
}

.lqd-testi-np h3,
.lqd-testi-np h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.5em
}

.lqd-testi-np h3 {
    margin-bottom: .25em
}

.lqd-testi-np h4 {
    color: #8c8c8c
}

.lqd-testi-np[class*=ps-]:only-child {
    padding-inline-start: 0
}

.lqd-testi-quote blockquote {
    margin: 0;
    line-height: 1.5em;
    font-style: normal
}

.lqd-testi-quote blockquote p:last-child {
    margin-bottom: 0
}

.lqd-testi-inner {
    border-radius: inherit
}

.lqd-testi {
    color: #243858
}

.lqd-testi blockquote {
    padding: 0;
    border: none
}

.lqd-testi-avatar-48 .lqd-testi-avatar {
    width: 48px
}

.lqd-testi-avatar-60 .lqd-testi-avatar {
    width: 60px
}

.lqd-testi-avatar-65 .lqd-testi-avatar {
    width: 65px
}

.lqd-testi-avatar-68 .lqd-testi-avatar {
    width: 68px
}

.lqd-testi-avatar-72 .lqd-testi-avatar {
    width: 72px
}

.lqd-testi-avatar-85 .lqd-testi-avatar {
    width: 85px
}

.lqd-testi-avatar-90 .lqd-testi-avatar {
    width: 90px
}

.lqd-testi-time {
    font-size: 15px
}

.lqd-testi-brd {
    border: 2px solid #f5f5f5
}

.lqd-testi-bubble {
    border: 1px solid #d3dee3
}

.lqd-testi-bubble:after,
.lqd-testi-bubble:before {
    content: "" !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid;
    border-left-color: inherit;
    position: absolute;
    bottom: -20px;
    left: 25%;
    z-index: 1
}

.lqd-testi-bubble:after {
    border-width: 18px;
    bottom: -18px;
    left: calc(25% + 1px);
    border-left-color: #fff
}

.lqd-testi-bubble .lqd-testi-inner {
    background-color: #fff;
    z-index: 2
}

.lqd-testi-bubble-all {
    background: #fff
}

.lqd-testi-bubble-all:after {
    content: "" !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid;
    border-top-color: inherit;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 55px;
    z-index: 1
}

.lqd-testi-bubble-alt .lqd-testi-quote {
    background: #fff
}

.lqd-testi-bubble-alt .lqd-testi-quote:after {
    content: "" !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    z-index: 1
}

.lqd-testi-card {
    padding: 30px 35px;
    border-radius: 7px
}

@media screen and (max-width:479px) {
    .lqd-testi-card {
        padding: 25px 15px
    }
}

.lqd-testi-card-nospace {
    padding: 0
}

.lqd-testi-details-inline .lqd-testi-np h3:not(:only-child):after {
    content: ",";
    margin-inline-end: .5em
}

.lqd-testi-details-lg .lqd-testi-np h3 {
    font-size: 18px
}

.lqd-testi-details-lg .lqd-testi-np h4 {
    font-size: 16px
}

.lqd-testi-details-same .lqd-testi-np h3,
.lqd-testi-details-same .lqd-testi-np h4 {
    font-size: 14px
}

.lqd-testi-details-sm .lqd-testi-np h3 {
    font-size: 14px
}

.lqd-testi-details-sm .lqd-testi-np h4 {
    font-size: 12px
}

.lqd-testi-details-xl .lqd-testi-np h3 {
    font-size: 19px
}

.lqd-testi-details-xl .lqd-testi-np h4 {
    font-size: 14px
}

.lqd-testi-quote-icon-flip {
    transform: scaleX(-1)
}

.lqd-testi-quote-16 .lqd-testi-quote blockquote {
    font-size: 16px
}

.lqd-testi-quote-18 .lqd-testi-quote blockquote {
    font-size: 18px
}

.lqd-testi-quote-21 .lqd-testi-quote blockquote {
    font-size: 21px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-21 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

.lqd-testi-quote-22 .lqd-testi-quote blockquote {
    font-size: 22px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-22 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

.lqd-testi-quote-25 .lqd-testi-quote blockquote {
    font-size: 25px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-25 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

.lqd-testi-quote-27 .lqd-testi-quote blockquote {
    font-size: 27px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-27 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-icon-gradient {
        max-width: 90px;
        max-height: 80px
    }
}

.lqd-testi-quote-icon circle,
.lqd-testi-quote-icon path {
    fill: var(--lqd-color-primary)
}

.lqd-testi-quote-icon circle {
    opacity: .1
}

.lqd-testi-shadow-lg {
    box-shadow: 0 15px 55px rgba(0, 0, 0, .075)
}

.lqd-testi-shadow-none {
    box-shadow: none
}

.lqd-testi-shadow-sm {
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05)
}

.lqd-testi-shadow-sm2 {
    box-shadow: 0 10px 60px rgba(232, 235, 253, .76)
}

.lqd-testi-shadow-xl {
    box-shadow: 0 25px 45px rgba(0, 0, 0, .1)
}

.lqd-testi-shadow-xs {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.lqd-testi-shadow-xxl {
    box-shadow: 0 45px 55px rgba(0, 0, 0, .075)
}

.lqd-testi-social-icon {
    font-size: 23px
}

.lqd-testi .lqd-star-rating {
    color: #878f9d
}

.lqd-testi .lqd-star-rating li {
    color: inherit
}

.lqd-testi .lqd-star-rating .active {
    color: var(--lqd-color-primary)
}

.lqd-testi-style-9 .lqd-testi-info {
    border-bottom-style: solid;
    border-bottom-width: inherit;
    border-color: inherit
}

@media (min-width:992px) {
    .lqd-testi-style-16 .lqd-testi-side {
        width: 50%
    }

    .lqd-testi-style-16 .lqd-testi-right {
        padding: 4rem
    }
}

.lqd-testi-style-18 {
    background-color: #fff;
    border-radius: 3px 3px 22px 22px
}

.lqd-testi-style-18:before {
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    background-color: var(--lqd-color-primary);
    -webkit-mask-image: linear-gradient(60deg, transparent 35%, #000 40%);
    mask-image: linear-gradient(60deg, transparent 35%, #000 40%)
}

.lqd-testi-style-18 .lqd-testi-extra {
    border-top: 1px solid rgba(0, 0, 0, .045)
}

@media (min-width:992px) {
    .lqd-testi-style-18 .lqd-testi-quote {
        padding-inline-start: 2rem;
        padding-inline-end: 2rem
    }
}

.lqd-testi-style-19 {
    padding-top: 38px;
    padding-bottom: 38px;
    background-color: #fff
}

.txt-rotate-keywords {
    display: inline-block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    transition: width .8s cubic-bezier(.86, 0, .07, 1);
    transform: translate3d(0, 0, 0)
}

.txt-rotate-keywords span {
    background: inherit
}

.txt-rotate-keyword {
    display: inline-block;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.txt-rotate-keyword span {
    display: inline-block
}

.txt-rotate-keyword:first-child {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1
}

.txt-rotate-keyword .lqd-words>.split-inner {
    display: inline-block
}

.text-rotator-activated .txt-rotate-keyword {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.text-rotator-activated .txt-rotate-keyword.active {
    position: relative;
    opacity: 1
}

@media screen and (max-width:479px) {
    .txt-rotate-keywords {
        white-space: normal;
        min-width: 100%
    }

    .txt-rotate-keywords .lqd-keyword-slide-out:not(.active):not(.is-next) {
        white-space: nowrap
    }
}

.txt-rotator-basic .txt-rotate-keyword {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1
}

.txt-rotator-basic .txt-rotate-keyword.active {
    display: inline-block
}

@keyframes lqdKeywordSlideIn {
    from {
        transform: translateY(65%) rotateX(-95deg);
        opacity: 0
    }

    to {
        transform: translateY(0) rotateX(0);
        opacity: 1
    }
}

@keyframes lqdKeywordSlideOut {
    from {
        transform: translateY(0) rotateX(0);
        opacity: 1
    }

    to {
        transform: translateY(-65%) rotateX(95deg);
        opacity: 0
    }
}

.txt-rotate-keyword.lqd-keyword-slide-out {
    animation: lqdKeywordSlideOut .8s cubic-bezier(.86, 0, .07, 1) both
}

.txt-rotate-keyword.lqd-keyword-slide-in {
    animation: lqdKeywordSlideIn .8s cubic-bezier(.86, 0, .07, 1) both
}

.txt-rotator-list .txt-rotate-keywords {
    --visible-words: 3;
    text-align: start;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%)
}

.txt-rotator-list .txt-rotate-keyword {
    display: block;
    width: 100%;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto;
    opacity: 1 !important;
    text-align: inherit;
    transform: none
}

.txt-rotator-list .txt-rotate-keywords-inner {
    --clip-start: calc(50% + var(--current-keyword-height, 0px) + 0.1em);
    --clip-stop: calc(50% + var(--current-keyword-height, 0px) - 0.15em);
    --fade-start: calc(50% + var(--current-keyword-height, 0px) + 0.2em);
    --fade-stop: calc(50% - var(--current-keyword-height, 0px) + 0.15em);
    --lqd-color-start: var(--lqd-color-gradient-start);
    --lqd-color-stop: var(--lqd-color-gradient-stop);
    --active-color-start: var(--lqd-color-start, var(--lqd-color-primary));
    --active-color-stop: var(--lqd-color-stop, var(--lqd-color-primary))
}

.txt-rotator-list .txt-rotate-keywords-inner-clone {
    -webkit-clip-path: inset(var(--clip-start) 0 var(--clip-stop) 0);
    clip-path: inset(var(--clip-start) 0 var(--clip-stop) 0)
}

.txt-rotator-list .txt-rotate-keywords-inner-clone .txt-rotate-keyword {
    -webkit-text-stroke: 0.00001px var(--active-color-start);
    background: linear-gradient(to right, var(--active-color-start), var(--active-color-stop));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

.txt-rotator-list.text-rotator-activated .txt-rotate-keyword {
    position: relative
}

.txt-rotator-list.text-rotator-activated .txt-rotate-keywords-inner {
    --clip-start: calc(50% + var(--current-keyword-height, 0px) + 0.1em);
    --clip-stop: calc(50% + var(--current-keyword-height, 0px) - 0.15em);
    --fade-start: calc(50% + var(--current-keyword-height, 0px) + 0.2em);
    --fade-stop: calc(50% - var(--current-keyword-height, 0px) + 0.15em);
    --lqd-color-start: var(--lqd-color-gradient-start);
    --lqd-color-stop: var(--lqd-color-gradient-stop);
    --active-color-start: var(--lqd-color-start, var(--lqd-color-primary));
    --active-color-stop: var(--lqd-color-stop, var(--lqd-color-primary))
}

.txt-rotator-list.text-rotator-activated .txt-rotate-keywords-inner:not(:last-child) {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 var(--fade-start), transparent var(--fade-start), transparent var(--fade-stop), #000 var(--fade-stop), #000 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 var(--fade-start), transparent var(--fade-start), transparent var(--fade-stop), #000 var(--fade-stop), #000 100%)
}

[data-typewriter]>del,
[data-typewriter]>ins,
[data-typewriter]>kbd {
    position: absolute;
    top: 0;
    left: 0
}

[data-typewriter] kbd {
    padding: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    font: inherit;
    color: inherit
}

[data-typewriter] del,
[data-typewriter] ins {
    text-decoration: none
}

.lqd-v-lines {
    pointer-events: none
}

.lqd-v-line div {
    width: 1px;
    background-color: #fff
}

@keyframes slideshowFigureOut {
    0% {
        opacity: 1
    }

    65% {
        opacity: 0
    }

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

@keyframes slideshowFigureIn {
    0% {
        opacity: 0;
        transform: translate3d(-2%, 0, 0)
    }

    65% {
        opacity: 1
    }

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

@keyframes slideshowMenuReveal {
    40% {
        opacity: 100%
    }

    100% {
        opacity: .5
    }
}

.lqd-vslider .lqd-slsh-img {
    opacity: 0
}

.lqd-vslider-loader {
    width: 60px;
    height: 60px;
    top: 2.5em;
    right: 2.5em;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    transform: scale(1.05);
    transition: all .85s cubic-bezier(.19, 1, .22, 1)
}

.lqd-vslider-loader span {
    width: 35px;
    height: 35px;
    border: 3px solid transparent;
    border-top-color: #fff;
    animation: spin 1.5s linear infinite
}

.lqd-vslider-menu a {
    color: #fff
}

.lqd-vslider-menu a:after {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    background: 0 0;
    transform: none
}

.lqd-vslider-menu a span,
.lqd-vslider-menu a span:before {
    transition: transform .65s cubic-bezier(.23, 1, .32, 1)
}

.lqd-vslider-menu a span:before {
    content: "";
    display: inline-block;
    width: .1111111111em;
    height: .75em;
    min-width: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: currentColor;
    transform-origin: top;
    transform: scaleY(0) translateY(-1em)
}

.lqd-vslider-menu li {
    flex-basis: 33.3333333333%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    font-size: 18px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 1s, transform 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.3, 1)
}

.lqd-vslider-menu li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background-color: rgba(255, 255, 255, .75);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.lqd-vslider-menu li.is-active span {
    transform: translateY(1em)
}

.lqd-vslider-menu li.is-active span:before {
    transform: scaleY(1) translateY(-1em);
    transition-delay: 0.1s
}

.lqd-vslider-menu li:last-of-type:before {
    content: none
}

.lqd-vslider-menu li:last-of-type a:after {
    content: ""
}

.lqd-vslider-menu li:hover:before {
    transform: scaleY(1);
    transform-origin: top
}

.lqd-vslider-scrn {
    height: 950px;
    background-color: #000
}

.lqd-vslider-scrn:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .05)
}

.lqd-vslider-scrn.lqd-overlay {
    height: 100vh !important;
    padding: 10vh 12.5vw;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s, visibility .45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-vslider-scrn.collapsing {
    pointer-events: none
}

.lqd-vslider-scrn.is-loading .lqd-vslider-loader {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.lqd-vslider-scrn.is-in-view {
    opacity: 1;
    visibility: visible
}

.lqd-vslider-scrn.is-in-view .nav-trigger {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.75s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li {
    opacity: 1;
    transform: translateX(0)
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li a {
    animation: slideshowMenuReveal 1.2s cubic-bezier(.4, 0, .3, 1) reverse
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:first-child {
    transition-delay: 0.5166666667s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:first-child a {
    animation-delay: .5166666667s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(2) {
    transition-delay: 0.6833333333s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(2) a {
    animation-delay: .6833333333s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(3) {
    transition-delay: 0.85s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(3) a {
    animation-delay: .85s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(4) {
    transition-delay: 1.0166666667s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(4) a {
    animation-delay: 1.0166666667s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(5) {
    transition-delay: 1.1833333333s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(5) a {
    animation-delay: 1.1833333333s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(6) {
    transition-delay: 1.35s
}

.lqd-vslider-scrn.is-in-view .lqd-vslider-menu li:nth-child(6) a {
    animation-delay: 1.35s
}

.lqd-vslider-images:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 42%)
}

.lqd-vslider-images figure {
    width: 103%;
    height: 103%;
    top: -1.5%;
    left: -1.5%;
    transform: translate3d(0, 0, 0);
    animation: slideshowFigureOut 1s cubic-bezier(.5, 0, .08, .85) forwards
}

.lqd-vslider-images figure.is-active {
    animation: slideshowFigureIn 1s cubic-bezier(.5, 0, .08, .85) forwards
}

.lqd-vslider-ext .ld-fancy-heading h1,
.lqd-vslider-ext .ld-fancy-heading h2,
.lqd-vslider-ext .ld-fancy-heading h3,
.lqd-vslider-ext .ld-fancy-heading h4,
.lqd-vslider-ext .ld-fancy-heading h5,
.lqd-vslider-ext .ld-fancy-heading h6,
.lqd-vslider-ext .ld-fancy-heading p {
    color: #fff
}

.lqd-vslider-ext .ld-fancy-heading a {
    color: inherit
}

.lqd-vslider-ext h2 {
    font-size: 85px
}

.lqd-vslider-ext p {
    font-size: 24px
}

.lqd-vslider-ext .lqd-highlight-custom-underline .lqd-highlight-inner {
    bottom: 0
}

.lqd-vslider-ext .lqd-highlight-custom-underline .lqd-highlight svg>path {
    transition-delay: 1.15s
}

.lqd-vslider-ext>ul>li {
    opacity: 0;
    pointer-events: none
}

.lqd-vslider-ext>ul>li.is-active {
    pointer-events: auto
}

.lqd-vslider-ext>ul>li.is-active .lqd-highlight-custom-underline .lqd-highlight svg>path {
    stroke-dashoffset: 0
}

@media screen and (min-width:992px) {
    .lqd-vslider-ext {
        padding-inline-start: 3rem;
        padding-inline-end: 3rem
    }

    .lqd-vslider-ext li {
        top: 0;
        left: 0;
        padding: 5.5rem 4rem 1rem
    }
}

@media screen and (max-width:768px) {

    .lqd-vslider-ext,
    .lqd-vslider-ext li,
    .lqd-vslider-ext ul {
        width: 100%
    }

    .lqd-vslider-loader {
        top: calc(50% - 30px);
        right: calc(50% - 30px)
    }

    .lqd-vslider-scrn {
        max-height: 100vh
    }
}

@media screen and (max-width:991px) and (max-height:650px) {
    .lqd-vslider-ext>ul>li>.ld-fancy-heading:last-of-type {
        display: none
    }
}

@media screen and (max-width:479px) {
    .lqd-vslider-menu li {
        padding: 0
    }

    .lqd-vslider-menu a {
        padding: 30px 10px
    }
}

.lqd-vbg-video .mejs-inner,
.lqd-vbg-video .mejs-mediaelement,
.lqd-vbg-video .mejs__overlay,
.lqd-vbg-video .mejs__poster,
.lqd-vbg-video mediaelementwrapper,
.lqd-vbg-video:not([data-property]) {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important
}

.lqd-vbg-video .YTPOverlay,
.lqd-vbg-video .inlinePlayButton,
.lqd-vbg-video .mb_YTPBar,
.lqd-vbg-video .mejs-controls,
.lqd-vbg-video .mejs__controls,
.lqd-vbg-video .mejs__overlay-play {
    display: none !important
}

.lqd-vbg-loader {
    z-index: -1
}

.lqd-vbg-inner,
.lqd-vbg-loader,
.lqd-vbg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.lqd-vbg-inner:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.lqd-vbg-wrap {
    pointer-events: none
}

.lqd-vbg-wrap .inline-YTPlayer {
    height: 100%;
    max-width: 100vw !important
}

.mbYTP_wrapper iframe {
    height: 100% !important;
    margin-top: 0 !important
}

.mejs-offscreen {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1px;
    word-wrap: normal !important
}

.lqd-iot-content-left h3 {
    margin: 0;
    margin-inline-end: 1em;
    color: var(--lqd-color-primary)
}

.lqd-iot-content-right {
    order: 2
}

.lqd-iot-img-wrap {
    order: 1
}

.lqd-iot-img-wrap canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.lqd-iot h2 {
    font-size: 200px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff
}

.vc_mobile .lqd-iot-img figure,
.vc_mobile .lqd-iot-img figure img {
    visibility: visible
}

@media screen and (min-width:992px) {
    .lqd-iot-content {
        flex: 0 1 2%;
        opacity: 0;
        transition: transform .6s .25s, opacity .45s .25s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    .lqd-iot-content h3 {
        margin: 0 0 1em 0
    }

    .lqd-iot-inner {
        display: flex
    }

    .lqd-iot-content-inner {
        writing-mode: vertical-rl;
        transform: rotate(-180deg);
        text-orientation: sideways;
        max-height: inherit
    }

    .lqd-iot-content-left {
        margin-inline-end: .75rem;
        transform: translateX(-20px)
    }

    .lqd-iot-content-right {
        max-height: 480px;
        margin-inline-start: .75rem;
        transform: translateX(20px)
    }

    .lqd-iot-overlay-txt {
        transform: translateZ(50px) scale(.75);
        transition: transform 1s cubic-bezier(.23, 1, .32, 1)
    }

    .lqd-iot-overlay-txt-inner {
        transform: translateY(-125%)
    }

    .lqd-iot-overlay-txt-inner,
    .lqd-iot-overlay-txt-inner h2 {
        transition: transform 1.7s cubic-bezier(.19, 1, .22, 1)
    }

    .lqd-iot-overlay-txt-inner h2 {
        transform: translateY(125%)
    }

    .lqd-iot-overlay-btn {
        opacity: 0;
        transform: translateZ(2px) translate(-75%, 50%);
        transition: transform .3s .1s, opacity .3s .2s
    }

    .lqd-iot-img-wrap {
        flex: 1 0 90%;
        margin-bottom: 0
    }

    .lqd-iot-type-img .lqd-iot-img {
        opacity: 0;
        transform: scale(1.15);
        transition: transform 1.25s, opacity 1s;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
    }

    .lqd-iot.is-in-view .lqd-iot-overlay-txt {
        transform: translateZ(150px) scale(.75)
    }

    .lqd-iot.is-in-view .lqd-iot-overlay-txt svg {
        opacity: 1;
        stroke-dashoffset: 0
    }

    .lqd-iot.is-in-view .lqd-iot-overlay-btn {
        opacity: 1;
        transform: translateZ(50px) translate(-75%, 50%)
    }

    .lqd-iot.is-in-view .lqd-iot-content {
        opacity: 1;
        transform: translateX(0)
    }

    .lqd-iot.is-in-view .lqd-iot-overlay-txt-inner {
        transition-delay: 0.1s
    }

    .lqd-iot.is-in-view .lqd-iot-overlay-txt-inner,
    .lqd-iot.is-in-view .lqd-iot-overlay-txt-inner h2 {
        transform: translateY(0)
    }

    .lqd-iot.is-in-view .lqd-iot-overlay-txt-inner h2 {
        transition-delay: 0.2s
    }

    .lqd-iot.is-in-view.lqd-iot-type-img .lqd-iot-img.lqd-webglhover-ready {
        opacity: 1;
        transform: scale(1);
        z-index: 2
    }
}

@media (max-width:992px) {

    .lqd-iot-content,
    .lqd-iot-img-wrap {
        margin-bottom: 1rem
    }
}

.lqd-progressbar-bar {
    width: 0%;
    border-radius: inherit;
    color: #181b31;
    background-color: var(--lqd-color-primary)
}

.lqd-progressbar-title {
    margin: var(--title-mt, 0) var(--title-me, 0) var(--title-mb, 0) var(--title-ms, 0);
    font-size: 1em
}

.lqd-progressbar-values-inline .lqd-progressbar-details {
    order: -1
}

@media screen and (min-width:768px) {
    .lqd-progressbar-values-inline {
        display: flex;
        flex-flow: row wrap;
        align-items: center
    }

    .lqd-progressbar-values-inline .lqd-progressbar-inner {
        width: auto;
        margin-bottom: 0
    }

    .lqd-progressbar-values-inline .lqd-progressbar-title {
        margin-inline-end: 3%;
        margin-bottom: 0
    }
}

.ld-prgbr-circle {
    margin-top: 0
}

.ld-prgbr-circle .liquid-progressbar-bar,
.ld-prgbr-circle .liquid-progressbar-inner,
.ld-prgbr-circle .liquid-progressbar-percentage {
    background: 0 0
}

.ld-prgbr-circle .liquid-progressbar-bar,
.ld-prgbr-circle .liquid-progressbar-inner,
.ld-prgbr-circle .liquid-progressbar-percentage {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1
}

.ld-prgbr-circle .liquid-progressbar-bar {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: auto
}

.ld-prgbr-circle .liquid-progressbar-bar {
    text-align: center
}

.ld-prgbr-circle .liquid-progressbar-percentage {
    font-size: 48px;
    font-weight: 700;
    color: #000
}

.ld-prgbr-circle .liquid-progressbar-details {
    margin-top: 20px
}

.ld-prgbr-circle .liquid-progressbar-title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 17px;
    text-align: center;
    color: #4e4e4e
}

.lqd-gallery-device .flickity-viewport {
    height: 100% !important
}

.lqd-gallery-device .carousel-dots-mobile {
    width: auto !important;
    padding: .4em .5em;
    border-radius: 3em;
    position: absolute;
    bottom: 7%;
    left: 50%;
    background-color: rgba(255, 255, 255, .65);
    transform: translateX(-50%);
    backdrop-filter: blur(5px)
}

.lqd-gallery-device .carousel-dots-mobile .flickity-page-dots {
    display: flex;
    margin: 0
}

.lqd-gallery-laptop-gallery-images {
    top: 1.2%;
    right: 15.5%;
    bottom: 12.75%;
    left: 14.65%;
    border-radius: 3%/5%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.lqd-gallery-mobile-base-img-wrap {
    width: min(330px, 100%);
    margin: 0 auto
}

.lqd-gallery-mobile-gallery-images {
    top: 2.2%;
    bottom: 2%
}

.lqd-gallery-mobile-gallery-images .carousel-item {
    width: min(330px, 100%);
    margin: 0 4.5%
}

.lqd-gallery-mobile-gallery-images figure {
    margin: 0 5% !important
}

.lqd-gallery-mobile-gallery-images img {
    border-radius: 12%/5%
}

.lqd-device-gallery-shadow-float {
    top: 2%;
    right: 2%;
    left: 2%;
    bottom: 2%;
    box-shadow: 80px 80px 65px rgba(0, 0, 0, .35);
    border-radius: 15%/8%
}

.lqd-device-gallery-shadow-long {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: 1%;
    border-radius: 15%/8%;
    box-shadow: 6.2px 7px 6.4px rgba(0, 0, 0, .17), 15.6px 17.8px 13.7px rgba(0, 0, 0, .161), 31.9px 36.3px 23.9px rgba(0, 0, 0, .146), 65.7px 74.8px 43.9px rgba(0, 0, 0, .125), 180px 205px 119px rgba(0, 0, 0, .093)
}

.lqd-device-gallery-shadow-medium {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: 1%;
    border-radius: 15%/8%;
    box-shadow: .5px .5px 10.2px rgba(0, 0, 0, .25), 3px 3px 16.9px rgba(0, 0, 0, .236), 8.8px 8.8px 22.1px rgba(0, 0, 0, .214), 21.1px 21.1px 33.6px rgba(0, 0, 0, .184), 50px 50px 74px rgba(0, 0, 0, .137)
}

.lqd-device-gallery-shadow-stand {
    right: 5%;
    left: 5%;
    bottom: 0;
    height: 2px;
    border-radius: 100%;
    box-shadow: 0 0 11px 3px #000;
    background: #000;
    filter: blur(2px)
}

@keyframes lqdItiInnerOut {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@keyframes lqdItiImgOut {
    0% {
        transform: translateY(0) scale(1)
    }

    100% {
        transform: translateY(100%) scale(1.15)
    }
}

@keyframes lqdItiInnerIn {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes lqdItiImgIn {
    0% {
        transform: translateY(-100%) scale(1.15)
    }

    100% {
        transform: translateY(0) scale(1)
    }
}

.lqd-iti-link-item {
    color: #000;
    transition: z-index .1s .15s
}

.lqd-iti-link-item:not(:last-child) {
    padding-inline-end: var(--iti-h-gap)
}

.lqd-iti-link-item:not(:last-child):after {
    content: "" !important;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: calc(var(--iti-h-gap)/ 2);
    border-radius: 4px;
    background-color: currentColor;
    transition: opacity .3s
}

.lqd-iti-link-item.lqd-is-active {
    z-index: 3
}

.lqd-iti-link-item.lqd-is-active:after {
    opacity: 0
}

.lqd-iti-link-item.lqd-is-active .lqd-iti-link {
    color: #fff
}

.lqd-iti-link {
    color: inherit
}

.lqd-iti-link:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-iti-img {
    transform: translateY(100%) scale(1.5)
}

.lqd-iti-img-inner {
    transform: translateY(-100%)
}

.lqd-iti-imgs {
    width: var(--iti-img-width);
    height: var(--iti-img-height);
    opacity: 0;
    transform: translate(calc(var(--lqd-mousex) - 50%), calc(var(--lqd-mousey) - 50%));
    transition: opacity .3s
}

.lqd-iti-imgs .lqd-was-active .lqd-iti-img {
    animation: lqdItiImgOut .55s ease-in-out both
}

.lqd-iti-imgs .lqd-was-active .lqd-iti-img-inner {
    animation: lqdItiInnerOut .55s ease-in-out both
}

.lqd-iti-imgs .lqd-is-active {
    z-index: 2
}

.lqd-iti-imgs .lqd-is-active .lqd-iti-img {
    animation: lqdItiImgIn .55s ease-in-out both
}

.lqd-iti-imgs .lqd-is-active .lqd-iti-img-inner {
    animation: lqdItiInnerIn .55s ease-in-out both
}

.lqd-iti-img {
    max-width: none !important
}

.lqd-iti-items {
    --iti-img-width: 350px;
    --iti-img-height: 450px;
    --iti-h-gap: 1em
}

.lqd-iti-items:hover .lqd-iti-imgs {
    opacity: 1
}

@media (min-width:1200px) {
    .lqd-section-flow-panel-end {
        padding-inline-start: 3%;
        padding-inline-end: 13%
    }
}

@media (min-width:992px) {
    .lqd-section-flow {
        display: flex
    }

    .lqd-section-flow-content-mobile {
        display: none
    }

    .lqd-section-flow-panel-start {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
    }

    .lqd-section-flow-panel-start .sticky {
        top: var(--lqd-sticky-header-height, 0)
    }

    .lqd-section-flow-panel-end .lqd-section-flow-item {
        opacity: .1
    }
}

@media (max-width:991px) {
    .lqd-section-flow-panel-start {
        display: none
    }
}

@keyframes lqdGDPRFadeIn {
    from {
        transform: translate(-50%, 50%);
        opacity: 0;
        visibility: hidden
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes lqdGDPRFadeOut {
    from {
        transform: translate(-50%, 0);
        opacity: 1;
        visibility: visible
    }

    to {
        transform: translate(-50%, 50%);
        opacity: 0;
        visibility: hidden
    }
}

.lqd-gdpr-accept {
    padding: 8px 23px;
    border: none;
    border-radius: 50em;
    background: #eff3f5;
    font-size: 14px;
    line-height: 1em;
    color: #184341;
    transition: background .3s, color .3s
}

.lqd-gdpr-accept:hover {
    color: #eff3f5;
    background-color: #184341
}

.lqd-gdpr-left {
    padding-inline-end: 16px
}

.lqd-gdpr-inner {
    display: flex;
    align-items: center
}

#lqd-gdpr {
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 3.5rem;
    left: 50%;
    z-index: 10152;
    background-color: #fff;
    font-size: .9em;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .86);
    box-shadow: 0 20px 60px rgba(92, 107, 149, .15);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0)
}

#lqd-gdpr p {
    margin-bottom: 0
}

#lqd-gdpr.lqd-gdpr-ready.lqd-gdpr-visible {
    animation: lqdGDPRFadeIn .85s cubic-bezier(.19, 1, .22, 1) both alternate
}

#lqd-gdpr.lqd-gdpr-ready.lqd-gdpr-hidden {
    animation: lqdGDPRFadeOut .85s cubic-bezier(.19, 1, .22, 1) both alternate
}

@media screen and (max-width:540px) {
    #lqd-gdpr {
        min-width: 320px;
        border-radius: 4px;
        text-align: center
    }

    .lqd-gdpr-left {
        padding: 0;
        margin-bottom: .75em
    }

    .lqd-gdpr-inner {
        flex-direction: column
    }
}

.divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.divider-separator {
    width: 100%;
    display: flex;
    margin: 0;
    direction: ltr;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.shape-circle .icon.social-icon {
    border-radius: 50%
}

.lqd-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.lqd-shape-top {
    top: -1px
}

.lqd-shape-bottom {
    bottom: -1px
}

.lqd-shape svg {
    display: block;
    width: calc(100% + 2px);
    position: relative
}

#lqd-contents-wrap>.lqd-lp-grid {
    padding-top: 45px;
    padding-bottom: 45px
}

.container .lqd-post-content .ld-container {
    padding-inline-start: 0;
    padding-inline-end: 0
}

.lqd-contents>.lqd-post-content:not(:only-of-type) {
    margin-bottom: 0 !important
}

.post-password-form input {
    display: inline-flex;
    height: 50px;
    padding: 5px 2em;
    border: none;
    border-radius: 3px;
    background: 0 0;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.post-password-form input[type=password] {
    border: 1px solid #eaeaea;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    transition: box-shadow .3s
}

.post-password-form input[type=password]:focus {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    outline: 0
}

.post-password-form input[type=submit] {
    background-color: var(--lqd-color-primary);
    color: #fff
}

.has-sidebar .blog-post-footer .container,
.has-sidebar .comments-area .comment-form .container,
.has-sidebar .comments-area .comment-list .container,
.has-sidebar.lqd-blog-post-style-4 .related-posts .container,
.has-sidebar.lqd-blog-post-style-6 .related-posts .container {
    padding-inline-start: 0;
    padding-inline-end: 0
}

.has-sidebar .lqd-single-post-content>.container {
    width: 100%;
    padding: 0
}

.lqd-blog-post-style-1 .comment-reply-title,
.lqd-blog-post-style-1 .related-posts-title,
.lqd-blog-post-style-2 .comment-reply-title,
.lqd-blog-post-style-2 .related-posts-title,
.lqd-blog-post-style-3 .comment-reply-title,
.lqd-blog-post-style-3 .related-posts-title,
.lqd-blog-post-style-5 .comment-reply-title,
.lqd-blog-post-style-5 .related-posts-title,
.lqd-blog-post-style-7 .comment-reply-title,
.lqd-blog-post-style-7 .related-posts-title {
    font-size: 34px
}

.lqd-blog-post-style-4 .comment-reply-title,
.lqd-blog-post-style-4 .related-posts-title,
.lqd-blog-post-style-5 .comment-reply-title,
.lqd-blog-post-style-5 .related-posts-title {
    font-size: 24px;
    margin-bottom: 1.5em
}

.lqd-blog-post-style-6 .comment-reply-title,
.lqd-blog-post-style-6 .related-posts-title {
    font-size: 30px;
    margin-bottom: 1.5em
}

.vc_mobile .lqd-woo-single-layout-1,
.vc_mobile .lqd-woo-single-layout-1 #wrap,
.vc_mobile .lqd-woo-single-layout-2,
.vc_mobile .lqd-woo-single-layout-2 #wrap,
.vc_mobile .lqd-woo-single-layout-3,
.vc_mobile .lqd-woo-single-layout-3 #wrap {
    overflow: visible
}

@media screen and (min-width:768px) {

    .blog-post-footer,
    .comments-area .comment-form,
    .comments-area .comment-list,
    .comments-area .comment-reply-title,
    .lqd-blog-post-style-4 .related-posts,
    .lqd-blog-post-style-6 .related-posts {
        max-width: 1170px;
        padding: 0 15px;
        margin-inline-start: auto;
        margin-inline-end: auto
    }

    .blog-post-footer .container,
    .comments-area .comment-form .container,
    .comments-area .comment-list .container,
    .comments-area .comment-reply-title .container,
    .lqd-blog-post-style-4 .related-posts .container,
    .lqd-blog-post-style-6 .related-posts .container {
        width: 100%;
        padding: 0
    }

    .container .blog-post-footer,
    .container .comments-area .comment-form,
    .container .comments-area .comment-list,
    .container .comments-area .comment-reply-title,
    .lqd-blog-post-style-4 .container .related-posts,
    .lqd-blog-post-style-6 .container .related-posts {
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .has-sidebar .blog-post-footer,
    .has-sidebar .comments-area .comment-form,
    .has-sidebar .comments-area .comment-list,
    .has-sidebar.lqd-blog-post-style-4 .related-posts,
    .has-sidebar.lqd-blog-post-style-6 .related-posts {
        max-width: none
    }
}

@media screen and (max-width:479px) {

    .lqd-blog-post .comment-reply-title,
    .lqd-blog-post .related-posts-title {
        font-size: 24px;
        margin-bottom: 1.5em
    }
}

.lqd-post-header {
    display: grid;
    grid-template-columns: 1fr
}

.lqd-post-header .entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.lqd-post-header[data-parallax] {
    will-change: transform
}

.lqd-blog-post-style-1 .lqd-post-media,
.lqd-blog-post-style-2 .lqd-post-media,
.lqd-blog-post-style-5 .lqd-post-media {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.lqd-blog-post-style-1 .lqd-post-media img,
.lqd-blog-post-style-2 .lqd-post-media img,
.lqd-blog-post-style-5 .lqd-post-media img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.lqd-blog-post-style-1 .lqd-post-header,
.lqd-blog-post-style-2 .lqd-post-header,
.lqd-blog-post-style-5 .lqd-post-header {
    padding: 15vmin 15px;
    position: relative;
    z-index: 2
}

.lqd-blog-post-style-1 .entry-meta,
.lqd-blog-post-style-2 .entry-meta,
.lqd-blog-post-style-5 .entry-meta {
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.lqd-blog-post-style-1 .entry-meta a,
.lqd-blog-post-style-1 .entry-meta time,
.lqd-blog-post-style-2 .entry-meta a,
.lqd-blog-post-style-2 .entry-meta time,
.lqd-blog-post-style-5 .entry-meta a,
.lqd-blog-post-style-5 .entry-meta time {
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
    color: #fff
}

.lqd-blog-post-style-1 h1.entry-title,
.lqd-blog-post-style-2 h1.entry-title,
.lqd-blog-post-style-5 h1.entry-title {
    color: #fff;
    text-align: center
}

.lqd-blog-post-style-1 .lqd-post-header,
.lqd-blog-post-style-2 .lqd-post-header {
    place-content: center
}

.lqd-blog-post-style-1 .main-header-overlay+#lqd-site-content .lqd-post-header {
    padding-top: calc(15vmin + 100px)
}

.lqd-blog-post-style-6 .lqd-post-cover {
    padding: 0 15px
}

.lqd-blog-post-style-6 .container>.lqd-post-cover {
    padding: 0
}

.lqd-blog-post-style-7 .lqd-post-header {
    padding: 0 15px
}

.lqd-blog-post-style-6 .lqd-post-cover,
.lqd-blog-post-style-7 .lqd-post-cover {
    display: flex;
    margin: auto;
    flex-direction: column-reverse
}

.lqd-blog-post-style-6 .cat-links,
.lqd-blog-post-style-7 .cat-links {
    font-weight: 700
}

.lqd-blog-post-style-6 h1.entry-title,
.lqd-blog-post-style-7 h1.entry-title {
    margin-bottom: .25em
}

.lqd-blog-post-style-6 .lqd-post-header,
.lqd-blog-post-style-7 .lqd-post-header {
    margin-bottom: .5em
}

.has-sidebar.lqd-blog-post-style-6 .lqd-post-cover {
    padding-inline-start: 0;
    padding-inline-end: 0
}

@media screen and (min-width:768px) {

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        width: 75%;
        margin: auto
    }
}

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

    .lqd-blog-post-style-1 .lqd-post-header,
    .lqd-blog-post-style-2 .lqd-post-header {
        max-width: 940px;
        margin: auto
    }

    .lqd-blog-post-style-1 h1.entry-title,
    .lqd-blog-post-style-2 h1.entry-title {
        font-size: 70px
    }

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        width: 90%
    }

    .lqd-blog-post-style-3 .main-header-overlay~#lqd-site-content #lqd-contents-wrap {
        padding-top: 100px
    }
}

@media screen and (min-width:1200px) {

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        width: 70%
    }
}

@media screen and (max-width:768px) {

    .lqd-blog-post-style-3 h1.entry-title,
    .lqd-blog-post-style-4 h1.entry-title,
    .lqd-blog-post-style-6 h1.entry-title,
    .lqd-blog-post-style-7 h1.entry-title {
        font-size: 40px
    }

    .lqd-blog-post-style-1 .lqd-post-header,
    .lqd-blog-post-style-2 .lqd-post-header {
        padding-top: 25vmin;
        padding-bottom: 25vmin
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post .lqd-post-header h1.entry-title {
        font-size: clamp(32px, 20vmax, 50px)
    }

    .lqd-blog-post-style-3 .lqd-post-header h1.entry-title {
        font-size: clamp(30px, 4vmax, 42px)
    }

    .lqd-blog-post-style-4 .lqd-post-header h1.entry-title,
    .lqd-blog-post-style-6 .lqd-post-header h1.entry-title,
    .lqd-blog-post-style-7 .lqd-post-header h1.entry-title {
        font-size: clamp(30px, 4.5vmax, 42px)
    }
}

.entry-meta {
    color: #000;
    font-size: 14px
}

.entry-meta a {
    color: inherit
}

.entry-meta a:hover {
    opacity: .7
}

.entry-meta>div {
    display: flex;
    align-items: center;
    margin-bottom: 1.2em
}

.entry-meta .byline>span>span:first-of-type,
.entry-meta .cat-links>span:first-of-type,
.entry-meta .posted-on>span:first-of-type {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    word-wrap: normal
}

.entry-meta .byline {
    flex-direction: row;
    align-items: center
}

.entry-meta .byline figure {
    width: 42px;
    flex-shrink: 0;
    margin-inline-end: 20px;
    border-radius: 60px;
    overflow: hidden
}

.entry-meta .updated {
    display: none
}

.entry-meta .cat-links:only-child {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.lqd-blog-post-style-1 .entry-meta>div,
.lqd-blog-post-style-2 .entry-meta>div {
    padding: 0 15px
}

.lqd-blog-post-style-1 .entry-meta>div:not(.byline),
.lqd-blog-post-style-2 .entry-meta>div:not(.byline) {
    flex-direction: column;
    align-items: start
}

.lqd-blog-post-style-1 .entry-meta>div:after,
.lqd-blog-post-style-2 .entry-meta>div:after {
    content: none
}

.lqd-blog-post-style-1 .entry-meta .byline>span>span:first-of-type,
.lqd-blog-post-style-1 .entry-meta .cat-links>span:first-of-type,
.lqd-blog-post-style-1 .entry-meta .posted-on>span:first-of-type,
.lqd-blog-post-style-2 .entry-meta .byline>span>span:first-of-type,
.lqd-blog-post-style-2 .entry-meta .cat-links>span:first-of-type,
.lqd-blog-post-style-2 .entry-meta .posted-on>span:first-of-type {
    clip: auto;
    height: auto;
    overflow: visible;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-weight: 700
}

.lqd-blog-post-style-1 .entry-meta .byline figure,
.lqd-blog-post-style-2 .entry-meta .byline figure {
    width: 57px
}

.lqd-blog-post-style-3 .byline figure,
.lqd-blog-post-style-6 .byline figure {
    display: none
}

.lqd-blog-post-style-3 .tags-links a {
    mix-blend-mode: hard-light
}

@media screen and (min-width:480px) {
    .entry-meta>div:after {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 2px;
        margin-inline-start: 1em;
        margin-inline-end: 1em;
        background-color: currentColor
    }

    .entry-meta>div:last-child:after,
    .entry-meta>div:only-child:after {
        content: none
    }
}

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

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        justify-content: space-between
    }
}

@media screen and (max-width:991px) {

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        justify-content: space-between
    }
}

@media screen and (max-width:479px) {

    .share-links,
    .tags-links {
        width: 100%
    }

    .entry-meta>div {
        flex: 1 50%;
        margin-bottom: .5em
    }

    .entry-meta .byline figure {
        display: none
    }

    .cat-links:only-child {
        margin-bottom: 1em
    }

    .lqd-blog-post-style-1 .entry-meta>div,
    .lqd-blog-post-style-2 .entry-meta>div {
        justify-content: center
    }

    .lqd-blog-post-style-1 .entry-meta>div:not(.byline),
    .lqd-blog-post-style-2 .entry-meta>div:not(.byline) {
        align-items: center
    }

    .lqd-blog-post-style-4 .lqd-post-header .entry-meta:last-child>div,
    .lqd-blog-post-style-5 .lqd-post-header .entry-meta:last-child>div,
    .lqd-blog-post-style-6 .lqd-post-header .entry-meta:last-child>div,
    .lqd-blog-post-style-7 .lqd-post-header .entry-meta:last-child>div {
        flex: 0 auto;
        padding: .25em 1em;
        margin-inline-end: .5em;
        border-radius: 3px;
        background-color: #f3f3f3
    }
}

.lqd-post-cover {
    position: relative
}

.lqd-post-cover h1.entry-title {
    margin-bottom: .35em
}

.lqd-post-media {
    position: relative
}

.lqd-post-media img {
    width: 100%
}

.lqd-post-media:empty {
    display: none
}

.lqd-post-media[data-parallax] {
    will-change: transform
}

.lqd-post-cover-overlay {
    pointer-events: none
}

.lqd-blog-post-style-1 .lqd-post-cover-overlay,
.lqd-blog-post-style-2 .lqd-post-cover-overlay {
    background-color: rgba(0, 0, 0, .37)
}

.lqd-blog-post-style-6 .lqd-post-media,
.lqd-blog-post-style-7 .lqd-post-media {
    padding-top: 62.5%
}

.lqd-blog-post-style-6 .lqd-post-media img,
.lqd-blog-post-style-7 .lqd-post-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.lqd-blog-post-style-7 .lqd-post-media {
    padding-top: 45%
}

.lqd-blog-post-style-1 .lqd-post-cover,
.lqd-blog-post-style-2 .lqd-post-cover,
.lqd-blog-post-style-3 .lqd-post-cover,
.lqd-blog-post-style-5 .lqd-post-cover,
.lqd-blog-post-style-7 .lqd-post-cover {
    margin-bottom: 70px
}

.comments-area {
    padding-bottom: 50px;
    clear: both
}

.comment-respond {
    margin: .2em 0 0
}

.comment-form {
    margin-top: 3em;
    font-size: 16px
}

.comment-form>.row {
    display: flex;
    flex-wrap: wrap
}

.comment-form input,
.comment-form textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
    line-height: 1.5em
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: 0
}

.comment-form input {
    height: 45px
}

.comment-form input[type=checkbox],
.comment-form input[type=radio] {
    height: auto
}

.comment-form input[type=checkbox]+label,
.comment-form input[type=radio]+label {
    margin-inline-start: 8px
}

.comment-form input[type=submit] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 16px 55px;
    border: none;
    background-color: #181b31;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    transition: transform .3s, box-shadow .3s
}

.comment-form input[type=submit]:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
    transform: translateY(-2px)
}

.comment-form .comment-form-author,
.comment-form .comment-form-comment,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 35px;
    position: relative;
    perspective: 1200px
}

.comment-form .comment-form-author:after,
.comment-form .comment-form-author:before,
.comment-form .comment-form-comment:after,
.comment-form .comment-form-comment:before,
.comment-form .comment-form-email:after,
.comment-form .comment-form-email:before,
.comment-form .comment-form-url:after,
.comment-form .comment-form-url:before {
    content: "";
    display: table;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: transform .6s cubic-bezier(.23, 1, .32, 1)
}

.comment-form .comment-form-author:before,
.comment-form .comment-form-comment:before,
.comment-form .comment-form-email:before,
.comment-form .comment-form-url:before {
    transform: scale(1);
    transform-origin: left center;
    background-color: #d8dbe2
}

.comment-form .comment-form-author:after,
.comment-form .comment-form-comment:after,
.comment-form .comment-form-email:after,
.comment-form .comment-form-url:after {
    clear: both;
    transform: scale(0, 2);
    transform-origin: right center;
    background-color: #181b31
}

.comment-form .comment-form-author.form-submit,
.comment-form .comment-form-comment.form-submit,
.comment-form .comment-form-email.form-submit,
.comment-form .comment-form-url.form-submit {
    margin-bottom: 90px
}

.comment-form .comment-form-author.comment-notes:after,
.comment-form .comment-form-author.comment-notes:before,
.comment-form .comment-form-author.form-submit:after,
.comment-form .comment-form-author.form-submit:before,
.comment-form .comment-form-comment.comment-notes:after,
.comment-form .comment-form-comment.comment-notes:before,
.comment-form .comment-form-comment.form-submit:after,
.comment-form .comment-form-comment.form-submit:before,
.comment-form .comment-form-email.comment-notes:after,
.comment-form .comment-form-email.comment-notes:before,
.comment-form .comment-form-email.form-submit:after,
.comment-form .comment-form-email.form-submit:before,
.comment-form .comment-form-url.comment-notes:after,
.comment-form .comment-form-url.comment-notes:before,
.comment-form .comment-form-url.form-submit:after,
.comment-form .comment-form-url.form-submit:before {
    content: none
}

.comment-form .comment-form-author.input-focused:before,
.comment-form .comment-form-comment.input-focused:before,
.comment-form .comment-form-email.input-focused:before,
.comment-form .comment-form-url.input-focused:before {
    transform: scale(0, 2);
    transform-origin: right center
}

.comment-form .comment-form-author.input-focused:after,
.comment-form .comment-form-comment.input-focused:after,
.comment-form .comment-form-email.input-focused:after,
.comment-form .comment-form-url.input-focused:after {
    transform: scale(1);
    transform-origin: left center
}

.comment-form .comment-form-author.input-filled .split-unit,
.comment-form .comment-form-comment.input-filled .split-unit,
.comment-form .comment-form-email.input-filled .split-unit,
.comment-form .comment-form-url.input-filled .split-unit {
    opacity: 0 !important;
    transform: translateY(-27%) rotateX(-45de) !important
}

.comment-form .logged-in-as {
    padding-inline-start: 15px;
    padding-inline-end: 14px
}

.comment-form .logged-in-as:after,
.comment-form .logged-in-as:before {
    content: none
}

.comment-form .comment-subscription-form {
    text-align: start;
    margin-bottom: .5em
}

.comment-form .comment-subscription-form+input[type=submit] {
    margin-top: 1em
}

.comment-notes {
    text-align: center
}

.comment-reply-title {
    font-weight: 700
}

.comment-reply-title small {
    vertical-align: middle
}

.comment-form-cookies-consent {
    display: flex;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    align-items: center;
    order: 3
}

.comment-form-cookies-consent:after,
.comment-form-cookies-consent:before {
    content: none
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: inherit
}

.comment-form-cookies-consent~div {
    order: 2
}

#cancel-comment-reply-link {
    padding: .35em .75em .5em;
    margin-inline-start: 1em;
    background-color: rgba(253, 58, 24, .6);
    font-size: 12px;
    line-height: 1.5em;
    text-transform: none;
    color: #fff;
    border-radius: 2px
}

#cancel-comment-reply-link:hover {
    background-color: #fd3a18
}

.no-comments {
    font-weight: 700;
    text-align: center;
    color: #333
}

.lqd-blog-post-style-4 .comment-form input[type=submit],
.lqd-blog-post-style-6 .comment-form input[type=submit] {
    border-radius: 50em
}

.has-sidebar .comment-reply-title {
    text-align: inherit;
    justify-content: inherit
}

@media screen and (max-width:991px) {
    .comments-area {
        padding: 0 15px 40px
    }
}

@media screen and (max-width:768px) {
    .comment-form>.row>div {
        width: 100%;
        text-align: inherit !important
    }
}

@media screen and (max-width:479px) {
    .container .comments-area {
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .comment-form {
        margin-top: 2em
    }

    .comment-form input[type=checkbox],
    .comment-form input[type=radio] {
        width: 20px;
        height: 20px;
        flex: 1 0 20px;
        margin-inline-end: 6px
    }
}

.comment-author {
    display: flex;
    color: #16171e
}

.comment-author a {
    color: #16171e
}

.comment-author .avatar {
    width: 70px;
    margin-inline-end: 18px;
    border-radius: 50em
}

.comment-author .says {
    display: none
}

.comment-meta {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.comment-edit-link,
.comment-permalink {
    color: var(--lqd-color-link)
}

.comment-edit-link {
    margin-inline-start: 5px
}

.comment-metadata {
    font-size: .7777777778em
}

.comment-metadata a {
    color: #40414a
}

.comment .comment-extras,
.comment-content {
    padding-inline-start: 88px
}

.comment-content {
    margin: 0 0 15px
}

.comment-content p {
    margin-bottom: .75em
}

.comment-extras {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comment-extras p {
    margin: 0
}

.comment-body {
    margin-bottom: 30px
}

.comment {
    font-size: 16px;
    line-height: 1.3333333333em
}

.comment .reply a {
    display: inline-block;
    padding: 7px 13px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #181b31;
    border: 1px solid #d8dbe2
}

.comment .reply a:hover {
    border-color: #181b31;
    background-color: #181b31;
    color: #fff
}

.comment ul {
    list-style-type: disc
}

.comment ul ul {
    list-style-type: circle
}

.comment ul ul ul {
    list-style-type: square
}

.comment.bypostauthor .comment-author,
.comment.bypostauthor .comment-author a {
    color: var(--lqd-color-primary)
}

.pingback,
.trackback {
    font-size: 18px;
    line-height: 1.3333333333em;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8dbe2
}

.pingback cite,
.trackback cite {
    flex-basis: 50%;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em
}

.pingback cite:before,
.trackback cite:before {
    content: none
}

.pingback time,
.trackback time {
    margin: 0 1.5em
}

.comment-list {
    padding: 1em 0;
    margin: 2.25em 0 1em
}

.comment-list,
.comment-list ol.children {
    list-style: none
}

.comment-list ol.children {
    padding: 0;
    margin: 0
}

.comment-list ol.children {
    margin-inline-start: 86px
}

.comment-list ol.children .avatar {
    width: 45px
}

.comment-list ol.children .comment .comment-extras,
.comment-list ol.children .comment-content {
    padding-inline-start: 63px
}

.comment-list ol.children .comment-content {
    margin-top: 4px
}

.comment-list .comment-respond {
    background: 0 0;
    padding: 0
}

@media screen and (max-width:768px) {
    .comment-extras {
        display: block
    }

    p.comment-awaiting-moderation {
        margin-top: .75em;
        font-size: 13px;
        color: #000
    }

    .comment-list ol.children {
        margin-inline-start: 25px
    }
}

@media screen and (max-width:479px) {
    .comment-content {
        margin-top: 0
    }

    .comment-meta {
        flex-wrap: wrap
    }

    .comment-metadata {
        width: 100%
    }
}

.blog-post-footer {
    padding-top: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    font-size: 13px
}

.blog-post-footer:before {
    content: "";
    display: inline-block;
    border-top: 1px dashed #cecece;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px
}

.container .blog-post-footer:before {
    left: 0;
    right: 0
}

.share-links:not(:first-child),
.tags-links:not(:first-child) {
    padding-inline-start: 0.5em
}

.share-links>span,
.tags-links>span {
    margin-inline-end: 1.5em
}

.tags-links a {
    display: inline-block;
    padding: .25em 1em;
    margin-inline-end: 10px;
    margin-bottom: 5px;
    border-radius: 30px;
    background-color: #f5f7fa;
    line-height: 1.5em;
    color: #000
}

.tags-links a:hover {
    background-color: #000;
    color: #fff
}

.tags-links>span {
    margin-bottom: 5px
}

.share-links a {
    color: #63686a
}

.share-links a:hover {
    color: #000
}

.lqd-blog-post-style-3 .blog-post-footer {
    display: flex;
    padding-top: 65px;
    flex-direction: column;
    border-top: 1px solid #c3c3c3
}

.lqd-blog-post-style-3 .blog-post-footer>div:first-child {
    margin-top: 50px
}

.lqd-blog-post-style-3 .post-author {
    order: -1;
    align-self: center;
    flex-shrink: 0
}

.lqd-blog-post-style-4 .blog-post-footer {
    padding-top: 2.25em;
    border-top: 1px solid #d8dbe2
}

@media screen and (max-width:991px) {
    .blog-post-footer {
        padding-inline-start: 0;
        padding-inline-end: 0;
        margin: 30px 15px
    }

    .container .blog-post-footer {
        margin-inline-start: 0;
        margin-inline-end: 0
    }
}

@media screen and (max-width:479px) {
    .blog-post-footer {
        padding-top: 20px
    }

    .blog-post-footer:before {
        left: 0;
        right: 0
    }

    .blog-post-footer>.d-flex {
        flex-wrap: wrap
    }

    .blog-post-footer .tags-links {
        margin-bottom: 2em
    }

    .blog-post-footer .share-links:last-child,
    .blog-post-footer .tags-links:last-child {
        margin-bottom: 20px
    }

    .lqd-blog-post-style-3 .blog-post-footer {
        padding-top: 35px
    }
}

.post-author {
    display: flex;
    margin: 2em 0;
    padding: 3em 0;
    border-top: 1px solid #d8dbe2;
    border-bottom: 1px solid #d8dbe2;
    position: relative;
    font-size: 16px
}

.post-author figure {
    margin-inline-end: 30px;
    width: 88px;
    flex-shrink: 0
}

.post-author figure img {
    width: 100%;
    border-radius: 50em
}

.post-author p {
    margin: 0;
    line-height: 1.32em
}

.post-author h3,
.post-author h6 {
    margin: 0;
    line-height: 1.5em
}

.post-author h3 {
    font-size: 19px;
    font-weight: 700;
    color: #181b31
}

.post-author h3 a {
    font-size: inherit;
    color: inherit
}

.post-author h3:last-child {
    margin-bottom: .65em
}

.post-author h6 {
    margin-bottom: 1em;
    margin-top: .5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #a7a9b8
}

.post-author .post-author-info {
    overflow: hidden;
    flex-grow: 1
}

.post-author .author-all-posts {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #000
}

.post-author .author-all-posts i {
    margin-inline-start: 10px
}

.post-author-info-head>div:last-child {
    display: none
}

.post-author-img-overlay {
    padding: 0;
    border: none;
    flex-direction: column-reverse
}

.post-author-img-overlay figure {
    width: 100%;
    padding-top: 78%;
    margin: 0;
    position: relative
}

.post-author-img-overlay figure:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #000, transparent 50%)
}

.post-author-img-overlay figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    object-fit: cover
}

.post-author-img-overlay h6 {
    order: 4;
    margin: 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .75)
}

.post-author-img-overlay h3 {
    margin-bottom: .25em;
    font-size: 35px;
    font-weight: 700
}

.post-author-img-overlay .post-author-info {
    position: absolute;
    bottom: 2em;
    left: 10%;
    right: 10%;
    font-size: 18px;
    color: rgba(255, 255, 255, .75)
}

.lqd-blog-post-style-4 .post-author,
.lqd-blog-post-style-6 .post-author {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .post-author-img-overlay {
        width: 500px
    }
}

@media screen and (max-width:768px) {
    .post-author-img-overlay {
        width: 85%
    }
}

@media screen and (max-width:479px) {
    .post-author-img-overlay {
        width: 100%
    }

    .post-author-classic {
        flex-direction: column
    }

    .post-author-classic>figure {
        margin-inline-end: 0;
        margin-bottom: .5em
    }

    .post-author-classic .post-author-info-head {
        flex-direction: column;
        align-items: inherit !important
    }

    .post-author-classic .author-all-posts {
        margin-bottom: 1em
    }
}

nav.post-nav {
    display: flex;
    padding: 2.25em 0;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2272727273em;
    word-break: break-word
}

nav.post-nav a {
    display: inline-block;
    position: relative;
    color: #000
}

nav.post-nav a:hover .nav-subtitle {
    background-color: #000;
    color: #fff
}

nav.post-nav .nav-subtitle {
    display: inline-flex;
    align-items: center;
    padding: .5em 1.5em;
    margin-bottom: 20px;
    border-radius: 2em;
    background-color: #f5f7fa;
    font-size: 12px;
    line-height: 1.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    transition: color .3s, background-color .3s
}

nav.post-nav .nav-subtitle:last-child {
    margin-bottom: 0
}

nav.post-nav .nav-subtitle svg {
    width: 1.35em;
    height: 1.35em;
    stroke: currentColor
}

nav.post-nav .nav-title {
    display: block
}

nav.post-nav svg {
    transition: transform .3s cubic-bezier(0, .95, .3, 1)
}

nav.post-nav .nav-next,
nav.post-nav .nav-previous {
    flex-basis: 45%
}

nav.post-nav .lqd-pf-nav-all {
    display: flex;
    line-height: 1em
}

nav.post-nav .lqd-pf-nav-all i {
    font-style: normal
}

nav.post-nav .lqd-pf-nav-all .nav-subtitle {
    display: none;
    margin: 0
}

nav.post-nav .nav-previous {
    padding-inline-end: 15px;
    margin-inline-end: auto
}

nav.post-nav .nav-previous .nav-subtitle svg {
    margin-inline-end: 1em
}

nav.post-nav .nav-next {
    text-align: end;
    padding-inline-start: 15px;
    margin-inline-start: auto
}

nav.post-nav .nav-next .nav-subtitle svg {
    order: 1;
    margin-inline-start: 1em
}

.blog-post-footer nav.post-nav:first-child {
    padding-top: 0
}

@media screen and (max-width:479px) {
    nav.post-nav {
        padding: 15px 0 0;
        flex-direction: column;
        align-items: center
    }

    nav.post-nav .nav-next,
    nav.post-nav .nav-previous {
        width: 100%;
        text-align: inherit;
        padding: 0;
        margin-inline-start: 0;
        margin-inline-end: 0
    }

    nav.post-nav .nav-previous:not(:last-child) {
        margin-bottom: 1.15em
    }

    nav.post-nav .lqd-pf-nav-all {
        order: -1;
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 1.25em;
        justify-content: end
    }

    nav.post-nav .lqd-pf-nav-all i {
        font-style: normal
    }

    nav.post-nav .lqd-pf-nav-all span {
        order: -1;
        margin-inline-end: 20px;
        margin-inline-start: 7px
    }

    nav.post-nav .lqd-pf-nav-all .nav-subtitle {
        display: flex
    }

    .lqd-blog-post-style-3 .post-nav,
    .lqd-blog-post-style-4 .post-nav,
    .lqd-blog-post-style-6 .post-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4
    }

    .lqd-blog-post-style-3 .post-nav:first-child,
    .lqd-blog-post-style-4 .post-nav:first-child,
    .lqd-blog-post-style-6 .post-nav:first-child {
        border-top: none
    }
}

.related-posts {
    margin-bottom: 30px;
    color: #696969
}

.related-posts p:empty {
    display: none
}

.related-posts>.container>.row {
    display: flex;
    flex-wrap: wrap
}

.related-posts>.container>.row:after,
.related-posts>.container>.row:before {
    content: none
}

.related-posts .lqd-lp {
    margin-bottom: 30px
}

.related-posts .lqd-lp .lqd-lp-meta {
    line-height: 2em
}

.related-posts .lqd-lp .lqd-lp-cat a {
    background-color: #000
}

.related-posts .lqd-lp .lqd-lp-excerpt {
    font-size: 15px
}

.related-posts .lqd-lp .lqd-lp-date,
.related-posts .lqd-lp .lqd-lp-footer a {
    color: #000
}

.related-posts .lqd-lp-style-10 .lqd-lp-date {
    font-weight: 400 !important;
    color: #fff
}

.related-posts .lqd-lp-style-13 .lqd-lp-img>figure,
.related-posts .lqd-lp-style-20 .lqd-lp-img>figure {
    width: 100%;
    padding-top: 66.7%
}

.related-posts .lqd-lp-style-13 .lqd-lp-img>figure img,
.related-posts .lqd-lp-style-20 .lqd-lp-img>figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center
}

.related-posts .lqd-lp-style-13 .lqd-lp-title {
    font-size: 19px
}

.related-posts .lqd-lp-style-13 .lqd-lp-meta {
    font-size: 13px;
    line-height: 1.15em
}

.related-posts .lqd-lp-style-13 .lqd-lp-date {
    background-color: #f2f3f5
}

.related-posts .lqd-lp-style-13 .lqd-lp-excerpt {
    line-height: 1.8em
}

.related-posts .lqd-lp-style-13 .lqd-lp-footer {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.related-posts .lqd-lp-style-13 .lqd-lp-footer .btn i {
    font-size: 1.25em
}

.related-posts .lqd-lp-style-13 .lqd-lp-cat {
    background-color: #3b3b3b
}

.related-posts .lqd-lp-style-13 .lqd-lp-cat a {
    background-color: transparent
}

.related-posts .lqd-lp-style-13:hover .lqd-lp-title a {
    color: var(--lqd-color-primary)
}

.related-posts-title {
    margin-top: 0;
    margin-bottom: 2em;
    font-weight: 700
}

.lqd-blog-post-style-1 .related-posts,
.lqd-blog-post-style-2 .related-posts,
.lqd-blog-post-style-7 .related-posts {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 70px 0;
    background-color: #f5f6f8
}

.lqd-blog-post-style-1 .related-posts {
    margin-top: 90px
}

.has-sidebar .related-posts-title {
    text-align: inherit
}

.has-sidebar.lqd-blog-post-style-1 .related-posts,
.has-sidebar.lqd-blog-post-style-2 .related-posts,
.has-sidebar.lqd-blog-post-style-7 .related-posts {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0
}

.has-sidebar.lqd-blog-post-style-1 .related-posts .container,
.has-sidebar.lqd-blog-post-style-2 .related-posts .container,
.has-sidebar.lqd-blog-post-style-7 .related-posts .container {
    padding-inline-start: 0;
    padding-inline-end: 0
}

@media screen and (min-width:768px) {
    .has-sidebar .related-posts>.container>.row>div {
        width: 50%
    }
}

@media screen and (min-width:991px) {
    .lqd-blog-post-style-5 .related-posts {
        padding-top: 25px;
        padding-bottom: 35px
    }
}

@media screen and (max-width:768px) {

    .lqd-blog-post-style-1 .related-posts,
    .lqd-blog-post-style-2 .related-posts,
    .lqd-blog-post-style-7 .related-posts {
        margin-top: 0
    }
}

@media screen and (max-width:479px) {
    .related-posts-title {
        padding: 0 15px
    }

    .container .related-posts-title {
        padding: 0
    }
}

.lqd-post-sticky-stuff {
    color: #797979
}

.lqd-post-sticky-stuff a {
    color: inherit
}

.lqd-post-sticky-stuff .entry-meta {
    padding-top: 0;
    margin-bottom: 2.5em;
    border: none
}

.lqd-post-sticky-stuff .byline img {
    width: 100%
}

.lqd-post-sticky-stuff .lqd-post-share {
    font-size: 27px;
    color: #797979
}

.lqd-post-sticky-stuff .lqd-post-share>span {
    display: block;
    margin-bottom: .75em;
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.lqd-post-sticky-stuff .lqd-post-share:only-child a {
    padding-inline-end: 2em
}

.lqd-post-sticky-stuff .lqd-post-share .social-icon-sm {
    font-size: 14px;
    line-height: 1em
}

.lqd-post-sticky-stuff .lqd-post-share .social-icon-lg {
    font-size: 20px
}

.lqd-post-sticky-stuff .lqd-post-share .social-icon-lg li {
    margin-bottom: 1.2em
}

.lqd-post-sticky-stuff .social-icon-underline {
    color: #000
}

.lqd-post-sticky-stuff .social-icon-underline li {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.lqd-post-sticky-stuff .social-icon-underline a {
    padding-top: 1em;
    padding-bottom: 1em
}

.lqd-post-sticky-stuff .social-icon-vertical li {
    margin-bottom: .5em
}

.lqd-post-sticky-stuff .social-icon-vertical a {
    display: flex;
    align-items: center
}

@media screen and (min-width:992px) {
    .lqd-post-sticky-stuff {
        position: absolute;
        top: 3vh;
        bottom: 0;
        left: 0;
        z-index: 10;
        margin-inline-start: 5vw;
        pointer-events: none
    }

    .lqd-post-sticky-stuff-inner {
        display: inline-flex;
        flex-direction: column;
        position: sticky;
        top: calc(10vh + var(--lqd-sticky-header-height, 0));
        left: 0;
        pointer-events: auto
    }
}

@media screen and (max-width:1366px) {
    .lqd-post-sticky-stuff {
        margin-inline-start: 3vw
    }
}

@media screen and (max-width:991px) {
    .lqd-post-sticky-stuff {
        display: none
    }
}

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

    body.has-sidebar.lqd-blog-post-style-1 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-2 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-4 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-5 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-7 #lqd-contents-wrap {
        padding-top: 0
    }

    body.has-sidebar.lqd-blog-post-style-1 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-2 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-4 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-5 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-7 .lqd-post-cover {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-inline-start: -50vw;
        margin-inline-end: 0
    }

    body.has-sidebar.lqd-blog-post-style-3 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-6 #lqd-contents-wrap {
        padding-top: 50px
    }

    body.has-sidebar.lqd-blog-post-style-3 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-6 .lqd-post-cover {
        width: 100%
    }

    body.has-sidebar .related-posts>.container {
        width: 100%
    }

    body.has-sidebar .lqd-post-sticky-stuff {
        left: -8vw;
        margin-inline-start: 0
    }
}

.lqd-blog-post-style-6 .lqd-post-header {
    display: block;
    padding-top: 45px
}

.lqd-blog-post-style-6 .lqd-post-header .entry-meta:last-of-type a {
    opacity: .65
}

.lqd-blog-post-style-6 .lqd-post-header .entry-meta:last-of-type a:hover {
    opacity: 1
}

.lqd-blog-post-style-6 .lqd-post-cover {
    margin-bottom: 50px
}

.lqd-blog-post-style-6 .cat-links a {
    padding: .25em 1em;
    border-radius: 2em;
    background-color: #f1f1f1;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    line-height: 1.5em;
    opacity: 1
}

.lqd-blog-post-style-6 .cat-links a:hover {
    background-color: var(--lqd-color-primary);
    color: #fff
}

.lqd-blog-post-style-6 .lqd-post-media img {
    border-radius: 5px
}

.lqd-blog-post-style-6 h1.entry-title {
    margin-top: .1em;
    margin-bottom: .375em;
    font-size: 44px;
    line-height: 1em
}

.lqd-blog-post-style-6.blog-single-post-has-not-thumbnail .lqd-post-cover {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-6 .lqd-post-cover {
        width: 85%
    }

    .lqd-blog-post-style-6.has-sidebar .lqd-post-header {
        padding-top: 0
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-6 .lqd-post-cover {
        width: 1140px
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post-style-6 .lqd-post-cover {
        margin-bottom: 35px
    }
}

.lqd-blog-post-style-5 .lqd-post-cover-overlay {
    background: linear-gradient(to top, #141414, transparent 50%)
}

.lqd-blog-post-style-5 .lqd-post-header {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    min-height: 40vmax;
    place-content: end;
    margin: auto
}

.lqd-blog-post-style-5 .lqd-post-header .entry-meta {
    justify-content: center !important
}

.lqd-blog-post-style-5 h1.entry-title {
    margin-bottom: .25em;
    font-size: 100px;
    line-height: 1em
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-5 .lqd-post-header {
        width: 75vw;
        padding-bottom: 10vmin
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-blog-post-style-5 h1.entry-title {
        font-size: 10vmax
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-5 .lqd-post-header {
        width: 1000px
    }
}

@media screen and (max-width:768px) {
    .lqd-blog-post-style-5 .lqd-post-header {
        min-height: 60vmax
    }

    .lqd-blog-post-style-5 h1.entry-title {
        margin-bottom: .5em
    }

    .lqd-blog-post-style-5 .entry-meta>div {
        justify-content: center
    }
}

.lqd-blog-post-style-3 .lqd-post-cover {
    margin: 0 auto;
    padding: 75px 15px
}

.lqd-blog-post-style-3 .lqd-post-header .entry-meta {
    padding-top: 0;
    border: none
}

.lqd-blog-post-style-3 .lqd-post-media {
    margin-bottom: 30px
}

.lqd-blog-post-style-3 .entry-meta {
    padding-top: 1.2em;
    border-bottom: 1px solid #c3c3c3
}

.lqd-blog-post-style-3 .entry-meta .byline:after {
    content: none
}

.lqd-blog-post-style-3 .entry-meta .posted-on {
    order: -1
}

.lqd-blog-post-style-3 .entry-meta .read-time {
    order: 3
}

.lqd-blog-post-style-3 h1.entry-title {
    margin-bottom: .5em;
    font-size: 45px;
    line-height: 1.0444444444em
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .byline {
    display: flex;
    align-items: stretch
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .byline figure {
    display: block;
    width: 103px;
    border-radius: 0;
    margin-inline-end: 3px
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .byline>span {
    writing-mode: vertical-lr;
    transform: rotate(180deg)
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .social-icon {
    width: 90%
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .social-icon li {
    border-bottom-color: #d3d3d3
}

@media screen and (min-width:768px) {
    .lqd-blog-post-style-3 .lqd-post-cover {
        display: grid;
        grid-template-areas: "header . media" "meta meta meta";
        align-items: center;
        grid-template-columns: 50% auto 360px
    }

    .lqd-blog-post-style-3 .lqd-post-media {
        grid-area: media;
        margin-bottom: 0
    }

    .lqd-blog-post-style-3 .lqd-post-header {
        grid-area: header;
        display: block;
        padding-inline-end: 25px
    }

    .lqd-blog-post-style-3 .entry-meta {
        grid-area: meta
    }

    .lqd-blog-post-style-3 .entry-meta .read-time {
        margin-inline-start: auto
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-3 .lqd-post-cover {
        width: 1060px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-blog-post-style-3 .lqd-post-cover {
        grid-template-columns: 1fr auto 360px
    }

    .lqd-blog-post-style-3 .lqd-post-header {
        padding-inline-end: 3vw
    }

    .lqd-blog-post-style-3 h1.entry-title {
        font-size: 5vw
    }
}

@media screen and (max-width:768px) {
    .lqd-blog-post-style-3 .entry-meta>div {
        flex: auto;
        justify-content: flex-start
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post-style-3 .entry-meta {
        padding-bottom: .75em
    }
}

.lqd-blog-post-style-2 .lqd-post-header {
    min-height: 100vh
}

.lqd-blog-post-style-4 .lqd-post-header {
    padding: 45px 15px;
    margin: -5% auto 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.lqd-blog-post-style-4 h1.entry-title {
    margin-bottom: .45em;
    font-size: 45px;
    line-height: 1.0666666667em
}

.lqd-blog-post-style-4 .lqd-post-media {
    margin-inline-start: 2vw;
    margin-inline-end: 2vw;
    max-height: 85vh
}

.lqd-blog-post-style-4 .lqd-post-media img {
    max-height: inherit;
    object-fit: cover
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-4 .lqd-post-header {
        width: clamp(970px, 1280px, 95%);
        padding-inline-start: 90px;
        padding-inline-end: 60px
    }

    .lqd-blog-post-style-4 h1.entry-title {
        width: 75%
    }

    .lqd-blog-post-style-4 .entry-meta .read-time {
        position: absolute;
        top: 65px;
        right: 60px
    }

    .lqd-blog-post-style-4 .entry-meta .cat-links:after {
        content: none
    }

    .lqd-blog-post-style-4 .container .lqd-post-header {
        padding-inline-start: 75px
    }
}

@media screen and (max-width:1199px) {
    .lqd-blog-post-style-4 .lqd-post-media {
        padding-top: 2vw
    }
}

@media screen and (max-width:991px) {
    .lqd-blog-post-style-4 .lqd-post-media {
        margin-inline-start: 0;
        margin-inline-end: 0
    }
}

@media screen and (max-width:768px) {
    .lqd-blog-post-style-4 .lqd-post-cover {
        margin-bottom: 15px
    }

    .lqd-blog-post-style-4 .lqd-post-header {
        padding: 30px 15px 15px !important;
        margin-top: 0
    }

    .lqd-blog-post-style-4 .container .lqd-post-media {
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-top: 15px
    }

    .lqd-blog-post-style-4 .container .lqd-post-header {
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important
    }
}

.lqd-blog-post-style-7 .lqd-post-header {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto
}

.lqd-blog-post-style-7 h1.entry-title {
    margin-bottom: .35em;
    font-size: 44px
}

.lqd-blog-post-style-7 .cat-links a {
    position: relative
}

.lqd-blog-post-style-7 .cat-links a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: currentColor
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-7 .lqd-post-header {
        width: 80vw
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-7 .main-header-overlay+#lqd-site-content .lqd-post-cover {
        padding-top: 100px
    }

    .lqd-blog-post-style-7 .lqd-post-header {
        width: 50vw
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post-style-7 .lqd-post-header {
        padding-bottom: 15px
    }
}

@media screen and (max-width:360px) {
    .lqd-blog-post-style-7 h1.entry-title {
        font-size: 36px
    }
}

.lqd-pf-single-cover {
    margin-bottom: 2em
}

.lqd-pf-single-cover img {
    width: 100%
}

@media screen and (min-width:992px) {
    .lqd-pf-single-cover .lqd-pf-single-cover-title {
        padding: 1rem
    }
}

@media screen and (max-width:768px) {
    .lqd-pf-single-cover {
        height: clamp(360px, 12vmin, 70vh)
    }

    .lqd-pf-single-cover figure,
    .lqd-pf-single-cover img {
        height: 100%
    }

    .lqd-pf-single-cover img {
        object-fit: cover;
        object-position: center
    }
}

.lqd-pf-single-meta-part {
    width: 50%;
    margin-bottom: 2em;
    color: #000
}

.lqd-pf-single-meta-part>p {
    line-height: 1.65em
}

.lqd-pf-single-meta-part>p:empty {
    display: none
}

.lqd-pf-single-meta-part>p:first-of-type {
    margin-bottom: .65em;
    opacity: .35
}

.lqd-pf-single-meta-part a {
    color: inherit
}

.lqd-pf-single-meta-part a:hover {
    opacity: .7
}

.lqd-pf-single-meta-part .social-icon {
    margin-top: .5em
}

.lqd-pf-single-meta {
    margin-bottom: 1em
}

.lqd-pf-single-meta.columns-1 .lqd-pf-single-meta-part {
    display: flex;
    width: 100%;
    margin-bottom: .8em;
    align-items: center;
    justify-content: space-between
}

.lqd-pf-single-meta.columns-1 .lqd-pf-single-meta-part:last-child(3) {
    margin-bottom: 0
}

.lqd-pf-single-meta.columns-2:last-child,
.lqd-pf-single-meta.columns-2:nth-last-child(2) {
    margin-bottom: 0
}

.lqd-pf-single-meta.columns-3 .lqd-pf-single-meta-part {
    width: 33.3333333333%
}

.lqd-pf-single-meta.columns-3 .lqd-pf-single-meta-part:nth-last-child(3) {
    margin-bottom: 0
}

.lqd-pf-nav-link-title {
    transition: color .3s, -webkit-text-stroke .3s
}

.lqd-pf-nav-link-subtitle {
    opacity: .3
}

.lqd-pf-meta-nav-not-classic .lqd-pf-nav-link-subtitle {
    opacity: 1
}

.lqd-pf-meta-nav-not-classic .lqd-pf-nav-link-subtitle span {
    opacity: .6;
    transition: opacity .3s
}

.lqd-pf-nav-all {
    display: flex;
    width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center
}

.lqd-pf-nav-all span {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: currentColor;
    box-shadow: -6px -6px 0, 0 -6px 0, 6px -6px 0, -6px 0 0, 6px 0 0, -6px 6px 0, 0 6px 0, 6px 6px 0;
    transition: box-shadow .45s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-nav-all:first-child {
    margin-inline-start: auto
}

.lqd-pf-nav-all:last-child {
    margin-inline-end: auto
}

.lqd-pf-nav-all:hover span {
    transform: scale(1.1);
    box-shadow: -8px -8px 0, 0 -8px 0, 8px -8px 0, -8px 0 0, 8px 0 0, -8px 8px 0, 0 8px 0, 8px 8px 0
}

.lqd-pf-nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5em
}

.lqd-pf-meta-nav {
    position: relative;
    border-top: 1px solid #e2e2e2;
    color: #000
}

.lqd-pf-meta-nav .lqd-pf-nav-link-title,
.lqd-pf-meta-nav a {
    color: inherit !important
}

.lqd-pf-meta-nav a i {
    transition: transform .65s, opacity .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-meta-nav-classic .lqd-pf-nav-link-subtitle {
    font-size: .9375em
}

.lqd-pf-meta-nav-classic .lqd-pf-nav-link {
    flex-basis: 33.3333333333%
}

.lqd-pf-meta-nav-classic .lqd-pf-nav-prev:hover i {
    transform: translateX(-7px) scale(1.25, .8)
}

.lqd-pf-meta-nav-classic .lqd-pf-nav-next:hover i {
    transform: translateX(7px) scale(1.25, .8)
}

.lqd-pf-meta-nav-not-classic {
    padding: 80px 0;
    border: none;
    font-size: 23px;
    text-align: center
}

.lqd-pf-meta-nav-not-classic .lqd-pf-nav-link-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em
}

.lqd-pf-meta-nav-not-classic .lqd-pf-nav-link-subtitle i {
    margin-inline-start: .5em;
    transform: rotate(45deg)
}

.lqd-pf-meta-nav-not-classic .lqd-pf-nav-link:hover .lqd-pf-nav-link-subtitle,
.lqd-pf-meta-nav-not-classic .lqd-pf-nav-link:hover .lqd-pf-nav-link-subtitle span {
    opacity: 1
}

.lqd-pf-meta-nav-not-classic-outline .lqd-pf-nav-link-title {
    color: transparent !important;
    -webkit-text-stroke: 1px #000
}

.lqd-pf-meta-nav-not-classic-outline .lqd-pf-nav-link:hover .lqd-pf-nav-link-title {
    color: #000 !important;
    -webkit-text-stroke: 1px transparent
}

@media screen and (min-width:768px) {
    .container-fluid .lqd-pf-meta-nav-classic {
        padding-inline-start: 45px;
        padding-inline-end: 45px
    }

    .page-has-left-stickybar .container-fluid .lqd-pf-meta-nav-classic,
    .page-has-right-stickybar .container-fluid .lqd-pf-meta-nav-classic {
        padding-inline-start: 75px;
        padding-inline-end: 75px
    }

    .lqd-pf-meta-nav-classic .lqd-pf-nav-next {
        text-align: start
    }
}

@media screen and (min-width:480px) {
    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-link i {
        opacity: 0;
        position: absolute
    }

    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-link:hover i {
        opacity: 1
    }

    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-prev i {
        left: -10px;
        transform: translateX(-15px) scaleY(.75)
    }

    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-prev:hover i {
        transform: translateX(-10px) scaleY(1)
    }

    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-next i {
        right: -10px;
        transform: translateX(15px) scaleY(.75)
    }

    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-next:hover i {
        transform: translateX(10px) scaleY(1)
    }
}

@media screen and (max-width:768px) {
    .lqd-pf-meta-nav-classic-minimal {
        padding-inline-start: 15px;
        padding-inline-end: 15px
    }
}

@media screen and (max-width:479px) {
    .lqd-pf-meta-nav-not-classic {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .lqd-pf-meta-nav-not-classic .lqd-pf-nav-link-title.h1 {
        font-size: clamp(32px, 12vw, 50px)
    }

    .lqd-pf-meta-nav-classic .lqd-pf-nav-link {
        flex-basis: calc(50% - 20px)
    }

    .lqd-pf-meta-nav-classic .lqd-pf-nav-all {
        flex-basis: 18px
    }

    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-prev i {
        margin-inline-end: 10px
    }

    .lqd-pf-meta-nav-classic-minimal .lqd-pf-nav-next i {
        margin-inline-start: 10px
    }
}

.lqd-pf-related-projects .flickity-button[disabled] {
    display: none
}

.lqd-pf-related-projects .lqd-pf-column {
    flex-grow: 0
}

.lqd-pf-related-projects .lqd-pf-item {
    width: 100%
}

.lqd-pf-related-projects .lqd-pf-img {
    padding-top: 100%
}

.lqd-pf-related-projects .lqd-pf-img>figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-pf-related-projects .lqd-pf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width:768px) {
    .lqd-pf-related-projects .carousel-dots-mobile .flickity-page-dots {
        margin-top: 0
    }
}

.pf-scroll-down-link {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    color: #fff
}

.pf-scroll-down-link:hover {
    color: #fff;
    opacity: .8
}

.lqd-pf-single-title {
    font-size: 56px;
    line-height: 1.25em
}

.lqd-pf-single-cover .lqd-pf-single-title {
    color: #fff
}

[data-liquid-stack=true] {
    --lqd-stack-animation-speed: 1.2s
}

.pp-section {
    width: 100vw;
    height: 100vh;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    transition: transform 1.15s cubic-bezier(.22, .61, .36, 1)
}

.pp-section:not(.active):not(.lqd-stack-row-entering):not(.lqd-stack-row-leaving) {
    top: 100%;
    visibility: hidden;
    pointer-events: none
}

.pp-scrollable {
    overflow-y: scroll
}

.pp-auto-height {
    height: auto !important
}

.section-before-footer {
    z-index: 2
}

.html-pp-enabled {
    overflow: hidden !important
}

.pp-enabled .titlebar {
    display: none !important
}

.pp-enabled [data-liquid-stack=true] {
    height: 100vh;
    overflow: hidden;
    touch-action: none
}

.pp-enabled [data-liquid-stack=true]>section {
    width: 100%;
    height: 100vh;
    transform: none;
    min-height: 0 !important
}

.pp-enabled [data-liquid-stack=true]>section:after,
.pp-enabled [data-liquid-stack=true]>section:before {
    content: none !important
}

.pp-enabled [data-liquid-stack=true]>section:not(.vc_row-flex) {
    align-content: center
}

.pp-enabled [data-liquid-stack=true] .main-footer {
    top: 100%;
    bottom: 0;
    z-index: 1;
    animation: none !important
}

.pp-enabled .page-has-frame [data-liquid-stack=true] {
    height: calc(100vh - 40px)
}

.pp-enabled .page-has-frame [data-liquid-stack=true]>section {
    height: calc(100vh - 40px)
}

.lqd-stack-row-entering {
    will-change: transform, opacity;
    z-index: 10
}

.lqd-stack-row-leaving {
    will-change: transform, opacity
}

.lqd-stack-moving-up .lqd-stack-page-number,
.lqd-stack-moving-up .lqd-stack-prevnext-button {
    transition-delay: 0.35s
}

.lqd-stack-footer-active #pp-nav,
.lqd-stack-footer-active .lqd-stack-page-number,
.lqd-stack-footer-active .lqd-stack-prevnext-button {
    opacity: 0;
    visibility: hidden
}

.lqd-stack-footer-active .pp-section.section-before-footer {
    top: 0 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: none !important
}

.pp-section.main-footer.active,
.section-before-footer.lqd-stack-moving-up.active~.main-footer {
    top: auto;
    visibility: visible
}

.vc_mobile [data-liquid-stack=true]>section {
    height: auto
}

#pp-nav {
    display: none;
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 100;
    font-size: .8125em;
    line-height: 1.5em;
    color: #000;
    transform: translateY(-50%);
    transition: color .3s, opacity .3s, visibility .3s
}

#pp-nav .pp-nav-inner {
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    justify-content: inherit
}

#pp-nav a,
#pp-nav li {
    position: relative;
    color: inherit
}

#pp-nav li {
    display: inline-flex
}

#pp-nav li:hover .pp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-18px, -50%)
}

#pp-nav .pp-nav-current,
#pp-nav .pp-nav-total {
    display: flex;
    width: 150%;
    position: relative;
    left: -25%;
    justify-content: center;
    margin: 1.5em -3px 1.5em 0
}

#pp-nav svg {
    display: none
}

#pp-nav .pp-tooltip {
    display: inline-block;
    margin-inline-end: 15px;
    position: absolute;
    top: 50%;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition-property: visibility, opacity, transform, color;
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-50%)
}

.lqd-stack-has-nav #pp-nav {
    display: block
}

.mobile-nav-activated #pp-nav {
    opacity: 0 !important;
    visibility: hidden !important
}

.pp-nav-current,
.pp-nav-total {
    display: none
}

.pp-nav-current .lqd-stack-nav-numbers-visible .pp-nav-current,
.pp-nav-current .lqd-stack-nav-numbers-visible .pp-nav-total,
.pp-nav-total .lqd-stack-nav-numbers-visible .pp-nav-current,
.pp-nav-total .lqd-stack-nav-numbers-visible .pp-nav-total {
    display: inline-flex
}

.pp-nav-current {
    height: 1.5em;
    overflow: hidden;
    color: #000
}

.pp-nav-current span {
    display: block;
    height: inherit
}

.pp-nav-current>span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform .65s cubic-bezier(.23, 1, .32, 1)
}

.lqd-active-row-dark #pp-nav {
    color: rgba(255, 255, 255, .7)
}

.lqd-active-row-dark #pp-nav a {
    color: inherit
}

.lqd-active-row-dark #pp-nav li.active a {
    color: #fff
}

.lqd-active-row-dark .pp-nav-current {
    color: #fff
}

@media (max-width:991px) {
    #pp-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 20px;
        top: auto;
        bottom: 40px;
        right: auto !important;
        font-size: 1em;
        transform: none
    }

    #pp-nav .pp-nav-inner {
        display: flex;
        align-items: center;
        flex-direction: row
    }

    #pp-nav .pp-nav-current,
    #pp-nav .pp-nav-total {
        margin: 0;
        left: 0
    }

    #pp-nav .pp-nav-current {
        align-items: center;
        height: 1em;
        line-height: 1em
    }

    #pp-nav .pp-nav-total {
        margin-inline-start: 1em
    }

    #pp-nav .pp-nav-total:before {
        content: "|";
        padding-inline-end: 0.75em;
        transform: scaleX(1.25) skewX(-18deg)
    }
}

@media (min-width:992px) {
    .lqd-stack-nav-style-1 #pp-nav a {
        display: inline-flex;
        width: 10px;
        height: 10px;
        border-radius: 50em;
        flex-flow: row wrap;
        align-items: center;
        transform-origin: right center
    }

    .lqd-stack-nav-style-1 #pp-nav a:after,
    .lqd-stack-nav-style-1 #pp-nav a:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50em;
        transition: transform .65s cubic-bezier(.23, 1, .32, 1)
    }

    .lqd-stack-nav-style-1 #pp-nav a:before {
        background-color: currentColor;
        transform: scale(.5)
    }

    .lqd-stack-nav-style-1 #pp-nav a:after {
        transform: scale(0);
        border: 2px solid
    }

    .lqd-stack-nav-style-1 #pp-nav a span {
        display: block;
        width: 100%;
        height: 100%
    }

    .lqd-stack-nav-style-1 #pp-nav li {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: 20px 0
    }

    .lqd-stack-nav-style-1 #pp-nav li:first-child {
        margin-top: 0
    }

    .lqd-stack-nav-style-1 #pp-nav li:last-child {
        margin-bottom: 0
    }

    .lqd-stack-nav-style-1 #pp-nav li.active a:before {
        transform: scale(0);
        transition-delay: 0.25s
    }

    .lqd-stack-nav-style-1 #pp-nav li.active a:after {
        transform: scale(1)
    }

    .lqd-stack-has-footer .lqd-stack-nav-style-1 #pp-nav li:nth-last-child(2) {
        margin-bottom: 0
    }

    .lqd-active-row-dark .lqd-stack-nav-style-1 #pp-nav a:before {
        background: #d0cde0
    }

    .lqd-active-row-dark .lqd-stack-nav-style-1 #pp-nav a:after {
        border-color: #d0cde0
    }

    .lqd-active-row-dark .lqd-stack-nav-style-1 #pp-nav li {
        color: currentColor
    }
}

@media (min-width:992px) {
    .lqd-stack-nav-style-2 #pp-nav {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .lqd-stack-nav-style-2 #pp-nav ul {
        display: flex;
        flex-direction: column
    }

    .lqd-stack-nav-style-2 #pp-nav li {
        width: 1px;
        margin: 0;
        flex: 0 0 50px
    }

    .lqd-stack-nav-style-2 #pp-nav li.active a:after {
        transform: scaleY(1)
    }

    .lqd-stack-nav-style-2 #pp-nav li.active .pp-tooltip {
        opacity: 0;
        visibility: hidden;
        transform: translate(18px, -50%)
    }

    .lqd-stack-nav-style-2 #pp-nav li.active~li a:after {
        transform: scaleY(0)
    }

    .lqd-stack-nav-style-2 #pp-nav li:hover .pp-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translate(0, -50%)
    }

    .lqd-stack-nav-style-2 #pp-nav a {
        flex: 1;
        background-color: rgba(0, 0, 0, .3)
    }

    .lqd-stack-nav-style-2 #pp-nav a:after,
    .lqd-stack-nav-style-2 #pp-nav a:before {
        content: "";
        display: inline-block;
        height: 100%;
        position: absolute;
        top: 0;
        transition: transform 1s cubic-bezier(.23, 1, .32, 1)
    }

    .lqd-stack-nav-style-2 #pp-nav a:before {
        width: 10px;
        left: -5px
    }

    .lqd-stack-nav-style-2 #pp-nav a:after {
        width: 100%;
        height: 100%;
        transform-origin: top;
        background-color: currentColor
    }

    .lqd-stack-nav-style-2 #pp-nav .pp-tooltip {
        opacity: 0;
        visibility: hidden;
        transform: translate(18px, -50%)
    }

    .lqd-active-row-dark.lqd-stack-nav-style-2 #pp-nav a {
        background-color: rgba(255, 255, 255, .4)
    }
}

@media (min-width:992px) {
    .lqd-stack-nav-style-3 #pp-nav {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .lqd-stack-nav-style-3 #pp-nav ul {
        display: flex;
        flex-direction: column;
        width: 27px
    }

    .lqd-stack-nav-style-3 #pp-nav li:not(:last-child) {
        margin-bottom: 12px
    }

    .lqd-stack-nav-style-3 #pp-nav li.active a svg {
        stroke-dashoffset: 0
    }

    .lqd-stack-nav-style-3 #pp-nav li.active .pp-tooltip {
        visibility: hidden;
        opacity: 0
    }

    .lqd-stack-nav-style-3 #pp-nav li:hover:not(.active) a span {
        transform: scale(2)
    }

    .lqd-stack-nav-style-3 #pp-nav a {
        display: inline-grid;
        width: 100%;
        height: 27px;
        place-items: center;
        border-radius: 50em
    }

    .lqd-stack-nav-style-3 #pp-nav a span {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: inherit;
        background-color: currentColor;
        transition: transform .65s
    }

    .lqd-stack-nav-style-3 #pp-nav a svg {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        stroke-width: 2px;
        stroke: currentColor;
        stroke-dasharray: 86;
        stroke-dashoffset: 86;
        transition: stroke-dashoffset .65s
    }

    .lqd-stack-nav-style-3 #pp-nav .pp-tooltip {
        margin-inline-end: 0
    }

    .lqd-stack-nav-style-3 #pp-nav .pp-nav-current,
    .lqd-stack-nav-style-3 #pp-nav .pp-nav-total {
        width: 27px;
        left: 0;
        margin-inline-start: 0
    }

    .lqd-active-row-dark.lqd-stack-nav-style-3 #pp-nav svg {
        stroke: currentColor
    }
}

@media (min-width:992px) {
    .lqd-stack-nav-style-4 #pp-nav .pp-tooltip {
        display: inline-block;
        margin-inline-end: 15px;
        position: absolute;
        top: 50%;
        right: 100%;
        opacity: 0;
        visibility: hidden;
        white-space: nowrap;
        transition-property: visibility, opacity, transform, color;
        transition-duration: .45s;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: translateY(-50%)
    }

    .lqd-stack-nav-style-4 #pp-nav a {
        display: inline-flex;
        width: 24px;
        height: 1px;
        position: relative;
        background-color: currentColor;
        flex-flow: row wrap;
        align-items: center;
        transform-origin: right center;
        opacity: .4
    }

    .lqd-stack-nav-style-4 #pp-nav a:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 21px;
        position: absolute;
        top: -10px;
        left: 0
    }

    .lqd-stack-nav-style-4 #pp-nav li {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        position: relative;
        margin: 13px 0
    }

    .lqd-stack-nav-style-4 #pp-nav li:first-child {
        margin-top: 0
    }

    .lqd-stack-nav-style-4 #pp-nav li:last-child {
        margin-bottom: 0
    }

    .lqd-stack-has-footer .lqd-stack-nav-style-4 #pp-nav li:nth-last-child(2) {
        margin-bottom: 0
    }

    .lqd-stack-nav-style-4 #pp-nav li:hover a {
        transform: scaleX(1.5)
    }

    .lqd-stack-nav-style-4 #pp-nav li:hover .pp-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translate(-18px, -50%)
    }

    .lqd-stack-nav-style-4 #pp-nav li.active a {
        transform: scaleX(1.5);
        opacity: 1
    }

    .lqd-stack-nav-style-4 #pp-nav li.active .pp-tooltip {
        transform: translate(-18px, -50%)
    }

    .lqd-stack-nav-style-4 #pp-nav ul {
        display: flex;
        flex-direction: column
    }

    .lqd-stack-nav-style-4 #pp-nav .pp-nav-current,
    .lqd-stack-nav-style-4 #pp-nav .pp-nav-total {
        margin-top: 2em;
        margin-bottom: 2em
    }
}

@keyframes lqdStackNumberActive {
    from {
        transform: scale(.5);
        opacity: 0
    }

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

@keyframes lqdStackNumberPassed {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes lqdStackNumberActiveUp {
    from {
        transform: scale(1.5);
        opacity: 0
    }

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

@keyframes lqdStackNumberPassedUp {
    from {
        transform: scale(.5);
        opacity: 1
    }

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

.lqd-stack-page-number {
    z-index: 8;
    opacity: 1;
    visibility: visible;
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    color: #000
}

.lqd-stack-page-number a {
    color: inherit
}

.lqd-stack-page-number .active {
    color: var(--color-primary)
}

.lqd-stack-moving .lqd-stack-page-number-current {
    animation: lqdStackNumberActive .45s cubic-bezier(.39, .575, .565, 1) both alternate
}

.lqd-stack-moving .lqd-stack-page-number-passed {
    animation: lqdStackNumberPassed .45s cubic-bezier(.39, .575, .565, 1) both alternate
}

.lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-current {
    animation-name: lqdStackNumberActiveUp
}

.lqd-stack-moving.lqd-stack-moving-up .lqd-stack-page-number-passed {
    animation-name: lqdStackNumberPassedUp
}

.lqd-active-row-dark .lqd-stack-page-number {
    color: #fff
}

@media (max-width:991px) {
    .lqd-stack-page-number {
        display: none
    }
}

.lqd-stack-nums-style-1 .lqd-stack-page-number {
    position: fixed;
    bottom: 40px;
    left: 50%;
    font-size: 20px;
    font-weight: 700;
    transform: translateX(-50%)
}

.lqd-stack-nums-style-1 .lqd-stack-page-number span {
    display: inline-block
}

.lqd-stack-nums-style-1 .lqd-stack-page-number svg {
    display: none
}

.lqd-stack-nums-style-1 .lqd-stack-page-number-counter {
    position: relative
}

.lqd-stack-nums-style-1 .lqd-stack-page-number-current {
    overflow: hidden
}

.lqd-stack-nums-style-1 .lqd-stack-page-number-passed {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.lqd-stack-nums-style-1 .lqd-stack-page-number-total {
    font-size: .55em
}

.lqd-stack-nums-style-1 .lqd-stack-page-number-total:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1.75em;
    margin-inline-end: 4px;
    margin-inline-start: 2px;
    background-color: currentColor;
    transform: skewX(-18deg)
}

.lqd-stack-nums-style-2 .lqd-stack-page-number {
    border-top: 1px solid rgba(0, 0, 0, .3);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    transform: none
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a,
.lqd-stack-nums-style-2 .lqd-stack-page-number li,
.lqd-stack-nums-style-2 .lqd-stack-page-number ul {
    display: flex
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a,
.lqd-stack-nums-style-2 .lqd-stack-page-number li {
    flex: 1
}

.lqd-stack-nums-style-2 .lqd-stack-page-number ul {
    width: 100%;
    counter-reset: stackModernNumbers
}

.lqd-stack-nums-style-2 .lqd-stack-page-number li {
    counter-increment: stackModernNumbers
}

.lqd-stack-nums-style-2 .lqd-stack-page-number svg {
    display: none
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a {
    padding: 1em;
    justify-content: center
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a span {
    display: inline-flex;
    align-items: center;
    position: relative;
    line-height: 1.15em;
    overflow: hidden
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a span:after,
.lqd-stack-nums-style-2 .lqd-stack-page-number a span:before {
    display: inline-block;
    content: counter(stackModernNumbers, decimal-leading-zero);
    transition: transform 1.25s cubic-bezier(.075, .82, .165, 1)
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a span:after {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(105%)
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a:hover span:before {
    transform: translateY(-105%)
}

.lqd-stack-nums-style-2 .lqd-stack-page-number a:hover span:after {
    transform: translateY(0)
}

.lqd-stack-nums-style-2 .lqd-stack-page-number .pp-tooltip {
    display: none
}

.lqd-active-row-dark .lqd-stack-page-number {
    border-top-color: rgba(255, 255, 255, .1)
}

.lqd-active-row-light .lqd-stack-page-number {
    border-top-color: rgba(0, 0, 0, .5)
}

.lqd-stack-prevnext-wrap {
    z-index: 7;
    line-height: 1em
}

.lqd-stack-prevnext-button {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0;
    border: none;
    position: fixed;
    z-index: 10;
    background: 0 0;
    transition: opacity .3s, visibility .3s, color .3s
}

.lqd-stack-prevnext-button:focus {
    outline: 0
}

.lqd-stack-prevnext-button .lqd-stack-button-ext {
    display: none
}

.lqd-active-row-dark .lqd-stack-prevnext-button {
    color: #fff
}

@media (max-width:991px) {
    .lqd-stack-prevnext-wrap {
        display: none
    }
}

@keyframes lqdStackArrowNext {
    0% {
        transform: translate(0);
        opacity: 1
    }

    60% {
        transform: translateX(50%)
    }

    61% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes lqdStackArrowPrev {
    0% {
        transform: translate(0);
        opacity: 1
    }

    60% {
        transform: translateX(-50%)
    }

    61% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translate(0);
        opacity: 1
    }
}

.lqd-stack-buttons-style-1 .lqd-stack-prevnext-button {
    top: 50%;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    white-space: nowrap;
    transform: translateY(-50%);
    transition: color .3s
}

.lqd-stack-buttons-style-1 .lqd-stack-button-label {
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-stack-buttons-style-1 .lqd-stack-button-ext {
    display: flex;
    align-items: center
}

.lqd-stack-buttons-style-1 .lqd-stack-button-ext:before {
    display: inline-block;
    font: normal normal 2em lqd-essentials
}

.lqd-stack-buttons-style-1 .lqd-stack-prev-button {
    left: 50px;
    margin-inline-end: 5px;
    flex-direction: row-reverse
}

.lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext {
    margin-inline-end: 10px
}

.lqd-stack-buttons-style-1 .lqd-stack-prev-button .lqd-stack-button-ext:before {
    content: "\ea33"
}

.lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-label {
    transform: translateX(-2px)
}

.lqd-stack-buttons-style-1 .lqd-stack-prev-button:hover .lqd-stack-button-ext {
    animation: lqdStackArrowPrev .45s cubic-bezier(.77, 0, .175, 1) both alternate
}

.lqd-stack-buttons-style-1 .lqd-stack-next-button {
    right: 50px;
    margin-inline-start: 5px
}

.lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext {
    margin-inline-start: 10px
}

.lqd-stack-buttons-style-1 .lqd-stack-next-button .lqd-stack-button-ext:before {
    content: "\ea31"
}

.lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-label {
    transform: translateX(2px)
}

.lqd-stack-buttons-style-1 .lqd-stack-next-button:hover .lqd-stack-button-ext {
    animation: lqdStackArrowNext .45s cubic-bezier(.77, 0, .175, 1) both alternate
}

.lqd-stack-buttons-style-1.lqd-stack-has-nav .lqd-stack-prevnext-button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none
}

.lqd-stack-buttons-style-1.lqd-stack-has-nav .lqd-stack-prevnext-wrap {
    position: absolute;
    bottom: 40px;
    right: 50px
}

.lqd-stack-buttons-style-1.page-has-right-stickybar #pp-nav,
.lqd-stack-buttons-style-1.page-has-right-stickybar .lqd-stack-prevnext-wrap {
    right: 125px
}

.lqd-stack-buttons-style-2 .lqd-stack-prevnext-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 6vh 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 50px;
    font-size: 16px;
    writing-mode: vertical-lr
}

.lqd-stack-buttons-style-2 .lqd-stack-prevnext-button {
    position: relative;
    right: 0;
    white-space: nowrap;
    transform: rotate(-180deg)
}

.lqd-stack-buttons-style-2 .lqd-stack-prevnext-button span {
    writing-mode: vertical-lr
}

.lqd-stack-buttons-style-2 .lqd-stack-button-label {
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-stack-buttons-style-2 .lqd-stack-prev-button {
    top: 0
}

.lqd-stack-buttons-style-2 .lqd-stack-next-button {
    bottom: 0
}

.lqd-stack-buttons-style-2 .lqd-stack-button-label {
    display: inline-flex;
    align-items: center
}

.lqd-stack-buttons-style-2.lqd-stack-has-prevnext-buttons .lqd-stack-prevnext-wrap {
    padding-top: calc(6vh + 50px);
    padding-bottom: calc(6vh + 50px)
}

.lqd-stack-buttons-style-2.page-has-right-stickybar #pp-nav,
.lqd-stack-buttons-style-2.page-has-right-stickybar .lqd-stack-prevnext-wrap {
    right: 110px
}

@keyframes lqdStackRowFadeScaleEnterFromBottom {
    from {
        transform: translate3d(0, 100vh, 0)
    }

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

@keyframes lqdStackRowFadeScaleEnter {
    from {
        transform: scale(.9) translate3d(0, 0, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes lqdStackRowFadeScaleLeave {
    from {
        transform: scale(1) translate3d(0, 0, 0)
    }

    to {
        transform: scale(.9) translate3d(0, 0, 0);
        opacity: 0
    }
}

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

    to {
        transform: translate3d(0, 100vh, 0)
    }
}

.lqd-stack-effect-fadeScale .lqd-stack-row-entering.lqd-stack-moving-up {
    animation: lqdStackRowFadeScaleEnter var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate;
    z-index: 0
}

.lqd-stack-effect-fadeScale .lqd-stack-row-entering.lqd-stack-moving-down {
    animation: lqdStackRowFadeScaleEnterFromBottom var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-fadeScale .lqd-stack-row-leaving.lqd-stack-moving-up {
    animation: lqdStackRowFadeScaleLeaveToBottom var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-fadeScale .lqd-stack-row-leaving.lqd-stack-moving-down {
    animation: lqdStackRowFadeScaleLeave var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

@keyframes lqdStackRowMaskEnterFromTop {
    from {
        transform: translate3d(0, -100vh, 0)
    }

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

@keyframes lqdStackRowMaskEnterFromBottom {
    from {
        transform: translate3d(0, 100vh, 0)
    }

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

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

    to {
        transform: translate3d(0, -50vh, 0)
    }
}

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

    to {
        transform: translate3d(0, 50vh, 0)
    }
}

@keyframes lqdStackRowMaskEnterFromTopInner {
    from {
        transform: translate3d(0, -100vh, 0) scale3d(1.1, 1.1, 1)
    }

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

@keyframes lqdStackRowMaskEnterFromBottomInner {
    from {
        transform: translate3d(0, 100vh, 0) scale3d(1.1, 1.1, 1)
    }

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

@keyframes lqdStackRowMaskLeaveToTopInner {
    from {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }

    to {
        transform: translate3d(0, -50vh, 0) scale3d(1.15, 1.15, 1)
    }
}

@keyframes lqdStackRowMaskLeaveToBottomInner {
    from {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }

    to {
        transform: translate3d(0, 50vh, 0) scale3d(1.15, 1.15, 1)
    }
}

.lqd-stack-effect-mask .lqd-stack-row-entering>.ld-container {
    will-change: transform
}

.lqd-stack-effect-mask .lqd-stack-row-entering.lqd-stack-moving-up {
    overflow: hidden;
    animation: lqdStackRowMaskEnterFromTop var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-mask .lqd-stack-row-entering.lqd-stack-moving-up>.ld-container {
    animation: lqdStackRowMaskEnterFromBottomInner var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-mask .lqd-stack-row-entering.lqd-stack-moving-down {
    overflow: hidden;
    animation: lqdStackRowMaskEnterFromBottom var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-mask .lqd-stack-row-entering.lqd-stack-moving-down>.ld-container {
    animation: lqdStackRowMaskEnterFromTopInner var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-mask .lqd-stack-row-leaving>.ld-container {
    will-change: transform
}

.lqd-stack-effect-mask .lqd-stack-row-leaving.lqd-stack-moving-up {
    overflow: hidden;
    animation: lqdStackRowMaskLeaveToBottom var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-mask .lqd-stack-row-leaving.lqd-stack-moving-up:not(.main-footer)>.ld-container {
    animation: lqdStackRowMaskLeaveToTopInner var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-mask .lqd-stack-row-leaving.lqd-stack-moving-down {
    overflow: hidden;
    animation: lqdStackRowMaskLeaveToTop var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-mask .lqd-stack-row-leaving.lqd-stack-moving-down>.ld-container {
    animation: lqdStackRowMaskLeaveToBottomInner var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

@keyframes lqdStackRowSlideOverEnterFromTop {
    from {
        transform: translate3d(0, -100vh, 0)
    }

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

@keyframes lqdStackRowSlideOverEnterFromBottom {
    from {
        transform: translate3d(0, 100vh, 0)
    }

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

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

    to {
        transform: translate3d(0, -50vh, 0)
    }
}

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

    to {
        transform: translate3d(0, 50vh, 0)
    }
}

.lqd-stack-effect-slideOver .lqd-stack-row-entering.lqd-stack-moving-up {
    animation: lqdStackRowSlideOverEnterFromTop var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-slideOver .lqd-stack-row-entering.lqd-stack-moving-down {
    animation: lqdStackRowSlideOverEnterFromBottom var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-slideOver .lqd-stack-row-leaving.lqd-stack-moving-up {
    animation: lqdStackRowSlideOverLeaveToBottom var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.lqd-stack-effect-slideOver .lqd-stack-row-leaving.lqd-stack-moving-down {
    animation: lqdStackRowSlideOverLeaveToTop var(--lqd-stack-animation-speed, 1.2s) cubic-bezier(.23, 1, .32, 1) both alternate
}

.submenu-expander:before {
    content: '\ea2f';
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    font: normal 1em/1 lqd-essentials
}

.bg-accent{
    background-color: #F7F8FA !important;
}
