.ff-gallery-albums{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.ff-gallery-album{overflow:hidden;border:1px solid #e2e6e8;border-radius:20px;background:#fff;box-shadow:0 12px 36px rgba(7,17,29,.07);transition:transform .25s,box-shadow .25s}.ff-gallery-album:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(7,17,29,.14)}.ff-gallery-album__media{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;background:#102330}.ff-gallery-album__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,15,23,.65),transparent 48%)}.ff-gallery-album__media>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.ff-gallery-album:hover .ff-gallery-album__media>img{transform:scale(1.035)}.ff-gallery-album__media>span{display:grid;height:100%;place-items:center;color:#8da0ad}.ff-gallery-album__media>span svg{width:58px}.ff-gallery-album__media>small{position:absolute;z-index:2;right:16px;bottom:15px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.92);color:#182832;font-size:10px;font-weight:900;text-transform:uppercase}.ff-gallery-album__body{padding:24px 25px 26px}.ff-gallery-album__body>span{color:#a71931;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ff-gallery-album__body h2{margin:8px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(25px,3vw,36px);line-height:1.08}.ff-gallery-album__body h2 a{color:#0d1e2a;text-decoration:none}.ff-gallery-album__body p{margin:12px 0 0;color:#68747c;line-height:1.65}.ff-gallery-album__link{display:inline-flex;align-items:center;gap:10px;margin-top:20px;padding-bottom:6px;border-bottom:1px solid #a71931;color:#a71931;font-size:11px;font-weight:900;text-decoration:none;text-transform:uppercase}.ff-gallery-album__link svg{width:15px}.ff-gallery-page__empty{padding:70px 24px;border:1px solid #dfe5e8;border-radius:20px;background:#fff;text-align:center}.ff-gallery-page__empty>span{display:inline-grid;width:68px;height:68px;place-items:center;border-radius:50%;background:#f6e8eb;color:#a71931}.ff-gallery-page__empty>span svg{width:30px}.ff-gallery-page__empty h2{margin:18px 0 8px}.ff-gallery-page__empty p{margin:0 0 22px;color:#6b777f}.ff-gallery-single{padding:clamp(55px,7vw,95px) 0;background:#f5f7f8}.ff-gallery-single__top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.ff-gallery-single__top a{color:#9c1b31;font-weight:800;text-decoration:none}.ff-gallery-single__top span{color:#75818a;font-size:12px;font-weight:800;text-transform:uppercase}.ff-gallery-single__intro{max-width:780px;margin:-8px 0 34px;color:#66737c;font-size:16px;line-height:1.75}.ff-gallery-single__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;gap:12px}.ff-gallery-single__grid>a{display:block;overflow:hidden;aspect-ratio:4/3;border-radius:12px;background:#dfe5e8}.ff-gallery-single__grid>a:nth-child(7n+1){grid-column:span 2;grid-row:span 2}.ff-gallery-single__grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s,filter .3s}.ff-gallery-single__grid a:hover img{transform:scale(1.04);filter:saturate(1.08)}@media(max-width:800px){.ff-gallery-albums{grid-template-columns:1fr}.ff-gallery-single__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.ff-gallery-single__grid{grid-template-columns:1fr}.ff-gallery-single__grid>a:nth-child(7n+1){grid-column:auto;grid-row:auto}.ff-gallery-single__top{align-items:flex-start;flex-direction:column}}
