@property --smp-gradient-1 {
    syntax: "<color>";
    inherits: false;
    initial-value: #fff
}

@property --smp-gradient-2 {
    syntax: "<color>";
    inherits: false;
    initial-value: #aaa
}

@property --smp-gradient-3 {
    syntax: "<color>";
    inherits: false;
    initial-value: #555
}

@property --smp-gradient-4 {
    syntax: "<color>";
    inherits: false;
    initial-value: #000
}

:root {
    --smp-grid-width-desktop: 1230px;
    --smp-grid-outer-desktop: 1.66667rem;
    --smp-grid-outer-tablet: 1.66667rem;
    --smp-grid-outer-mobile: 1.11111rem;
    --smp-grid-gap-desktop: 1.66667rem;
    --smp-grid-gap-mobile: 1.66667rem;
    --smp-font-size: 18px;
    --smp-line-height: 30px;
    --smp-text-color: #000000;
    --smp-link-color: #1573dd;
    --smp-hover-color: #000000;
    --smp-border-color: #e6e6e6;
    --dialog-bg-opacity: 0;
    --dialog-bg-blur: 0px;
    --media-library-bg-opacity: 0;
    --smp-meta-bg-opacity: 0;
    --smp-meta-bg-blur: 0px;
    --tooltip-arrow: 50%;
    --linear: linear;
    --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
    --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
    --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
    --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
    --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
    --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
    --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
    --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
    --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
    --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --swiper-theme-color: #000000;
    --swiper-pagination-bullet-horizontal-gap: 7px;
    --swiper-pagination-bullet-vertical-gap: 18px;
    --swiper-pagination-bullet-inactive-opacity: .4
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: "";
    content: none
}

q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

smp-column,
smp-column-pin,
smp-column-pin-inner,
smp-container,
smp-content,
smp-content-wrapper,
smp-cover-inner,
smp-cover-media,
smp-cover-media-wrapper,
smp-nav-column,
smp-nav-content,
smp-nav-row,
smp-nav-section,
smp-row,
smp-section,
smp-section-pin,
smp-subrow {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.masonry {
    display: flex;
    flex-direction: row
}

.masonry .masonry-item-width {
    width: 8.3333333333%
}

.masonry .masonry-item {
    opacity: 0;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    transition-timing-function: ease
}

.masonry .masonry-item img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.masonry .pg-lazy-load {
    transform: translateY(30px)
}

.masonry .masonry-filter-transition {
    transition: all .5s ease
}

[data-masonry-init=delayed] {
    min-height: 100vh
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.load-more-wrapper a {
    cursor: pointer;
    display: block;
    line-height: 0;
    font-size: 0;
    transition: all .2s ease-out
}

.load-more-wrapper a img {
    width: 100%;
    height: auto
}

.load-more-wrapper a:hover {
    transform: scale(1.1)
}

.lazy-load-fin {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.disabled {
    pointer-events: none
}

[data-breakpoint-js=xs] [data-column-mode-xs=multi] .masonry-item,
[data-breakpoint=xs] [data-column-mode-xs=multi] .masonry-item {
    width: 50%;
    max-width: 50%;
    flex: 0 0 auto;
    flex-basis: 50%
}

.responsive-video,
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hidden {
    display: none
}

.os-size-observer,
.os-size-observer-listener {
    scroll-behavior: auto !important;
    direction: inherit;
    pointer-events: none;
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
    writing-mode: horizontal-tb;
    position: absolute;
    left: 0;
    top: 0
}

.os-size-observer {
    z-index: -1;
    contain: strict;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: inherit;
    border: inherit;
    box-sizing: inherit;
    margin: -133px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(.1)
}

.os-size-observer::before {
    content: "";
    flex: none;
    box-sizing: inherit;
    padding: 10px;
    width: 10px;
    height: 10px
}

.os-size-observer-appear {
    animation: os-size-observer-appear-animation 1ms forwards
}

.os-size-observer-listener {
    box-sizing: border-box;
    position: relative;
    flex: auto;
    padding: inherit;
    border: inherit;
    margin: -133px;
    transform: scale(10)
}

.os-size-observer-listener.ltr {
    margin-right: -266px;
    margin-left: 0
}

.os-size-observer-listener.rtl {
    margin-left: -266px;
    margin-right: 0
}

.os-size-observer-listener:empty::before {
    content: "";
    width: 100%;
    height: 100%
}

.os-size-observer-listener:empty::before,
.os-size-observer-listener>.os-size-observer-listener-item {
    display: block;
    position: relative;
    padding: inherit;
    border: inherit;
    box-sizing: content-box;
    flex: auto
}

.os-size-observer-listener-scroll {
    box-sizing: border-box;
    display: flex
}

.os-size-observer-listener-item {
    right: 0;
    bottom: 0;
    overflow: hidden;
    direction: ltr;
    flex: none
}

.os-size-observer-listener-item-final {
    transition: none
}

@keyframes os-size-observer-appear-animation {
    from {
        cursor: auto
    }
    to {
        cursor: none
    }
}

.os-trinsic-observer {
    flex: none;
    box-sizing: border-box;
    position: relative;
    max-width: 0;
    max-height: 1px;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    z-index: -1;
    height: 0;
    top: calc(100% + 1px);
    contain: strict
}

.os-trinsic-observer:not(:empty) {
    height: calc(100% + 1px);
    top: -1px
}

.os-trinsic-observer:not(:empty)>.os-size-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px
}

[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~=scrollbarHidden] {
    scrollbar-width: none !important
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important
}

[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
    overflow: auto
}

html[data-overlayscrollbars-body] {
    overflow: hidden
}

html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body]>body {
    width: 100%;
    height: 100%;
    margin: 0
}

html[data-overlayscrollbars-body]>body {
    overflow: visible;
    margin: 0
}

[data-overlayscrollbars] {
    position: relative
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars~=host] {
    display: flex;
    align-items: stretch !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    scroll-behavior: auto !important
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
    box-sizing: inherit;
    position: relative;
    flex: auto !important;
    height: auto;
    width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 0
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
    --os-vaw: 0;
    --os-vah: 0;
    outline: 0
}

[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
    outline: 0
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    min-width: 1px;
    min-height: 1px;
    width: var(--os-vaw);
    height: var(--os-vah)
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport],
[data-overlayscrollbars] {
    overflow: hidden !important
}

[data-overlayscrollbars-padding~=noClipping],
[data-overlayscrollbars~=noClipping] {
    overflow: visible !important
}

[data-overlayscrollbars-viewport~=measuring] {
    overflow: hidden !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important
}

[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
    overflow-x: visible !important
}

[data-overlayscrollbars-viewport~=overflowXHidden] {
    overflow-x: hidden !important
}

[data-overlayscrollbars-viewport~=overflowXScroll] {
    overflow-x: scroll !important
}

[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]) {
    overflow-y: visible !important
}

[data-overlayscrollbars-viewport~=overflowYHidden] {
    overflow-y: hidden !important
}

[data-overlayscrollbars-viewport~=overflowYScroll] {
    overflow-y: scroll !important
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId) {
    font-size: 0 !important;
    line-height: 0 !important
}

[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::after,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)::before,
[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)>* {
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important
}

[data-overlayscrollbars-viewport~=scrolling] {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important
}

[data-overlayscrollbars-content] {
    box-sizing: inherit
}

[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
    display: contents
}

[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
    display: grid;
    grid-template: 1fr/1fr
}

[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],
[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport] {
    height: auto !important;
    width: auto !important
}

@property --os-scroll-percent {
    syntax: "<number>";
    inherits: true;
    initial-value: 0
}

@property --os-viewport-percent {
    syntax: "<number>";
    inherits: true;
    initial-value: 0
}

.os-scrollbar {
    --os-viewport-percent: 0;
    --os-scroll-percent: 0;
    --os-scroll-direction: 0;
    --os-scroll-percent-directional: calc( var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) * var(--os-scroll-direction))
}

.os-scrollbar {
    contain: size layout;
    contain: size layout style;
    transition: opacity .15s, visibility .15s, top .15s, right .15s, bottom .15s, left .15s;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    visibility: hidden
}

body>.os-scrollbar {
    position: fixed;
    z-index: 99999
}

.os-scrollbar-transitionless {
    transition: none !important
}

.os-scrollbar-track {
    position: relative;
    padding: 0 !important;
    border: none !important
}

.os-scrollbar-handle {
    position: absolute
}

.os-scrollbar-handle,
.os-scrollbar-track {
    pointer-events: none;
    width: 100%;
    height: 100%
}

.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle,
.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track {
    pointer-events: auto;
    touch-action: none
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0
}

.os-scrollbar-vertical {
    top: 0;
    right: 0
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
    right: 0
}

.os-scrollbar-rtl.os-scrollbar-vertical {
    right: auto;
    left: 0
}

.os-scrollbar-visible {
    opacity: 1;
    visibility: visible
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
    opacity: 0;
    visibility: hidden
}

.os-scrollbar-interaction.os-scrollbar-visible {
    opacity: 1;
    visibility: visible
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
    pointer-events: none !important
}

.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
    transition: none !important
}

.os-scrollbar-horizontal .os-scrollbar-handle {
    bottom: 0;
    left: calc(var(--os-scroll-percent-directional)*100%);
    transform: translateX(calc(var(--os-scroll-percent-directional) * -100%));
    width: calc(var(--os-viewport-percent)*100%)
}

.os-scrollbar-vertical .os-scrollbar-handle {
    right: 0;
    top: calc(var(--os-scroll-percent-directional)*100%);
    transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
    height: calc(var(--os-viewport-percent)*100%)
}

@supports(container-type:size) {
    .os-scrollbar-track {
        container-type: size
    }
    .os-scrollbar-horizontal .os-scrollbar-handle {
        left: auto;
        transform: translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%))
    }
    .os-scrollbar-vertical .os-scrollbar-handle {
        top: auto;
        transform: translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%))
    }
    .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
        right: auto;
        left: 0
    }
}

.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
    right: auto;
    left: 0
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
    left: 0;
    right: 0
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
    top: 0;
    bottom: 0
}

@media print {
    .os-scrollbar {
        display: none
    }
}

.os-scrollbar {
    --os-size: 0;
    --os-padding-perpendicular: 0;
    --os-padding-axis: 0;
    --os-track-border-radius: 0;
    --os-track-bg: none;
    --os-track-bg-hover: none;
    --os-track-bg-active: none;
    --os-track-border: none;
    --os-track-border-hover: none;
    --os-track-border-active: none;
    --os-handle-border-radius: 0;
    --os-handle-bg: none;
    --os-handle-bg-hover: none;
    --os-handle-bg-active: none;
    --os-handle-border: none;
    --os-handle-border-hover: none;
    --os-handle-border-active: none;
    --os-handle-min-size: 33px;
    --os-handle-max-size: none;
    --os-handle-perpendicular-size: 100%;
    --os-handle-perpendicular-size-hover: 100%;
    --os-handle-perpendicular-size-active: 100%;
    --os-handle-interactive-area-offset: 0
}

.os-scrollbar-track {
    border: var(--os-track-border);
    border-radius: var(--os-track-border-radius);
    background: var(--os-track-bg);
    transition: opacity .15s, background-color .15s, border-color .15s
}

.os-scrollbar-track:hover {
    border: var(--os-track-border-hover);
    background: var(--os-track-bg-hover)
}

.os-scrollbar-track:active {
    border: var(--os-track-border-active);
    background: var(--os-track-bg-active)
}

.os-scrollbar-handle {
    border: var(--os-handle-border);
    border-radius: var(--os-handle-border-radius);
    background: var(--os-handle-bg)
}

.os-scrollbar-handle:hover {
    border: var(--os-handle-border-hover);
    background: var(--os-handle-bg-hover)
}

.os-scrollbar-handle:active {
    border: var(--os-handle-border-active);
    background: var(--os-handle-bg-active)
}

.os-scrollbar-handle:before,
.os-scrollbar-track:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.os-scrollbar-horizontal {
    padding: var(--os-padding-perpendicular) var(--os-padding-axis);
    right: var(--os-size);
    height: var(--os-size)
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
    left: var(--os-size);
    right: 0
}

.os-scrollbar-horizontal .os-scrollbar-track:before {
    top: calc(var(--os-padding-perpendicular)*-1);
    bottom: calc(var(--os-padding-perpendicular)*-1)
}

.os-scrollbar-horizontal .os-scrollbar-handle {
    min-width: var(--os-handle-min-size);
    max-width: var(--os-handle-max-size);
    height: var(--os-handle-perpendicular-size);
    transition: opacity .15s, background-color .15s, border-color .15s, height .15s
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);
    bottom: calc(var(--os-padding-perpendicular)*-1)
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
    height: var(--os-handle-perpendicular-size-hover)
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
    height: var(--os-handle-perpendicular-size-active)
}

.os-scrollbar-vertical {
    padding: var(--os-padding-axis) var(--os-padding-perpendicular);
    bottom: var(--os-size);
    width: var(--os-size)
}

.os-scrollbar-vertical .os-scrollbar-track:before {
    left: calc(var(--os-padding-perpendicular)*-1);
    right: calc(var(--os-padding-perpendicular)*-1)
}

.os-scrollbar-vertical .os-scrollbar-handle {
    min-height: var(--os-handle-min-size);
    max-height: var(--os-handle-max-size);
    width: var(--os-handle-perpendicular-size);
    transition: opacity .15s, background-color .15s, border-color .15s, width .15s
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);
    right: calc(var(--os-padding-perpendicular)*-1)
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
    right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);
    left: calc(var(--os-padding-perpendicular)*-1)
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
    width: var(--os-handle-perpendicular-size-hover)
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
    width: var(--os-handle-perpendicular-size-active)
}

.os-theme-none.os-scrollbar,
[data-overlayscrollbars-viewport~=measuring]>.os-scrollbar {
    display: none !important
}

.os-theme-dark,
.os-theme-light {
    box-sizing: border-box;
    --os-size: 10px;
    --os-padding-perpendicular: 2px;
    --os-padding-axis: 2px;
    --os-track-border-radius: 10px;
    --os-handle-interactive-area-offset: 4px;
    --os-handle-border-radius: 10px
}

.os-theme-dark {
    --os-handle-bg: rgba(0, 0, 0, 0.44);
    --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
    --os-handle-bg-active: rgba(0, 0, 0, 0.66)
}

.os-theme-light {
    --os-handle-bg: rgba(255, 255, 255, 0.25);
    --os-handle-bg-hover: rgba(255, 255, 255, 0.35);
    --os-handle-bg-active: rgba(255, 255, 255, 0.35)
}

smp-content[data-module=coverslider] {
    height: 100%
}

#semplice-editor.is-coverslider smp-section,
.coverslider smp-section {
    box-sizing: border-box
}

#semplice-editor.is-coverslider .default-cover,
.coverslider .default-cover {
    background: #f6f6f6;
    background-image: url(../images/editor/coverslider/empty-bg.svg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto !important
}

#semplice-editor.is-coverslider .default-cover .empty-coverslider .help-videos,
.coverslider .default-cover .empty-coverslider .help-videos {
    display: flex;
    justify-content: center
}

#semplice-editor.is-coverslider .default-cover .empty-coverslider .help-videos a,
.coverslider .default-cover .empty-coverslider .help-videos a {
    background-image: url(../images/editor/coverslider/play-button.png);
    background-size: 64px 63px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 63px;
    line-height: 52px;
    display: inline-block;
    font-size: 14px;
    padding-left: 70px;
    color: #000;
    transition: all .2s ease-out
}

#semplice-editor.is-coverslider .default-cover .empty-coverslider .help-videos a:hover,
.coverslider .default-cover .empty-coverslider .help-videos a:hover {
    background-position: 5px 0
}

#semplice-editor.is-coverslider .default-cover .empty-coverslider .help-videos a.self-hosted,
.coverslider .default-cover .empty-coverslider .help-videos a.self-hosted {
    margin-left: 40px
}

#semplice-editor.is-coverslider .default-cover .empty-coverslider .missing-covers-desc,
.coverslider .default-cover .empty-coverslider .missing-covers-desc {
    max-width: 740px;
    text-align: center;
    font-family: Inter !important;
    font-size: 24px;
    font-weight: 300;
    font-variation-settings: normal !important;
    line-height: 36px;
    margin: 30px auto
}

#semplice-editor.is-coverslider .default-cover #row_cover,
.coverslider .default-cover #row_cover {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important
}

#semplice-editor.is-coverslider .default-cover .empty-cover,
.coverslider .default-cover .empty-cover {
    width: 100%
}

.coverslider {
    width: 100%;
    height: 100%;
    max-height: 100svh;
    overflow: hidden
}

.coverslider smp-cover-media-wrapper {
    z-index: -1
}

.coverslider .view-project {
    position: absolute;
    bottom: 3.3333333333rem;
    z-index: 10000;
    text-align: center;
    left: 0;
    right: 0
}

@media(max-width:991.98px) {
    .coverslider .view-project {
        bottom: 1.6666666667rem
    }
}

.coverslider .view-project a {
    background: rgba(0, 0, 0, 0);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 2px;
    line-height: 1;
    transition: all .2s ease-out
}

@media(min-width:576px)and (max-width:767.98px) {
    .coverslider .view-project a {
        padding: 0 10px;
        font-size: 11px;
        border-radius: 4px
    }
}

.coverslider .view-project a:hover {
    background: #fff;
    color: #000
}

.coverslider .has-dots {
    bottom: 80px
}

.coverslider .show-more {
    display: none !important
}

.coverslider [data-swiper-parallax] {
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial)
}

.coverslider .swiper-button-next,
.coverslider .swiper-button-prev {
    display: none;
    width: 38px;
    height: 60px;
    padding: 10px 10px
}

.coverslider .swiper-button-next svg,
.coverslider .swiper-button-prev svg {
    width: 18px;
    height: auto;
    fill: var(--swiper-theme-color)
}

.coverslider .swiper-button-next {
    right: 25px
}

.coverslider .swiper-button-prev {
    left: 25px
}

.coverslider .swiper-button-next:after,
.coverslider .swiper-button-prev:after {
    display: none
}

.coverslider .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    position: relative
}

.coverslider .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 20px;
    height: 30px;
    padding: 4px 0;
    position: absolute;
    left: -6px;
    top: -11px
}

.coverslider .swiper-pagination .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    position: relative;
    top: 2px
}

.coverslider .swiper-pagination .swiper-pagination-bullet-active:after {
    display: none
}

.coverslider.swiper-horizontal .swiper-pagination {
    bottom: 25px
}

.coverslider.swiper-vertical .swiper-pagination {
    right: 25px
}

.coverslider.swiper-vertical .swiper-pagination .swiper-pagination-bullet-active {
    left: -2px
}

.coverslider.swiper-vertical .swiper-button-next,
.coverslider.swiper-vertical .swiper-button-prev {
    right: 25px;
    left: initial;
    translate: 0 -50%
}

.coverslider.swiper-vertical .swiper-button-prev {
    rotate: 90deg;
    margin-top: -60px
}

.coverslider.swiper-vertical .swiper-button-next {
    rotate: 90deg;
    margin-top: 60px
}

.coverslider[data-nav=arrows] .swiper-button-next,
.coverslider[data-nav=arrows] .swiper-button-prev {
    display: block
}

.is-frontend .empty-cover .help-videos {
    display: none
}

#semplice-intro {
    width: 100%;
    height: 100svh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

body.site-intro header {
    opacity: 0;
    pointer-events: none
}

body.site-intro .transition-wrap {
    height: 100svh;
    overflow: hidden;
    opacity: 0;
    pointer-events: none
}

#content-holder .post-password-form {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #f5f5f5
}

#content-holder .post-password-form .inner {
    width: 100%;
    text-align: center
}

#content-holder .post-password-form .inner .password-lock {
    fill: #939393;
    text-align: center;
    margin-bottom: 1.6666666667rem
}

#content-holder .post-password-form .inner p.title {
    display: block;
    margin-bottom: 1.1111111111rem;
    font-size: 2.8888888889rem;
    line-height: 2.4444444444rem
}

@media(min-width:768px)and (max-width:991.98px) {
    #content-holder .post-password-form .inner p.title {
        font-size: 2.3333333333rem;
        line-height: 2rem
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    #content-holder .post-password-form .inner p.title {
        font-size: 2rem;
        line-height: 2rem
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    #content-holder .post-password-form .inner p.title {
        font-size: 1.5555555556rem;
        line-height: 1.5555555556rem
    }
}

#content-holder .post-password-form .inner p.subtitle {
    font-size: 1.2222222222rem;
    line-height: 1.2222222222rem;
    margin-bottom: 1.1111111111rem;
    color: #939393
}

@media(min-width:768px)and (max-width:991.98px) {
    #content-holder .post-password-form .inner p.subtitle {
        font-size: 1.1666666667rem;
        line-height: 1.1666666667rem
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    #content-holder .post-password-form .inner p.subtitle {
        font-size: 1.1111111111rem;
        line-height: 1.1111111111rem
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    #content-holder .post-password-form .inner p.subtitle {
        font-size: 1rem;
        line-height: 1rem
    }
}

#content-holder .post-password-form .inner p:last-child {
    line-height: 0
}

#content-holder .post-password-form .inner .input-fields {
    width: 27.7777777778rem;
    height: 3.3333333333rem;
    position: relative;
    margin: 0 auto;
    padding-top: 4.4444444444rem
}

@media(min-width:768px)and (max-width:991.98px) {
    #content-holder .post-password-form .inner .input-fields {
        width: 22.2222222222rem;
        height: 2.7777777778rem;
        padding-top: 3.3333333333rem
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    #content-holder .post-password-form .inner .input-fields {
        width: 16.6666666667rem;
        height: 2.5555555556rem;
        padding-top: 1.6666666667rem
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    #content-holder .post-password-form .inner .input-fields {
        width: 14.4444444444rem;
        height: 2.2222222222rem;
        padding-top: 1.6666666667rem
    }
}

#content-holder .post-password-form .inner .input-fields input[type=password] {
    width: 27.7777777778rem;
    height: 3.3333333333rem;
    border: 0;
    padding: .2777777778rem;
    text-indent: .5555555556rem;
    font-size: .8888888889rem;
    background: #fff;
    color: #000;
    line-height: 3.3333333333rem;
    letter-spacing: .2222222222rem;
    transition: all .2s ease-out;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .04);
    text-indent: .8333333333rem;
    border-radius: 2px;
    outline: 0 !important
}

@media(min-width:768px)and (max-width:991.98px) {
    #content-holder .post-password-form .inner .input-fields input[type=password] {
        width: 22.2222222222rem;
        height: 2.7777777778rem;
        line-height: 2.7777777778rem;
        font-size: 1.1111111111rem
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    #content-holder .post-password-form .inner .input-fields input[type=password] {
        width: 16.6666666667rem;
        height: 2.5555555556rem;
        font-size: 1rem;
        line-height: 2.5555555556rem
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    #content-holder .post-password-form .inner .input-fields input[type=password] {
        width: 14.4444444444rem;
        height: 2.5555555556rem;
        font-size: 1rem;
        line-height: 2.5555555556rem
    }
}

#content-holder .post-password-form .inner .input-fields input[type=password]:hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1)
}

#content-holder .post-password-form .inner .input-fields input::placeholder {
    color: #ccc;
    font-size: 16px;
    letter-spacing: 0
}

#content-holder .post-password-form .inner .input-fields .post-password-submit,
#content-holder .post-password-form .inner .input-fields input[type=submit] {
    width: 4.4444444444rem;
    height: 3.3333333333rem;
    background-image: url(../images/frontend/ppc/submit.svg);
    background-size: 80px 60px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    right: 0;
    opacity: .3;
    background-color: rgba(0, 0, 0, 0);
    transition: all .2s ease-out
}

@media(min-width:768px)and (max-width:991.98px) {
    #content-holder .post-password-form .inner .input-fields .post-password-submit,
    #content-holder .post-password-form .inner .input-fields input[type=submit] {
        background-size: auto 2.7777777778rem;
        height: 2.7777777778rem
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    #content-holder .post-password-form .inner .input-fields .post-password-submit,
    #content-holder .post-password-form .inner .input-fields input[type=submit] {
        background-size: auto 2.5555555556rem;
        width: 3.8888888889rem;
        height: 2.5555555556rem
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    #content-holder .post-password-form .inner .input-fields .post-password-submit,
    #content-holder .post-password-form .inner .input-fields input[type=submit] {
        background-size: auto 2.5555555556rem;
        width: 3.8888888889rem;
        height: 2.5555555556rem
    }
}

#content-holder .post-password-form .inner .input-fields .post-password-submit:hover,
#content-holder .post-password-form .inner .input-fields input[type=submit]:hover {
    opacity: 1
}

#content-holder .post-password-form-dark {
    background: #29292b
}

#content-holder .post-password-form-dark .inner .password-lock {
    fill: #7f7f80
}

#content-holder .post-password-form-dark .inner p {
    color: #fff
}

#content-holder .post-password-form-dark .inner p span {
    color: #bdbdbe
}

.semplice-cursor {
    cursor: none
}

.semplice-cursor #respond #submit,
.semplice-cursor #respond input,
.semplice-cursor #respond textarea,
.semplice-cursor .accordion-item,
.semplice-cursor .accordion-item .title,
.semplice-cursor .apg .flickity-button,
.semplice-cursor .apg-grid-item,
.semplice-cursor .apg-post-title .title,
.semplice-cursor .ba-handle,
.semplice-cursor .close-overlay,
.semplice-cursor .flickity-page-dots .dot,
.semplice-cursor .flickity-slider,
.semplice-cursor .gg-hover,
.semplice-cursor .hamburger,
.semplice-cursor .lightbox-item,
.semplice-cursor .mailchimp-submit-button,
.semplice-cursor .post-password-submit,
.semplice-cursor .post-thumbnail,
.semplice-cursor .search-field,
.semplice-cursor .semplice-gallery .flickity-button,
.semplice-cursor .smp-nav-button,
.semplice-cursor .smp-video,
.semplice-cursor .smp-vimeo,
.semplice-cursor .smp-youtube,
.semplice-cursor .swiper-pagination-bullet,
.semplice-cursor .swiper-slide,
.semplice-cursor [data-module=singleproject] .thumb,
.semplice-cursor [data-smp-link],
.semplice-cursor a,
.semplice-cursor input[type=password] {
    cursor: none !important
}

.semplice-cursor .mailchimp-newsletter input {
    cursor: none
}

.semplice-cursor #semplice-cursor {
    position: fixed;
    z-index: 999999;
    width: 14px;
    height: 14px;
    top: 0;
    pointer-events: none
}

.semplice-cursor #semplice-cursor .semplice-cursor-inner {
    position: relative;
    background-color: #666;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.semplice-cursor #semplice-cursor .semplice-cursor-inner .cursor-text {
    display: none;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: -1px;
    color: #fff
}

.semplice-cursor #semplice-cursor .semplice-cursor-inner .cursor-icon {
    display: none
}

.semplice-cursor #semplice-cursor .semplice-cursor-inner .cursor-icon svg {
    width: 40%;
    height: auto;
    fill: #fff;
    margin: 0 auto
}

.semplice-cursor .pswp,
.semplice-cursor .smp-video.has-controls,
.semplice-cursor .smp-video.has-controls a {
    cursor: default !important
}

.semplice-cursor #semplice-cursor.mouseover-cursor {
    mix-blend-mode: normal
}

.gallery-cursor .semplice-gallery .flickity-button {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0 !important;
    border-radius: 0;
    transform: none
}

.gallery-cursor .semplice-gallery .flickity-button svg {
    display: none
}

.gallery-cursor .semplice-gallery .next {
    left: inherit !important;
    right: 0 !important
}

html {
    -webkit-text-size-adjust: 100%
}

body,
html {
    font-size: var(--smp-font-size);
    line-height: 1.66667;
    font-family: Inter, sans-serif;
    box-sizing: border-box;
    color: var(--smp-text-color);
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word
}

body {
    overflow-y: scroll;
    overflow-x: hidden
}

*,
:after,
:before {
    box-sizing: inherit
}

a {
    text-decoration: none;
    color: var(--smp-link-color)
}

a:hover {
    color: var(--smp-hover-color)
}

a:active,
a:focus {
    outline: 0;
    border: 0;
    -moz-outline-style: none;
    box-shadow: none
}

.sections {
    overflow-x: hidden;
    overflow-y: hidden
}

#content-holder {
    background-color: #fff;
    position: relative
}

#content-holder smp-section {
    display: flex;
    flex-direction: column;
    border-style: solid;
    position: relative;
    width: 100%
}

#content-holder smp-section smp-container {
    border-style: solid
}

#content-holder smp-section smp-column {
    display: flex;
    flex-direction: row;
    overflow-wrap: break-word;
    border-style: solid;
    position: relative
}

#content-holder smp-section smp-column smp-content-wrapper {
    width: 100%;
    border-style: solid
}

#content-holder smp-section smp-column smp-content-wrapper smp-subrow {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    border-style: solid
}

#content-holder smp-section smp-column smp-content-wrapper smp-content {
    width: 100%;
    border-style: solid;
    position: relative
}

#content-holder smp-section smp-column smp-content-wrapper smp-content .is-content {
    border-style: solid;
    position: relative
}

#content-holder smp-section smp-column smp-content-wrapper smp-content .clip-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#content-holder smp-section smp-column smp-content-wrapper smp-content .semplice-lottie {
    width: 100%;
    display: flex
}

#content-holder smp-section smp-column smp-content-wrapper [data-module=dribbble],
#content-holder smp-section smp-column smp-content-wrapper [data-module=gallerygrid],
#content-holder smp-section smp-column smp-content-wrapper [data-module=image],
#content-holder smp-section smp-column smp-content-wrapper [data-module=instagram],
#content-holder smp-section smp-column smp-content-wrapper [data-module=portfoliogrid] {
    min-height: 1px
}

#content-holder smp-section smp-column-pin smp-column {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%
}

#content-holder smp-section .spacer-column {
    min-height: 100px
}

#content-holder smp-section smp-bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    max-width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    top: 0;
    left: 0
}

#content-holder smp-section smp-bg-video smp-content {
    height: 100%;
    position: absolute
}

#content-holder smp-section smp-bg-video video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#content-holder smp-section img:not(.image-preview, .sgs-slideimg) {
    max-width: 100%;
    font-size: 0;
    line-height: 0
}

#content-holder smp-column-pin,
#content-holder smp-section-pin {
    position: relative
}

#content-holder [data-align=center] {
    text-align: center
}

#content-holder [data-align=left] {
    text-align: left
}

#content-holder [data-align=right] {
    text-align: right
}

#content-holder [data-layout=fluid] smp-container {
    width: 100%;
    max-width: 100%
}

#content-holder [data-layout=fluid] smp-container smp-row {
    margin: 0
}

#content-holder [data-gutter=no] smp-row {
    margin: 0
}

#content-holder [data-gutter=no] smp-container,
#content-holder [data-gutter=no] smp-container-fluid {
    padding: 0
}

#content-holder [data-gutter=no] smp-column {
    padding: 0
}

#content-holder [data-height=fullscreen]:not(.semplice-cover) smp-container {
    min-height: 100svh
}

@media(max-width:767.98px) {
    #content-holder [data-height=fullscreen]:not(.semplice-cover) smp-container {
        height: auto;
        min-height: auto
    }
}

#content-holder [data-height=fullscreen][data-force-fullscreen=true] smp-container {
    min-height: 100svh
}

@media(max-width:767.98px) {
    #content-holder [data-height=fullscreen][data-force-fullscreen=true] smp-container {
        min-height: 100svh
    }
}

#content-holder [data-height=custom] smp-container {
    overflow: hidden;
    min-height: .5555555556rem
}

#content-holder [data-valign=center] smp-container {
    align-content: stretch;
    align-items: stretch
}

#content-holder [data-valign=center] smp-container .spacer-column {
    align-self: stretch
}

#content-holder [data-valign=center] smp-container smp-row {
    align-items: center
}

#content-holder [data-valign=top] smp-container {
    align-content: stretch;
    align-items: stretch
}

#content-holder [data-valign=top] smp-container .spacer-column {
    align-self: stretch
}

#content-holder [data-valign=top] smp-container smp-row {
    align-items: flex-start
}

#content-holder [data-valign=bottom] smp-container {
    align-content: stretch;
    align-items: stretch
}

#content-holder [data-valign=bottom] smp-container .spacer-column {
    align-self: stretch
}

#content-holder [data-valign=bottom] smp-container smp-row {
    align-items: flex-end
}

#content-holder [data-valign=stretch] smp-container {
    align-content: stretch
}

#content-holder [data-justify=left] smp-container smp-row {
    justify-content: flex-start
}

#content-holder [data-justify=center] smp-container smp-row {
    justify-content: center
}

#content-holder [data-justify=right] smp-container smp-row {
    justify-content: flex-end
}

#content-holder [data-justify=space-between] smp-container smp-row {
    justify-content: space-between
}

#content-holder [data-justify=space-around] smp-container smp-row {
    justify-content: space-around
}

#content-holder smp-column[data-valign=center] {
    align-items: center
}

#content-holder smp-column[data-valign=top] {
    align-items: flex-start
}

#content-holder smp-column[data-valign=bottom] {
    align-items: flex-end
}

#content-holder smp-column[data-valign=stretch] {
    align-items: stretch
}

#content-holder smp-subrow[data-stack=vertical] {
    grid-template-columns: 1fr;
    grid-auto-flow: inherit
}

#content-holder smp-subrow[data-width=fit-content]:not([data-stack=vertical]) {
    grid-auto-flow: column;
    grid-auto-columns: fit-content(100%);
    grid-template-rows: 1fr
}

#content-holder smp-subrow[data-width=fit-content]:not([data-stack=vertical]) smp-content {
    width: fit-content
}

#content-holder smp-subrow[data-valign=center] {
    align-items: center
}

#content-holder smp-subrow[data-valign=top] {
    align-items: flex-start
}

#content-holder smp-subrow[data-valign=bottom] {
    align-items: flex-end
}

#content-holder smp-subrow[data-valign=stretch] {
    align-items: stretch
}

.is-frontend .transition-wrap {
    background: #fff
}

.is-frontend #content-holder {
    position: absolute;
    width: 100%;
    min-height: 100svh;
    top: 0;
    left: 0
}

.is-frontend #content-holder .content-container {
    position: absolute;
    width: 100%;
    min-height: 100svh;
    top: 0;
    left: 0
}

.is-frontend #content,
.is-frontend #content-holder {
    background-color: rgba(0, 0, 0, 0)
}

.is-frontend #content smp-section smp-row,
.is-frontend #content-holder smp-section smp-row {
    position: relative
}

.is-frontend #content smp-section .spacer-column,
.is-frontend #content-holder smp-section .spacer-column {
    height: auto;
    min-height: auto
}

.is-frontend #content smp-section smp-content-wrapper,
.is-frontend #content-holder smp-section smp-content-wrapper {
    position: relative
}

.is-frontend #content .semplice-cover,
.is-frontend #content-holder .semplice-cover {
    overflow: hidden;
    height: 100svh
}

.is-frontend #content .share-box .semplice-share .share-button,
.is-frontend #content .share-box .semplice-share .text,
.is-frontend #content .share-box .share-icons-wrapper .semplice-share-icons .share-icon a,
.is-frontend #content .share-box .share-icons-wrapper .semplice-share-icons .share-icon svg,
.is-frontend #content-holder .share-box .semplice-share .share-button,
.is-frontend #content-holder .share-box .semplice-share .text,
.is-frontend #content-holder .share-box .share-icons-wrapper .semplice-share-icons .share-icon a,
.is-frontend #content-holder .share-box .share-icons-wrapper .semplice-share-icons .share-icon svg {
    transition: all .2s linear
}

.is-frontend #content [data-module=accordion] .accordion-item .title,
.is-frontend #content-holder [data-module=accordion] .accordion-item .title {
    cursor: pointer
}

.is-frontend #content [data-module=accordion] .accordion-item .description,
.is-frontend #content-holder [data-module=accordion] .accordion-item .description {
    height: 0;
    overflow: hidden
}

.is-frontend #content [data-module=accordion] .expanded-first .description,
.is-frontend #content-holder [data-module=accordion] .expanded-first .description {
    height: auto
}

.is-frontend [data-smp-link] {
    cursor: pointer
}

#content-holder .semplice-cover smp-cover-inner {
    width: 100%;
    height: 100svh
}

#content-holder .semplice-cover smp-container {
    min-height: 100svh
}

#content-holder .semplice-cover smp-cover-image,
#content-holder .semplice-cover smp-cover-media-wrapper {
    width: 100%;
    height: 100svh;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0
}

#content-holder .semplice-cover .show-more {
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    width: 100%;
    z-index: 105;
    display: flex;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box
}

#content-holder .semplice-cover .show-more img,
#content-holder .semplice-cover .show-more svg {
    width: 2.9444444444rem;
    height: auto;
    align-self: flex-start
}

#content-holder .semplice-cover .show-more svg {
    fill: #fff
}

#content-holder .semplice-cover .show-more,
#content-holder .semplice-cover .show-more * {
    transform-style: unset !important
}

#content-holder .semplice-cover .show-more-hidden {
    display: none
}

[data-cover-effect=zoom] smp-cover-image {
    transform-origin: 50% 80%;
    animation: coverZoom linear 50s;
    animation-iteration-count: infinite;
    -webkit-animation: coverZoom linear 50s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: coverZoom linear 50s;
    -moz-animation-iteration-count: infinite;
    -ms-animation: coverZoom linear 50s;
    -ms-animation-iteration-count: infinite
}

@keyframes coverZoom {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.24)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes coverZoom {
    0% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.24)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-webkit-keyframes coverZoom {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.24)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-ms-keyframes coverZoom {
    0% {
        -ms-transform: scale(1)
    }
    50% {
        -ms-transform: scale(1.24)
    }
    100% {
        -ms-transform: scale(1)
    }
}

[data-cover-mousemove=tilt] smp-cover-inner {
    transform-style: preserve-3d;
    transform: translateZ(0) perspective(2000px)
}

[data-cover-mousemove=tilt] smp-cover-inner * {
    transform-style: preserve-3d
}

[data-cover-mousemove=tilt] smp-bg-video,
[data-cover-mousemove=tilt] smp-cover-media-wrapper {
    transform: scale(1.2) !important
}

[data-cover-mousemove=tilt] .is-content {
    transform: translateZ(180px) scale(.8)
}

[data-cover-mousemove=tilt] .show-more {
    transform: translateZ(30px) scale(1);
    bottom: 14px
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 118;
    display: none
}

.back-to-top svg {
    transition: all .2s ease-out
}

.back-to-top a {
    display: block;
    padding: 10px;
    cursor: pointer
}

.back-to-top img,
.back-to-top svg {
    width: 53px;
    height: auto
}

.back-to-top:hover svg {
    transform: scale(1.1)
}

[data-arrow-align=left] {
    right: inherit;
    left: 30px
}

[data-arrow-align=center] {
    right: inherit;
    left: 50%;
    transform: translateX(-50%)
}

.admin-container,
.container-fluid,
smp-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--smp-grid-outer-desktop);
    position: relative
}

@media(max-width:1169.98px) {
    .admin-container,
    .container-fluid,
    smp-container {
        padding: 0 var(--smp-grid-outer-tablet)
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    .admin-container,
    .container-fluid,
    smp-container {
        padding: 0 var(--smp-grid-outer-mobile)
    }
}

smp-container {
    max-width: var(--smp-grid-width-desktop);
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.admin-row,
.grid-row,
smp-row {
    display: flex;
    flex: auto;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-left: calc(0px - var(--smp-grid-gap-desktop)/ 2);
    margin-right: calc(0px - var(--smp-grid-gap-desktop)/ 2)
}

@media(max-width:991.98px) {
    .admin-row,
    .grid-row,
    smp-row {
        margin-left: calc(0px - var(--smp-grid-gap-mobile)/ 2);
        margin-right: calc(0px - var(--smp-grid-gap-mobile)/ 2)
    }
}

.admin-column,
.grid-column,
smp-column {
    padding-left: calc(var(--smp-grid-gap-desktop)/2);
    padding-right: calc(var(--smp-grid-gap-desktop)/2)
}

@media(max-width:991.98px) {
    .admin-column,
    .grid-column,
    smp-column {
        padding-left: calc(var(--smp-grid-gap-mobile)/2);
        padding-right: calc(var(--smp-grid-gap-mobile)/2)
    }
}

.admin-column {
    padding-left: 15px !important;
    padding-right: 15px !important
}

[data-breakpoint=xl] [data-xl-width="1"],
[data-customize-bp=xl] [data-xl-width="1"] {
    width: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 1)
}

[data-breakpoint=xl] [data-xl-width="2"],
[data-customize-bp=xl] [data-xl-width="2"] {
    width: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 2)
}

[data-breakpoint=xl] [data-xl-width="3"],
[data-customize-bp=xl] [data-xl-width="3"] {
    width: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 3)
}

[data-breakpoint=xl] [data-xl-width="4"],
[data-customize-bp=xl] [data-xl-width="4"] {
    width: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 4)
}

[data-breakpoint=xl] [data-xl-width="5"],
[data-customize-bp=xl] [data-xl-width="5"] {
    width: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 5)
}

[data-breakpoint=xl] [data-xl-width="6"],
[data-customize-bp=xl] [data-xl-width="6"] {
    width: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 6)
}

[data-breakpoint=xl] [data-xl-width="7"],
[data-customize-bp=xl] [data-xl-width="7"] {
    width: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 7)
}

[data-breakpoint=xl] [data-xl-width="8"],
[data-customize-bp=xl] [data-xl-width="8"] {
    width: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 8)
}

[data-breakpoint=xl] [data-xl-width="9"],
[data-customize-bp=xl] [data-xl-width="9"] {
    width: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 9)
}

[data-breakpoint=xl] [data-xl-width="10"],
[data-customize-bp=xl] [data-xl-width="10"] {
    width: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 10)
}

[data-breakpoint=xl] [data-xl-width="11"],
[data-customize-bp=xl] [data-xl-width="11"] {
    width: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 11)
}

[data-breakpoint=xl] [data-xl-width="12"],
[data-customize-bp=xl] [data-xl-width="12"] {
    width: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 12)
}

[data-breakpoint=lg] [data-lg-width="1"],
[data-customize-bp=lg] [data-lg-width="1"] {
    width: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 1)
}

[data-breakpoint=lg] [data-lg-width="2"],
[data-customize-bp=lg] [data-lg-width="2"] {
    width: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 2)
}

[data-breakpoint=lg] [data-lg-width="3"],
[data-customize-bp=lg] [data-lg-width="3"] {
    width: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 3)
}

[data-breakpoint=lg] [data-lg-width="4"],
[data-customize-bp=lg] [data-lg-width="4"] {
    width: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 4)
}

[data-breakpoint=lg] [data-lg-width="5"],
[data-customize-bp=lg] [data-lg-width="5"] {
    width: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 5)
}

[data-breakpoint=lg] [data-lg-width="6"],
[data-customize-bp=lg] [data-lg-width="6"] {
    width: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 6)
}

[data-breakpoint=lg] [data-lg-width="7"],
[data-customize-bp=lg] [data-lg-width="7"] {
    width: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 7)
}

[data-breakpoint=lg] [data-lg-width="8"],
[data-customize-bp=lg] [data-lg-width="8"] {
    width: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 8)
}

[data-breakpoint=lg] [data-lg-width="9"],
[data-customize-bp=lg] [data-lg-width="9"] {
    width: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 9)
}

[data-breakpoint=lg] [data-lg-width="10"],
[data-customize-bp=lg] [data-lg-width="10"] {
    width: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 10)
}

[data-breakpoint=lg] [data-lg-width="11"],
[data-customize-bp=lg] [data-lg-width="11"] {
    width: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 11)
}

[data-breakpoint=lg] [data-lg-width="12"],
[data-customize-bp=lg] [data-lg-width="12"] {
    width: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 12)
}

[data-breakpoint=md] [data-md-width="1"],
[data-customize-bp=md] [data-md-width="1"] {
    width: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 1)
}

[data-breakpoint=md] [data-md-width="2"],
[data-customize-bp=md] [data-md-width="2"] {
    width: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 2)
}

[data-breakpoint=md] [data-md-width="3"],
[data-customize-bp=md] [data-md-width="3"] {
    width: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 3)
}

[data-breakpoint=md] [data-md-width="4"],
[data-customize-bp=md] [data-md-width="4"] {
    width: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 4)
}

[data-breakpoint=md] [data-md-width="5"],
[data-customize-bp=md] [data-md-width="5"] {
    width: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 5)
}

[data-breakpoint=md] [data-md-width="6"],
[data-customize-bp=md] [data-md-width="6"] {
    width: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 6)
}

[data-breakpoint=md] [data-md-width="7"],
[data-customize-bp=md] [data-md-width="7"] {
    width: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 7)
}

[data-breakpoint=md] [data-md-width="8"],
[data-customize-bp=md] [data-md-width="8"] {
    width: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 8)
}

[data-breakpoint=md] [data-md-width="9"],
[data-customize-bp=md] [data-md-width="9"] {
    width: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 9)
}

[data-breakpoint=md] [data-md-width="10"],
[data-customize-bp=md] [data-md-width="10"] {
    width: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 10)
}

[data-breakpoint=md] [data-md-width="11"],
[data-customize-bp=md] [data-md-width="11"] {
    width: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 11)
}

[data-breakpoint=md] [data-md-width="12"],
[data-customize-bp=md] [data-md-width="12"] {
    width: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 12)
}

[data-breakpoint=sm] [data-sm-width="1"],
[data-customize-bp=sm] [data-sm-width="1"] {
    width: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 1)
}

[data-breakpoint=sm] [data-sm-width="2"],
[data-customize-bp=sm] [data-sm-width="2"] {
    width: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 2)
}

[data-breakpoint=sm] [data-sm-width="3"],
[data-customize-bp=sm] [data-sm-width="3"] {
    width: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 3)
}

[data-breakpoint=sm] [data-sm-width="4"],
[data-customize-bp=sm] [data-sm-width="4"] {
    width: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 4)
}

[data-breakpoint=sm] [data-sm-width="5"],
[data-customize-bp=sm] [data-sm-width="5"] {
    width: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 5)
}

[data-breakpoint=sm] [data-sm-width="6"],
[data-customize-bp=sm] [data-sm-width="6"] {
    width: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 6)
}

[data-breakpoint=sm] [data-sm-width="7"],
[data-customize-bp=sm] [data-sm-width="7"] {
    width: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 7)
}

[data-breakpoint=sm] [data-sm-width="8"],
[data-customize-bp=sm] [data-sm-width="8"] {
    width: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 8)
}

[data-breakpoint=sm] [data-sm-width="9"],
[data-customize-bp=sm] [data-sm-width="9"] {
    width: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 9)
}

[data-breakpoint=sm] [data-sm-width="10"],
[data-customize-bp=sm] [data-sm-width="10"] {
    width: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 10)
}

[data-breakpoint=sm] [data-sm-width="11"],
[data-customize-bp=sm] [data-sm-width="11"] {
    width: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 11)
}

[data-breakpoint=sm] [data-sm-width="12"],
[data-customize-bp=sm] [data-sm-width="12"] {
    width: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 12)
}

[data-breakpoint=sm] [data-column-mode-sm=single] .masonry-item,
[data-breakpoint=sm] [data-column-mode-sm=single] smp-column,
[data-customize-bp=sm] [data-column-mode-sm=single] .masonry-item,
[data-customize-bp=sm] [data-column-mode-sm=single] smp-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    flex-basis: 100%
}

[data-breakpoint=xs] [data-xs-width="1"],
[data-customize-bp=xs] [data-xs-width="1"] {
    width: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 1)
}

[data-breakpoint=xs] [data-xs-width="2"],
[data-customize-bp=xs] [data-xs-width="2"] {
    width: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 2)
}

[data-breakpoint=xs] [data-xs-width="3"],
[data-customize-bp=xs] [data-xs-width="3"] {
    width: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 3)
}

[data-breakpoint=xs] [data-xs-width="4"],
[data-customize-bp=xs] [data-xs-width="4"] {
    width: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 4)
}

[data-breakpoint=xs] [data-xs-width="5"],
[data-customize-bp=xs] [data-xs-width="5"] {
    width: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 5)
}

[data-breakpoint=xs] [data-xs-width="6"],
[data-customize-bp=xs] [data-xs-width="6"] {
    width: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 6)
}

[data-breakpoint=xs] [data-xs-width="7"],
[data-customize-bp=xs] [data-xs-width="7"] {
    width: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 7)
}

[data-breakpoint=xs] [data-xs-width="8"],
[data-customize-bp=xs] [data-xs-width="8"] {
    width: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 8)
}

[data-breakpoint=xs] [data-xs-width="9"],
[data-customize-bp=xs] [data-xs-width="9"] {
    width: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 9)
}

[data-breakpoint=xs] [data-xs-width="10"],
[data-customize-bp=xs] [data-xs-width="10"] {
    width: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 10)
}

[data-breakpoint=xs] [data-xs-width="11"],
[data-customize-bp=xs] [data-xs-width="11"] {
    width: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 11)
}

[data-breakpoint=xs] [data-xs-width="12"],
[data-customize-bp=xs] [data-xs-width="12"] {
    width: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 12)
}

[data-breakpoint=xs] [data-column-mode-xs=single] .masonry-item,
[data-breakpoint=xs] [data-column-mode-xs=single] smp-column,
[data-customize-bp=xs] [data-column-mode-xs=single] .masonry-item,
[data-customize-bp=xs] [data-column-mode-xs=single] smp-column {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    flex-basis: 100%
}

[data-xl-width="1"] {
    width: calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 1)
}

[data-xl-width="2"] {
    width: calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 2)
}

[data-xl-width="3"] {
    width: calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 3)
}

[data-xl-width="4"] {
    width: calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 4)
}

[data-xl-width="5"] {
    width: calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 5)
}

[data-xl-width="6"] {
    width: calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 6)
}

[data-xl-width="7"] {
    width: calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 7)
}

[data-xl-width="8"] {
    width: calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 8)
}

[data-xl-width="9"] {
    width: calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 9)
}

[data-xl-width="10"] {
    width: calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 10)
}

[data-xl-width="11"] {
    width: calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 11)
}

[data-xl-width="12"] {
    width: calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    flex: 0 0 auto;
    flex-basis: calc(100% / 12 * 12)
}

@media(min-width:992px)and (max-width:1169.98px) {
    [data-lg-width="1"] {
        width: calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 1)
    }
    [data-lg-width="2"] {
        width: calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 2)
    }
    [data-lg-width="3"] {
        width: calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 3)
    }
    [data-lg-width="4"] {
        width: calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 4)
    }
    [data-lg-width="5"] {
        width: calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 5)
    }
    [data-lg-width="6"] {
        width: calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 6)
    }
    [data-lg-width="7"] {
        width: calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 7)
    }
    [data-lg-width="8"] {
        width: calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 8)
    }
    [data-lg-width="9"] {
        width: calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 9)
    }
    [data-lg-width="10"] {
        width: calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 10)
    }
    [data-lg-width="11"] {
        width: calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 11)
    }
    [data-lg-width="12"] {
        width: calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 12)
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    [data-md-width="1"] {
        width: calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 1)
    }
    [data-md-width="2"] {
        width: calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 2)
    }
    [data-md-width="3"] {
        width: calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 3)
    }
    [data-md-width="4"] {
        width: calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 4)
    }
    [data-md-width="5"] {
        width: calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 5)
    }
    [data-md-width="6"] {
        width: calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 6)
    }
    [data-md-width="7"] {
        width: calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 7)
    }
    [data-md-width="8"] {
        width: calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 8)
    }
    [data-md-width="9"] {
        width: calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 9)
    }
    [data-md-width="10"] {
        width: calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 10)
    }
    [data-md-width="11"] {
        width: calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 11)
    }
    [data-md-width="12"] {
        width: calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 12)
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    [data-sm-width="1"] {
        width: calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 1)
    }
    [data-sm-width="2"] {
        width: calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 2)
    }
    [data-sm-width="3"] {
        width: calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 3)
    }
    [data-sm-width="4"] {
        width: calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 4)
    }
    [data-sm-width="5"] {
        width: calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 5)
    }
    [data-sm-width="6"] {
        width: calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 6)
    }
    [data-sm-width="7"] {
        width: calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 7)
    }
    [data-sm-width="8"] {
        width: calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 8)
    }
    [data-sm-width="9"] {
        width: calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 9)
    }
    [data-sm-width="10"] {
        width: calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 10)
    }
    [data-sm-width="11"] {
        width: calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 11)
    }
    [data-sm-width="12"] {
        width: calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 12)
    }
    [data-column-mode-sm=single] .masonry-item,
    [data-column-mode-sm=single] smp-column {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        flex-basis: 100%
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    [data-xs-width="1"] {
        width: calc(100% / 12 * 1);
        max-width: calc(100% / 12 * 1);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 1)
    }
    [data-xs-width="2"] {
        width: calc(100% / 12 * 2);
        max-width: calc(100% / 12 * 2);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 2)
    }
    [data-xs-width="3"] {
        width: calc(100% / 12 * 3);
        max-width: calc(100% / 12 * 3);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 3)
    }
    [data-xs-width="4"] {
        width: calc(100% / 12 * 4);
        max-width: calc(100% / 12 * 4);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 4)
    }
    [data-xs-width="5"] {
        width: calc(100% / 12 * 5);
        max-width: calc(100% / 12 * 5);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 5)
    }
    [data-xs-width="6"] {
        width: calc(100% / 12 * 6);
        max-width: calc(100% / 12 * 6);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 6)
    }
    [data-xs-width="7"] {
        width: calc(100% / 12 * 7);
        max-width: calc(100% / 12 * 7);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 7)
    }
    [data-xs-width="8"] {
        width: calc(100% / 12 * 8);
        max-width: calc(100% / 12 * 8);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 8)
    }
    [data-xs-width="9"] {
        width: calc(100% / 12 * 9);
        max-width: calc(100% / 12 * 9);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 9)
    }
    [data-xs-width="10"] {
        width: calc(100% / 12 * 10);
        max-width: calc(100% / 12 * 10);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 10)
    }
    [data-xs-width="11"] {
        width: calc(100% / 12 * 11);
        max-width: calc(100% / 12 * 11);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 11)
    }
    [data-xs-width="12"] {
        width: calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12);
        flex: 0 0 auto;
        flex-basis: calc(100% / 12 * 12)
    }
    [data-column-mode-xs=single] .masonry-item,
    [data-column-mode-xs=single] smp-column {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        flex-basis: 100%
    }
}

smp-nav-section {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-style: solid
}

smp-nav-section smp-nav-row {
    display: grid;
    width: 100%;
    align-items: center;
    position: relative
}

smp-nav-section smp-nav-column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    border-style: solid
}

smp-nav-section smp-nav-column smp-nav-content {
    justify-self: left;
    border-style: solid
}

smp-nav-section smp-nav-column [data-module=image] {
    font-size: 0;
    line-height: 0
}

smp-nav-section smp-nav-column [data-module=image] img {
    max-width: 100%;
    width: 140px;
    height: auto
}

smp-nav-section smp-nav-column [data-module=lottie] .smp-nav-lottie {
    width: 140px;
    font-size: 0
}

smp-nav-section smp-nav-column [data-module=image][data-width=grid],
smp-nav-section smp-nav-column [data-module=lottie][data-width=grid] {
    width: 100%
}

smp-nav-section smp-nav-column [data-module=image][data-width=grid] .smp-nav-lottie,
smp-nav-section smp-nav-column [data-module=image][data-width=grid] .smp-nav-lottie svg,
smp-nav-section smp-nav-column [data-module=image][data-width=grid] img,
smp-nav-section smp-nav-column [data-module=lottie][data-width=grid] .smp-nav-lottie,
smp-nav-section smp-nav-column [data-module=lottie][data-width=grid] .smp-nav-lottie svg,
smp-nav-section smp-nav-column [data-module=lottie][data-width=grid] img {
    width: 100% !important;
    height: auto !important
}

smp-nav-section smp-nav-column [data-module=menu] nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li {
    line-height: normal;
    border-style: solid;
    position: relative
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li a {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    z-index: 1
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li a span {
    text-underline-offset: 2px;
    text-decoration-color: #000;
    color: #777;
    position: relative;
    display: inline-block
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li a submenu-arrow {
    font-size: 0;
    line-height: 0;
    width: 10px;
    margin-left: 5px
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li a submenu-arrow img,
smp-nav-section smp-nav-column [data-module=menu] nav ul li a submenu-arrow svg {
    width: 100%;
    height: auto
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li a:hover span {
    color: #000
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.menu-item-has-children ul {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    display: flex;
    width: fit-content;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    gap: 5px;
    scale: .92;
    margin-top: 20px;
    border-style: solid;
    z-index: 1
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.menu-item-has-children ul li {
    display: block;
    line-height: 1;
    font-size: 0;
    width: 100%
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.menu-item-has-children ul li a {
    display: inline-block;
    width: 100%
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.menu-item-has-children ul li a span {
    text-underline-offset: 2px;
    text-decoration-color: #000;
    color: #777;
    position: relative;
    display: inline-block
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.menu-item-has-children ul li:after {
    display: none
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.active-sub-menu:after {
    content: "";
    width: 100%;
    height: calc(100% + var(--sub-menu-height));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.active-sub-menu ul {
    pointer-events: all
}

smp-nav-section smp-nav-column [data-module=menu] nav ul li.current-menu-item a span,
smp-nav-section smp-nav-column [data-module=menu] nav ul li.current_page_item a span,
smp-nav-section smp-nav-column [data-module=menu] nav ul li.wrap-focus a span {
    color: #000
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical] li.active-sub-menu:after {
    height: 100%
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical][data-text-align=center] ul:not(.sub-menu)>li>a {
    justify-content: center
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical][data-text-align=right] ul:not(.sub-menu)>li>a {
    justify-content: flex-end
}

smp-nav-section smp-nav-column [data-module=menu][data-distributed=yes]:not([data-menu-direction=vertical], [data-menu-type=hamburger]) {
    width: 100%
}

smp-nav-section smp-nav-column [data-module=menu][data-distributed=yes]:not([data-menu-direction=vertical], [data-menu-type=hamburger]) nav ul {
    justify-content: space-between
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical] nav ul li a {
    width: 100%
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical] nav ul {
    flex-direction: column
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical] nav ul li.menu-item-has-children ul.sub-menu {
    width: 100%;
    position: relative;
    padding: 0 16px;
    scale: 1 !important;
    left: 0 !important;
    translate: none !important;
    transform: none !important;
    pointer-events: all !important;
    margin-top: 0;
    box-shadow: none !important;
    border-radius: 0;
    display: flex;
    flex-wrap: nowrap
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical] nav ul li.menu-item-has-children ul.sub-menu li:after,
smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical] nav ul li.menu-item-has-children ul.sub-menu li:before {
    display: none !important
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical] nav ul li.expanded a submenu-arrow {
    rotate: 180deg
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical][data-nested-mode=toggle] nav ul {
    flex-direction: column
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical][data-nested-mode=toggle] nav ul li.menu-item-has-children ul.sub-menu {
    height: 0;
    opacity: 0;
    overflow: hidden
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical][data-nested-mode=open] submenu-arrow {
    display: none !important
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-direction=vertical][data-nested-mode=open] ul.sub-menu {
    opacity: 1 !important
}

smp-nav-section smp-nav-column [data-module=menu][data-dropdown-align=left] nav ul li.menu-item-has-children ul {
    left: 0;
    translate: 0 0
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-type=hamburger] .hamburger {
    display: flex
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-type=hamburger] .hamburger a {
    font-size: 0
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-type=hamburger] .text {
    display: none
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-width=grid] {
    width: 100%
}

smp-nav-section smp-nav-column [data-module=menu][data-menu-width=grid] nav ul li a {
    width: 100%
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=flip] nav>ul>li>a {
    overflow: hidden
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=flip] nav>ul>li>a span {
    transition: all .9s cubic-bezier(.15, 1, .35, 1) !important
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=flip] nav>ul>li>a span.copy {
    position: absolute;
    translate: 0 100%
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=flip] nav>ul>li>a:hover span.copy {
    translate: 0 0
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=flip] nav>ul>li>a:hover span:not(.copy) {
    translate: 0 -100%
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=underline] nav>ul>li>a span {
    text-decoration: none !important
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=underline] nav>ul>li>a span::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

smp-nav-section smp-nav-column [data-module=menu][data-hover-effect=underline] nav>ul>li>a span:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}

smp-nav-section smp-nav-column [data-module=link] {
    line-height: normal
}

smp-nav-section smp-nav-column [data-module=link] a {
    color: #777;
    font-size: 18px;
    text-underline-offset: 2px;
    text-decoration-color: #000
}

smp-nav-section smp-nav-column [data-module=link] a:hover {
    color: #000
}

smp-nav-section smp-nav-column [data-module=text] .is-content {
    outline: 0;
    color: #777;
    line-height: normal;
    word-break: break-word
}

smp-nav-section smp-nav-column [data-module=button] .smp-nav-button {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #ffd300;
    height: auto;
    border-style: solid;
    border-width: 0;
    transition: all .2s ease-out;
    display: flex;
    align-items: center;
    cursor: pointer
}

smp-nav-section smp-nav-column [data-module=button] .smp-nav-button span {
    display: inline-block
}

smp-nav-section smp-nav-column [data-module=button] .smp-nav-button span.icon {
    font-size: 0
}

smp-nav-section smp-nav-column [data-module=button] .smp-nav-button img {
    display: inline-block;
    width: auto;
    height: 20px;
    transition: all .2s ease-out
}

smp-nav-section smp-nav-column [data-module=button] .smp-nav-button:hover {
    background: #ffd300
}

smp-nav-section smp-nav-column [data-module=button] [data-icon-direction=left] span.icon {
    margin-right: 10px
}

smp-nav-section smp-nav-column [data-module=button] [data-icon-direction=right] span.icon {
    margin-left: 10px
}

smp-nav-section smp-nav-column [data-module=button] [data-icon-direction=right][data-icon-effect=yes]:hover img {
    padding-left: 8px
}

smp-nav-section smp-nav-column [data-module=button] [data-icon-direction=left][data-icon-effect=yes]:hover img {
    padding-right: 8px
}

smp-nav-section smp-nav-column [data-module=button][data-width=grid] {
    width: 100%
}

smp-nav-section smp-nav-column [data-module=button][data-width=grid] button {
    width: 100%
}

smp-nav-section smp-nav-column [data-module=spacer] {
    width: 100%
}

smp-nav-section smp-nav-content {
    position: relative
}

#navbar-top {
    z-index: 253
}

#navbar-bottom {
    top: auto !important;
    bottom: 0;
    z-index: 251
}

#navbar-bottom .sub-menu {
    bottom: 100%
}

#navbar-bottom [data-module=menu][data-menu-direction=horizontal] li.active-sub-menu:after {
    top: inherit;
    bottom: 0
}

#navbar-overlay {
    top: 0;
    bottom: 0;
    align-content: flex-start;
    width: 100%;
    z-index: 252;
    overflow-y: auto
}

#navbar-overlay smp-container {
    display: flex;
    height: fit-content
}

#navbar-overlay .close-overlay {
    position: absolute;
    padding: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 1
}

#navbar-overlay .close-overlay svg {
    width: 20px;
    height: auto
}

#navbar-overlay .close-overlay svg path {
    stroke: #777;
    stroke-width: .8
}

#navbar-overlay[data-reveal-type=push] .close-overlay {
    display: block
}

#navbar-overlay.empty-overlay {
    height: inherit !important
}

#navbar-overlay.empty-overlay smp-container {
    height: 100% !important
}

smp-nav-section[data-navbar-width=fluid] smp-container {
    max-width: 100%;
    padding: 0
}

#navbar-overlay[data-overlay-height=fit-content] {
    height: fit-content;
    max-height: 100%
}

#navbar-overlay[data-navbar-halign=center] {
    margin: 0 auto
}

#navbar-overlay[data-navbar-halign=right] {
    left: initial !important
}

#navbar-overlay[data-navbar-valign=center] {
    align-content: center
}

#navbar-overlay[data-navbar-valign=flex-end] {
    align-content: flex-end
}

.is-frontend smp-nav-section {
    position: fixed
}

.is-frontend smp-nav-section[data-navbar-mode=normal] {
    position: absolute
}

.is-frontend .hamburger .menu-icon span:after,
.is-frontend .hamburger .menu-icon span:before {
    transition: all .15s ease-out !important
}

.is-frontend smp-nav-content[data-module=menu] ul li a {
    transition: all .3s ease-out
}

.is-frontend smp-nav-content[data-module=menu] ul li a:hover {
    transition: all .15s ease-out
}

.is-frontend smp-nav-content[data-module=menu] ul li a span {
    transition: all .3s ease-out
}

.is-frontend smp-nav-content[data-module=menu] ul li a:hover span {
    transition: all .15s ease-out
}

.is-frontend smp-nav-content[data-module=link] a {
    transition: all .3s ease-out
}

.is-frontend smp-nav-content[data-module=link] a:hover {
    transition: all .15s ease-out
}

.is-frontend .hamburger-text {
    transition: all .15s ease-out
}

.is-frontend #navbar-overlay {
    display: none;
    padding: 0 !important
}

.is-frontend #navbar-overlay .close-overlay {
    position: fixed
}

.is-frontend .overlay-dim {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1e1001;
    opacity: 0;
    pointer-events: none;
    z-index: 253;
    visibility: hidden
}

.is-frontend #navbar-top.push-transition {
    transition: none !important
}

.is-frontend #navbar-top[data-reveal-type=slide] {
    translate: 0 -100%;
    top: 0
}

.is-frontend #navbar-top[data-cover-transparent=enabled]:not([data-use-headroom=enabled]) {
    transition: background .2s ease-out !important
}

.is-frontend #navbar-top.cover-transparent {
    background: rgba(0, 0, 0, 0) !important
}

.is-frontend #navbar-bottom[data-reveal-type=slide] {
    translate: 0 100%;
    bottom: 0
}

.is-frontend #navbar-bottom[data-reveal-type=fade],
.is-frontend #navbar-overlay[data-reveal-type=fade],
.is-frontend #navbar-top[data-reveal-type=fade] {
    opacity: 0
}

.is-frontend #navbar-overlay[data-reveal-type=push] {
    z-index: 254;
    left: initial !important;
    right: initial !important
}

.is-frontend #navbar-overlay[data-reveal-type=slide][data-navbar-halign=left] {
    translate: -100% 0
}

.is-frontend #navbar-overlay[data-reveal-type=slide][data-navbar-halign=right] {
    translate: 100% 0
}

.is-frontend #navbar-overlay[data-reveal-type=grow] smp-nav-column {
    opacity: 0;
    translate: 0 30px
}

.is-frontend .headroom {
    will-change: transform;
    transition: all .2s ease-out
}

.is-frontend .headroom--pinned {
    transform: translateY(0)
}

.is-frontend .headroom--unpinned {
    transform: translateY(-100%)
}

.is-frontend[data-breakpoint-js=lg] [data-nav-display-lg=none],
.is-frontend[data-breakpoint-js=md] [data-nav-display-md=none],
.is-frontend[data-breakpoint-js=sm] [data-nav-display-sm=none],
.is-frontend[data-breakpoint-js=xl] [data-nav-display-xl=none],
.is-frontend[data-breakpoint-js=xs] [data-nav-display-xs=none] {
    display: none !important
}

body.is-frontend:not(.overlay-active) .headroom--unpinned {
    top: 0 !important
}

.is-frontend header {
    position: relative
}

.is-frontend.overlay-active #navbar-overlay {
    display: grid
}

.is-frontend.overlay-active #navbar-overlay[data-overlay-height=fit-content] {
    display: flex
}

.is-frontend.overlay-active .overlay-dim {
    pointer-events: all;
    cursor: pointer
}

.is-frontend.overlay-active [data-module=menu][data-menu-direction=vertical] li a submenu-arrow {
    transition: .2s all ease-out
}

.hamburger {
    cursor: pointer;
    display: none
}

.hamburger a.close-menu,
.hamburger a.menu-icon,
.hamburger a.open-menu {
    width: 1.3333333333rem;
    display: block;
    height: 14px;
    position: relative;
    transition: none
}

.hamburger a.close-menu span,
.hamburger a.menu-icon span,
.hamburger a.open-menu span {
    background: #000;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    margin-top: 7px
}

.hamburger a.close-menu span::after,
.hamburger a.close-menu span::before,
.hamburger a.menu-icon span::after,
.hamburger a.menu-icon span::before,
.hamburger a.open-menu span::after,
.hamburger a.open-menu span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none
}

.hamburger a.close-menu span::before,
.hamburger a.menu-icon span::before,
.hamburger a.open-menu span::before {
    transform: translateY(-6px)
}

.hamburger a.close-menu span::after,
.hamburger a.menu-icon span::after,
.hamburger a.open-menu span::after {
    transform: translateY(6px)
}

.hamburger a.close-menu span {
    visibility: hidden
}

.hamburger a.close-menu span::before {
    transform: rotate(45deg);
    visibility: visible
}

.hamburger a.close-menu span::after {
    transform: rotate(-45deg);
    visibility: visible
}

.hamburger a:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px;
    left: -20px;
    top: -20px;
    display: block;
    box-sizing: content-box
}

.hamburger:hover a.open-menu span::before {
    transform: translateY(-8px)
}

.hamburger:hover a.open-menu span::after {
    transform: translateY(8px)
}

.hamburger:hover a.close-menu,
.hamburger:hover a.open-menu {
    opacity: 1 !important
}

.hamburger-text {
    font-size: .8333333333rem;
    line-height: 1;
    color: #888;
    transition: none;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.hamburger-text:hover {
    transform: scale(1) !important;
    color: #000
}

.custom-hamburger .menu-icon {
    width: auto !important;
    height: auto !important
}

.custom-hamburger img {
    width: 1.3333333333rem
}

.custom-hamburger .hamburger-custom-close {
    display: none;
    position: relative;
    top: -1px
}

.custom-hamburger span {
    display: none !important
}

.custom-hamburger[data-hamburger-mouseover=scale]:hover {
    scale: 1.2
}

.close-menu .hamburger-custom {
    display: none
}

.close-menu .hamburger-custom-close {
    display: block
}

.is-content blockquote,
.is-content h1,
.is-content h2,
.is-content h3,
.is-content h4,
.is-content h5,
.is-content h6,
.is-content p {
    color: inherit;
    margin-bottom: 1.6666666667rem
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0
}

#content-holder .is-content p:last-child {
    margin-bottom: 0
}

p {
    font-size: 1rem
}

h1 {
    font-size: 2.3333333333rem;
    line-height: 3rem
}

h2 {
    font-size: 2rem;
    line-height: 2.6666666667rem
}

h3 {
    font-size: 1.5555555556rem;
    line-height: 2.2222222222rem
}

h4 {
    font-size: 1.3333333333rem;
    line-height: 2rem
}

h5 {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem
}

h6 {
    font-size: 1rem;
    line-height: 1.6666666667rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

[data-pn-layout=container-fluid] smp-container,
[data-pn-layout=fluid] smp-container {
    width: 100%;
    max-width: 100%
}

[data-pn-layout=container-fluid] smp-container smp-row,
[data-pn-layout=fluid] smp-container smp-row {
    margin: 0
}

.project-panel .panel-label {
    line-height: 1
}

.project-panel .pp-thumb {
    line-height: 0;
    font-size: 0;
    flex-direction: column !important
}

.project-panel .pp-thumb img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.project-panel .pp-thumb div.pp-title {
    text-align: center;
    color: #000;
    line-height: 1.5 !important
}

.project-panel .pp-thumb div.pp-title a {
    transition: none
}

.project-panel .pp-thumb div.pp-title span {
    display: block
}

.project-panel [data-title-visibility=hidden] .panel-label {
    display: none
}

.project-panel [data-meta-visibility=title] .pp-thumb .pp-title span {
    display: none
}

.project-panel [data-meta-visibility=category] .pp-thumb .pp-title a {
    display: none
}

.project-panel [data-meta-visibility=hidden] .pp-title {
    margin: 0 !important
}

.project-panel [data-meta-visibility=hidden] .pp-thumb .pp-title a,
.project-panel [data-meta-visibility=hidden] .pp-title span {
    display: none !important
}

[data-np-gutter=no] smp-row,
[data-pp-gutter=no] smp-row {
    margin: 0
}

[data-np-gutter=no] .container-fluid,
[data-np-gutter=no] smp-container,
[data-pp-gutter=no] .container-fluid,
[data-pp-gutter=no] smp-container {
    padding: 0
}

[data-np-gutter=no] smp-column,
[data-pp-gutter=no] smp-column {
    padding: 0
}

.semplice-next-prev {
    position: relative
}

.semplice-next-prev .np-inner {
    display: flex;
    width: 100%
}

.semplice-next-prev .np-inner .np-link {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
    transition: none
}

.semplice-next-prev .np-inner .np-link .np-bg {
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    background-size: cover;
    background-position: center center
}

.semplice-next-prev .np-inner .semplice-prev span.np-prefix {
    padding-right: 10px
}

.semplice-next-prev .np-inner .semplice-next span.np-prefix {
    padding-left: 10px
}

.semplice-next-prev [data-np-justify=edge] .semplice-next .np-text .np-text-inner {
    justify-content: flex-end;
    text-align: right
}

.semplice-next-prev [data-np-justify=center] .semplice-next .np-text .np-text-inner,
.semplice-next-prev [data-np-justify=center] .semplice-prev .np-text .np-text-inner {
    justify-content: center;
    text-align: center
}

.semplice-next-prev [data-np-justify=inner] .semplice-prev .np-text .np-text-inner {
    justify-content: flex-end;
    text-align: right
}

.semplice-next-prev [data-np-justify=inner] .semplice-next .np-text .np-text-inner {
    justify-content: flex-start;
    text-align: left
}

.semplice-next-prev .nextprev-seperator {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px
}

.semplice-next-prev [data-np-image-scale=contain] .semplice-next .np-bg,
.semplice-next-prev [data-np-image-scale=contain] .semplice-prev .np-bg {
    background-size: contain;
    background-repeat: no-repeat
}

.semplice-next-prev [data-np-image-scale=contain] .semplice-prev .np-bg {
    background-position: left center
}

.semplice-next-prev [data-np-image-scale=contain] .semplice-next .np-bg {
    background-position: right center
}

.semplice-next-prev [data-np-next-only=enabled] .semplice-prev {
    display: none
}

.semplice-next-prev [data-np-next-only=enabled] .semplice-next {
    width: 100%
}

.semplice-next-prev .np-text-inner {
    display: flex
}

.semplice-next-prev .semplice-next .np-prefix {
    order: 1
}

.semplice-next-prev .np-above {
    flex-direction: column;
    text-align: left
}

.semplice-next-prev .semplice-next .np-above {
    text-align: right
}

[data-np-sep-visibility=hidden] .nextprev-seperator {
    display: none
}

[data-np-sep-visibility=visible] .nextprev-seperator {
    display: block
}

[data-np-prefix-visibility=hidden] .np-inner .np-text span.np-prefix {
    display: none
}

[data-np-text-visibility=hidden] .np-inner .np-text .np-text-inner {
    opacity: 0
}

[data-np-image-visibility=hidden] .np-inner .np-bg {
    background: 0 0 !important;
    display: none !important
}

[data-np-image-visibility=hidden] .np-link .np-text,
[data-np-text-position=overlay] .np-link .np-text {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%)
}

[data-np-image-visibility=hidden] [data-np-justify=edge] .semplice-next .np-text,
[data-np-text-position=overlay] [data-np-justify=edge] .semplice-next .np-text {
    right: 0
}

[data-np-image-visibility=hidden] [data-np-justify=center] .np-link .np-text,
[data-np-text-position=overlay] [data-np-justify=center] .np-link .np-text {
    align-self: center
}

[data-np-image-visibility=hidden] [data-np-justify=center] .np-link .np-text .np-text-inner,
[data-np-text-position=overlay] [data-np-justify=center] .np-link .np-text .np-text-inner {
    justify-content: center
}

[data-np-image-visibility=hidden] [data-np-justify=center] .np-link .np-text .np-above,
[data-np-text-position=overlay] [data-np-justify=center] .np-link .np-text .np-above {
    text-align: center
}

[data-np-image-visibility=hidden] [data-np-justify=inner] .semplice-prev .np-text,
[data-np-text-position=overlay] [data-np-justify=inner] .semplice-prev .np-text {
    right: 0
}

[data-np-image-visibility=hidden] [data-np-justify=inner] .semplice-prev .np-text .np-above,
[data-np-text-position=overlay] [data-np-justify=inner] .semplice-prev .np-text .np-above {
    text-align: right
}

[data-np-image-visibility=hidden] [data-np-justify=inner] .semplice-next .np-text,
[data-np-text-position=overlay] [data-np-justify=inner] .semplice-next .np-text {
    left: 0
}

[data-np-image-visibility=hidden] [data-np-justify=inner] .semplice-next .np-text .np-above,
[data-np-text-position=overlay] [data-np-justify=inner] .semplice-next .np-text .np-above {
    text-align: left
}

[data-np-image-visibility=hidden] [data-np-alignment=top] .np-link .np-text,
[data-np-text-position=overlay] [data-np-alignment=top] .np-link .np-text {
    top: 0;
    transform: translateY(0)
}

[data-np-image-visibility=hidden] [data-np-alignment=bottom] .np-link .np-text,
[data-np-text-position=overlay] [data-np-alignment=bottom] .np-link .np-text {
    top: inherit;
    transform: translateY(0);
    bottom: 0
}

[data-np-text-position=above] .np-inner .semplice-next,
[data-np-text-position=above] .np-inner .semplice-prev {
    flex-direction: column-reverse
}

.is-frontend .np-label-above,
.is-frontend .semplice-next-prev .np-inner .np-link {
    transition: all .25s ease-out
}

.is-frontend [data-np-mouseover=dim-down] .np-link .np-bg,
.is-frontend [data-np-mouseover=scale-opacity] .np-link .np-bg {
    transition: all .25s ease-out
}

.is-frontend [data-np-mouseover=scale-opacity] .np-link {
    overflow: hidden
}

.is-frontend [data-np-mouseover=scale-opacity] .np-link .np-bg {
    transform: scale(1)
}

.is-frontend [data-np-mouseover=scale-opacity] .np-inner .np-link:hover {
    opacity: 1 !important
}

.is-frontend .np-link .np-text .np-label,
.is-frontend .np-link .np-text .np-prefix {
    transition: all .25s ease-out
}

.is-frontend .np-link .np-text .np-text-inner {
    transition: all .25s ease-out
}

.is-frontend .np-link .fadein-top {
    transform: translateY(-30px)
}

.is-frontend .np-link .fadein-bottom {
    transform: translateY(30px)
}

.is-frontend .np-link:hover .np-text .np-text-inner {
    opacity: 1
}

.is-frontend .np-link:hover .fadein-bottom,
.is-frontend .np-link:hover .fadein-left,
.is-frontend .np-link:hover .fadein-right,
.is-frontend .np-link:hover .fadein-top {
    transform: translate(0, 0)
}

.is-frontend .np-link:hover .np-text .fadeout,
.is-frontend .np-link:hover .np-text .fadeout-bottom,
.is-frontend .np-link:hover .np-text .fadeout-edge,
.is-frontend .np-link:hover .np-text .fadeout-inner,
.is-frontend .np-link:hover .np-text .fadeout-top {
    opacity: 0
}

.is-frontend .np-link:hover .fadeout-top {
    transform: translate(0, -30px)
}

.is-frontend .np-link:hover .fadeout-bottom {
    transform: translate(0, 30px)
}

.is-frontend .semplice-prev .fadein-edge {
    transform: translate(-30px, 0)
}

.is-frontend .semplice-prev .fadein-inner {
    transform: translate(30px, 0)
}

.is-frontend .semplice-next .fadein-edge {
    transform: translate(30px, 0)
}

.is-frontend .semplice-next .fadein-inner {
    transform: translate(-30px, 0)
}

.is-frontend .semplice-prev:hover .fadeout-edge {
    transform: translate(-30px, 0)
}

.is-frontend .semplice-prev:hover .fadeout-inner {
    transform: translate(30px, 0)
}

.is-frontend .semplice-next:hover .fadeout-edge {
    transform: translate(30px, 0)
}

.is-frontend .semplice-next:hover .fadeout-inner {
    transform: translate(-30px, 0)
}

.is-frontend .np-link:hover .fadein-edge,
.is-frontend .np-link:hover .fadein-inner {
    transform: translate(0, 0)
}

.is-frontend [data-np-image-visibility=hidden] .np-link:hover .fadeout-right,
.is-frontend [data-np-text-position=overlay] .np-link:hover .fadeout-right {
    transform: translate(30px, -50%)
}

.is-frontend [data-np-image-visibility=hidden] .np-link:hover .fadeout-left,
.is-frontend [data-np-text-position=overlay] .np-link:hover .fadeout-left {
    transform: translate(-30px, -50%)
}

.is-frontend .semplice-next-prev .nextprev-error {
    height: 200px
}

.is-frontend .semplice-next-prev .nextprev-error a {
    display: none
}

.is-frontend .semplice-next-prev .nextprev-error:after {
    content: "You need at least 3 published projects to preview the next/prev nav.";
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    line-height: 200px
}

.hide-on-init {
    opacity: 0
}

.transition-hidden {
    opacity: 0
}

.is-frontend .static-mode .content-block {
    visibility: visible
}

.is-frontend #content-holder .transition-wrap {
    width: 100%;
    min-height: 100%;
    position: absolute
}

.is-frontend #content-holder .position-right {
    left: 100%
}

.is-frontend #content-holder .position-left {
    left: -100%
}

.is-frontend #content-holder .position-bottom {
    top: 100%
}

.is-frontend #content-holder .position-top {
    top: -100%
}

.is-frontend #content-holder .is-top {
    z-index: 1
}

.transition-reveal,
.transition-staggered {
    position: fixed;
    z-index: 10000;
    opacity: 1;
    background-color: #fff;
    overflow: hidden
}

.transition-staggered {
    width: 100%;
    background-color: rgba(0, 0, 0, 0)
}

.transition-reveal-img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 100001;
    opacity: 1;
    background-repeat: no-repeat
}

.line,
.ver-line {
    position: absolute;
    left: 0;
    height: 0;
    width: 0
}

.line-inline {
    transform: scale(1, 0)
}

.hor-line {
    position: absolute;
    top: 0;
    height: 0;
    transform: scale(0, 1)
}

[data-reveal-direction=bottomToTop],
[data-reveal-direction=topToBottom] {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: 0
}

[data-reveal-direction=leftToRight],
[data-reveal-direction=rightToLeft] {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

[data-reveal-direction=bottomToTop] {
    top: initial
}

[data-reveal-direction=rightToLeft] {
    left: initial
}

[data-reveal-bg-size=cover] {
    background-size: cover
}

[data-reveal-bg-size=contain] {
    background-size: contain
}

.blogposts ol,
.blogposts ul,
.posts ol,
.posts ul {
    margin-left: 48px;
    margin-bottom: 1.6666666667rem
}

.blogposts ol ol,
.blogposts ol ul,
.blogposts ul ol,
.blogposts ul ul,
.posts ol ol,
.posts ol ul,
.posts ul ol,
.posts ul ul {
    margin-left: 1.6666666667rem;
    margin-bottom: 0
}

.blogposts ol,
.posts ol {
    list-style: decimal outside none
}

.blogposts ul,
.posts ul {
    list-style: disc outside none
}

.blogposts cite,
.blogposts em,
.blogposts q,
.blogposts var,
.posts cite,
.posts em,
.posts q,
.posts var {
    font-style: italic
}

.blogposts dl,
.posts dl {
    margin-bottom: 1.6666666667rem
}

.blogposts dl dt,
.posts dl dt {
    font-weight: 700
}

.blogposts dl dd,
.posts dl dd {
    margin-left: .8333333333rem
}

.blogposts dl:last-child,
.posts dl:last-child {
    margin-bottom: 0
}

.blogposts address,
.posts address {
    font-style: italic;
    margin-bottom: 1.6666666667rem
}

.blogposts address:last-child,
.posts address:last-child {
    margin-bottom: 0
}

.blogposts em,
.posts em {
    font-style: italic
}

.blogposts strong,
.posts strong {
    font-weight: 700
}

.blogposts abbr,
.blogposts acronym,
.posts abbr,
.posts acronym {
    cursor: help;
    border-bottom: 1px dotted #000
}

.blogposts code,
.blogposts kbd,
.blogposts pre,
.blogposts tt,
.posts code,
.posts kbd,
.posts pre,
.posts tt {
    border: 1px solid #e6e6e6;
    font-family: "Courier New", monospace !important;
    padding: 5px;
    font-size: .8888888889rem
}

.blogposts sub,
.blogposts sup,
.posts sub,
.posts sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.blogposts sub,
.posts sub {
    bottom: -.25em
}

.blogposts sup,
.posts sup {
    top: -.5em
}

.blogposts pre,
.posts pre {
    border: 1px solid var(--smp-border-color);
    color: var(--smp-text-color);
    font-family: "Courier New", monospace !important;
    font-size: .8888888889rem;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 26px
}

.post .featured-image {
    text-align: center;
    margin-bottom: 3.3333333333rem
}

@media(max-width:767.98px) {
    .post .featured-image {
        margin-bottom: 1.6666666667rem
    }
}

.post .featured-image img {
    height: auto;
    margin: 0 !important;
    max-width: 100%
}

@media(max-width:991.98px) {
    .post .featured-image img {
        width: 100%;
        margin: 0 !important
    }
}

.post .post-heading,
.post .post-meta {
    color: #a0a0a0;
    margin-bottom: .2777777778rem !important
}

.post .post-heading a,
.post .post-meta a {
    color: #a0a0a0
}

.post .post-heading a:hover,
.post .post-meta a:hover {
    color: #000
}

.post .post-heading p,
.post .post-meta p {
    margin-bottom: 5px !important
}

.post .post-heading p a,
.post .post-meta p a {
    font-size: 1rem
}

.post .post-heading h2,
.post .post-meta h2 {
    margin-bottom: 1.6666666667rem
}

.post .post-heading h2 a,
.post .post-meta h2 a {
    color: #000
}

.post .post-heading h2 a:hover,
.post .post-meta h2 a:hover {
    opacity: .5
}

.post .no-content h2 {
    margin-bottom: 0 !important
}

.post .post-meta {
    margin-top: 1.6666666667rem
}

.post .post-meta .share {
    padding-right: 10px;
    float: left
}

.post .post-meta p a {
    color: #000
}

.post .more-link {
    padding: 8px 12px;
    color: #acacac;
    border: 1px solid #e6e6e6;
    font-size: .7777777778rem;
    letter-spacing: 1px;
    text-transform: uppercase
}

.post a.more-link:hover {
    color: #888;
    border: 1px solid #aaa
}

.post img {
    max-width: 100%;
    height: auto
}

.post figure {
    margin-bottom: 1.6666666667rem
}

.post .alignleft {
    float: left;
    margin: 8px 1.6666666667rem 1.6666666667rem 0
}

.post .aligncenter {
    display: block;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important
}

.post .alignright {
    float: right;
    margin: 8px 0 1.6666666667rem 1.6666666667rem
}

.post .wp-caption {
    max-width: 100%;
    text-align: center;
    font-style: italic;
    margin-bottom: 1.6666666667rem !important;
    font-size: .7777777778pxrem
}

.post .wp-caption-text {
    opacity: .6
}

.post audio,
.post video {
    max-width: 100%
}

.post .mejs-container {
    margin-bottom: 1.6666666667rem
}

.post fontsize,
.post lineheight {
    display: inline-block
}

.post .post-password-form {
    padding-top: 0
}

.post p.link-post,
.post p.quote {
    margin-bottom: 0 !important;
    font-size: .8888888889rem;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1px
}

.post .quote-container p {
    font-size: 1.7777777778rem;
    text-align: center
}

.post .quote-container img {
    max-width: 100%;
    height: auto
}

.post .single-quote p.quote,
.post p.quote {
    text-align: center
}

.post .single-quote p {
    margin-bottom: 1.6666666667rem !important
}

.post .single-quote p.quote {
    padding-bottom: 3.3333333333rem !important
}

.post p.link-post a:hover,
.post p.quote a:hover {
    color: #000 !important
}

.post .format-image p {
    margin-bottom: 1.6666666667rem !important
}

.post .share-box {
    opacity: 1 !important;
    padding: 3.3333333333rem 0 3.3333333333rem 0
}

@media(min-width:768px)and (max-width:991.98px) {
    .post .share-box {
        padding-bottom: 1.6666666667rem
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    .post .share-box {
        padding-bottom: 0
    }
}

.post .gallery-item {
    vertical-align: top;
    margin: 0 !important;
    line-height: 0;
    padding: 10px;
    float: left;
    display: inline-block
}

@media(min-width:)and (max-width:) {
    .post .gallery-item {
        padding: 15px
    }
}

.post .gallery-item img {
    border: none !important;
    width: 100%;
    height: auto;
    transition: all .2s ease-out
}

@media(max-width:1169.98px) {
    .post .gallery-item img {
        width: 100% !important;
        height: auto
    }
}

.post .gallery-item img:hover {
    opacity: .6
}

.post .gallery-item dd {
    font-size: .7777777778rem;
    margin-top: 15
}

.post .gallery {
    margin: auto -10px !important;
    padding: 10px 0;
    line-height: 1;
    overflow-x: hidden
}

@media(min-width:)and (max-width:) {
    .post .gallery {
        margin: auto -15px !important;
        padding: 15px 0
    }
}

.post .gallery br {
    clear: none !important;
    display: none !important
}

.post .gallery-clear p {
    clear: left;
    display: block;
    margin-top: 0 !important
}

.post #fancybox-title {
    display: none !important
}

.post .gallery-columns-1 .gallery-item {
    width: 100% !important
}

.post .gallery-columns-2 .gallery-item {
    width: 50% !important
}

.post .gallery-columns-3 .gallery-item {
    width: 33.3333333333% !important
}

.post .gallery-columns-4 .gallery-item {
    width: 25% !important
}

.post .gallery-columns-5 .gallery-item {
    width: 20% !important
}

.post .gallery-columns-6 .gallery-item {
    width: 16.6666666667% !important
}

.post .gallery-columns-7 .gallery-item {
    width: 14.2857142857% !important
}

.post .gallery-columns-8 .gallery-item {
    width: 12.5% !important
}

.post .gallery-columns-9 .gallery-item {
    width: 11.1111111111% !important
}

.post .gallery-columns-10 .gallery-item {
    width: 10% !important
}

.post .gallery-columns-11 .gallery-item {
    width: 9.0909090909% !important
}

.post .gallery-columns-12 .gallery-item {
    width: 8.3333333333% !important
}

.post .pagination {
    margin-bottom: 3.3333333333rem !important
}

.post .pagination .previous {
    text-align: left
}

@media(min-width:576px)and (max-width:767.98px) {
    .post .pagination .previous {
        width: 50%
    }
}

.post .pagination .next {
    text-align: right
}

@media(min-width:576px)and (max-width:767.98px) {
    .post .pagination .next {
        width: 50%
    }
}

.post section#category-archives {
    padding-top: 0 !important;
    position: relative;
    display: none;
    overflow: hidden
}

.post section#category-archives ul {
    list-style: none;
    margin-left: 0
}

.post section#category-archives ul li a {
    color: #888
}

.post section#category-archives ul li a:hover {
    color: #000
}

.post section#category-archives h4 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px
}

@media(min-width:576px)and (max-width:767.98px) {
    .post section#category-archives h4 {
        padding-top: 1.6666666667rem
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .post section#category-archives h4.first {
        padding-top: 0 !important
    }
}

.post section#category-archives .archives-close {
    display: block;
    margin-top: 17px;
    cursor: pointer
}

.post section#category-archives .archives-close svg {
    fill: #000
}

@media(min-width:576px)and (max-width:767.98px) {
    .post section#category-archives .archives-close {
        position: absolute;
        top: 0;
        right: 10%;
        margin-top: 8px
    }
}

@media(min-width:)and (max-width:) {
    .post section#category-archives .archives-close {
        right: 5%
    }
}

.post section#category-archives .archives-close:hover {
    opacity: .5
}

.post section#category-archives nav ul li a {
    color: #000
}

[data-comments-visibility=hidden] #comments,
[data-comments-visibility=hidden] .title-meta-comments,
[data-comments-visibility=hidden] .title-meta-divider {
    display: none
}

#comments,
.blogposts-comments {
    width: 100%;
    background: #f9f9f9;
    padding-top: 0 !important;
    margin-top: 1.6666666667rem
}

#comments .comments-title,
.blogposts-comments .comments-title {
    padding: 5rem 0 3.3333333333rem 0;
    font-size: 1.6666666667rem;
    line-height: 1
}

@media(min-width:768px)and (max-width:991.98px) {
    #comments .comments-title,
    .blogposts-comments .comments-title {
        margin-bottom: 0
    }
}

#comments .no-comments,
.blogposts-comments .no-comments {
    padding: 3.3333333333rem 0;
    text-align: center
}

#comments .comments,
.blogposts-comments .comments {
    padding-bottom: 1.6666666667rem
}

#comments .comments li,
#comments .comments ol,
#comments .comments ol li,
.blogposts-comments .comments li,
.blogposts-comments .comments ol,
.blogposts-comments .comments ol li {
    list-style: none;
    list-style-image: none
}

#comments .comments .comment,
.blogposts-comments .comments .comment {
    padding: 1.6666666667rem 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative
}

#comments .comments .comment .comments-pagination,
.blogposts-comments .comments .comment .comments-pagination {
    text-align: right;
    margin-top: 30
}

#comments .comments .comment .comments-pagination a,
#comments .comments .comment .comments-pagination span,
.blogposts-comments .comments .comment .comments-pagination a,
.blogposts-comments .comments .comment .comments-pagination span {
    padding-right: 10px;
    opacity: .7;
    text-transform: uppercase;
    font-size: .7777777778rem
}

#comments .comments .comment .comment-content div,
.blogposts-comments .comments .comment .comment-content div {
    margin-bottom: 1.6666666667rem
}

#comments .comments .comment .comment-content div:last-child,
.blogposts-comments .comments .comment .comment-content div:last-child {
    margin-bottom: 0
}

#comments .comments .comment .depth-2,
#comments .comments .comment .depth-3,
.blogposts-comments .comments .comment .depth-2,
.blogposts-comments .comments .comment .depth-3 {
    margin: 1.6666666667rem 0 0 0;
    padding: 1.6666666667rem 0 0 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 0
}

@media(min-width:768px)and (max-width:991.98px) {
    #comments .comments .comment .depth-2,
    #comments .comments .comment .depth-3,
    .blogposts-comments .comments .comment .depth-2,
    .blogposts-comments .comments .comment .depth-3 {
        margin-left: 0
    }
}

#comments .comments .comment .depth-2 .comment-author,
#comments .comments .comment .depth-2 .comment-content,
#comments .comments .comment .depth-2 .comment-meta,
#comments .comments .comment .depth-3 .comment-author,
#comments .comments .comment .depth-3 .comment-content,
#comments .comments .comment .depth-3 .comment-meta,
.blogposts-comments .comments .comment .depth-2 .comment-author,
.blogposts-comments .comments .comment .depth-2 .comment-content,
.blogposts-comments .comments .comment .depth-2 .comment-meta,
.blogposts-comments .comments .comment .depth-3 .comment-author,
.blogposts-comments .comments .comment .depth-3 .comment-content,
.blogposts-comments .comments .comment .depth-3 .comment-meta {
    margin-left: 1.6666666667rem
}

#comments .comments .comment .depth-2 .comment-content,
#comments .comments .comment .depth-3 .comment-content,
.blogposts-comments .comments .comment .depth-2 .comment-content,
.blogposts-comments .comments .comment .depth-3 .comment-content {
    padding-left: 3.8888888889rem
}

#comments .comments .comment .depth-3 .comment-author,
#comments .comments .comment .depth-3 .comment-content,
#comments .comments .comment .depth-3 .comment-meta,
.blogposts-comments .comments .comment .depth-3 .comment-author,
.blogposts-comments .comments .comment .depth-3 .comment-content,
.blogposts-comments .comments .comment .depth-3 .comment-meta {
    margin-left: 3.3333333333rem
}

#comments .comments .comment .comment-awaiting-moderation,
#comments .comments .comment br,
.blogposts-comments .comments .comment .comment-awaiting-moderation,
.blogposts-comments .comments .comment br {
    display: none
}

#comments .comments .comment .comment-author .avatar,
.blogposts-comments .comments .comment .comment-author .avatar {
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 50%
}

@media(min-width:768px)and (max-width:991.98px) {
    #comments .comments .comment .comment-author .avatar,
    .blogposts-comments .comments .comment .comment-author .avatar {
        display: none
    }
}

#comments .comments .comment .comment-author cite,
.blogposts-comments .comments .comment .comment-author cite {
    color: #000;
    font-style: normal;
    margin-left: 3.8888888889rem;
    font-size: .8888888889rem;
    position: relative;
    top: -4px
}

#comments .comments .comment .comment-author cite a,
.blogposts-comments .comments .comment .comment-author cite a {
    color: #000
}

#comments .comments .comment .comment-author span.says,
.blogposts-comments .comments .comment .comment-author span.says {
    display: none
}

@media(min-width:768px)and (max-width:991.98px) {
    #comments .comments .comment,
    .blogposts-comments .comments .comment {
        margin-left: 0
    }
}

#comments .comments .comment .comment-meta,
.blogposts-comments .comments .comment .comment-meta {
    color: #000;
    line-height: 0;
    font-family: Lora, Times, sans-serif
}

#comments .comments .comment .comment-meta a,
.blogposts-comments .comments .comment .comment-meta a {
    display: block;
    color: #666;
    font-size: .8888888889rem;
    opacity: .7;
    margin-left: 3.8888888889rem;
    line-height: 1
}

#comments .comments .comment .comment-meta a:hover,
.blogposts-comments .comments .comment .comment-meta a:hover {
    color: #000
}

#comments .comments .comment .comment-meta a.comment-edit-link,
.blogposts-comments .comments .comment .comment-meta a.comment-edit-link {
    display: none
}

#comments .comments .comment .reply a,
.blogposts-comments .comments .comment .reply a {
    padding: 6px 10px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    position: absolute;
    top: 1.6666666667rem;
    right: 0;
    font-size: .7777777778rem;
    line-height: 1
}

#comments .comments .comment .comment-content,
.blogposts-comments .comments .comment .comment-content {
    padding-top: 1.6666666667rem;
    clear: both;
    margin-left: 3.8888888889rem;
    font-size: .8888888889rem;
    line-height: 1.5rem
}

@media(min-width:768px)and (max-width:991.98px) {
    #comments .comments .comment .comment-content,
    .blogposts-comments .comments .comment .comment-content {
        margin-left: 0
    }
}

#comments .comments .comment .comment-content span.moderation,
.blogposts-comments .comments .comment .comment-content span.moderation {
    font-size: .7777777778rem;
    opacity: .5
}

#comments .comments .comment .comment-content p:first-child,
.blogposts-comments .comments .comment .comment-content p:first-child {
    margin-bottom: 0
}

#comments .comments .comment .comment-content p,
.blogposts-comments .comments .comment .comment-content p {
    color: #000
}

#comments .comments .comment:first-child,
.blogposts-comments .comments .comment:first-child {
    padding-top: 0 !important
}

#comments #reply-title,
.blogposts-comments #reply-title {
    padding: 1.6666666667rem 0;
    position: relative
}

#comments #reply-title a,
.blogposts-comments #reply-title a {
    color: #000
}

#comments #reply-title #cancel-comment-reply-link,
.blogposts-comments #reply-title #cancel-comment-reply-link {
    padding: 6px 8px;
    display: inline-block;
    line-height: 1;
    color: #666;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: .7777777778rem;
    margin: -5px 0 0 10px;
    position: relative;
    top: -5px;
    cursor: pointer
}

#comments #reply-title .reply-to-span,
.blogposts-comments #reply-title .reply-to-span {
    display: none
}

#comments .replyto-active #cancel-comment-reply-link,
.blogposts-comments .replyto-active #cancel-comment-reply-link {
    display: inline-block !important
}

#comments .replyto-active span.leave-reply-span,
.blogposts-comments .replyto-active span.leave-reply-span {
    display: none
}

#comments .replyto-active span.reply-to-span,
.blogposts-comments .replyto-active span.reply-to-span {
    display: inline !important
}

#comments form#commentform,
.blogposts-comments form#commentform {
    margin-bottom: 5rem;
    position: relative
}

#comments form#commentform input,
#comments form#commentform textarea,
.blogposts-comments form#commentform input,
.blogposts-comments form#commentform textarea {
    font-size: 1rem;
    color: #000;
    width: 100%;
    padding: 15px !important;
    -webkit-appearance: none;
    background: #f9f9f9;
    height: auto;
    transition: none
}

@media(min-width:768px)and (max-width:991.98px) {
    #comments form#commentform input,
    #comments form#commentform textarea,
    .blogposts-comments form#commentform input,
    .blogposts-comments form#commentform textarea {
        padding: 8px
    }
}

#comments form#commentform #submit,
.blogposts-comments form#commentform #submit {
    width: 100%;
    background: #f9f9f9;
    color: #000;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center
}

#comments form#commentform #submit:hover,
.blogposts-comments form#commentform #submit:hover {
    opacity: 1
}

#comments form#commentform input,
#comments form#commentform textarea,
.blogposts-comments form#commentform input,
.blogposts-comments form#commentform textarea {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px
}

#comments form#commentform #submit:hover,
#comments form#commentform input:focus,
#comments form#commentform input:hover,
#comments form#commentform textarea:focus,
#comments form#commentform textarea:hover,
.blogposts-comments form#commentform #submit:hover,
.blogposts-comments form#commentform input:focus,
.blogposts-comments form#commentform input:hover,
.blogposts-comments form#commentform textarea:focus,
.blogposts-comments form#commentform textarea:hover {
    background: #f9f9f9;
    border: 1px solid #bebebe;
    -webkit-appearance: none;
    outline: 0
}

#comments form#commentform ::placeholder,
.blogposts-comments form#commentform ::placeholder {
    color: #b3b3b3
}

#comments form#commentform .comment-input,
.blogposts-comments form#commentform .comment-input {
    position: relative
}

#comments form#commentform .error,
.blogposts-comments form#commentform .error {
    border-color: red !important
}

#comments form#commentform label.error,
.blogposts-comments form#commentform label.error {
    display: none !important
}

#comments form#commentform .comment-form-cookies-consent,
.blogposts-comments form#commentform .comment-form-cookies-consent {
    display: none
}

.featured-img-full {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important
}

.featured-img-full .row {
    margin: 0
}

.featured-img-full .column {
    padding: 0;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%
}

.featured-img-full img {
    width: 100%;
    height: auto
}

.has-featured-full .featured-image {
    margin-top: -70px
}

.post-divider {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin-top: 5rem;
    margin-bottom: 5rem
}

@media(min-width:576px)and (max-width:767.98px) {
    .post-divider {
        margin-top: 3.3333333333rem;
        margin-bottom: 3.3333333333rem
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    .post-divider {
        margin-top: 1.6666666667rem;
        margin-bottom: 1.6666666667rem
    }
}

.blog-pagination {
    margin-top: -2.5rem;
    margin-bottom: 5rem
}

.blog-pagination .older-posts {
    float: right
}

.blogposts {
    display: block
}

.blogposts .blogposts-archive {
    width: 100%;
    line-height: 1
}

.blogposts .blogposts-post-heading h2 a,
.blogposts .blogposts-thumbnail a {
    border: none !important
}

.blogposts .blogposts-column {
    display: flex
}

.blogposts .blogposts-column .blogposts-post {
    margin-bottom: 0;
    width: 100%
}

.blogposts .blogposts-column .blogposts-post .blogposts-thumbnail {
    font-size: 0;
    line-height: 0
}

.blogposts .blogposts-column .blogposts-post .blogposts-thumbnail[data-xl-width=full] {
    width: 100vw;
    padding: 0 !important
}

.blogposts .blogposts-column .blogposts-post .blogposts-thumbnail[data-xl-width=full] img {
    width: 100%;
    height: auto
}

.blogposts .blogposts-column .blogposts-post .blogposts-gravatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    line-height: 0
}

.blogposts .blogposts-column .blogposts-post .blogposts-gravatar img {
    width: 100%;
    max-width: 100%
}

.blogposts .blogposts-column .blogposts-post .blogposts-meta,
.blogposts .blogposts-column .blogposts-post .blogposts-tags {
    text-decoration: none !important
}

.blogposts .blogposts-column .blogposts-post .blogposts-meta .blogposts-meta-inner,
.blogposts .blogposts-column .blogposts-post .blogposts-tags .blogposts-meta-inner {
    text-decoration: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1
}

.blogposts .blogposts-column .blogposts-post .blogposts-meta .blogposts-meta-inner a,
.blogposts .blogposts-column .blogposts-post .blogposts-tags .blogposts-meta-inner a {
    margin-bottom: 0 !important;
    line-height: 1;
    color: #000
}

.blogposts .blogposts-column .blogposts-post .blogposts-content,
.blogposts .blogposts-column .blogposts-post .blogposts-post-content li,
.blogposts .blogposts-column .blogposts-post .blogposts-post-content p {
    text-decoration: none !important
}

.blogposts .blogposts-column .blogposts-post .blogposts-post-content img {
    height: auto
}

.blogposts .blogposts-column .blogposts-post .blogposts-categories,
.blogposts .blogposts-column .blogposts-post .blogposts-meta {
    text-decoration: none !important
}

.blogposts .blogposts-column .blogposts-post [data-meta-align=center] .blogposts-meta-inner {
    justify-content: center
}

.blogposts .blogposts-column .blogposts-post [data-meta-align=right] .blogposts-meta-inner {
    justify-content: flex-end
}

.blogposts .blogposts-column .blogposts-post a {
    border-style: solid
}

.blogposts .blogposts-column .blogposts-post .blogposts-categories,
.blogposts .blogposts-column .blogposts-post .blogposts-tags {
    display: flex;
    flex-wrap: wrap
}

.blogposts .blogposts-seperator {
    display: none;
    background-color: #e0e0e0
}

.blogposts .blogposts-pagination {
    display: flex !important
}

.blogposts .blogposts-pagination a {
    border-style: solid
}

.blogposts .blogposts-pagination .newer,
.blogposts .blogposts-pagination .older {
    width: 50%;
    flex-basis: 50%
}

.blogposts .blogposts-pagination .newer {
    text-align: left
}

.blogposts .blogposts-pagination .older {
    text-align: right
}

.empty-blogposts {
    margin: 0 !important
}

[data-blog-layout=list] .blogposts-column {
    width: 100%;
    max-width: 100%
}

[data-blog-layout=list] .blogposts-post {
    display: grid
}

[data-blog-layout=list] .blogposts-post .blogposts-inner-column:nth-child(1) {
    grid-column: span 1
}

[data-blog-layout=list] .blogposts-post .blogposts-inner-column:nth-child(2) {
    grid-column: span 1
}

[data-blog-layout=list] .blogposts-post [data-thumbnail-alignment=right] {
    order: 1
}

[data-blog-layout=list] .blogposts-post [data-thumbnail-size=cover] a {
    display: block;
    height: 100%
}

[data-blog-layout=list] .blogposts-post [data-thumbnail-size=cover] img {
    height: 100%;
    object-fit: cover;
    object-position: center center
}

[data-blog-layout=list] .blogposts-seperator {
    margin-left: .8333333333rem;
    margin-right: .8333333333rem;
    padding: 0
}

[data-blog-layout=list] [data-list="3-9"] .blogposts-post {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr)
}

[data-blog-layout=list] [data-list="4-8"] .blogposts-post {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr)
}

[data-blog-layout=list] [data-list="6-6"] .blogposts-post {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
}

[data-blog-layout=list] [data-list="8-4"] .blogposts-post {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr)
}

[data-blog-layout=list] [data-list="9-3"] .blogposts-post {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr)
}

[data-blog-layout=columns] {
    display: flex;
    flex-wrap: wrap
}

[data-blog-layout=columns] .blogposts-column {
    flex-direction: columnn;
    padding-left: .8333333333rem;
    padding-right: .8333333333rem
}

[data-blog-layout=columns] .blogposts-column .blogposts-thumbnail {
    width: 100%;
    max-width: 100%
}

[data-blog-layout=columns] .blogposts-column .blogposts-content-container {
    width: 100%;
    max-width: 100%
}

[data-blog-layout=fullwidth] .blogposts-column {
    display: block
}

[data-blog-layout=fullwidth] .blogposts-post {
    display: flex;
    flex-direction: column;
    align-items: center
}

[data-blog-layout=fullwidth] .blogposts-content-container {
    width: 100%
}

.blogposts-noresults h2 {
    font-weight: 300
}

#content-holder .blogposts-archive ul {
    margin: 0 !important
}

#content-holder .blogposts-archive ul li {
    list-style: none !important;
    line-height: 1;
    font-size: 0;
    padding: 10px 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #d6d6d6
}

#content-holder .blogposts-archive ul li a {
    color: #000;
    font-size: 1rem;
    line-height: 1.4444444444rem
}

#content-holder .blogposts-archive ul li:last-child {
    border: 0
}

[data-module=blogcomments] #comments {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0
}

.blogposts-comments {
    margin-top: 0;
    background: rgba(0, 0, 0, 0)
}

.blogposts-comments #comments form#commentform,
.blogposts-comments #comments form#commentform p {
    margin-bottom: 0 !important
}

.blogposts-comments .comments-title.hidden {
    display: none
}

#content-holder .blogposts .blogposts-post-content>*,
#content-holder .blogposts .post-content>*,
#content-holder .post .blogposts-post-content>*,
#content-holder .post .post-content>* {
    margin: 1.6666666667rem 0
}

#content-holder .blogposts .blogposts-post-content>:first-child,
#content-holder .blogposts .post-content>:first-child,
#content-holder .post .blogposts-post-content>:first-child,
#content-holder .post .post-content>:first-child {
    margin-top: 0
}

#content-holder .blogposts .blogposts-post-content img,
#content-holder .blogposts .post-content img,
#content-holder .post .blogposts-post-content img,
#content-holder .post .post-content img {
    font-size: inherit;
    line-height: inherit
}

#content-holder .blogposts .blogposts-post-content figure,
#content-holder .blogposts .post-content figure,
#content-holder .post .blogposts-post-content figure,
#content-holder .post .post-content figure {
    font-size: 0;
    line-height: 0
}

#content-holder .blogposts .blogposts-post-content .wp-block-table,
#content-holder .blogposts .post-content .wp-block-table,
#content-holder .post .blogposts-post-content .wp-block-table,
#content-holder .post .post-content .wp-block-table {
    font-size: inherit;
    line-height: inherit
}

#content-holder .blogposts .blogposts-post-content figcaption,
#content-holder .blogposts .post-content figcaption,
#content-holder .post .blogposts-post-content figcaption,
#content-holder .post .post-content figcaption {
    max-width: 100%;
    text-align: center;
    color: #999;
    font-size: .7777777778rem;
    margin: 0;
    line-height: 1;
    padding-top: .5555555556rem;
    padding-bottom: .5555555556rem
}

#content-holder .blogposts .blogposts-post-content .wp-block-gallery .blocks-gallery-item img,
#content-holder .blogposts .post-content .wp-block-gallery .blocks-gallery-item img,
#content-holder .post .blogposts-post-content .wp-block-gallery .blocks-gallery-item img,
#content-holder .post .post-content .wp-block-gallery .blocks-gallery-item img {
    height: inherit
}

#content-holder .blogposts .blogposts-post-content ol,
#content-holder .blogposts .blogposts-post-content ul,
#content-holder .blogposts .post-content ol,
#content-holder .blogposts .post-content ul,
#content-holder .post .blogposts-post-content ol,
#content-holder .post .blogposts-post-content ul,
#content-holder .post .post-content ol,
#content-holder .post .post-content ul {
    margin-left: 1.4444444444rem
}

#content-holder .blogposts .blogposts-post-content ul.blocks-gallery-grid,
#content-holder .blogposts .post-content ul.blocks-gallery-grid,
#content-holder .post .blogposts-post-content ul.blocks-gallery-grid,
#content-holder .post .post-content ul.blocks-gallery-grid {
    margin-left: 0
}

#content-holder .blogposts table,
#content-holder .post table {
    border-collapse: separate;
    border-color: #e6e6e6 #e6e6e6 #e6e6e6 #e6e6e6;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    margin-bottom: 1.6666666667rem;
    width: 100%
}

#content-holder .blogposts table td,
#content-holder .blogposts table th,
#content-holder .post table td,
#content-holder .post table th {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top
}

#content-holder .blogposts table tbody:first-child tr:first-child td,
#content-holder .blogposts table tbody:first-child tr:first-child th,
#content-holder .blogposts table thead:first-child tr:first-child th,
#content-holder .post table tbody:first-child tr:first-child td,
#content-holder .post table tbody:first-child tr:first-child th,
#content-holder .post table thead:first-child tr:first-child th {
    border-top: 0 none
}

#content-holder .blogposts table tbody:first-child tr:first-child td:first-child,
#content-holder .blogposts table thead:first-child tr:first-child th:first-child,
#content-holder .post table tbody:first-child tr:first-child td:first-child,
#content-holder .post table thead:first-child tr:first-child th:first-child {
    border-radius: 4px 0 0
}

#content-holder .blogposts table tbody:first-child tr:first-child td:last-child,
#content-holder .blogposts table thead:first-child tr:first-child th:last-child,
#content-holder .post table tbody:first-child tr:first-child td:last-child,
#content-holder .post table thead:first-child tr:first-child th:last-child {
    border-radius: 0 4px 0 0
}

#content-holder .blogposts table tbody:last-child tr:last-child td:first-child,
#content-holder .blogposts table thead:last-child tr:last-child th:first-child,
#content-holder .post table tbody:last-child tr:last-child td:first-child,
#content-holder .post table thead:last-child tr:last-child th:first-child {
    border-radius: 0 0 0 4px
}

#content-holder .blogposts table tbody:last-child tr:last-child td:last-child,
#content-holder .blogposts table thead:last-child tr:last-child th:last-child,
#content-holder .post table tbody:last-child tr:last-child td:last-child,
#content-holder .post table thead:last-child tr:last-child th:last-child {
    border-radius: 0 0 4px
}

#content-holder .blogposts table:last-child,
#content-holder .post table:last-child {
    margin-bottom: 0
}

.post .post-content .is-style-semplice-img-fullwidth,
[data-wp-template=singlepost] .is-style-semplice-img-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.post .post-content .is-style-semplice-img-fullwidth img,
[data-wp-template=singlepost] .is-style-semplice-img-fullwidth img {
    width: 100%;
    max-width: inherit
}

.post .post-content .is-style-semplice-img-oversize-1 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-1 img {
    width: calc(100% + 200px);
    margin-left: -100px
}

.post .post-content .is-style-semplice-img-oversize-2 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-2 img {
    width: calc(100% + 400px);
    margin-left: -200px
}

.post .post-content .is-style-semplice-img-oversize-3 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-3 img {
    width: calc(100% + 600px);
    margin-left: -300px
}

.post .post-content .is-style-semplice-img-oversize-4 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-4 img {
    width: calc(100% + 800px);
    margin-left: -400px
}

.post .post-content .is-style-semplice-img-oversize-1 img,
.post .post-content .is-style-semplice-img-oversize-2 img,
.post .post-content .is-style-semplice-img-oversize-3 img,
.post .post-content .is-style-semplice-img-oversize-4 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-1 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-2 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-3 img,
[data-wp-template=singlepost] .is-style-semplice-img-oversize-4 img {
    max-width: inherit !important
}

@media screen and (max-width:1169.98px) {
    .post .post-content .is-style-semplice-img-oversize-1,
    .post .post-content .is-style-semplice-img-oversize-2,
    .post .post-content .is-style-semplice-img-oversize-3,
    .post .post-content .is-style-semplice-img-oversize-4,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-1,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-2,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-3,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-4 {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
    .post .post-content .is-style-semplice-img-oversize-1 img,
    .post .post-content .is-style-semplice-img-oversize-2 img,
    .post .post-content .is-style-semplice-img-oversize-3 img,
    .post .post-content .is-style-semplice-img-oversize-4 img,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-1 img,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-2 img,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-3 img,
    [data-wp-template=singlepost] .is-style-semplice-img-oversize-4 img {
        width: 100%;
        max-width: inherit;
        margin: 0
    }
}

.is-frontend .blogposts a,
.is-frontend .blogposts-archive a {
    transition: all .2s ease-out
}

.thumb .post-caption,
.thumb .post-title {
    text-align: center;
    color: #000;
    font-size: .8888888889rem;
    line-height: 1 !important;
    margin: 0;
    width: 100%
}

.thumb .post-caption span,
.thumb .post-title span {
    font-size: .7777777778rem;
    color: #bbb
}

.thumb .post-caption [data-has-gradient=true] span,
.thumb .post-title [data-has-gradient=true] span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

.thumb .thumb-img-link {
    display: block;
    position: relative
}

.thumb .thumb-inner {
    position: relative;
    overflow: hidden
}

.thumb .thumb-inner img {
    transition: all .3s ease-out
}

.thumb .thumb-inner .post-settings-grid {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px);
    padding: 20px 30px;
    border-radius: 8px;
    opacity: 0;
    scale: .9;
    transition: all .3s ease-out;
    cursor: pointer;
    z-index: 11
}

.thumb .thumb-inner .thumb-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    top: 0;
    z-index: 10;
    transition: all .3s ease-out;
    display: flex
}

.thumb .thumb-inner .thumb-hover .thumb-hover-meta {
    width: 100%;
    position: relative
}

.thumb .thumb-inner .thumb-hover .thumb-hover-meta p {
    font-size: inherit !important
}

.thumb .thumb-inner .thumb-hover .thumb-hover-meta a,
.thumb .thumb-inner .thumb-hover .thumb-hover-meta p,
.thumb .thumb-inner .thumb-hover .thumb-hover-meta span {
    line-height: 1.5
}

.thumb .thumb-inner .thumb-hover .thumb-hover-meta p [data-has-gradient=true] {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.thumb .thumb-inner .thumb-hover .show-title .category {
    display: none
}

.thumb .thumb-inner .thumb-hover .show-category .title,
.thumb .thumb-inner .thumb-hover .show-category br {
    display: none
}

.thumb .thumb-inner .thumb-hover .hide-both {
    display: none
}

.thumb .thumb-inner .thumb-hover .bottom-center,
.thumb .thumb-inner .thumb-hover .middle-center,
.thumb .thumb-inner .thumb-hover .top-center {
    text-align: center
}

.thumb .thumb-inner .thumb-hover .bottom-right,
.thumb .thumb-inner .thumb-hover .middle-right,
.thumb .thumb-inner .thumb-hover .top-right {
    text-align: right
}

.thumb .thumb-inner .thumb-hover .middle-center,
.thumb .thumb-inner .thumb-hover .middle-left,
.thumb .thumb-inner .thumb-hover .middle-right {
    align-self: center
}

.thumb .thumb-inner .thumb-hover .bottom-center,
.thumb .thumb-inner .thumb-hover .bottom-left,
.thumb .thumb-inner .thumb-hover .bottom-right {
    align-self: flex-end
}

.thumb .thumb-inner:hover .post-settings-grid,
.thumb .wrap-focus .post-settings-grid {
    opacity: 1;
    scale: 1;
    transition: all .15s ease-out
}

.thumb .thumb-inner:hover .post-settings-grid:hover,
.thumb .wrap-focus .post-settings-grid:hover {
    rotate: 3deg;
    scale: 1.1;
    background: rgba(0, 0, 0, .9);
    transition: all .15s ease-out
}

.thumb .thumb-inner:hover .thumb-hover,
.thumb .wrap-focus .thumb-hover {
    opacity: 1
}

.thumb .thumb-inner:hover .thumb-hover .move-bottom,
.thumb .thumb-inner:hover .thumb-hover .move-left,
.thumb .thumb-inner:hover .thumb-hover .move-right,
.thumb .thumb-inner:hover .thumb-hover .move-top,
.thumb .wrap-focus .thumb-hover .move-bottom,
.thumb .wrap-focus .thumb-hover .move-left,
.thumb .wrap-focus .thumb-hover .move-right,
.thumb .wrap-focus .thumb-hover .move-top {
    transform: translate(0, 0)
}

.thumb-inner .thumb-hover .thumb-hover-meta {
    transition: all .2s ease-out
}

.thumb-inner .thumb-hover .move-top {
    transform: translateY(-30px)
}

.thumb-inner .thumb-hover .move-right {
    transform: translateX(30px)
}

.thumb-inner .thumb-hover .move-bottom {
    transform: translateY(30px)
}

.thumb-inner .thumb-hover .move-left {
    transform: translateX(-30px)
}

.module-placeholder {
    width: 100%;
    background: #f6f6f6;
    background-image: url(../images/editor/placeholders/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    margin: 30px 0;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: all .2s ease-out
}

.module-placeholder .mp-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}

.module-placeholder .mp-icon,
.module-placeholder .mp-title,
.module-placeholder button {
    width: 100%;
    text-align: center
}

.module-placeholder .mp-icon,
.module-placeholder .mp-title {
    pointer-events: none
}

.module-placeholder .mp-icon,
.module-placeholder .mp-upload-icon {
    margin-bottom: 40px;
    transition: all .2s linear;
    transform: translateY(0);
    opacity: 1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd300;
    border-radius: 8px;
    margin: 0 auto
}

.module-placeholder .mp-icon svg,
.module-placeholder .mp-upload-icon svg {
    height: auto;
    width: 24px
}

.module-placeholder .mp-icon svg circle,
.module-placeholder .mp-icon svg path,
.module-placeholder .mp-icon svg rect,
.module-placeholder .mp-upload-icon svg circle,
.module-placeholder .mp-upload-icon svg path,
.module-placeholder .mp-upload-icon svg rect {
    stroke: #000
}

.module-placeholder .mp-title {
    font-size: 0
}

.module-placeholder .mp-title svg {
    margin-top: 30px;
    max-width: 80%;
    height: auto
}

.default-cover .module-placeholder,
.section-module .module-placeholder {
    display: flex;
    height: 100vh;
    margin: 0
}

.is-frontend .module-placeholder .mp-upload,
.is-frontend .module-placeholder .mp-upload-status {
    display: none
}

.smp-template {
    width: 100svw;
    height: 100svh;
    justify-content: center;
    align-items: center;
    background: #f5f5f5
}

.smp-template .no-content {
    width: 600px
}

.smp-template .no-content .title {
    font-size: 32px;
    text-align: center;
    color: #000
}

@media(max-width:767.98px) {
    .smp-template .no-content .title {
        font-size: 30px
    }
}

.smp-template .no-content .text {
    font-size: 18px;
    text-align: center;
    color: #888;
    line-height: 1.4;
    margin-top: 8px
}

.smp-template .no-content .text a {
    color: #000;
    border-bottom: 2px solid #999;
    transition: all .2s ease-out
}

.smp-template .no-content .text a:hover {
    border-bottom: 2px solid #000
}

@media(min-width:576px)and (max-width:767.98px) {
    .smp-template .no-content .text {
        font-size: 16px
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    .smp-template .no-content .text {
        font-size: 14px
    }
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #999;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #999, 0 0 5px #999;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    touch-action: pan-y
}

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

.flickity-rtl .flickity-slider {
    left: unset;
    right: 0
}

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

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

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

.flickity-cell {
    position: absolute;
    left: 0
}

.flickity-rtl .flickity-cell {
    left: unset;
    right: 0
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, .75);
    border: none;
    color: #333
}

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

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

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

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

.flickity-button-icon {
    fill: currentColor
}

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

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

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

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

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

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

.flickity-page-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    font-size: 0
}

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

.flickity-page-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    padding: 0;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: 0;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    transition: opacity .2s ease-out
}

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

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1
}

.flickity-viewport {
    overflow: hidden
}

.flickity-meta {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column
}

.semplice-gallery {
    min-height: 1px
}

.semplice-gallery .sgs-slide {
    display: none
}

.semplice-gallery .sgs-slide:first-child {
    display: block
}

.flickity-enabled.semplice-gallery .sgs-slide {
    display: block
}

.sgs-slide {
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0
}

.sgs-slide video {
    max-width: 100%
}

.sgs-grid-width img {
    width: 100%;
    height: auto
}

.sgs-nofade .sgs-slide {
    opacity: 0 !important
}

.sgs-nofade .sgs-slide.is-selected {
    opacity: 1 !important
}

.flickity-page-dots .flickity-page-dot {
    position: relative
}

.flickity-page-dots .flickity-page-dot:after {
    position: absolute;
    content: " ";
    width: 200%;
    height: 30px;
    top: -10px;
    left: -50%
}

.sgs-pagination-true.pagination-above {
    position: relative
}

.sgs-pagination-true.pagination-above .flickity-page-dots {
    margin-top: 0
}

.sgs-pagination-true.pagination-above .flickity-caption {
    order: 1;
    padding: 48px 0 18px
}

.sgs-pagination-true[data-pagination-style=dots].pagination-above {
    top: -39px;
    margin-bottom: -39px
}

.sgs-pagination-true[data-pagination-style=lines].pagination-above {
    top: -32px;
    margin-bottom: -32px
}

.sgs-pagination-true[data-pagination-style=lines][data-caption-visibility=hidden].pagination-above {
    margin-bottom: -2px
}

.sgs-pagination-true[data-pagination-style=dots][data-caption-visibility=hidden].pagination-above {
    margin-bottom: -9px
}

[data-pagination-style=lines] .flickity-page-dots .flickity-page-dot {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 0 2px;
    border-radius: 0
}

[data-pagination-style=lines] .flickity-page-dots .flickity-page-dot:after {
    width: 100%;
    top: -13px;
    left: 0
}

.sgs-pagination-true.pagination-below .flickity-page-dots {
    margin: 30px 0 30px
}

.sgs-pagination-true.pagination-below[data-caption-visibility=visible] .flickity-page-dots {
    margin-top: 0
}

[data-cover-mode=enabled] {
    height: 100vh
}

[data-cover-mode=enabled] .sgs-slide {
    height: 100%
}

[data-cover-mode=enabled] .sgs-slide img,
[data-cover-mode=enabled] .sgs-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.flickity-caption {
    font-size: .8888888889rem;
    line-height: 1;
    color: #000;
    padding: 18px 0 23px 0;
    display: none
}

.flickity-button {
    z-index: 1
}

.flickity-button:focus {
    box-shadow: none
}

.semplice-gallery .flickity-prev-next-button .arrow {
    fill: #fff
}

.semplice-gallery .flickity-prev-next-button svg {
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%
}

.semplice-gallery .flickity-prev-next-button.previous {
    left: 15px
}

.semplice-gallery .flickity-prev-next-button.next {
    right: 15px
}

[data-module=gallery] .videos {
    display: none
}

.mouseover-color,
.mouseover-shadow {
    position: relative;
    display: block
}

.mouseover-color .gg-hover,
.mouseover-shadow .gg-hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .25s ease-out
}

.mouseover-shadow .gg-hover {
    transition: all .25s ease-out
}

.mouseover-color:hover .gg-hover,
.mouseover-shadow:hover .gg-hover {
    opacity: 1
}

.sgs-freescroll .flickity-button,
.sgs-freescroll .flickity-meta {
    display: none
}

[data-freescroll=true] {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-wrapper-transition-timing-function: var(--ease-out-expo)
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: .7777777778rem;
    line-height: .8888888889rem;
    margin-top: -.4444444444rem;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    width: 2.4444444444rem;
    height: 2.4444444444rem;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/frontend/photoswipe/default-skin.png) 0 0 no-repeat;
    background-size: 14.6666666667rem 4.8888888889rem;
    width: 2.4444444444rem;
    height: 2.4444444444rem
}

@media(-webkit-min-device-pixel-ratio:1.1),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/frontend/photoswipe/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0 !important
    }
}

.pswp__button--close {
    background-position: 0 -2.3611111111rem
}

.pswp__button--share {
    background-position: -2.4444444444rem -2.3888888889rem
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp__button--fs {
    background-position: 0 .0555555556rem
}

.pswp--fs .pswp__button--fs {
    background-position: -2.3888888889rem .0555555556rem
}

.pswp__button--zoom {
    display: none;
    background-position: -4.8888888889rem .0555555556rem
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -7.3333333333rem .0555555556rem
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -2.7777777778rem;
    width: 3.8888888889rem;
    height: 5.5555555556rem;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 1.9444444444rem;
    background-color: rgba(0, 0, 0, .3);
    height: 2.1111111111rem;
    width: 2.2222222222rem;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: .5555555556rem;
    background-position: -7.5555555556rem -2.2222222222rem
}

.pswp__button--arrow--right:before {
    right: .5555555556rem;
    background-position: -4.8333333333rem -2.2222222222rem
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: .5555555556rem;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 3.1111111111rem;
    border-radius: .1111111111rem;
    display: block;
    width: auto;
    right: 2.4444444444rem;
    box-shadow: 0 .1111111111rem .2777777778rem rgba(0, 0, 0, .25);
    transform: translateY(.3333333333rem);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: .4444444444rem .6666666667rem;
    color: #000;
    text-decoration: none;
    font-size: .7777777778rem;
    line-height: 1rem
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: .1111111111rem .1111111111rem 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 .1111111111rem .1111111111rem
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: .8888888889rem .6666666667rem
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -.6666666667rem;
    right: .8333333333rem;
    border: .3333333333rem solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 3.4444444444rem;
    font-size: .7222222222rem;
    line-height: 3.4444444444rem;
    color: #fff;
    opacity: .75;
    padding: 0 1.1111111111rem
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 2.4444444444rem
}

.pswp__caption small {
    font-size: .6111111111rem;
    color: #bbb
}

.pswp__caption__center {
    max-width: 420px;
    margin: 0 auto;
    font-size: .7222222222rem;
    padding: .5555555556rem;
    line-height: 1.1111111111rem;
    color: #ccc;
    text-align: center
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 2.4444444444rem;
    height: 2.4444444444rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.2222222222rem;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 1.1111111111rem;
    height: 1.1111111111rem;
    margin: .6666666667rem
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/frontend/photoswipe/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: .7777777778rem;
    height: .7777777778rem;
    position: absolute;
    left: .8333333333rem;
    top: .8333333333rem;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: .3888888889rem;
    height: .7777777778rem;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: .7777777778rem;
    height: .7777777778rem;
    border: .1111111111rem solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-140deg)
    }
    100% {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 3.4444444444rem;
    width: 100%;
    padding: 8px
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

#content-holder [data-module=accordion] .accordion-text a,
#content-holder [data-module=fluidtext] a,
#content-holder [data-module=paragraph] a,
#content-holder [data-module=text] a {
    transition: all .25s ease-out
}

#content-holder [data-module=accordion] .accordion-text ol,
#content-holder [data-module=accordion] .accordion-text ul,
#content-holder [data-module=fluidtext] ol,
#content-holder [data-module=fluidtext] ul,
#content-holder [data-module=paragraph] ol,
#content-holder [data-module=paragraph] ul,
#content-holder [data-module=text] ol,
#content-holder [data-module=text] ul {
    margin-left: 48px
}

#content-holder [data-module=accordion] .accordion-text ul li,
#content-holder [data-module=fluidtext] ul li,
#content-holder [data-module=paragraph] ul li,
#content-holder [data-module=text] ul li {
    list-style: disc
}

#content-holder [data-module=accordion] .accordion-text ol li,
#content-holder [data-module=fluidtext] ol li,
#content-holder [data-module=paragraph] ol li,
#content-holder [data-module=text] ol li {
    list-style: decimal outside none
}

#content-holder [data-module=fluidtext] img,
#content-holder [data-module=paragraph] img,
#content-holder [data-module=text] img {
    font-size: inherit;
    line-height: inherit
}

#content-holder [data-module=fluidtext] [data-has-gradient=true],
#content-holder [data-module=paragraph] [data-has-gradient=true],
#content-holder [data-module=text] [data-has-gradient=true] {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

#content-holder [data-module=text] a[data-mce-href] {
    transition-property: color
}

#content-holder [data-module=fluidtext] p {
    font-size: clamp(1rem, 2vw, 4rem);
    line-height: 160%
}

#content-holder [data-content-for=xl] {
    display: block
}

#content-holder [data-content-for=lg] {
    display: none
}

@media(min-width:992px)and (max-width:1169.98px) {
    #content-holder [data-content-for=lg] {
        display: block
    }
}

#content-holder [data-content-for=md] {
    display: none
}

@media(min-width:768px)and (max-width:991.98px) {
    #content-holder [data-content-for=md] {
        display: block
    }
}

#content-holder [data-content-for=sm] {
    display: none
}

@media(min-width:576px)and (max-width:767.98px) {
    #content-holder [data-content-for=sm] {
        display: block
    }
}

#content-holder [data-content-for=xs] {
    display: none
}

@media(min-width:0px)and (max-width:575.98px) {
    #content-holder [data-content-for=xs] {
        display: block
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    #content-holder .has-xs [data-content-for=xl] {
        display: none
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    #content-holder .has-sm [data-content-for=xl] {
        display: none
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    #content-holder .has-md [data-content-for=xl] {
        display: none
    }
}

@media(min-width:992px)and (max-width:1169.98px) {
    #content-holder .has-lg [data-content-for=xl] {
        display: none
    }
}

@media(min-width:)and (max-width:) {
    #content-holder .has-xl [data-content-for=xl] {
        display: none
    }
}

[data-module=image] .smp-image {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: flex
}

[data-module=image] .smp-image .is-content {
    overflow: hidden
}

[data-module=image] .smp-image .is-content img {
    width: 100%;
    height: auto;
    max-width: 100%
}

[data-module=image] .smp-image .image-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    z-index: 10;
    transition: all .3s ease-out;
    display: flex
}

[data-module=image] [data-width=grid-width] .is-content {
    width: 100%
}

[data-module=image] [data-width=original] .is-content {
    max-width: 100%
}

[data-module=image] .smp-image[data-align=center] {
    justify-content: center
}

[data-module=image] .smp-image[data-align=right] {
    justify-content: flex-end
}

[data-module=image] .smp-image .is-content:hover .image-hover {
    opacity: 1
}

.gg-hover,
.lightbox-item,
.semplice-lightbox .image-hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in
}

.smp-video.is-content {
    overflow: hidden;
    width: 100%;
    container-type: inline-size
}

.smp-video.is-content video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9
}

.smp-video.is-content video:fullscreen {
    background-image: none !important;
    background-color: #000 !important
}

.smp-video.hide-controls {
    cursor: pointer
}

.smp-video.hide-controls:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/frontend/video/play.svg);
    background-size: 80px auto;
    background-position: center center;
    background-repeat: no-repeat
}

.smp-video.is-running:after {
    display: none
}

.smp-embed.is-content,
.smp-vimeo.is-content,
.smp-youtube.is-content {
    overflow: hidden
}

.smp-vimeo,
.smp-youtube {
    width: 100%;
    font-size: 0;
    position: relative
}

.smp-vimeo img,
.smp-youtube img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.smp-vimeo button,
.smp-youtube button {
    width: 70px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    pointer-events: none
}

.smp-vimeo button svg path:first-child,
.smp-vimeo button svg rect,
.smp-youtube button svg path:first-child,
.smp-youtube button svg rect {
    transition: all .2s ease-out
}

.smp-vimeo[data-embed-mode=thumbnail],
.smp-youtube[data-embed-mode=thumbnail] {
    cursor: pointer
}

.smp-youtube[data-embed-mode=thumbnail]:hover button svg path:first-child {
    fill: red;
    fill-opacity: 1
}

.smp-vimeo[data-embed-mode=thumbnail]:hover button svg rect {
    fill: #17d5ff;
    fill-opacity: 1
}

.share-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.share-box .first {
    margin-left: 0 !important
}

.share-box .semplice-share {
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    width: calc((100% - 60px)/ 3)
}

.share-box .semplice-share .share-button,
.share-box .semplice-share .text {
    color: #888;
    font-size: .7777777778rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e6e6e6;
    transition: none
}

.share-box .semplice-share .share-button a,
.share-box .semplice-share .text a {
    color: #fff !important;
    height: 54px;
    display: block !important;
    width: 100%
}

.share-box .semplice-share .button-facebook {
    border: 1px solid #3b5998;
    background: #3b5998
}

.share-box .semplice-share .button-x {
    border: 1px solid #0084b4;
    background: #0084b4
}

.share-box .semplice-share .button-linkedin {
    border: 1px solid #0077b5;
    background: #0077b5
}

.share-box .semplice-share:hover .text {
    margin-top: -54px
}

.share-box .share-icons-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 0
}

.share-box .share-icons-wrapper p {
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: .8333333333rem;
    line-height: 1;
    padding-bottom: .8333333333rem;
    color: #000;
    letter-spacing: 1px
}

.share-box .share-icons-wrapper .semplice-share-icons {
    display: inline-block
}

.share-box .share-icons-wrapper .semplice-share-icons .share-icon a {
    transition: none;
    line-height: 0;
    display: block;
    padding: 0 .4444444444rem;
    font-size: 0
}

.share-box .share-icons-wrapper .semplice-share-icons .share-icon a svg {
    transition: none;
    width: auto;
    height: 26px
}

.share-box .share-icons-wrapper .semplice-share-icons .share-icon a svg path {
    fill: #000
}

.share-box .share-icons-wrapper .semplice-share-icons .icon-facebook a:hover svg path {
    fill: #3b5998 !important
}

.share-box .share-icons-wrapper .semplice-share-icons .icon-x a:hover svg path {
    fill: #000 !important
}

.share-box .share-icons-wrapper .semplice-share-icons .icon-linkedin a:hover svg path {
    fill: #0077b5 !important
}

.is-frontend .share-icon a svg path {
    transition: all .2s ease-out
}

.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-overlay {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-after-label:before,
.twentytwenty-before-label:before {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-horizontal .twentytwenty-before-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: attr(data-content)
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.ba-handle {
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    display: flex;
    cursor: pointer;
    z-index: 40
}

.ba-handle .ba-bar {
    width: 3px;
    height: 100%;
    background-color: #fff
}

.ba-handle .ba-arrow {
    height: 100%;
    width: 16px;
    display: flex;
    align-items: center
}

.ba-handle .ba-arrow svg {
    width: 16px;
    height: auto
}

.ba-handle .ba-arrow svg path {
    stroke: #fff
}

.ba-handle [data-ba-arrow-direction=left] {
    margin-right: 15px
}

.ba-handle [data-ba-arrow-direction=left] svg {
    transform: rotate(180deg)
}

.ba-handle [data-ba-arrow-direction=right] {
    margin-left: 15px
}

.twentytwenty-vertical .ba-handle,
[data-ba-direction=vertical] .ba-handle {
    width: 100%;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    display: flex;
    cursor: pointer;
    z-index: 40;
    flex-direction: column
}

.twentytwenty-vertical .ba-handle .ba-bar,
[data-ba-direction=vertical] .ba-handle .ba-bar {
    height: 3px;
    width: 100%;
    background-color: #fff
}

.twentytwenty-vertical .ba-handle .ba-arrow,
[data-ba-direction=vertical] .ba-handle .ba-arrow {
    width: 16px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.twentytwenty-vertical .ba-handle .ba-arrow svg,
[data-ba-direction=vertical] .ba-handle .ba-arrow svg {
    width: 16px;
    height: auto
}

.twentytwenty-vertical .ba-handle .ba-arrow svg path,
[data-ba-direction=vertical] .ba-handle .ba-arrow svg path {
    stroke: #fff
}

.twentytwenty-vertical .ba-handle [data-ba-arrow-direction=up] svg,
[data-ba-direction=vertical] .ba-handle [data-ba-arrow-direction=up] svg {
    transform: rotate(90deg)
}

.twentytwenty-vertical .ba-handle [data-ba-arrow-direction=down] svg,
[data-ba-direction=vertical] .ba-handle [data-ba-arrow-direction=down] svg {
    transform: rotate(-90deg)
}

.twentytwenty-vertical img,
[data-ba-direction=vertical] img {
    width: 100% !important
}

#content-holder [data-module=mailchimp] .mailchimp-newsletter {
    width: 100%;
    font-size: 0
}

#content-holder [data-module=mailchimp] .mailchimp-inner {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

#content-holder [data-module=mailchimp] form {
    display: flex
}

#content-holder [data-module=mailchimp] [data-fname=disabled] #mce-FNAME {
    display: none !important
}

#content-holder [data-module=mailchimp] button,
#content-holder [data-module=mailchimp] input {
    width: auto;
    height: auto !important;
    padding: 1.1111111111rem 1.6666666667rem;
    font-size: 1rem;
    line-height: 1;
    max-width: 100%;
    box-shadow: none !important;
    border: 0 solid #000;
    background: #f0f0f0;
    color: #000;
    max-width: 100%;
    transition: all .2s ease-out;
    text-indent: 0 !important;
    border-radius: 0;
    margin: 0;
    min-height: initial;
    outline: 0 !important
}

#content-holder [data-module=mailchimp] button,
#content-holder [data-module=mailchimp] input {
    width: 12.7777777778rem
}

#content-holder [data-module=mailchimp] input:focus,
#content-holder [data-module=mailchimp] input:hover {
    color: #000;
    background: #e6e6e6
}

#content-holder [data-module=mailchimp] button {
    color: #000;
    margin: 0;
    line-height: 1;
    background: #ffd300;
    text-align: left;
    border: 0 solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0
}

#content-holder [data-module=mailchimp] button:hover {
    background: #ffe152
}

#content-holder [data-module=mailchimp] input::placeholder {
    color: #aaa;
    line-height: normal;
    transition: all .2s ease-out
}

#content-holder [data-module=mailchimp] input:hover::placeholder {
    color: #666
}

[data-module=socialprofiles] .socialprofiles {
    margin: 0 -.5556rem
}

[data-module=socialprofiles] .socialprofiles ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important
}

[data-module=socialprofiles] .socialprofiles ul li {
    list-style: none;
    text-align: center;
    line-height: 0 !important;
    font-size: 0
}

[data-module=socialprofiles] .socialprofiles ul li a {
    padding: 0 .5556rem;
    transition: none
}

[data-module=socialprofiles] .socialprofiles ul li a svg path {
    fill: #000;
    transition: all .2s ease-out
}

[data-module=socialprofiles] .socialprofiles ul li svg {
    height: 26px;
    width: auto
}

[data-module=socialprofiles] .socialprofiles ul li svg path {
    fill: #000
}

[data-module=socialprofiles] .socialprofiles ul li.empty {
    background-color: #121213;
    padding: 80px 0;
    width: 453px;
    max-width: 100%;
    border: 1px solid #292929;
    border-radius: 12px
}

[data-module=socialprofiles] .socialprofiles ul li.empty p {
    font-size: 20px;
    font-weight: 400;
    color: #8b8b8b;
    margin-top: 30px
}

[data-module=socialprofiles] .socialprofiles ul li.empty svg {
    width: 48px;
    height: auto
}

[data-module=socialprofiles] .socialprofiles ul li.empty svg circle,
[data-module=socialprofiles] .socialprofiles ul li.empty svg path {
    stroke-width: .8
}

[data-module=socialprofiles] [data-distributed=evenly] {
    margin: 0 !important
}

[data-module=socialprofiles] [data-distributed=evenly] ul li {
    flex-grow: 1
}

[data-module=socialprofiles] [data-distributed=evenly] ul li a {
    padding: 0 !important
}

[data-module=socialprofiles] [data-align=center] ul {
    justify-content: center
}

[data-module=socialprofiles] [data-align=right] ul {
    justify-content: flex-end
}

[data-module=portfoliogrid] .bottom-center .post-title,
[data-module=portfoliogrid] .bottom-left .post-title,
[data-module=portfoliogrid] .bottom-right .post-title,
[data-module=portfoliogrid] .middle-center .post-title,
[data-module=portfoliogrid] .middle-left .post-title,
[data-module=portfoliogrid] .middle-right .post-title,
[data-module=portfoliogrid] .top-center .post-title,
[data-module=portfoliogrid] .top-left .post-title,
[data-module=portfoliogrid] .top-right .post-title,
[data-module=singleproject] .bottom-center .post-title,
[data-module=singleproject] .bottom-left .post-title,
[data-module=singleproject] .bottom-right .post-title,
[data-module=singleproject] .middle-center .post-title,
[data-module=singleproject] .middle-left .post-title,
[data-module=singleproject] .middle-right .post-title,
[data-module=singleproject] .top-center .post-title,
[data-module=singleproject] .top-left .post-title,
[data-module=singleproject] .top-right .post-title {
    position: absolute;
    z-index: 10
}

[data-module=portfoliogrid] .bottom-center .thumb-hover-meta,
[data-module=portfoliogrid] .bottom-left .thumb-hover-meta,
[data-module=portfoliogrid] .bottom-right .thumb-hover-meta,
[data-module=portfoliogrid] .middle-center .thumb-hover-meta,
[data-module=portfoliogrid] .middle-left .thumb-hover-meta,
[data-module=portfoliogrid] .middle-right .thumb-hover-meta,
[data-module=portfoliogrid] .top-center .thumb-hover-meta,
[data-module=portfoliogrid] .top-left .thumb-hover-meta,
[data-module=portfoliogrid] .top-right .thumb-hover-meta,
[data-module=singleproject] .bottom-center .thumb-hover-meta,
[data-module=singleproject] .bottom-left .thumb-hover-meta,
[data-module=singleproject] .bottom-right .thumb-hover-meta,
[data-module=singleproject] .middle-center .thumb-hover-meta,
[data-module=singleproject] .middle-left .thumb-hover-meta,
[data-module=singleproject] .middle-right .thumb-hover-meta,
[data-module=singleproject] .top-center .thumb-hover-meta,
[data-module=singleproject] .top-left .thumb-hover-meta,
[data-module=singleproject] .top-right .thumb-hover-meta {
    display: none
}

[data-module=portfoliogrid] .bottom-left .post-title,
[data-module=portfoliogrid] .middle-left .post-title,
[data-module=portfoliogrid] .top-left .post-title,
[data-module=singleproject] .bottom-left .post-title,
[data-module=singleproject] .middle-left .post-title,
[data-module=singleproject] .top-left .post-title {
    top: 0;
    text-align: left
}

[data-module=portfoliogrid] .bottom-center .post-title,
[data-module=portfoliogrid] .middle-center .post-title,
[data-module=portfoliogrid] .top-center .post-title,
[data-module=singleproject] .bottom-center .post-title,
[data-module=singleproject] .middle-center .post-title,
[data-module=singleproject] .top-center .post-title {
    top: 0;
    text-align: center
}

[data-module=portfoliogrid] .bottom-right .post-title,
[data-module=portfoliogrid] .middle-right .post-title,
[data-module=portfoliogrid] .top-right .post-title,
[data-module=singleproject] .bottom-right .post-title,
[data-module=singleproject] .middle-right .post-title,
[data-module=singleproject] .top-right .post-title {
    top: 0;
    text-align: right
}

[data-module=portfoliogrid] .middle-center .post-title,
[data-module=portfoliogrid] .middle-left .post-title,
[data-module=portfoliogrid] .middle-right .post-title,
[data-module=singleproject] .middle-center .post-title,
[data-module=singleproject] .middle-left .post-title,
[data-module=singleproject] .middle-right .post-title {
    top: 50%;
    transform: translateY(-50%)
}

[data-module=portfoliogrid] .bottom-center .post-title,
[data-module=portfoliogrid] .bottom-left .post-title,
[data-module=portfoliogrid] .bottom-right .post-title,
[data-module=singleproject] .bottom-center .post-title,
[data-module=singleproject] .bottom-left .post-title,
[data-module=singleproject] .bottom-right .post-title {
    top: auto;
    bottom: 0
}

[data-module=portfoliogrid] .below-left .post-title,
[data-module=singleproject] .below-left .post-title {
    text-align: left
}

[data-module=portfoliogrid] .below-right .post-title,
[data-module=singleproject] .below-right .post-title {
    text-align: right
}

[data-module=portfoliogrid] [data-has-gradient=true] span,
[data-module=singleproject] [data-has-gradient=true] span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

@media(min-width:576px)and (max-width:767.98px) {
    [data-module=portfoliogrid] [data-mobile-visibility=hidden],
    [data-module=singleproject] [data-mobile-visibility=hidden] {
        display: none
    }
}

@media(min-width:0px)and (max-width:575.98px) {
    [data-module=portfoliogrid] [data-mobile-visibility=hidden],
    [data-module=singleproject] [data-mobile-visibility=hidden] {
        display: none
    }
}

[data-module=portfoliogrid] .pg-category-filter ul,
[data-module=singleproject] .pg-category-filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0;
    height: 100%;
    align-items: center;
    margin: 0 !important
}

[data-module=portfoliogrid] .pg-category-filter ul li,
[data-module=singleproject] .pg-category-filter ul li {
    list-style: none
}

[data-module=portfoliogrid] .pg-category-filter ul li a,
[data-module=singleproject] .pg-category-filter ul li a {
    font-size: 16px;
    color: #888;
    padding-right: 1.7777777778rem;
    transition: all .2s ease-out
}

[data-module=portfoliogrid] .pg-category-filter ul li a:hover,
[data-module=singleproject] .pg-category-filter ul li a:hover {
    color: #000
}

[data-module=portfoliogrid] .pg-category-filter ul li a.pg-filter-active,
[data-module=singleproject] .pg-category-filter ul li a.pg-filter-active {
    color: #000
}

[data-module=portfoliogrid] .pg-category-filter ul li:last-child a,
[data-module=singleproject] .pg-category-filter ul li:last-child a {
    padding-right: 0 !important
}

[data-module=portfoliogrid] .pg-category-filter .click-handler,
[data-module=singleproject] .pg-category-filter .click-handler {
    cursor: pointer
}

[data-module=singleproject] .thumb {
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

[data-module=singleproject] .thumb .thumb-inner>img {
    width: 100%;
    height: auto
}

[data-module=spacer] .spacer-container {
    width: 100%
}

[data-module=spacer] .spacer-container:after,
[data-module=spacer] .spacer-container:before {
    content: "";
    display: table
}

[data-module=spacer] .spacer {
    height: .5555555556rem;
    background: #e0e0e0
}

.search-form {
    position: relative;
    overflow: hidden
}

.search-form input::placeholder {
    color: #999;
    transition: all .2s ease-out
}

.search-form .search-field {
    background: #f4f4f4;
    border-radius: 0;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 16px 20px;
    margin: 0;
    appearance: none;
    line-height: 1;
    border: none !important;
    outline: 0;
    transition: all .2s ease-out
}

.search-form .search-field:focus,
.search-form .search-field:hover {
    color: #000;
    background-color: #e9e9e9
}

.search-form .blogsearch-icon {
    width: 21px;
    height: auto;
    position: absolute;
    right: 20px;
    transform: translateY(-11px);
    top: 50%;
    pointer-events: none
}

.search-form .blogsearch-icon svg {
    fill: #aaa;
    transition: all .2s ease-out
}

.search-form .search-submit {
    display: none !important
}

.search-form:hover input:focus::placeholder,
.search-form:hover input:hover::placeholder {
    color: #666
}

.search-form:hover .blogsearch-icon svg {
    fill: #666
}

.smp-button {
    text-align: center;
    font-size: 0
}

.smp-button .is-content {
    display: inline-block;
    background-color: #ffd300;
    cursor: pointer;
    font-size: 0;
    overflow: hidden
}

.smp-button .is-content a {
    padding: .8888888889rem;
    border-style: solid;
    margin: 0;
    -webkit-appearance: none;
    outline: 0;
    color: #000;
    border-width: 0;
    font-size: .8888888889rem;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: 0 0;
    cursor: pointer
}

.smp-button .is-content a .inner {
    display: flex;
    align-items: center
}

.smp-button .is-content a img {
    display: inline-block;
    width: auto;
    height: 20px
}

.smp-button .is-content a:hover {
    color: #000
}

.smp-button .is-content [data-text-align=left] {
    text-align: left;
    justify-content: flex-start
}

.smp-button .is-content [data-text-align=right] {
    text-align: right;
    justify-content: flex-end
}

.smp-button .is-content [data-text-align=left][data-text-effect=bottom-out-top-in]:after,
.smp-button .is-content [data-text-align=left][data-text-effect=bottom-out-top-in]:before,
.smp-button .is-content [data-text-align=left][data-text-effect=top-out-bottom-in]:after,
.smp-button .is-content [data-text-align=left][data-text-effect=top-out-bottom-in]:before {
    text-align: left
}

.smp-button .is-content [data-text-align=right][data-text-effect=bottom-out-top-in]:after,
.smp-button .is-content [data-text-align=right][data-text-effect=bottom-out-top-in]:before,
.smp-button .is-content [data-text-align=right][data-text-effect=top-out-bottom-in]:after,
.smp-button .is-content [data-text-align=right][data-text-effect=top-out-bottom-in]:before {
    text-align: right
}

.smp-button .is-content [data-text-effect=bottom-out-top-in],
.smp-button .is-content [data-text-effect=top-out-bottom-in] {
    text-indent: 9000%;
    white-space: nowrap;
    overflow: hidden
}

.smp-button .is-content [data-text-effect=bottom-out-top-in]:after,
.smp-button .is-content [data-text-effect=bottom-out-top-in]:before,
.smp-button .is-content [data-text-effect=top-out-bottom-in]:after,
.smp-button .is-content [data-text-effect=top-out-bottom-in]:before {
    content: "Button Module";
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    text-align: center;
    opacity: 1;
    text-indent: 0;
    transition: all .7s var(--ease-out-expo)
}

.smp-button .is-content [data-text-effect=none]:after,
.smp-button .is-content [data-text-effect=none]:before {
    display: none !important
}

.smp-button .is-content [data-text-effect=top-out-bottom-in]:after {
    transform: translateY(0);
    top: 100%;
    opacity: 0
}

.smp-button .is-content [data-text-effect=top-out-bottom-in]:hover:before {
    transform: translateY(-100%);
    top: 0;
    opacity: 0
}

.smp-button .is-content [data-text-effect=top-out-bottom-in]:hover:after {
    transform: translateY(-50%);
    top: 50%;
    opacity: 1
}

.smp-button .is-content [data-text-effect=bottom-out-top-in]:after {
    transform: translateY(-100%);
    top: 0;
    opacity: 0
}

.smp-button .is-content [data-text-effect=bottom-out-top-in]:hover:before {
    transform: translateY(0);
    top: 100%;
    opacity: 0
}

.smp-button .is-content [data-text-effect=bottom-out-top-in]:hover:after {
    transform: translateY(-50%);
    top: 50%;
    opacity: 1
}

.smp-button [data-text-gradient=true] a,
.smp-button [data-text-gradient=true] a:after,
.smp-button [data-text-gradient=true] a:before {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.smp-button [data-width=grid-width] {
    width: 100%
}

.smp-button [data-width=grid-width] button {
    width: 100%
}

.smp-button [data-effect=colorfade]:hover {
    background-color: #ffe152
}

.smp-button [data-effect=expand-horizontally]:after,
.smp-button [data-effect=expand-vertically]:after,
.smp-button [data-effect=fill-up]:after,
.smp-button [data-effect=slide-bottom-to-top]:after,
.smp-button [data-effect=slide-left-to-right]:after,
.smp-button [data-effect=slide-right-to-left]:after,
.smp-button [data-effect=slide-top-to-bottom]:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0
}

.smp-button [data-effect=slide-right-to-left]:after {
    right: 0;
    left: inherit
}

.smp-button [data-effect=slide-bottom-to-top]:after,
.smp-button [data-effect=slide-top-to-bottom]:after {
    width: 100%;
    height: 0
}

.smp-button [data-effect=slide-bottom-to-top]:after {
    top: inherit;
    bottom: 0
}

.smp-button [data-effect=expand-vertically]:after {
    width: 100%;
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.smp-button [data-effect=expand-horizontally]:after {
    left: 50%;
    transform: translateX(-50%)
}

.smp-button [data-effect=fill-up]:after {
    height: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.smp-button [data-effect=fill-up]:hover:after {
    height: 100%;
    width: 100%
}

.smp-button [data-effect=expand-horizontally]:hover:after,
.smp-button [data-effect=slide-left-to-right]:hover:after,
.smp-button [data-effect=slide-right-to-left]:hover:after {
    width: 100%
}

.smp-button [data-effect=expand-vertically]:hover:after,
.smp-button [data-effect=slide-bottom-to-top]:hover:after,
.smp-button [data-effect=slide-top-to-bottom]:hover:after {
    height: 100%
}

.smp-button [data-icon-direction=left] img {
    margin-right: 10px
}

.smp-button [data-icon-direction=right] img {
    margin-left: 10px
}

.smp-button [data-icon-direction=left][data-effect=icon-move]:hover img {
    padding-right: 15px
}

.smp-button [data-icon-direction=right][data-effect=icon-move]:hover img {
    padding-left: 15px
}

.semplice-marquee {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1
}

.semplice-marquee .semplice-marquee-inner {
    font-size: 0;
    line-height: 0
}

.semplice-marquee .semplice-marquee-inner .semplice-marquee-content {
    display: inline
}

.semplice-marquee .semplice-marquee-inner .semplice-marquee-text {
    line-height: 4rem;
    font-size: 3rem
}

.semplice-marquee .semplice-marquee-inner .semplice-marquee-text img {
    font-size: inherit;
    line-height: inherit
}

.semplice-marquee .semplice-marquee-inner .semplice-marquee-image {
    line-height: 1
}

.semplice-marquee .semplice-marquee-inner .semplice-marquee-image img {
    vertical-align: top;
    max-width: initial
}

.semplice-marquee [data-direction=ltr] .semplice-marquee-text {
    margin-right: 1rem
}

.semplice-marquee [data-direction=rtl] {
    direction: rtl
}

.semplice-marquee [data-has-gradient=true] .semplice-marquee-text {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.marquee-mouseover .semplice-marquee-image a {
    display: inline-block
}

.marquee-mouseover .semplice-marquee-image img,
.marquee-mouseover .semplice-marquee-text {
    transition: all .7s cubic-bezier(.19, 1, .22, 1)
}

.marquee-mouseover .semplice-marquee-image img {
    width: 100% !important;
    margin: 0 !important
}

.marquee-mouseover .semplice-marquee-image img:hover,
.marquee-mouseover .semplice-marquee-text:hover {
    opacity: 1 !important
}

[data-module=accordion] .accordion-item {
    padding: 1.6666666667rem 0;
    background-color: #fff
}

[data-module=accordion] .accordion-item .title {
    position: relative;
    color: #000;
    font-size: 2.2222222222rem;
    line-height: 2.7777777778rem
}

[data-module=accordion] .accordion-item .title-span {
    width: fit-content;
    max-width: calc(100% - 1.6666666667rem);
    padding-right: 3.3333333333rem
}

[data-module=accordion] .accordion-item .icon,
[data-module=accordion] .accordion-item .title-span {
    display: inline-block
}

[data-module=accordion] .accordion-item .icon {
    position: absolute;
    right: 0;
    top: .5555555556rem;
    fill: #000
}

[data-module=accordion] .accordion-item .icon span {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

[data-module=accordion] .accordion-item .icon img,
[data-module=accordion] .accordion-item .icon svg {
    height: auto;
    width: 1.6666666667rem
}

[data-module=accordion] .accordion-item .icon .collapse {
    display: none
}

[data-module=accordion] .accordion-item .description-inner {
    color: #777;
    font-size: 1.1111111111rem;
    line-height: 1.6666666667rem;
    margin-top: 1.1111111111rem
}

[data-module=accordion] .accordion-item .description-inner .accordion-content {
    position: relative;
    margin-bottom: 1.6666666667rem
}

[data-module=accordion] .accordion-item .description-inner .accordion-content:last-child {
    margin-bottom: 0 !important
}

[data-module=accordion] .accordion-item .description-inner .accordion-list ul {
    margin-bottom: 0
}

[data-module=accordion] .accordion-item .description-inner .accordion-image {
    font-size: 0;
    line-height: 0
}

[data-module=accordion] .accordion-item .description-inner [data-align=center] {
    text-align: center
}

[data-module=accordion] .accordion-item .description-inner [data-align=right] {
    text-align: right
}

[data-module=accordion] .accordion-item .description-inner [data-width=grid] img {
    width: 100%;
    height: auto
}

[data-module=accordion] .expanded .icon .collapse {
    display: flex
}

[data-module=accordion] .expanded .icon .expand {
    display: none
}

[data-module=accordion] .seperator {
    height: .0555555556rem;
    background-color: #ccc
}

[data-module=accordion] [data-seperator-mode=hidden] .bottom-seperator,
[data-module=accordion] [data-seperator-mode=top] .bottom-seperator {
    display: none
}

[data-module=accordion] [data-seperator-mode=bottom] .top-seperator,
[data-module=accordion] [data-seperator-mode=hidden] .top-seperator {
    display: none
}

[data-module=accordion] [data-seperator-visibility=hidden] .seperator {
    display: none
}

[data-module=accordion] [data-has-gradient=true] .title-span span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.is-fronent [data-module=accordion] .accordion-item .title {
    cursor: pointer
}

.is-fronent [data-module=accordion] .accordion-item .description {
    height: 0;
    overflow: hidden
}

.is-fronent [data-module=accordion] .expanded-first .description {
    height: auto
}

.portfolio-grid .apg-grid-item {
    width: 100%
}

.apg-transition-clone,
[data-apg-preset=horizontal-fullscreen] {
    height: 100svh
}

.apg-transition-clone .flickity-viewport,
[data-apg-preset=horizontal-fullscreen] .flickity-viewport {
    width: 100%
}

.apg-transition-clone .apg,
[data-apg-preset=horizontal-fullscreen] .apg {
    min-height: 1px;
    height: 100%
}

.apg-transition-clone .apg .hor-full-next,
[data-apg-preset=horizontal-fullscreen] .apg .hor-full-next {
    right: 30px;
    left: inherit
}

.apg-transition-clone .apg .apg-post,
[data-apg-preset=horizontal-fullscreen] .apg .apg-post {
    position: absolute;
    height: 100%
}

.apg-transition-clone .apg .even,
[data-apg-preset=horizontal-fullscreen] .apg .even {
    background: #000
}

.apg-transition-clone .apg .odd,
[data-apg-preset=horizontal-fullscreen] .apg .odd {
    background: #ccc
}

.apg-transition-clone .apg .apg-grid-item,
[data-apg-preset=horizontal-fullscreen] .apg .apg-grid-item {
    height: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 0
}

.apg-transition-clone .apg .apg-grid-item .post-thumbnail,
[data-apg-preset=horizontal-fullscreen] .apg .apg-grid-item .post-thumbnail {
    height: 100%;
    width: 100%;
    position: absolute
}

.apg-transition-clone .apg .apg-grid-item .post-thumbnail img,
[data-apg-preset=horizontal-fullscreen] .apg .apg-grid-item .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.apg-transition-clone .apg .flickity-button,
[data-apg-preset=horizontal-fullscreen] .apg .flickity-button {
    background-color: rgba(0, 0, 0, 0)
}

.apg-transition-clone .apg .flickity-prev-next-button .arrow,
[data-apg-preset=horizontal-fullscreen] .apg .flickity-prev-next-button .arrow {
    fill: #fff
}

.apg-transition-clone .apg .flickity-prev-next-button svg,
[data-apg-preset=horizontal-fullscreen] .apg .flickity-prev-next-button svg {
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%
}

.apg-transition-clone .apg .flickity-prev-next-button.previous,
[data-apg-preset=horizontal-fullscreen] .apg .flickity-prev-next-button.previous {
    left: 15px
}

.apg-transition-clone .apg .flickity-prev-next-button.next,
[data-apg-preset=horizontal-fullscreen] .apg .flickity-prev-next-button.next {
    right: 15px
}

.apg-transition-clone [data-arrow-size=small] .flickity-prev-next-button,
[data-apg-preset=horizontal-fullscreen] [data-arrow-size=small] .flickity-prev-next-button {
    width: 52px;
    height: 52px
}

.apg-transition-clone [data-arrow-size=medium] .flickity-prev-next-button,
[data-apg-preset=horizontal-fullscreen] [data-arrow-size=medium] .flickity-prev-next-button {
    width: 64px;
    height: 64px
}

.apg-transition-clone [data-arrow-size=large] .flickity-prev-next-button,
[data-apg-preset=horizontal-fullscreen] [data-arrow-size=large] .flickity-prev-next-button {
    width: 78px;
    height: 78px
}

.apg-transition-clone [data-arrow-size=insane] .flickity-prev-next-button,
[data-apg-preset=horizontal-fullscreen] [data-arrow-size=insane] .flickity-prev-next-button {
    width: 100px;
    height: 100px
}

.apg-transition-clone [data-object-fit=inside] .apg-grid-item .post-thumbnail,
[data-apg-preset=horizontal-fullscreen] [data-object-fit=inside] .apg-grid-item .post-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.apg-transition-clone [data-object-fit=inside] .apg-grid-item .post-thumbnail img,
[data-apg-preset=horizontal-fullscreen] [data-object-fit=inside] .apg-grid-item .post-thumbnail img {
    max-width: 80% !important;
    height: auto;
    width: auto;
    object-fit: inherit;
    position: relative
}

.apg-transition-clone .apg-post-title,
[data-apg-preset=horizontal-fullscreen] .apg-post-title {
    position: relative;
    width: 100%;
    padding: 4rem
}

.apg-transition-clone .apg-post-title div,
[data-apg-preset=horizontal-fullscreen] .apg-post-title div {
    line-height: 1;
    margin: 0;
    color: #fff
}

.apg-transition-clone .apg-post-title .title,
[data-apg-preset=horizontal-fullscreen] .apg-post-title .title {
    font-size: 2.3333333333rem;
    width: 100%
}

.apg-transition-clone .apg-post-title .type,
[data-apg-preset=horizontal-fullscreen] .apg-post-title .type {
    font-size: 1.1111111111rem;
    padding-top: .5555555556rem;
    width: 100%
}

.apg-transition-clone [data-title-align=top-left],
[data-apg-preset=horizontal-fullscreen] [data-title-align=top-left] {
    align-self: flex-start
}

.apg-transition-clone [data-title-align=top-center],
[data-apg-preset=horizontal-fullscreen] [data-title-align=top-center] {
    align-self: flex-start;
    text-align: center
}

.apg-transition-clone [data-title-align=top-right],
[data-apg-preset=horizontal-fullscreen] [data-title-align=top-right] {
    align-self: flex-start;
    text-align: right
}

.apg-transition-clone [data-title-align=middle-left],
[data-apg-preset=horizontal-fullscreen] [data-title-align=middle-left] {
    align-self: center
}

.apg-transition-clone [data-title-align=middle-center],
[data-apg-preset=horizontal-fullscreen] [data-title-align=middle-center] {
    align-self: center;
    text-align: center
}

.apg-transition-clone [data-title-align=middle-right],
[data-apg-preset=horizontal-fullscreen] [data-title-align=middle-right] {
    align-self: center;
    text-align: right
}

.apg-transition-clone [data-title-align=bottom-left],
[data-apg-preset=horizontal-fullscreen] [data-title-align=bottom-left] {
    align-self: flex-end;
    bottom: 0
}

.apg-transition-clone [data-title-align=bottom-center],
[data-apg-preset=horizontal-fullscreen] [data-title-align=bottom-center] {
    align-self: flex-end;
    text-align: center;
    bottom: 0
}

.apg-transition-clone [data-title-align=bottom-right],
[data-apg-preset=horizontal-fullscreen] [data-title-align=bottom-right] {
    align-self: flex-end;
    text-align: right;
    bottom: 0
}

.apg-transition-clone [data-title-visibility=title] .apg-post-title .type,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=title] .apg-post-title .type {
    display: none
}

.apg-transition-clone [data-title-visibility=category] .apg-post-title .title,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=category] .apg-post-title .title {
    display: none
}

.apg-transition-clone [data-title-visibility=hidden] .apg-post-title .title,
.apg-transition-clone [data-title-visibility=hidden] .apg-post-title .type,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .apg-post-title .title,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .apg-post-title .type {
    display: none
}

.apg-transition-clone [data-title-visibility=hidden] .fadein,
.apg-transition-clone [data-title-visibility=hidden] .fadein-bottom,
.apg-transition-clone [data-title-visibility=hidden] .fadein-left,
.apg-transition-clone [data-title-visibility=hidden] .fadein-right,
.apg-transition-clone [data-title-visibility=hidden] .fadein-top,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-bottom,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-left,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-right,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-top {
    opacity: 0
}

.apg-transition-clone [data-title-visibility=hidden] .fadein .title,
.apg-transition-clone [data-title-visibility=hidden] .fadein .type,
.apg-transition-clone [data-title-visibility=hidden] .fadein-bottom .title,
.apg-transition-clone [data-title-visibility=hidden] .fadein-bottom .type,
.apg-transition-clone [data-title-visibility=hidden] .fadein-left .title,
.apg-transition-clone [data-title-visibility=hidden] .fadein-left .type,
.apg-transition-clone [data-title-visibility=hidden] .fadein-right .title,
.apg-transition-clone [data-title-visibility=hidden] .fadein-right .type,
.apg-transition-clone [data-title-visibility=hidden] .fadein-top .title,
.apg-transition-clone [data-title-visibility=hidden] .fadein-top .type,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein .title,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein .type,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-bottom .title,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-bottom .type,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-left .title,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-left .type,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-right .title,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-right .type,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-top .title,
[data-apg-preset=horizontal-fullscreen] [data-title-visibility=hidden] .fadein-top .type {
    display: block
}

.apg-transition-clone [data-arrow-visibility=hidden] .flickity-prev-next-button,
[data-apg-preset=horizontal-fullscreen] [data-arrow-visibility=hidden] .flickity-prev-next-button {
    display: none
}

.apg-transition-clone .missing-thumbnail,
[data-apg-preset=horizontal-fullscreen] .missing-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.apg-transition-clone .missing-thumbnail p,
[data-apg-preset=horizontal-fullscreen] .missing-thumbnail p {
    color: #000;
    font-size: 26px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    text-align: center !important;
    width: 300px;
    max-width: 100%;
    margin-bottom: 32px
}

.apg-transition-clone .missing-thumbnail img,
[data-apg-preset=horizontal-fullscreen] .missing-thumbnail img {
    display: none
}

.apg-transition-clone .missing-thumbnail button,
[data-apg-preset=horizontal-fullscreen] .missing-thumbnail button {
    pointer-events: all;
    background: #ffd300;
    font-size: 13px;
    padding: 0 20px
}

.apg-transition-clone .even .missing-thumbnail,
[data-apg-preset=horizontal-fullscreen] .even .missing-thumbnail {
    background-color: #f5f5f5
}

.apg-transition-clone .odd .missing-thumbnail,
[data-apg-preset=horizontal-fullscreen] .odd .missing-thumbnail {
    background-color: #eaeaea
}

.apg-transition-clone .apg-link,
[data-apg-preset=horizontal-fullscreen] .apg-link {
    display: none !important
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=scale-opacity] .apg-post {
    overflow: hidden
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=scale-opacity] .apg-post .apg-grid-item {
    transition: all .3s ease-out
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=scale-opacity] .apg-post .apg-grid-item .post-thumbnail img {
    transition: all .3s ease-out;
    transform: scale(1)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=scale-opacity] .flickity-slider .apg-post:hover .apg-grid-item {
    opacity: 1 !important
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-object-fit=cover][data-mouseover=dim-down] .apg-post,
.is-frontend [data-apg-preset=horizontal-fullscreen] [data-object-fit=cover][data-mouseover=scale-opacity] .apg-post {
    background: #000 !important
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=dim-down] .post-thumbnail {
    transition: all .3s ease-out
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=dim-down] .apg-post:hover .post-thumbnail {
    opacity: .4
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=border] .apg-grid-item:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0 solid rgba(255, 255, 255, 0);
    transition: all .35s ease-out
}

.is-frontend [data-apg-preset=horizontal-fullscreen] [data-mouseover=border] .apg-grid-item .apg-post-title {
    transition: all .3s ease-out
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post .apg-post-title {
    transition: all .3s ease-out
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post .fadein-top {
    transform: translateY(-30px)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post .fadein-right {
    transform: translateX(30px)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post .fadein-bottom {
    transform: translateY(30px)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post .fadein-left {
    transform: translateX(-30px)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .apg-post-title {
    opacity: 1
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadein-bottom,
.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadein-left,
.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadein-right,
.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadein-top {
    transform: translate(0, 0)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout,
.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-bottom,
.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-left,
.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-right,
.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-top {
    opacity: 0
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-top {
    transform: translate(0, -30px)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-right {
    transform: translate(30px, 0)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-bottom {
    transform: translate(0, 30px)
}

.is-frontend [data-apg-preset=horizontal-fullscreen] .apg-post:hover .fadeout-left {
    transform: translate(-30px, 0)
}

[data-apg-preset=text] {
    overflow: hidden
}

[data-apg-preset=text] .apg {
    display: flex;
    width: 100%;
    min-height: 100svh;
    padding: 4rem
}

[data-apg-preset=text] .apg-post {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) !important
}

[data-apg-preset=text] .column-dir {
    flex-direction: column;
    margin: 0 !important
}

[data-apg-preset=text] .column-dir .apg-post {
    padding: 0 !important
}

[data-apg-preset=text] .column-dir .apg-post:first-child .apg-post-title {
    padding-top: 0 !important
}

[data-apg-preset=text] .column-dir .apg-post:last-child .apg-post-title {
    padding-bottom: 0 !important
}

[data-apg-preset=text] .column-dir .apg-text-seperator {
    display: none !important
}

[data-apg-preset=text] .column-dir .apg-grid-item {
    padding: 0 !important
}

[data-apg-preset=text] .row-dir {
    flex-direction: row;
    flex-wrap: wrap
}

[data-apg-preset=text] .row-dir .apg-post-title {
    padding: 0 !important
}

[data-apg-preset=text] .column-dir[data-title-align=top-left] {
    justify-content: flex-start;
    align-items: flex-start
}

[data-apg-preset=text] .column-dir[data-title-align=top-center] {
    justify-content: flex-start;
    align-items: center;
    text-align: center
}

[data-apg-preset=text] .column-dir[data-title-align=top-right] {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right
}

[data-apg-preset=text] .column-dir[data-title-align=middle-left] {
    justify-content: center;
    align-items: flex-start
}

[data-apg-preset=text] .column-dir[data-title-align=middle-center] {
    justify-content: center;
    align-items: center;
    text-align: center
}

[data-apg-preset=text] .column-dir[data-title-align=middle-right] {
    justify-content: center;
    align-items: flex-end;
    text-align: right
}

[data-apg-preset=text] .column-dir[data-title-align=bottom-left] {
    justify-content: flex-end;
    align-items: flex-start
}

[data-apg-preset=text] .column-dir[data-title-align=bottom-center] {
    justify-content: flex-end;
    align-items: center;
    text-align: center
}

[data-apg-preset=text] .column-dir[data-title-align=bottom-right] {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right
}

[data-apg-preset=text] .row-dir[data-title-align=top-left] {
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

[data-apg-preset=text] .row-dir[data-title-align=top-center] {
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start
}

[data-apg-preset=text] .row-dir[data-title-align=top-right] {
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start
}

[data-apg-preset=text] .row-dir[data-title-align=middle-left] {
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

[data-apg-preset=text] .row-dir[data-title-align=middle-center] {
    justify-content: center;
    align-content: center;
    align-items: center
}

[data-apg-preset=text] .row-dir[data-title-align=middle-right] {
    justify-content: flex-end;
    align-content: center;
    align-items: center
}

[data-apg-preset=text] .row-dir[data-title-align=bottom-left] {
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end
}

[data-apg-preset=text] .row-dir[data-title-align=bottom-center] {
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end
}

[data-apg-preset=text] .row-dir[data-title-align=bottom-right] {
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end
}

[data-apg-preset=text] .apg-post-text {
    display: flex
}

[data-apg-preset=text] .apg-post-title,
[data-apg-preset=text] .apg-text-seperator {
    position: relative;
    z-index: 1
}

[data-apg-preset=text] .apg-text-seperator,
[data-apg-preset=text] .title {
    font-size: 5rem;
    line-height: 1;
    margin: 0;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease-out
}

[data-apg-preset=text] .apg-text-seperator span,
[data-apg-preset=text] .title span {
    transition: all .3s ease-out
}

[data-apg-preset=text] .apg-post-text:hover .title {
    opacity: 1 !important
}

[data-apg-preset=text] [data-image-mode=original_mouse].column-dir[data-mask-effect=enabled] .apg-post-title,
[data-apg-preset=text] [data-image-mode=original_mouse].column-dir[data-mask-effect=enabled] .apg-text-seperator {
    position: inherit
}

[data-apg-preset=text] [data-image-mode=original_mouse].column-dir[data-mask-effect=enabled] .title {
    transition: none
}

[data-apg-preset=text] [data-image-mode=original_mouse].column-dir[data-mask-effect=enabled] .title-hover {
    position: absolute;
    top: 0;
    z-index: 11;
    transition: none
}

[data-apg-preset=text] [data-image-mode=original_mouse].column-dir[data-mask-effect=enabled] .mask {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    backface-visibility: hidden
}

[data-apg-preset=text] [data-image-mode=cover] .post-thumbnail {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

[data-apg-preset=text] [data-image-mode=cover] .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transform: scale(1)
}

[data-apg-preset=text] [data-image-mode=cover] .missing-thumbnail,
[data-apg-preset=text] [data-image-mode=cover] .missing-thumbnail img {
    height: 100%;
    width: 100%
}

[data-apg-preset=text] [data-image-mode=cover] .missing-thumbnail img {
    object-fit: cover;
    transform: scale(1)
}

[data-apg-preset=text] [data-image-mode=original] .post-thumbnail {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

[data-apg-preset=text] [data-image-mode=original] .post-thumbnail img {
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    backface-visibility: hidden
}

[data-apg-preset=text] [data-image-mode=original] .missing-thumbnail {
    text-align: center
}

[data-apg-preset=text] [data-image-mode=original_mouse] .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0)
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="30"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="30"] img {
    max-width: 30% !important
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="40"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="40"] img {
    max-width: 40% !important
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="50"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="50"] img {
    max-width: 50% !important
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="60"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="60"] img {
    max-width: 60% !important
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="70"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="70"] img {
    max-width: 70% !important
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="80"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="80"] img {
    max-width: 80% !important
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="90"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="90"] img {
    max-width: 90% !important
}

[data-apg-preset=text] [data-image-mode=original] [data-image-width="100"] img,
[data-apg-preset=text] [data-image-mode=original_mouse] [data-image-width="100"] img {
    max-width: 100% !important
}

[data-apg-preset=text] .missing-thumbnail .semplice-button,
[data-apg-preset=text] .missing-thumbnail p {
    display: none
}

.apg-text[data-mouseover-effect=fade_image] .apg-text-seperator span,
.apg-text[data-mouseover-effect=fade_image] .title span,
.apg-text[data-mouseover-effect=none] .apg-text-seperator span,
.apg-text[data-mouseover-effect=none] .title span {
    transition: none
}

[data-apg-preset=splitscreen] {
    height: 100%
}

[data-apg-preset=splitscreen] .apg .apg-post {
    width: 100%;
    height: 100svh;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

[data-apg-preset=splitscreen] .apg .apg-post .splitscreen-half {
    height: 100%;
    display: flex;
    align-items: center
}

[data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta {
    background: #fff
}

[data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .apg-post-title {
    width: 100%
}

[data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .apg-post-title .details {
    border-style: solid;
    display: inline-block;
    cursor: pointer
}

[data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .apg-post-title .details a {
    display: block;
    line-height: 1;
    transition: none
}

[data-apg-preset=splitscreen] .apg .apg-post .apg-post-thumbnail a {
    width: 100%;
    height: 100%;
    display: block
}

[data-apg-preset=splitscreen] .apg .apg-post .apg-post-thumbnail .post-thumbnail {
    height: 100%;
    width: 100%;
    overflow: hidden
}

[data-apg-preset=splitscreen] .apg .apg-post .apg-post-thumbnail .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

[data-apg-preset=splitscreen] [data-object-fit=inside] .apg-post .apg-post-thumbnail .post-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

[data-apg-preset=splitscreen] [data-object-fit=inside] .apg-post .apg-post-thumbnail .post-thumbnail img {
    max-width: 60% !important;
    height: auto;
    width: auto;
    object-fit: inherit;
    position: relative
}

[data-apg-preset=splitscreen] [data-layout=mixed_left] .even {
    order: 1
}

[data-apg-preset=splitscreen] [data-layout=mixed_right] .odd {
    order: 1
}

[data-apg-preset=splitscreen] [data-layout=right] .apg-post-thumbnail {
    order: 0
}

[data-apg-preset=splitscreen] [data-layout=right] .apg-post-meta {
    order: 1
}

[data-apg-preset=splitscreen] [data-title-align=top-left] .apg-post .apg-post-meta {
    text-align: left;
    align-items: flex-start
}

[data-apg-preset=splitscreen] [data-title-align=top-center] .apg-post .apg-post-meta {
    text-align: center;
    align-items: flex-start
}

[data-apg-preset=splitscreen] [data-title-align=top-right] .apg-post .apg-post-meta {
    text-align: right;
    align-items: flex-start
}

[data-apg-preset=splitscreen] [data-title-align=middle-left] .apg-post .apg-post-meta {
    text-align: left;
    align-items: center
}

[data-apg-preset=splitscreen] [data-title-align=middle-center] .apg-post .apg-post-meta {
    text-align: center;
    align-items: center
}

[data-apg-preset=splitscreen] [data-title-align=middle-right] .apg-post .apg-post-meta {
    text-align: right;
    align-items: center
}

[data-apg-preset=splitscreen] [data-title-align=bottom-left] .apg-post .apg-post-meta {
    text-align: left;
    align-items: flex-end
}

[data-apg-preset=splitscreen] [data-title-align=bottom-center] .apg-post .apg-post-meta {
    text-align: center;
    align-items: flex-end
}

[data-apg-preset=splitscreen] [data-title-align=bottom-right] .apg-post .apg-post-meta {
    text-align: right;
    align-items: flex-end
}

[data-apg-preset=splitscreen] [data-title-visibility=title] .apg-post-title .description {
    display: none
}

[data-apg-preset=splitscreen] [data-title-visibility=description] .apg-post-title .title {
    display: none
}

[data-apg-preset=splitscreen] [data-title-visibility=description] .apg-post-title .description {
    margin-top: 0 !important
}

[data-apg-preset=splitscreen] [data-details-visibility=hidden] .apg-post-title .details {
    display: none !important
}

[data-apg-preset=splitscreen] [data-details-type=link] .apg-post-title .details {
    background: rgba(0, 0, 0, 0) !important
}

[data-apg-preset=splitscreen] [data-details-type=link] .apg-post-title .details a {
    padding: 0 !important
}

[data-apg-preset=splitscreen] .missing-thumbnail {
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

[data-apg-preset=splitscreen] .missing-thumbnail p {
    color: #000;
    font-size: 26px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    text-align: center !important;
    width: 300px;
    max-width: 100%;
    margin-bottom: 32px
}

[data-apg-preset=splitscreen] .missing-thumbnail img {
    display: none
}

[data-apg-preset=splitscreen] .missing-thumbnail .semplice-button {
    pointer-events: all
}

[data-apg-object-position=top-left] .post-thumbnail img {
    object-position: top left
}

[data-apg-object-position=top-center] .post-thumbnail img {
    object-position: top center
}

[data-apg-object-position=top-right] .post-thumbnail img {
    object-position: top right
}

[data-apg-object-position=center-left] .post-thumbnail img {
    object-position: center left
}

[data-apg-object-position=center-center] .post-thumbnail img {
    object-position: center center
}

[data-apg-object-position=center-right] .post-thumbnail img {
    object-position: center right
}

[data-apg-object-position=bottom-left] .post-thumbnail img {
    object-position: bottom left
}

[data-apg-object-position=bottom-center] .post-thumbnail img {
    object-position: bottom center
}

[data-apg-object-position=bottom-right] .post-thumbnail img {
    object-position: bottom right
}

.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .apg-post-title .details,
.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .apg-post-title .details a,
.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .apg-post-title .details a span {
    transition: all .2s ease-out
}

.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .description,
.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .details,
.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta .title {
    opacity: 0;
    transform: translateY(50px)
}

.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-thumbnail {
    overflow: hidden
}

.is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-thumbnail .post-thumbnail {
    opacity: 0;
    transform: scale(1.1)
}

.is-frontend [data-apg-preset=splitscreen] .apg .apg-no-reveal .apg-post-meta .description,
.is-frontend [data-apg-preset=splitscreen] .apg .apg-no-reveal .apg-post-meta .details,
.is-frontend [data-apg-preset=splitscreen] .apg .apg-no-reveal .apg-post-meta .title {
    opacity: 1;
    transform: translateY(0)
}

.is-frontend [data-apg-preset=splitscreen] .apg .apg-no-reveal .apg-post-thumbnail .post-thumbnail {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width:767.98px) {
    .is-frontend [data-apg-preset=splitscreen] .apg .apg-post {
        height: auto
    }
    .is-frontend [data-apg-preset=splitscreen] .apg .apg-post .splitscreen-half {
        width: 100% !important;
        height: auto
    }
    .is-frontend [data-apg-preset=splitscreen] .apg .apg-post .splitscreen-half .post-thumbnail {
        height: auto
    }
    .is-frontend [data-apg-preset=splitscreen] .apg .apg-post .splitscreen-half .post-thumbnail img {
        width: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        object-fit: inherit;
        position: relative;
        transform: translateY(0) !important
    }
    .is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-meta {
        order: 1 !important
    }
    .is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-thumbnail {
        order: 0 !important
    }
    .is-frontend [data-apg-preset=splitscreen] .apg .apg-post .apg-post-thumbnail a {
        height: auto;
        font-size: 0
    }
}

.apg-transition-clone .apg-table-head,
[data-apg-preset=table] .apg-table-head {
    display: grid;
    line-height: 1
}

.apg-transition-clone .apg-thumb-animation,
[data-apg-preset=table] .apg-thumb-animation {
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.apg-transition-clone .apg-thumb-animation .post-thumbnail,
[data-apg-preset=table] .apg-thumb-animation .post-thumbnail {
    line-height: 0;
    font-size: 0;
    visibility: visible
}

.apg-transition-clone .apg-post,
[data-apg-preset=table] .apg-post {
    line-height: 1;
    transition: background-color .7s ease-out
}

.apg-transition-clone .apg-post .apg-table-link,
[data-apg-preset=table] .apg-post .apg-table-link {
    border-style: solid;
    display: grid;
    position: relative;
    cursor: pointer
}

.apg-transition-clone .apg-post:hover,
[data-apg-preset=table] .apg-post:hover {
    transition: background-color .15s ease-out
}

.apg-transition-clone .apg-post:hover .apg-post-table-bg,
[data-apg-preset=table] .apg-post:hover .apg-post-table-bg {
    background: #000;
    transform: scale(1, 1)
}

.apg-transition-clone [data-table-client-align=right] [data-table-column=client],
.apg-transition-clone [data-table-date-align=right] [data-table-column=date],
.apg-transition-clone [data-table-title-align=right] [data-table-column=title],
.apg-transition-clone [data-table-type-align=right] [data-table-column=type],
[data-apg-preset=table] [data-table-client-align=right] [data-table-column=client],
[data-apg-preset=table] [data-table-date-align=right] [data-table-column=date],
[data-apg-preset=table] [data-table-title-align=right] [data-table-column=title],
[data-apg-preset=table] [data-table-type-align=right] [data-table-column=type] {
    text-align: right
}

.apg-transition-clone [data-table-client-visibility=hidden] [data-table-column=client],
.apg-transition-clone [data-table-date-visibility=hidden] [data-table-column=date],
.apg-transition-clone [data-table-title-visibility=hidden] [data-table-column=title],
.apg-transition-clone [data-table-type-visibility=hidden] [data-table-column=type],
[data-apg-preset=table] [data-table-client-visibility=hidden] [data-table-column=client],
[data-apg-preset=table] [data-table-date-visibility=hidden] [data-table-column=date],
[data-apg-preset=table] [data-table-title-visibility=hidden] [data-table-column=title],
[data-apg-preset=table] [data-table-type-visibility=hidden] [data-table-column=type] {
    display: none !important
}

.apg-transition-clone .apg-table-head[data-visibility=hidden],
[data-apg-preset=table] .apg-table-head[data-visibility=hidden] {
    display: none
}

.apg-transition-clone .apg-table-link[data-seperator-visibility=hidden],
[data-apg-preset=table] .apg-table-link[data-seperator-visibility=hidden] {
    border: none !important
}

.apg-post-table,
.apg-thumb-animation {
    position: relative
}

.apg-post-table .post-thumbnail,
.apg-thumb-animation .post-thumbnail {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: calc(100% - 80px);
    height: auto;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.apg-post-table .post-thumbnail .img-wrapper,
.apg-thumb-animation .post-thumbnail .img-wrapper {
    overflow: hidden;
    text-align: right
}

.apg-post-table .post-thumbnail .img-wrapper img,
.apg-thumb-animation .post-thumbnail .img-wrapper img {
    height: auto;
    width: 100%;
    transform: scale(1.25)
}

.apg-post-table .apg-post-table-bg,
.apg-thumb-animation .apg-post-table-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transform: scale(1, 0);
    transition: all 1.5s cubic-bezier(.06, .975, .195, .985)
}

.apg-thumb-animation {
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.apg-thumb-animation .post-thumbnail {
    line-height: 0;
    font-size: 0;
    visibility: visible
}

[data-hover-type=bg_only] .apg-thumb-animation,
[data-hover-type=bg_only] .post-thumbnail,
[data-hover-type=none] .apg-thumb-animation,
[data-hover-type=none] .post-thumbnail {
    display: none
}

[data-hover-type=img_only] .apg-post-table-bg,
[data-hover-type=none] .apg-post-table-bg,
[data-table-bg-hover=fade] .apg-post-table-bg,
[data-table-bg-hover=none] .apg-post-table-bg {
    display: none
}

[data-hover-type=bg_only][data-table-bg-hover=growing] .apg-post:hover .apg-post-table-bg,
[data-hover-type=both][data-table-bg-hover=growing] .apg-post:hover .apg-post-table-bg {
    transform: scale(1, 1);
    transition: all .7s cubic-bezier(.06, .975, .195, .985)
}

[data-table-bg-hover=none] .apg-post,
[data-table-bg-hover=none] .apg-post:hover {
    transition: none
}

[data-table-text-hover=fade] .apg-post:hover .apg-table-link .apg-table-column {
    transition: color .15s ease-out
}

[data-table-text-hover=fade] .apg-post .apg-table-link .apg-table-column {
    transition: color .7s ease-out
}

.apg .apg-post .details:hover [data-has-hover-gradient=true] span,
.apg .apg-post [data-has-gradient=true] span,
.apg .apg-post [data-has-hover-gradient=true] span:hover,
.apg .apg-table-head[data-has-gradient=true] span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

.apg .apg-post .details:hover [data-has-hover-gradient=false] span,
.apg .apg-post [data-has-hover-gradient=false] span:hover {
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: inherit;
    background-image: none !important
}

.apg-transition-clone {
    height: 100%;
    position: relative;
    cursor: pointer;
    display: block
}

.apg-transition-clone .apg-grid-item {
    height: 100%;
    overflow: hidden
}

.apg-transition-clone .post-object-fit-cover {
    height: 100%
}

.apg-transition-clone .post-object-fit-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.apg-transition-clone .post-object-fit-inside {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.apg-transition-clone .post-object-fit-inside img {
    max-width: 80% !important;
    height: auto;
    object-fit: inherit
}

.apg-transition-clone .splitscreen-half .post-object-fit-inside img {
    max-width: 60% !important
}

.apg-transition-clone .apg-post-thumbnail {
    height: 100%;
    overflow: hidden
}

.missing-module {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .08);
    color: #666;
    margin: 20px 0
}

.missing-module span {
    display: inline-block;
    background-color: rgba(255, 107, 0, .15);
    color: #ff6b00;
    font-weight: 550;
    border-radius: 6px;
    padding: 4px 8px;
    margin-right: 10px
}

.missing-module b {
    font-weight: 500;
    color: #333
}