*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
} /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
    font-size: 14px;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    font-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    letter-spacing: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden=until-found])) {
    display: none;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.right-4 {
    right: 1rem;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.-z-10 {
    z-index: -10;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-\[110\] {
    z-index: 110;
}

.float-left {
    float: left;
}

.m-0 {
    margin: 0px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mr-0 {
    margin-right: 0px;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.max-w-72 {
    max-width: 18rem;
}

.max-w-8 {
    max-width: 2rem;
}

.max-w-\[50\%\] {
    max-width: 50%;
}

.max-w-full {
    max-width: 100%;
}

.basis-1\/2 {
    flex-basis: 50%;
}

.-translate-x-4 {
    --tw-translate-x: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-none {
    list-style-type: none;
}

.appearance-auto {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-none {
    grid-template-columns: none;
}

.grid-cols-subgrid {
    grid-template-columns: subgrid;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.break-words {
    overflow-wrap: break-word;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-none {
    border-radius: 0px;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-none {
    border-style: none;
}

.border-\[var\(--preset--font-color\)\] {
    border-color: var(--preset--font-color);
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}

.bg-cover {
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}

.p-0 {
    padding: 0px;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.lowercase {
    text-transform: lowercase;
}

.italic {
    font-style: italic;
}

.leading-8 {
    line-height: 2rem;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity, 1));
}

.underline {
    text-decoration-line: underline;
}

.line-through {
    text-decoration-line: line-through;
}

.no-underline {
    text-decoration-line: none;
}

.opacity-0 {
    opacity: 0;
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.hover\:border-none:hover {
    border-style: none;
}

@media (min-width: 640px) {
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .sm\:grid-cols-none {
        grid-template-columns: none;
    }
    .sm\:grid-cols-subgrid {
        grid-template-columns: subgrid;
    }
}
@media (min-width: 768px) {
    .md\:right-6 {
        right: 1.5rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:block {
        display: block;
    }
    .md\:hidden {
        display: none;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .md\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .md\:grid-cols-none {
        grid-template-columns: none;
    }
    .md\:grid-cols-subgrid {
        grid-template-columns: subgrid;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:pb-8 {
        padding-bottom: 2rem;
    }
    .md\:pl-4 {
        padding-left: 1rem;
    }
    .md\:pr-4 {
        padding-right: 1rem;
    }
    .md\:pt-4 {
        padding-top: 1rem;
    }
}
@media (min-width: 1024px) {
    .lg\:right-8 {
        right: 2rem;
    }
    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:mb-16 {
        margin-bottom: 4rem;
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .lg\:mr-2 {
        margin-right: 0.5rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:shrink-0 {
        flex-shrink: 0;
    }
    .lg\:grow {
        flex-grow: 1;
    }
    .lg\:basis-0 {
        flex-basis: 0px;
    }
    .lg\:basis-1\/2 {
        flex-basis: 50%;
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .lg\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .lg\:grid-cols-none {
        grid-template-columns: none;
    }
    .lg\:grid-cols-subgrid {
        grid-template-columns: subgrid;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .lg\:pb-16 {
        padding-bottom: 4rem;
    }
    .lg\:pl-8 {
        padding-left: 2rem;
    }
    .lg\:pr-8 {
        padding-right: 2rem;
    }
    .lg\:text-left {
        text-align: left;
    }
}
@media (min-width: 640px) {
    .sm\:\[\&\.right-wrapper\]\:max-w-sm.right-wrapper {
        max-width: 24rem;
    }
}
body {
    /*font-size: 1rem;*/
    font-size: 14px;
}
body a {
    text-underline-offset: 5px;
}

h1,
.h1,
.h1 > *:not(br, li) {
    font-size: 2.0515181971rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h1,
    .h1,
    .h1 > *:not(br, li) {
        font-size: calc(2.0515181971rem + 2.1572087158 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h1,
    .h1,
    .h1 > *:not(br, li) {
        font-size: 4.2087269129rem;
    }
}
h1,
.h1,
.h1 > *:not(br, li) {
    margin-bottom: 0.4874438849rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h1,
    .h1,
    .h1 > *:not(br, li) {
        margin-bottom: calc(0.4874438849rem + -0.249842344 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h1,
    .h1,
    .h1 > *:not(br, li) {
        margin-bottom: 0.237601541rem;
    }
}
h1,
.h1,
.h1 > *:not(br, li) {
    line-height: 1.2;
}

h2,
.h2,
.h2 > *:not(br, li) {
    font-size: 1.776889rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h2,
    .h2,
    .h2 > *:not(br, li) {
        font-size: calc(1.776889rem + 1.3804455183 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h2,
    .h2,
    .h2 > *:not(br, li) {
        font-size: 3.1573345183rem;
    }
}
h2,
.h2,
.h2 > *:not(br, li) {
    margin-bottom: 0.5627813555rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h2,
    .h2,
    .h2 > *:not(br, li) {
        margin-bottom: calc(0.5627813555rem + -0.2460585014 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h2,
    .h2,
    .h2 > *:not(br, li) {
        margin-bottom: 0.3167228541rem;
    }
}
h2,
.h2,
.h2 > *:not(br, li) {
    line-height: 1.2;
}

h3,
.h3,
.h3 > *:not(br, li) {
    font-size: 1.5390234037rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h3,
    .h3,
    .h3 > *:not(br, li) {
        font-size: calc(1.5390234037rem + 0.8295696333 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h3,
    .h3,
    .h3 > *:not(br, li) {
        font-size: 2.368593037rem;
    }
}
h3,
.h3,
.h3 > *:not(br, li) {
    margin-bottom: 0.6497626986rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h3,
    .h3,
    .h3 > *:not(br, li) {
        margin-bottom: calc(0.6497626986rem + -0.2275711341 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h3,
    .h3,
    .h3 > *:not(br, li) {
        margin-bottom: 0.4221915645rem;
    }
}
h3,
.h3,
.h3 > *:not(br, li) {
    line-height: 1.2;
}

h4,
.h4,
.h4 > *:not(br, li) {
    font-size: 1.333rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h4,
    .h4,
    .h4 > *:not(br, li) {
        font-size: calc(1.333rem + 0.443889 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h4,
    .h4,
    .h4 > *:not(br, li) {
        font-size: 1.5rem;
        font-weight: 400
    }
}
h4,
.h4,
.h4 > *:not(br, li) {
    margin-bottom: 0.7501875469rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h4,
    .h4,
    .h4 > *:not(br, li) {
        margin-bottom: calc(0.7501875469rem + -0.1874061914 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h4,
    .h4,
    .h4 > *:not(br, li) {
        margin-bottom: 0.5627813555rem;
    }
}

h5,
.h5,
.h5 > *:not(br, li) {
    font-size: 1.1545561918rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h5,
    .h5,
    .h5 > *:not(br, li) {
        font-size: calc(1.1545561918rem + 0.1784438082 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h5,
    .h5,
    .h5 > *:not(br, li) {
        font-size: 1.333rem;
    }
}
h5,
.h5,
.h5 > *:not(br, li) {
    margin-bottom: 0.8661336773rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h5,
    .h5,
    .h5 > *:not(br, li) {
        margin-bottom: calc(0.8661336773rem + -0.1159461304 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h5,
    .h5,
    .h5 > *:not(br, li) {
        margin-bottom: 0.7501875469rem;
    }
}

h6,
.h6,
.h6 > *:not(br, li) {
    font-size: 1rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    h6,
    .h6,
    .h6 > *:not(br, li) {
        font-size: calc(1rem + 0 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    h6,
    .h6,
    .h6 > *:not(br, li) {
        font-size: 1rem;
    }
}

.headings-scale-1-25 h1,
.headings-scale-1-25 .h1,
.headings-scale-1-25 .h1 > *:not(br, li) {
    font-size: clamp(2.4883rem, 2.2923rem + 0.9799vw, 3.0518rem);
    margin-bottom: 0.4019em;
}
.headings-scale-1-25 h2,
.headings-scale-1-25 .h2,
.headings-scale-1-25 .h2 > *:not(br, li) {
    font-size: clamp(2.0736rem, 1.9457rem + 0.6397vw, 2.4414rem);
    margin-bottom: 0.4823em;
}
.headings-scale-1-25 h3,
.headings-scale-1-25 .h3,
.headings-scale-1-25 .h3 > *:not(br, li) {
    font-size: clamp(1.728rem, 1.6497rem + 0.3915vw, 1.9531rem);
    margin-bottom: 0.5787em;
}
.headings-scale-1-25 h4,
.headings-scale-1-25 .h4,
.headings-scale-1-25 .h4 > *:not(br, li) {
    font-size: clamp(1.44rem, 1.3974rem + 0.213vw, 1.5625rem);
    margin-bottom: 0.6944em;
}
.headings-scale-1-25 h5,
.headings-scale-1-25 .h5,
.headings-scale-1-25 .h5 > *:not(br, li) {
    font-size: clamp(1.2rem, 1.1826rem + 0.087vw, 1.25rem);
    margin-bottom: 0.8333em;
}
.headings-scale-1-25 h6,
.headings-scale-1-25 .h6,
.headings-scale-1-25 .h6 > *:not(br, li) {
    font-size: 1rem;
    margin-bottom: 1em;
}

.headings-scale-1-333 h1,
.headings-scale-1-333 .h1,
.headings-scale-1-333 .h1 > *:not(br, li) {
    font-size: clamp(2.4883rem, 1.8899rem + 2.992vw, 4.2087rem);
    margin-bottom: 0.4019em;
}
.headings-scale-1-333 h2,
.headings-scale-1-333 .h2,
.headings-scale-1-333 .h2 > *:not(br, li) {
    font-size: clamp(2.0736rem, 1.6966rem + 1.8848vw, 3.1573rem);
    margin-bottom: 0.4823em;
}
.headings-scale-1-333 h3,
.headings-scale-1-333 .h3,
.headings-scale-1-333 .h3 > *:not(br, li) {
    font-size: clamp(1.728rem, 1.5052rem + 1.1141vw, 2.3686rem);
    margin-bottom: 0.5787em;
}
.headings-scale-1-333 h4,
.headings-scale-1-333 .h4,
.headings-scale-1-333 .h4 > *:not(br, li) {
    font-size: clamp(1.44rem, 1.3228rem + 0.5859vw, 1.7769rem);
    margin-bottom: 0.6944em;
}
.headings-scale-1-333 h5,
.headings-scale-1-333 .h5,
.headings-scale-1-333 .h5 > *:not(br, li) {
    font-size: clamp(1.2rem, 1.1537rem + 0.2313vw, 1.333rem);
    margin-bottom: 0.8333em;
}
.headings-scale-1-333 h6,
.headings-scale-1-333 .h6,
.headings-scale-1-333 .h6 > *:not(br, li) {
    font-size: 1rem;
    margin-bottom: 1em;
}

.headings-scale-1-414 h1,
.headings-scale-1-414 .h1,
.headings-scale-1-414 .h1 > *:not(br, li) {
    font-size: clamp(2.4883rem, 1.3877rem + 5.5031vw, 5.6526rem);
    margin-bottom: 0.4019em;
}
.headings-scale-1-414 h2,
.headings-scale-1-414 .h2,
.headings-scale-1-414 .h2 > *:not(br, li) {
    font-size: clamp(2.0736rem, 1.4044rem + 3.3461vw, 3.9976rem);
    margin-bottom: 0.4823em;
}
.headings-scale-1-414 h3,
.headings-scale-1-414 .h3,
.headings-scale-1-414 .h3 > *:not(br, li) {
    font-size: clamp(1.728rem, 1.3457rem + 1.9116vw, 2.8271rem);
    margin-bottom: 0.5787em;
}
.headings-scale-1-414 h4,
.headings-scale-1-414 .h4,
.headings-scale-1-414 .h4 > *:not(br, li) {
    font-size: clamp(1.44rem, 1.2454rem + 0.9729vw, 1.9994rem);
    margin-bottom: 0.6944em;
}
.headings-scale-1-414 h5,
.headings-scale-1-414 .h5,
.headings-scale-1-414 .h5 > *:not(br, li) {
    font-size: clamp(1.2rem, 1.1256rem + 0.3722vw, 1.414rem);
    margin-bottom: 0.8333em;
}
.headings-scale-1-414 h6,
.headings-scale-1-414 .h6,
.headings-scale-1-414 .h6 > *:not(br, li) {
    font-size: 1rem;
    margin-bottom: 1em;
}

.headings-scale-1-5 h1,
.headings-scale-1-5 .h1,
.headings-scale-1-5 .h1 > *:not(br, li) {
    font-size: clamp(2.4883rem, 0.7125rem + 8.879vw, 7.5938rem);
    margin-bottom: 0.4019em;
}
.headings-scale-1-5 h2,
.headings-scale-1-5 .h2,
.headings-scale-1-5 .h2 > *:not(br, li) {
    font-size: clamp(2.0736rem, 1.034rem + 5.1981vw, 5.0625rem);
    margin-bottom: 0.4823em;
}
.headings-scale-1-5 h3,
.headings-scale-1-5 .h3,
.headings-scale-1-5 .h3 > *:not(br, li) {
    font-size: clamp(1.728rem, 1.1551rem + 2.8643vw, 3.375rem);
    margin-bottom: 0.5787em;
}
.headings-scale-1-5 h4,
.headings-scale-1-5 .h4,
.headings-scale-1-5 .h4 > *:not(br, li) {
    font-size: clamp(1.44rem, 1.1583rem + 1.4087vw, 2.25rem);
    margin-bottom: 0.6944em;
}
.headings-scale-1-5 h5,
.headings-scale-1-5 .h5,
.headings-scale-1-5 .h5 > *:not(br, li) {
    font-size: clamp(1.2rem, 1.0957rem + 0.5217vw, 1.5rem);
    margin-bottom: 0.8333em;
}
.headings-scale-1-5 h6,
.headings-scale-1-5 .h6,
.headings-scale-1-5 .h6 > *:not(br, li) {
    font-size: 1rem;
    margin-bottom: 1em;
}

b,
strong {
    font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: inherit;*/
    font-weight: 400;
}

.entry-title {
    line-height: 1.2;
}

body a:where(:not(.wp-element-button)) {
    text-decoration: underline;
}

p {
    margin-bottom: 1rem;
}

.content-area ol:not([class*=wp-block-]),
.content-area ul:not([class*=wp-block-]):not(.comment-list),
.content-area menu:not([class*=wp-block-]) {
    list-style: inside;
}

.content-area ol:not([class*=wp-block-]) {
    list-style-type: decimal;
}

:root {
    --preset--font-color: #000;
    --preset--secondary-color: #000;
    --preset--tertiary-color: #000;
}

/**************
LAYOUT
***************/
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
.site-main,
.content-area,
article {
    width: 100%;
}

.container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.container,
.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .container,
    .container-fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .container,
    .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.content-area {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-columns {
    gap: 2rem;
}

.wp-block[data-align=full] {
    max-width: none;
}

.alignwide {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.alignfull .alignwide {
    padding-left: 1rem;
    padding-right: 1rem;
}

.alignfull,
.is-style-wide {
    width: 100%;
    overflow: hidden;
}

.wp-block-group.alignfull > .wp-block-group, .wp-block-group.is-style-wide > .wp-block-group {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (min-width: 768px) {
    .wp-block-group.alignfull > .wp-block-group, .wp-block-group.is-style-wide > .wp-block-group {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .alignfull .alignwide {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .wp-block-group.alignfull > .wp-block-group, .wp-block-group.is-style-wide > .wp-block-group {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .alignfull .alignwide {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-links {
    clear: both;
}

.site .site-content.transparent,
.site .site-content.transparent .content-area {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .widget-area {
        order: 2;
    }
}
/**************
VERTICAL LAYOUT
***************/
@media screen and (min-width: 769px) {
    .vertical {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 1240px;
    }
    .vertical.full-width-container {
        max-width: unset;
    }
    .vertical .header {
        display: flex;
        flex-direction: column;
        width: auto;
        flex: 0 auto;
        margin: 0;
    }
    .vertical .header .header__row {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .vertical .header .header .header__brand {
        margin-bottom: 1rem;
    }
    .vertical .header .center-logo .header__col-left {
        margin: 0;
    }
    .vertical .header .header__col-right {
        flex-direction: column;
        align-items: flex-start;
        margin: 1rem 0 0 0;
    }
    .vertical .header .header__col-right .menu-main-container {
        margin: 0 0 1rem 0;
        width: 100%;
    }
    .vertical .header .header__col-right .header__menu,
    .vertical .header .header__col-right .header__secondary__menu {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }
    .vertical .header .header__col-right .header__menu .nav__link,
    .vertical .header .header__col-right .header__secondary__menu .nav__link {
        padding: 0.5rem 0;
        margin: 0;
    }
    .vertical .header .header__col-right .header__menu .header__submenu-wrap,
    .vertical .header .header__col-right .header__secondary__menu .header__submenu-wrap {
        position: relative;
        width: auto;
        max-width: 100%;
        transform: none;
        margin: 0;
        height: 0;
        padding: 0;
        opacity: 1;
        max-height: 0;
        transition: max-height 2s ease-in-out;
        overflow-y: hidden;
    }
    .vertical .header .header__col-right .header__menu .header__submenu-wrap .menu__submenu--depth-1,
    .vertical .header .header__col-right .header__secondary__menu .header__submenu-wrap .menu__submenu--depth-1 {
        margin: 0;
        padding: 1rem 0;
    }
    .vertical .header .header__col-right .header__menu .header__submenu-wrap .nav__link,
    .vertical .header .header__col-right .header__secondary__menu .header__submenu-wrap .nav__link {
        padding: 0;
    }
    .vertical .header .header__col-right .header__menu .menu-item-has-children:hover .header__submenu-wrap,
    .vertical .header .header__col-right .header__menu .menu-item__open-parent.current_page_item .header__submenu-wrap,
    .vertical .header .header__col-right .header__menu .menu-item__open-parent.menu-item__has-active-child .header__submenu-wrap,
    .vertical .header .header__col-right .header__secondary__menu .menu-item-has-children:hover .header__submenu-wrap,
    .vertical .header .header__col-right .header__secondary__menu .menu-item__open-parent.current_page_item .header__submenu-wrap,
    .vertical .header .header__col-right .header__secondary__menu .menu-item__open-parent.menu-item__has-active-child .header__submenu-wrap {
        height: auto;
        max-height: 1000px;
    }
    .vertical .header .social__block {
        margin: 0.5rem 0 1rem 0;
    }
    .vertical .site-content {
        flex: 1;
        min-height: calc(100vh - 100px) !important;
        min-width: 0;
        padding-top: 2rem;
    }
    .vertical .site-content .content-area {
        padding-top: 0;
    }
    .vertical .widget-area {
        margin: 0 0 2rem 0;
    }
    .vertical footer {
        flex: 1 100%;
    }
}
.vertical .header.transparent .header__container {
    margin: 0;
}

.vertical .site-content.transparent {
    flex: 1 100%;
}

.vertical .header.header__fixed {
    width: auto;
    min-width: 250px;
    position: relative;
    padding-top: 2rem !important;
}
.vertical .header.header__fixed.active {
    position: relative !important;
    width: auto !important;
}
.vertical .header.header__fixed .header__row {
    position: fixed;
}

@media screen and (max-width: 768px) {
    .site {
        display: block;
    }
    .vertical .header.header__fixed .header__row {
        position: relative;
    }
}
/**************
FOOTER
***************/
#wrapper-footer > div:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#wrapper-footer > div:nth-child(2) {
    padding-bottom: 2rem;
}

.footer__widgets .footer-widget {
    width: 100%;
}

/**************
HEADER
***************/
.header.transparent {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header.header__fixed {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 40;
    transition: 0.5s all ease-in-out;
}
.header.header__fixed.transparent {
    position: fixed;
}
.header.header__fixed.active {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: 0.5s all ease-in-out;
}
.header a {
    text-decoration: none !important;
}

.header__col-left .header__logo-desktop {
    display: block;
}

.header__col-left .header__logo-link-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .header__col-left .header__logo-desktop {
        display: none;
    }
    .header__col-left .header__logo-link-mobile {
        display: block;
    }
}
.header__brand {
    font-size: 1.3rem;
    font-weight: 400;
}
/*
@media (min-width: 20em) and (max-width: 60em) {
    .header__brand {
        font-size: calc(1.333rem + 0.443889 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .header__brand {
        font-size: 1.776889rem;
    }
}
*/
@media screen and (max-width: 768px) {
    .header__brand {
        padding-right: 3rem;
    }
}

.site .custom-logo-link .img-fluid {
    width: 180px;
}

.site .header__logo-link-mobile .header__logo-mobile {
    max-width: 70%;
}

.site .center-logo .header__logo-link-mobile .header__logo-mobile {
    margin: 0 auto;
}

.header__col-left .header__tagline {
    margin-bottom: 0;
}

.menu-main-container .header__menu .nav__link {
    display: block;
}
.menu-main-container .header__menu .nav__link:hover {
    text-decoration: none;
}

.nav__link {
    font-size: 20px;
}

.nav__link {
    color: black;
}

.site:not(.vertical) .center-menu:not(.center-logo) .header__col-right {
    flex-grow: 1;
}
.site:not(.vertical) .center-menu:not(.center-logo) .header__col-left,
.site:not(.vertical) .center-menu:not(.center-logo) .header__social-block {
    min-width: 250px;
}
.site:not(.vertical) .center-menu:not(.center-logo) .header__social-block {
    margin: 5px 0 0 0;
}
.site:not(.vertical) .center-menu:not(.center-logo) .menu-main-container {
    flex-grow: 1;
    justify-content: center;
}
.site:not(.vertical) .center-menu:not(.center-logo) .menu-main-container ul {
    padding: 0;
}
.site:not(.vertical) .center-menu:not(.center-logo) .menu-main-container .header__menu > li:last-child a {
    margin-right: 1rem !important;
}

@media screen and (max-width: 992px) {
    .site:not(.vertical) .center-menu:not(.center-logo) .header__col-left,
    .site:not(.vertical) .center-menu:not(.center-logo) .header__social-block {
        min-width: auto;
    }
}
.header .center-logo .header__col-left,
.header .center-logo .header__col-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0 0 0;
}

.header .center-logo .header__col-left {
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .header .center-logo .header__col-left {
        flex-direction: column;
        align-items: center;
    }
    .menu-main-container .centered {
        display: flex;
        justify-content: flex-end;
    }
    .header__col-right .menu-main-container.centered {
        justify-content: flex-start;
    }
    .header__col-right .menu-main-container.centered .header__menu {
        padding-left: 0px;
    }
}
.menu-main-container.underlined .nav__link {
    padding: 0.2em 0;
}

.menu-main-container.underlined, .menu-main-container.line-through {
    text-decoration: none;
}
.menu-main-container.underlined .nav__link, .menu-main-container.line-through .nav__link {
    position: relative;
}
.menu-main-container.underlined .nav__link:after, .menu-main-container.line-through .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    width: 0;
    border-bottom: 1px solid;
    transition: 300ms all;
}
.menu-main-container.underlined .nav__link:hover, .menu-main-container.line-through .nav__link:hover {
    color: #717171;
}
.menu-main-container.underlined .nav__link:hover:after, .menu-main-container.line-through .nav__link:hover:after {
    right: 0;
    left: 0;
    width: 100%;
}
.menu-main-container.underlined .current-menu-item > .nav__link, .menu-main-container.line-through .current-menu-item > .nav__link {
    color: #717171;
}
.menu-main-container.underlined .current-menu-item > .nav__link:after, .menu-main-container.line-through .current-menu-item > .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
}
.menu-main-container.line-through .nav__link:after {
    bottom: 50%;
    transform: translateY(50%);
}
.menu-main-container.line-through .current-menu-item > .nav__link:after {
    bottom: 50%;
    transform: translateY(50%);
}

.header__container .header__main-menu-light .current-menu-item > a {
    font-weight: 200;
}
.header__container .header__main-menu-light li:hover > .nav__link {
    font-weight: 200;
}
.header__container .header__main-menu-semibold .current-menu-item > a {
    font-weight: 600;
}
.header__container .header__main-menu-semibold li:hover > .nav__link {
    font-weight: 600;
}
.header__container .header__main-menu-bold .current-menu-item > a {
    font-weight: 800;
}
.header__container .header__main-menu-bold li:hover > .nav__link {
    font-weight: 800;
}

.menu-item-has-children .header__submenu-wrap .menu-item {
    margin: 0.5rem 0;
    width: auto;
}
.menu-item-has-children:hover .header__submenu-wrap, .menu-item-has-children:focus-within .header__submenu-wrap {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.menu-item-has-children:hover .menu-item__open-parent.current-menu-item .header__submenu-wrap, .menu-item-has-children:focus-within .menu-item__open-parent.current-menu-item .header__submenu-wrap {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.header__submenu-wrap .menu__submenu--depth-2 {
    padding: 0;
    padding-bottom: 0.5rem;
}
.header__submenu-wrap .menu__submenu--depth-2 > li {
    padding: 0;
    padding-left: 1rem;
}

/** Extra menu options */
.menu-item__open-parent.current-menu-item.menu-item__open-parent .header__submenu-wrap, .menu-item__open-parent.menu-item__has-active-child.menu-item__open-parent .header__submenu-wrap {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

/**************
MOBILE MENU
***************/
.mobile-toggle .mobile-menu__close-icon {
    display: none;
}
.mobile-toggle.is-active .mobile-menu__close-icon {
    display: block;
}
.mobile-toggle.is-active .mobile-menu__open-icon {
    display: none;
}

.mobile-menu {
    z-index: -1;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    height: 0;
}
.mobile-menu > * {
    display: none;
}
.mobile-menu.is-active {
    z-index: 100;
    opacity: 100 !important;
    transition: opacity 0.3s ease !important;
    height: 100%;
}
.mobile-menu.is-active > * {
    display: block;
}

/* Anchor link around logo */
.mobile-menu__logo-link,
.custom-logo-link {
    display: inline-block;
}
.mobile-menu__logo-link img,
.custom-logo-link img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Logo within menu */
.mobile-menu__logo-wrap .mobile-menu__logo-link,
.mobile-menu__logo-wrap .custom-logo-link {
    display: inline-block;
}
.mobile-menu__logo-wrap a img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 2rem 2rem 2rem 1rem;
}

.right-wrapper .mobile-menu__logo-wrap a img {
    max-width: 70%;
}

button.header__mobile-button {
    -webkit-border-radius: 0px;
}

.mobile-menu__menu li,
.mobile-menu__submenu li {
    font-size: 20px;
}

/* List item styles */
.mobile-menu__item {
    position: relative;
    margin: 0;
    word-break: break-word;
}
.mobile-menu__item:last-child {
    margin-bottom: 0;
}

/* Styles to apply only to top level list items, not sub-menu's */
.mobile-menu__menu > .mobile-menu__item {
    line-height: 1.5;
}

.mobile-menu.full-width .mobile-menu__menu .mobile-menu__item {
    text-align: center;
}

.mobile-menu.full-width .social__block {
    justify-content: center;
    gap: 1rem;
}
.mobile-menu.full-width .social__block .socials__link {
    margin: 0;
}

.mobile-menu.full-width .mobile-menu__menu .mobile-menu__item {
    max-width: 11em;
    margin: 0 auto;
    padding: 0 1em;
}

/* Submenu styles, hidden/collapsed by default */
.mobile-menu__submenu {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    /* Sub-menu anchor links */
}
.mobile-menu__submenu .mobile-menu__link {
    color: #000000;
    text-decoration: none;
}

/* Add arrow to all list items that have children */
.menu-item-has-children.mobile-menu__item:after {
    content: "";
    position: absolute;
    top: 0.5em;
    right: 3px;
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0.2em;
    transform: rotate(45deg);
    transition: 300ms all;
    color: black;
}
.menu-item-has-children.mobile-menu__item:hover {
    cursor: pointer;
}

.menu__submenu--depth-1 .menu-item-has-children.mobile-menu__item:after {
    display: none;
}

/* Styles for when the menu item with children has been clicked on */
.menu-item-has-children.mobile-menu__item--active {
    /* Rotate arrow */
}
.menu-item-has-children.mobile-menu__item--active:after {
    transform: rotate(-135deg);
    top: 0.7em;
}
.menu-item-has-children.mobile-menu__item--active {
    /* Show submenu on click of parent list item */
}
.menu-item-has-children.mobile-menu__item--active .mobile-menu__submenu {
    height: auto;
    margin: 0.5rem 0;
    opacity: 1;
    visibility: visible;
}

/**************
SOCIAL ICONS
***************/
.site:not(.vertical) .header__container .social__block a:first-child {
    margin: 0 0 0 2rem;
}

.socials__link {
    width: 1em;
    height: 1em;
}

.socials__link.-pill,
.socials__link.-square {
    width: 1.25em;
    height: 1.25em;
}

.socials__icon {
    width: 97%;
}

svg.socials__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.socials__icon--instagram:hover {
    color: #bb3693 !important;
    fill: #bb3693 !important;
}

.socials__icon--facebook:hover {
    color: #415196 !important;
    fill: #415196 !important;
}

.socials__icon--twitter:hover {
    color: #1fb7f9 !important;
    fill: #1fb7f9 !important;
}

.socials__icon--pinterest:hover {
    color: #e60023 !important;
    fill: #e60023 !important;
}

.socials__icon--linkedin:hover {
    color: #117aa6 !important;
    fill: #117aa6 !important;
}

.socials__icon--vimeo:hover {
    color: #1ab7ea !important;
    fill: #1ab7ea !important;
}

.socials__icon--youtube:hover {
    color: #ff0000 !important;
    fill: #ff0000 !important;
}

.socials__icon--applemusic:hover {
    color: #fa4668 !important;
    fill: #fa4668 !important;
}

.socials__icon--bandcamp:hover {
    color: #629aa9 !important;
    fill: #629aa9 !important;
}

.socials__icon--behance:hover {
    color: #0057ff !important;
    fill: #0057ff !important;
}

.socials__icon--bluesky:hover {
    color: #008de4 !important;
    fill: #008de4 !important;
}

.socials__icon--codepen:hover {
    color: #000000 !important;
    fill: #000000 !important;
}

.socials__icon--deviantart:hover {
    color: #00e59b !important;
    fill: #00e59b !important;
}

.socials__icon--dribbble:hover {
    color: #ea4c89 !important;
    fill: #ea4c89 !important;
}

.socials__icon--discord:hover {
    color: #5865f2 !important;
    fill: #5865f2 !important;
}

.socials__icon--etsy:hover {
    color: #f16521 !important;
    fill: #f16521 !important;
}

.socials__icon--flickr:hover {
    color: #0063dc !important;
    fill: #0063dc !important;
}

.socials__icon--github:hover {
    color: #171515 !important;
    fill: #171515 !important;
}

.socials__icon--goodreads:hover {
    color: #bb9574 !important;
    fill: #bb9574 !important;
}

.socials__icon--imdb:hover {
    color: #deb522 !important;
    fill: #deb522 !important;
}

.socials__icon--lastfm:hover {
    color: #d51007 !important;
    fill: #d51007 !important;
}

.socials__icon--mail:hover {
    fill: #007bff !important;
}

.socials__icon--mastodon:hover {
    color: #6364ff !important;
    fill: #6364ff !important;
}

.socials__icon--medium:hover {
    color: #00ab6c !important;
    fill: #00ab6c !important;
}

.socials__icon--patreon:hover {
    color: #f96854 !important;
    fill: #f96854 !important;
}

.socials__icon--pixelfed:hover {
    color: #394053 !important;
    fill: #394053 !important;
}

.socials__icon--reddit:hover {
    color: #ff4500 !important;
    fill: #ff4500 !important;
}

.socials__icon--rss:hover {
    color: #ff6600 !important;
    fill: #ff6600 !important;
}

.socials__icon--snapchat:hover {
    color: #fffc00 !important;
    fill: #fffc00 !important;
}

.socials__icon--soundcloud:hover {
    color: #ff7700 !important;
    fill: #ff7700 !important;
}

.socials__icon--spotify:hover {
    color: #1db954 !important;
    fill: #1db954 !important;
}

.socials__icon--tiktok:hover {
    color: #000000 !important;
    fill: #000000 !important;
}

.socials__icon--twitch:hover {
    color: #9146ff !important;
    fill: #9146ff !important;
}

.socials__icon--vk:hover {
    color: #0077ff !important;
    fill: #0077ff !important;
}

.socials__icon--x:hover {
    color: #000000 !important;
    fill: #000000 !important;
}

/**************
BLOG FILTERS
***************/
.posts__tab span {
    font-size: 20px;
}
.posts__tab span.underlined {
    padding: 0.2em 0;
}
.posts__tab span.underlined, .posts__tab span.line-through {
    position: relative;
    text-decoration: none;
}
.posts__tab span.underlined:after, .posts__tab span.line-through:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    width: 0;
    border-bottom: 1px solid;
    transition: 300ms all;
}
.posts__tab span.underlined:hover:after, .posts__tab span.line-through:hover:after {
    right: 0;
    left: 0;
    width: 100%;
}
.posts__tab span:hover {
    cursor: pointer;
}
.posts__tab.checked span:after {
    right: 0;
    left: 0;
    width: 100%;
}
.posts__tab span.line-through:after {
    bottom: 50%;
    transform: translateY(50%);
}

@media screen and (max-width: 768px) {
    .posts__categories-wrapper .posts__tab span {
        margin: 0;
        font-size: 1rem;
    }
}
.posts .gap_0 .posts__row {
    grid-gap: 0;
}

.posts .gap_1 .posts__row {
    grid-gap: 1rem;
}

.posts .gap_2 .posts__row {
    grid-gap: 2rem;
}

.posts .gap_3 .posts__row {
    grid-gap: 3rem;
}

.posts .gap_4 .posts__row {
    grid-gap: 4rem;
}

@media screen and (max-width: 782px) {
    .posts .gap_2 .posts__row,
    .posts .gap_3 .posts__row,
    .posts .gap_4 .posts__row {
        grid-gap: 1rem;
    }
}
.posts.masonry .posts__row.grid {
    padding: 0;
    grid-auto-rows: 0;
    height: unset !important;
}
.posts.masonry .post-item {
    padding: 0;
    display: grid !important;
    grid-template-rows: 1fr auto;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    flex: unset;
    max-width: unset;
}

.posts.masonry .gap_0 .posts__row.grid {
    grid-gap: 1px;
    padding: 1px 0 1px 1px;
}
.posts.masonry .gap_0 .posts__row.grid .post-item {
    padding: 0;
}
.posts.masonry .gap_0 .posts__row.grid .post-item .post-card .post-card__image {
    margin: 0 0 0 -1px;
}

/**************
BLOG AJAX FILTERS
***************/
.posts-ajax__tab span {
    font-size: 20px;
}
.posts-ajax__tab span.underlined {
    padding: 0.2em 0;
}
.posts-ajax__tab span.underlined, .posts-ajax__tab span.line-through {
    position: relative;
    text-decoration: none;
}
.posts-ajax__tab span.underlined:after, .posts-ajax__tab span.line-through:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    width: 0;
    border-bottom: 1px solid;
    transition: 300ms all;
}
.posts-ajax__tab span.underlined:hover:after, .posts-ajax__tab span.line-through:hover:after {
    right: 0;
    left: 0;
    width: 100%;
}
.posts-ajax__tab span:hover {
    cursor: pointer;
}
.posts-ajax__tab.checked span:after {
    right: 0;
    left: 0;
    width: 100%;
}
.posts-ajax__tab span.line-through:after {
    bottom: 50%;
    transform: translateY(50%);
}

@media screen and (max-width: 768px) {
    .posts-ajax__categories-wrapper .posts-ajax__tab span {
        font-size: 1rem;
    }
}
.lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.posts-ajax .gap_0 .posts__row {
    grid-gap: 0;
}

.posts-ajax .gap_1 .posts__row {
    grid-gap: 1rem;
}

.posts-ajax .gap_2 .posts__row {
    grid-gap: 2rem;
}

.posts-ajax .gap_3 .posts__row {
    grid-gap: 3rem;
}

.posts-ajax .gap_4 .posts__row {
    grid-gap: 4rem;
}

@media screen and (max-width: 782px) {
    .posts-ajax .gap_2 .posts__row,
    .posts-ajax .gap_3 .posts__row,
    .posts-ajax .gap_4 .posts__row {
        grid-gap: 1rem;
    }
}
.posts-ajax.masonry .posts__row.grid {
    padding: 0;
    grid-auto-rows: 0;
    height: unset !important;
}
.posts-ajax.masonry .post-item {
    padding: 0;
    display: grid !important;
    grid-template-rows: 1fr auto;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    flex: unset;
    max-width: unset;
}

.posts-ajax.masonry .gap_0 .posts__row.grid {
    grid-gap: 1px;
    padding: 1px 0 1px 1px;
}
.posts-ajax.masonry .gap_0 .posts__row.grid .post-item {
    padding: 0;
}
.posts-ajax.masonry .gap_0 .posts__row.grid .post-item .post-card .post-card__image {
    margin: 0 0 0 -1px;
}

.posts__button {
    text-align: center;
    margin-top: 2rem;
}

.posts__pagination a,
.posts__pagination span {
    padding: 0 0.5rem;
}

/**************
BLOG POST CARDS
***************/
.post-card .post-card__heading {
    word-break: break-word;
}

.blog-post-card-1 .post-card__heading {
    font-size: 1.1545561918rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .blog-post-card-1 .post-card__heading {
        font-size: calc(1.1545561918rem + 0.1784438082 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .blog-post-card-1 .post-card__heading {
        font-size: 1.333rem;
    }
}

.blog-post-card-2 .post-card__heading {
    font-size: 1.1545561918rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .blog-post-card-2 .post-card__heading {
        font-size: calc(1.1545561918rem + 0.1784438082 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .blog-post-card-2 .post-card__heading {
        font-size: 1.333rem;
    }
}
.blog-post-card-2 .post-card__heading {
    margin-bottom: 0.8661336773rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .blog-post-card-2 .post-card__heading {
        margin-bottom: calc(0.8661336773rem + -0.1159461304 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .blog-post-card-2 .post-card__heading {
        margin-bottom: 0.7501875469rem;
    }
}

.blog-post-card-3 .post-card__heading {
    font-size: 1.776889rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .blog-post-card-3 .post-card__heading {
        font-size: calc(1.776889rem + 1.3804455183 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .blog-post-card-3 .post-card__heading {
        font-size: 3.1573345183rem;
    }
}

.blog-post-card-4 .post-card__heading {
    font-size: 1.333rem;
    font-weight: 400;
}
/*@media (min-width: 20em) and (max-width: 60em) {*/
/*    .blog-post-card-4 .post-card__heading {*/
/*        font-size: calc(1.333rem + 0.443889 * (100vw - 20em) / 40);*/
/*    }*/
/*}*/
/*@media (min-width: 60em) {*/
/*    .blog-post-card-4 .post-card__heading {*/
/*        font-size: 1.776889rem;*/
/*    }*/
/*}*/

.blog-post-card-5 .post-card__heading {
    font-size: 1.3rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .blog-post-card-5 .post-card__heading {
        font-size: 1.3rem;
    }
}
@media (min-width: 60em) {
    .blog-post-card-5 .post-card__heading {
        font-size: 1.2rem;
    }
}
.blog-post-card-5 .post-card__excerpt {
    font-size: 0.930663031rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .blog-post-card-5 .post-card__excerpt {
        font-size: calc(0.930663031rem + -0.0645293537 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .blog-post-card-5 .post-card__excerpt {
        font-size: 0.8661336773rem;
    }
}
.blog-post-card-5 .post-card__button {
    font-size: 0.930663031rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .blog-post-card-5 .post-card__button {
        font-size: calc(0.930663031rem + -0.0645293537 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .blog-post-card-5 .post-card__button {
        font-size: 0.8661336773rem;
    }
}

.post-card-all .post-card__heading {
    font-size: 1.5390234037rem;
}
@media (min-width: 20em) and (max-width: 60em) {
    .post-card-all .post-card__heading {
        font-size: calc(1.5390234037rem + 0.8295696333 * (100vw - 20em) / 40);
    }
}
@media (min-width: 60em) {
    .post-card-all .post-card__heading {
        font-size: 2.368593037rem;
    }
}

.blog-post-card-2:hover .post-card__body {
    opacity: 1;
    border: 1px solid var(--preset--font-color);
}

/**************
PORTFOLIO POST CARDS
***************/
.portfolio__wrapper .post-item__masonry .post-card figure,
.portfolio__wrapper .post-item__masonry .post-card__image {
    display: block;
}
.portfolio__wrapper .post-item__masonry .post-card {
    height: 100%;
}

.zoom-1 .post-card__image {
    transition: transform 0.2s;
}
.zoom-1:hover .post-card__image {
    transform: scale(1.1) !important;
}
.zoom-1 .post-card__overlay {
    display: none;
}

.zoom-2 .post-card__image {
    overflow: hidden;
}
.zoom-2 .post-card__image img {
    transition: transform 0.2s;
    transform: none !important;
    margin-left: 0 !important;
}
.zoom-2:hover .post-card__image img {
    transform: scale(1.1) !important;
}
.zoom-2 .post-card__overlay {
    display: none;
}

.hover-image .post-card__image img.hover-image {
    opacity: 0;
    position: absolute;
    top: 0;
}
.hover-image:hover .post-card__image img.hover-image {
    opacity: 1;
    transition: opacity 0.3s;
}
.hover-image .post-card__overlay {
    display: none;
}

.masonry .hover-image .post-card__image img.hover-image {
    height: 0;
    opacity: 0;
}
.masonry .hover-image:hover .post-card__image img.hover-image {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s;
}
.masonry .hover-image .post-card__overlay {
    display: none;
}

.hover-video .post-card__image .portfolio-hover-video {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    .hover-video .post-card__image .portfolio-hover-video {
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .hover-video:hover .post-card__image .portfolio-hover-video {
        opacity: 1;
        transition: opacity 0.3s;
    }
}
.hover-video .post-card__overlay {
    display: none;
}

.masonry .hover-video .post-card__image .portfolio-hover-video {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    .masonry .hover-video .post-card__image .portfolio-hover-video {
        display: block;
        height: 0;
        opacity: 0;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .masonry .hover-video:hover .post-card__image .portfolio-hover-video {
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transition: opacity 0.3s;
    }
}
.masonry .hover-video .post-card__overlay {
    display: none;
}

.grayscale-color .post-card__overlay {
    display: none;
}
.grayscale-color .post-card__image {
    filter: grayscale(1);
    transition: filter 0.3s ease-in-out;
}
.grayscale-color:hover .post-card__image {
    filter: grayscale(0);
}

.color-grayscale .post-card__overlay {
    display: none;
}
.color-grayscale .post-card__image {
    filter: grayscale(0);
    transition: filter 0.3s ease-in-out;
}
.color-grayscale:hover .post-card__image {
    filter: grayscale(1);
}

.portfolio-post-type .post-card-3:hover .post-card__body {
    opacity: 1;
    border: 1px solid var(--preset--font-color);
}

@media screen and (min-width: 601px) {
    .pswp__content .photoswipe-vimeo iframe {
        padding: 2rem;
    }
}
@media screen and (min-width: 1000px) {
    .pswp__content .photoswipe-vimeo iframe {
        padding: 4rem;
    }
}
/**************
POST CARDS GENERALLY
***************/
.post-card:hover .post-card__overlay {
    opacity: 1;
}
.post-card > a:focus-visible {
    outline: auto;
    opacity: 1;
    font-size: 0;
}

.posts-ajax:not(.masonry) .post-card__image,
.posts:not(.masonry) .post-card__image {
    overflow: hidden;
    aspect-ratio: 1/1;
}
.posts-ajax:not(.masonry) .post-card__image img,
.posts:not(.masonry) .post-card__image img {
    height: auto;
    min-width: 100%;
    width: auto;
    max-height: 100%;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
}
.posts-ajax:not(.masonry) .aspect-ratio-1-1 .post-card__image,
.posts:not(.masonry) .aspect-ratio-1-1 .post-card__image {
    aspect-ratio: 1/1;
}
.posts-ajax:not(.masonry) .aspect-ratio-4-3 .post-card__image,
.posts:not(.masonry) .aspect-ratio-4-3 .post-card__image {
    aspect-ratio: 4/3;
}
.posts-ajax:not(.masonry) .aspect-ratio-16-9 .post-card__image,
.posts:not(.masonry) .aspect-ratio-16-9 .post-card__image {
    aspect-ratio: 16/9;
}
.posts-ajax:not(.masonry) .aspect-ratio-3-4 .post-card__image,
.posts:not(.masonry) .aspect-ratio-3-4 .post-card__image {
    aspect-ratio: 3/4;
}
.posts-ajax:not(.masonry) .aspect-ratio-9-16 .post-card__image,
.posts:not(.masonry) .aspect-ratio-9-16 .post-card__image {
    aspect-ratio: 9/16;
}

/**************
SINGLE POST
***************/
.site:not(.vertical) .single-post .entry-content,
.site:not(.vertical) .single-portfolio .entry-content {
    margin: 0 0 4rem 0;
}

.single-portfolio .transparent .entry-content {
    margin: 0 0 4rem 0;
}

.single-post__details-right a {
    text-decoration: none !important;
    color: inherit !important;
}
.single-post__details-right .single-post__icons {
    margin: 3px 0 3px 5px;
}

.latest-posts .latest-posts-title {
    margin-bottom: 2rem;
}

.single-post__entry-meta .single-post__details-left,
.single-post__entry-meta .single-post__details-right {
    justify-content: inherit;
}
.single-post__entry-meta .single-post__details-left span,
.single-post__entry-meta .single-post__details-right span {
    justify-content: inherit;
}

.single-post__facebook:hover {
    color: #415196;
}
.single-post__twitter:hover {
    color: #1fb7f9;
}
.single-post__linkedin:hover {
    color: #117aa6;
}

.post-navigation .nav-previous ::after {
    content: " >";
}
.post-navigation .nav-next ::before {
    content: "< ";
}

/**************
BUTTONS
***************/
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn,
.wp-block-button a,
.wp-element-button {
    background-color: var(--preset--font-color);
    border: 1px solid var(--preset--font-color);
    border-radius: 9999px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    transition: 200ms all;
    cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn:hover,
.wp-block-button a:hover,
.wp-element-button:hover {
    background-color: transparent;
    border: 1px solid;
    color: var(--preset--tertiary-color);
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.btn:active,
.wp-block-button a:active,
.wp-element-button:active {
    background-color: var(--preset--font-color);
    border: 1px solid var(--preset--font-color);
    outline: 0;
    color: var(--preset--font-color);
}

.wp-block-button.is-style-fill .wp-element-button,
.wp-block-button.is-style-fill .wp-block-button__link,
.posts__button .wp-element-button,
.posts__button .wp-block-button__link {
    color: var(--preset--background-color, #fff);
}
.wp-block-button.is-style-fill .wp-element-button:hover,
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.posts__button .wp-element-button:hover,
.posts__button .wp-block-button__link:hover {
    color: var(--preset--tertiary-color, #000);
}

.wp-block-button.is-style-outline .wp-element-button,
.wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid;
    background-color: transparent;
}
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--preset--font-color);
    color: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: transparent;
    color: var(--preset--font-color);
}

.content-area button,
.content-area input[type=button],
.content-area input[type=reset],
.content-area input[type=submit],
.content-area .btn,
.content-area .wp-block-button a,
.content-area .wp-element-button {
    margin-bottom: 1rem;
}

/**************
COMMENTS
***************/
.bypostauthor {
    display: block;
}

.comments-area {
    margin: 3rem 0;
    clear: both;
}
.comments-area .comment-list,
.comments-area .comments-title {
    margin: 0 0 2rem 0;
}
.comments-area .comment-list {
    list-style-type: none;
    padding: 0;
}
.comments-area .comment-list ul.children {
    list-style-type: none;
    margin: 0 0 0 2rem;
}
.comments-area .comment-list .comment {
    margin: 0 0 2rem 0;
}
.comments-area .comment-list .comment .comment-meta {
    position: relative;
    margin: 1rem 0;
    min-height: 3rem;
}
.comments-area .comment-list .comment .comment-meta img {
    min-width: 50px;
    min-height: 50px;
    position: absolute;
}
.comments-area .comment-list .comment .comment-meta b {
    margin-left: 4rem;
}
.comments-area .comment-list .comment .comment-meta b a {
    color: var(--preset--font-color);
    text-decoration: none;
}
.comments-area .comment-list .comment .comment-meta span {
    display: none;
}
.comments-area .comment-list .comment .comment-meta .comment-metadata {
    position: absolute;
    top: 1.5rem;
    left: 4rem;
}
.comments-area .comment-list .comment .comment-meta .comment-metadata a {
    color: var(--preset--font-color);
    text-decoration: none;
}
.comments-area .comment-list .comment-body {
    margin: 0 0 2rem 0;
}
.comments-area .comment-form label {
    margin: 1rem 0;
}
.comments-area .comment-form textarea {
    width: 100%;
    background: transparent;
    margin: 1rem 0;
    color: var(--preset--font-color);
    border-width: 1px;
    border-color: var(--preset--font-color);
}
.comments-area .comment-form textarea:focus {
    box-shadow: 0 0 0 0.05rem var(--preset--font-color);
}
.comments-area .comment-form .comment-form-author input,
.comments-area .comment-form .comment-form-email input,
.comments-area .comment-form .comment-form-url input {
    width: 100%;
    background: transparent;
    margin: 1rem 0;
    padding: 0.375rem 0.75rem;
    color: var(--preset--font-color);
    border-width: 1px;
    border-color: var(--preset--font-color);
}
.comments-area .comment-form .comment-form-author input:focus,
.comments-area .comment-form .comment-form-email input:focus,
.comments-area .comment-form .comment-form-url input:focus {
    box-shadow: 0 0 0 0.05rem var(--preset--font-color);
}
.comments-area .comment-form .form-check-input {
    border-color: var(--preset--font-color);
    background: transparent;
}
.comments-area .comment-form .form-submit {
    margin: 1rem 0;
}
.comments-area .comment-respond .comment-reply-title small {
    margin: 0 1rem;
}

/**************
CONTACT FORM
***************/
.wp-block-contact-form-7-contact-form-selector {
    display: flex;
    justify-content: center;
    margin-top: -20px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7 {
    width: 100%;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7 form .wpcf7-response-output {
    border: none;
    margin-top: 3rem;
    padding: 0;
}
.wp-block-contact-form-7-contact-form-selector br {
    height: 1px;
    line-height: 1px;
}
.wp-block-contact-form-7-contact-form-selector label {
    margin-bottom: 0;
    width: 100%;
    max-width: 600px;
}
.wp-block-contact-form-7-contact-form-selector label br {
    margin: 0 0 0.5rem 0;
}
.wp-block-contact-form-7-contact-form-selector input,
.wp-block-contact-form-7-contact-form-selector textarea {
    padding: 1rem 2rem;
    width: 100%;
    max-width: 600px;
    color: black;
    outline: none;
    border: 1px solid #ddd;
}
.wp-block-contact-form-7-contact-form-selector input:placeholder,
.wp-block-contact-form-7-contact-form-selector textarea:placeholder {
    color: #969595;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
    padding: 1rem 0 0 2rem;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
    width: auto;
    position: relative;
    float: left;
    display: block;
    margin: 1rem auto 0 auto;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    line-height: 1.2;
    text-align: center;
    border-radius: 9999px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

/**************
LOADING SPINNER FOR AJAX LOADING
***************/
.lds-dual-ring {
    display: none;
    position: fixed;
    top: 58%;
    left: 48%;
    width: 60px;
    height: 60px;
    z-index: 999;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: #0a0a0a transparent #0a0a0a transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*Loading spinner styles end*/
/**************
MINIMALIO CUSTOM GUTENBERG BLOCKS
***************/
.container-fluid .wp-block-minimalio-blocks-minimalio-slider,
.container-fluid .wp-block-minimalio-blocks-minimalio-video-banner {
    margin: 0px -20px;
}

.minimalio-youtube,
.minimalio-vimeo {
    position: relative;
    margin-bottom: 1rem;
}
.minimalio-youtube iframe,
.minimalio-vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.minimalio-youtube .aspect-16-9,
.minimalio-vimeo .aspect-16-9 {
    padding-bottom: 56.25%;
}
.minimalio-youtube .aspect-4-3,
.minimalio-vimeo .aspect-4-3 {
    padding-bottom: 75%;
}
.minimalio-youtube .aspect-2-1,
.minimalio-vimeo .aspect-2-1 {
    padding-bottom: 41.84%;
}

.vimeo-iframe-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: 1s opacity ease-in;
}
.vimeo-iframe-overlay button {
    width: 8rem;
    height: 8rem;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background-size: 2rem;
    background-repeat: no-repeat;
    display: inline-block;
    background: white;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url("../vectors/play.svg");
    mask-image: url("../vectors/play.svg");
}

@media screen and (max-width: 768px) {
    .vimeo-iframe-overlay button {
        width: 4rem;
        height: 4rem;
    }
}
/*YOTUBE BANNER*/
.minimalio-video-banner.full {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.minimalio-video-banner.container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.minimalio-video-banner__frame {
    position: relative;
    height: 100vh;
    height: 100svh;
    margin: 0;
    width: 100%;
}
.minimalio-video-banner__frame iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
    max-width: unset !important;
    max-height: 100%;
    overflow: hidden;
}
.minimalio-video-banner__frame .content {
    display: table;
    width: 100%;
    z-index: 1;
    position: relative;
}
.minimalio-video-banner__frame .content .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}
.minimalio-video-banner__frame .content .inner h1 {
    font-size: 2rem;
    color: white;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.minimalio-video-banner__frame[data-orientation=vertical] .youtube-background, .minimalio-video-banner__frame[data-orientation=horizontal] .youtube-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.minimalio-video-banner[data-ratio="239-1"] .minimalio-video-banner__frame[data-orientation=horizontal] .youtube-background iframe {
    min-height: 41.84vw;
}
.minimalio-video-banner[data-ratio="239-1"] .minimalio-video-banner__frame[data-orientation=vertical] .youtube-background iframe {
    min-width: 239vh;
}

.minimalio-video-banner[data-ratio="16-9"] .minimalio-video-banner__frame[data-orientation=horizontal] .youtube-background iframe {
    min-height: 56.25vw;
}
.minimalio-video-banner[data-ratio="16-9"] .minimalio-video-banner__frame[data-orientation=vertical] .youtube-background iframe {
    min-width: 177vh;
}

.minimalio-video-banner[data-ratio="4-3"] .minimalio-video-banner__frame[data-orientation=horizontal] .youtube-background iframe {
    min-height: 75vw;
}
.minimalio-video-banner[data-ratio="4-3"] .minimalio-video-banner__frame[data-orientation=vertical] .youtube-background iframe {
    min-width: 133vh;
}

.video-background-controls {
    bottom: 2rem;
    right: 1rem;
    top: initial !important;
    display: flex;
    gap: 1rem;
}
.video-background-controls button {
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background-size: 2rem;
    background-repeat: no-repeat;
    display: inline-block;
    background: white;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.video-background-controls button.play-toggle {
    -webkit-mask-image: url("../vectors/pause.svg");
    mask-image: url("../vectors/pause.svg");
}
.video-background-controls button.play-toggle.paused {
    -webkit-mask-image: url("../vectors/play.svg");
    mask-image: url("../vectors/play.svg");
}
.video-background-controls button.mute-toggle {
    -webkit-mask-image: url("../vectors/speaker.svg");
    mask-image: url("../vectors/speaker.svg");
}
.video-background-controls button.mute-toggle.muted {
    -webkit-mask-image: url("../vectors/mute.svg");
    mask-image: url("../vectors/mute.svg");
}
.video-background-controls button:hover {
    opacity: 0.5;
}
.video-background-controls.false {
    display: none;
}

.minimalio-video-banner .mobile-image {
    display: none;
}
.minimalio-video-banner .mobile-image img {
    position: absolute;
}

@media screen and (max-width: 768px) {
    .video-background-controls button {
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }
    .minimalio-video-banner[data-mobile=true] .mobile-image {
        display: block;
    }
    .minimalio-video-banner[data-mobile=true] .youtube-background,
    .minimalio-video-banner[data-mobile=true] .video-background-controls {
        display: none;
    }
}
@media (min-width: 768px) {
    .video-background-controls {
        right: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .video-background-controls {
        right: 2rem;
    }
}
.minimalio-vimeo-banner {
    overflow: hidden;
}
.minimalio-vimeo-banner.full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.minimalio-vimeo-banner.container {
    padding: 0px;
}

.minimalio-vimeo-banner__frame {
    position: relative;
    height: 100vh;
    height: 100svh;
    margin: 0 auto;
}
.minimalio-vimeo-banner__frame #vimeo {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    inset: 0px;
}
.minimalio-vimeo-banner__frame iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
    max-width: unset !important;
    max-height: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    opacity: 1;
}
.minimalio-vimeo-banner__frame .content {
    display: table;
    width: 100%;
    z-index: 1;
    position: relative;
}
.minimalio-vimeo-banner__frame .content .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}
.minimalio-vimeo-banner__frame .content .inner h1 {
    font-size: 2rem;
    color: white;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.minimalio-vimeo-banner__frame iframe {
    position: absolute;
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.minimalio-vimeo-banner[data-ratio="239-1"] .minimalio-vimeo-banner__frame[data-orientation=horizontal] iframe {
    min-height: 41.84vw;
}
.minimalio-vimeo-banner[data-ratio="239-1"] .minimalio-vimeo-banner__frame[data-orientation=vertical] iframe {
    min-width: 239vh;
}

.minimalio-vimeo-banner[data-ratio="16-9"] .minimalio-vimeo-banner__frame[data-orientation=horizontal] iframe {
    min-height: 56.25vw;
}
.minimalio-vimeo-banner[data-ratio="16-9"] .minimalio-vimeo-banner__frame[data-orientation=vertical] iframe {
    min-width: 177vh;
}

.minimalio-vimeo-banner[data-ratio="4-3"] .minimalio-vimeo-banner__frame[data-orientation=horizontal] iframe {
    min-height: 75vw;
}
.minimalio-vimeo-banner[data-ratio="4-3"] .minimalio-vimeo-banner__frame[data-orientation=vertical] iframe {
    min-width: 133vh;
}

.vimeo-background-controls {
    bottom: 1rem;
    right: 1rem;
    top: initial !important;
    display: flex;
    gap: 1rem;
}
.vimeo-background-controls button {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    display: inline-block;
    background: white;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.vimeo-background-controls button.play-toggle {
    -webkit-mask-image: url("../vectors/pause.svg");
    mask-image: url("../vectors/pause.svg");
}
.vimeo-background-controls button.play-toggle.paused {
    -webkit-mask-image: url("../vectors/play.svg");
    mask-image: url("../vectors/play.svg");
}
.vimeo-background-controls button.mute-toggle {
    -webkit-mask-image: url("../vectors/speaker.svg");
    mask-image: url("../vectors/speaker.svg");
}
.vimeo-background-controls button.mute-toggle.muted {
    -webkit-mask-image: url("../vectors/mute.svg");
    mask-image: url("../vectors/mute.svg");
}
.vimeo-background-controls button:hover {
    opacity: 0.5;
}
.vimeo-background-controls.false {
    display: none;
}

.minimalio-vimeo-banner[data-controls=false] .vimeo-background-controls {
    display: none;
}

.minimalio-vimeo-banner .mobile-image {
    display: block;
}
.minimalio-vimeo-banner .mobile-image img {
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .vimeo-background-controls button {
        width: 2rem;
        height: 2rem;
        background-size: 2rem;
    }
    .minimalio-vimeo-banner[data-mobile=true] .minimalio-vimeo-banner__frame #vimeo,
    .minimalio-vimeo-banner[data-mobile=true] .vimeo-background-controls {
        display: none;
    }
}
@media (min-width: 768px) {
    .vimeo-background-controls {
        right: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .vimeo-background-controls {
        right: 2rem;
    }
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery {
    display: grid;
    margin-bottom: 2rem;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd {
    display: block;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd::after {
    content: "";
    display: table;
    clear: both;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd .wp-block-image {
    float: left;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd .wp-block-image a {
    display: block;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd[data-caption-enabled=true] .wp-block-image {
    padding-bottom: 1.5em;
}

@media only screen and (min-width: 1024px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__0 {
        margin-right: calc(0 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__0 .wp-block-image {
        padding-right: calc(0 * 0.5rem);
        padding-bottom: calc(0 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__1 {
        margin-right: calc(1 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__1 .wp-block-image {
        padding-right: calc(1 * 0.5rem);
        padding-bottom: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__2 {
        margin-right: calc(2 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__2 .wp-block-image {
        padding-right: calc(2 * 0.5rem);
        padding-bottom: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__3 {
        margin-right: calc(3 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__3 .wp-block-image {
        padding-right: calc(3 * 0.5rem);
        padding-bottom: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__4 {
        margin-right: calc(4 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__4 .wp-block-image {
        padding-right: calc(4 * 0.5rem);
        padding-bottom: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__5 {
        margin-right: calc(5 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__5 .wp-block-image {
        padding-right: calc(5 * 0.5rem);
        padding-bottom: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__6 {
        margin-right: calc(6 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.dg__6 .wp-block-image {
        padding-right: calc(6 * 0.5rem);
        padding-bottom: calc(6 * 0.5rem);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__0 {
        margin-right: calc(0 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__0 .wp-block-image {
        padding-right: calc(0 * 0.5rem);
        padding-bottom: calc(0 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__1 {
        margin-right: calc(1 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__1 .wp-block-image {
        padding-right: calc(1 * 0.5rem);
        padding-bottom: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__2 {
        margin-right: calc(2 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__2 .wp-block-image {
        padding-right: calc(2 * 0.5rem);
        padding-bottom: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__3 {
        margin-right: calc(3 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__3 .wp-block-image {
        padding-right: calc(3 * 0.5rem);
        padding-bottom: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__4 {
        margin-right: calc(4 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__4 .wp-block-image {
        padding-right: calc(4 * 0.5rem);
        padding-bottom: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__5 {
        margin-right: calc(5 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__5 .wp-block-image {
        padding-right: calc(5 * 0.5rem);
        padding-bottom: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__6 {
        margin-right: calc(6 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.tg__6 .wp-block-image {
        padding-right: calc(6 * 0.5rem);
        padding-bottom: calc(6 * 0.5rem);
    }
}
@media only screen and (max-width: 767px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__0 {
        margin-right: calc(0 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__0 .wp-block-image {
        padding-right: calc(0 * 0.5rem);
        padding-bottom: calc(0 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__1 {
        margin-right: calc(1 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__1 .wp-block-image {
        padding-right: calc(1 * 0.5rem);
        padding-bottom: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__2 {
        margin-right: calc(2 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__2 .wp-block-image {
        padding-right: calc(2 * 0.5rem);
        padding-bottom: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__3 {
        margin-right: calc(3 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__3 .wp-block-image {
        padding-right: calc(3 * 0.5rem);
        padding-bottom: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__4 {
        margin-right: calc(4 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__4 .wp-block-image {
        padding-right: calc(4 * 0.5rem);
        padding-bottom: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__5 {
        margin-right: calc(5 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__5 .wp-block-image {
        padding-right: calc(5 * 0.5rem);
        padding-bottom: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__6 {
        margin-right: calc(6 * -0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.fld-grd.pg__6 .wp-block-image {
        padding-right: calc(6 * 0.5rem);
        padding-bottom: calc(6 * 0.5rem);
    }
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image {
    margin-bottom: 0;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image a {
    display: inline;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image figcaption.wp-element-caption {
    display: none;
    margin-bottom: 0.5em;
    max-width: 100%;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery[data-caption-enabled=true] .wp-block-image figcaption.wp-element-caption {
    display: block;
}

/* Grid */
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.dg__0 {
    gap: 1px;
}

@media only screen and (min-width: 1024px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.dg__1 {
        gap: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.dg__2 {
        gap: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.dg__3 {
        gap: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.dg__4 {
        gap: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.dg__5 {
        gap: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.dg__6 {
        gap: calc(6 * 0.5rem);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.tg__1 {
        gap: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.tg__2 {
        gap: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.tg__3 {
        gap: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.tg__4 {
        gap: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.tg__5 {
        gap: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.tg__6 {
        gap: calc(6 * 0.5rem);
    }
}
@media only screen and (max-width: 767px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.pg__1 {
        gap: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.pg__2 {
        gap: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.pg__3 {
        gap: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.pg__4 {
        gap: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.pg__5 {
        gap: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.pg__6 {
        gap: calc(6 * 0.5rem);
    }
}
/* Masonry */
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry {
    row-gap: 0;
}

.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.dg__0 {
    -moz-column-gap: 1px;
    column-gap: 1px;
}

@media only screen and (min-width: 1024px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.dg__1 {
        -moz-column-gap: calc(1 * 0.5rem);
        column-gap: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.dg__2 {
        -moz-column-gap: calc(2 * 0.5rem);
        column-gap: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.dg__3 {
        -moz-column-gap: calc(3 * 0.5rem);
        column-gap: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.dg__4 {
        -moz-column-gap: calc(4 * 0.5rem);
        column-gap: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.dg__5 {
        -moz-column-gap: calc(5 * 0.5rem);
        column-gap: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.dg__6 {
        -moz-column-gap: calc(6 * 0.5rem);
        column-gap: calc(6 * 0.5rem);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.tg__1 {
        -moz-column-gap: calc(1 * 0.5rem);
        column-gap: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.tg__2 {
        -moz-column-gap: calc(2 * 0.5rem);
        column-gap: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.tg__3 {
        -moz-column-gap: calc(3 * 0.5rem);
        column-gap: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.tg__4 {
        -moz-column-gap: calc(4 * 0.5rem);
        column-gap: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.tg__5 {
        -moz-column-gap: calc(5 * 0.5rem);
        column-gap: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.tg__6 {
        -moz-column-gap: calc(6 * 0.5rem);
        column-gap: calc(6 * 0.5rem);
    }
}
@media only screen and (max-width: 767px) {
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.pg__1 {
        -moz-column-gap: calc(1 * 0.5rem);
        column-gap: calc(1 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.pg__2 {
        -moz-column-gap: calc(2 * 0.5rem);
        column-gap: calc(2 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.pg__3 {
        -moz-column-gap: calc(3 * 0.5rem);
        column-gap: calc(3 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.pg__4 {
        -moz-column-gap: calc(4 * 0.5rem);
        column-gap: calc(4 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.pg__5 {
        -moz-column-gap: calc(5 * 0.5rem);
        column-gap: calc(5 * 0.5rem);
    }
    .wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry.pg__6 {
        -moz-column-gap: calc(6 * 0.5rem);
        column-gap: calc(6 * 0.5rem);
    }
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image a {
    overflow: hidden;
    display: block;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image a img {
    min-width: 100%;
    width: auto;
    max-height: 100%;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image :where(figcaption) {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image.ratio_1-1 a {
    aspect-ratio: 1/1;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image.ratio_4-3 a {
    aspect-ratio: 4/3;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image.ratio_3-4 a {
    aspect-ratio: 3/4;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image.ratio_16-9 a {
    aspect-ratio: 16/9;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image.ratio_9-16 a {
    aspect-ratio: 9/16;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry):not(.horizontal-masonry) .wp-block-image.ratio_239-1 a {
    aspect-ratio: 2.39/1;
}

.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.grid {
    grid-auto-rows: auto;
}

.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image {
    transition: all 0.5s ease-in-out;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image img {
    transition: all 0.23s ease-in-out;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image.gray__scale img {
    filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image.gray__scale:hover img {
    filter: none; /* Google Chrome, Safari 6+ & Opera 15+ */
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery .wp-block-image.gray__scale__color:hover img {
    filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry {
    grid-auto-rows: 1px;
    align-items: start;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry .wp-block-image a {
    overflow: hidden;
    display: block;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry .wp-block-image.zoom__in:hover img {
    transform: scale(1.05);
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry .wp-block-image.zoom__out img {
    transform: scale(1.05);
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.masonry .wp-block-image.zoom__out:hover img {
    transform: scale(1);
}

.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.horizontal-masonry .wp-block-image a {
    overflow: hidden;
    display: block;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.horizontal-masonry .wp-block-image img {
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.horizontal-masonry .wp-block-image.zoom__in:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.horizontal-masonry .wp-block-image.zoom__out img {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery.horizontal-masonry .wp-block-image.zoom__out:hover img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry,
.horizontal-masonry) .wp-block-image.zoom__in:hover img {
    min-width: 110%;
    max-height: 110%;
    height: 110%;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry,
.horizontal-masonry) .wp-block-image.zoom__out img {
    min-width: 110% !important;
    max-height: 110% !important;
    height: 110% !important;
}
.wp-block-minimalio-blocks-minimalio-gallery.wp-block-gallery:not(.masonry,
.horizontal-masonry) .wp-block-image.zoom__out:hover img {
    min-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, 0.4);
    --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
    /* defined via js:
    --pswp-transition-duration: 333ms; */
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    display: none;
    touch-action: none;
    outline: 0;
    opacity: 0.003;
    contain: layout style size;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
    outline: 0;
}

.pswp * {
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--open {
    display: block;
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity;
}

.pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
    width: auto;
    height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pswp__item {
    /* z-index for fade transition */
    z-index: 1;
    overflow: hidden;
}

.pswp__hidden {
    display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
    pointer-events: none;
}

.pswp__content > * {
    pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
    display: grid;
}

.pswp__error-msg {
    margin: auto;
    font-size: 1em;
    line-height: 1;
    color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
    opacity: 0.005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
    z-index: 10; /* always overlap slide content */
    pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
    transition: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
}

.pswp__button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.pswp__icn,
.pswp__button {
    fill: var(--pswp-icon-color);
    stroke: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    pointer-events: none;
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none;
}

.pswp__icn:focus {
    outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
    background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 10;
    /* allow events to pass through top bar itself */
    pointer-events: none !important;
}

.pswp__top-bar > * {
    pointer-events: auto;
    /* this makes transition significantly more smooth,
       even though inner elements are not animated */
    will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
    margin-right: 6px;
}
.pswp__button--close .custom-icon {
    float: right;
    margin-inline-end: 14px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
}

.pswp__button--arrow:disabled {
    display: none;
    cursor: default;
}

.pswp__button .custom-icon {
    max-width: 30px;
}

.pswp__button--arrow .pswp__icn {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
    display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
    visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
    visibility: visible;
}

.pswp__button--arrow--prev {
    right: auto;
    left: 0px;
}
.pswp__button--arrow--prev .custom-icon {
    margin-inline-start: 20px;
}

.pswp__button--arrow--next {
    right: 0px;
}
.pswp__button--arrow--next .custom-icon {
    float: right;
    margin-inline-end: 20px;
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    /* flip horizontally */
    transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
    .pswp__button--arrow {
        top: 94%;
    }
}
/*

  Zoom button

*/
.pswp__button--zoom {
    display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin-right: auto;
}

.pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity 0.2s linear;
    animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
    opacity: 0.85;
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
    height: 30px;
    margin-top: 15px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
    color: white;
    opacity: 1;
}

.pswp--one-slide .pswp__counter {
    display: none;
}

.hidden_vimeo,
.hidden_content {
    display: none;
}

.photoswipe-html-content .wp-block-columns {
    gap: 2rem;
}

@media screen and (min-width: 601px) {
    .photoswipe-html-inner {
        padding: 0 3rem;
    }
}
/*
  Image Caption Styling
*/
.pswp__custom-caption {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: min(600px, 80%);
    background: white;
    padding: 1rem;
    font-size: 1rem;
    color: black;
    text-align: center;
    z-index: 10;
}

.pswp__custom-caption:empty {
    display: none;
}

.pswp__bg {
    background: #cecece;
}

/**************
SEACRH FORM
***************/
.wp-block-search__label {
    margin-bottom: 0.5rem;
}

.wp-block-search__input {
    padding: 0.5rem 1rem;
    border: 1px solid var(--preset--font-color);
    color: var(--preset--font-color);
    background-color: transparent;
}
.wp-block-search__input:focus-visible, .wp-block-search__input:focus {
    border: 2px solid var(--preset--font-color);
    outline: none;
}

.wp-block-search__button {
    border: 1px solid var(--preset--font-color);
    color: var(--preset--font-color);
    background-color: transparent;
    margin-bottom: 0 !important;
}

.search-results .site .content-area article {
    margin: 0 0 2rem 0;
}
.search-results .site .content-area .cat-links {
    margin: 0 1rem 0 0;
}
.search-results .site .content-area a:not(.btn, .wp-block-button__link, .header__brand) {
    color: var(--preset--font-color);
}

.pagination .page-item > * {
    background-color: transparent !important;
    border: none !important;
    color: var(--preset--font-color) !important;
}

/**************
WIDGETS
***************/
.widget-area {
    margin: 2rem 0;
}
.widget-area .widget_block {
    margin: 0 0 2rem 0;
}
.widget-area ol.has-avatars {
    padding-left: 0;
}

ul.wp-block-latest-posts li {
    margin: 0 0 1rem 0;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    margin: 0 0 0.5rem 0;
}

/**************
WP ELEMENTS
***************/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.gallery,
.wp-block-gallery {
    margin-bottom: 2rem;
}
.gallery .wp-block-image,
.wp-block-gallery .wp-block-image {
    cursor: pointer;
}

.gallery-caption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
}

pre {
    white-space: pre-wrap;
    padding: 2rem;
}

table {
    margin-bottom: 1rem;
    border: 1px solid;
    border-width: 1px 0 0 1px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
table td,
table th {
    padding: 0.5rem;
    border-width: 0 1px 1px 0;
    border-color: var(--preset--font-color);
}

blockquote,
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    padding: 2rem;
}

.wp-block-cover,
.wp-block-image,
.wp-block-media-text {
    margin-bottom: 1rem;
}

div.editor-styles-wrapper div[class^=hero-image-] {
    max-height: 800px;
}
div.editor-styles-wrapper div[class^=hero-image-] .container {
    height: auto;
}
div.editor-styles-wrapper div[class^=hero-image-] .container:before, div.editor-styles-wrapper div[class^=hero-image-] .container:after {
    height: auto;
}

ol.wp-block-list,
ul.wp-block-list {
    list-style: revert;
    margin: revert;
    padding: revert;
    padding-left: 2rem;
}

figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Make sure embeds, iframes and pre fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption,
figcaption {
    margin-bottom: 1rem;
    max-width: 100%;
}
.wp-caption .wp-caption-text,
figcaption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text,
figcaption {
    text-align: center;
}

.wp-block-spacer,
.fsb-flexible-spacer {
    margin-top: 0;
}

.wp-block-button__link {
    width: auto;
}