:root{--fr-header-height: 5.5rem;--fr-ink: var(--frontend-text, #153033);--fr-ink-soft: var(--frontend-text-muted, #486164);--fr-deep: var(--frontend-primary, #16373b);--fr-deep-2: var(--frontend-primary-dark, #0d292c);--fr-accent: var(--frontend-accent, #e65f47);--fr-accent-dark: var(--frontend-accent-dark, #b83f2d);--fr-sand: var(--frontend-background-alt, #f2ede3);--fr-mint: var(--frontend-background-alt, #dfeae3);--fr-paper: var(--frontend-background, #fbfaf6);--fr-surface: var(--frontend-background, #ffffff);--fr-white: var(--frontend-on-primary, #ffffff);--fr-on-accent: var(--frontend-on-accent, #ffffff);--fr-line: rgb(var(--frontend-text-rgb, 21 48 51) / 18%);--fr-shadow: 0 1.25rem 3rem rgb(var(--frontend-primary-dark-rgb, 13 41 44) / 12%);--fr-radius: 1.25rem;--fr-shell: 80rem;--fr-reading: 49rem;--fr-transition: .18s ease;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--fr-ink);background:var(--fr-paper);font-family:Trebuchet MS,Arial,sans-serif;line-height:1.6;text-rendering:optimizeLegibility}body.fr-menu-open{overflow:hidden}img,video,iframe{max-width:100%}img{height:auto}button,input,textarea,select{font:inherit}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--frontend-accent-dark, #7f271c);outline-offset:4px;box-shadow:0 0 0 6px var(--fr-white)}.fr-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.fr-shell{width:min(calc(100% - 2rem),var(--fr-shell));margin-inline:auto}.fr-reading-column{width:min(calc(100% - 2rem),var(--fr-reading));margin-inline:auto}.fr-skip-link{position:fixed;z-index:1100;top:.8rem;left:.8rem;padding:.8rem 1rem;color:var(--fr-white);background:var(--fr-deep-2);border-radius:.5rem;transform:translateY(-180%);transition:transform var(--fr-transition)}.fr-skip-link:focus{transform:translateY(0)}.fr-main,[data-fr-band]{scroll-margin-top:calc(var(--fr-header-height) + 1rem)}.fr-js .fr-page--with-header .fr-main{padding-top:var(--fr-header-height)}.fr-site-header{position:sticky;z-index:1000;top:0;width:100%;color:var(--fr-ink);background:rgb(var(--frontend-background-rgb, 251 250 246) / 94%);border-bottom:1px solid var(--fr-line);box-shadow:0 .5rem 2rem rgb(var(--frontend-primary-dark-rgb, 13 41 44) / 7%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.fr-js .fr-site-header{position:fixed}.fr-header-inner{display:flex;min-height:5.5rem;align-items:center;justify-content:space-between;gap:2rem}.fr-wordmark{display:inline-flex;min-width:0;max-width:22rem;flex-direction:column;padding-block:.75rem;color:var(--fr-ink);text-decoration:none}.fr-site-logo,.fr-footer-logo{display:block;width:auto;height:auto;max-width:100%;object-fit:contain}.fr-site-logo{max-height:4rem}.fr-footer-logo{max-height:5.5rem}.fr-wordmark-copy{display:flex;min-width:0;flex-direction:column}.fr-site-logo+.fr-wordmark-copy{margin-top:.5rem}.fr-wordmark-copy>strong{overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;letter-spacing:-.035em;line-height:1}.fr-wordmark-copy>span{overflow-wrap:anywhere;margin-top:.25rem;color:var(--fr-ink-soft);font-size:.68rem;letter-spacing:.12em;line-height:1.25;text-transform:uppercase}.fr-menu-toggle{display:none;min-width:3rem;min-height:3rem;align-items:center;justify-content:center;gap:.65rem;padding:.65rem .8rem;color:var(--fr-ink);background:transparent;border:1px solid var(--fr-line);border-radius:999px;cursor:pointer}.fr-menu-icon{position:relative;display:inline-block;width:1.2rem;height:.8rem}.fr-menu-icon i{position:absolute;left:0;display:block;width:100%;height:2px;background:currentColor;transition:transform var(--fr-transition),top var(--fr-transition)}.fr-menu-icon i:first-child{top:.15rem}.fr-menu-icon i:last-child{top:.6rem}.fr-menu-toggle[aria-expanded=true] .fr-menu-icon i:first-child{top:.4rem;transform:rotate(45deg)}.fr-menu-toggle[aria-expanded=true] .fr-menu-icon i:last-child{top:.4rem;transform:rotate(-45deg)}.fr-navigation{min-width:0}.fr-nav-list,.fr-subnav{padding:0;margin:0;list-style:none}.fr-nav-list{display:flex;align-items:center;justify-content:flex-end;gap:.15rem}.fr-nav-item{position:relative;display:flex;min-width:0;align-items:center}.fr-nav-link{display:flex;min-height:2.75rem;align-items:center;padding:.55rem .75rem;border-radius:999px;overflow-wrap:anywhere;font-size:.83rem;font-weight:700;text-decoration:none;transition:color var(--fr-transition),background var(--fr-transition)}.fr-nav-link:hover,.fr-nav-link[aria-current=page]{color:var(--fr-white);background:var(--fr-deep)}.fr-submenu-toggle{display:inline-flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;padding:0;margin-left:-.4rem;color:var(--fr-ink);background:transparent;border:0;border-radius:50%;cursor:pointer}.fr-submenu-toggle span{width:.45rem;height:.45rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-.1rem) rotate(45deg);transition:transform var(--fr-transition)}.fr-submenu-toggle[aria-expanded=true] span{transform:translateY(.1rem) rotate(225deg)}.fr-subnav{position:absolute;z-index:30;top:calc(100% + .5rem);left:0;width:max-content;min-width:14rem;max-width:min(22rem,80vw);padding:.55rem;background:var(--fr-surface);border:1px solid var(--fr-line);border-radius:.9rem;box-shadow:var(--fr-shadow);visibility:hidden;opacity:0;transform:translateY(-.4rem)}.fr-nav-item:hover>.fr-subnav,.fr-nav-item:focus-within>.fr-subnav{visibility:visible;opacity:1;transform:translateY(0)}.fr-subnav .fr-nav-item{align-items:stretch}.fr-subnav .fr-nav-link{width:100%;border-radius:.55rem}.fr-subnav .fr-subnav{top:-.55rem;left:calc(100% + .55rem)}.fr-nav-list>.fr-nav-item:nth-last-child(-n+2)>.fr-subnav{right:0;left:auto}.fr-nav-list>.fr-nav-item:nth-last-child(-n+2)>.fr-subnav .fr-subnav{right:calc(100% + .55rem);left:auto}.fr-js .fr-subnav[data-open=false]{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-.4rem)}.fr-js .fr-subnav[data-open=true]{visibility:visible;opacity:1;transform:translateY(0)}.fr-js .fr-subnav{transition:opacity var(--fr-transition),transform var(--fr-transition),visibility var(--fr-transition)}.fr-breadcrumbs{margin-bottom:clamp(2rem,5vw,4rem);font-size:.78rem}.fr-breadcrumbs ol{display:flex;overflow-x:auto;align-items:center;gap:.7rem;padding:0 0 .35rem;margin:0;list-style:none;scrollbar-width:thin}.fr-breadcrumbs li{display:flex;flex:0 0 auto;align-items:center;gap:.7rem}.fr-breadcrumbs li+li:before{color:currentColor;content:"/";opacity:.55}.fr-breadcrumbs a{color:inherit;text-underline-offset:.22em}.fr-breadcrumbs .breadcrumb-item.active{color:inherit}.fr-breadcrumbs [aria-current=page]{font-weight:700}.fr-band{position:relative;width:100%}.fr-hero{isolation:isolate;display:flex;min-height:clamp(27rem,67vh,48rem);align-items:flex-end;overflow:hidden;padding-block:clamp(5rem,11vw,9rem) clamp(4rem,9vw,7rem);color:var(--fr-white);background:radial-gradient(circle at 82% 20%,rgb(var(--frontend-accent-rgb, 230 95 71) / 35%),transparent 28rem),linear-gradient(120deg,var(--fr-deep-2),var(--fr-deep))}.fr-hero-media,.fr-hero-shade{position:absolute;inset:0}.fr-hero-media{z-index:-2}.fr-hero-media img{width:100%;height:100%;object-fit:cover}.fr-hero-shade{z-index:-1;background:linear-gradient(90deg,rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 92%),rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 67%) 55%,rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 30%)),linear-gradient(0deg,rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 55%),transparent 55%)}.fr-hero:not(.fr-hero--with-image) .fr-hero-shade{opacity:0}.fr-hero-content{position:relative;z-index:1}.fr-hero h1{max-width:13ch;margin:0;overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.2rem,9vw,8.5rem);font-weight:400;letter-spacing:-.065em;line-height:.92}.fr-hero .fr-breadcrumbs{color:rgb(var(--frontend-on-primary-rgb, 255 255 255) / 82%)}.fr-object-meta{display:flex;flex-wrap:wrap;gap:.65rem 1.25rem;margin-bottom:1.25rem;color:rgb(var(--frontend-on-primary-rgb, 255 255 255) / 80%);font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.fr-highlights-band{padding-block:clamp(4.5rem,9vw,8rem);background:var(--fr-sand)}.fr-highlight-groups{display:grid;gap:clamp(4rem,8vw,7rem)}.fr-band-heading,.fr-listing-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;padding-bottom:1.25rem;margin-bottom:2rem;border-bottom:1px solid var(--fr-line)}.fr-band-heading h2,.fr-listing-heading h2{max-width:18ch;margin:0;overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,5vw,4.5rem);font-weight:400;letter-spacing:-.045em;line-height:1}.fr-highlight-grid{--bs-gutter-x: 1rem;--bs-gutter-y: 1rem}.fr-highlight-card{position:relative;display:grid;min-height:10rem;overflow:hidden;align-content:end;padding:1.5rem;color:var(--fr-white);background:var(--fr-deep);border-radius:var(--fr-radius);box-shadow:0 .5rem 1.6rem rgb(var(--frontend-primary-dark-rgb, 13 41 44) / 10%);text-decoration:none;transition:transform var(--fr-transition),box-shadow var(--fr-transition)}.fr-highlight-card:hover,.fr-highlight-card:focus-visible{box-shadow:var(--fr-shadow);transform:translateY(-.35rem)}.fr-highlight-media{position:absolute;z-index:0;inset:0}.fr-highlight-media:after{position:absolute;inset:0;background:linear-gradient(0deg,rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 90%),rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 5%) 80%);content:""}.fr-highlight-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fr-highlight-card:hover .fr-highlight-media img,.fr-highlight-card:focus-visible .fr-highlight-media img{transform:scale(1.04)}.fr-highlight-title,.fr-highlight-arrow{position:relative;z-index:1}.fr-highlight-title{max-width:15ch;overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2.5vw,2.15rem);line-height:1.05}.fr-highlight-arrow{position:absolute;top:1rem;right:1rem;display:grid;width:2.4rem;height:2.4rem;place-items:center;background:var(--fr-accent);border-radius:50%}.fr-description-band,.fr-object-content-band{padding-block:clamp(4.5rem,10vw,8.5rem);background:var(--fr-surface)}.fr-description-band .fr-reading-column>:first-child,.fr-object-summary-band p{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,3vw,2.45rem);letter-spacing:-.025em;line-height:1.35}.fr-listing-band{padding-block:clamp(4.5rem,9vw,8rem);background:var(--fr-mint)}.fr-listing-band:nth-child(2n){background:var(--fr-paper)}.fr-object-grid{--bs-gutter-x: 1.15rem;--bs-gutter-y: 1.15rem}.fr-pagination{margin-top:2.25rem}.fr-pagination-links{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.fr-pagination-link,.fr-pagination-ellipsis{display:inline-flex;min-width:2.75rem;min-height:2.75rem;align-items:center;justify-content:center;padding:.55rem .85rem;color:var(--fr-ink);background:var(--fr-surface);border:1px solid var(--fr-line);border-radius:999px;font-size:.76rem;font-weight:800;text-decoration:none}a.fr-pagination-link:hover,.fr-pagination-link.is-current{color:var(--fr-white);background:var(--fr-deep);border-color:var(--fr-deep)}.fr-pagination-link.is-disabled,.fr-pagination .page-item.disabled .fr-pagination-link{opacity:.5}.fr-pagination-ellipsis{min-width:auto;background:transparent;border-color:transparent}.fr-object-card{min-width:0;overflow:hidden;background:var(--fr-surface);border:1px solid var(--fr-line);border-radius:var(--fr-radius);box-shadow:0 .6rem 1.8rem rgb(var(--frontend-primary-dark-rgb, 13 41 44) / 8%);transition:transform var(--fr-transition),box-shadow var(--fr-transition)}.fr-object-card:hover,.fr-object-card:focus-within{box-shadow:var(--fr-shadow);transform:translateY(-.35rem)}.fr-object-card:focus-within{outline:3px solid var(--frontend-accent-dark, #7f271c);outline-offset:4px;box-shadow:0 0 0 6px var(--fr-white),var(--fr-shadow)}.fr-object-card-link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}.fr-object-card-link:focus-visible{outline:0;box-shadow:none}.fr-object-card-media{display:block;overflow:hidden;aspect-ratio:16 / 10;background:var(--fr-sand)}.fr-object-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fr-object-card:hover .fr-object-card-media img,.fr-object-card:focus-within .fr-object-card-media img{transform:scale(1.04)}.fr-object-card-body{display:flex;min-height:16rem;flex:1 1 auto;flex-direction:column;padding:1.5rem}.fr-object-card-meta{display:flex;flex-wrap:wrap;gap:.45rem .9rem;margin-bottom:1rem;color:var(--fr-ink-soft);font-size:.71rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.fr-object-card-title{margin:0;overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.3vw,2rem);font-weight:400;letter-spacing:-.035em;line-height:1.1}.fr-object-card-summary{margin-top:1rem;color:var(--fr-ink-soft);font-size:.9rem}.fr-object-card-action{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;margin-top:auto;color:var(--fr-accent-dark);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fr-lower-band{padding-block:clamp(4.5rem,10vw,8.5rem);color:var(--fr-white);background:var(--fr-deep)}.fr-lower-band a{color:var(--frontend-accent-light, #ffd0c4)}.fr-object-summary-band{padding-block:clamp(3.5rem,8vw,6.5rem);background:var(--fr-sand)}.fr-object-summary-band p{margin:0;overflow-wrap:anywhere}.fr-rich-content{overflow-wrap:anywhere;font-size:clamp(1rem,1.5vw,1.12rem)}.fr-rich-content>:first-child{margin-top:0}.fr-rich-content>:last-child{margin-bottom:0}.fr-rich-content h2,.fr-rich-content h3,.fr-rich-content h4,.fr-rich-content h5,.fr-rich-content h6{margin:2.2em 0 .65em;font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.03em;line-height:1.1}.fr-rich-content h2{font-size:clamp(2rem,4vw,3.2rem)}.fr-rich-content h3{font-size:clamp(1.6rem,3vw,2.35rem)}.fr-rich-content p,.fr-rich-content ul,.fr-rich-content ol,.fr-rich-content blockquote,.fr-rich-content figure,.fr-rich-content pre,.fr-rich-content table{margin-block:1.25em}.fr-rich-content a{color:var(--fr-accent-dark);text-decoration-thickness:2px;text-underline-offset:.2em}.fr-lower-band .fr-rich-content a{color:var(--frontend-accent-light, #ffd0c4)}.fr-rich-content blockquote{padding:.25rem 0 .25rem 1.5rem;margin-inline:0;border-left:.3rem solid var(--fr-accent);font-family:Georgia,Times New Roman,serif;font-size:1.2em}.fr-rich-content img{max-width:100%;height:auto;border-radius:.8rem}.fr-rich-content figure{margin-inline:0}.fr-rich-content figcaption{margin-top:.55rem;color:var(--fr-ink-soft);font-size:.82rem}.fr-rich-content iframe,.fr-rich-content video{width:100%;border:0;aspect-ratio:16 / 9}.fr-rich-content audio{width:100%}.fr-rich-content pre{overflow-x:auto;padding:1.25rem;color:var(--frontend-on-primary, #f7faf8);background:var(--frontend-primary-dark, #102729);border-radius:.75rem}.fr-rich-content table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.fr-rich-content th,.fr-rich-content td{min-width:8rem;padding:.75rem;border:1px solid currentColor;text-align:left}.fr-site-footer{color:rgb(var(--frontend-on-primary-rgb, 255 255 255) / 84%);background:var(--fr-deep-2)}.fr-footer-main{padding-block:clamp(4rem,9vw,7rem)}.fr-footer-grid{--bs-gutter-x: clamp(2rem, 5vw, 5rem);--bs-gutter-y: clamp(2rem, 5vw, 5rem)}.fr-footer-data,.fr-footer-links{min-width:0}.fr-footer-data h2,.fr-footer-links h2{margin:0 0 1.25rem;overflow-wrap:anywhere;color:var(--fr-white);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400}.fr-footer-descriptor{margin:-.7rem 0 1.4rem;color:rgb(var(--frontend-on-primary-rgb, 255 255 255) / 58%)}.fr-footer-data address{margin-bottom:1.25rem;font-style:normal}.fr-footer-contact-list,.fr-footer-social ul,.fr-footer-links ul{padding:0;margin:0;list-style:none}.fr-footer-contact-list,.fr-footer-links ul{display:grid;gap:.65rem}.fr-footer-contact-list li{display:flex;flex-wrap:wrap;gap:.25rem .75rem}.fr-footer-contact-list small{color:rgb(var(--frontend-on-primary-rgb, 255 255 255) / 52%)}.fr-footer-social{margin-top:1.5rem}.fr-footer-social ul{display:flex;flex-wrap:wrap;gap:.6rem 1rem}.fr-site-footer a{overflow-wrap:anywhere;color:inherit;text-decoration-color:rgb(var(--frontend-on-primary-rgb, 255 255 255) / 35%);text-underline-offset:.2em}.fr-site-footer a:hover{color:var(--fr-white);text-decoration-color:var(--fr-accent)}.fr-copyright{padding-block:.8rem;color:rgb(var(--frontend-on-primary-rgb, 255 255 255) / 62%);background:var(--frontend-primary-dark, #071d1f);border-top:1px solid rgb(var(--frontend-on-primary-rgb, 255 255 255) / 10%);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}@media(max-width:68rem){.fr-header-inner{gap:1rem}.fr-nav-link{padding-inline:.55rem;font-size:.76rem}}@media(max-width:56rem){.fr-header-inner{min-height:4.75rem;flex-wrap:wrap}.fr-js .fr-header-inner{flex-wrap:nowrap}.fr-wordmark{max-width:min(70vw,20rem)}.fr-js .fr-menu-toggle{display:inline-flex}.fr-navigation{width:100%}.fr-js .fr-navigation{position:absolute;top:100%;left:0;max-height:calc(100dvh - var(--fr-header-height));overflow-y:auto;padding:.8rem 1rem 1.25rem;background:var(--fr-paper);border-bottom:1px solid var(--fr-line);box-shadow:var(--fr-shadow);overscroll-behavior:contain}.fr-js .fr-navigation[data-open=false]{display:none}.fr-nav-list{align-items:stretch;flex-direction:column;gap:.2rem}.fr-nav-item{display:grid;grid-template-columns:minmax(0,1fr) 3rem;align-items:center}.fr-nav-item:not(.has-children){grid-template-columns:1fr}.fr-nav-link{min-height:3rem;padding-inline:.85rem;font-size:.92rem}.fr-submenu-toggle{width:3rem;height:3rem;margin:0}.fr-subnav,.fr-subnav .fr-subnav{position:static;display:block;width:auto;min-width:0;max-width:none;grid-column:1 / -1;padding:.25rem 0 .25rem .8rem;margin-left:.75rem;background:transparent;border:0;border-left:1px solid var(--fr-line);border-radius:0;box-shadow:none;visibility:visible;opacity:1;transform:none}.fr-js .fr-subnav[data-open=false]{display:none}.fr-js .fr-subnav[data-open=true]{display:block}.fr-hero{min-height:clamp(26rem,72vh,40rem)}.fr-hero-shade{background:linear-gradient(0deg,rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 92%),rgb(var(--frontend-primary-dark-rgb, 7 31 34) / 30%) 88%)}}@media(max-width:40rem){.fr-shell,.fr-reading-column{width:min(calc(100% - 1.25rem),var(--fr-shell))}.fr-header-inner{gap:.65rem}.fr-menu-toggle [data-fr-menu-label]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.fr-highlight-card{min-height:12rem}.fr-band-heading,.fr-listing-heading{align-items:start;flex-direction:column}.fr-object-card-body{min-height:0}}.fr-galleries-band{padding-block:clamp(4rem,9vw,7.5rem);background:var(--fr-mint);border-block:1px solid var(--fr-line)}.fr-gallery+.fr-gallery{padding-top:clamp(3.5rem,7vw,6rem);margin-top:clamp(3.5rem,7vw,6rem);border-top:1px solid var(--fr-line)}.fr-gallery-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:clamp(1.5rem,4vw,2.75rem)}.fr-gallery-heading h2{max-width:54rem;margin:0;color:var(--fr-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,5vw,4.25rem);font-weight:500;line-height:1}.fr-gallery-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1rem,2.5vw,1.6rem)}.fr-gallery-item{min-width:0;margin:0;overflow:hidden;color:var(--fr-ink);background:var(--fr-surface);border:1px solid var(--fr-line);border-radius:var(--fr-radius);box-shadow:var(--fr-shadow)}.fr-gallery-link{display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--fr-sand)}.fr-gallery-link img{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--fr-transition),filter var(--fr-transition)}.fr-gallery-item figcaption{padding:1rem 1.1rem 1.15rem;color:var(--fr-ink-soft);font-size:.9rem;line-height:1.5}.fr-gallery-item figcaption strong{display:block;color:var(--fr-ink);font-size:1rem;line-height:1.3}.fr-gallery-item figcaption p{margin:.45rem 0 0;white-space:pre-line}@media(hover:hover)and (pointer:fine){.fr-gallery-link:hover img{filter:saturate(1.06);transform:scale(1.035)}}@media(min-width:36rem){.fr-gallery-grid:not([data-gallery-columns="1"]){grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:62rem){.fr-gallery-grid[data-gallery-columns="1"]{grid-template-columns:minmax(0,1fr)}.fr-gallery-grid[data-gallery-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.fr-gallery-grid[data-gallery-columns="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.fr-gallery-grid[data-gallery-columns="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}.fr-gallery-grid[data-gallery-columns="5"]{grid-template-columns:repeat(5,minmax(0,1fr))}.fr-gallery-grid[data-gallery-columns="6"]{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(forced-colors:active){.fr-site-header,.fr-highlight-card,.fr-object-card,.fr-subnav{border:1px solid CanvasText}.fr-hero-media,.fr-hero-shade{display:none}}@media print{.fr-site-header,.fr-skip-link,.fr-menu-toggle,.fr-submenu-toggle,.fr-copyright{display:none!important}.fr-page--with-header .fr-main,.fr-js .fr-page--with-header .fr-main{padding-top:0}.fr-hero{min-height:0;padding-block:2rem;color:#000;background:#fff;border-bottom:2px solid #000}.fr-hero-media,.fr-hero-shade{display:none}.fr-hero .fr-breadcrumbs{color:#000}.fr-highlights-band,.fr-description-band,.fr-listing-band,.fr-lower-band,.fr-object-summary-band,.fr-object-content-band,.fr-site-footer{padding-block:1.5rem;color:#000;background:#fff}.fr-highlight-card,.fr-object-card{break-inside:avoid;color:#000;background:#fff;box-shadow:none;border:1px solid #000}.fr-galleries-band{padding-block:1.5rem;color:#000;background:#fff}.fr-gallery-item{break-inside:avoid;box-shadow:none}}
