img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}
.home{
    background-color: #eeeeee;
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

.wp-block-image a {
    display: inline-block
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

@media (prefers-reduced-motion:no-preference) {
    .wp-block-image img.hide {
        visibility: hidden
    }

    .wp-block-image img.show {
        animation: .4s show-content-image
    }
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-block-image figure {
    margin: 0
}

@keyframes show-content-image {
    0% {
        visibility: hidden
    }

    99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

ol,
ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #0866ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: 0 0
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .66667em;
    padding-right: .66667em
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box
}

:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

.is-layout-flex>:is(*, div) {
    margin: 0
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

.fbx-modal,
.fbx-modal * {
    box-sizing: content-box
}

.fbx-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000001;
    visibility: hidden;
    width: 100%;
    height: 100%;
    font-family: "Segoe UI", Helvetica, Arial, "Sans Serif", serif;
    line-height: normal;
    outline: 0 !important;
    transform: translate3d(0, 0, 0);
    perspective: 0
}

.fbx-modal.fbx-loading,
.fbx-modal.fbx-show {
    visibility: visible
}

.fbx-no-scroll {
    overflow: hidden !important
}

.fbx-inner-spacer {
    display: none;
    padding: 40px
}

.fbx-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    overflow: visible !important;
    margin-top: -5px;
    margin-left: -5px;
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    z-index: 100002
}

.fbx-show .fbx-inner {
    visibility: visible
}

.fbx-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    z-index: 100005;
    width: 80px;
    height: 80px;
    font-size: 16px;
    transform: translateX(-50%) translateY(-50%)
}

.fbx-loader .fbx-icon {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    transform: none
}

.fbx-loading .fbx-loader {
    visibility: visible
}

.fbx-loading .fbx-loader .fbx-icon {
    animation: 2s linear infinite spin
}

.fbx-phone.fbx-portrait .fbx-loader {
    top: calc(50% + 20px)
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fbx-stage {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    overflow: hidden
}

.fbx-item-current,
.fbx-item-next {
    -webkit-user-drag: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    overflow: auto
}

.fbx-loading .fbx-item-current,
.fbx-loading .fbx-item-next {
    overflow: hidden
}

.fbx-item-next {
    z-index: 100001
}

.fbx-item-current {
    z-index: 100002
}

.fbx-item-image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    display: block
}

.fbx-ios-12-or-below .fbx-item-current {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important
}

.fbx-close,
.fbx-next,
.fbx-prev {
    position: absolute;
    z-index: 100006;
    display: block;
    outline: 0 !important;
    text-decoration: none;
    cursor: pointer
}

.fbx-no-buttons .fbx-next,
.fbx-no-buttons .fbx-prev {
    display: none !important
}

.fbx-credit {
    position: absolute;
    z-index: 100003;
    text-transform: lowercase;
    font-size: 10px
}

.fbx-credit em {
    font-style: normal;
    font-size: 10px
}

.fbx-credit a {
    text-decoration: none;
    font-size: 10px
}

.fbx-credit a span {
    letter-spacing: 1px;
    font-size: 10px
}

.fbx-count {
    position: absolute;
    z-index: 100002;
    width: 100%;
    text-align: center;
    font-size: 10px
}

.fbx-btn-transition {
    transition-property: color, border-color, opacity, box-shadow, filter, -webkit-filter;
    transition-duration: .2s, .2s, .2s, .2s, .2s, .2s;
    transition-timing-function: ease-in, linear, ease-in, ease-in, ease-in, ease-in;
    outline: 0
}

.fbx-phone .fbx-count {
    display: none
}

.fbx-phone .fbx-credit em {
    display: none
}

.fbx-phone.fbx-landscape.fbx-no-nav .fbx-next,
.fbx-phone.fbx-landscape.fbx-no-nav .fbx-prev {
    display: none
}

.fbx-modal.fbx-phone .fbx-inner {
    border: none
}

.fbx-modal.fbx-phone .fbx-close,
.fbx-modal.fbx-phone .fbx-next,
.fbx-modal.fbx-phone .fbx-prev {
    position: fixed
}

.fbx-modal.fbx-phone .fbx-credit {
    bottom: 2px;
    left: 2px
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-inner-spacer {
    padding: 45px 5px 5px
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-close,
.fbx-modal.fbx-phone.fbx-portrait .fbx-next,
.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
    border: none;
    opacity: 1;
    margin: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 40px;
    border-radius: 0;
    line-height: 40px
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
    left: 0;
    right: 66%
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-next {
    left: 33%;
    right: 33%
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-close {
    left: 66%;
    right: 0
}

.fbx-modal.fbx-phone.fbx-portrait.fbx-no-buttons .fbx-close {
    left: 0;
    right: 0
}

.fbx-modal.fbx-phone.fbx-landscape {
    border-right-width: 46px;
    border-right-style: solid;
    box-sizing: border-box
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-inner-spacer {
    padding: 5px
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-close,
.fbx-modal.fbx-phone.fbx-landscape .fbx-next,
.fbx-modal.fbx-phone.fbx-landscape .fbx-prev {
    bottom: auto;
    left: auto;
    right: -45px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: none;
    opacity: 1;
    margin: 0
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-close {
    top: 0;
    height: 60px
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-prev {
    top: 62px
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-next {
    top: 108px
}

.fbx-icon {
    display: inline-block;
    fill: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.fbx-icon-close path {
    display: none
}

.fbx-rounded .fbx-icon-close-default {
    display: inline
}

.fbx-icon-next path,
.fbx-icon-prev path {
    display: none
}

.fbx-rounded .fbx-icon-arrows-default {
    display: inline
}

.fbx-icon-spinner path {
    display: none
}

.fbx-rounded .fbx-icon-spinner-default {
    display: inline
}

.fbx-loader {
    box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.fbx-rounded .fbx-prev.fbx-btn-shadow,
.fbx-rounded .fbx-prev.fbx-btn-shadow:hover {
    box-shadow: -2px 0 2px rgba(0, 0, 0, .4)
}

.fbx-rounded .fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-next.fbx-btn-shadow:hover {
    box-shadow: 2px 0 2px rgba(0, 0, 0, .4)
}

.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-inner-shadow,
.fbx-rounded .fbx-btn-shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, .4)
}

@media (hover:hover) {

    .fbx-close:hover,
    .fbx-next:hover,
    .fbx-prev:hover {
        text-decoration: none
    }

    .fbx-credit a:hover span {
        text-decoration: underline
    }

    .fbx-fullscreen-mode .fbx-btn-shadow:hover,
    .fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover,
    .fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover,
    .fbx-rounded .fbx-btn-shadow:hover {
        box-shadow: 0 0 6px rgba(0, 0, 0, .4)
    }
}

.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-modal.fbx-phone.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-modal.fbx-phone.fbx-rounded .fbx-btn-shadow {
    box-shadow: none
}

.fbx-rounded .fbx-inner {
    border: 8px solid transparent;
    border-radius: 6px
}

.fbx-rounded .fbx-item-current,
.fbx-rounded .fbx-item-image,
.fbx-rounded .fbx-item-next {
    border-radius: 3px
}

.fbx-rounded .fbx-loader {
    border-radius: 50%
}

.fbx-rounded .fbx-close {
    top: -21px;
    right: -21px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 3px solid transparent;
    border-radius: 50%
}

.fbx-rounded .fbx-next,
.fbx-rounded .fbx-prev {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 30px;
    height: 100px;
    line-height: 100px;
    border: 3px solid transparent
}

.fbx-rounded .fbx-prev {
    left: -40px;
    border-radius: 6px 0 0 6px
}

.fbx-rounded .fbx-next {
    right: -40px;
    border-radius: 0 6px 6px 0
}

.fbx-rounded .fbx-next.fbx-disabled,
.fbx-rounded .fbx-prev.fbx-disabled {
    display: none
}

.fbx-rounded.fbx-phone .fbx-next.fbx-disabled,
.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled {
    display: block;
    cursor: default
}

.fbx-rounded.fbx-phone .fbx-next.fbx-disabled .fbx-icon,
.fbx-rounded.fbx-phone .fbx-prev.fbx-disabled .fbx-icon {
    opacity: .3
}

.fbx-rounded.fbx-desktop .fbx-next,
.fbx-rounded.fbx-desktop .fbx-prev {
    position: absolute
}

.fbx-rounded .fbx-count,
.fbx-rounded .fbx-credit {
    bottom: -25px
}

.fbx-rounded .fbx-inner-spacer {
    padding: 40px 40px 50px
}

.fbx-modal.fbx-rounded.fbx-phone.fbx-portrait .fbx-inner-spacer {
    padding: 45px 5px 5px
}

.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption {
    background-color: rgba(0, 0, 0, .7)
}

.fbx-fullscreen-mode.fbx-light {
    background-color: grey
}

.fbx-light .fbx-inner,
.fbx-light.fbx-modal,
.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,
.fbx-rounded.fbx-light .fbx-close {
    border-color: #fff
}

.fbx-light .fbx-close,
.fbx-light .fbx-inner,
.fbx-light .fbx-loader,
.fbx-light .fbx-next,
.fbx-light .fbx-prev {
    background-color: #fff
}

.fbx-light .fbx-close,
.fbx-light .fbx-loader,
.fbx-light .fbx-next,
.fbx-light .fbx-prev {
    color: #666 !important
}

.fbx-rounded.fbx-light .fbx-count,
.fbx-rounded.fbx-light .fbx-credit a {
    color: #888
}

.fbx-light .fbx-caption {
    color: #fff
}

@media (hover:hover) {

    .fbx-light .fbx-close:hover,
    .fbx-light .fbx-next:hover,
    .fbx-light .fbx-prev:hover {
        color: #bababa !important
    }

    .fbx-rounded.fbx-light .fbx-credit a:hover span {
        color: #ddd
    }
}

.fbx-light .fbx-item-current::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.fbx-light .fbx-item-current::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}

.fbx-light .fbx-item-current::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5)
}

.fbx-light .fbx-item-current::-webkit-scrollbar,
.fbx-light .fbx-item-next::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.fbx-light .fbx-item-current::-webkit-scrollbar-track,
.fbx-light .fbx-item-next::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}

.fbx-light .fbx-item-current::-webkit-scrollbar-corner,
.fbx-light .fbx-item-current::-webkit-scrollbar-thumb,
.fbx-light .fbx-item-next::-webkit-scrollbar-corner,
.fbx-light .fbx-item-next::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3)
}

.fbx-caption {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 100004;
    width: 100%;
    text-align: center;
    font-size: 14px;
    transition: visibility .3s ease, opacity .3s ease, transform .3s ease;
    opacity: 1;
    transform: translateY(0)
}

.fbx-caption.fbx-hide-caption {
    transition: none
}

.fbx-show .fbx-caption {
    visibility: visible
}

.fbx-show .fbx-caption.fbx-fade-caption {
    opacity: 0;
    visibility: hidden
}

.fbx-caption.fbx-slide-caption {
    transform: translateY(100%)
}

.fbx-loading .fbx-caption.fbx-hide-caption,
.fbx-show .fbx-caption.fbx-hide-caption {
    visibility: hidden
}

.fbx-fullscreen-mode .fbx-caption,
.fbx-sticky-caption .fbx-caption {
    position: fixed;
    z-index: 100007
}

.fbx-modal.fbx-phone .fbx-caption {
    position: fixed;
    z-index: 100004
}

.fbx-rounded .fbx-caption {
    border-radius: 0 0 3px 3px
}

.fbx-modal.fbx-phone .fbx-caption,
.fbx-sticky-caption.fbx-rounded .fbx-caption {
    border-radius: 0
}

.fbx-close-caption {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 3px 10px 10px;
    color: #fff !important;
    font-size: 24px;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer
}

.fbx-open-caption {
    z-index: 100004;
    position: absolute;
    bottom: 0;
    right: 5px;
    padding: 0 10px 10px;
    color: #fff !important;
    font-size: 24px;
    text-decoration: none;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer
}

.fbx-caption-toggle-only.fbx-captions-hidden .fbx-open-caption,
.fbx-pannable-item.fbx-captions-hidden .fbx-open-caption {
    opacity: 1;
    visibility: visible
}

.fbx-phone .fbx-caption {
    min-height: 20px;
    font-size: 12px;
    line-height: 20px
}

.fbx-modal.fbx-phone .fbx-caption {
    bottom: 0;
    position: fixed
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-caption,
.fbx-phone.fbx-landscape.fbx-sticky-caption .fbx-caption {
    z-index: 100004
}

.fbx-pannable {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab
}

.fbx-pannable.fbx-panning {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fbx-pannable>div>img.fbx-item {
    max-width: none;
    max-height: none
}

.fbx-pan-overview {
    cursor: pointer;
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    background-position: top left;
    background-size: cover;
    position: absolute;
    z-index: 100006;
    border: 2px solid #666;
    box-shadow: 0 0 12px rgba(0, 0, 0, .8)
}

.fbx-pan-overview.fbx-top-right {
    top: 20px;
    right: 32px
}

.fbx-pan-viewport {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 300px 300px rgba(0, 0, 0, .7)
}

.foogallery,
.foogallery * {
    box-sizing: border-box
}

.foogallery {
    display: block;
    z-index: 1;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    line-height: 0;
    font-size: 0;
    width: 100%;
    max-width: 100%
}

.foogallery .fg-item {
    display: inline-block;
    position: relative;
    background-color: transparent;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.foogallery .fg-item.fg-hidden {
    display: none !important
}

.foogallery .fg-item-inner {
    display: block;
    position: relative;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 3;
    margin: 0;
    border: 0 solid transparent
}

.foogallery .fg-item.fg-error:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url('../wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px
}

.foogallery .fg-item.fg-loaded {
    z-index: 4
}

.foogallery .fg-loaded .fg-item-inner {
    visibility: visible;
    opacity: 1;
    z-index: 5
}

.foogallery .fg-error .fg-item-inner {
    pointer-events: none;
    cursor: default
}

.foogallery .fg-thumb {
    display: block;
    position: relative;
    border: none;
    outline: 0;
    text-decoration: none;
    z-index: 4;
    box-shadow: none
}

.foogallery .fg-thumb:focus,
.foogallery .fg-thumb:hover {
    border: none;
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.foogallery .fg-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    visibility: hidden;
    opacity: 0
}

.foogallery .fg-image-wrap {
    display: block;
    position: relative
}

.foogallery .fg-image {
    display: block;
    position: relative;
    border: none;
    outline: 0;
    text-decoration: none;
    z-index: 5;
    max-width: 100%;
    height: auto;
    margin: 0;
    width: auto
}

.foogallery picture.fg-image>img {
    display: block;
    position: relative;
    border: none;
    outline: 0;
    text-decoration: none;
    max-width: 100%;
    height: auto;
    margin: 0;
    width: auto
}

.foogallery .fg-loaded .fg-thumb {
    z-index: 6
}

.foogallery .fg-loaded .fg-image {
    z-index: 7
}

.fg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fg-icon {
    fill: currentColor
}

.foogallery.fg-light .fg-item-inner {
    background-color: #fff;
    color: #333;
    border-color: #fff
}

.foogallery.fg-dark .fg-item-inner {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.foogallery.fg-light .fg-item.fg-error,
.foogallery.fg-light .fg-item.fg-idle,
.foogallery.fg-light .fg-item.fg-loading {
    background-color: #eee;
    box-shadow: inset 0 0 0 1px #ddd
}

.foogallery.fg-dark .fg-item.fg-error,
.foogallery.fg-dark .fg-item.fg-idle,
.foogallery.fg-dark .fg-item.fg-loading {
    background-color: #444;
    box-shadow: inset 0 0 0 1px #333
}

.foogallery .fg-caption {
    background-color: rgba(0, 0, 0, .6);
    color: #fff
}

.foogallery .fg-caption a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.foogallery .fg-image-overlay {
    background-color: rgba(0, 0, 0, .6);
    color: #fff
}

.foogallery.fg-border-thin .fg-item-inner {
    border-width: 4px
}

.foogallery.fg-border-medium .fg-item-inner {
    border-width: 10px
}

.foogallery.fg-border-thick .fg-item-inner {
    border-width: 16px
}

.foogallery .fg-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    height: 1em;
    font-size: 5px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.foogallery .fg-loading .fg-loader {
    visibility: visible;
    opacity: 1
}

.foogallery.fg-loaded-fade-in .fg-item.fg-loaded {
    transition-timing-function: ease;
    transition-duration: 650ms;
    transition-property: background-color, transform
}

.foogallery.fg-loaded-fade-in .fg-loaded .fg-item-inner {
    transition-timing-function: ease;
    transition-duration: 650ms
}

.foogallery.fg-loaded-fade-in .fg-item-inner {
    transition-property: visibility, opacity
}

.foogallery .fg-caption {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 8;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    border: none;
    text-align: center;
    cursor: pointer;
    margin: 0
}

.foogallery .fg-caption a {
    text-decoration: none
}

.foogallery .fg-caption a:hover {
    border-bottom: none
}

.foogallery .fg-caption-title {
    box-sizing: content-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: .4em;
    height: 1.3em;
    min-height: 1.3em;
    line-height: 1.3em
}

.foogallery .fg-caption-desc {
    padding: 0;
    margin: .4em;
    overflow: hidden;
    height: 100%;
    max-height: 100%
}

.foogallery .fg-caption-title+.fg-caption-desc {
    margin-top: 0
}

.foogallery .fg-caption-buttons {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    margin: 0
}

.foogallery .fg-caption-buttons>a {
    display: inline-block;
    position: relative;
    padding: .4em .8em;
    margin: 1px;
    max-width: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    opacity: 1;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-property: color, opacity, border-color, background-color
}

@media only screen and (max-width:600px) {
    .foogallery .fg-caption-buttons {
        align-items: stretch
    }

    .foogallery .fg-caption-buttons>a {
        flex: 1
    }
}

.foogallery .fg-caption .fg-caption-buttons>a {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.foogallery .fg-caption .fg-caption-buttons>a:not(.fg-disabled):hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    border-bottom: 1px solid
}

.foogallery .fg-caption .fg-caption-buttons>a.fg-disabled {
    color: #9d9d9d
}

.foogallery .fg-caption .fg-caption-buttons>a.fg-disabled:hover {
    border-bottom: 1px solid
}

.foogallery.fg-caption-hover .fg-caption .fg-caption-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: .4em
}

.foogallery.fg-caption-hover .fg-item.fg-loaded .fg-image-overlay {
    display: none
}

.foogallery .fg-image-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 32px;
    min-height: 32px
}

.foogallery .fg-caption-inner:before {
    content: "";
    display: none;
    position: relative;
    width: 32px;
    height: 32px;
    margin: .4em;
    background-size: 32px 32px;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 32px;
    min-height: 32px
}

.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-scale .fg-loaded .fg-caption,
.foogallery.fg-hover-fade .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-scale .fg-item.fg-loaded,
.foogallery.fg-hover-scale .fg-loaded .fg-image-overlay {
    transition-timing-function: ease;
    transition-duration: .3s;
    backface-visibility: hidden
}

.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption,
.foogallery.fg-hover-fade .fg-loaded .fg-image-overlay {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    transition-property: visibility, opacity, background-color
}

.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-fade .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-image-overlay {
    visibility: visible;
    opacity: 1
}

.foogallery.fg-hover-scale .fg-item {
    transition-property: transform;
    z-index: 4
}

.foogallery.fg-hover-scale .fg-item:focus-within,
.foogallery.fg-hover-scale .fg-item:hover {
    transform: scale(1.048);
    z-index: 10
}

.foogallery.fg-caption-hover.fg-hover-scale .fg-caption,
.foogallery.fg-hover-scale .fg-image-overlay {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    transition-property: visibility, opacity, background-color
}

.foogallery.fg-caption-hover.fg-hover-scale .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-caption-hover.fg-hover-scale .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-scale .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-hover-scale .fg-item-inner:hover .fg-image-overlay {
    visibility: visible;
    opacity: 1
}

.fg-paging-container,
.fg-paging-container *,
.fg-paging-container :after,
.fg-paging-container :before {
    box-sizing: border-box
}

.fg-paging-container {
    display: block;
    padding: 15px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fg-paging-container .fg-dot-item,
.fg-paging-container .fg-dots {
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none
}

.fg-paging-container .fg-dot-item .fg-dot-link {
    display: inline-block;
    margin: 3px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    text-decoration: none;
    border: 1px solid transparent;
    position: relative;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    outline: 0;
    color: transparent;
    box-shadow: none
}

.fg-paging-container .fg-dot-item .fg-dot-link:before {
    content: "";
    background-color: transparent;
    border: 1px solid transparent;
    display: block;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 2px
}

.fg-paging-container .fg-dot-item .fg-dot-link:active,
.fg-paging-container .fg-dot-item .fg-dot-link:focus,
.fg-paging-container .fg-dot-item .fg-dot-link:hover {
    text-decoration: none;
    box-shadow: none;
    outline: 0
}

.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container .fg-dot-item.fg-selected .fg-dot-link {
    cursor: not-allowed;
    pointer-events: none
}

.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link {
    cursor: not-allowed;
    pointer-events: none;
    outline: 0
}

.fg-paging-container.fg-light .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:before {
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-property: color, border-color, background-color
}

.fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
    background-color: #eee;
    border-color: #9d9d9d
}

.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link {
    border-color: #888
}

.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:focus:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before {
    background-color: #666;
    border-color: #888
}

.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:focus,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:hover {
    background-color: #eee;
    border-color: #9d9d9d;
    opacity: .5
}

.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:before {
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-property: color, border-color, background-color
}

.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link {
    background-color: #666;
    border-color: #333
}

.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link {
    border-color: #444
}

.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:focus:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link:before {
    background-color: #333;
    border-color: #444
}

.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:focus,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:hover {
    background-color: #666;
    border-color: #333;
    opacity: .5
}

html.fg-panel-no-scroll,
html.fg-panel-no-scroll body {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

[class*=" fg-panel-"],
[class^=fg-panel-] {
    box-sizing: border-box
}

.fg-panel {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: left;
    overflow: hidden;
    outline: 0;
    box-sizing: content-box
}

.rtl .fg-panel {
    text-align: right
}

.fg-panel-maximized {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

.fg-no-transitions {
    transition: none !important
}

.fg-panel-buttons {
    z-index: 1
}

.fg-panel .fg-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1em;
    height: 1em;
    font-size: 5px;
    visibility: hidden;
    opacity: 0
}

.fg-panel .fg-loading .fg-loader {
    visibility: visible;
    opacity: 1
}

.fg-panel {
    display: grid;
    grid-template-columns: min-content min-content min-content minmax(0, 1fr) min-content min-content min-content;
    grid-template-rows: min-content min-content min-content minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) min-content min-content min-content
}

.fg-panel.fg-landscape :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
    right: 37px;
    width: calc(100% - 37px);
    max-width: calc(100% - 37px)
}

.fg-panel.fg-portrait :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
    max-height: calc(100% - 37px)
}

.fg-landscape.fg-panel-buttons-left :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
    left: 37px;
    right: unset
}

.fg-portrait.fg-panel-buttons-bottom :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
    top: unset;
    bottom: 37px
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

:is(.fg-panel-thumbs-left, .fg-panel-thumbs-right) .fg-panel-thumb {
    height: 70px;
    min-height: 70px
}

:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom) .fg-panel-thumb {
    width: 100px;
    min-width: 100px
}

.fg-panel-thumbs-small:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom) .fg-panel-thumb {
    width: 70px;
    min-width: 70px
}

.fg-medium:is(.fg-panel-thumbs-left, .fg-panel-thumbs-right) .fg-panel-thumb {
    height: 82px;
    min-height: 82px
}

.fg-medium:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom) .fg-panel-thumb {
    width: 118px;
    min-width: 118px
}

.fg-medium.fg-panel-thumbs-small:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom) .fg-panel-thumb {
    width: 82px;
    min-width: 82px
}

.fg-medium:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom):not(.fg-panel-thumbs-no-captions) .fg-panel-thumb {
    width: 240px;
    min-width: 240px
}

.fg-panel-buttons {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
    pointer-events: none
}

.fg-portrait .fg-panel-buttons {
    flex-direction: row;
    height: 37px
}

.fg-landscape .fg-panel-buttons {
    flex-direction: column-reverse;
    width: 37px
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons {
    position: absolute;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    align-items: flex-end
}

.fg-panel .fg-panel-area-toggle,
.fg-panel .fg-panel-button,
.fg-panel .fg-panel-thumbs-button {
    background: 0 0;
    border-radius: 0
}

.fg-panel-button {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    pointer-events: auto;
    user-select: none;
    -webkit-tap-highlight-color: unset;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    outline: 0;
    padding: 1px 6px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    text-decoration: none;
    min-width: unset
}

.fg-panel-button.fg-disabled {
    pointer-events: none;
    opacity: .7
}

.fg-panel-button.fg-hidden {
    display: none !important
}

.fg-panel-button.fg-loading {
    color: transparent !important
}

.fg-panel-button.fg-loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    height: 1em;
    font-size: .3em;
    pointer-events: none;
    border-radius: 50%;
    text-indent: -9999em;
    box-shadow: 0 -2.6em 0 0 #828282, 1.8em -1.8em 0 0 rgba(130, 130, 130, .2), 2.5em 0 0 0 rgba(130, 130, 130, .2), 1.75em 1.75em 0 0 rgba(130, 130, 130, .2), 0 2.5em 0 0 rgba(130, 130, 130, .2), -1.8em 1.8em 0 0 rgba(130, 130, 130, .2), -2.6em 0 0 0 rgba(130, 130, 130, .5), -1.8em -1.8em 0 0 rgba(130, 130, 130, .7);
    -webkit-animation: 1.1s steps(8, start) infinite button-loading;
    animation: 1.1s steps(8, start) infinite button-loading
}

@-webkit-keyframes button-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes button-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fg-panel.fg-portrait.fg-panel-buttons-top .fg-panel-buttons .fg-panel-button {
    border-bottom-width: 1px
}

.fg-panel.fg-portrait.fg-panel-buttons-bottom .fg-panel-buttons .fg-panel-button {
    border-top-width: 1px
}

.fg-panel.fg-portrait:is(.fg-panel-buttons-top, .fg-panel-buttons-bottom) .fg-panel-buttons .fg-panel-button {
    border-right-width: 1px
}

.fg-panel.fg-portrait:is(.fg-panel-buttons-top, .fg-panel-buttons-bottom) .fg-panel-buttons .fg-panel-button:last-child {
    border-right-width: 0
}

.fg-panel.fg-landscape.fg-panel-buttons-right .fg-panel-buttons .fg-panel-button {
    border-left-width: 1px
}

.fg-panel.fg-landscape.fg-panel-buttons-left .fg-panel-buttons .fg-panel-button {
    border-right-width: 1px
}

.fg-panel.fg-landscape:is(.fg-panel-buttons-left, .fg-panel-buttons-right) .fg-panel-buttons .fg-panel-button {
    border-top-width: 1px
}

.fg-panel.fg-landscape:is(.fg-panel-buttons-left, .fg-panel-buttons-right) .fg-panel-buttons .fg-panel-button:last-child {
    border-top-width: 0
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button {
    border-radius: 3px;
    border-width: 1px;
    width: 32px;
    height: 32px;
    margin: 5px 5px 0 0
}

.rtl .fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button {
    margin: 5px 0 0 5px
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons :is(.fg-panel-button-prev, .fg-panel-button-next) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 82px;
    margin: unset !important
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-prev {
    left: 5px
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-next {
    right: 5px
}

.rtl .fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-prev {
    right: 5px;
    left: auto
}

.rtl .fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-next {
    left: 5px;
    right: auto
}

@media (hover:hover) {
    :is(.fg-medium, .fg-panel-no-mobile).fg-panel-hover-buttons .fg-panel-button {
        visibility: hidden;
        opacity: 0
    }

    :is(.fg-medium, .fg-panel-no-mobile).fg-panel-hover-buttons:hover .fg-panel-button:not(.fg-disabled) {
        visibility: visible;
        opacity: .5
    }

    :is(.fg-medium, .fg-panel-no-mobile).fg-panel-hover-buttons .fg-panel-button:not(.fg-disabled):hover {
        opacity: 1
    }
}

.fg-panel-area .fg-panel-area-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    width: 32px;
    height: 32px;
    cursor: pointer;
    overflow: hidden;
    pointer-events: auto;
    user-select: none;
    -webkit-tap-highlight-color: unset;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    border: none
}

.fg-panel-area-toggle .fg-icon,
.fg-panel-button .fg-icon {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.fg-panel-area-toggle.fg-disabled .fg-icon,
.fg-panel-button.fg-disabled .fg-icon {
    opacity: .3
}

.rtl .fg-panel-button-next .fg-icon,
.rtl .fg-panel-button-prev .fg-icon {
    transform: translateX(-50%) translateY(-50%) rotate(180deg)
}

.fg-panel:not(.fg-panel-maximized):not(.fg-panel-fullscreen) {
    border-style: solid;
    border-width: 1px
}

.fg-panel-thumb,
.fg-panel-thumb-spacer,
.fg-panel-thumbs-button {
    border-width: 0;
    border-style: solid
}

:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom) .fg-panel-thumb,
:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom) .fg-panel-thumbs-next {
    border-left-width: 1px
}

:is(.fg-panel-thumbs-left, .fg-panel-thumbs-right) .fg-panel-thumb,
:is(.fg-panel-thumbs-left, .fg-panel-thumbs-right) .fg-panel-thumbs-next {
    border-top-width: 1px
}

:is(.fg-panel-thumbs-top, .fg-panel-thumbs-bottom) .fg-panel-thumbs-prev {
    border-right-width: 1px
}

:is(.fg-panel-thumbs-left, .fg-panel-thumbs-right) .fg-panel-thumbs-prev {
    border-bottom-width: 1px
}

.fg-panel .fg-panel-thumb-overlay {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: center center no-repeat rgba(0, 0, 0, .5);
    transition-duration: .1s;
    transition-timing-function: ease-in-out;
    transition-property: opacity, visibility
}

.fg-panel .fg-panel-thumb-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat
}

.fg-panel:is(.fg-hover-zoom, .fg-hover-zoom2, .fg-hover-zoom3, .fg-hover-plus, .fg-hover-circle-plus, .fg-hover-eye, .fg-hover-external, .fg-hover-tint) .fg-panel-thumb:hover .fg-panel-thumb-overlay {
    visibility: visible;
    opacity: 1
}

.fg-media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    overflow: hidden
}

.fg-panel:is(.fg-medium, .fg-panel-no-mobile) .fg-media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fg-panel.fg-panel-preserve-button-space:is(.fg-medium, .fg-panel-no-mobile) .fg-media {
    top: 5px;
    left: 42px;
    width: calc(100% - 84px);
    height: calc(100% - 10px)
}

.fg-media .fg-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1em;
    height: 1em;
    font-size: 5px;
    visibility: hidden;
    opacity: 0
}

.fg-media.fg-loading .fg-loader {
    visibility: visible;
    opacity: 1
}

.fg-media:not(.fg-media-html) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fg-media-content {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    visibility: hidden;
    opacity: 0
}

.fg-media.fg-loaded .fg-media-content {
    visibility: visible;
    opacity: 1
}

.fg-media-image .fg-media-content {
    height: auto
}

.fg-panel-fit-media .fg-media-image .fg-media-full-width {
    width: 100%;
    max-height: unset
}

.fg-panel-fit-media .fg-media-image .fg-media-full-height {
    height: 100%;
    max-width: unset
}

:is(.fg-media-iframe, .fg-media-video) .fg-media-content {
    width: 100%;
    height: 100%
}

.fg-panel-fit-media :is(.fg-media-iframe, .fg-media-video) .fg-media-content {
    width: 100% !important;
    height: 100% !important
}

.fg-panel.fg-panel-preserve-button-space .fg-media-iframe .fg-media-content {
    border-width: 1px;
    border-style: solid
}

.fg-media-caption {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    pointer-events: auto;
    display: flex;
    flex-direction: column
}

.fg-panel-media-caption-left .fg-media-caption {
    text-align: left
}

.fg-panel-media-caption-right .fg-media-caption {
    text-align: right
}

.fg-panel-media-caption-center .fg-media-caption {
    text-align: center
}

.fg-media-caption-title {
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 10px;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.fg-media-caption-description {
    font-size: smaller;
    max-height: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 20px;
    padding: 0 0 10px;
    border: none
}

.fg-media-caption-title+.fg-media-caption-description {
    line-height: normal;
    padding-top: 10px
}

.fg-panel-info-overlay:is(.fg-medium, .fg-panel-no-mobile) .fg-media-caption {
    padding-left: 42px;
    padding-right: 42px
}

.fg-media-caption-exif {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border: none;
    text-align: left
}

.rtl .fg-media-caption-exif {
    text-align: right
}

.fg-media-caption-exif:is(.fg-media-caption-exif-auto, .fg-media-caption-exif-full, .fg-media-caption-exif-partial, .fg-media-caption-exif-minimal) {
    display: flex
}

.fg-media-caption-description+.fg-media-caption-exif {
    border-top-style: solid;
    border-top-width: 1px
}

.fg-medium:is(.fg-panel-info-left, .fg-panel-info-right) .fg-media-caption-exif:is(.fg-media-caption-exif-auto, .fg-media-caption-exif-full, .fg-media-caption-exif-partial) {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: left
}

.fg-media-caption-exif-prop {
    position: relative;
    display: flex;
    height: 24px;
    padding: 0 7px
}

.fg-media-caption-description+.fg-media-caption-exif .fg-media-caption-exif-prop,
.fg-media-caption-title+.fg-media-caption-exif .fg-media-caption-exif-prop {
    margin-top: 10px
}

.fg-media-caption-exif-full .fg-media-caption-exif-prop,
.fg-panel.fg-large .fg-media-caption-exif-auto .fg-media-caption-exif-prop {
    height: 30px
}

.fg-media-caption-exif-icon {
    display: inline-block;
    position: relative;
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 100%
}

.fg-media-caption-exif-full .fg-media-caption-exif-icon,
.fg-media-caption-exif-partial .fg-media-caption-exif-icon,
.fg-panel.fg-medium .fg-media-caption-exif-auto .fg-media-caption-exif-icon {
    margin-right: 6px
}

.rtl .fg-media-caption-exif-full .fg-media-caption-exif-icon,
.rtl .fg-media-caption-exif-partial .fg-media-caption-exif-icon,
.rtl .fg-panel.fg-medium .fg-media-caption-exif-auto .fg-media-caption-exif-icon {
    margin-left: 6px;
    margin-right: 0
}

.fg-media-caption-exif-icon .fg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: auto
}

.fg-media-caption-exif-content {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.fg-media-caption-exif-full .fg-media-caption-exif-content,
.fg-media-caption-exif-partial .fg-media-caption-exif-content,
.fg-panel.fg-medium .fg-media-caption-exif-auto .fg-media-caption-exif-content {
    display: flex
}

.fg-media-caption-exif-label {
    display: none;
    width: 100%;
    font-size: 11px;
    font-style: italic;
    line-height: 11px;
    white-space: nowrap
}

.fg-media-caption-exif-full .fg-media-caption-exif-label,
.fg-panel.fg-large .fg-media-caption-exif-auto .fg-media-caption-exif-label {
    display: block
}

.fg-media-caption-exif-value {
    display: none;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap
}

.fg-media-caption-exif-full .fg-media-caption-exif-value,
.fg-media-caption-exif-partial .fg-media-caption-exif-value,
.fg-panel.fg-medium .fg-media-caption-exif-auto .fg-media-caption-exif-value {
    display: block
}

.fg-media-caption-exif-tooltip {
    display: none;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    color: #fff;
    white-space: nowrap;
    background-color: #333;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000
}

.fg-media-caption-exif-tooltip>span {
    display: block;
    content: '';
    border-top: 8px solid #333;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px
}

.fg-media-caption-exif-prop.fg-media-caption-exif-show-tooltip .fg-media-caption-exif-tooltip {
    display: inline-block
}

.fg-panel.fg-light {
    color: #333
}

.fg-panel.fg-dark {
    color: #fefefe
}

.fg-panel.fg-light,
.fg-panel.fg-light .fg-panel-thumb:is(.fg-idle, .fg-loading, .fg-error) .fg-panel-thumb-media,
.fg-panel.fg-light :is(.fg-panel-info-inner, .fg-panel-cart-inner, .fg-panel-thumbs-inner),
.fg-panel.fg-light.fg-panel-preserve-button-space .fg-media-iframe .fg-media-content {
    border-color: #e2e2e2
}

.fg-panel.fg-dark,
.fg-panel.fg-dark .fg-panel-thumb:is(.fg-idle, .fg-loading, .fg-error) .fg-panel-thumb-media,
.fg-panel.fg-dark :is(.fg-panel-info-inner, .fg-panel-cart-inner, .fg-panel-thumbs-inner),
.fg-panel.fg-dark.fg-panel-preserve-button-space .fg-media-iframe .fg-media-content {
    border-color: #232323
}

.fg-panel.fg-light :is(.fg-media-caption-title, .fg-media-caption-exif, .fg-media-product-body) {
    border-color: #e2e2e2
}

.fg-panel.fg-dark :is(.fg-media-caption-title, .fg-media-caption-exif, .fg-media-product-body) {
    border-color: #767676
}

.fg-panel.fg-light,
.fg-panel.fg-light .fg-panel-thumb:is(.fg-idle, .fg-loading, .fg-error) .fg-panel-thumb-media {
    background-color: #eee
}

.fg-panel.fg-dark,
.fg-panel.fg-dark .fg-panel-thumb:is(.fg-idle, .fg-loading, .fg-error) .fg-panel-thumb-media {
    background-color: #151515
}

.fg-panel.fg-light :is(.fg-panel-cart-inner, .fg-panel-info-inner) {
    background-color: rgba(255, 255, 255, .95)
}

.fg-panel.fg-dark :is(.fg-panel-cart-inner, .fg-panel-info-inner) {
    background-color: rgba(51, 51, 51, .95)
}

.fg-panel.fg-light .fg-media-caption-exif-icon {
    color: #767676
}

.fg-panel.fg-light .fg-media-caption-exif-label {
    color: #777
}

.fg-panel.fg-dark .fg-media-caption-exif-icon {
    color: #fff
}

.fg-panel.fg-dark .fg-media-caption-exif-label {
    color: #bbb
}

.fg-panel.fg-light :is(.fg-panel-button, .fg-panel-thumbs-button, .fg-panel-thumb, .fg-panel-thumb-spacer) {
    background-color: #fff;
    border-color: #e2e2e2
}

.fg-panel.fg-dark .fg-panel-button[aria-pressed=true] {
    background-color: #fff
}

.fg-panel.fg-light .fg-panel-thumb.fg-selected {
    background-color: #f0f0f0
}

.fg-panel.fg-dark .fg-panel-button[aria-pressed=true],
.fg-panel.fg-light :is(.fg-panel-button, .fg-panel-area-toggle, .fg-panel-thumbs-button) {
    color: #767676
}

.fg-panel.fg-dark :is(.fg-panel-button, .fg-panel-thumbs-button, .fg-panel-thumb, .fg-panel-thumb-spacer) {
    background-color: #333;
    border-color: #222
}

.fg-panel.fg-light .fg-panel-button[aria-pressed=true] {
    background-color: #333
}

.fg-panel.fg-dark .fg-panel-thumb.fg-selected {
    background-color: #2c2c2c
}

.fg-panel.fg-dark :is(.fg-panel-button, .fg-panel-area-toggle, .fg-panel-thumbs-button),
.fg-panel.fg-light .fg-panel-button[aria-pressed=true] {
    color: #fff
}

.fg-panel-fade .fg-media,
.fg-panel-fade .fg-panel-thumbs-stage,
.fg-panel-horizontal .fg-media,
.fg-panel-horizontal .fg-panel-thumbs-stage,
.fg-panel-vertical .fg-media,
.fg-panel-vertical .fg-panel-thumbs-stage {
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.fg-panel-fade .fg-panel-thumbs-stage,
.fg-panel-horizontal .fg-panel-thumbs-stage,
.fg-panel-vertical .fg-panel-thumbs-stage {
    transition-property: transform
}

.fg-panel-fade .fg-media-content,
.fg-panel-horizontal .fg-media-content,
.fg-panel-vertical .fg-media-content {
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-property: opacity, visibility
}

@media (hover:hover) {
    .fg-media-caption-exif-tooltip {
        display: none
    }

    .fg-media-caption-exif-prop:hover .fg-media-caption-exif-tooltip {
        display: inline-block
    }

    .fg-panel.fg-light .fg-panel-area-toggle:focus,
    .fg-panel.fg-light .fg-panel-area-toggle:hover {
        color: #bbb
    }

    .fg-panel.fg-dark .fg-panel-button[aria-pressed=true]:focus,
    .fg-panel.fg-dark .fg-panel-button[aria-pressed=true]:hover,
    .fg-panel.fg-light .fg-panel-button:focus,
    .fg-panel.fg-light .fg-panel-button:hover,
    .fg-panel.fg-light .fg-panel-thumb:focus,
    .fg-panel.fg-light .fg-panel-thumb:hover,
    .fg-panel.fg-light .fg-panel-thumbs-button:focus,
    .fg-panel.fg-light .fg-panel-thumbs-button:hover {
        background-color: #f5f5f5
    }

    .fg-panel.fg-dark .fg-panel-area-toggle:focus,
    .fg-panel.fg-dark .fg-panel-area-toggle:hover {
        color: #bbb
    }

    .fg-panel.fg-dark .fg-panel-button:focus,
    .fg-panel.fg-dark .fg-panel-button:hover,
    .fg-panel.fg-dark .fg-panel-thumb:focus,
    .fg-panel.fg-dark .fg-panel-thumb:hover,
    .fg-panel.fg-dark .fg-panel-thumbs-button:focus,
    .fg-panel.fg-dark .fg-panel-thumbs-button:hover,
    .fg-panel.fg-light .fg-panel-button[aria-pressed=true]:focus,
    .fg-panel.fg-light .fg-panel-button[aria-pressed=true]:hover {
        background-color: #303030
    }

    .fg-panel-fade .fg-panel-area-toggle,
    .fg-panel-fade .fg-panel-button,
    .fg-panel-fade .fg-panel-thumb,
    .fg-panel-fade .fg-panel-thumbs-button,
    .fg-panel-horizontal .fg-panel-area-toggle,
    .fg-panel-horizontal .fg-panel-button,
    .fg-panel-horizontal .fg-panel-thumb,
    .fg-panel-horizontal .fg-panel-thumbs-button,
    .fg-panel-vertical .fg-panel-area-toggle,
    .fg-panel-vertical .fg-panel-button,
    .fg-panel-vertical .fg-panel-thumb,
    .fg-panel-vertical .fg-panel-thumbs-button {
        transition-property: background-color, border-color, color, opacity, visibility;
        transition-duration: .1s;
        transition-timing-function: ease-in-out
    }
}

.fg-panel-fade .fg-media {
    transition-property: opacity, visibility, padding;
    visibility: hidden;
    opacity: 0
}

.fg-panel-fade .fg-media.fg-reverse.fg-visible,
.fg-panel-fade .fg-media.fg-visible {
    visibility: visible;
    opacity: 1
}

.fg-panel-horizontal .fg-media {
    transition-property: opacity, visibility, transform, padding;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0
}

.fg-panel-horizontal .fg-media.fg-reverse {
    transform: translateX(100%)
}

.fg-panel-horizontal .fg-media.fg-reverse.fg-visible,
.fg-panel-horizontal .fg-media.fg-visible {
    transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.fg-panel-vertical .fg-media {
    transition-property: opacity, visibility, transform, padding;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0
}

.fg-panel-vertical .fg-media.fg-reverse {
    transform: translateY(100%)
}

.fg-panel-vertical .fg-media.fg-reverse.fg-visible,
.fg-panel-vertical .fg-media.fg-visible {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.fg-panel-thumbs-button,
.fg-panel-thumbs-button:active,
.fg-panel-thumbs-button:focus {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    user-select: none;
    outline: 0
}

.fg-panel-thumbs-button.fg-disabled {
    display: none
}

@media (hover:hover) {
    .fg-panel-hover-buttons .fg-panel-thumbs-button {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        z-index: 1
    }

    .fg-panel-hover-buttons .fg-panel-thumbs-prev {
        top: 0;
        left: 0
    }

    .fg-panel-hover-buttons .fg-panel-thumbs-next {
        bottom: 0;
        right: 0
    }
}

.fg-panel-thumbs-button .fg-icon {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.fg-panel-thumbs-button.fg-disabled .fg-icon {
    opacity: .3
}

.fg-panel-thumbs-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fg-panel-thumbs-stage {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center
}

.fg-panel-thumb-spacer {
    width: 100%;
    height: 100%;
    min-height: 1px;
    min-width: 1px
}

.fg-panel-thumb {
    position: relative;
    display: flex;
    margin: 0;
    padding: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    user-select: none
}

.fg-panel.fg-medium:not(.fg-panel-thumbs-no-captions) .fg-panel-thumb {
    justify-content: flex-start
}

.fg-panel-thumbs-viewport>.fg-panel-thumb {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    opacity: 0
}

.fg-panel-thumb-media {
    position: relative;
    width: 90px;
    min-width: 90px;
    height: 60px;
    min-height: 60px;
    overflow: hidden
}

.fg-panel.fg-medium .fg-panel-thumb-media {
    width: 108px;
    min-width: 108px;
    height: 72px;
    min-height: 72px
}

.fg-panel.fg-medium:not(.fg-panel-thumbs-no-captions) .fg-panel-thumb-media {
    margin-right: 5px
}

.fg-panel.fg-panel-thumbs-small .fg-panel-thumb-media {
    width: 60px;
    min-width: 60px
}

.fg-panel.fg-medium.fg-panel-thumbs-small .fg-panel-thumb-media {
    width: 72px;
    min-width: 72px
}

.fg-panel-thumb.fg-error .fg-panel-thumb-media,
.fg-panel-thumb.fg-idle .fg-panel-thumb-media,
.fg-panel-thumb.fg-loading .fg-panel-thumb-media {
    border-style: solid;
    border-width: 1px
}

.fg-panel-thumb.fg-error .fg-panel-thumb-media {
    background-image: url("../wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg");
    background-position: center center;
    background-size: 32px 32px;
    background-repeat: no-repeat
}

.fg-panel-thumb-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.fg-panel-thumb-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
    visibility: visible;
    opacity: 1;
    transition: visibility .3s, opacity .3s
}

.fg-panel-thumb.fg-error .fg-panel-thumb-image,
.fg-panel-thumb.fg-idle .fg-panel-thumb-image,
.fg-panel-thumb.fg-loading .fg-panel-thumb-image {
    visibility: hidden;
    opacity: 0
}

.fg-panel-thumb-caption {
    display: none;
    width: 100%;
    max-height: 60px;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.3
}

.fg-panel-thumb-caption-left .fg-panel-thumb-caption {
    text-align: left
}

.fg-panel-thumb-caption-right .fg-panel-thumb-caption {
    text-align: right
}

.fg-panel-thumb-caption-center .fg-panel-thumb-caption {
    text-align: center
}

.fg-panel.fg-medium .fg-panel-thumb-caption {
    max-height: 72px
}

.fg-panel.fg-medium:not(.fg-panel-thumbs-no-captions) .fg-panel-thumb-caption {
    display: block
}

.fg-panel-thumb-title {
    font-weight: 600
}

.fg-panel-thumb-description {
    font-size: smaller
}

.fg-panel-thumb-description,
.fg-panel-thumb-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fg-panel-thumb-description,
.fg-panel.fg-medium .fg-panel-thumb-title {
    -webkit-line-clamp: 2
}

.fg-panel.fg-hover-scale .fg-panel-thumb {
    transition-property: transform
}

.fg-panel.fg-hover-scale .fg-panel-thumb:hover {
    transform: scale(1.048)
}

.fg-default:after {
    content: '';
    display: block;
    clear: both
}

.fg-default .fg-item {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.fg-default .fg-item-inner,
.fg-default .fg-thumb {
    display: block;
    vertical-align: top;
    max-width: 100%
}

.fg-default .fg-image {
    border-radius: 0;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.fg-default .fg-image {
    vertical-align: top
}

.fg-default.fg-center {
    text-align: center
}

.fg-default.fg-gutter-10 {
    padding-left: 10px;
    margin-bottom: -10px
}

.fg-default.fg-gutter-10 .fg-item {
    margin-right: 10px;
    margin-bottom: 10px
}

.fg-masonry * {
    box-sizing: border-box
}

.foogallery.fg-masonry {
    margin: 0 auto;
    text-align: center
}

.fg-masonry .fg-thumb {
    display: block
}

.fg-masonry.fg-fixed .fg-column-width,
.fg-masonry.fg-fixed .fg-image,
.fg-masonry.fg-fixed .fg-item {
    max-width: 100%
}

.fg-masonry .fg-column-width {
    display: inline-block;
    border: 0 solid transparent
}

.fg-masonry .fg-column-width,
.fg-masonry .fg-gutter-width {
    position: absolute;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.fg-masonry.fg-fixed .fg-item .fg-image {
    width: 100%;
    height: auto;
    max-width: 100%
}

.fg-masonry .fg-item {
    line-height: 0;
    font-size: 0;
    vertical-align: top
}

.foogallery.fg-border-thin .fg-column-width {
    border-width: 4px
}

.foogallery.fg-border-medium .fg-column-width {
    border-width: 10px
}

.foogallery.fg-border-thick .fg-column-width {
    border-width: 16px
}

.fg-justified {
    box-sizing: border-box;
    position: relative;
    text-align: center
}

.foogallery.fg-justified .fg-item {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0
}

.foogallery.fg-justified .fg-image,
.foogallery.fg-justified .fg-item-inner,
.foogallery.fg-justified .fg-thumb {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0
}

.fg-justified .fg-item {
    visibility: visible;
    position: relative
}

.fg-justified .fg-item-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.fg-justified .fg-thumb {
    position: relative;
    overflow: hidden
}

.fg-justified .fg-image {
    z-index: 1
}

.fg-justified .fg-item.fg-positioned .fg-image-wrap,
.fg-justified .fg-item.fg-positioned .fg-thumb {
    width: 100%;
    height: 100%
}

.fg-justified .fg-item.fg-positioned .fg-image {
    width: 100% !important;
    height: auto !important;
    min-height: 100%
}

.fg-simple_portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center
}

.fg-simple_portfolio .fg-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin: 10px;
    max-width: 100%
}

.fg-simple_portfolio .fg-item-inner {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%
}

.fg-simple_portfolio .fg-image {
    height: auto;
    width: 100%
}

.fg-simple_portfolio .fg-thumb {
    min-width: auto;
    min-height: auto
}

.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption {
    visibility: visible;
    opacity: 1;
    font-size: 13px;
    position: relative;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 100%;
    text-transform: none;
    transform: none;
    transition: none;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    text-align: left
}

.foogallery.fg-simple_portfolio .fg-item-inner:hover .fg-caption {
    transform: none;
    transition: none
}

.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption-inner {
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    border: none;
    transform: none;
    transition: none
}

.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption-inner:before {
    display: none
}

.foogallery.fg-simple_portfolio.fg-caption-hover .fg-item-inner .fg-image-overlay {
    display: block
}

.fg-simple_portfolio .fg-caption-title {
    white-space: normal;
    height: auto
}

.fg-simple_portfolio.fg-dark .fg-caption,
.fg-simple_portfolio.fg-light .fg-caption {
    color: #828282
}

.fg-simple_portfolio.fg-dark .fg-caption a,
.fg-simple_portfolio.fg-light .fg-caption a {
    color: #828282;
    border-bottom: 1px solid #828282
}

.fg-simple_portfolio.fg-dark .fg-caption a:hover,
.fg-simple_portfolio.fg-light .fg-caption a:hover {
    border-bottom: none
}

.fg-simple_portfolio.fg-light .fg-caption-title,
.fg-simple_portfolio.fg-light .fg-caption-title a {
    color: #222
}

.fg-simple_portfolio.fg-dark .fg-caption-title,
.fg-simple_portfolio.fg-dark .fg-caption-title a {
    color: #fff
}

.fg-simple_portfolio.fg-light .fg-caption-title a {
    border-bottom: 1px solid #222
}

.fg-simple_portfolio.fg-dark .fg-caption-title a {
    border-bottom: 1px solid #fff
}

.fg-simple_portfolio .fg-caption {
    border-width: 0
}

.fg-simple_portfolio .fg-caption-title+.fg-caption-desc {
    margin-top: 4px
}

.fg-simple_portfolio.fg-border-thin .fg-caption {
    border-width: 10px 4px 4px
}

.fg-simple_portfolio.fg-border-medium .fg-caption {
    border-width: 10px 0 0
}

.fg-simple_portfolio.fg-border-thick .fg-caption {
    border-width: 16px 0 0
}

.fg-simple_portfolio.fg-border-thick .fg-caption-title+.fg-caption-desc {
    margin-top: 10px
}

.fg-image-viewer {
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.fg-image-viewer.fg-center {
    text-align: center
}

.fiv-inner {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    z-index: 6
}

.fiv-inner .fiv-inner-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 4px;
    z-index: 5
}

.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:active,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:hover,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:visited {
    position: relative;
    display: block;
    border: none;
    outline: 0;
    text-decoration: none;
    box-shadow: none;
    max-width: 100%
}

.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item {
    position: absolute;
    visibility: visible;
    opacity: 1;
    border: none;
    outline: 0;
    text-decoration: none;
    box-shadow: none;
    max-width: 100%
}

.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item:first-of-type {
    position: relative
}

.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
    outline: 0;
    text-decoration: none
}

.fg-image-viewer .fiv-inner .fiv-ctrls {
    display: block;
    text-align: center;
    font-size: 14px;
    border-style: solid;
    line-height: 34px
}

.fg-image-viewer .fiv-inner .fiv-ctrls:after {
    content: '';
    display: block;
    clear: both
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-count {
    display: inline-block;
    font-weight: 400;
    margin: 0
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    min-width: 80px;
    position: relative;
    overflow: hidden;
    transition: background-color .3s
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
    display: block;
    position: absolute;
    font-size: 24px;
    line-height: 30px;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform .3s
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:hover:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:hover:before {
    transform: translateY(-100%)
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next span,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev span {
    display: block;
    width: 100%;
    transform: translateY(100%);
    transition: transform .3s
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:hover span,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:hover span {
    transform: translateY(0)
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev {
    float: left
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
    content: '\2190'
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
    float: right
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
    content: '\2192'
}

.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-count span {
    margin: 0 4px
}

.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev {
    float: right
}

.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
    content: '\2192'
}

.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
    float: left
}

.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
    content: '\2190'
}

.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-count,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-light .fiv-inner .fiv-inner-container {
    background-color: #fff;
    color: #333;
    border-color: #fff
}

.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next:hover,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev:hover {
    background-color: #f2f2f2
}

.fg-image-viewer.fg-light .fiv-next,
.fg-image-viewer.fg-light .fiv-prev {
    box-shadow: inset 0 0 0 1px #ddd
}

.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-count,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-next,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-dark .fiv-inner .fiv-inner-container {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-next:hover,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-prev:hover {
    background-color: #444
}

.fg-image-viewer.fg-dark .fiv-next,
.fg-image-viewer.fg-dark .fiv-prev {
    box-shadow: inset 0 0 0 1px #222
}

.foogallery.fg-image-viewer.fg-border-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thin .fg-item-inner {
    border-width: 0
}

.foogallery.fg-image-viewer .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thin .fiv-inner-container {
    border-width: 4px
}

.foogallery.fg-image-viewer.fg-border-medium .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-medium .fiv-inner-container {
    border-width: 10px
}

.foogallery.fg-image-viewer.fg-border-thick .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thick .fiv-inner-container {
    border-width: 16px
}

.foogallery.fg-image-viewer .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-medium .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thick .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thin .fiv-ctrls {
    border-top-width: 1px
}

.foogallery.fg-thumbnail,
.foogallery.fg-thumbnail.fg-center {
    text-align: center
}

.foogallery.fg-thumbnail .fg-item {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.foogallery.fg-thumbnail .fg-image {
    max-width: 100%
}

.fg-header-active {
    display: block;
    margin: 0;
    padding: 0 20px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    text-align: right;
    transition-property: opacity, visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.fg-header-back {
    display: block;
    padding: 0;
    margin: 5px;
    visibility: hidden;
    opacity: 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #999;
    background: #ddd;
    background: rgba(200, 200, 200, .5);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.fg-has-active .fg-header-active,
.fg-has-active .fg-header-back {
    visibility: visible;
    opacity: 1
}

.fg-piles {
    display: inline-block;
    position: relative;
    max-width: 100%;
    transition-property: width, height;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.fg-pile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    max-width: 100%;
    transition-property: opacity, visibility, top, left, width, height;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.fg-pile.fg-hidden {
    visibility: hidden;
    opacity: 0
}

.fg-pile-item {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    position: absolute;
    top: 25px;
    left: 25px;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    border: 10px solid #fff;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    transition-property: opacity, visibility, top, left, transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    transform: rotate(0)
}

.fg-expanded .fg-pile-item {
    z-index: 2;
    transform: rotate(0) !important
}

.fg-pile-item.fg-has-cover {
    z-index: 10;
    transform: rotate(0) !important
}

.fg-pile-item:nth-child(2) {
    z-index: 9
}

.fg-pile-item:nth-child(3) {
    z-index: 8
}

.fg-pile-item:nth-child(4) {
    z-index: 7
}

.fg-pile-item:nth-child(1n+5) {
    visibility: hidden;
    opacity: 0
}

.fg-expanded .fg-pile-item:nth-child(1n+4) {
    visibility: visible;
    opacity: 1
}

.fg-pile-item-thumb {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%
}

.fg-pile-item-image {
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: auto
}

.fg-pile-cover {
    display: flex;
    justify-content: left;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.fg-expanded .fg-pile-cover {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.fg-pile-cover-content {
    display: flex;
    position: relative;
    background: #fff;
    color: #333;
    width: 75%;
    font-weight: 700;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1), 5px 0 5px -3px rgba(0, 0, 0, .4), inset 0 0 5px rgba(0, 0, 0, .04)
}

.fg-pile-cover-title {
    text-align: center;
    padding: 10px;
    width: 100%
}

.fg-pile-cover-count {
    color: #aaa;
    padding: 10px 5px;
    background: #f7f7f7;
    height: 100%
}

:root {
    --fg-carousel-perspective: 150px;
    --fg-carousel-navigation-size: 48px;
    --fg-carousel-pagination-size: 14px;
    --fg-carousel-progress-size: 4px;
    --fg-carousel-navigation-opacity: 0.3;
    --fg-carousel-transition-speed: 650ms;
    --fg-carousel-ui-speed: 300ms
}

.foogallery.fg-carousel {
    --fg-carousel-inverse-perspective: calc(-1 * var(--fg-carousel-perspective));
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: var(--fg-carousel-navigation-size) auto var(--fg-carousel-navigation-size);
    grid-template-rows: auto auto;
    grid-template-areas: "prev inner next" "bottom bottom bottom"
}

.fg-carousel-inner {
    position: relative;
    grid-area: inner;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    grid-template-areas: "left center right";
    padding: 10px 0;
    perspective: var(--fg-carousel-perspective);
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: contents;
    pointer-events: none
}

.fg-carousel-center {
    position: relative;
    z-index: -1;
    pointer-events: none;
    visibility: hidden
}

.fg-carousel-center {
    grid-area: center
}

.fg-carousel-progress {
    display: block;
    position: absolute;
    visibility: visible;
    bottom: 0;
    left: 0;
    width: 0;
    height: var(--fg-carousel-progress-size);
    border-radius: calc(var(--fg-carousel-progress-size)/ 2);
    transition: width .1s linear;
    opacity: var(--fg-carousel-navigation-opacity)
}

.rtl .fg-carousel-progress {
    left: auto;
    right: 0
}

.fg-carousel-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    grid-area: bottom;
    font-size: var(--fg-carousel-pagination-size);
    padding: 0;
    margin-bottom: 10px
}

.fg-carousel-bullet {
    width: 1em;
    height: 1em;
    display: block;
    padding: 0;
    margin: .3em;
    border-radius: 50%;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none;
    outline: 0;
    opacity: var(--fg-carousel-navigation-opacity);
    cursor: pointer;
    font-size: inherit;
    transition: opacity var(--fg-carousel-ui-speed) ease-in
}

@media only screen and (max-width:782px) {
    .fg-carousel-bullet {
        width: 1.25em;
        height: 1.25em
    }
}

.fg-carousel-bullet:hover {
    background: 0 0;
    box-shadow: none;
    outline: 0;
    opacity: 1
}

.fg-carousel-bullet.fg-bullet-active {
    opacity: 1
}

button.fg-carousel-next,
button.fg-carousel-prev {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fg-carousel-navigation-size);
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    z-index: 11;
    cursor: pointer;
    opacity: var(--fg-carousel-navigation-opacity);
    transition: opacity var(--fg-carousel-ui-speed) ease-in;
    padding: 0;
    margin: 0
}

button.fg-carousel-next:hover,
button.fg-carousel-prev:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    opacity: 1
}

.fg-carousel-next .fg-icon,
.fg-carousel-prev .fg-icon {
    width: 1em;
    height: 1em
}

.rtl .fg-carousel-next .fg-icon,
.rtl .fg-carousel-prev .fg-icon {
    transform: rotate(180deg)
}

.fg-carousel-prev {
    grid-area: prev
}

.fg-carousel-next {
    grid-area: next
}

.foogallery.fg-carousel .fg-item {
    display: block;
    opacity: 0;
    visibility: hidden;
    grid-area: center;
    transform-origin: center center;
    transform: translate3d(0, 200%, var(--fg-carousel-inverse-perspective));
    transition-timing-function: ease-in-out;
    transition-duration: 0s;
    transition-property: background-color, transform, transform-origin, opacity, visibility;
    backface-visibility: hidden;
    pointer-events: auto
}

.foogallery.fg-carousel .fg-item.fg-loaded {
    transform: translate3d(0, 0, var(--fg-carousel-inverse-perspective));
    transition-timing-function: ease-in-out;
    transition-duration: calc(var(--fg-carousel-transition-speed) / 2);
    transition-property: background-color, transform, transform-origin, opacity, visibility
}

.foogallery.fg-carousel .fg-item.fg-item-active,
.foogallery.fg-carousel .fg-item.fg-item-next,
.foogallery.fg-carousel .fg-item.fg-item-prev {
    opacity: 1;
    visibility: visible
}

.foogallery.fg-carousel .fg-item.fg-item-active {
    transform: translate3d(0, 0, 0)
}

.foogallery.fg-carousel.fg-dark .fg-carousel-progress {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #9d9d9d
}

.foogallery.fg-carousel.fg-dark button.fg-carousel-bullet {
    background-color: #fff;
    border-color: #ccc
}

.foogallery.fg-carousel.fg-dark button.fg-carousel-next,
.foogallery.fg-carousel.fg-dark button.fg-carousel-prev {
    color: #fff;
    background-color: transparent
}

.foogallery.fg-carousel.fg-light .fg-carousel-progress {
    background-color: #444;
    box-shadow: inset 0 0 0 1px #333
}

.foogallery.fg-carousel.fg-light button.fg-carousel-bullet {
    background-color: #444;
    border-color: #333
}

.foogallery.fg-carousel.fg-light button.fg-carousel-next,
.foogallery.fg-carousel.fg-light button.fg-carousel-prev {
    color: #444;
    background-color: transparent
}

a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
ruby,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote {
    quotes: none
}

blockquote:after,
blockquote:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    src: url("../wp-content/themes/planitgreen/fonts/Gotham-Book.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/Gotham-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    src: url("../wp-content/themes/planitgreen/fonts/Gotham-Medium.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham;
    src: url("../wp-content/themes/planitgreen/fonts/Gotham-Bold.woff2") format("woff2"), url("../wp-content/themes/planitgreen/fonts/Gotham-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

.header {
    display: block
}

.header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    font-family: Gotham;
    font-weight: 400;
    color: #222;
    font-size: 16px
}

body {
    background-color: #242424
}

strong {
    font-family: Tisa;
    font-weight: 700
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1280px;
    position: relative
}

@media (max-width:1280px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
        width: calc(100%)
    }
}

@media (max-width:1279px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
        width: calc(100%)
    }
}

@media (max-width:500px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:375px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

button,
input,
textarea {
    outline: 0
}

.footer {
    text-align: center;
    padding: 55px 0;
    font: 400 16px Gotham, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .15em;
    background-color: #101010
}

.footer__logo {
    display: inline-block;
    width: 249px;
    height: 98px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.footer__locations {
    margin: 55px 20px 30px;
    color: #a2c654;
    line-height: 2em
}

.footer__locations span {
    margin: 0 9px;
    color: #5f5e5e
}

.footer__phone {
    color: #fff;
    display: block
}

.footer__copyright {
    text-transform: none;
    letter-spacing: .02em;
    color: #555;
    font-size: 12px;
    padding: 0 15px;
    line-height: 1.4em
}

.footer__copyright a {
    color: inherit;
    text-decoration: underline
}

.footer__copyright span {
    margin: 0 5px;
    color: #333
}

.pageHero {
    position: relative;
    z-index: 5;
    margin-bottom: -20px;
    overflow: hidden
}

.pageHero__container {
    max-width: 1600px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px
}

.pageHero:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    top: 0
}

.pageHero.-darkOverlay:after {
    background: linear-gradient(to right, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%)
}

.pageHero__title {
    font-family: Raleway;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
    letter-spacing: .02em;
    padding-top: 270px;
    line-height: 1.05
}

@media (max-width:1280px) {
    .pageHero__title {
        font-size: 90px
    }
}

@media (max-width:1024px) {
    .pageHero__title {
        font-size: 50px;
        padding-top: 170px
    }
}

@media (max-width:768px) {
    .pageHero__container {
        padding-bottom: 60px
    }

    .pageHero__title {
        padding-top: 100px;
        font-size: 40px;
        position: relative;
        top: 10px
    }
}

@media (max-width:500px) {
    .pageHero__title {
        padding-top: 80px;
        font-size: 35px
    }
}

.pageHero__title.-skinnyBanner {
    padding-top: 90px
}

.pageHero__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1280px;
    position: relative;
    z-index: 1
}

@media (max-width:1280px) {
    .pageHero__content {
        padding-left: 60px;
        padding-right: 60px;
        width: calc(100%)
    }
}

@media (max-width:1279px) {
    .pageHero__content {
        padding-left: 25px;
        padding-right: 25px;
        width: calc(100%)
    }
}

@media (max-width:500px) {
    .pageHero__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:375px) {
    .pageHero__title {
        padding-top: 60px;
        font-size: 30px
    }

    .pageHero__content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.pageHero__lineAndCircle {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1600px;
    height: 60px;
    background-image: url(../wp-content/themes/planitgreen/images/home/line-and-circle.svg);
    z-index: 2;
    top: initial;
    bottom: 40px;
    left: -700px
}

.contactPage {
    background-color: #eeeeee;
    color: #727272;
    padding: 50px 0 100px
}

.contactPage a {
    color: #fff
}

.contactPage__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1280px;
    display: flex
}

@media (max-width:1280px) {
    .pageHero__lineAndCircle {
        left: -800px
    }

    .contactPage__wrapper {
        padding-left: 60px;
        padding-right: 60px;
        width: calc(100%)
    }
}

@media (max-width:1279px) {
    .contactPage__wrapper {
        padding-left: 25px;
        padding-right: 25px;
        width: calc(100%)
    }
}

@media (max-width:500px) {
    .contactPage__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.contactPage__wrapper.-oneColumn {
    display: block;
    padding-top: 30px;
    max-width: 960px
}

.contactPage__wrapper.-oneColumn>* {
    width: 100%
}

.contactPage__wrapper>* {
    width: 50%
}

@media (max-width:1024px) {
    .contactPage__wrapper {
        display: block
    }

    .contactPage__wrapper>* {
        width: 100%
    }
}

.contactPage h2+p {
    font: 200 16px Fakt, sans-serif;
    font-size: 40px;
    margin-top: 7px;
    margin-bottom: 25px;
    letter-spacing: .05em
}

@media (max-width:768px) {
    .pageHero__lineAndCircle {
        bottom: 0
    }

    .contactPage h2+p {
        font-size: 30px
    }
}

@media (max-width:375px) {
    .contactPage__wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .contactPage h2+p {
        font-size: 24px
    }
}

.contactPage p a:hover {
    text-decoration: underline
}

.contactFormWrapper {
    width: calc(100%)
}

.contactFormWrapper p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.45;
    color: #848484
}

.contactFormWrapper a {
    color: #a2c654
}

.contactFormWrapper h2 {
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px 0 15px
}

@media (max-width:500px) {
    .contactFormWrapper h2 {
        font-size: 30px
    }
}

.contactFormWrapper select {
    font-size: 16px;
    min-width: 70px !important
}

::-webkit-input-placeholder {
    color: #aaa !important;
    text-transform: uppercase;
    opacity: 1
}

::-moz-placeholder {
    color: #ccc !important;
    text-transform: uppercase;
    opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #222 inset !important
}

input:-webkit-autofill {
    -webkit-text-fill-color: white !important
}

.socialIcons {
    display: inline-block;
    padding: 25px 0
}

.socialIcons.-footer {
    margin: 15px auto
}

.socialIcons a {
    margin-right: 40px
}

.socialIcons a:last-child {
    margin-right: 0
}

.socialIcons__icon {
    width: 39px;
    height: 39px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.socialIcons__icon.-instagram:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-instagram-white.svg) !important
}

.socialIcons__icon.-instagram.-footer:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-instagram-light.svg) !important
}

.socialIcons__icon.-facebook:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-facebook-white.svg) !important
}

.socialIcons__icon.-facebook.-footer:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-facebook-light.svg) !important
}

.socialIcons__icon.-houzz:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-houzz-white.svg) !important
}

.socialIcons__icon.-houzz.-footer:hover {
    background-image: url(../wp-content/themes/planitgreen/images/contact/icon-houzz-light.svg) !important
}

select {
    width: 150px;
    padding: 6px 35px 5px 15px !important;
    font-size: 16px;
    border: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../wp-content/themes/planitgreen/images/select-arrow.svg) 96%/4% no-repeat #222;
    border-radius: 0 !important;
    color: #fff
}

select::-ms-expand {
    display: none
}

.galleriesMenu {
    background-color: #000;
    color: #fff;
    line-height: 1.5em;
    padding: 95px 0 40px
}

@media (max-width:1024px) {
    .galleriesMenu {
        padding: 35px 0 30px;
        border-top: 1px solid #a2c654
    }
}

@media (max-width:500px) {
    .galleriesMenu {
        font-size: 12px;
        padding: 10px 0
    }
}

.galleriesMenu__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1280px
}

@media (max-width:1280px) {
    .galleriesMenu__wrapper {
        padding-left: 60px;
        padding-right: 60px;
        width: calc(100%)
    }
}

@media (max-width:1279px) {
    .galleriesMenu__wrapper {
        padding-left: 25px;
        padding-right: 25px;
        width: calc(100%)
    }
}

@media (max-width:500px) {
    .galleriesMenu__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:375px) {
    .galleriesMenu__wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

.galleriesMenu h2 {
    font: 400 16px Gotham, sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    color: #a2c654;
    text-transform: uppercase;
    letter-spacing: .1em
}

.galleriesMenu ul li {
    display: inline-block;
    margin: 0 25px 0 0;
    padding-right: 20px;
    position: relative
}

.galleriesMenu ul li:after {
    content: '|';
    position: absolute;
    right: -6px;
    top: 0;
    color: #333
}

.galleriesMenu a {
    color: #848484;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 1.25em;
    text-transform: uppercase;
    position: relative;
    max-width: 450px;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px
}

.galleriesMenu a:hover {
    color: #fff
}

form input[type=email],
form input[type=text],
form textarea {
    padding: 15px 15px 11px !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #222;
    border: 0;
    font: 400 16px Gotham, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .05em;
    color: #fff
}

form h3,
form label {
    font: 700 16px Gotham, sans-serif !important;
    margin: 8px 0 5px !important;
    color: #fff;
    font-size: 20px !important;
    line-height: 1.4em !important
}

@media (max-width:500px) {

    form input[type=email],
    form input[type=text],
    form textarea {
        padding: 13px 15px 9px !important
    }

    form h3,
    form label {
        font-size: 18px !important
    }
}

form h3 {
    margin-top: 45px !important
}

form input+label {
    color: grey;
    font-size: 16px !important
}

form input[type=submit] {
    color: #a2c654 !important;
    margin-top: 30px !important
}

form input[type=submit]:hover {
    cursor: pointer
}

form a {
    color: #a2c654;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline
}

form input[type=submit] {
    text-transform: uppercase;
    color: #acacac;
    border: 1px solid #3b3b3b;
    padding: 18px 32px 15px;
    font: 500 16px Gotham, sans-serif;
    font-size: 15px;
    display: inline-block;
    margin-top: 35px;
    transition: all .2s ease;
    line-height: 1.2em;
    letter-spacing: .05em;
    background-color: rgba(0, 0, 0, 0)
}

form input:hover[type=submit] {
    border-color: #fff;
    color: #fff
}


.footer__logo {
    height: 150px;
    width: 290px
}

.footer__locations {
    color: #88785d
}

.topNav ul li.current_page_item a {
    color: #88785d
}

.contactFormWrapper a:not(:hover) {
    color: #88785d
}

form input[type=submit]:not(:hover) {
    color: #88785d !important
}

form input[type=submit]:hover {
    color: #fff !important
}

.contactFormWrapper .wp-block-button__link.wp-element-button:not(:hover) {
    border-color: #88785d
}

.contactFormWrapper>h2::after {
    background-color: #88785d;
    background-image: linear-gradient(to right, #4e402f, #88785d)
}

.pageHero__container {
    max-width: none;
    background-color: #2f2f2f
}

.contactFormWrapper .wp-block-buttons {
    background-image: url(../wp-content/uploads/planit-green-stone-texture-full.png.webp) !important;
    background-blend-mode: multiply;
    background-color: #a5a4a4
}

.pageHero__title.home:after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -20px;
    width: 149px;
    height: 2px;
    background-color: #88785d;
    background-image: linear-gradient(to right, #4e402f, #88785d);
    z-index: 1
}

.footer__locations h3 {
    display: inline
}

body,
html {
    scroll-behavior: smooth
}

.galleriesMenu {
    background-image: url('../wp-content/uploads/planit-green-stone-texture-full.png.webp');
    text-align: center;
    line-height: 2em
}

@media screen and (min-width:1024px) {
    .galleriesMenu {
        position: sticky;
        top: 0;
        z-index: 2
    }
}

.galleriesMenu {
    max-width: none;
    padding-top: 40px
}

.galleriesMenu__wrapper {
    max-width: none;
    padding-top: 0
}

.galleriesMenu ul li {
    margin: 0 12px;
    padding-left: 10px;
    padding-right: 10px
}

.galleriesMenu ul li::before {
    content: '|';
    position: absolute;
    left: -17px;
    top: 0;
    color: #333
}

.galleriesMenu ul li::after {
    right: -17px
}

.pageHero {
    display: none
}

.-oneColumn {
    max-width: none !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
    margin-top: -3px
}

section.contactPage {
    padding-bottom: 0;
    background-color: #eeeeee;
    padding-top: 0;
    z-index: 4;
    margin-top: 0;
    position: relative
}

.contactFormWrapper>h2 {
    position: relative;
    padding-bottom: 30px;
    font: 200 16px Gotham, sans-serif;
    font-size: 40px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    line-height: 47px;
    text-align: center;
    padding-top: 50px;
    margin-top: 0;
    /* margin-bottom: 110px; */
    color: #727272; 
}

.contactFormWrapper>h2::after {
    content: '';
    position: relative;
    width: 33.3333%;
    max-width: 126px;
    height: 3px;
    background-color: #a2c654;
    display: block;
    margin: 30px auto 0
}

@media screen and (max-width:1023px) {
    .contactPage {
        padding-top: 0
    }

    .galleriesMenu ul li {
        display: block;
        padding: 0 0 10px !important;
        margin: 0 0 10px !important
    }

    .galleriesMenu ul li::before,
    .galleriesMenu ul li:last-child::after {
        display: none
    }

    .galleriesMenu ul li::after {
        content: '|';
        position: absolute;
        right: auto;
        top: auto;
        bottom: 0;
        color: #333;
        border-bottom: 2px solid;
        left: 50%;
        width: 50px;
        transform: translateX(-50%)
    }
}

.foogallery {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important
}

.foogallery .fg-item-inner {
    background-color: transparent
}

.foogallery .fg-item {
    margin: 0 !important;
    width: 24vw;
    height: 17.75vw;
    box-sizing: content-box;
    padding: .5vw
}

.foogallery .fg-item:nth-child(10n+1) {
    width: 49vw;
    float: left;
    height: 36.5vw
}

.foogallery .fg-item:nth-child(10n+6) {
    width: 49vw;
    float: right;
    height: 36.5vw
}

.foogallery .fg-item * {
    height: 100%
}

.fbx-light .fbx-inner {
    background-color: #000 !important
}

.foogallery .fg-item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

@media screen and (max-width:767px) {
    .foogallery .fg-item {
        width: 48vw;
        padding: 1vw;
        height: 35.5vw
    }

    .foogallery .fg-item:nth-child(10n+1),
    .foogallery .fg-item:nth-child(10n+6) {
        float: none;
        width: 98vw;
        height: 73vw
    }
}

.contactFormWrapper blockquote {
    margin: -.5vw auto 132px;
    padding: 242px 10px;
    background-color: #000;
    text-align: center
}

.contactFormWrapper blockquote::before {
    content: '“';
    font-family: Raleway, sans-serif;
    font-size: 160px;
    font-weight: 700;
    line-height: 257px;
    color: #8ba64e
}

.contactFormWrapper blockquote p {
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 43px;
    font-weight: 200;
    line-height: 60px;
    max-width: 1046px;
    color: #fff;
    width: 100%;
    margin: auto
}

.contactFormWrapper blockquote cite {
    margin-top: 53px;
    font-family: Raleway, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 78px;
    letter-spacing: 2.25px;
    color: #8ba64e;
    display: block
}

.contactFormWrapper .wp-block-buttons {
    width: 100%;
    /* border-top: 49px solid #000; */
    padding: 50px 10px;
    margin-top: -1vw;
    background-image: url(../wp-content/themes/planitgreen/images/marble-background.jpg.webp)
}

.contactFormWrapper .wp-block-button {
    width: 100%
}

.contactFormWrapper .wp-block-button__link.wp-element-button {
    border-radius: 0;
    border: 2px solid #8fa94e;
    padding: 24px;
    width: 100%;
    max-width: 415px;
    margin: auto;
    display: block;
    color: #a8a8a8 !important;
    font-size: 17px;
    letter-spacing: 3.4px;
    font-weight: 600;
    transition: color .3s, border .3s
}

.contactFormWrapper .wp-block-button__link.wp-element-button:hover {
    border-color: #fff;
    color: #fff !important
}

.fbx-modal {
    border-color: #000;
    background-color: #252525cc;
    backdrop-filter: blur(5px)
}

.fbx-inner,
.fbx-rounded.fbx-light .fbx-close {
    border-color: #000 !important
}

.fbx-btn-transition {
    background-color: #000 !important
}

.fbx-btn-transition svg.fbx-icon {
    pointer-events: none;
    fill: #ffffff;
    opacity: .5;
    transition: opacity .3s
}

.fbx-btn-transition:hover svg.fbx-icon {
    opacity: 1
}

.fbx-inner-shadow,
.fbx-next.fbx-btn-shadow,
.fbx-rounded .fbx-btn-shadow {
    box-shadow: none
}

.fbx-inner {
    border: none !important
}

.fbx-caption,
.fbx-count {
    display: none
}

.fbx-rounded .fbx-item-current,
.fbx-rounded .fbx-item-image,
.fbx-rounded .fbx-item-next {
    border-radius: 0 !important
}

.fbx-close {
    position: fixed;
    top: 20px !important;
    right: 20px !important;
    background-color: transparent !important;
    border: none !important;
    width: 30px;
    height: 30px;
    box-shadow: none !important
}

.fbx-icon {
    width: 100%;
    height: 100%
}

.fbx-next,
.fbx-prev {
    position: fixed !important;
    background-color: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    background-size: 75% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 27.6.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16.8 28.2' style='enable-background:new 0 0 16.8 28.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23ffffff;} %3C/style%3E%3Cg id='Icon_ionic-ios-arrow-dropdown' transform='translate(-6.591 -8.747)'%3E%3Cpath id='Path_91' class='st0' d='M7.6,36C8.5,37,10,37,10.9,36l11.6-11.6c0.9-0.9,0.9-2.3,0.1-3.2L11.1,9.7 c-0.9-0.9-2.4-0.9-3.3,0c-0.9,0.9-0.9,2.4,0,3.3l9.7,9.9l-10,9.9C6.6,33.6,6.6,35.1,7.6,36C7.6,36,7.6,36,7.6,36z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: .5;
    transition: opacity .3s
}

.fbx-next:hover,
.fbx-prev:hover {
    opacity: 1
}

.fbx-next {
    right: 20px !important
}

.fbx-prev {
    left: 20px !important;
    transform: scale(-1)
}

.fbx-next svg,
.fbx-prev svg {
    display: none
}

.fbx-phone .fbx-next,
.fbx-phone .fbx-prev {
    background-size: contain
}

.fbx-modal.fbx-phone.fbx-landscape {
    border: none !important
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-close,
.fbx-modal.fbx-phone.fbx-portrait .fbx-close {
    right: 20px !important;
    left: auto !important;
    width: 40px;
    color: #fff !important;
    top: 20px !important;
    filter: drop-shadow(0 3px 0 #000000)
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-prev,
.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
    left: 20px !important;
    right: auto !important;
    width: 40px;
    top: 50% !important;
    color: #fff !important;
    filter: drop-shadow(3px 0 0 #000000)
}

.fbx-modal.fbx-phone.fbx-landscape .fbx-next,
.fbx-modal.fbx-phone.fbx-portrait .fbx-next {
    right: 20px !important;
    left: auto !important;
    width: 40px;
    top: 50% !important;
    color: #fff !important;
    filter: drop-shadow(-3px 0 0 #000000)
}

:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
    background: 0 0;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: .667em;
    padding-right: 1.33em;
    padding-bottom: .667em;
    padding-left: 1.33em
}

.wp-container-core-buttons-is-layout-1 {
    justify-content: center
}