.gallery{padding-left:0;padding-right:0}.gallery__item{position:relative;padding-top:56.25%}.gallery__item img,.gallery__item video{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.gallery .swiper-pagination{position:relative;display:flex;justify-content:center;align-items:center;margin:20px auto 0;bottom:0}.gallery__caption{font-family:var(--futuraBook);font-size:11px;line-height:21px;letter-spacing:.01em;color:var(--offWhite);margin-top:10px;margin-bottom:5px;padding-left:var(--mobileGutter);padding-right:var(--mobileGutter);text-align:center}@media only screen and (min-width:1280px){.gallery__caption{font-size:13px;line-height:23px}}.gallery__arrows{display:none;justify-content:space-between;align-items:center;position:absolute;width:calc(100% - 100px);margin:0 auto;top:50%;left:50%;transform:translate(-50%,-50%);z-index:calc(var(--stickyFooterNav) - 1)}.gallery__arrows button{width:60px;height:60px;background-color:var(--offWhite);display:flex;justify-content:center;align-items:center;border-radius:100%;transition-property:background-color;transition-duration:.3s;transition-timing-function:ease-in-out;transition-delay:0s}.gallery__arrows button.active,.gallery__arrows button:hover{background-color:var(--coolGold)}.gallery__arrows button.active svg path,.gallery__arrows button:hover svg path{fill:var(--offWhite)}.gallery__arrows button svg{width:36px;height:16px}.gallery__arrows button svg path{transition-property:fill;transition-duration:.3s;transition-timing-function:ease-in-out;transition-delay:0s}.gallery__arrows button:after{content:"";display:none}.gallery__arrows--prev{transform:rotate(180deg)}@media (min-width:700px){.gallery__caption{padding-left:var(--tabletGutter);padding-right:var(--tabletGutter)}}@media (min-width:1280px){.gallery{position:relative}.gallery .swiper-pagination{margin-top:40px}.gallery__arrows{display:flex}.gallery__caption{padding-left:var(--desktopGutter);padding-right:var(--desktopGutter)}}