@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);:root{--fg-bg:#f4f4f2;--fg-foreground:#1c1c1b;--fg-accent:#b5e000;--fg-accent-dark:#8ab500;--fg-secondary:#e8e8e5;--fg-text-sec:#5a5a57;--fg-border:#e8e8e5;--ff--display:"DM Sans",sans-serif;--ff--body:"DM Sans",sans-serif;--color-030C29:#273042;--color-FBCB24:#f4c95d;--color-28273E:#3f4758;--color-222222:#1f2530;--color-white:#fff;--color-black:#000;--color-D3D3EF:#d8e0ea;--color-F7F7FC:#f7f4ef;--color-C0C7DB:#8e97a8;--color-030816:#17202d;--color-6761B2:#2f8fcb;--color-E3E4EA:#e9e5dc;--color-060C1F:#111a28;--color-1F2536:#273042;--color-B2B8CA:#aeb7c6;--color-A8AFC5:#97a0b2;--color-3A329A:#74b62d;--color-555555:#4c5565;--color-6058BD:#f5742d;--color-bg:#fbf8f2;--color-surface:#fff;--color-surface-soft:#f6f1e8;--color-text:#344155;--color-text-strong:#1f2632;--color-primary:#f4c95d;--color-primary-strong:#e8b73c;--color-accent-blue:#4ea0d7;--color-accent-green:#7ab628;--color-accent-orange:#f57a2a;--shadow-soft:0 24px 60px rgba(31,38,50,.08);--shadow-card:0 16px 42px rgba(31,38,50,.1);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--fs-14:14px;--fs-16:16px;--fs-18:18px;--fs-21:21px;--fs-22:22px;--fs-23:23px;--fs-24:24px;--fs-28:28px;--fs-30:30px;--fs-32:32px;--fs-36:36px;--fs-38:38px;--fs-42:42px;--fs-56:56px;--fs-58:58px;--fs-66:66px;--fs-90:90px}.f-12,.f-14{font-family:var(--ff--qr);font-style:normal;font-weight:400}.big.f-12,.big.f-14{text-transform:uppercase}.f-12{font-size:12px;line-height:16.8px}.f-14{font-size:14px;line-height:19.6px}.fgallery{background:#fff;padding:5rem 0 7rem}.fgallery__container{margin:0 auto;max-width:72rem;padding:0 1.5rem}.fgallery__header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:3rem}.fgallery__heading{color:#1c1c1b;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.2;margin:0 0 .5rem}.fgallery__accent-bar{background:#b5e000;border-radius:2px;height:4px;margin-bottom:.625rem;width:4rem}.fgallery__subtitle{color:#5a5a57;font-size:1rem;margin:0;max-width:28rem}.fgallery__filters{display:flex;flex-wrap:wrap;gap:.5rem}.fgallery__filter{background:#f4f4f2;border:none;border-radius:99px;color:#5a5a57;cursor:pointer;font-size:.875rem;font-weight:500;padding:.4375rem 1rem;transition:background .2s ease,color .2s ease}.fgallery__filter:hover{background:#e8e8e5;color:#1c1c1b}.fgallery__filter.is-active{background:#b5e000;color:#1c1c1b}.fgallery__grid{display:grid;gap:.75rem;grid-auto-rows:200px;grid-template-columns:repeat(12,1fr)}@media(min-width:768px){.fgallery__grid{gap:1rem;grid-auto-rows:220px}}.fgallery__item{border-radius:1rem;cursor:pointer;overflow:hidden;position:relative}.fgallery__item--lg{grid-column:span 12;grid-row:span 2}@media(min-width:768px){.fgallery__item--lg{grid-column:span 7}}.fgallery__item--md{grid-column:span 6;grid-row:span 1}@media(min-width:768px){.fgallery__item--md{grid-column:span 5}}.fgallery__item--sm{grid-column:span 12;grid-row:span 1}@media(min-width:768px){.fgallery__item--sm{grid-column:span 4}}.fgallery__item[data-hidden]{display:none}.fgallery__item:hover .fgallery__img{transform:scale(1.05)}.fgallery__item:hover .fgallery__caption-sub,.fgallery__item:hover .fgallery__cat-tag{opacity:1}.fgallery__img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease;width:100%}.fgallery__overlay{background:linear-gradient(0deg,rgba(28,28,27,.65),rgba(28,28,27,.05) 50%,transparent);inset:0;position:absolute}.fgallery__caption{bottom:0;left:0;padding:1rem;position:absolute;right:0;transform:translateY(2px);transition:transform .28s ease}.fgallery__item:hover .fgallery__caption{transform:translateY(0)}.fgallery__caption-title{color:#fff;font-size:.9375rem;font-weight:600;line-height:1.3;margin:0}.fgallery__caption-sub{color:hsla(0,0%,100%,.7);font-size:.8125rem;margin:.25rem 0 0;opacity:0;transition:opacity .28s ease}.fgallery__cat-tag{backdrop-filter:blur(4px);background:rgba(28,28,27,.6);border-radius:99px;color:#fff;font-size:.6875rem;opacity:0;padding:.25rem .625rem;position:absolute;right:.75rem;text-transform:capitalize;top:.75rem;transition:opacity .28s ease}.fgallery__empty{color:#5a5a57;padding:3rem 0;text-align:center}.fgallery__lightbox{align-items:center;background:rgba(28,28,27,.95);display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:9999}.fgallery__lightbox[hidden]{display:none}.fgallery__lb-close,.fgallery__lb-next,.fgallery__lb-prev{background:none;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;position:absolute;transition:color .2s ease}.fgallery__lb-close:hover,.fgallery__lb-next:hover,.fgallery__lb-prev:hover{color:#b5e000}.fgallery__lb-close svg,.fgallery__lb-next svg,.fgallery__lb-prev svg{height:2rem;width:2rem}.fgallery__lb-close{right:1.25rem;top:1.25rem}.fgallery__lb-next,.fgallery__lb-prev{align-items:center;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;height:3rem;justify-content:center;top:50%;transform:translateY(-50%);width:3rem}.fgallery__lb-next:hover,.fgallery__lb-prev:hover{background:rgba(181,224,0,.3)}.fgallery__lb-prev{left:.75rem}@media(min-width:768px){.fgallery__lb-prev{left:1.5rem}}.fgallery__lb-next{right:.75rem}@media(min-width:768px){.fgallery__lb-next{right:1.5rem}}.fgallery__lb-content{align-items:center;display:flex;flex-direction:column;gap:1rem;max-width:56rem;width:100%}.fgallery__lb-img{border-radius:.75rem;max-height:75vh;-o-object-fit:contain;object-fit:contain;width:100%}.fgallery__lb-info{text-align:center}.fgallery__lb-title{color:#fff;font-weight:600;margin:0}.fgallery__lb-sub{color:hsla(0,0%,100%,.6);font-size:.875rem;margin:.25rem 0 0}.fgallery__lb-dots{align-items:center;display:flex;gap:.5rem}.fgallery__dot{background:hsla(0,0%,100%,.3);border:none;border-radius:99px;cursor:pointer;height:.5rem;padding:0;transition:width .2s ease,background .2s ease;width:.5rem}.fgallery__dot.is-active{background:#b5e000;width:1.5rem}