.wp-block-uagb-image-gallery {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column
}

.spectra-image-gallery * {
    box-sizing: border-box
}

.spectra-image-gallery__layout--grid {
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.spectra-image-gallery__layout--grid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows:hover {
    transform: scale(1.5);
    background-color: transparent
}

.spectra-image-gallery__layout--isogrid-col-1 .spectra-image-gallery__media-wrapper--isotope {
    width: 100%
}

.spectra-image-gallery__layout--isogrid-col-2 .spectra-image-gallery__media-wrapper--isotope {
    width: 50%
}

.spectra-image-gallery__layout--isogrid-col-3 .spectra-image-gallery__media-wrapper--isotope {
    width: 33.33%
}

.spectra-image-gallery__layout--isogrid-col-4 .spectra-image-gallery__media-wrapper--isotope {
    width: 25%
}

.spectra-image-gallery__layout--isogrid-col-5 .spectra-image-gallery__media-wrapper--isotope {
    width: 20%
}

.spectra-image-gallery__layout--isogrid-col-6 .spectra-image-gallery__media-wrapper--isotope {
    width: 16.66%
}

.spectra-image-gallery__layout--isogrid-col-7 .spectra-image-gallery__media-wrapper--isotope {
    width: 14.28%
}

.spectra-image-gallery__layout--isogrid-col-8 .spectra-image-gallery__media-wrapper--isotope {
    width: 12.5%
}

.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows:hover {
    transform: scale(1.5);
    background-color: transparent
}

.spectra-image-gallery__layout--masonry-col-1 .spectra-image-gallery__media-wrapper--isotope {
    width: 100%
}

.spectra-image-gallery__layout--masonry-col-2 .spectra-image-gallery__media-wrapper--isotope {
    width: 50%
}

.spectra-image-gallery__layout--masonry-col-3 .spectra-image-gallery__media-wrapper--isotope {
    width: 33.33%
}

.spectra-image-gallery__layout--masonry-col-4 .spectra-image-gallery__media-wrapper--isotope {
    width: 25%
}

.spectra-image-gallery__layout--masonry-col-5 .spectra-image-gallery__media-wrapper--isotope {
    width: 20%
}

.spectra-image-gallery__layout--masonry-col-6 .spectra-image-gallery__media-wrapper--isotope {
    width: 16.66%
}

.spectra-image-gallery__layout--masonry-col-7 .spectra-image-gallery__media-wrapper--isotope {
    width: 14.28%
}

.spectra-image-gallery__layout--masonry-col-8 .spectra-image-gallery__media-wrapper--isotope {
    width: 12.5%
}

.spectra-image-gallery__layout--carousel {
    width: 100%
}

.spectra-image-gallery__layout--carousel .slick-initialized {
    visibility: visible
}

.spectra-image-gallery__layout--carousel .slick-track {
    display: flex;
    align-items: center
}

.spectra-image-gallery__layout--carousel .slick-dots {
    padding: 0;
    position: relative !important
}

.spectra-image-gallery__layout--carousel .slick-dots li button {
    padding: 0
}

.spectra-image-gallery__layout--carousel .uagb-slick-carousel {
    padding: 0
}

.spectra-image-gallery__layout--tiled {
    position: relative;
    display: grid;
    grid-auto-flow: dense;
    min-height: 0;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper {
    position: relative;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--wide {
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--tall {
    grid-row: span 2
}

.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--focus {
    grid-row: span 2;
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper {
    position: relative;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--wide {
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--tall {
    grid-row: span 2
}

.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--focus {
    grid-row: span 2;
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper {
    position: relative;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--wide {
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--tall {
    grid-row: span 2
}

.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--focus {
    grid-row: span 2;
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper {
    position: relative;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--wide {
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--tall {
    grid-row: span 2
}

.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--focus {
    grid-row: span 2;
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper {
    position: relative;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--wide {
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--tall {
    grid-row: span 2
}

.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--focus {
    grid-row: span 2;
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper {
    position: relative;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--wide {
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--tall {
    grid-row: span 2
}

.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--focus {
    grid-row: span 2;
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper {
    position: relative;
    min-width: 0
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--wide {
    grid-column: span 2
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--tall {
    grid-row: span 2
}

.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--focus {
    grid-row: span 2;
    grid-column: span 2
}

.spectra-image-gallery__media {
    position: relative;
    overflow: hidden;
    -webkit-transition: box-shadow 0.25s;
    -moz-transition: box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s
}

.spectra-image-gallery__media--flagged {
    cursor: not-allowed
}

.spectra-image-gallery__media--clickable {
    cursor: pointer
}

.spectra-image-gallery__media--grid {
    aspect-ratio: 1
}

.spectra-image-gallery__media--masonry {
    width: 100%
}

.spectra-image-gallery__media--carousel {
    width: 100%
}

.spectra-image-gallery__media--tiled {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.spectra-image-gallery__media--tiled-wide,
.spectra-image-gallery__media--tiled-tall {
    aspect-ratio: unset;
    width: 100%;
    height: 100%
}

.spectra-image-gallery__media--tiled picture {
    width: 100%;
    height: 100%
}

.spectra-image-gallery__media-sizer {
    aspect-ratio: 1
}

.spectra-image-gallery__media-wrapper {
    position: relative
}

.spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus {
    opacity: 0.25
}

.spectra-image-gallery__media-thumbnail {
    vertical-align: middle;
    -webkit-transition: filter 0.5s, transform 0.5s;
    -moz-transition: filter 0.5s, transform 0.5s;
    -o-transition: filter 0.5s, transform 0.5s;
    transition: filter 0.5s, transform 0.5s
}

.spectra-image-gallery__media-thumbnail--grid {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.spectra-image-gallery__media-thumbnail--masonry {
    width: 100%
}

.spectra-image-gallery__media-thumbnail--carousel {
    width: 100%
}

.spectra-image-gallery__media-thumbnail--tiled {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.spectra-image-gallery__media-thumbnail-blurrer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -webkit-transition: box-shadow 0.25s, -webkit-backdrop-filter 0.5s;
    -moz-transition: box-shadow 0.25s, backdrop-filter 0.5s;
    -o-transition: box-shadow 0.25s, backdrop-filter 0.5s;
    transition: box-shadow 0.25s, backdrop-filter 0.5s
}

.spectra-image-gallery__media-thumbnail-caption {
    -webkit-transition-property: color, background-color, border-color;
    -moz-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__media-thumbnail-caption--overlay {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1em
}

.spectra-image-gallery__media-thumbnail-caption--bar-inside {
    width: 100%;
    overflow: hidden;
    padding: 1em;
    max-height: 90%
}

.spectra-image-gallery__media-thumbnail-caption--bar-outside {
    width: 100%;
    overflow: hidden;
    padding: 1em
}

.spectra-image-gallery__media-thumbnail-caption-wrapper {
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s
}

.spectra-image-gallery__media-thumbnail-caption-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.spectra-image-gallery__media-thumbnail-caption-wrapper--bar-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden
}

.spectra-image-gallery__media-thumbnail-caption-wrapper--bar-outside {
    position: relative;
    width: 100%;
    overflow: hidden
}

.spectra-image-gallery__control-wrapper {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: center
}

.spectra-image-gallery__control-arrows {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-arrows:disabled {
    opacity: 0.25;
    cursor: initial
}

.spectra-image-gallery__control-arrows:focus {
    background-color: transparent
}

.spectra-image-gallery__control-arrows--grid {
    border: none
}

.spectra-image-gallery__control-arrows svg {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-dots {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important
}

.spectra-image-gallery__control-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-dots li:hover {
    transform: scale(1.5);
    background-color: transparent
}

.spectra-image-gallery__control-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-dots li button::before {
    font-family: none;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-dots li.spectra-image-gallery__control-dot--active button::before {
    opacity: 0.75
}

.spectra-image-gallery__control-loader {
    margin: 0 auto;
    min-height: 58px;
    line-height: 58px;
    width: 160px;
    text-align: center
}

.spectra-image-gallery__control-loader div {
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spectra-image-gallery__control-loader div.spectra-image-gallery__control-loader--1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spectra-image-gallery__control-loader div.spectra-image-gallery__control-loader--2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.spectra-image-gallery__control-button {
    cursor: pointer;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-button.disabled {
    opacity: 0.25;
    pointer-events: none
}

.spectra-image-gallery__control-focus {
    cursor: pointer;
    position: absolute;
    box-sizing: content-box !important;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    padding: 0.5em;
    background-color: transparent;
    border: none;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-focus:hover {
    opacity: 1 !important
}

.spectra-image-gallery__control-focus svg {
    fill: #fff;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5))
}

.spectra-image-gallery__control-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    display: flex;
    flex-direction: column;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    z-index: 999999999 !important;
    outline: none;
    margin-block-start: 0;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-lightbox--main {
    width: 100%;
    flex: 1
}

.spectra-image-gallery__control-lightbox--main .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.spectra-image-gallery__control-lightbox--main .swiper-slide img {
    display: block;
    max-height: 70%;
    max-width: 80%
}

.spectra-image-gallery__control-lightbox--caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.spectra-image-gallery__control-lightbox--editor-link {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-lightbox--thumbnails {
    width: 75%
}

.spectra-image-gallery__control-lightbox--thumbnails-wrapper {
    width: 100%
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-wrapper {
    height: 150px
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-slide {
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transform: scale(75%);
    -webkit-transition-property: opacity, transform;
    -moz-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-slide-active {
    opacity: 1;
    transform: scale(100%)
}

.spectra-image-gallery__control-lightbox--thumbnails .swiper-slide img {
    border-radius: 3px
}

.spectra-image-gallery__control-lightbox--count {
    position: absolute;
    z-index: 999
}

.spectra-image-gallery__control-lightbox--close {
    position: absolute;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    line-height: 0;
    z-index: 999;
    transition: transform 500ms
}

.spectra-image-gallery__control-lightbox--close:hover,
.spectra-image-gallery__control-lightbox--close:focus,
.spectra-image-gallery__control-lightbox--close:focus-visible {
    background-color: transparent;
    transform: scale(1.25)
}

.spectra-image-gallery__iso-ref-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.spectra-image-gallery__iso-ref-wrapper::-webkit-scrollbar {
    display: none
}

@media (max-width: 976px) {
    .spectra-image-gallery__layout--grid-col-tab-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-tab-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-tab-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-tab-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-tab-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-tab-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-tab-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-tab-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--isogrid-col-tab-1 .spectra-image-gallery__media-wrapper--isotope {
        width: 100%
    }
    .spectra-image-gallery__layout--isogrid-col-tab-2 .spectra-image-gallery__media-wrapper--isotope {
        width: 50%
    }
    .spectra-image-gallery__layout--isogrid-col-tab-3 .spectra-image-gallery__media-wrapper--isotope {
        width: 33.33%
    }
    .spectra-image-gallery__layout--isogrid-col-tab-4 .spectra-image-gallery__media-wrapper--isotope {
        width: 25%
    }
    .spectra-image-gallery__layout--isogrid-col-tab-5 .spectra-image-gallery__media-wrapper--isotope {
        width: 20%
    }
    .spectra-image-gallery__layout--isogrid-col-tab-6 .spectra-image-gallery__media-wrapper--isotope {
        width: 16.66%
    }
    .spectra-image-gallery__layout--isogrid-col-tab-7 .spectra-image-gallery__media-wrapper--isotope {
        width: 14.28%
    }
    .spectra-image-gallery__layout--isogrid-col-tab-8 .spectra-image-gallery__media-wrapper--isotope {
        width: 12.5%
    }
    .spectra-image-gallery__layout--masonry-col-tab-1 .spectra-image-gallery__media-wrapper--isotope {
        width: 100%
    }
    .spectra-image-gallery__layout--masonry-col-tab-2 .spectra-image-gallery__media-wrapper--isotope {
        width: 50%
    }
    .spectra-image-gallery__layout--masonry-col-tab-3 .spectra-image-gallery__media-wrapper--isotope {
        width: 33.33%
    }
    .spectra-image-gallery__layout--masonry-col-tab-4 .spectra-image-gallery__media-wrapper--isotope {
        width: 25%
    }
    .spectra-image-gallery__layout--masonry-col-tab-5 .spectra-image-gallery__media-wrapper--isotope {
        width: 20%
    }
    .spectra-image-gallery__layout--masonry-col-tab-6 .spectra-image-gallery__media-wrapper--isotope {
        width: 16.66%
    }
    .spectra-image-gallery__layout--masonry-col-tab-7 .spectra-image-gallery__media-wrapper--isotope {
        width: 14.28%
    }
    .spectra-image-gallery__layout--masonry-col-tab-8 .spectra-image-gallery__media-wrapper--isotope {
        width: 12.5%
    }
    .spectra-image-gallery__layout--tiled-col-tab-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
}

@media (max-width: 767px) {
    .spectra-image-gallery__layout--grid-col-mob-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-mob-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-mob-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-mob-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-mob-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-mob-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-mob-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--grid-col-mob-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--isogrid-col-mob-1 .spectra-image-gallery__media-wrapper--isotope {
        width: 100%
    }
    .spectra-image-gallery__layout--isogrid-col-mob-2 .spectra-image-gallery__media-wrapper--isotope {
        width: 50%
    }
    .spectra-image-gallery__layout--isogrid-col-mob-3 .spectra-image-gallery__media-wrapper--isotope {
        width: 33.33%
    }
    .spectra-image-gallery__layout--isogrid-col-mob-4 .spectra-image-gallery__media-wrapper--isotope {
        width: 25%
    }
    .spectra-image-gallery__layout--isogrid-col-mob-5 .spectra-image-gallery__media-wrapper--isotope {
        width: 20%
    }
    .spectra-image-gallery__layout--isogrid-col-mob-6 .spectra-image-gallery__media-wrapper--isotope {
        width: 16.66%
    }
    .spectra-image-gallery__layout--isogrid-col-mob-7 .spectra-image-gallery__media-wrapper--isotope {
        width: 14.28%
    }
    .spectra-image-gallery__layout--isogrid-col-mob-8 .spectra-image-gallery__media-wrapper--isotope {
        width: 12.5%
    }
    .spectra-image-gallery__layout--masonry-col-mob-1 .spectra-image-gallery__media-wrapper--isotope {
        width: 100%
    }
    .spectra-image-gallery__layout--masonry-col-mob-2 .spectra-image-gallery__media-wrapper--isotope {
        width: 50%
    }
    .spectra-image-gallery__layout--masonry-col-mob-3 .spectra-image-gallery__media-wrapper--isotope {
        width: 33.33%
    }
    .spectra-image-gallery__layout--masonry-col-mob-4 .spectra-image-gallery__media-wrapper--isotope {
        width: 25%
    }
    .spectra-image-gallery__layout--masonry-col-mob-5 .spectra-image-gallery__media-wrapper--isotope {
        width: 20%
    }
    .spectra-image-gallery__layout--masonry-col-mob-6 .spectra-image-gallery__media-wrapper--isotope {
        width: 16.66%
    }
    .spectra-image-gallery__layout--masonry-col-mob-7 .spectra-image-gallery__media-wrapper--isotope {
        width: 14.28%
    }
    .spectra-image-gallery__layout--masonry-col-mob-8 .spectra-image-gallery__media-wrapper--isotope {
        width: 12.5%
    }
    .spectra-image-gallery__layout--tiled-col-mob-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }
    .spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper {
        position: relative;
        min-width: 0
    }
    .spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--wide {
        grid-column: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--tall {
        grid-row: span 2
    }
    .spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--focus {
        grid-row: span 2;
        grid-column: span 2
    }
}

.entry-content .wp-block-uagb-image-gallery .uagb-image-gallery__link {
    text-decoration: none
}

body .wp-block-post-content>.wp-block-uagb-image-gallery+.spectra-image-gallery__control-lightbox {
    margin-block-start: 0
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.uagb-block-bfe3eff3.wp-block-uagb-image-gallery {
    padding: ;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-arrows svg {
    fill: #007cba;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-arrows--carousel {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-style: none;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-arrows--carousel.slick-prev {
    left: -24px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-arrows--carousel.slick-next {
    right: -24px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel ul.slick-dots {
    top: 8px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel ul.slick-dots li button:before {
    color: #007cba;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-dots li button::before {
    color: #007cba;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-loader {
    margin-top: 8px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-loader div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    padding: 0;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__control-button {
    margin-top: 8px;
    padding: ;
    font-style: normal;
    text-decoration: none;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--grid {
    grid-gap: 8px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--isogrid {
    margin: -4px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--isogrid .spectra-image-gallery__media-wrapper--isotope {
    padding: 4px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--masonry {
    margin: -4px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper--isotope {
    padding: 4px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel {
    margin-bottom: 8px !important;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel .spectra-image-gallery__media-wrapper {
    padding: 0px 4px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel .slick-list {
    margin: 0px -4px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--tiled {
    grid-gap: 8px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media {
    box-shadow: 0px 0px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media {
    box-shadow: 0px 0px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media {
    box-shadow: 0px 0px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-blurrer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 0 transparent;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-blurrer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 0 transparent;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media-thumbnail-blurrer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 0 transparent;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption-wrapper--overlay {
    background-color: rgba(0, 0, 0, 0);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption-wrapper--overlay {
    background-color: rgba(0, 0, 0, 0.75);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media-thumbnail-caption-wrapper--overlay {
    background-color: rgba(0, 0, 0, 0.75);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption-wrapper--bar-inside {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption a {
    color: rgba(0, 0, 0, 0);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption {
    color: rgba(0, 0, 0, 0);
    text-align: center;
    font-style: normal;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption--overlay {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption--bar-inside {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption--bar-inside {
    background-color: rgba(0, 0, 0, 0.75);
}

.uagb-block-bfe3eff3spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media-thumbnail-caption--bar-inside {
    background-color: rgba(0, 0, 0, 0.75);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption--bar-outside {
    background-color: rgba(0, 0, 0, 0.75);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption--bar-outside {
    background-color: rgba(0, 0, 0, 0.75);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media-thumbnail-caption--bar-outside {
    background-color: rgba(0, 0, 0, 0.75);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption {
    color: rgba(255, 255, 255, 1);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media-thumbnail-caption {
    color: rgba(255, 255, 255, 1);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail-caption a {
    color: rgba(255, 255, 255, 1);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media-thumbnail-caption a {
    color: rgba(255, 255, 255, 1);
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox {
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur( 5px);
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--caption {
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    min-height: 50px;
    font-style: normal;
    text-decoration: none;
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--thumbnails-wrapper {
    background-color: transparent;
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--count {
    top: 10px;
    left: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: calc(24px * 3 / 4);
    line-height: calc(24px * 3 / 4);
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--close {
    top: 10px;
    right: 10px;
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--close svg {
    width: 24px;
    height: 24px;
    fill: rgba(255, 255, 255, 1);
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main .swiper-button-prev {
    left: 10px;
    color: rgba(255, 255, 255, 1);
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main .swiper-button-next {
    right: 10px;
    color: rgba(255, 255, 255, 1);
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail {
    -webkit-filter: none;
    filter: none;
    transform: scale3d(1.005, 1.005, 1.005);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__media-thumbnail {
    -webkit-filter: none;
    filter: none;
    transform: scale3d(1.1, 1.1, 1.1);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__media-wrapper:focus-visible .spectra-image-gallery__media-thumbnail {
    -webkit-filter: none;
    filter: none;
    transform: scale3d(1.1, 1.1, 1.1);
}

.uagb-block-bfe3eff3 .spectra-image-gallery__iso-ref-wrapper {
    overflow: auto;
}

.uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel .slick-dots {
    margin-bottom: 30px !important;
}

@media only screen and (max-width: 976px) {
    .uagb-block-bfe3eff3.wp-block-uagb-image-gallery {
        padding: ;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__control-arrows--carousel {
        border-style: none;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__control-button {
        padding: ;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--grid {
        grid-gap: 8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--isogrid {
        margin: -4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--isogrid .spectra-image-gallery__media-wrapper--isotope {
        padding: 4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--masonry {
        margin: -4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper--isotope {
        padding: 4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel .spectra-image-gallery__media-wrapper {
        padding: 0px 8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel .slick-list {
        margin: 0px -8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--tiled {
        grid-gap: 8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption {
        padding: 8px 8px 8px 8px;
    }
    .uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main.swiper-rtl .swiper-button-prev {
        left: auto;
    }
    .uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main.swiper-rtl .swiper-button-next {
        right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .uagb-block-bfe3eff3.wp-block-uagb-image-gallery {
        padding: ;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__control-arrows--carousel {
        border-style: none;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__control-button {
        padding: ;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--grid {
        grid-gap: 8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--isogrid {
        margin: -4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--isogrid .spectra-image-gallery__media-wrapper--isotope {
        padding: 4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--masonry {
        margin: -4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper--isotope {
        padding: 4px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel .spectra-image-gallery__media-wrapper {
        padding: 0px 8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--carousel .slick-list {
        margin: 0px -8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__layout--tiled .spectra-image-gallery__media-wrapper {
        grid-gap: 8px;
    }
    .uagb-block-bfe3eff3 .spectra-image-gallery__media-thumbnail-caption {
        padding: 8px 8px 8px 8px;
    }
    .uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main.swiper-rtl .swiper-button-prev {
        left: auto;
    }
    .uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main.swiper-rtl .swiper-button-next {
        right: auto;
    }
    .uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main .swiper-button-prev::after {
        font-size: 24px;
    }
    .uagb-block-bfe3eff3+.spectra-image-gallery__control-lightbox .spectra-image-gallery__control-lightbox--main .swiper-button-next::after {
        font-size: 24px;
    }
}

.uag-blocks-common-selector {
    z-index: var(--z-index-desktop) !important
}

@media (max-width: 976px) {
    .uag-blocks-common-selector {
        z-index: var(--z-index-tablet) !important
    }
}

@media (max-width: 767px) {
    .uag-blocks-common-selector {
        z-index: var(--z-index-mobile) !important
    }
}