.pf-scroll-gallery{--sg-height-base:360px;--sg-height:var(--sg-height-base);--sg-width:var(--sg-height);--sg-gap:var(--space-small);--sg-mask-width:var(--content-padding);--sg-ratio:1/1;--sg--video--widget--radius:0}@media print,screen and (min-width:768px){.pf-scroll-gallery{--sg-height-base:540px}}.pf-scroll-gallery:is([data-size=xsmall]){--sg-height:calc((var(--sg-height-base)/3)*1.333);--sg-gap:calc(var(--space-xsmall)*0.9)}.pf-scroll-gallery:is([data-size=small]){--sg-height:calc((var(--sg-height-base)/3)*2);--sg-gap:var(--space-xsmall)}.pf-scroll-gallery:is([data-size=large]){--sg-height:calc((var(--sg-height-base)/3)*4);--sg-gap:var(--space-medium)}.pf-scroll-gallery .pf-scroll-gallery__nav{display:flex;gap:var(--space-xxsmall);justify-content:flex-end;padding-bottom:var(--space-xsmall)}@media screen and (max-width:767px){.pf-scroll-gallery .pf-scroll-gallery__nav{display:none}}.pf-scroll-gallery .pf-scroll-gallery__gallery{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:var(--sg-gap);margin-left:calc(var(--content-padding)*-1);margin-right:calc(var(--content-padding)*-1);-webkit-mask:linear-gradient(to right,hsla(0,0%,100%,0) 0,#fff calc(var(--sg-mask-width)),#fff calc(100% - var(--sg-mask-width)),hsla(0,0%,100%,0) 100%);mask:linear-gradient(to right,hsla(0,0%,100%,0) 0,#fff calc(var(--sg-mask-width)),#fff calc(100% - var(--sg-mask-width)),hsla(0,0%,100%,0) 100%);overflow-x:scroll;overflow-y:hidden;overscroll-behavior-x:contain;padding-bottom:10px;padding-left:var(--content-padding);padding-right:var(--content-padding);scrollbar-width:none;width:calc(100% + var(--content-padding)*2);-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scroll-behavior:smooth}.pf-scroll-gallery .pf-scroll-gallery__gallery::-webkit-scrollbar{height:0;width:0}.pf-scroll-gallery .pf-scroll-gallery__item{align-items:stretch;display:flex;flex:1 0 auto;flex-flow:column wrap;gap:calc(var(--sg-gap)*.5);width:var(--sg-width)}.pf-scroll-gallery .pf-scroll-gallery__image{flex:1 0 auto;height:var(--sg-height)}.pf-scroll-gallery .pf-scroll-gallery__image .pf-image{aspect-ratio:var(--sg-ratio);height:var(--sg-height);max-width:none!important;padding-top:0!important;width:auto!important}.pf-scroll-gallery .pf-scroll-gallery__image .pf-image img{height:var(--sg-height)}.pf-scroll-gallery .pf-scroll-gallery__video{flex:1 0 auto;height:var(--sg-height)}.pf-scroll-gallery .pf-scroll-gallery__video .hs-video-widget{border-radius:var(--sg--video--widget--radius);display:flex;flex-flow:column nowrap;height:var(--sg-height);justify-content:stretch;max-width:none!important;overflow:hidden;width:auto!important}.pf-scroll-gallery .pf-scroll-gallery__video .hs-video-widget .hs-video-container{display:flex;flex:1 1 auto;flex-flow:column nowrap;justify-content:stretch;max-width:100%;width:100%}.pf-scroll-gallery .pf-scroll-gallery__video .hs-video-widget .hs-video-container .hs-video-wrapper{flex:1 1 auto;height:auto!important;padding:0!important}.pf-scroll-gallery .pf-scroll-gallery__video .hs-video-widget .hs-video-container .hs-video-wrapper iframe{height:var(--sg-height)}.pf-scroll-gallery .pf-scroll-gallery__caption{display:flex;flex-flow:column nowrap}@media screen and (max-width:767px){.pf-scroll-gallery .pf-scroll-gallery__caption>span{max-width:calc(100vw - var(--content-padding)*2)}}.pf-scroll-gallery .pf-scroll-gallery__label{font-size:var(--size-default);font-weight:600}.pf-scroll-gallery .pf-scroll-gallery__description{font-size:var(--size-small)}