html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}*,*:before,*:after{box-sizing:border-box}:root{--color-navy: #011E41;--color-gold: #CBC693;--color-bg-light: #F8F7F4;--color-bg-dark: #011E41;--color-text-light: #011E41;--color-text-dark-primary: #FFFFFF;--color-text-dark-accent: #CBC693;--font-primary: "Josefin Sans", sans-serif;--fw-light: 300;--fw-bold: 900;--viewport-height: 100vh;--background-height: 100vh}html{font-size:18px}body{font-family:var(--font-primary);font-weight:var(--fw-light);line-height:1.7;color:var(--color-text-light);background-color:var(--color-bg-light);min-height:var(--viewport-height);min-width:320px;overflow-x:hidden;word-wrap:break-word}strong{font-weight:var(--fw-bold);color:inherit}em{font-style:italic}a{color:inherit;text-decoration:none;transition:color .25s ease,opacity .25s ease}img{max-width:100%;height:auto;display:block}body.is-loading .site{opacity:0}.site{transition:opacity 1s ease-in-out}body.is-instant .site,body.is-instant .site *{transition:none!important}.section{width:100%;position:relative;overflow:hidden}.section--light{background-color:var(--color-bg-light);color:var(--color-text-light)}.section--dark{background-color:var(--color-bg-dark);color:var(--color-text-dark-primary)}.section__inner{max-width:75rem;margin:0 auto;padding:6rem 3rem;position:relative}.section-hidden{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.section-visible{opacity:1;transform:translateY(0)}.hero{height:var(--viewport-height);min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg .image,.hero__bg .frame{width:100%;height:100%;display:block}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#011e41a6,#011e41bf,#011e41d9);z-index:1}.hero__content{position:relative;z-index:2;padding:2rem}.hero__label{font-weight:var(--fw-light);font-size:clamp(.875rem,1.5vw,1.125rem);letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.75rem}.hero__name{font-weight:var(--fw-bold);font-size:clamp(2.5rem,7vw,5.5rem);letter-spacing:-.02em;line-height:1;color:#fff;margin-bottom:1rem}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-gold);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;opacity:.6;animation:scroll-hint 2s ease-in-out infinite}.hero__scroll-line{width:1px;height:40px;background:var(--color-gold)}@keyframes scroll-hint{0%,to{opacity:.6;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(8px)}}.statement{min-height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 3rem;position:relative}.statement__watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(150px,30vw,350px);opacity:.035;pointer-events:none;z-index:0}.statement__watermark img{width:100%;height:auto}.statement__text{position:relative;z-index:1;max-width:50rem}.statement__headline{font-weight:var(--fw-bold);font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.2;color:var(--color-navy);margin-bottom:1.5rem}.statement__body{font-weight:var(--fw-light);font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.8;color:var(--color-navy);opacity:.8}.statement__divider{width:clamp(60px,10vw,100px);height:1px;background:var(--color-gold);margin:3rem auto 0;opacity:.4}.gallery-section{padding:6rem 3rem}.gallery-section__header{text-align:center;margin-bottom:3rem}.gallery-section__title{font-weight:var(--fw-light);font-size:clamp(.875rem,1.2vw,1rem);letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold)}.gallery-section__divider{width:clamp(60px,10vw,100px);height:1px;background:var(--color-gold);margin:3rem auto 0;opacity:.4}.gallery .inner{display:block;max-width:100%;width:100%}.gallery ul{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:340px;gap:4px}.gallery ul li:first-child{grid-column:span 2}.gallery ul li:last-child{grid-column:1 / -1}.gallery ul li{position:relative;overflow:hidden}.gallery ul li .thumbnail{display:block;width:100%;height:100%;position:relative;overflow:hidden}.gallery ul li .frame{-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);display:block;overflow:hidden;width:100%;height:100%;position:relative}.gallery ul li img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.gallery ul li:nth-child(1) img{object-position:center 60%}.gallery ul li:nth-child(2) img{object-position:center 40%}.gallery ul li:nth-child(3) img{object-position:center 50%}.gallery ul li:nth-child(4) img{object-position:center 40%}.gallery ul li:nth-child(5) img{object-position:center 50%}.gallery ul li:nth-child(6) img{object-position:center 50%}.gallery ul li:nth-child(7) img{object-position:center 40%}.gallery ul li:nth-child(8) img{object-position:center 40%}.gallery ul li:nth-child(9) img{object-position:center 70%}.gallery ul li .thumbnail:hover img{transform:scale(1.03)}.gallery ul li .thumbnail:after{content:"";position:absolute;inset:0;border:0px solid var(--color-gold);opacity:0;transition:border-width .3s ease,opacity .3s ease;pointer-events:none;z-index:1}.gallery ul li .thumbnail:hover:after{border-width:2px;opacity:1}.gallery ul li .caption{width:100%}.about{padding:0}.about__grid{max-width:none;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.about__image{line-height:0;min-height:500px;position:relative;overflow:hidden}.about__image img{width:100%;height:100%;object-fit:cover;object-position:center top;position:absolute;inset:0}.about__content{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem}.about__label{font-weight:var(--fw-light);font-size:.875rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.5rem}.about__name{font-weight:var(--fw-bold);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;line-height:1.1;color:var(--color-navy);margin-bottom:1.5rem}.about__bio{font-weight:var(--fw-light);font-size:1rem;line-height:1.8;color:var(--color-navy);opacity:.85}.about__bio p+p{margin-top:1.25rem}.ventures{padding:7rem 3rem;text-align:center;background:linear-gradient(to bottom,var(--color-bg-dark) 0%,#021a35 50%,var(--color-bg-dark) 100%)}.ventures__header{margin-bottom:3rem}.ventures__label{font-weight:var(--fw-light);font-size:clamp(.875rem,1.2vw,1rem);letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.75rem}.ventures__title{font-weight:var(--fw-bold);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;line-height:1.1;color:#fff}.ventures__divider{width:clamp(60px,10vw,100px);height:1px;background:var(--color-gold);margin:3.5rem auto 0;opacity:.4}.ventures__grid{display:flex;justify-content:center;gap:4rem;max-width:52rem;margin:0 auto}.ventures__card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 3rem 2.5rem;text-decoration:none;position:relative;flex:1;max-width:22rem}.ventures__card:before{content:"";position:absolute;inset:0;border:1px solid rgba(203,198,147,.1);opacity:0;transition:opacity .5s ease}.ventures__card:hover:before{opacity:1}.ventures__logo{width:clamp(110px,14vw,160px);height:clamp(110px,14vw,160px);display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;filter:grayscale(20%) brightness(.95);transition:filter .5s ease,transform .5s ease}.ventures__card:hover .ventures__logo{filter:grayscale(0%) brightness(1.05);transform:scale(1.05)}.ventures__logo img{max-width:100%;max-height:100%;object-fit:contain}.ventures__info{text-align:center}.ventures__name{font-weight:var(--fw-bold);font-size:clamp(1.05rem,1.8vw,1.25rem);color:#fff;letter-spacing:.02em;margin-bottom:.4rem}.ventures__url{font-weight:var(--fw-light);font-size:.85rem;color:var(--color-gold);letter-spacing:.1em;opacity:.7;transition:opacity .4s ease}.ventures__card:hover .ventures__url{opacity:1}.ventures__separator{width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(203,198,147,.2) 30%,rgba(203,198,147,.2) 70%,transparent 100%);align-self:stretch}.footer{padding:3rem 3rem 5rem;text-align:center}.footer__knife{width:clamp(140px,20vw,240px);margin:2.5rem auto}.footer__knife svg{width:100%;height:auto}.footer .social-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem}.footer .social-icons li{list-style:none}.footer .social-icons li a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;transition:opacity .25s ease}.footer .social-icons li a svg{display:block;width:100%;height:100%;fill:var(--color-gold);transition:fill .25s ease,opacity .25s ease;pointer-events:none}.footer .social-icons li a:hover svg{opacity:.7}.footer .social-icons li a .label{display:none}.footer__label{font-weight:var(--fw-light);font-size:clamp(.875rem,1.2vw,1rem);letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.75rem}.footer__headline{font-weight:var(--fw-bold);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;line-height:1.1;color:#fff;margin-bottom:1.75rem}.footer__contact-text{font-weight:var(--fw-light);font-size:.9rem;color:var(--color-gold);margin-bottom:1.5rem;letter-spacing:.05em}.footer__cta{display:inline-block;padding:.75rem 2rem;border:1px solid var(--color-gold);color:var(--color-gold);font-family:var(--font-primary);font-weight:var(--fw-light);font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background-color .3s ease,color .3s ease}.footer__cta:hover{background-color:var(--color-gold);color:var(--color-navy)}.footer__copyright{margin-top:3rem;font-weight:var(--fw-light);font-size:.75rem;color:var(--color-text-dark-primary);opacity:.4;letter-spacing:.05em}.image{display:block;line-height:0;max-width:100%;position:relative}.image .frame{-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);display:inline-block;max-width:100%;overflow:hidden;vertical-align:top;width:100%}.image .frame img{max-width:100%;vertical-align:top;width:inherit}@media(max-width:1680px){html{font-size:16px}}@media(max-width:1280px){html{font-size:15px}}@media(max-width:980px){html{font-size:14px}.about__grid{grid-template-columns:1fr;text-align:center;gap:1.5rem}.about__image{max-width:100%;min-height:auto;margin:0;aspect-ratio:4 / 3}.about__image img{position:relative;inset:auto}.about__content{padding:1rem 2rem 3rem}.gallery ul{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.gallery ul li:first-child{grid-column:span 2;grid-row:span 1}.gallery ul li:nth-child(4){grid-column:span 2}}@media(max-width:736px){.section__inner{padding:4rem 2rem}.hero{min-height:500px}.statement{padding:5rem 2rem}.gallery-section{padding:4rem 1.5rem}.gallery ul{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px;gap:3px}.gallery ul li:first-child{grid-column:span 2;grid-row:span 1}.about{padding:0}.ventures{padding:4rem 2rem}.ventures__grid{flex-direction:column;align-items:center;gap:0}.ventures__separator{width:clamp(40px,8vw,60px);height:1px;background:linear-gradient(to right,transparent 0%,rgba(203,198,147,.2) 30%,rgba(203,198,147,.2) 70%,transparent 100%);align-self:center}.ventures__card{padding:2rem 1.5rem}.footer{padding:4rem 2rem}}@media(max-width:480px){.hero__name{font-size:2.25rem}.statement__headline{font-size:1.5rem}}@media(max-width:360px){.section__inner{padding:3rem 1.5rem}.statement{padding:3.5rem 1.5rem}.gallery-section{padding:3rem 1rem}.gallery ul{grid-auto-rows:150px;gap:2px}.about{padding:0}.ventures,.footer{padding:3rem 1.5rem}}@keyframes gallery-modal-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery-modal{-webkit-tap-highlight-color:rgba(0,0,0,0);align-content:center;align-items:center;background-color:var(--color-background);display:grid;grid-template-areas:"previous image next" "caption caption caption";grid-template-columns:min-content auto min-content;height:100%;justify-content:space-between;left:0;opacity:0;outline:0;padding:2rem 0;pointer-events:none;position:fixed;top:0;touch-action:pan-x pinch-zoom;transition:opacity .5s ease,visibility .5s,z-index .5s,background-color .5s ease;user-select:none;visibility:hidden;width:100%;z-index:0}.gallery-modal:before{animation:gallery-modal-spinner 1s infinite linear;background-position:center;background-repeat:no-repeat;background-size:4rem;content:"";display:block;height:4rem;left:50%;margin:-2rem 0 0 -2rem;opacity:0;position:absolute;top:50%;transition:opacity .25s ease;transition-delay:.5s;width:4rem}.gallery-modal .inner{box-shadow:0 1em 3em #00000059;grid-area:image;height:100%;opacity:0;overflow:hidden;transform:translateY(.75em);transition:all .5s ease;width:100%}.gallery-modal .inner img{display:block;height:100%;object-fit:contain;width:100%;max-width:var(--natural-width, none);max-height:var(--natural-height, none);margin:0 auto}.gallery-modal .caption{color:var(--color-caption-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;grid-area:caption;line-height:1.6;opacity:0;padding:2rem 2rem 0;pointer-events:none;text-align:center;transform:translateY(.25em);transition:all .5s ease}.gallery-modal .caption::-webkit-scrollbar{display:none}.gallery-modal .caption a{pointer-events:auto}.gallery-modal .nav{-webkit-tap-highlight-color:rgba(0,0,0,0);background-position:center;background-repeat:no-repeat;background-size:3rem;cursor:pointer;height:6rem;transition:opacity .25s ease,transform .5s ease;width:8rem}.gallery-modal .nav:hover{opacity:1!important}.gallery-modal .nav.next{grid-area:next}.gallery-modal .nav.previous{grid-area:previous;transform:scaleX(-1)}.gallery-modal .close{-webkit-tap-highlight-color:rgba(0,0,0,0);background-position:top 1rem right 1rem;background-repeat:no-repeat;background-size:3rem;cursor:pointer;display:block;height:6rem;position:absolute;right:0;top:0;transition:opacity .25s ease,transform .5s ease;width:6rem}.gallery-modal .close:hover{opacity:1!important}.gallery-modal.visible{opacity:1;pointer-events:auto;visibility:visible;z-index:10000}.gallery-modal.visible:before{opacity:1}.gallery-modal.loaded:before{opacity:0!important;transition-delay:0s!important}.gallery-modal.loaded .inner,.gallery-modal.loaded .caption{opacity:1;transform:translateY(0)}.gallery-modal.switching .inner{transition:opacity .375s ease,transform .5s ease}.gallery-modal.switching.from-left .inner{transform:translateY(0) translate(-1.5em)}.gallery-modal.switching.from-right .inner{transform:translateY(0) translate(1.5em)}.gallery-modal.switching.done .inner{transition:opacity .375s ease;transform:translateY(0) translate(0)}.gallery-modal.zooming{background-color:var(--color-background-zooming)}.gallery-modal.zooming .caption{opacity:0}.gallery-modal.zooming .nav.next{opacity:0;pointer-events:none;transform:translate(50%)}.gallery-modal.zooming .nav.previous{opacity:0;pointer-events:none;transform:translate(-50%) scaleX(-1)}.gallery-modal.zooming .close{opacity:0;pointer-events:none;transform:translate(50%) translateY(-50%)}.gallery-modal.dark{--color-background: rgba(10, 10, 10, .85);--color-background-zooming: rgba(0, 0, 0, 1);--color-caption-text: #ffffff}.gallery-modal.dark:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==)}.gallery-modal.dark .close{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==);opacity:.25}.gallery-modal.dark .nav{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+);opacity:.25}@keyframes loading-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.deferred:before{content:"";display:block;width:4rem;height:4rem;position:absolute;top:50%;left:50%;margin:-2rem 0 0 -2rem;animation:loading-spinner 1s infinite linear;transition:opacity .25s ease;transition-delay:.5s;opacity:0;z-index:-1;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==);background-position:center;background-repeat:no-repeat;background-size:3rem}.deferred.loading:before{opacity:.35;z-index:0}@media(orientation:portrait){.gallery-modal{grid-template-areas:"image" "caption";grid-template-columns:auto;justify-content:center}.gallery-modal .nav{background-image:none!important;mix-blend-mode:difference;opacity:1!important;position:absolute}.gallery-modal .nav.next{right:0}.gallery-modal .nav.previous{left:0}.gallery-modal .nav:before{background-color:#90909080;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==);background-position:center;background-repeat:no-repeat;background-size:1.5rem;border-radius:3rem;content:"";display:block;height:3rem;position:absolute;right:1rem;top:calc(50% - 1.5rem);width:3rem}}@media(max-width:1280px){.gallery-modal .nav,.gallery-modal .close{opacity:1!important}}@media(max-width:736px){.gallery-modal .close{background-position:top .5rem right .5rem}}
