.Nav-module__jmVfSG__navWrap{z-index:100;pointer-events:none;justify-content:center;transition:transform .4s cubic-bezier(.7,0,.2,1);display:flex;position:absolute;left:0;right:0}.Nav-module__jmVfSG__navWrap.Nav-module__jmVfSG__hidden{transform:translateY(calc(-100% - 40px))}.Nav-module__jmVfSG__navWrap:after{content:"";border-top:1px solid var(--accent);border-right:1px solid var(--accent);pointer-events:none;z-index:1;border-top-right-radius:178px;height:45px;position:absolute;top:90px;left:0;right:0}.Nav-module__jmVfSG__nav{pointer-events:auto;width:100%;min-height:64px;color:var(--accent);grid-template-columns:auto 1fr auto;align-items:center;padding:25px clamp(20px,2vw,25px) 12px;display:grid}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.Nav-module__jmVfSG__nav{background:#ffffffd1}}.Nav-module__jmVfSG__brand{align-items:center;line-height:0;text-decoration:none;display:flex}.Nav-module__jmVfSG__brand img{width:auto;height:clamp(22px,2.5vw,50px);display:block}.Nav-module__jmVfSG__links{justify-content:center;align-items:center;gap:clamp(18px,2.6vw,36px);margin:0;padding:0;list-style:none;display:flex}.Nav-module__jmVfSG__link{font-family:var(--font-pragmatica);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;padding:6px 2px;font-size:clamp(12px,1vw,16px);font-weight:600;text-decoration:none;transition:opacity .2s;position:relative}.Nav-module__jmVfSG__link:after{content:"";transform-origin:0;background:currentColor;height:1px;transition:transform .28s cubic-bezier(.7,0,.2,1);position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.Nav-module__jmVfSG__link:hover:after,.Nav-module__jmVfSG__link:focus-visible:after{transform:scaleX(1)}.Nav-module__jmVfSG__links:has(.Nav-module__jmVfSG__link:hover) .Nav-module__jmVfSG__link:not(:hover){opacity:.55}.Nav-module__jmVfSG__actions{align-items:center;gap:clamp(2px,.3vw,4px);display:flex}.Nav-module__jmVfSG__iconBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding-top:2px;font-size:clamp(20px,2.2vw,36px);transition:opacity .2s,background-color .2s;display:inline-flex;transform:rotateY(180deg)}.Nav-module__jmVfSG__iconBtn .da-icon{font-size:inherit}.Nav-module__jmVfSG__overlay,.Nav-module__jmVfSG__searchOverlay{z-index:200;background:var(--accent-text);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:transform .45s cubic-bezier(.7,0,.2,1);display:flex;position:fixed;inset:0;transform:translateY(-100%)}.Nav-module__jmVfSG__overlay.Nav-module__jmVfSG__open,.Nav-module__jmVfSG__searchOverlay.Nav-module__jmVfSG__open{pointer-events:auto;transform:translateY(0)}.Nav-module__jmVfSG__overlay a{font-family:DA Map Roman;font-size:clamp(24px,3.6vw,40px);font-weight:300;text-decoration:none;transition:color .25s}.Nav-module__jmVfSG__overlay a:hover{color:var(--accent)}.Nav-module__jmVfSG__overlay:has(a:hover) a:not(:hover){color:#7486e8}.Nav-module__jmVfSG__overlay:has(a:focus-visible) a:not(:focus-visible){color:#7486e8}.Nav-module__jmVfSG__overlayClose{color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:opacity .2s;display:inline-flex;position:absolute;top:22px;right:26px}.Nav-module__jmVfSG__overlayClose:hover{opacity:.6}.Nav-module__jmVfSG__searchBox{border-bottom:2px solid var(--ink);align-items:center;gap:18px;width:min(820px,88%);padding:18px 0;display:flex}.Nav-module__jmVfSG__searchBox .da-icon{color:var(--ink);flex-shrink:0}.Nav-module__jmVfSG__searchBox input{font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;padding:4px 0;font-size:clamp(20px,2.6vw,36px)}.Nav-module__jmVfSG__searchBox input::placeholder{color:var(--muted);opacity:.5}.Nav-module__jmVfSG__searchStatus{width:min(820px,88%);color:var(--muted);opacity:.6;margin-top:12px;font-size:clamp(14px,1.4vw,18px)}.Nav-module__jmVfSG__searchResults{flex-direction:column;gap:2px;width:min(820px,88%);max-height:60vh;margin-top:8px;display:flex;overflow-y:auto}.Nav-module__jmVfSG__searchResultItem{border-bottom:1px solid color-mix(in srgb, var(--ink) 12%, transparent);color:var(--ink);justify-content:space-between;align-items:baseline;gap:16px;padding:14px 0;text-decoration:none;transition:opacity .2s;display:flex}.Nav-module__jmVfSG__searchResultItem:hover{opacity:.6}.Nav-module__jmVfSG__searchResultTitle{font-size:clamp(16px,1.8vw,24px);font-weight:300}.Nav-module__jmVfSG__searchResultType{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);flex-shrink:0;font-size:clamp(11px,1vw,14px)}@media (max-width:1024px){.Nav-module__jmVfSG__links{display:none}.Nav-module__jmVfSG__actions{margin-left:auto}}@media (max-width:640px){.Nav-module__jmVfSG__overlay{opacity:0;background:#0c0ca566;flex-direction:column;justify-content:center;align-items:stretch;gap:20px;padding:100px 8vw 40px 40vw;transition:opacity .35s cubic-bezier(.7,0,.2,1);transform:none}.Nav-module__jmVfSG__overlay.Nav-module__jmVfSG__open{opacity:1;transform:none}.Nav-module__jmVfSG__overlay:before{content:"";background:var(--accent-text);z-index:-1;width:60vw;transition:transform .35s cubic-bezier(.7,0,.2,1);position:absolute;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 32px -8px #0c0ca540}.Nav-module__jmVfSG__overlay.Nav-module__jmVfSG__open:before{transform:translate(0)}.Nav-module__jmVfSG__overlay a{text-align:right;width:100%;padding:2px 0;font-size:clamp(20px,5.5vw,26px);line-height:1.2}.Nav-module__jmVfSG__overlayClose{top:22px;right:6vw}}
.SignUpModal-module__jPq1ya__overlay{z-index:500;justify-content:center;align-items:center;padding:24px;animation:.25s cubic-bezier(.22,1,.36,1) SignUpModal-module__jPq1ya__fadeIn;display:flex;position:fixed;inset:90px 0 0}.SignUpModal-module__jPq1ya__card{background:#fff;border:1px solid #0c0ca5;border-radius:16px;grid-template-columns:1fr 1fr;width:min(1000px,92vw);height:auto;max-height:72vh;display:grid;position:relative;overflow:hidden;box-shadow:12px 12px 35px #00000036}.SignUpModal-module__jPq1ya__close{width:40px;height:40px;color:var(--accent,#0c0ca5);cursor:pointer;z-index:2;background:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:transform .2s;display:inline-flex;position:absolute;top:5px;right:5px}.SignUpModal-module__jPq1ya__close .da-icon{font-size:inherit}.SignUpModal-module__jPq1ya__close:hover{transform:scale(1.08)}.SignUpModal-module__jPq1ya__imagePane{box-sizing:border-box;background:#fff;justify-content:center;align-items:center;min-height:0;padding:32px;display:flex;position:relative}.SignUpModal-module__jPq1ya__image{object-fit:cover;box-sizing:border-box;border:2px solid #0c0ca5;width:100%;height:100%;display:block}.SignUpModal-module__jPq1ya__formPane{flex-direction:column;justify-content:center;gap:20px;padding:48px 56px;display:flex}.SignUpModal-module__jPq1ya__title{letter-spacing:.08em;text-align:center;color:var(--accent,#0c0ca5);text-transform:uppercase;margin:0;font-size:34px}.SignUpModal-module__jPq1ya__subtitle{font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;color:var(--accent,#0c0ca5);text-align:center;align-self:center;max-width:45ch;margin:0;font-size:14px;line-height:1.2}.SignUpModal-module__jPq1ya__form{flex-direction:column;gap:16px;margin-top:8px;display:flex}.SignUpModal-module__jPq1ya__field{flex-direction:column;gap:6px;display:flex}.SignUpModal-module__jPq1ya__label{color:var(--accent,#0c0ca5);font-family:Comma Base Regular;font-size:16px}.SignUpModal-module__jPq1ya__input{width:100%;color:var(--accent,#0c0ca5);background:#fff;border:1px solid #0c0ca5;border-radius:8px;outline:none;padding:12px 14px;font-family:Comma Base Regular;font-size:14px;transition:border-color .15s,box-shadow .15s}.SignUpModal-module__jPq1ya__input::placeholder{color:#0c0ca573}.SignUpModal-module__jPq1ya__input:focus{border-color:var(--accent,#0c0ca5);box-shadow:0 0 0 3px #0c0ca51f}.SignUpModal-module__jPq1ya__passwordWrap{position:relative}.SignUpModal-module__jPq1ya__passwordWrap .SignUpModal-module__jPq1ya__input{padding-right:44px}.SignUpModal-module__jPq1ya__eyeBtn{width:32px;height:32px;color:var(--accent,#0c0ca5);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:opacity .15s;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.SignUpModal-module__jPq1ya__eyeBtn:hover{opacity:1}.SignUpModal-module__jPq1ya__submit{background:var(--accent-text,#fff);color:var(--accent,#0c0ca5);border:none;border:1px solid var(--accent);letter-spacing:.2em;cursor:pointer;border-radius:25px;margin-top:8px;padding:12px 14px;font-family:"Da Map Roman 300";font-size:16px;transition:filter .15s,transform .15s}.SignUpModal-module__jPq1ya__submit:hover{color:#fff;background:#0c0ca5}.SignUpModal-module__jPq1ya__submit:active{transform:translateY(1px)}.SignUpModal-module__jPq1ya__legal{text-align:center;margin:12px 0 0;font-family:Comma Base Regular;font-size:11px;line-height:1.45}@media (max-width:780px){.SignUpModal-module__jPq1ya__card{grid-template-columns:1fr;max-height:92vh;overflow:auto}.SignUpModal-module__jPq1ya__imagePane{max-height:32vh}.SignUpModal-module__jPq1ya__formPane{padding:32px 24px}.SignUpModal-module__jPq1ya__title{font-size:26px}}@keyframes SignUpModal-module__jPq1ya__fadeIn{0%{opacity:0}to{opacity:1}}
.Hero-module__gNeX-G__heroScroll{z-index:2;background:var(--accent-text);width:100%;height:212dvh;position:relative}.Hero-module__gNeX-G__heroSticky{background:0 0;width:100%;height:100dvh;position:sticky;top:0;overflow:visible}.Hero-module__gNeX-G__heroTitleContainer{z-index:1;padding:0;position:absolute;inset:0}.Hero-module__gNeX-G__heroAnimation{width:100%;height:100%}.Hero-module__gNeX-G__heroSlideViewport{touch-action:pan-y;z-index:1;position:absolute;inset:0;overflow:hidden}.Hero-module__gNeX-G__heroSlideTrack{will-change:transform;width:400%;height:100%;display:flex}.Hero-module__gNeX-G__heroSlide{flex:0 0 25%;height:100%;position:relative}.Hero-module__gNeX-G__heroMedia{width:100%;height:100%;position:relative;overflow:hidden}.Hero-module__gNeX-G__heroAnAddressWrap{z-index:0;position:absolute;inset:90px 25px 0;overflow:hidden}.Hero-module__gNeX-G__heroMediaVideo{object-fit:fill;z-index:0;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Hero-module__gNeX-G__heroRightStack{z-index:2;pointer-events:auto;flex-direction:column;align-items:flex-end;max-width:62%;margin-right:25px;display:flex;position:absolute;top:10%;right:0}.Hero-module__gNeX-G__heroSubheading{width:100%;font-family:var(--font-pragmatica-condensed);letter-spacing:.01em;text-transform:uppercase;color:var(--accent);white-space:nowrap;-webkit-user-select:none;user-select:none;text-align:right;margin:0;font-size:clamp(40px,4.5vw,200px);font-weight:600;display:block}.Hero-module__gNeX-G__heroAbout{font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-text);background:var(--accent);white-space:nowrap;border-radius:24px;justify-content:center;align-items:center;font-size:clamp(11px,.9vw,13px);font-weight:600;text-decoration:none;transition:filter .2s,transform .2s;display:inline-flex}.Hero-module__gNeX-G__heroAbout:hover{filter:brightness(1.15)}@media (min-width:1921px){.Hero-module__gNeX-G__heroRightStack{gap:40px;top:22%}.Hero-module__gNeX-G__heroSubheading{font-size:90px}.Hero-module__gNeX-G__heroAbout{padding:20px 56px;font-size:16px}}@media (min-width:1681px) and (max-width:1920px){.Hero-module__gNeX-G__heroRightStack{gap:32px;top:22%}.Hero-module__gNeX-G__heroSubheading{font-size:72px}.Hero-module__gNeX-G__heroAbout{padding:18px 52px;font-size:15px}}@media (min-width:1441px) and (max-width:1680px){.Hero-module__gNeX-G__heroRightStack{gap:28px;top:22%}.Hero-module__gNeX-G__heroSubheading{font-size:58px}.Hero-module__gNeX-G__heroAbout{padding:18px 50px;font-size:15px}}@media (min-width:1281px) and (max-width:1440px){.Hero-module__gNeX-G__heroRightStack{gap:28px;top:22%}.Hero-module__gNeX-G__heroSubheading{font-size:58px}.Hero-module__gNeX-G__heroAbout{padding:18px 50px;font-size:15px}}@media (min-width:1101px) and (max-width:1280px){.Hero-module__gNeX-G__heroRightStack{gap:28px;top:22%}.Hero-module__gNeX-G__heroSubheading{font-size:54px}.Hero-module__gNeX-G__heroAbout{padding:16px 45px;font-size:13px}}@media (min-width:641px) and (max-width:1100px){.Hero-module__gNeX-G__heroRightStack{gap:18px;top:16%}.Hero-module__gNeX-G__heroSubheading{font-size:30px}.Hero-module__gNeX-G__heroAbout{padding:14px 36px;font-size:12px}}.Hero-module__gNeX-G__heroTextStack{box-sizing:border-box;z-index:1;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%;padding:90px 25px 50px;display:flex;position:relative}.Hero-module__gNeX-G__heroTextLine{background:0 0;width:100%;height:auto;margin-bottom:40px;display:block}.Hero-module__gNeX-G__heroTextLine:last-child{margin-bottom:0}.Hero-module__gNeX-G__heroTextLineHere{align-self:flex-end;width:30%}.Hero-module__gNeX-G__heroSignUp{font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-text);background:var(--accent);cursor:pointer;z-index:3;border:none;border-radius:24px;justify-content:center;align-items:center;padding:clamp(14px,1.4vw,20px) clamp(36px,3.2vw,56px);font-size:clamp(11px,1vw,15px);font-weight:600;text-decoration:none;transition:filter .2s;display:inline-flex;position:absolute;bottom:90px;left:25px}.Hero-module__gNeX-G__heroSignUp:hover{filter:brightness(1.15)}.Hero-module__gNeX-G__heroBottomCurve{border-bottom:2.5px solid var(--accent);border-right:2.5px solid var(--accent);pointer-events:none;z-index:2;border-bottom-right-radius:45px;width:45px;height:45px;transition:opacity .2s;position:absolute;bottom:17.2px;right:0}.Hero-module__gNeX-G__heroBottomCurveDim{opacity:.35}.Hero-module__gNeX-G__heroTabs{z-index:4;pointer-events:none;grid-template-columns:repeat(4,1fr);align-items:center;gap:clamp(16px,3vw,40px);height:5px;display:grid;position:absolute;bottom:25px;left:25px;right:45px}.Hero-module__gNeX-G__heroTab{cursor:pointer;pointer-events:auto;opacity:.35;background:0 0;border:none;align-self:end;height:24px;margin-bottom:-11px;padding:0;transition:opacity .2s;display:block;position:relative}.Hero-module__gNeX-G__heroTab:after{content:"";background:var(--accent);pointer-events:none;height:2px;position:absolute;bottom:11px;left:0;right:0}.Hero-module__gNeX-G__heroTab:hover{opacity:.7}.Hero-module__gNeX-G__heroTabActive{opacity:1}.Hero-module__gNeX-G__heroTabGap{background:var(--accent-text);width:clamp(16px,3vw,40px);height:4px;display:block;transform:translateY(2px)}@media (max-width:640px){.Hero-module__gNeX-G__heroTitleContainer{padding:86px 16px calc(16px + clamp(34px,5vh,48px))}.Hero-module__gNeX-G__heroTab{letter-spacing:.08em;padding:10px 12px;font-size:10px}}.Hero-module__gNeX-G__heroVideos{z-index:2;will-change:transform;grid-template-columns:1fr 1fr;gap:0;height:120dvh;display:grid;position:absolute;top:100%;left:0;right:0}@media (min-width:768px) and (max-width:1024px){.Hero-module__gNeX-G__heroVideos{top:70%}}.Hero-module__gNeX-G__heroVideo{will-change:transform, opacity;width:100%;height:120dvh;overflow:hidden}.Hero-module__gNeX-G__heroVideo video{object-fit:cover;width:100%;height:100%;display:block}.Hero-module__gNeX-G__signUpModal{z-index:500;background:0 0;justify-content:center;align-items:center;padding:24px;animation:.25s cubic-bezier(.22,1,.36,1) Hero-module__gNeX-G__signUpFade;display:flex;position:fixed;inset:0}.Hero-module__gNeX-G__signUpModalInner{justify-content:center;align-items:center;max-width:min(900px,92vw);max-height:88vh;display:flex;position:relative}.Hero-module__gNeX-G__signUpModalImage{object-fit:contain;border-radius:8px;width:100%;height:auto;max-height:88vh;display:block;box-shadow:0 20px 60px -20px #00000080}.Hero-module__gNeX-G__signUpModalClose{background:var(--accent-text,#fff);width:40px;height:40px;color:var(--accent,#0c0ca5);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:transform .2s;display:inline-flex;position:absolute;top:-14px;right:-14px;box-shadow:0 4px 16px #00000040}.Hero-module__gNeX-G__signUpModalClose .da-icon{font-size:inherit}.Hero-module__gNeX-G__signUpModalClose:hover{transform:scale(1.08)}@keyframes Hero-module__gNeX-G__signUpFade{0%{opacity:0}to{opacity:1}}
.ArtistCarousel-module__je4OCW__scrollWrap{height:300vh;position:relative}.ArtistCarousel-module__je4OCW__artistCarousel{background:var(--accent-text);height:100vh;position:sticky;top:0;overflow:hidden}.ArtistCarousel-module__je4OCW__head{will-change:transform;flex-direction:column;display:flex;padding:50px 25px!important}.ArtistCarousel-module__je4OCW__headingWrap{align-items:center;width:100%;max-height:clamp(120px,12vw,220px);display:flex;overflow:hidden}.ArtistCarousel-module__je4OCW__headBottom{justify-content:space-between;align-items:center;margin-top:20px;padding:0;display:flex}.ArtistCarousel-module__je4OCW__subtext{text-align:left;color:var(--accent);position:relative}.ArtistCarousel-module__je4OCW__viewport{top:var(--img-top,210px);height:var(--img-h,calc(100vh - 360px));contain:layout paint;padding:0 12.5px;position:absolute;left:0;right:0;overflow:hidden}.ArtistCarousel-module__je4OCW__track{will-change:transform;flex-wrap:nowrap;height:100%;transition:transform .5s cubic-bezier(.7,0,.2,1);display:flex}.ArtistCarousel-module__je4OCW__card{flex:none;min-width:0;height:100%;padding:0 12.5px;position:relative}.ArtistCarousel-module__je4OCW__card:after{content:"";z-index:2;pointer-events:none;background:#ffffffe6;width:1px;position:absolute;top:0;bottom:0;right:0}.ArtistCarousel-module__je4OCW__card:last-child:after{display:none}.ArtistCarousel-module__je4OCW__frame{background:var(--grey);contain:layout paint;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:relative;overflow:hidden}.ArtistCarousel-module__je4OCW__frame img{filter:url(#duotone-blue);transition:filter .4s}.ArtistCarousel-module__je4OCW__card:hover .ArtistCarousel-module__je4OCW__frame img{filter:none}.ArtistCarousel-module__je4OCW__card:hover .ArtistCarousel-module__je4OCW__frame{transform:translateY(-4px)}.ArtistCarousel-module__je4OCW__overlay{color:var(--accent-text);opacity:0;pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#0003 60%,#0000008c 100%);flex-direction:column;justify-content:flex-end;gap:16px;padding:clamp(20px,2.5vw,32px);transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0;transform:translateY(20%)}.ArtistCarousel-module__je4OCW__card:hover .ArtistCarousel-module__je4OCW__overlay,.ArtistCarousel-module__je4OCW__card:focus-within .ArtistCarousel-module__je4OCW__overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.ArtistCarousel-module__je4OCW__description{color:var(--accent-text);letter-spacing:.02em;font-size:clamp(13px,1.2vw,25px);font-weight:400;line-height:1.5;overflow:hidden}.ArtistCarousel-module__je4OCW__knowMore{color:var(--accent);background:var(--accent-text);letter-spacing:.12em;text-transform:uppercase;align-self:flex-start;align-items:center;gap:10px;padding:10px 18px;font-size:clamp(11px,.9vw,13px);font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.ArtistCarousel-module__je4OCW__knowMore .da-icon{font-size:.95em;transition:transform .25s}.ArtistCarousel-module__je4OCW__knowMore:hover{transform:translateY(-1px);box-shadow:0 10px 24px -10px #00000059}.ArtistCarousel-module__je4OCW__knowMore:hover .da-icon{transform:translate(3px)}.ArtistCarousel-module__je4OCW__bottomZone{background:#fff;width:100%;position:absolute;bottom:0}.ArtistCarousel-module__je4OCW__metaTrack{width:100%;padding:25px 12.5px;display:flex}.ArtistCarousel-module__je4OCW__meta{justify-content:space-between;align-items:center;width:100%;padding:0 12.5px;display:flex}.ArtistCarousel-module__je4OCW__year{color:var(--accent);margin-left:6px;font-size:.85em;font-weight:400}.ArtistCarousel-module__je4OCW__follow{width:34px;height:34px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:22px;transition:background .25s,color .25s,border-color .25s,transform .25s;display:inline-flex}.ArtistCarousel-module__je4OCW__follow:hover{border-color:var(--accent);color:var(--accent);transform:scale(1.06)}.ArtistCarousel-module__je4OCW__follow:active{animation:.35s cubic-bezier(.22,1,.36,1) ArtistCarousel-module__je4OCW__followPop}.ArtistCarousel-module__je4OCW__followActive{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.ArtistCarousel-module__je4OCW__followActive:hover{color:var(--accent-text)}@keyframes ArtistCarousel-module__je4OCW__followPop{0%{transform:scale(1)}40%{transform:scale(.82)}70%{transform:scale(1.16)}to{transform:scale(1)}}.ArtistCarousel-module__je4OCW__controls{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:0 25px 50px;display:grid}.ArtistCarousel-module__je4OCW__controls>.ArtistCarousel-module__je4OCW__exploreBtn{justify-self:start}.ArtistCarousel-module__je4OCW__controls>.ArtistCarousel-module__je4OCW__arrows{justify-self:center}.ArtistCarousel-module__je4OCW__exploreBtn{letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--accent);border-radius:50px;align-items:center;gap:10px;padding:15px 25px;font-size:clamp(11px,.9vw,13px);font-weight:600;text-decoration:none;transition:background .25s,color .25s,transform .25s,box-shadow .25s;display:inline-flex}.ArtistCarousel-module__je4OCW__exploreBtn:hover{background:var(--accent);color:var(--accent-text)}.ArtistCarousel-module__je4OCW__arrows{align-items:center;gap:24px;display:flex}.ArtistCarousel-module__je4OCW__arrow{color:var(--ink);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.4em;transition:color .2s;display:flex}.ArtistCarousel-module__je4OCW__arrow:disabled{color:#0000004d;cursor:default}.ArtistCarousel-module__je4OCW__arrow .da-icon{font-size:1.1em}@media (max-width:1440px){.ArtistCarousel-module__je4OCW__overlay{justify-content:flex-end;gap:10px;padding:clamp(14px,1.6vw,20px)}.ArtistCarousel-module__je4OCW__description{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;font-size:clamp(12px,.95vw,15px);line-height:1.4;display:-webkit-box}.ArtistCarousel-module__je4OCW__knowMore{letter-spacing:.1em;padding:8px 14px;font-size:10px}}@media (max-width:1024px){.ArtistCarousel-module__je4OCW__scrollWrap{height:auto}.ArtistCarousel-module__je4OCW__artistCarousel{height:auto;position:relative;overflow:visible}.ArtistCarousel-module__je4OCW__bottomZone{position:relative;bottom:auto}.ArtistCarousel-module__je4OCW__frame{height:50vw}.ArtistCarousel-module__je4OCW__overlay{opacity:0;transform:translateY(20%)}.ArtistCarousel-module__je4OCW__description{background:#00000059;border-radius:4px;padding:8px 12px;font-size:13px}}
.ArtworksCarousel-module__6a2_Sa__scrollWrap{height:300vh;position:relative}.ArtworksCarousel-module__6a2_Sa__artworks{background:var(--accent-text);border-top-right-radius:45px;height:100vh;position:sticky;top:0;overflow:hidden}.ArtworksCarousel-module__6a2_Sa__head{background:var(--accent-text);border-top-right-radius:45px;flex-direction:column;display:flex;position:relative;padding:50px 25px!important}.ArtworksCarousel-module__6a2_Sa__head:before{content:"";background:var(--accent-text);pointer-events:none;z-index:0;height:45px;position:absolute;top:-45px;left:0;right:0}.ArtworksCarousel-module__6a2_Sa__head:after{content:"";border-top:1px solid var(--accent);border-right:1px solid var(--accent);pointer-events:none;z-index:1;border-top-right-radius:45px;height:45px;position:absolute;top:0;left:0;right:1px}.ArtworksCarousel-module__6a2_Sa__headingWrap{align-items:center;width:100%;max-height:clamp(120px,12vw,220px);display:flex;overflow:hidden}.ArtworksCarousel-module__6a2_Sa__headBottom{justify-content:space-between;align-items:center;margin-top:20px;padding:0;display:flex}.ArtworksCarousel-module__6a2_Sa__subtext{text-align:left;color:var(--accent);position:relative}.ArtworksCarousel-module__6a2_Sa__viewport{top:var(--img-top,210px);height:var(--img-h,calc(100vh - 260px));contain:layout paint;padding:0 12.5px;position:absolute;left:0;right:0;overflow:hidden}.ArtworksCarousel-module__6a2_Sa__track{will-change:transform;flex-wrap:nowrap;height:100%;transition:transform .5s cubic-bezier(.7,0,.2,1);display:flex}.ArtworksCarousel-module__6a2_Sa__card{flex:none;min-width:0;height:100%;padding:0 12.5px;position:relative}.ArtworksCarousel-module__6a2_Sa__card:after{content:"";z-index:2;pointer-events:none;background:#ffffffe6;width:1px;position:absolute;top:0;bottom:0;right:0}.ArtworksCarousel-module__6a2_Sa__card:last-child:after{display:none}.ArtworksCarousel-module__6a2_Sa__frame{background:var(--grey);contain:layout paint;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:relative;overflow:hidden}.ArtworksCarousel-module__6a2_Sa__frame img{object-fit:cover!important;object-position:center top!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.ArtworksCarousel-module__6a2_Sa__card:hover .ArtworksCarousel-module__6a2_Sa__frame{transform:translateY(-4px)}.ArtworksCarousel-module__6a2_Sa__overlay{opacity:0;pointer-events:none;color:var(--accent-text);background:linear-gradient(#0000 0%,#0003 60%,#0000008c 100%);flex-direction:column;justify-content:flex-end;gap:16px;padding:clamp(20px,2.5vw,32px);transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0;transform:translateY(20%)}.ArtworksCarousel-module__6a2_Sa__card:hover .ArtworksCarousel-module__6a2_Sa__overlay,.ArtworksCarousel-module__6a2_Sa__card:focus-within .ArtworksCarousel-module__6a2_Sa__overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.ArtworksCarousel-module__6a2_Sa__specs{flex-direction:column;gap:10px;display:flex}.ArtworksCarousel-module__6a2_Sa__specRow{grid-template-columns:80px 1fr;align-items:baseline;gap:14px;display:grid}.ArtworksCarousel-module__6a2_Sa__specRow dt{letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6;font-size:clamp(11px,.8vw,20px);font-weight:600}.ArtworksCarousel-module__6a2_Sa__specRow dd{-webkit-line-clamp:2;line-clamp:2;letter-spacing:.02em;-webkit-box-orient:vertical;font-size:clamp(13px,1.2vw,25px);font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.ArtworksCarousel-module__6a2_Sa__knowMore{color:var(--accent);background:var(--accent-text);letter-spacing:.12em;text-transform:uppercase;align-self:flex-start;align-items:center;gap:10px;padding:10px 18px;font-size:clamp(11px,.9vw,13px);font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.ArtworksCarousel-module__6a2_Sa__knowMore .da-icon{font-size:.95em;transition:transform .25s}.ArtworksCarousel-module__6a2_Sa__knowMore:hover{transform:translateY(-1px);box-shadow:0 10px 24px -10px #00000059}.ArtworksCarousel-module__6a2_Sa__knowMore:hover .da-icon{transform:translate(3px)}.ArtworksCarousel-module__6a2_Sa__bottomZone{background:#fff;width:100%;position:absolute;bottom:0}.ArtworksCarousel-module__6a2_Sa__metaTrack{width:100%;padding:25px 12.5px;display:flex}.ArtworksCarousel-module__6a2_Sa__cap{flex-direction:column;gap:4px;width:100%;min-width:0;padding:0 12.5px;display:flex;position:relative}.ArtworksCarousel-module__6a2_Sa__capTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ArtworksCarousel-module__6a2_Sa__title2{font-family:var(--font-pragmatica-condensed), Helvetica, Arial, sans-serif;font-size:clamp(14px,1.4vw,22px);font-style:italic;font-weight:300}.ArtworksCarousel-module__6a2_Sa__artist{font-family:var(--font-pragmatica-condensed);color:var(--ink);font-size:clamp(13px,1vw,20px);font-weight:400}.ArtworksCarousel-module__6a2_Sa__price{color:var(--muted);margin-top:4px;font-size:clamp(13px,1vw,16px)}.ArtworksCarousel-module__6a2_Sa__save{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:inline-flex}.ArtworksCarousel-module__6a2_Sa__heartWrap{width:26px;height:26px;display:block;position:relative}.ArtworksCarousel-module__6a2_Sa__heartIcon{object-fit:contain;width:100%;height:100%;transition:opacity .35s,transform .35s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.ArtworksCarousel-module__6a2_Sa__heartBefore{opacity:1;transform:scale(1)}.ArtworksCarousel-module__6a2_Sa__heartAfter,.ArtworksCarousel-module__6a2_Sa__heartFilled,.ArtworksCarousel-module__6a2_Sa__heartHidden{opacity:0;transform:scale(.7)}.ArtworksCarousel-module__6a2_Sa__heartVisible{opacity:1;transform:scale(1)}.ArtworksCarousel-module__6a2_Sa__controls{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:0 25px 50px;display:grid}.ArtworksCarousel-module__6a2_Sa__controls>.ArtworksCarousel-module__6a2_Sa__exploreBtn{justify-self:start}.ArtworksCarousel-module__6a2_Sa__controls>.ArtworksCarousel-module__6a2_Sa__arrows{justify-self:center}.ArtworksCarousel-module__6a2_Sa__exploreBtn{letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--accent);border-radius:50px;align-items:center;gap:10px;padding:15px 25px;font-size:clamp(11px,.9vw,13px);font-weight:600;text-decoration:none;transition:background .25s,color .25s,transform .25s,box-shadow .25s;display:inline-flex}.ArtworksCarousel-module__6a2_Sa__exploreBtn:hover{background:var(--accent);color:var(--accent-text)}.ArtworksCarousel-module__6a2_Sa__arrows{align-items:center;gap:24px;display:flex}.ArtworksCarousel-module__6a2_Sa__arrow{color:var(--ink);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.4em;transition:color .2s;display:flex}.ArtworksCarousel-module__6a2_Sa__arrow:disabled{color:#0000004d;cursor:default}.ArtworksCarousel-module__6a2_Sa__arrow .da-icon{font-size:1.1em}@media (max-width:1440px){.ArtworksCarousel-module__6a2_Sa__overlay{gap:10px;padding:clamp(14px,1.6vw,20px)}.ArtworksCarousel-module__6a2_Sa__specs{gap:6px}.ArtworksCarousel-module__6a2_Sa__specRow{grid-template-columns:64px 1fr;gap:10px}.ArtworksCarousel-module__6a2_Sa__specRow dt{letter-spacing:.06em;font-size:10px}.ArtworksCarousel-module__6a2_Sa__specRow dd{-webkit-line-clamp:2;line-clamp:2;font-size:clamp(12px,.95vw,15px);line-height:1.35}.ArtworksCarousel-module__6a2_Sa__knowMore{letter-spacing:.1em;padding:8px 14px;font-size:10px}}@media (max-width:1024px){.ArtworksCarousel-module__6a2_Sa__scrollWrap{height:auto}.ArtworksCarousel-module__6a2_Sa__artworks{height:auto;position:relative;overflow:visible}.ArtworksCarousel-module__6a2_Sa__bottomZone{position:relative;bottom:auto}.ArtworksCarousel-module__6a2_Sa__viewport{height:50vh;position:relative;top:auto}.ArtworksCarousel-module__6a2_Sa__overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.ArtworksCarousel-module__6a2_Sa__arrow{width:32px;height:32px;font-size:16px}}
.CityFilterDropdown-module__6B6mXW__root{display:inline-block;position:relative}.CityFilterDropdown-module__6B6mXW__trigger{appearance:none;border:1px solid var(--line);cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);white-space:nowrap;background:0 0;border-radius:50px;align-items:center;gap:10px;padding:7px 16px 7px 18px;font-family:Outfit,system-ui,sans-serif;font-size:clamp(11px,.85vw,13px);font-weight:500;transition:border-color .2s,background .2s;display:inline-flex}.CityFilterDropdown-module__6B6mXW__trigger:hover{border-color:var(--accent);color:var(--accent)}.CityFilterDropdown-module__6B6mXW__triggerLabel{color:var(--muted);opacity:.75}.CityFilterDropdown-module__6B6mXW__triggerValue{color:var(--accent);font-weight:600}.CityFilterDropdown-module__6B6mXW__caret{color:var(--accent);justify-content:center;align-items:center;font-size:.9em;transition:transform .25s;display:inline-flex}.CityFilterDropdown-module__6B6mXW__caretOpen{transform:rotate(180deg)}.CityFilterDropdown-module__6B6mXW__menu{background:var(--accent-text);border:1px solid var(--line);z-index:9998;border-radius:12px;min-width:180px;margin:0;padding:6px;list-style:none;animation:.18s ease-out CityFilterDropdown-module__6B6mXW__menuFade;position:fixed;box-shadow:0 18px 40px -18px #0c0ca559}@keyframes CityFilterDropdown-module__6B6mXW__menuFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.CityFilterDropdown-module__6B6mXW__option{cursor:pointer;letter-spacing:.04em;width:100%;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-family:Outfit,system-ui,sans-serif;font-size:clamp(12px,.9vw,14px);font-weight:500;transition:background .15s,color .15s;display:flex}.CityFilterDropdown-module__6B6mXW__option:hover{color:var(--accent);background:#0c0ca50f}.CityFilterDropdown-module__6B6mXW__optionActive{color:var(--accent);background:#0c0ca514}.CityFilterDropdown-module__6B6mXW__check{color:var(--accent);font-size:14px;line-height:1}
.Galleries-module__cmMRha__scrollWrap{height:233vh;position:relative}.Galleries-module__cmMRha__galleries{background:var(--accent-text);border-top-right-radius:45px;height:100vh;position:sticky;top:0;overflow:hidden}.Galleries-module__cmMRha__head{background:var(--accent-text);border-top-right-radius:45px;flex-direction:column;display:flex;position:relative;padding:50px 25px!important}.Galleries-module__cmMRha__head:before{content:"";background:var(--accent-text);pointer-events:none;z-index:0;height:45px;position:absolute;top:-45px;left:0;right:0}.Galleries-module__cmMRha__head:after{content:"";border-top:1px solid var(--accent);border-right:1px solid var(--accent);pointer-events:none;z-index:1;border-top-right-radius:45px;height:45px;position:absolute;top:0;left:0;right:1px}.Galleries-module__cmMRha__headingWrap{align-items:center;width:100%;max-height:clamp(120px,12vw,220px);display:flex;overflow:hidden}.Galleries-module__cmMRha__headBottom{justify-content:space-between;align-items:center;margin-top:20px;padding:0;display:flex}.Galleries-module__cmMRha__subtext{text-align:left;color:var(--accent);position:relative}.Galleries-module__cmMRha__viewport{top:var(--img-top,210px);height:var(--img-h,calc(100vh - 260px));contain:layout paint;padding:0 12.5px;position:absolute;left:0;right:0;overflow:hidden}.Galleries-module__cmMRha__track{will-change:transform;flex-wrap:nowrap;height:100%;transition:transform .5s cubic-bezier(.7,0,.2,1);display:flex}.Galleries-module__cmMRha__card{flex:none;min-width:0;height:100%;padding:0 12.5px;position:relative}.Galleries-module__cmMRha__card:after{content:"";z-index:2;pointer-events:none;background:#ffffffe6;width:1px;position:absolute;top:0;bottom:0;right:0}.Galleries-module__cmMRha__card:last-child:after{display:none}.Galleries-module__cmMRha__frame{background:var(--grey);contain:layout paint;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:relative;overflow:hidden}.Galleries-module__cmMRha__frame img{filter:url(#duotone-blue);transition:filter .4s}.Galleries-module__cmMRha__card:hover .Galleries-module__cmMRha__frame img{filter:none}.Galleries-module__cmMRha__card:hover .Galleries-module__cmMRha__frame{transform:translateY(-4px)}.Galleries-module__cmMRha__overlay{color:var(--accent-text);opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#0003 60%,#0000008c 100%);flex-direction:column;justify-content:flex-end;gap:16px;padding:clamp(20px,2.5vw,32px);transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:0;transform:translateY(20%)}.Galleries-module__cmMRha__card:hover .Galleries-module__cmMRha__overlay,.Galleries-module__cmMRha__card:focus-within .Galleries-module__cmMRha__overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.Galleries-module__cmMRha__description{-webkit-line-clamp:3;line-clamp:3;letter-spacing:.02em;-webkit-box-orient:vertical;font-size:clamp(13px,1.2vw,25px);font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.Galleries-module__cmMRha__knowMore{color:var(--accent);background:var(--accent-text);letter-spacing:.12em;text-transform:uppercase;align-self:flex-start;align-items:center;gap:10px;padding:10px 18px;font-size:clamp(11px,.9vw,13px);font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.Galleries-module__cmMRha__knowMore .da-icon{font-size:.95em;transition:transform .25s}.Galleries-module__cmMRha__knowMore:hover{transform:translateY(-1px);box-shadow:0 10px 24px -10px #00000059}.Galleries-module__cmMRha__knowMore:hover .da-icon{transform:translate(3px)}.Galleries-module__cmMRha__bottomZone{background:#fff;width:100%;position:absolute;bottom:0}.Galleries-module__cmMRha__metaTrack{width:100%;padding:25px 12.5px;display:flex}.Galleries-module__cmMRha__cap{flex-direction:column;width:100%;min-width:0;padding:0 12.5px;display:flex;position:relative}.Galleries-module__cmMRha__capTop{justify-content:space-between;align-items:center;gap:12px;display:flex}.Galleries-module__cmMRha__name{white-space:nowrap;margin:0;overflow:hidden}.Galleries-module__cmMRha__location{align-items:center;gap:8px;margin-top:8px;font-family:Comma Base Light;display:inline-flex}.Galleries-module__cmMRha__follow{width:34px;height:34px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:22px;transition:background .25s,color .25s,border-color .25s,transform .25s;display:inline-flex}.Galleries-module__cmMRha__follow:hover{border-color:var(--accent);color:var(--accent);transform:scale(1.06)}.Galleries-module__cmMRha__follow:active{animation:.35s cubic-bezier(.22,1,.36,1) Galleries-module__cmMRha__followPop}.Galleries-module__cmMRha__followActive{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.Galleries-module__cmMRha__followActive:hover{color:var(--accent-text)}@keyframes Galleries-module__cmMRha__followPop{0%{transform:scale(1)}40%{transform:scale(.82)}70%{transform:scale(1.16)}to{transform:scale(1)}}.Galleries-module__cmMRha__controls{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:0 25px 50px;display:grid}.Galleries-module__cmMRha__controls>.Galleries-module__cmMRha__exploreBtn{justify-self:start}.Galleries-module__cmMRha__controls>.Galleries-module__cmMRha__controlsRight{justify-self:center}.Galleries-module__cmMRha__controlsRight{align-items:center;display:flex}.Galleries-module__cmMRha__exploreBtn{letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--accent);border-radius:50px;align-items:center;gap:10px;padding:15px 25px;font-size:clamp(11px,.9vw,13px);font-weight:600;text-decoration:none;transition:background .25s,color .25s,transform .25s,box-shadow .25s;display:inline-flex}.Galleries-module__cmMRha__exploreBtn:hover{background:var(--accent);color:var(--accent-text)}.Galleries-module__cmMRha__counter{font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;letter-spacing:.15em;color:var(--ink);font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:clamp(12px,.95vw,14px);display:inline-flex}.Galleries-module__cmMRha__counterCurrent{color:var(--accent);font-weight:500}.Galleries-module__cmMRha__counterDash{background:var(--line);width:22px;height:1px;display:inline-block}.Galleries-module__cmMRha__counterTotal{color:var(--muted);opacity:.75}.Galleries-module__cmMRha__arrows{align-items:center;gap:24px;display:flex}.Galleries-module__cmMRha__arrow{color:var(--ink);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.4em;transition:color .2s;display:flex}.Galleries-module__cmMRha__arrow:disabled{color:#0000004d;cursor:default}.Galleries-module__cmMRha__arrow .da-icon{font-size:1.1em}@media (max-width:1024px){.Galleries-module__cmMRha__scrollWrap{height:auto}.Galleries-module__cmMRha__galleries{height:auto;position:relative;overflow:visible}.Galleries-module__cmMRha__bottomZone{position:relative;bottom:auto}.Galleries-module__cmMRha__viewport{height:50vh;padding:0 16px;position:relative;top:auto}.Galleries-module__cmMRha__overlay{opacity:1;pointer-events:auto;transform:translateY(0)}.Galleries-module__cmMRha__controls{grid-template-columns:1fr;justify-items:center;row-gap:20px}.Galleries-module__cmMRha__controls>.Galleries-module__cmMRha__exploreBtn,.Galleries-module__cmMRha__controls>.Galleries-module__cmMRha__controlsRight{justify-self:center}.Galleries-module__cmMRha__controlsRight{justify-content:center;width:100%}}
.StackedCarousels-module__Jwin_a__root{z-index:2;background:#000;position:relative}.StackedCarousels-module__Jwin_a__layer{isolation:isolate;will-change:opacity;position:relative}.StackedCarousels-module__Jwin_a__layer1{z-index:1}.StackedCarousels-module__Jwin_a__layer2{z-index:2}.StackedCarousels-module__Jwin_a__layer3{z-index:3}.StackedCarousels-module__Jwin_a__root .StackedCarousels-module__Jwin_a__layer1,.StackedCarousels-module__Jwin_a__layer2,.StackedCarousels-module__Jwin_a__layer3{margin-top:-66vh}@media (max-width:1024px){.StackedCarousels-module__Jwin_a__root .StackedCarousels-module__Jwin_a__layer1,.StackedCarousels-module__Jwin_a__layer2,.StackedCarousels-module__Jwin_a__layer3{margin-top:0}.StackedCarousels-module__Jwin_a__layer{opacity:1!important}}@media (prefers-reduced-motion:reduce){.StackedCarousels-module__Jwin_a__root .StackedCarousels-module__Jwin_a__layer1,.StackedCarousels-module__Jwin_a__layer2,.StackedCarousels-module__Jwin_a__layer3{margin-top:0}.StackedCarousels-module__Jwin_a__layer{opacity:1!important}}
.Footer-module__nhiC3q__footer{background:var(--ink);color:var(--ink)}.Footer-module__nhiC3q__newsletter{background:var(--accent);color:#fff;grid-template-columns:1.6fr 1fr;align-items:stretch;gap:40px;padding:50px 25px;display:grid}.Footer-module__nhiC3q__newsletterTitle{color:#fff;text-transform:none;flex-direction:column;gap:10px;margin:0;font-size:clamp(32px,5vw,100px);display:flex}.Footer-module__nhiC3q__newsletterTitle>span{display:block}.Footer-module__nhiC3q__headingAnim{width:100%;max-height:clamp(60px,8vw,160px);overflow:hidden}.Footer-module__nhiC3q__signup{flex-direction:column;justify-content:center;gap:20px;width:100%;display:flex}.Footer-module__nhiC3q__signupCaption{font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;color:#fff;text-transform:none;margin:0;font-weight:500;line-height:1.35}.Footer-module__nhiC3q__emailForm{background:var(--accent-text);border-radius:20px;align-items:center;width:100%;padding:0 20px;display:flex;position:relative}.Footer-module__nhiC3q__emailInput{color:var(--ink);font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;letter-spacing:.02em;background:0 0;border:none;outline:none;flex:1;padding:20px 0;font-size:16px}.Footer-module__nhiC3q__emailInput::placeholder{color:var(--ink);opacity:.5}.Footer-module__nhiC3q__emailSubmit{color:var(--ink);background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.Footer-module__nhiC3q__emailSubmit:hover{transform:translate(3px)}.Footer-module__nhiC3q__emailSubmit .da-icon{font-size:25px;line-height:1}.Footer-module__nhiC3q__bottom{z-index:1;background:#fff;border-top-right-radius:45px;grid-template-rows:auto auto auto;grid-template-columns:minmax(200px,260px) 1fr;align-items:start;gap:18px 40px;min-height:65vh;padding:50px 25px;display:grid;position:relative}.Footer-module__nhiC3q__leftCol{display:contents}.Footer-module__nhiC3q__wordmark{background:var(--ink);border-radius:10px;grid-area:1/1;width:clamp(150px,15vw,250px)}.Footer-module__nhiC3q__carousel{grid-area:2/1}.Footer-module__nhiC3q__copy{grid-area:3/1}.Footer-module__nhiC3q__linksGrid{grid-area:2/2}.Footer-module__nhiC3q__wordmark{align-items:center;display:inline-flex}.Footer-module__nhiC3q__wordmark img{width:clamp(150px,15vw,250px);height:auto}.Footer-module__nhiC3q__carousel{width:clamp(150px,15vw,250px);position:relative;overflow:hidden;aspect-ratio:3/2!important}.Footer-module__nhiC3q__carouselImg{opacity:0;object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.Footer-module__nhiC3q__carouselImgActive{opacity:1}.Footer-module__nhiC3q__copy{font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;color:var(--ink);white-space:nowrap;margin:0;font-size:14px}.Footer-module__nhiC3q__linksGrid{--carousel-h:calc(clamp(150px, 15vw, 250px) * 2 / 3);--link-line-h:18px;--link-gap:calc((var(--carousel-h) - 5 * var(--link-line-h)) / 4);width:90%;height:var(--carousel-h);grid-template-columns:repeat(4,1fr);justify-content:center;justify-self:end;align-items:start;display:grid}.Footer-module__nhiC3q__linkCol{justify-content:flex-start;gap:var(--link-gap);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Footer-module__nhiC3q__link{font-family:var(--font-pragmatica);text-transform:uppercase;color:var(--ink);letter-spacing:.02em;font-size:15px;font-weight:500;text-decoration:none;transition:opacity .2s}.Footer-module__nhiC3q__link:after{content:"";transform-origin:0;background:currentColor;height:1px;transition:transform .28s cubic-bezier(.7,0,.2,1);position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.Footer-module__nhiC3q__link:hover:after,.Footer-module__nhiC3q__link:focus-visible:after{transform:scaleX(1)}.Footer-module__nhiC3q__links:has(.Footer-module__nhiC3q__link:hover) .Footer-module__nhiC3q__link:not(:hover){opacity:.55}@media (max-width:1024px){.Footer-module__nhiC3q__newsletter{grid-template-columns:1fr;gap:28px}}@media (max-width:768px){.Footer-module__nhiC3q__bottom{grid-template-rows:auto auto auto auto;grid-template-columns:1fr;gap:32px}.Footer-module__nhiC3q__wordmark{grid-area:1/1}.Footer-module__nhiC3q__carousel{grid-area:2/1}.Footer-module__nhiC3q__copy{grid-area:3/1}.Footer-module__nhiC3q__linksGrid{grid-area:4/1;grid-template-columns:repeat(2,1fr);justify-self:start;gap:24px;height:auto}.Footer-module__nhiC3q__linkCol{justify-content:flex-start;gap:14px;height:auto}}@media (max-width:640px){.Footer-module__nhiC3q__newsletter{padding:40px 25px}.Footer-module__nhiC3q__newsletterTitle{font-size:clamp(26px,8vw,40px)}}
.ai-button-zone{pointer-events:auto;z-index:9999;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:150px;height:190px;display:flex;position:fixed;top:0;left:0}.ai-button-wrapper2{--black-700:#1f1f1f;--border_radius:9999px;--transtion:.3s ease-in-out;--offset:2px;--active:1;cursor:pointer;transform-origin:50%;border-radius:var(--border_radius);background-color:#0000;border:none;justify-content:center;align-items:center;gap:.5rem;width:72px;height:72px;padding:0;display:flex;position:relative}.ai-button-wrapper2:is(:hover,:focus-visible){--active:1}.ai-button-wrapper2:active{transform:scale(1)}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes spinRing{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.ai-button-wrapper2 .ai-button-sphere{z-index:10;border-radius:var(--border_radius);pointer-events:none;background:radial-gradient(circle at 30% 25%,#3a3ad0 0%,#0c0ca5 55%,#050560 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 6px #ffffff40,inset 0 -4px 10px #0000004d}.ai-button-wrapper2 .ai-button-video{object-fit:cover;object-position:center center;transform-origin:50%;width:100%;height:100%;display:block;transform:scale(1.9)translate(3%,3%)}.ai-button-wrapper2 .ai-sphere-glow{border-radius:var(--border_radius);pointer-events:none;z-index:1;mix-blend-mode:screen;will-change:transform;background:radial-gradient(70% 95% at 15%,#ffffff47 0%,#ffffff29 25%,#ffffff12 50%,#ffffff05 75%,#fff0 100%);animation:3.2s linear infinite aiSphereGlowRotate;position:absolute;inset:-20%}@keyframes aiSphereGlowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-button-wrapper2 .ai-sparkle{color:#fff;pointer-events:none;z-index:2;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;inset:0}.ai-button-wrapper2 .ai-sparkle-inner{will-change:transform;justify-content:center;align-items:center;line-height:1;display:inline-flex}.ai-button-wrapper2 .ai-sparkle-1 .ai-sparkle-inner{font-size:34px;animation:1.8s ease-in-out infinite aiSparkleBounceScale}@media (max-width:860px){.ai-button-zone{width:120px;height:120px}.ai-button-wrapper2{width:65px;height:65px}.ai-button-wrapper2 .ai-sparkle-1 .ai-sparkle-inner{font-size:30px}}@media (max-width:480px){.ai-button-zone{width:100px;height:100px}.ai-button-wrapper2{width:56px;height:56px}.ai-button-wrapper2 .ai-sparkle-1 .ai-sparkle-inner{font-size:26px}}.ai-button-wrapper2 .ai-sparkle-2{font-size:11px;animation:1.8s ease-in-out .4s infinite aiSparkleBounce;top:38%;left:43%;transform:translate(-50%,-50%)}.ai-button-wrapper2 .ai-sparkle-3{font-size:15px;animation:1.8s ease-in-out .8s infinite aiSparkleBounce;top:64%;left:41%;transform:translate(-50%,-50%)}.ai-button-wrapper2 .sparkle{z-index:10;width:2.5rem;height:2.5rem;position:relative}.ai-button-wrapper2 .sparkle .path{fill:currentColor;stroke:currentColor;transform-origin:50%;color:#fff;animation:1.5s linear .5s infinite path}.ai-button-wrapper2 .sparkle .path:first-child{--scale_path_1:1.3}.ai-button-wrapper2 .sparkle .path:nth-child(2){--scale_path_2:1.3}.ai-button-wrapper2 .sparkle .path:nth-child(3){--scale_path_3:1.3}@keyframes path{0%,34%,71%,to{transform:scale(1)}17%{transform:scale(var(--scale_path_1,1))}49%{transform:scale(var(--scale_path_2,1))}83%{transform:scale(var(--scale_path_3,1))}}@keyframes aiZoomBounce{0%,60%,to{transform:scale(1)}30%{transform:scale(1.4)}}@keyframes aiSparkleBounce{0%,60%,to{transform:translate(-50%,-50%)scale(1)}30%{transform:translate(-50%,-50%)scale(1.4)}}@keyframes aiSparkleBounceScale{0%,60%,to{transform:scale(1)}30%{transform:scale(1.4)}}.ai-icon-bounce{animation:2s ease-in-out infinite aiZoomBounce}.ai-star-1{animation:1.8s ease-in-out infinite aiSparkleBounce}.ai-star-2{animation:1.8s ease-in-out .3s infinite aiSparkleBounce}.ai-star-3{animation:1.8s ease-in-out .6s infinite aiSparkleBounce}.ai-button-wrapper2 .text_button{z-index:10;background-image:linear-gradient(90deg, #fff 0%, hsla(0 0% 100% / var(--active,0)) 120%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1rem;position:relative}
.LatestNews-module__O71KUa__section{--card-width:clamp(420px, 42vw, 540px);background:#fff;width:100vw;overflow:hidden}.LatestNews-module__O71KUa__header{background:#fff;flex-direction:column;align-items:flex-start;display:flex;position:relative}.LatestNews-module__O71KUa__header:after{content:"";border-top:1px solid var(--accent);border-right:1px solid var(--accent);pointer-events:none;border-top-right-radius:45px;height:45px;position:absolute;top:0;left:0;right:0}.LatestNews-module__O71KUa__heading{align-self:flex-start;width:100%;font-size:clamp(36px,12vw,80px);line-height:1;overflow:hidden}.LatestNews-module__O71KUa__headingWrap{align-items:center;width:100%;max-height:clamp(120px,12vw,220px);padding-bottom:25px;display:flex;overflow:hidden}.LatestNews-module__O71KUa__subtext{flex-shrink:0;align-self:flex-start}.LatestNews-module__O71KUa__imageWrap{contain:layout paint;width:100%;height:120vh;padding-left:25px;position:relative;overflow:hidden}.LatestNews-module__O71KUa__imageInner{will-change:transform;object-fit:cover!important;object-position:center top!important;width:100%!important;height:130%!important;position:absolute!important;top:0!important;left:0!important}.LatestNews-module__O71KUa__cardWrap{width:var(--card-width);position:absolute;top:calc(50% - 40px);transform:translateY(-50%)}.LatestNews-module__O71KUa__card{background:#fff;border-radius:16px;flex-direction:column;gap:clamp(20px,2vw,20px);width:100%;padding:clamp(48px,5vw,72px) clamp(36px,3.5vw,56px);display:flex}.LatestNews-module__O71KUa__cardHeading{text-overflow:ellipsis;font-size:clamp(22px,3vw,60px)}.LatestNews-module__O71KUa__cardSubtext{font-weight:400}.LatestNews-module__O71KUa__readMore{background:var(--accent);color:var(--accent-text);width:fit-content;height:40px;font-family:var(--font-pragmatica), Helvetica, Arial, sans-serif;text-transform:uppercase;border-radius:18px;align-self:flex-end;align-items:center;margin-top:clamp(8px,1vw,16px);padding:10px 22px;text-decoration:none;transition:opacity .2s;display:inline-flex}.LatestNews-module__O71KUa__readMore:hover{opacity:.85}@media (max-width:860px){.LatestNews-module__O71KUa__heading{max-width:100%;font-size:clamp(36px,8vw,60px)}.LatestNews-module__O71KUa__header{flex-direction:column}.LatestNews-module__O71KUa__subtext{text-align:left;max-width:100%}.LatestNews-module__O71KUa__cardWrap{width:calc(100% - 50px);max-width:none;left:25px;right:25px}}
.NewsArticles-module__i86jZa__section{z-index:1;flex-direction:column;width:100%;padding-bottom:0;display:flex;position:relative}.NewsArticles-module__i86jZa__section:has(.NewsArticles-module__i86jZa__head){margin-top:-80px}.NewsArticles-module__i86jZa__section .NewsArticles-module__i86jZa__head{color:var(--accent-text);background:var(--accent-text);border-top:none;border-top-right-radius:45px;flex-direction:column;margin:0;display:flex;padding:50px 25px!important}.NewsArticles-module__i86jZa__headLeft,.NewsArticles-module__i86jZa__headingAnim{width:100%}.NewsArticles-module__i86jZa__headBottom{color:var(--accent-text);justify-content:space-between;align-items:center;gap:24px;margin-top:30px;padding:0;display:flex}.NewsArticles-module__i86jZa__subtext{text-align:left;color:var(--accent);margin:0;position:relative}.NewsArticles-module__i86jZa__headBottom h6{color:var(--accent-text);margin:0;font-family:Comma Base Bold,sans-serif;font-size:clamp(16px,1.4vw,22px);font-weight:400}.NewsArticles-module__i86jZa__dash{background:var(--accent-text);width:48px;height:1px;display:inline-block}.NewsArticles-module__i86jZa__grid{background:var(--accent-text);grid-template-columns:repeat(3,1fr);gap:25px;width:100%;min-height:0;padding:0 25px 25px;display:grid}.NewsArticles-module__i86jZa__card{background:var(--accent);border:1px solid #0c0ca5;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.NewsArticles-module__i86jZa__frame{width:100%;height:var(--carousel-frame-h);background:#ffffff0d;flex-shrink:0;min-height:0;display:block;position:relative;overflow:hidden}.NewsArticles-module__i86jZa__frame img{will-change:transform;transition:transform .7s cubic-bezier(.22,1,.36,1)}.NewsArticles-module__i86jZa__frame:hover img{transform:scale(1.08)}.NewsArticles-module__i86jZa__cap{background:var(--accent-text);color:var(--accent);flex:1;grid-template-columns:1fr auto;align-content:space-between;gap:16px;padding:25px;display:grid}.NewsArticles-module__i86jZa__title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-size:clamp(18px,2.8vw,22px);font-weight:600;display:-webkit-box;overflow:hidden}.NewsArticles-module__i86jZa__date{white-space:nowrap;opacity:.8;align-self:start}.NewsArticles-module__i86jZa__subtitle{-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.NewsArticles-module__i86jZa__category{border:1px solid var(--accent);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;place-self:end;align-items:center;padding:2px 12px;font-family:Comma Base Light,sans-serif;display:inline-flex}.NewsArticles-module__i86jZa__cta{border:1px solid var(--accent-text);height:20px;color:var(--accent-text);letter-spacing:.05em;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;font-family:Comma Base Normal,sans-serif;font-size:clamp(13px,.95vw,15px);text-decoration:none;transition:transform .25s,filter .25s;display:inline-flex}.NewsArticles-module__i86jZa__cta:hover{filter:brightness(.95);transform:translateY(-2px)}.NewsArticles-module__i86jZa__title a{text-decoration:none}@media (max-width:1024px){.NewsArticles-module__i86jZa__section{height:auto}.NewsArticles-module__i86jZa__grid{grid-template-columns:repeat(2,1fr)}.NewsArticles-module__i86jZa__card{grid-template-rows:auto auto}.NewsArticles-module__i86jZa__card:nth-child(2n){border-right:none}.NewsArticles-module__i86jZa__frame{aspect-ratio:3/4;height:auto}}@media (max-width:640px){.NewsArticles-module__i86jZa__grid{grid-template-columns:1fr}.NewsArticles-module__i86jZa__card{border-right:none}}
.VideoPlayer-module__jSWhsW__wrapper{width:100%;height:var(--carousel-frame-h);background:#0000000d;position:relative;overflow:hidden}.VideoPlayer-module__jSWhsW__video{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);display:block}.VideoPlayer-module__jSWhsW__wrapper:hover .VideoPlayer-module__jSWhsW__video{transform:scale(1.08)}.VideoPlayer-module__jSWhsW__poster{object-fit:cover;pointer-events:none;will-change:transform;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);display:block;position:absolute;inset:0}.VideoPlayer-module__jSWhsW__wrapper:hover .VideoPlayer-module__jSWhsW__poster{transform:scale(1.08)}.VideoPlayer-module__jSWhsW__control{width:48px;height:48px;color:var(--accent);background:#ffffffe6;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:inline-flex;position:absolute;bottom:20px;left:20px}.VideoPlayer-module__jSWhsW__control:hover{background:#fff;transform:scale(1.06)}@media (max-width:1024px){.VideoPlayer-module__jSWhsW__wrapper{aspect-ratio:3/4;height:auto}}
