@media screen and (max-width:767px){.pf-gallery-card:is([data-has-controls]){margin-bottom:48px}}.pf-gallery-card .pf-gallery__gallery{position:relative}.pf-gallery-card .pf-image.pf-gallery__spacer{opacity:0;z-index:-1}.pf-gallery-card .pf-card{height:100%;left:0;position:absolute;top:0;transition:all .35s cubic-bezier(var(--bezier));width:100%;--card--shadow:0 3px 7.5px rgba(var(--color--black-rgb)/0.1);--card--image--overlay: ;--card--radius:8px;--card--image--radius:8px}.pf-gallery-card .pf-card:not([active]){opacity:0;pointer-events:none;transform:translateX(-40px);z-index:-1}.pf-gallery-card .pf-card:is([active]):not(.out){pointer-events:all;z-index:10}.pf-gallery-card .pf-card:is([active]):is(.out){opacity:0;transform:translateX(40px);z-index:15}.pf-gallery-card .pf-card .card__caption{background:#fff;border-radius:var(--card--radius);bottom:15px;box-shadow:var(--card--shadow);font-size:var(--size--small);font-weight:500;left:15px;max-width:calc(100% - 115px);padding:var(--space--small);position:absolute}@media screen and (max-width:767px){.pf-gallery-card .pf-card .card__caption{max-width:calc(100% - 30px)}}@media screen and (min-width:992px){.pf-gallery-card .pf-card .card__caption{bottom:15px;left:15px;max-width:calc(100% - 125px)}}.pf-gallery-card .pf-gallery-controls{bottom:-20px;position:absolute;right:15px;z-index:20}@media screen and (max-width:767px){.pf-gallery-card .pf-gallery-controls{bottom:-48px}}.pf-gallery-card .pf-gallery-controls button.pf-gallery-button.hs-button{padding:8px;--button--icon--shift:0}.pf-gallery-card .pf-gallery-controls button.pf-gallery-button.hs-button .material-icons{color:var(--button--color)}@media screen and (max-width:767px){.pf-gallery-card .pf-gallery-controls button.pf-gallery-button.hs-button{padding:6px}}.pf-gallery-card .pf-gallery-controls button.pf-gallery-button.hs-button:is([disabled]){cursor:not-allowed;opacity:.5}