:root{--jr-white:#ffffff;--jr-ivory:#faf9f7;--jr-stone:#e8e5df;--jr-charcoal:#181715;--jr-black:#0c0b0a;--jr-grey:#6e6a64;--jr-gold:#bfa06a;--jr-gold-lt:#d9c294;--jr-line:rgba(12,11,10,.1);--jr-line-on-dark:rgba(255,255,255,.14);--jr-serif:"Playfair Display",Georgia,"Times New Roman",Times,serif;--jr-sans:"Inter","Helvetica Neue",Arial,sans-serif;--jr-ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box}.jr-app{font-family:var(--jr-sans);color:var(--jr-charcoal);background:var(--jr-white);-webkit-font-smoothing:antialiased}.jr-app a{color:inherit;text-decoration:none}.jr-app img{display:block;max-width:100%}.jr-eyebrow{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--jr-gold);font-weight:600;margin:0 0 16px;display:flex;align-items:center;gap:12px}.jr-eyebrow:before{content:"";width:32px;height:1px;background:var(--jr-gold)}.jr-eyebrow--on-dark{color:var(--jr-gold-lt)}.jr-h1{font-family:var(--jr-serif);font-weight:400;letter-spacing:.01em;line-height:1.04;font-size:clamp(40px,6vw,80px)}.jr-h2{font-family:var(--jr-serif);font-weight:400;letter-spacing:.005em;line-height:1.08;font-size:clamp(30px,3.8vw,50px)}.jr-h3{font-family:var(--jr-serif);font-weight:400;line-height:1.15;font-size:clamp(20px,2.1vw,26px)}.jr-body{font-size:15px;line-height:1.85;color:var(--jr-grey);font-weight:400}.jr-section{padding:clamp(64px,8vw,112px) clamp(20px,4vw,64px)}.jr-section--tight{padding-top:clamp(44px,5vw,72px);padding-bottom:clamp(44px,5vw,72px)}.jr-section--dark{background:var(--jr-charcoal);color:var(--jr-white)}.jr-section--dark .jr-h2,.jr-section--dark .jr-h3{color:var(--jr-white)}.jr-section--dark .jr-body{color:#ffffff9e}.jr-section--ivory{background:var(--jr-ivory)}.jr-wrap{max-width:1400px;margin:0 auto}.jr-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(32px,4.5vw,56px);flex-wrap:wrap}.jr-section-head .jr-h2{margin:0}.jr-section-head--center{flex-direction:column;align-items:center;text-align:center}.jr-section-head--center .jr-eyebrow{justify-content:center}.jr-section-head--center .jr-eyebrow:before{display:none}.jr-divider{height:1px;background:var(--jr-gold);width:60px;margin:0 auto}.jr-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 32px;border-radius:0;font-size:10.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;border:1px solid var(--jr-charcoal);background:var(--jr-charcoal);color:var(--jr-white);transition:background .35s var(--jr-ease),color .35s var(--jr-ease)}.jr-btn:hover{background:transparent;color:var(--jr-charcoal)}.jr-btn--gold{background:var(--jr-gold);border-color:var(--jr-gold);color:var(--jr-black)}.jr-btn--gold:hover{background:transparent;color:var(--jr-gold)}.jr-btn--outline{background:transparent;color:var(--jr-charcoal);border-color:var(--jr-charcoal)}.jr-btn--outline:hover{background:var(--jr-charcoal);color:var(--jr-white)}.jr-btn--light{border-color:#ffffff8c;background:transparent;color:#fff}.jr-btn--light:hover{background:#fff;color:var(--jr-black);border-color:#fff}.jr-link{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--jr-charcoal);border-bottom:1px solid var(--jr-gold);padding-bottom:5px;transition:gap .35s var(--jr-ease)}.jr-link:hover{gap:13px}.jr-link--light{color:#fff}.jr-mobile-group{border-bottom:1px solid var(--jr-line-on-dark)}.jr-mobile-group__head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px;background:none;border:0;font-family:var(--jr-serif);font-size:21px;color:#fff;cursor:pointer}.jr-mobile-group__panel{max-height:0;overflow:hidden;transition:max-height .4s var(--jr-ease)}.jr-mobile-group.is-open .jr-mobile-group__panel{max-height:400px}.jr-mobile-group__panel a{display:block;padding:11px 28px;font-size:14px;color:#ffffffb3}.jr-mobile-cta{padding:26px 20px}.jr-hero{position:relative;height:92vh;min-height:640px;overflow:hidden;background:var(--jr-black)}.jr-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.jr-hero__media img,.jr-hero__media video{width:100%;height:100%;object-fit:cover;transform:scale(1.07);transition:transform 6s var(--jr-ease)}.jr-hero.is-loaded .jr-hero__media img,.jr-hero.is-loaded .jr-hero__media video{transform:scale(1)}.jr-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c0b0a4d,#0c0b0a14 38%,#0c0b0a9e)}.jr-hero__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;color:#fff}.jr-hero__eyebrow{font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--jr-gold-lt);margin:0 0 22px}.jr-hero__title{font-family:var(--jr-serif);font-weight:400;font-size:clamp(42px,7vw,98px);line-height:1.02;letter-spacing:.005em;margin:0 0 24px;text-wrap:balance}.jr-hero__text{font-size:16px;line-height:1.75;max-width:560px;color:#ffffffd1;margin:0 0 38px;font-weight:300}.jr-hero__actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.jr-hero__areas{position:absolute;left:0;right:0;bottom:60px;z-index:1;display:flex;justify-content:center;gap:0;flex-wrap:wrap}.jr-hero__areas a{padding:10px 22px;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#ffffffc7;border-right:1px solid rgba(255,255,255,.25)}.jr-hero__areas a:last-child{border-right:0}.jr-hero__areas a:hover{color:var(--jr-gold-lt)}.jr-hero__scroll{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffffb3;font-size:9.5px;letter-spacing:.2em;text-transform:uppercase}.jr-hero__scroll-line{width:1px;height:30px;background:#fff6;position:relative;overflow:hidden}.jr-hero__scroll-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:translateY(-100%);animation:jrScroll 2.2s var(--jr-ease) infinite}@keyframes jrScroll{0%{transform:translateY(-100%)}50%{transform:translateY(0)}to{transform:translateY(100%)}}@media(max-width:749px){.jr-hero__areas{bottom:48px}.jr-hero__areas a{padding:8px 12px;font-size:9px}}.jr-services-grid{border-top:1px solid var(--jr-line)}.jr-service-card{display:grid;grid-template-columns:90px 1fr;gap:32px;align-items:center;padding:32px 0;border-bottom:1px solid var(--jr-line);transition:background .3s ease}.jr-service-card:hover{background:var(--jr-ivory)}.jr-service-card__num{font-family:var(--jr-serif);font-size:15px;color:var(--jr-gold)}.jr-service-card h3{margin:0}.jr-service-card p{margin:0;font-size:14px;line-height:1.75;color:var(--jr-grey)}@media(max-width:849px){.jr-service-card{grid-template-columns:1fr;gap:10px;padding:24px 0}}.jr-stats{background:var(--jr-charcoal);color:#fff;padding:clamp(48px,6vw,80px) clamp(20px,4vw,56px)}.jr-stats__head{text-align:center;margin-bottom:clamp(32px,4vw,52px)}.jr-stats__grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--jr-line-on-dark);border-left:1px solid var(--jr-line-on-dark)}.jr-stat{padding:34px 20px;text-align:center;border-right:1px solid var(--jr-line-on-dark);border-bottom:1px solid var(--jr-line-on-dark)}.jr-stat strong{display:block;font-family:var(--jr-serif);font-size:clamp(28px,3vw,42px);font-weight:400;color:var(--jr-gold-lt);margin-bottom:8px}.jr-stat span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#fff9}@media(max-width:849px){.jr-stats__grid{grid-template-columns:1fr 1fr}}.jr-listings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--jr-line)}.jr-listing-card{background:var(--jr-white);display:block;position:relative}.jr-listing-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--jr-stone)}.jr-listing-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--jr-ease)}.jr-listing-card:hover .jr-listing-card__media img{transform:scale(1.06)}.jr-listing-card__badge{position:absolute;top:16px;left:16px;background:var(--jr-gold);color:var(--jr-black);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;padding:8px 15px;font-weight:600}.jr-listing-card__body{padding:22px 4px 4px}.jr-listing-card__price{font-family:var(--jr-serif);font-size:24px;font-weight:400;margin:0 0 6px}.jr-listing-card__address{font-size:14.5px;font-weight:600;margin:0 0 3px}.jr-listing-card__location{font-size:12.5px;color:var(--jr-grey);margin:0 0 16px}.jr-listing-card__stats{display:flex;gap:16px;font-size:11.5px;color:var(--jr-grey);border-top:1px solid var(--jr-line);padding-top:14px}@media(max-width:989px){.jr-listings-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.jr-listings-grid{grid-template-columns:1fr}}.jr-press-feature{position:relative;background:var(--jr-black);color:#fff;overflow:hidden}.jr-press-feature__grid{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.jr-press-feature__media{position:relative;overflow:hidden}.jr-press-feature__media img{width:100%;height:100%;object-fit:cover;opacity:.78}.jr-press-feature__copy{padding:clamp(40px,5vw,72px);display:flex;flex-direction:column;justify-content:center}.jr-press-feature__badges{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.jr-press-feature__badge{font-size:12px;letter-spacing:.06em;color:#ffffffbf;display:flex;align-items:center;gap:10px}.jr-press-feature__badge:before{content:"";width:5px;height:5px;background:var(--jr-gold);flex-shrink:0}.jr-press-feature__title{font-family:var(--jr-serif);font-size:clamp(28px,3vw,42px);font-weight:400;margin:0 0 18px}.jr-press-feature__text{font-size:14.5px;line-height:1.75;color:#ffffffa6;margin:0 0 30px}@media(max-width:989px){.jr-press-feature__grid{grid-template-columns:1fr}.jr-press-feature__media{min-height:320px}}.jr-about{display:grid;grid-template-columns:.62fr 1.38fr;gap:clamp(28px,4vw,56px);align-items:center}.jr-about__media{position:relative;aspect-ratio:4/5;overflow:hidden}.jr-about__media img{width:100%;height:100%;object-fit:cover}.jr-about__copy{padding-left:0}.jr-about__credential{display:inline-flex;gap:24px;margin:24px 0 30px;padding:18px 0;border-top:1px solid var(--jr-line);border-bottom:1px solid var(--jr-line)}.jr-about__credential div strong{display:block;font-family:var(--jr-serif);font-size:26px;font-weight:400;color:var(--jr-charcoal)}.jr-about__credential div span{font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--jr-grey)}.jr-about__contact{margin-top:30px;display:flex;flex-direction:column;gap:10px;padding:22px 0 0;border-top:1px solid var(--jr-line)}.jr-about__contact a{font-size:14.5px;color:var(--jr-charcoal);font-weight:600}.jr-about__contact span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--jr-gold);margin-right:10px;font-weight:600}@media(max-width:849px){.jr-about{grid-template-columns:1fr}.jr-about__credential{flex-wrap:wrap}}.jr-cta-strip{border-top:1px solid var(--jr-line);border-bottom:1px solid var(--jr-line);display:flex;flex-wrap:wrap;justify-content:center}.jr-cta-strip a{flex:1 1 auto;text-align:center;padding:26px 20px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;border-right:1px solid var(--jr-line);transition:background .3s ease,color .3s ease}.jr-cta-strip a:last-child{border-right:0}.jr-cta-strip a:hover{background:var(--jr-charcoal);color:#fff}.jr-concierge{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);align-items:center}.jr-concierge__slider{position:relative;aspect-ratio:16/10;overflow:hidden;cursor:ew-resize}.jr-concierge__after{position:absolute;top:0;right:0;bottom:0;left:0}.jr-concierge__after img{width:100%;height:100%;object-fit:cover}.jr-concierge__before{position:absolute;top:0;right:0;bottom:0;left:0;width:50%;overflow:hidden;border-right:2px solid var(--jr-gold)}.jr-concierge__before img{width:200%;max-width:none;height:100%;object-fit:cover}.jr-concierge__before-inner{position:relative;width:100%;height:100%}.jr-concierge__handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:var(--jr-gold);display:flex;align-items:center;justify-content:center;pointer-events:none;box-shadow:0 8px 24px #0000004d}.jr-concierge__handle svg{width:16px;height:16px}.jr-concierge__tag{position:absolute;bottom:16px;left:16px;background:#0c0b0ab3;color:#fff;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;padding:7px 14px}.jr-concierge__tag--after{left:auto;right:16px}.jr-concierge__list{margin:24px 0 32px;padding:0;list-style:none}.jr-concierge__list li{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid var(--jr-line);font-size:14.5px;color:var(--jr-charcoal)}.jr-concierge__list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--jr-gold);flex-shrink:0;margin-top:8px}@media(max-width:849px){.jr-concierge{grid-template-columns:1fr}}.jr-testimonial-stage{max-width:840px;margin:0 auto;text-align:center;position:relative}.jr-testimonial-slide{display:none}.jr-testimonial-slide.is-active{display:block;animation:jrFadeIn .55s var(--jr-ease)}@keyframes jrFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.jr-testimonial-stage__quote{font-family:var(--jr-serif);font-size:clamp(20px,2.4vw,28px);line-height:1.5;color:#fff;margin:0 0 26px;font-weight:400;font-style:italic}.jr-testimonial-stage__name{font-size:13px;font-weight:600;color:var(--jr-gold-lt);text-transform:uppercase;letter-spacing:.06em}.jr-testimonial-stage__meta{font-size:12px;color:#ffffff80}.jr-testimonial-dots{display:flex;justify-content:center;gap:10px;margin-top:34px}.jr-testimonial-dot{width:7px;height:7px;border-radius:50%;background:#ffffff40;border:0;cursor:pointer;transition:background .3s ease}.jr-testimonial-dot.is-active{background:var(--jr-gold)}.jr-press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.jr-press-item{display:block;border:1px solid var(--jr-line);padding:26px}.jr-press-item:hover{border-color:var(--jr-gold)}.jr-press-item span{display:block;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--jr-gold);margin-bottom:14px;font-weight:600}.jr-press-item strong{display:block;font-family:var(--jr-serif);font-size:18px;font-weight:400;line-height:1.4;color:var(--jr-charcoal)}@media(max-width:849px){.jr-press-grid{grid-template-columns:1fr}}.jr-social-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;background:var(--jr-ivory);padding:clamp(28px,4vw,44px) clamp(20px,4vw,56px);border:1px solid var(--jr-line)}.jr-social-bar__text{font-size:14px;color:var(--jr-charcoal);max-width:480px}.jr-social-bar__links{display:flex;gap:14px}.jr-social-bar__links a{width:42px;height:42px;border:1px solid var(--jr-line);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:border-color .3s ease,background .3s ease}.jr-social-bar__links a:hover{border-color:var(--jr-gold);background:var(--jr-gold);color:#fff}.jr-app-cta{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(28px,4vw,56px)}.jr-app-cta__media{position:relative;aspect-ratio:4/5;overflow:hidden}.jr-app-cta__media img{width:100%;height:100%;object-fit:cover}.jr-app-cta__badges{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.jr-app-cta__badges a{padding:13px 22px;border:1px solid var(--jr-line);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;transition:background .3s ease,color .3s ease}.jr-app-cta__badges a:hover{background:var(--jr-charcoal);color:#fff}@media(max-width:849px){.jr-app-cta{grid-template-columns:1fr}}.jr-philanthropy{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);align-items:center}.jr-philanthropy__media{position:relative;aspect-ratio:4/3;overflow:hidden}.jr-philanthropy__media img{width:100%;height:100%;object-fit:cover}@media(max-width:849px){.jr-philanthropy{grid-template-columns:1fr}}.jr-offices-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--jr-line)}.jr-office-card{background:var(--jr-charcoal);color:#fff;position:relative;aspect-ratio:3/4;overflow:hidden;display:flex;align-items:flex-end}.jr-office-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;transition:transform .6s var(--jr-ease)}.jr-office-card:hover img{transform:scale(1.07)}.jr-office-card__body{position:relative;z-index:1;padding:24px}.jr-office-card__body strong{display:block;font-family:var(--jr-serif);font-size:22px;font-weight:400;margin-bottom:8px}.jr-office-card__body span{display:block;font-size:12px;color:#ffffffb3;line-height:1.6}@media(max-width:1099px){.jr-offices-grid{grid-template-columns:1fr 1fr}}.jr-neighbourhoods-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--jr-line)}.jr-neighbourhood-card{position:relative;aspect-ratio:3/4;overflow:hidden;display:flex;align-items:flex-end;background:var(--jr-white)}.jr-neighbourhood-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--jr-ease)}.jr-neighbourhood-card:hover img{transform:scale(1.08)}.jr-neighbourhood-card__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(12,11,10,.82) 100%)}.jr-neighbourhood-card__label{position:relative;z-index:1;padding:22px;color:#fff}.jr-neighbourhood-card__label span{display:block;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--jr-gold-lt);margin-bottom:7px}.jr-neighbourhood-card__label strong{display:block;font-family:var(--jr-serif);font-size:23px;font-weight:400}@media(max-width:1099px){.jr-neighbourhoods-grid{grid-template-columns:1fr 1fr}}.jr-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);align-items:center}.jr-split--reverse{direction:rtl}.jr-split--reverse>*{direction:ltr}.jr-split__media{position:relative;aspect-ratio:4/5;overflow:hidden}.jr-split__media img{width:100%;height:100%;object-fit:cover}.jr-split__list{margin:24px 0 32px;padding:0;list-style:none}.jr-split__list li{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid var(--jr-line);font-size:14.5px;color:var(--jr-charcoal)}.jr-split__list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--jr-gold);flex-shrink:0;margin-top:8px}@media(max-width:849px){.jr-split{grid-template-columns:1fr}.jr-split--reverse{direction:ltr}}.jr-contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(28px,4vw,56px)}.jr-contact__info{display:flex;flex-direction:column;gap:22px}.jr-contact__row{display:flex;flex-direction:column;gap:4px;padding-bottom:18px;border-bottom:1px solid var(--jr-line)}.jr-contact__row span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--jr-gold);font-weight:600}.jr-contact__row a,.jr-contact__row strong{font-size:16px;color:var(--jr-charcoal);font-weight:500}.jr-contact-form{display:flex;flex-direction:column;gap:14px}.jr-contact-form .field{display:flex;flex-direction:column;gap:6px}.jr-contact-form label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--jr-grey);font-weight:600}.jr-contact-form input,.jr-contact-form textarea{border:1px solid var(--jr-line);background:#fff;padding:14px 15px;font-size:14px;font-family:var(--jr-sans);color:var(--jr-charcoal);border-radius:0}.jr-contact-form input:focus,.jr-contact-form textarea:focus{outline:none;border-color:var(--jr-gold)}.jr-contact-form button{align-self:flex-start;margin-top:6px}@media(max-width:849px){.jr-contact{grid-template-columns:1fr}}.jr-footer{background:var(--jr-black);color:#ffffffb8;padding:clamp(56px,7vw,88px) clamp(20px,4vw,64px) 26px;border-top:1px solid var(--jr-gold)}.jr-footer__top{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px;padding-bottom:42px;border-bottom:1px solid var(--jr-line-on-dark)}.jr-footer__brand{font-family:var(--jr-serif);font-size:25px;font-weight:400;color:#fff;margin:0 0 8px}.jr-footer__brokerage{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--jr-gold);margin:0 0 16px;font-weight:600}.jr-footer__brand-text{font-size:13px;line-height:1.7;color:#ffffff80;max-width:280px}.jr-footer__col h4{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--jr-gold);margin:0 0 16px;font-weight:600}.jr-footer__col a{display:block;font-size:13px;padding:6px 0;color:#ffffffb8}.jr-footer__col a:hover{color:#fff}.jr-footer__seo{max-width:1400px;margin:0 auto;padding:32px 0;border-bottom:1px solid var(--jr-line-on-dark);font-size:12px;line-height:1.8;color:#ffffff61}.jr-footer__bottom{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:22px;font-size:11px;color:#fff6;flex-wrap:wrap;gap:10px}@media(max-width:849px){.jr-footer__top{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:540px){.jr-footer__top{grid-template-columns:1fr}}[data-jr-reveal]{opacity:1;transform:none}.js-jr-ready [data-jr-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s var(--jr-ease),transform .8s var(--jr-ease)}.js-jr-ready [data-jr-reveal].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.js-jr-ready [data-jr-reveal]{opacity:1!important;transform:none!important;transition:none!important}}:root{--jr-motion-ease:cubic-bezier(.16,1,.3,1);--jr-motion-ease-2:cubic-bezier(.22,.61,.36,1);--jr-shadow-luxury:0 24px 70px rgba(12,11,10,.16);--jr-shadow-luxury-dark:0 28px 90px rgba(0,0,0,.34)}html{scroll-behavior:smooth}body.jr-app:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.035) 42%,transparent 68%);mix-blend-mode:screen;opacity:.32;animation:jrAmbientSweep 10s linear infinite}@keyframes jrAmbientSweep{0%{transform:translate(-42%) skew(-10deg)}to{transform:translate(42%) skew(-10deg)}}[data-jr-reveal]{opacity:0;transform:translateY(42px);filter:blur(8px);transition:opacity .95s var(--jr-motion-ease),transform .95s var(--jr-motion-ease),filter .95s var(--jr-motion-ease)}[data-jr-reveal].is-visible{opacity:1;transform:translateY(0);filter:blur(0)}[data-jr-reveal] .jr-eyebrow,[data-jr-reveal] .jr-h2,[data-jr-reveal] .jr-body,[data-jr-reveal] .jr-link,[data-jr-reveal] .jr-btn{transition:opacity .8s var(--jr-motion-ease),transform .8s var(--jr-motion-ease)}[data-jr-reveal]:not(.is-visible) .jr-eyebrow,[data-jr-reveal]:not(.is-visible) .jr-h2,[data-jr-reveal]:not(.is-visible) .jr-body,[data-jr-reveal]:not(.is-visible) .jr-link,[data-jr-reveal]:not(.is-visible) .jr-btn{opacity:0;transform:translateY(18px)}[data-jr-reveal].is-visible .jr-eyebrow{transition-delay:.08s}[data-jr-reveal].is-visible .jr-h2{transition-delay:.16s}[data-jr-reveal].is-visible .jr-body{transition-delay:.24s}[data-jr-reveal].is-visible .jr-link,[data-jr-reveal].is-visible .jr-btn{transition-delay:.32s}.jr-hero{overflow:hidden;isolation:isolate;perspective:1200px;background:#0c0b0a}.jr-hero:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:1;pointer-events:none;background:radial-gradient(circle at var(--jr-mouse-x,50%) var(--jr-mouse-y,50%),rgba(255,255,255,.16),transparent 28%);opacity:.28;transition:opacity .45s ease}.jr-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.08) 42%,transparent 66%);transform:translate(-120%);animation:jrHeroLightSweep 7s 1.2s var(--jr-motion-ease) infinite}@keyframes jrHeroLightSweep{0%,35%{transform:translate(-120%)}70%,to{transform:translate(120%)}}.jr-hero__media{transform:scale(1.06);transition:transform 2.4s var(--jr-motion-ease),filter 1.6s var(--jr-motion-ease);filter:saturate(.92) contrast(1.05)}.jr-hero.is-loaded .jr-hero__media{transform:scale(1);animation:jrHeroKenBurns 18s ease-in-out infinite alternate}@keyframes jrHeroKenBurns{0%{transform:scale(1)}to{transform:scale(1.075) translate3d(-1.3%,1.2%,0)}}.jr-hero__content{z-index:4;transform:translate3d(calc((var(--jr-mouse-x,50%) - 50%) * .03),calc((var(--jr-mouse-y,50%) - 50%) * .03),0)}.jr-hero__eyebrow,.jr-hero__title,.jr-hero__text,.jr-hero__actions,.jr-hero__areas{opacity:0;transform:translateY(28px);filter:blur(8px);transition:opacity 1s var(--jr-motion-ease),transform 1s var(--jr-motion-ease),filter 1s var(--jr-motion-ease)}.jr-hero.is-loaded .jr-hero__eyebrow{opacity:1;transform:none;filter:none;transition-delay:.14s}.jr-hero.is-loaded .jr-hero__title{opacity:1;transform:none;filter:none;transition-delay:.28s}.jr-hero.is-loaded .jr-hero__text{opacity:1;transform:none;filter:none;transition-delay:.44s}.jr-hero.is-loaded .jr-hero__actions{opacity:1;transform:none;filter:none;transition-delay:.62s}.jr-hero.is-loaded .jr-hero__areas{opacity:1;transform:none;filter:none;transition-delay:.82s}.jr-hero__title{letter-spacing:-.045em;text-wrap:balance;text-shadow:0 26px 80px rgba(0,0,0,.38)}.jr-hero__title .jr-word{display:inline-block;overflow:hidden;vertical-align:bottom}.jr-hero__title .jr-word span{display:inline-block;transform:translateY(112%);transition:transform 1.05s var(--jr-motion-ease)}.jr-hero.is-loaded .jr-hero__title .jr-word span{transform:translateY(0)}.jr-hero__title .jr-word:nth-child(2) span{transition-delay:.08s}.jr-hero__title .jr-word:nth-child(3) span{transition-delay:.16s}.jr-hero__title .jr-word:nth-child(4) span{transition-delay:.24s}.jr-hero__title .jr-word:nth-child(5) span{transition-delay:.32s}.jr-hero__scroll-line{animation:jrScrollLine 1.8s var(--jr-motion-ease) infinite;transform-origin:top}@keyframes jrScrollLine{0%{transform:scaleY(0);opacity:.2}45%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:.15;transform-origin:bottom}}.jr-listings-grid,.jr-services-grid,.jr-neighbourhoods-grid,.jr-offices-grid,.jr-press-grid{perspective:1200px}.jr-listing-card,.jr-neighbourhood-card,.jr-office-card,.jr-service-card,.jr-press-item{transition:transform .65s var(--jr-motion-ease),box-shadow .65s var(--jr-motion-ease),border-color .45s ease,background .45s ease;will-change:transform}.jr-listing-card:hover,.jr-neighbourhood-card:hover,.jr-office-card:hover,.jr-service-card:hover,.jr-press-item:hover{transform:translateY(-10px) scale(1.012);box-shadow:var(--jr-shadow-luxury)}.jr-listing-card__media,.jr-neighbourhood-card,.jr-about__media,.jr-split__media,.jr-press-feature__media,.jr-philanthropy__media,.jr-app-cta__media{overflow:hidden;clip-path:inset(0 round 0)}.jr-listing-card__media img,.jr-neighbourhood-card img,.jr-about__media img,.jr-split__media img,.jr-press-feature__media img,.jr-philanthropy__media img,.jr-app-cta__media img{transition:transform 1.15s var(--jr-motion-ease),filter 1.15s var(--jr-motion-ease)}.jr-listing-card:hover img,.jr-neighbourhood-card:hover img,.jr-about__media:hover img,.jr-split__media:hover img,.jr-press-feature__media:hover img,.jr-philanthropy__media:hover img,.jr-app-cta__media:hover img{transform:scale(1.075);filter:saturate(.92) contrast(1.04)}.jr-listing-card__media:after,.jr-neighbourhood-card:after,.jr-about__media:after,.jr-split__media:after,.jr-press-feature__media:after,.jr-philanthropy__media:after,.jr-app-cta__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.18),transparent 70%);transform:translate(-130%);transition:transform 1s var(--jr-motion-ease);pointer-events:none}.jr-listing-card:hover .jr-listing-card__media:after,.jr-neighbourhood-card:hover:after,.jr-about__media:hover:after,.jr-split__media:hover:after,.jr-press-feature__media:hover:after,.jr-philanthropy__media:hover:after,.jr-app-cta__media:hover:after{transform:translate(130%)}.is-visible .jr-listing-card,.is-visible .jr-service-card,.is-visible .jr-neighbourhood-card,.is-visible .jr-office-card,.is-visible .jr-press-item,.is-visible .jr-stat{animation:jrCardRise .9s var(--jr-motion-ease) both;animation-delay:calc(var(--jr-i,0) * 90ms)}@keyframes jrCardRise{0%{opacity:0;transform:translateY(34px) scale(.985);filter:blur(6px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.jr-stats{position:relative;overflow:hidden;isolation:isolate;background:#0c0b0a}.jr-stats:before{content:"WHY WORK WITH ME \2022  RESULTS \2022  CALGARY REAL ESTATE \2022  ";position:absolute;left:0;top:24px;white-space:nowrap;font-family:var(--jr-serif);font-size:clamp(46px,9vw,136px);letter-spacing:-.06em;color:#ffffff09;animation:jrMarquee 28s linear infinite;z-index:0;pointer-events:none}@keyframes jrMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.jr-stats__head,.jr-stats__grid{position:relative;z-index:1}.jr-stat{position:relative;overflow:hidden;background:#ffffff09;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);transition:transform .65s var(--jr-motion-ease),background .45s ease,border-color .45s ease,box-shadow .65s var(--jr-motion-ease)}.jr-stat:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent,rgba(217,194,148,.16),transparent);transform:translate(-125%);transition:transform .9s var(--jr-motion-ease)}.jr-stat:hover{transform:translateY(-12px);background:#ffffff0f;border-color:#d9c29457;box-shadow:var(--jr-shadow-luxury-dark)}.jr-stat:hover:before{transform:translate(125%)}.jr-stat strong{display:block;font-variant-numeric:tabular-nums;letter-spacing:-.045em}.jr-stat span{position:relative;z-index:2}.jr-section--dark{position:relative;overflow:hidden;isolation:isolate}.jr-section--dark:before{content:"";position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;background:radial-gradient(circle at 22% 16%,rgba(191,160,106,.18),transparent 28%),radial-gradient(circle at 88% 72%,rgba(255,255,255,.08),transparent 24%);animation:jrFloatAura 12s ease-in-out infinite alternate;z-index:0;pointer-events:none}.jr-section--dark .jr-wrap{position:relative;z-index:1}@keyframes jrFloatAura{0%{transform:translate3d(-1.5%,0,0) scale(1)}to{transform:translate3d(1.5%,-1.2%,0) scale(1.04)}}.jr-testimonial-stage__quote{animation:jrQuoteFloat 6s ease-in-out infinite alternate}@keyframes jrQuoteFloat{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.jr-split,.jr-concierge,.jr-philanthropy,.jr-app-cta,.jr-press-feature__grid{transform-style:preserve-3d}.jr-split__media,.jr-concierge__slider,.jr-philanthropy__media,.jr-app-cta__media,.jr-press-feature__media{box-shadow:0 28px 85px #0c0b0a1f;transition:transform .9s var(--jr-motion-ease),box-shadow .9s var(--jr-motion-ease)}.is-visible .jr-split__media,.is-visible .jr-concierge__slider,.is-visible .jr-philanthropy__media,.is-visible .jr-app-cta__media,.is-visible .jr-press-feature__media{animation:jrMediaReveal 1.15s var(--jr-motion-ease) both}@keyframes jrMediaReveal{0%{opacity:0;clip-path:inset(12% 12% 12% 12%);transform:translateY(34px) scale(1.04)}to{opacity:1;clip-path:inset(0 0 0 0);transform:translateY(0) scale(1)}}.jr-footer{position:relative;overflow:hidden}.jr-footer:before{content:"";position:absolute;top:0;left:0;width:0;height:1px;background:linear-gradient(90deg,transparent,var(--jr-gold),transparent);animation:jrFooterLine 2.4s var(--jr-motion-ease) forwards;opacity:.9}@keyframes jrFooterLine{to{width:100%}}.jr-scroll-progress{position:fixed;top:0;left:0;height:2px;width:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--jr-gold),var(--jr-gold-lt));z-index:10000;pointer-events:none}@media(hover:hover)and (pointer:fine){.jr-magnetic{transition:transform .28s var(--jr-motion-ease)!important}}@media(max-width:749px){body.jr-app:before{display:none}.jr-hero:after{animation-duration:9s;opacity:.5}.jr-listing-card:hover,.jr-neighbourhood-card:hover,.jr-office-card:hover,.jr-service-card:hover,.jr-press-item:hover{transform:none;box-shadow:none}[data-jr-reveal]{transform:translateY(24px);filter:blur(4px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}[data-jr-reveal]{opacity:1!important;transform:none!important;filter:none!important}}.jr-hero__content{transform:none}.jr-listing-card__media,.jr-neighbourhood-card,.jr-about__media,.jr-split__media,.jr-press-feature__media,.jr-philanthropy__media,.jr-app-cta__media{position:relative}.jr-og-listings{background:#000;color:#fff;padding:76px 0 86px;margin:0;overflow:hidden}.jr-og-listings__inner{width:min(1130px,calc(100% - 44px));margin:0 auto}.jr-og-listings__head{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin:0 0 34px}.jr-og-listings__eyebrow{margin:0 0 12px;color:#fff;font-size:10px;line-height:1;letter-spacing:.22em;text-transform:uppercase;font-weight:600;position:relative;display:inline-block}.jr-og-listings__eyebrow:after{content:"";position:absolute;left:68%;bottom:-8px;width:42px;height:2px;background:#ce1734}.jr-og-listings__title{margin:0;color:#fff;text-transform:uppercase;letter-spacing:.035em;font-family:Arial,Helvetica,sans-serif;font-size:clamp(42px,5.3vw,74px);line-height:.88;font-weight:200;transform:scaleX(.78);transform-origin:left center}.jr-og-listings__title span{font-weight:200;opacity:.96}.jr-og-listings__title strong{font-weight:600;letter-spacing:.005em}.jr-og-listings__view{margin-top:25px;display:inline-flex;align-items:center;gap:18px;padding:15px 22px;background:#bf1430;color:#fff;text-decoration:none;text-transform:uppercase;font-size:10px;letter-spacing:.2em;font-weight:600;line-height:1;min-width:118px;justify-content:center;transition:background .35s ease,transform .35s ease}.jr-og-listings__view:hover{background:#e21b3e;transform:translateY(-2px)}.jr-og-listings__view i{width:14px;height:14px;display:block;position:relative;flex:0 0 14px}.jr-og-listings__view i:before,.jr-og-listings__view i:after{content:"";position:absolute;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%)}.jr-og-listings__view i:before{width:14px;height:1.5px}.jr-og-listings__view i:after{width:1.5px;height:14px}.jr-og-listings__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;align-items:stretch}.jr-og-property{position:relative;display:block;min-height:206px;border-radius:17px;overflow:hidden;background:#111;text-decoration:none;color:#fff;isolation:isolate;box-shadow:0 20px 60px #00000052;transform:translateZ(0)}.jr-og-property--1{grid-column:span 2}.jr-og-property--2{grid-column:span 4}.jr-og-property--3,.jr-og-property--4,.jr-og-property--5{grid-column:span 2}.jr-og-property--6{grid-column:span 4;min-height:210px}.jr-og-property__media,.jr-og-property__media img,.jr-og-property__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.jr-og-property__media img{object-fit:cover;transition:transform 1.1s cubic-bezier(.2,.75,.2,1),filter .8s ease;filter:saturate(.94) contrast(1.05) brightness(.82)}.jr-og-property__placeholder{background:linear-gradient(135deg,#202020,#090909 45%,#1d1d1d);overflow:hidden}.jr-og-property__placeholder:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.12),transparent 32%),linear-gradient(120deg,transparent,rgba(206,23,52,.12),transparent);transform:rotate(-8deg)}.jr-og-property__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#00000008,#0000002e 38%,#000000d1)}.jr-og-property__content{position:absolute;left:15px;right:16px;bottom:17px;z-index:2;color:#fff;text-transform:uppercase;text-shadow:0 2px 18px rgba(0,0,0,.65)}.jr-og-property__price{margin:0 0 8px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(20px,2vw,28px);line-height:1;font-weight:600;letter-spacing:.02em;color:#fff}.jr-og-property__rule{display:block;width:48px;height:3px;background:#d7193f;margin:0 0 9px}.jr-og-property__address{margin:0;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.25;font-weight:600;letter-spacing:.21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jr-og-property:hover .jr-og-property__media img{transform:scale(1.07);filter:saturate(.98) contrast(1.08) brightness(.92)}.jr-og-property:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;border:1px solid rgba(255,255,255,.06);border-radius:inherit;pointer-events:none}.jr-og-property:hover:after{border-color:#d7193f73}@media(max-width:989px){.jr-og-listings{padding:56px 0 64px}.jr-og-listings__head{align-items:flex-start}.jr-og-listings__grid{grid-template-columns:repeat(2,1fr);gap:10px}.jr-og-property,.jr-og-property--1,.jr-og-property--2,.jr-og-property--3,.jr-og-property--4,.jr-og-property--5,.jr-og-property--6{grid-column:auto;min-height:230px}.jr-og-property--6{grid-column:span 2}.jr-og-listings__title{transform:scaleX(.86)}}@media(max-width:640px){.jr-og-listings__inner{width:calc(100% - 28px)}.jr-og-listings__head{display:block}.jr-og-listings__view{margin-top:22px}.jr-og-listings__grid{grid-template-columns:1fr}.jr-og-property,.jr-og-property--6{grid-column:auto;min-height:245px}.jr-og-listings__title{font-size:44px}.jr-og-property__address{white-space:normal}}html.js-jr-scroll-motion .jr-hero__media img,html.js-jr-scroll-motion .jr-hero__media video{transform:scale(1.08) translate3d(0,var(--jr-parallax-media,0px),0);will-change:transform;transition:none}html.js-jr-scroll-motion .jr-hero.is-loaded .jr-hero__media{animation:none}html.js-jr-scroll-motion .jr-hero__content{transform:translate3d(0,var(--jr-parallax-copy,0px),0);will-change:transform}html.js-jr-scroll-motion .jr-og-property{transform:translate3d(0,var(--jr-card-parallax,0px),0);will-change:transform;transition:box-shadow .65s var(--jr-motion-ease),border-color .45s ease}html.js-jr-scroll-motion .jr-og-property__media img{transform:scale(1.06) translate3d(0,var(--jr-img-parallax,0px),0);height:112%;top:-6%;will-change:transform}html.js-jr-scroll-motion .jr-og-property:hover .jr-og-property__media img{transform:scale(1.1) translate3d(0,var(--jr-img-parallax,0px),0)}html.js-jr-scroll-motion .jr-about__media img,html.js-jr-scroll-motion .jr-split__media img,html.js-jr-scroll-motion .jr-press-feature__media img,html.js-jr-scroll-motion .jr-philanthropy__media img,html.js-jr-scroll-motion .jr-app-cta__media img,html.js-jr-scroll-motion .jr-concierge__after img,html.js-jr-scroll-motion .jr-concierge__before img{transform:scale(1.08) translate3d(0,var(--jr-img-parallax,0px),0);will-change:transform;transition:none}html.js-jr-scroll-motion .jr-section-head,html.js-jr-scroll-motion .jr-stats__head,html.js-jr-scroll-motion .jr-og-listings__head{transform:translate3d(0,var(--jr-heading-parallax,0px),0);will-change:transform}html.js-jr-scroll-motion .jr-service-card,html.js-jr-scroll-motion .jr-neighbourhood-card,html.js-jr-scroll-motion .jr-office-card,html.js-jr-scroll-motion .jr-press-item,html.js-jr-scroll-motion .jr-testimonial-stage,html.js-jr-scroll-motion .jr-social-bar,html.js-jr-scroll-motion .jr-contact{transform:translate3d(0,var(--jr-editorial-y,0px),0);will-change:transform}html.js-jr-scroll-motion .jr-stat{transform:translate3d(0,var(--jr-stat-y,0px),0);will-change:transform}html.js-jr-scroll-motion .jr-stat:hover{transform:translate3d(0,calc(var(--jr-stat-y,0px) - 12px),0)}@media(min-width:990px){html.js-jr-scroll-motion .jr-stats__head,html.js-jr-scroll-motion .jr-press-feature__copy,html.js-jr-scroll-motion .jr-concierge>div:first-child{position:sticky;top:calc(var(--jr-header-height,88px) + 28px);align-self:start}html.js-jr-scroll-motion .jr-press-feature__grid,html.js-jr-scroll-motion .jr-concierge{align-items:start}}@media(max-width:749px){html.js-jr-scroll-motion .jr-hero__media img,html.js-jr-scroll-motion .jr-hero__media video{transform:scale(1.04) translate3d(0,calc(var(--jr-parallax-media,0px) * .35),0)}html.js-jr-scroll-motion .jr-hero__content{transform:translate3d(0,calc(var(--jr-parallax-copy,0px) * .35),0)}html.js-jr-scroll-motion .jr-og-property,html.js-jr-scroll-motion .jr-stat,html.js-jr-scroll-motion .jr-service-card,html.js-jr-scroll-motion .jr-neighbourhood-card,html.js-jr-scroll-motion .jr-office-card,html.js-jr-scroll-motion .jr-press-item{transform:none!important}html.js-jr-scroll-motion .jr-og-property__media img{height:106%;top:-3%;transform:scale(1.03) translate3d(0,calc(var(--jr-img-parallax,0px) * .3),0)}}@media(prefers-reduced-motion:reduce){html.js-jr-scroll-motion *{transform:none!important;animation:none!important;transition:none!important}}:root{--jr-black:#020202!important;--jr-black-soft:#080808!important;--jr-red:#ce1734!important;--jr-red-hot:#e51b3f!important;--jr-white:#ffffff!important;--jr-ash:#f4f4f4!important;--jr-line:rgba(255,255,255,.16)!important;--jr-line-dark:rgba(0,0,0,.14)!important;--jr-copy:rgba(255,255,255,.72)!important;--jr-copy-dark:#161616!important;--jr-condensed:"Arial Narrow","Helvetica Neue Condensed","Roboto Condensed","Helvetica Neue",Arial,sans-serif!important;--jr-body:"Helvetica Neue",Arial,sans-serif!important;--jr-ease:cubic-bezier(.16,1,.3,1)!important}html{scroll-behavior:smooth;background:#000}body.template-index,body:has(.jr-hero){background:#000!important;color:#fff!important;font-family:var(--jr-body)}body:has(.jr-hero):before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 15% 20%,rgba(206,23,52,.12),transparent 28%),linear-gradient(115deg,transparent,rgba(255,255,255,.035) 35%,transparent 55%),#000}body:has(.jr-hero):after{content:"";position:fixed;left:22px;top:0;bottom:0;width:1px;background:#ffffff24;z-index:4;pointer-events:none}a{transition:color .3s ease,background .3s ease,border-color .3s ease,transform .3s var(--jr-ease)}.jr-eyebrow,.jr-og-listings__eyebrow{font-family:var(--jr-condensed)!important;display:inline-block!important;color:inherit!important;font-size:10px!important;line-height:1!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:600!important;margin-bottom:16px!important;position:relative!important}.jr-eyebrow:after,.jr-og-listings__eyebrow:after{content:""!important;position:absolute!important;left:68%!important;bottom:-9px!important;width:44px!important;height:2px!important;background:var(--jr-red)!important}.jr-h2,.jr-og-listings__title,.jr-press-feature__title{font-family:var(--jr-condensed)!important;text-transform:uppercase!important;font-stretch:condensed!important;letter-spacing:.035em!important;line-height:.9!important;font-weight:300!important;transform:scaleX(.78);transform-origin:left center;color:inherit!important}.jr-h2{font-size:clamp(44px,6vw,86px)!important;margin:0!important}.jr-h2 strong,.jr-og-listings__title strong{font-weight:60050!important}.jr-body,.jr-press-feature__text,.jr-social-bar__text{font-size:13px!important;line-height:1.75!important;letter-spacing:.02em!important;color:#ffffffad!important;max-width:620px}.jr-section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:30px!important;margin-bottom:34px!important}.jr-wrap{width:min(1180px,calc(100% - 56px))!important;margin-inline:auto!important}.jr-section{padding:76px 0!important;background:#000!important;color:#fff!important;position:relative;overflow:hidden}.jr-section--ivory{background:#fff!important;color:#111!important}.jr-section--ivory .jr-body,.jr-section--ivory p{color:#333!important}.jr-section--dark{background:#040404!important;color:#fff!important}.jr-section:before,.jr-og-listings:before,.jr-stats:before,.jr-press-feature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.035) 45%,transparent 70%);opacity:.75}.jr-hero{height:100svh!important;min-height:690px!important;background:#000!important;color:#fff!important;overflow:hidden!important;padding-top:54px!important;isolation:isolate}.jr-hero__media{top:54px!important;right:0!important;bottom:0!important;left:0!important;overflow:hidden!important;background:#000!important}.jr-hero__media img,.jr-hero__media video{width:100%!important;height:100%!important;object-fit:cover!important;filter:grayscale(.08) contrast(1.05) brightness(.82)!important;transform:scale(1.08)!important}.jr-hero.is-loaded .jr-hero__media img,.jr-hero.is-loaded .jr-hero__media video{animation:jrOgroupKen 18s ease-in-out infinite alternate!important}@keyframes jrOgroupKen{0%{transform:scale(1.08) translate3d(-1.2%,0,0)}to{transform:scale(1.18) translate3d(1.2%,-1%,0)}}.jr-hero__veil{background:linear-gradient(90deg,#000000b8,#00000038 48%,#000000b8),linear-gradient(180deg,#00000057,#0000000d 44%,#000)!important;z-index:2!important}.jr-hero__content{z-index:5!important;align-items:flex-start!important;text-align:left!important;justify-content:flex-end!important;padding:0 0 12vh max(84px,8vw)!important;max-width:760px!important;height:calc(100% - 54px)!important}.jr-hero__eyebrow{font-family:var(--jr-condensed)!important;font-size:10px!important;letter-spacing:.2em!important;color:#fff!important;text-transform:uppercase!important;font-weight:600!important;margin-bottom:22px!important}.jr-hero__eyebrow:after{content:"";display:block;width:50px;height:2px;background:var(--jr-red);margin-top:10px}.jr-hero__title{font-family:var(--jr-condensed)!important;text-transform:uppercase!important;font-size:clamp(54px,8vw,122px)!important;line-height:.82!important;letter-spacing:.035em!important;font-weight:300!important;transform:scaleX(.77)!important;transform-origin:left center!important;text-shadow:0 30px 80px rgba(0,0,0,.7)!important;max-width:1050px!important}.jr-hero__title .jr-word span{font-weight:300!important}.jr-hero__text{max-width:520px!important;font-size:13px!important;line-height:1.7!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#ffffffb8!important;margin-top:16px!important}.jr-hero__actions{gap:10px!important;margin-top:18px!important}.jr-btn{font-family:var(--jr-condensed)!important;text-transform:uppercase!important;letter-spacing:.24em!important;font-size:10px!important;font-weight:600!important;border-radius:0!important;padding:15px 22px!important;border:1px solid rgba(255,255,255,.26)!important;background:transparent!important;color:inherit!important}.jr-btn--light,.jr-btn--outline{background:transparent!important;color:#fff!important;border-color:#ffffff57!important}.jr-btn:hover{transform:translateY(-2px)!important;box-shadow:0 18px 42px #00000047!important}.jr-hero__areas{position:absolute!important;right:34px!important;left:auto!important;bottom:80px!important;z-index:5!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:5px!important}.jr-hero__areas a{border:0!important;padding:0!important;font-family:var(--jr-condensed)!important;color:#fff!important;font-size:14px!important;line-height:1!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:600!important;text-shadow:0 6px 20px rgba(0,0,0,.45)}.jr-hero__areas a:hover{color:var(--jr-red)!important}.jr-hero__scroll{left:24px!important;bottom:22px!important;transform:none!important;z-index:6!important;color:#fff!important}.jr-hero:before{content:"01";position:absolute;left:16px;top:50%;z-index:8;color:#fff;font:900 11px/1 var(--jr-condensed);letter-spacing:.18em;transform:rotate(-90deg)}.jr-hero:after{content:"";position:absolute;left:23px;top:calc(50% + 30px);height:88px;width:2px;background:linear-gradient(var(--jr-red) 0 38%,rgba(255,255,255,.28) 38% 100%);z-index:8}.jr-cta-strip{background:#050505!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;color:#fff!important;position:relative;z-index:2}.jr-cta-strip a{font-family:var(--jr-condensed)!important;color:#fff!important;padding:21px 16px!important;font-size:10px!important;letter-spacing:.24em!important;text-transform:uppercase!important;font-weight:600!important;border-right:1px solid rgba(255,255,255,.12)!important}.jr-cta-strip a:hover{background:var(--jr-red)!important;color:#fff!important}.jr-og-listings{background:#000!important;color:#fff!important;padding:76px 0 92px!important;position:relative!important;overflow:hidden!important}.jr-og-listings__inner{width:min(1120px,calc(100% - 58px))!important;margin:0 auto!important}.jr-og-listings__head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:32px!important;margin-bottom:34px!important;position:relative;z-index:2}.jr-og-listings__title{font-size:clamp(48px,6.2vw,82px)!important;color:#fff!important;margin:0!important}.jr-og-listings__view{margin-top:18px!important;background:var(--jr-red)!important;color:#fff!important;border:1px solid var(--jr-red)!important;border-radius:0!important;min-width:118px!important;height:38px!important;padding:0 18px!important;font:900 9px/1 var(--jr-condensed)!important;letter-spacing:.2em!important;text-transform:uppercase!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:18px!important}.jr-og-listings__view:hover{background:transparent!important;color:#fff!important}.jr-og-listings__grid{display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:10px!important;align-items:stretch!important;position:relative;z-index:2}.jr-og-property{position:relative!important;display:block!important;overflow:hidden!important;border-radius:16px!important;background:#111!important;min-height:210px!important;text-decoration:none!important;color:#fff!important;box-shadow:none!important;isolation:isolate!important}.jr-og-property--1{grid-column:span 2!important;min-height:230px!important}.jr-og-property--2{grid-column:span 4!important;min-height:230px!important}.jr-og-property--3,.jr-og-property--4,.jr-og-property--5{grid-column:span 2!important;min-height:218px!important}.jr-og-property--6{grid-column:span 4!important;min-height:230px!important}.jr-og-property__media,.jr-og-property__placeholder{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;overflow:hidden!important;background:linear-gradient(135deg,#141414,#333)!important}.jr-og-property__media img{position:absolute!important;top:-7%!important;right:0!important;bottom:-7%!important;left:0!important;width:100%!important;height:114%!important;object-fit:cover!important;filter:brightness(.8) saturate(.95) contrast(1.08)!important;transform:scale(1.04)!important;transition:transform 1.1s var(--jr-ease),filter 1.1s var(--jr-ease)!important}.jr-og-property__shade{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#0000000d,#0000001a 45%,#000000c7)!important;z-index:1!important}.jr-og-property__content{position:absolute!important;left:18px!important;right:18px!important;bottom:17px!important;z-index:3!important}.jr-og-property__price{font-family:var(--jr-condensed)!important;font-weight:60050!important;font-size:clamp(22px,2.4vw,31px)!important;letter-spacing:.035em!important;line-height:1!important;margin:0 0 8px!important;color:#fff!important;text-shadow:0 4px 20px rgba(0,0,0,.55)!important}.jr-og-property__rule{display:block!important;width:43px!important;height:2px!important;background:var(--jr-red)!important;margin-bottom:8px!important}.jr-og-property__address{font-family:var(--jr-condensed)!important;font-size:12px!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:600!important;line-height:1.2!important;color:#fff!important;margin:0!important;text-shadow:0 4px 16px rgba(0,0,0,.5)!important}.jr-og-property:hover{transform:translateY(-4px)!important}.jr-og-property:hover .jr-og-property__media img{transform:scale(1.12)!important;filter:brightness(.95) saturate(1.04) contrast(1.1)!important}.jr-og-property:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.12);border-radius:16px;z-index:4;pointer-events:none;transition:border-color .35s ease}.jr-og-property:hover:after{border-color:#ce1734b8}.jr-stats{background:#030303!important;color:#fff!important;position:relative!important;overflow:hidden!important;padding:92px 0!important;border-top:1px solid rgba(255,255,255,.1)!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.jr-stats:after{content:"WHY WORK WITH US";position:absolute;right:22px;top:50%;transform:translateY(-50%) rotate(180deg);writing-mode:vertical-rl;font:900 clamp(42px,6vw,88px)/.9 var(--jr-condensed);letter-spacing:.04em;color:#ce1734a6;opacity:.65;pointer-events:none}.jr-stats__head,.jr-stats__grid{width:min(1080px,calc(100% - 70px))!important;margin-inline:auto!important;position:relative;z-index:2}.jr-stats__head{margin-bottom:36px!important}.jr-stats__grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;border-top:1px solid rgba(255,255,255,.18)!important;border-left:1px solid rgba(255,255,255,.18)!important}.jr-stat{background:#ffffff06!important;border:0!important;border-right:1px solid rgba(255,255,255,.18)!important;border-bottom:1px solid rgba(255,255,255,.18)!important;padding:34px 24px!important;min-height:145px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.jr-stat strong{font-family:var(--jr-condensed)!important;color:#fff!important;font-size:clamp(34px,4vw,64px)!important;line-height:.9!important;font-weight:60050!important;letter-spacing:.04em!important;margin:0 0 12px!important}.jr-stat span{font:900 10px/1.25 var(--jr-condensed)!important;color:#ffffffad!important;letter-spacing:.22em!important;text-transform:uppercase!important}.jr-stat:hover{background:#ce17341f!important}.jr-press-feature{background:#030303!important;color:#fff!important;position:relative!important;overflow:hidden!important;border-top:1px solid rgba(255,255,255,.12)!important}.jr-press-feature__grid{min-height:560px!important;display:grid!important;grid-template-columns:1.1fr .9fr!important}.jr-press-feature__media{min-height:560px!important;position:relative!important;overflow:hidden!important;background:#111!important}.jr-press-feature__media img{width:100%!important;height:100%!important;object-fit:cover!important;filter:grayscale(.16) brightness(.64) contrast(1.1)!important;transform:scale(1.08)!important}.jr-press-feature__copy{padding:70px 68px!important;justify-content:center!important;position:relative!important;z-index:2!important}.jr-press-feature__copy:before{content:"FEATURED";position:absolute;right:24px;top:50%;transform:translateY(-50%) rotate(180deg);writing-mode:vertical-rl;font:900 64px/.9 var(--jr-condensed);letter-spacing:.05em;color:#ce173494}.jr-press-feature__title{font-size:clamp(38px,5vw,72px)!important;margin:0 0 22px!important;max-width:620px!important}.jr-press-feature__badge{font:900 11px/1 var(--jr-condensed)!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:#ffffffbf!important}.jr-press-feature__badge:before{background:var(--jr-red)!important;border-radius:0!important}.jr-about{background:#fff!important;color:#111!important;padding:80px min(6vw,72px)!important;position:relative!important;overflow:hidden!important}.jr-about:after{content:"JASJEET SINGH";position:absolute;left:-8px;top:42px;font:900 clamp(56px,8vw,120px)/.8 var(--jr-condensed);letter-spacing:.04em;color:#ce173429;writing-mode:vertical-rl;transform:rotate(180deg)}.jr-about .jr-eyebrow,.jr-about .jr-h2,.jr-about .jr-body,.jr-about p,.jr-about a{color:#111!important}.jr-about__media{border-radius:0!important;box-shadow:0 30px 70px #0000002e!important}.jr-about__media img{filter:grayscale(.1) contrast(1.05)!important}.jr-about__credential{border-top:1px solid rgba(0,0,0,.15)!important;border-bottom:1px solid rgba(0,0,0,.15)!important}.jr-about__credential div strong{font-family:var(--jr-condensed)!important;font-weight:60050!important;font-size:40px!important;color:#111!important}.jr-about__credential div span{font-family:var(--jr-condensed)!important;letter-spacing:.2em!important;font-weight:600!important;color:#555!important}.jr-link{font-family:var(--jr-condensed)!important;text-transform:uppercase!important;letter-spacing:.2em!important;font-weight:600!important;color:var(--jr-red)!important;font-size:10px!important}.jr-concierge,.jr-app-cta,.jr-philanthropy{display:grid!important;grid-template-columns:.9fr 1.1fr!important;gap:clamp(32px,5vw,70px)!important;align-items:center!important}.jr-concierge__slider,.jr-split__media,.jr-app-cta__media,.jr-philanthropy__media{border-radius:0!important;box-shadow:0 26px 80px #00000061!important;overflow:hidden!important;background:#111!important}.jr-concierge__slider img,.jr-split__media img,.jr-app-cta__media img,.jr-philanthropy__media img{filter:grayscale(.05) contrast(1.05) brightness(.88)!important}.jr-concierge__list li{border-bottom:1px solid rgba(255,255,255,.14)!important;color:#ffffffb8!important;font-size:13px!important;letter-spacing:.05em!important}.jr-concierge__list li:before{background:var(--jr-red)!important;border-radius:0!important}.jr-concierge__tag{background:var(--jr-red)!important;color:#fff!important;border-radius:0!important;font:900 9px/1 var(--jr-condensed)!important;letter-spacing:.22em!important}.jr-services-grid,.jr-neighbourhoods-grid,.jr-offices-grid,.jr-press-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1px!important;background:#ffffff29!important;border:1px solid rgba(255,255,255,.16)!important}.jr-service-card,.jr-neighbourhood-card,.jr-office-card,.jr-press-item{background:#070707!important;color:#fff!important;border:0!important;min-height:230px!important;padding:28px!important;position:relative!important;overflow:hidden!important}.jr-service-card:before,.jr-office-card:before,.jr-press-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--jr-red);transition:height .6s var(--jr-ease)}.jr-service-card:hover:before,.jr-office-card:hover:before,.jr-press-item:hover:before{height:100%}.jr-service-card__num{font-family:var(--jr-condensed)!important;color:var(--jr-red)!important;font-size:11px!important;letter-spacing:.24em!important;font-weight:600!important}.jr-service-card h3,.jr-office-card h3,.jr-press-item strong,.jr-neighbourhood-card__label strong{font-family:var(--jr-condensed)!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:clamp(24px,3vw,42px)!important;line-height:.95!important;font-weight:600!important;color:#fff!important}.jr-service-card p,.jr-office-card p,.jr-press-item span,.jr-neighbourhood-card__label span{color:#fff9!important;font-size:12px!important;line-height:1.7!important;letter-spacing:.06em!important}.jr-neighbourhood-card{min-height:300px!important;border-radius:0!important;background:linear-gradient(135deg,#0b0b0b,#1b1b1b)!important}.jr-neighbourhood-card__veil{background:linear-gradient(180deg,transparent,rgba(0,0,0,.82))!important}.jr-testimonial-stage{max-width:1050px!important;text-align:left!important;padding:76px 90px!important;background:linear-gradient(90deg,#050505,#101010)!important;border:1px solid rgba(255,255,255,.12)!important;position:relative!important;overflow:hidden!important}.jr-testimonial-stage:before{content:"\201c";position:absolute;left:28px;top:-15px;font:900 180px/1 Georgia,serif;color:#ffffff12}.jr-testimonial-stage:after{content:"WHAT CLIENTS ARE SAYING";position:absolute;right:18px;top:50%;transform:translateY(-50%) rotate(180deg);writing-mode:vertical-rl;font:900 46px/.9 var(--jr-condensed);letter-spacing:.04em;color:#ce17348c}.jr-testimonial-stage__quote{font-family:var(--jr-condensed)!important;font-style:normal!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-size:clamp(30px,4.2vw,62px)!important;line-height:1!important;color:#fff!important;max-width:760px!important}.jr-testimonial-stage__name{font-family:var(--jr-condensed)!important;color:var(--jr-red)!important;letter-spacing:.22em!important;font-weight:600!important}.jr-testimonial-dot{border-radius:0!important;background:#ffffff3d!important;width:22px!important;height:3px!important}.jr-testimonial-dot.is-active{background:var(--jr-red)!important}.jr-social-bar{background:#060606!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:0!important;padding:36px 42px!important}.jr-social-bar__links a{border-radius:0!important;border-color:#fff3!important;color:#fff!important}.jr-social-bar__links a:hover{background:var(--jr-red)!important;border-color:var(--jr-red)!important}.jr-contact{background:#050505!important;border:1px solid rgba(255,255,255,.14)!important;padding:34px!important;display:grid!important;grid-template-columns:.75fr 1.25fr!important;gap:30px!important;color:#fff!important}.jr-contact input,.jr-contact textarea,.field__input{background:#000!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:0!important}.jr-contact label,.field__label{color:#ffffff8c!important}html.js-jr-scroll-motion .jr-hero__content{transform:translate3d(0,var(--jr-parallax-copy,0px),0) scaleX(1)!important;will-change:transform}html.js-jr-scroll-motion .jr-hero__media img,html.js-jr-scroll-motion .jr-hero__media video{transform:scale(1.12) translate3d(0,var(--jr-parallax-media,0px),0)!important;will-change:transform}html.js-jr-scroll-motion .jr-og-property{transform:translate3d(0,var(--jr-card-parallax,0px),0)!important;will-change:transform}html.js-jr-scroll-motion .jr-og-property:hover{transform:translate3d(0,calc(var(--jr-card-parallax,0px) - 4px),0)!important}html.js-jr-scroll-motion .jr-section-head,html.js-jr-scroll-motion .jr-stats__head,html.js-jr-scroll-motion .jr-og-listings__head{transform:translate3d(0,var(--jr-heading-parallax,0px),0)!important;will-change:transform}html.js-jr-scroll-motion .jr-service-card,html.js-jr-scroll-motion .jr-neighbourhood-card,html.js-jr-scroll-motion .jr-office-card,html.js-jr-scroll-motion .jr-press-item,html.js-jr-scroll-motion .jr-social-bar,html.js-jr-scroll-motion .jr-testimonial-stage{transform:translate3d(0,var(--jr-editorial-y,0px),0)!important;will-change:transform}html.js-jr-scroll-motion .jr-stat{transform:translate3d(0,var(--jr-stat-y,0px),0)!important;will-change:transform}html.js-jr-scroll-motion .jr-about__media img,html.js-jr-scroll-motion .jr-split__media img,html.js-jr-scroll-motion .jr-press-feature__media img,html.js-jr-scroll-motion .jr-philanthropy__media img,html.js-jr-scroll-motion .jr-app-cta__media img{transform:scale(1.12) translate3d(0,var(--jr-img-parallax,0px),0)!important;will-change:transform}[data-jr-reveal]{opacity:0!important;transform:translateY(46px)!important;filter:blur(8px)!important;transition:opacity 1s var(--jr-ease),transform 1s var(--jr-ease),filter 1s var(--jr-ease)!important}[data-jr-reveal].is-visible{opacity:1!important;transform:translateY(0)!important;filter:blur(0)!important}.jr-scroll-progress{position:fixed!important;left:0!important;top:0!important;height:2px!important;background:var(--jr-red)!important;z-index:9999!important;transform-origin:left center!important;width:100%!important}@media(max-width:989px){body:has(.jr-hero):after,.jr-hero:before,.jr-hero:after,.jr-stats:after,.jr-press-feature__copy:before,.jr-testimonial-stage:after,.jr-about:after{display:none!important}.jr-hero{min-height:720px!important}.jr-hero__content{padding:0 24px 120px!important}.jr-hero__areas{right:20px!important;bottom:32px!important}.jr-hero__title{font-size:64px!important}.jr-og-listings__head,.jr-section-head{display:block!important}.jr-og-listings__view{margin-top:24px!important}.jr-og-listings__grid,.jr-stats__grid,.jr-services-grid,.jr-neighbourhoods-grid,.jr-offices-grid,.jr-press-grid{grid-template-columns:1fr 1fr!important}.jr-og-property,.jr-og-property--1,.jr-og-property--2,.jr-og-property--3,.jr-og-property--4,.jr-og-property--5,.jr-og-property--6{grid-column:auto!important;min-height:245px!important}.jr-og-property--6{grid-column:span 2!important}.jr-press-feature__grid,.jr-about,.jr-concierge,.jr-app-cta,.jr-philanthropy,.jr-contact{grid-template-columns:1fr!important}.jr-press-feature__copy{padding:44px 26px!important}.jr-testimonial-stage{padding:48px 28px!important}}@media(max-width:640px){.jr-wrap,.jr-og-listings__inner{width:calc(100% - 28px)!important}.jr-section,.jr-og-listings,.jr-stats{padding:54px 0!important}.jr-h2,.jr-og-listings__title{font-size:46px!important}.jr-hero__title{font-size:54px!important}.jr-hero__text{font-size:11px!important}.jr-hero__actions{display:none!important}.jr-hero__areas a{font-size:11px!important}.jr-og-listings__grid,.jr-stats__grid,.jr-services-grid,.jr-neighbourhoods-grid,.jr-offices-grid,.jr-press-grid{grid-template-columns:1fr!important}.jr-og-property--6{grid-column:auto!important}.jr-stats__grid{border-left:0!important}.jr-stat{border-right:0!important}.jr-service-card,.jr-neighbourhood-card,.jr-office-card,.jr-press-item{min-height:190px!important}.jr-about{padding:48px 20px!important}.jr-contact{padding:24px!important}.jr-testimonial-stage__quote{font-size:32px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}[data-jr-reveal]{opacity:1!important;transform:none!important;filter:none!important}}body.template-index,body:has(.jr-hero),.jr-app{background:#000!important;color:#fff!important}body.template-index main,body.template-index .content-for-layout,body.template-index .shopify-section,body:has(.jr-hero) main,body:has(.jr-hero) .content-for-layout,body:has(.jr-hero) .shopify-section{width:100%!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important;background:#000!important;color:#fff!important}body.template-index .page-width,body.template-index .page-width-desktop,body:has(.jr-hero) .page-width,body:has(.jr-hero) .page-width-desktop,.jr-wrap,.jr-og-listings__inner{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:clamp(22px,4.8vw,72px)!important;padding-right:clamp(22px,4.8vw,72px)!important}.jr-section,.jr-section--tight,.jr-section--dark,.jr-section--ivory,.jr-og-listings,.jr-stats,.jr-press-feature,.jr-cta-strip,.jr-social-bar,.jr-contact{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;background:#000!important;color:#fff!important;border-color:#ffffff24!important}.jr-section:nth-of-type(2n),body.template-index .shopify-section:nth-of-type(2n) .jr-section,body.template-index .shopify-section:nth-of-type(2n) .jr-section--ivory{background:#060606!important;color:#fff!important}.jr-section--ivory .jr-h1,.jr-section--ivory .jr-h2,.jr-section--ivory .jr-h3,.jr-section--ivory h1,.jr-section--ivory h2,.jr-section--ivory h3,.jr-section--ivory p,.jr-section--ivory .jr-body,.jr-section--ivory a,.jr-section--ivory span,.jr-section--ivory strong,.jr-eyebrow,.jr-section--ivory .jr-eyebrow,.jr-og-listings__eyebrow,.jr-press-item span,.jr-service-card__num,.jr-testimonial-stage__name,.jr-about__contact span{color:#fff!important}.jr-eyebrow:after,.jr-og-listings__eyebrow:after,.jr-eyebrow:before,.jr-section-head--center .jr-divider{background:#ce1734!important;border-color:#ce1734!important}.jr-h1,.jr-h2,.jr-h3,.jr-og-listings__title,.jr-press-feature__title,.jr-about__credential div strong,.jr-service-card h3,.jr-office-card h3,.jr-press-item strong,.jr-neighbourhood-card__label strong{color:#fff!important}.jr-body,.jr-section--ivory .jr-body,.jr-section--ivory p,.jr-service-card p,.jr-office-card p,.jr-press-item span,.jr-neighbourhood-card__label span,.jr-about__credential div span,.jr-listing-card__location,.jr-og-property__address,.jr-press-feature__text,.jr-testimonial-stage__meta,.jr-social-bar__text{color:#ffffffad!important}.jr-og-listings__grid{width:100%!important;max-width:none!important;grid-template-columns:repeat(12,1fr)!important;gap:14px!important}.jr-og-property{border-radius:18px!important;border:1px solid rgba(255,255,255,.08)!important;background:#050505!important;box-shadow:0 24px 70px #0000006b!important}.jr-og-property--1{grid-column:span 4!important;min-height:300px!important}.jr-og-property--2{grid-column:span 8!important;min-height:300px!important}.jr-og-property--3,.jr-og-property--4,.jr-og-property--5{grid-column:span 4!important;min-height:270px!important}.jr-og-property--6{grid-column:span 8!important;min-height:315px!important}.jr-stats__grid,.jr-services-grid,.jr-neighbourhoods-grid,.jr-offices-grid,.jr-press-grid{width:100%!important;max-width:none!important;gap:1px!important;background:#ffffff29!important;border-top:1px solid rgba(255,255,255,.16)!important;border-bottom:1px solid rgba(255,255,255,.16)!important}.jr-stat,.jr-service-card,.jr-neighbourhood-card,.jr-office-card,.jr-press-item,.jr-social-bar,.jr-contact,.jr-testimonial-stage,.jr-about{background:#050505!important;color:#fff!important;border-color:#ffffff24!important}.jr-stat strong,.jr-stat span{color:#fff!important}.jr-stat strong:after,.jr-service-card:before,.jr-office-card:before,.jr-press-item:before{background:#ce1734!important}.jr-press-feature__grid,.jr-about,.jr-concierge,.jr-app-cta,.jr-philanthropy,.jr-contact{width:100%!important;max-width:none!important}.jr-press-feature__media,.jr-about__media,.jr-concierge__slider,.jr-app-cta__media,.jr-philanthropy__media,.jr-split__media{background:#111!important;border:1px solid rgba(255,255,255,.12)!important}.jr-link{background:transparent!important;border-bottom:1px solid #ce1734!important}@media(max-width:989px){.jr-wrap,.jr-og-listings__inner,body.template-index .page-width,body.template-index .page-width-desktop,body:has(.jr-hero) .page-width,body:has(.jr-hero) .page-width-desktop{padding-left:20px!important;padding-right:20px!important}.jr-og-listings__grid{grid-template-columns:repeat(2,1fr)!important}.jr-og-property--1,.jr-og-property--2,.jr-og-property--3,.jr-og-property--4,.jr-og-property--5{grid-column:auto!important;min-height:255px!important}.jr-og-property--6{grid-column:span 2!important;min-height:285px!important}}@media(max-width:640px){.jr-wrap,.jr-og-listings__inner,body.template-index .page-width,body.template-index .page-width-desktop,body:has(.jr-hero) .page-width,body:has(.jr-hero) .page-width-desktop{padding-left:14px!important;padding-right:14px!important}.jr-og-listings__grid{grid-template-columns:1fr!important;gap:12px!important}.jr-og-property--1,.jr-og-property--2,.jr-og-property--3,.jr-og-property--4,.jr-og-property--5,.jr-og-property--6{grid-column:auto!important;min-height:265px!important}}body.template-index{overflow-x:hidden!important;background:#000!important}body.template-index .shopify-section{background:#000!important}body.template-index .jr-wrap,body.template-index .jr-og-listings__inner{width:100%!important;max-width:1540px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(28px,4vw,72px)!important;padding-right:clamp(28px,4vw,72px)!important}body.template-index .jr-section,body.template-index .jr-stats,body.template-index .jr-og-listings,body.template-index .jr-press-feature{width:100%!important;max-width:none!important;margin:0!important;background:#000!important;color:#fff!important;overflow:hidden!important;border-color:#ffffff24!important}body.template-index .jr-section:before,body.template-index .jr-stats:before,body.template-index .jr-press-feature:before{opacity:.28!important}body.template-index .jr-h2,body.template-index .jr-og-listings__title{transform:none!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-weight:300!important;letter-spacing:.05em!important;line-height:.94!important;color:#fff!important;white-space:normal!important;overflow:visible!important}body.template-index .jr-eyebrow,body.template-index .jr-og-listings__eyebrow{color:#fff!important;display:inline-block!important;margin:0 0 22px!important}body.template-index .jr-eyebrow:after,body.template-index .jr-og-listings__eyebrow:after{background:#ce1734!important;height:2px!important;bottom:-8px!important}body.template-index .jr-stats{padding:clamp(70px,8vw,118px) 0!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;background:radial-gradient(circle at 96% 70%,rgba(206,23,52,.12),transparent 28%),#030303!important}body.template-index .jr-stats:after{display:none!important}body.template-index .jr-stats__head{width:100%!important;max-width:1540px!important;padding:0 clamp(28px,4vw,72px)!important;margin:0 auto clamp(34px,4vw,58px)!important;text-align:center!important;position:relative!important;z-index:2!important}body.template-index .jr-stats__head .jr-eyebrow{display:inline-block!important}body.template-index .jr-stats__head .jr-h2{display:block!important;position:relative!important;z-index:2!important;font-size:clamp(42px,6vw,98px)!important;max-width:980px!important;margin:0 auto!important;text-align:center!important;letter-spacing:.08em!important}body.template-index .jr-stats__grid{width:calc(100% - clamp(56px,8vw,144px))!important;max-width:1540px!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;border:1px solid rgba(255,255,255,.16)!important;background:#ffffff1f!important;gap:1px!important;position:relative!important;z-index:2!important}body.template-index .jr-stat{min-height:156px!important;padding:34px clamp(22px,2vw,42px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:#050505!important;border:0!important}body.template-index .jr-stat strong{font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(42px,5vw,78px)!important;line-height:.9!important;letter-spacing:.04em!important;color:#fff!important}body.template-index .jr-stat span{margin-top:12px!important;color:#ffffffad!important;font-size:10px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:600!important}body.template-index .jr-about,body.template-index section.jr-about.jr-wrap{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:clamp(72px,8vw,124px) clamp(28px,4vw,72px)!important;display:grid!important;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.4fr)!important;gap:clamp(38px,6vw,92px)!important;align-items:center!important;background:#000!important;color:#fff!important;border:0!important;position:relative!important;overflow:hidden!important}body.template-index .jr-about:after{content:"JASJEET"!important;position:absolute!important;left:clamp(6px,1.2vw,18px)!important;top:50%!important;transform:translateY(-50%) rotate(180deg)!important;writing-mode:vertical-rl!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(66px,8vw,132px)!important;font-weight:600!important;letter-spacing:.05em!important;color:#ce173438!important;line-height:.8!important;pointer-events:none!important}body.template-index .jr-about__media{aspect-ratio:4/5!important;border:1px solid rgba(255,255,255,.16)!important;background:#111!important;overflow:hidden!important;position:relative!important;z-index:2!important;margin-left:clamp(18px,2vw,42px)!important}body.template-index .jr-about__media img{width:100%!important;height:100%!important;object-fit:cover!important;filter:contrast(1.04) saturate(.9) brightness(.86)!important}body.template-index .jr-about__copy{position:relative!important;z-index:2!important;padding:0!important}body.template-index .jr-about__copy .jr-h2{font-size:clamp(50px,7.8vw,124px)!important;margin-bottom:18px!important;letter-spacing:.075em!important}body.template-index .jr-about__copy .jr-body,body.template-index .jr-about__copy .jr-body p{color:#ffffffb8!important;font-size:14px!important;line-height:1.85!important;max-width:820px!important}body.template-index .jr-about__credential{width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important;padding:0!important;margin:34px 0!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff29!important}body.template-index .jr-about__credential div{background:#050505!important;padding:22px 24px!important}body.template-index .jr-about__credential div strong{color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(30px,3vw,48px)!important;line-height:.9!important;font-weight:600!important}body.template-index .jr-about__credential div span{display:block!important;margin-top:9px!important;color:#ffffffad!important;font-size:9px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:600!important}body.template-index .jr-about__contact{display:none!important}body.template-index .jr-about .jr-link{display:inline-flex!important;margin-top:0!important}body.template-index .jr-testimonial-stage{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:clamp(58px,6vw,96px) clamp(44px,7vw,116px)!important;background:linear-gradient(110deg,#050505,#0d0d0d 68%,#32000885)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;box-sizing:border-box!important}body.template-index .jr-testimonial-stage:after{right:24px!important;font-size:clamp(38px,5vw,74px)!important;color:#ce173494!important}body.template-index .jr-testimonial-stage__quote{max-width:980px!important;font-size:clamp(22px,2.6vw,44px)!important;line-height:1.12!important;letter-spacing:.08em!important;color:#fff!important}body.template-index .jr-testimonial-stage__meta{color:#fff9!important}body.template-index section#contact.jr-section.jr-wrap,body.template-index .jr-section.jr-wrap:has(.jr-contact){width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:clamp(72px,8vw,120px) clamp(28px,4vw,72px)!important;background:#000!important}body.template-index .jr-contact{width:100%!important;max-width:none!important;margin:0!important;padding:clamp(30px,4vw,54px)!important;display:grid!important;grid-template-columns:minmax(280px,.8fr) minmax(420px,1.25fr)!important;gap:clamp(32px,5vw,72px)!important;background:#050505!important;border:1px solid rgba(255,255,255,.14)!important;box-sizing:border-box!important}body.template-index .jr-contact__info{display:flex!important;flex-direction:column!important;gap:0!important}body.template-index .jr-contact__row{padding:0 0 22px!important;margin:0 0 22px!important;border-bottom:1px solid rgba(255,255,255,.14)!important}body.template-index .jr-contact__row span{display:block!important;color:#ce1734!important;font-size:10px!important;letter-spacing:.24em!important;text-transform:uppercase!important;font-weight:600!important;margin-bottom:8px!important}body.template-index .jr-contact__row a,body.template-index .jr-contact__row strong{color:#fff!important;font-size:16px!important}body.template-index .jr-contact-form{display:grid!important;gap:16px!important;width:100%!important}body.template-index .jr-contact-form .field{display:grid!important;grid-template-columns:90px minmax(0,1fr)!important;align-items:start!important;gap:0!important;margin:0!important;width:100%!important}body.template-index .jr-contact-form label{position:static!important;transform:none!important;display:block!important;width:90px!important;min-width:90px!important;padding:15px 0 0!important;margin:0!important;color:#ffffff8f!important;font-size:12px!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;pointer-events:auto!important;opacity:1!important}body.template-index .jr-contact-form input,body.template-index .jr-contact-form textarea{display:block!important;width:100%!important;min-height:46px!important;padding:13px 15px!important;margin:0!important;background:#000!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:none!important;outline:none!important;border-radius:0!important;font-size:14px!important;box-sizing:border-box!important}body.template-index .jr-contact-form textarea{min-height:118px!important;resize:vertical!important}body.template-index .jr-contact-form button{width:calc(100% - 90px)!important;margin-left:90px!important;justify-content:center!important;border-color:#ce1734!important}.jr-footer{width:100%!important;max-width:none!important;margin:0!important;padding:clamp(64px,7vw,110px) clamp(28px,4vw,72px) 28px!important;background:radial-gradient(circle at 85% 20%,rgba(206,23,52,.13),transparent 30%),#000!important;color:#ffffffb8!important;border-top:1px solid rgba(206,23,52,.65)!important;font-family:Helvetica Neue,Arial,sans-serif!important;box-sizing:border-box!important}.jr-footer *{box-sizing:border-box!important}.jr-footer__top{width:100%!important;max-width:1540px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(280px,1.35fr) repeat(3,minmax(160px,.75fr))!important;gap:clamp(30px,5vw,82px)!important;padding:0 0 42px!important;border-bottom:1px solid rgba(255,255,255,.14)!important}.jr-footer__brand{display:block!important;margin:0 0 10px!important;color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(32px,4vw,64px)!important;line-height:.9!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:300!important}.jr-footer__brokerage{display:block!important;margin:0 0 22px!important;color:#ce1734!important;font-size:10px!important;letter-spacing:.25em!important;text-transform:uppercase!important;font-weight:600!important}.jr-footer__brand-text{display:block!important;max-width:440px!important;color:#ffffff9e!important;font-size:14px!important;line-height:1.8!important;margin:0!important}.jr-footer__col{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important}.jr-footer__col h4{display:block!important;margin:0 0 18px!important;color:#ce1734!important;font-size:10px!important;line-height:1!important;letter-spacing:.28em!important;text-transform:uppercase!important;font-weight:600!important}.jr-footer__col a{display:block!important;width:100%!important;padding:7px 0!important;color:#ffffffb8!important;font-size:14px!important;line-height:1.35!important;text-decoration:none!important;border-bottom:1px solid transparent!important}.jr-footer__col a:hover{color:#fff!important;border-color:#ce1734!important}.jr-footer__col span{display:block!important;color:#ffffff73!important;line-height:1.7!important}.jr-footer__seo{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:32px 0!important;color:#ffffff73!important;font-size:12px!important;line-height:1.8!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.jr-footer__bottom{width:100%!important;max-width:1540px!important;margin:0 auto!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:24px!important;padding-top:22px!important;color:#ffffff75!important;font-size:11px!important;line-height:1.6!important}@media(max-width:989px){body.template-index .jr-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:calc(100% - 40px)!important}body.template-index .jr-about,body.template-index section.jr-about.jr-wrap,body.template-index .jr-contact{grid-template-columns:1fr!important}body.template-index .jr-about:after{display:none!important}body.template-index .jr-about__media{margin-left:0!important;max-width:620px!important}body.template-index .jr-contact-form .field{grid-template-columns:1fr!important;gap:7px!important}body.template-index .jr-contact-form label{width:auto!important;min-width:0!important;padding:0!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-size:10px!important}body.template-index .jr-contact-form button{width:100%!important;margin-left:0!important}.jr-footer__top{grid-template-columns:1fr 1fr!important}}@media(max-width:640px){body.template-index .jr-wrap,body.template-index .jr-og-listings__inner{padding-left:18px!important;padding-right:18px!important}body.template-index .jr-stats__grid,body.template-index .jr-about__credential{grid-template-columns:1fr!important;width:calc(100% - 36px)!important}body.template-index .jr-stats__head .jr-h2,body.template-index .jr-about__copy .jr-h2,body.template-index .jr-h2{font-size:clamp(38px,13vw,56px)!important}body.template-index .jr-about,body.template-index section.jr-about.jr-wrap,body.template-index section#contact.jr-section.jr-wrap,body.template-index .jr-section.jr-wrap:has(.jr-contact){padding-left:18px!important;padding-right:18px!important}body.template-index .jr-contact{padding:24px!important}.jr-footer{padding-left:20px!important;padding-right:20px!important}.jr-footer__top{grid-template-columns:1fr!important;gap:30px!important}.jr-footer__bottom{display:block!important}}body.jr-app.template-index,body.jr-app:has(.jr-hero){background:#000!important;color:#fff!important;overflow-x:hidden!important}body.jr-app.template-index main,body.jr-app.template-index .shopify-section,body.jr-app:has(.jr-hero) main,body.jr-app:has(.jr-hero) .shopify-section{background:#000!important;color:#fff!important}body.jr-app.template-index .jr-h2,body.jr-app.template-index .jr-og-listings__title,body.jr-app.template-index .jr-press-feature__title,body.jr-app:has(.jr-hero) .jr-h2,body.jr-app:has(.jr-hero) .jr-og-listings__title,body.jr-app:has(.jr-hero) .jr-press-feature__title{transform:none!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-weight:300!important;line-height:.92!important;letter-spacing:.055em!important;text-transform:uppercase!important;white-space:normal!important;overflow:visible!important;color:#fff!important}body.jr-app.template-index .jr-wrap,body.jr-app.template-index .jr-og-listings__inner,body.jr-app:has(.jr-hero) .jr-wrap,body.jr-app:has(.jr-hero) .jr-og-listings__inner{width:100%!important;max-width:1540px!important;margin-left:auto!important;margin-right:auto!important;padding-left:clamp(28px,4vw,72px)!important;padding-right:clamp(28px,4vw,72px)!important;box-sizing:border-box!important}body.jr-app.template-index .jr-section,body.jr-app.template-index .jr-stats,body.jr-app.template-index .jr-og-listings,body.jr-app.template-index .jr-press-feature,body.jr-app:has(.jr-hero) .jr-section,body.jr-app:has(.jr-hero) .jr-stats,body.jr-app:has(.jr-hero) .jr-og-listings,body.jr-app:has(.jr-hero) .jr-press-feature{width:100%!important;max-width:none!important;margin:0!important;background:#000!important;color:#fff!important;overflow:hidden!important;border-color:#ffffff24!important}body.jr-app.template-index .jr-eyebrow,body.jr-app.template-index .jr-og-listings__eyebrow,body.jr-app:has(.jr-hero) .jr-eyebrow,body.jr-app:has(.jr-hero) .jr-og-listings__eyebrow{color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;letter-spacing:.2em!important;font-size:10px!important;font-weight:600!important}body.jr-app.template-index .jr-eyebrow:after,body.jr-app.template-index .jr-og-listings__eyebrow:after,body.jr-app:has(.jr-hero) .jr-eyebrow:after,body.jr-app:has(.jr-hero) .jr-og-listings__eyebrow:after{background:#ce1734!important}body.jr-app.template-index .jr-stats,body.jr-app:has(.jr-hero) .jr-stats{padding:clamp(72px,7.6vw,118px) 0!important;background:radial-gradient(circle at 96% 70%,rgba(206,23,52,.12),transparent 28%),#030303!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important}body.jr-app.template-index .jr-stats:before,body.jr-app.template-index .jr-stats:after,body.jr-app:has(.jr-hero) .jr-stats:before,body.jr-app:has(.jr-hero) .jr-stats:after{display:none!important;content:none!important}body.jr-app.template-index .jr-stats__head,body.jr-app:has(.jr-hero) .jr-stats__head{width:100%!important;max-width:1540px!important;margin:0 auto clamp(34px,4vw,58px)!important;padding:0 clamp(28px,4vw,72px)!important;text-align:center!important;position:relative!important;z-index:2!important}body.jr-app.template-index .jr-stats__head .jr-h2,body.jr-app:has(.jr-hero) .jr-stats__head .jr-h2{display:block!important;max-width:1100px!important;margin:0 auto!important;font-size:clamp(42px,6vw,98px)!important;text-align:center!important;opacity:1!important;visibility:visible!important}body.jr-app.template-index .jr-stats__grid,body.jr-app:has(.jr-hero) .jr-stats__grid{width:calc(100% - clamp(56px,8vw,144px))!important;max-width:1540px!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important;border:1px solid rgba(255,255,255,.16)!important;background:#ffffff29!important}body.jr-app.template-index .jr-stat,body.jr-app:has(.jr-hero) .jr-stat{min-height:156px!important;padding:34px clamp(22px,2vw,42px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:#050505!important;border:0!important;color:#fff!important}body.jr-app.template-index .jr-stat strong,body.jr-app:has(.jr-hero) .jr-stat strong{font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(42px,5vw,78px)!important;line-height:.9!important;color:#fff!important}body.jr-app.template-index .jr-stat span,body.jr-app:has(.jr-hero) .jr-stat span{margin-top:12px!important;color:#ffffffad!important;font-size:10px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:600!important}body.jr-app.template-index section.jr-about.jr-wrap,body.jr-app:has(.jr-hero) section.jr-about.jr-wrap{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:clamp(72px,8vw,124px) clamp(28px,4vw,72px)!important;display:grid!important;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.4fr)!important;gap:clamp(38px,6vw,92px)!important;align-items:center!important;background:#000!important;color:#fff!important;border:0!important;position:relative!important;overflow:hidden!important}body.jr-app.template-index section.jr-about.jr-wrap:after,body.jr-app:has(.jr-hero) section.jr-about.jr-wrap:after{content:"JASJEET"!important;position:absolute!important;left:clamp(6px,1.2vw,18px)!important;top:50%!important;transform:translateY(-50%) rotate(180deg)!important;writing-mode:vertical-rl!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(66px,8vw,132px)!important;font-weight:600!important;letter-spacing:.05em!important;color:#ce173438!important;line-height:.8!important;pointer-events:none!important}body.jr-app.template-index .jr-about__media,body.jr-app:has(.jr-hero) .jr-about__media{aspect-ratio:4/5!important;border:1px solid rgba(255,255,255,.16)!important;background:#111!important;overflow:hidden!important;position:relative!important;z-index:2!important;margin-left:clamp(18px,2vw,42px)!important;box-shadow:none!important}body.jr-app.template-index .jr-about__media img,body.jr-app:has(.jr-hero) .jr-about__media img{width:100%!important;height:100%!important;object-fit:cover!important;filter:contrast(1.04) saturate(.9) brightness(.86)!important}body.jr-app.template-index .jr-about__copy,body.jr-app:has(.jr-hero) .jr-about__copy{position:relative!important;z-index:2!important;padding:0!important}body.jr-app.template-index .jr-about__copy .jr-h2,body.jr-app:has(.jr-hero) .jr-about__copy .jr-h2{font-size:clamp(50px,7.8vw,124px)!important;margin-bottom:18px!important;color:#fff!important}body.jr-app.template-index .jr-about__copy .jr-body,body.jr-app.template-index .jr-about__copy .jr-body p,body.jr-app:has(.jr-hero) .jr-about__copy .jr-body,body.jr-app:has(.jr-hero) .jr-about__copy .jr-body p{color:#ffffffb8!important;font-size:14px!important;line-height:1.85!important;max-width:820px!important}body.jr-app.template-index .jr-about__credential,body.jr-app:has(.jr-hero) .jr-about__credential{width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important;padding:0!important;margin:34px 0!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff29!important}body.jr-app.template-index .jr-about__credential div,body.jr-app:has(.jr-hero) .jr-about__credential div{background:#050505!important;padding:22px 24px!important}body.jr-app.template-index .jr-about__credential div strong,body.jr-app:has(.jr-hero) .jr-about__credential div strong{color:#fff!important;font-size:clamp(30px,3vw,48px)!important;font-weight:600!important}body.jr-app.template-index .jr-about__credential div span,body.jr-app:has(.jr-hero) .jr-about__credential div span{display:block!important;margin-top:9px!important;color:#ffffffad!important;font-size:9px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:600!important}body.jr-app.template-index .jr-about__contact,body.jr-app:has(.jr-hero) .jr-about__contact{display:none!important}body.jr-app.template-index .jr-testimonial-stage,body.jr-app:has(.jr-hero) .jr-testimonial-stage{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:clamp(58px,6vw,96px) clamp(44px,7vw,116px)!important;background:linear-gradient(110deg,#050505,#0d0d0d 68%,#32000885)!important;border:1px solid rgba(255,255,255,.14)!important;box-sizing:border-box!important;text-align:left!important;color:#fff!important}body.jr-app.template-index .jr-testimonial-stage__quote,body.jr-app:has(.jr-hero) .jr-testimonial-stage__quote{max-width:980px!important;font-size:clamp(22px,2.6vw,44px)!important;line-height:1.12!important;letter-spacing:.08em!important;color:#fff!important}body.jr-app.template-index .jr-testimonial-stage:after,body.jr-app:has(.jr-hero) .jr-testimonial-stage:after{right:24px!important;font-size:clamp(38px,5vw,74px)!important;color:#ce173494!important}body.jr-app.template-index section#contact.jr-section.jr-wrap,body.jr-app:has(.jr-hero) section#contact.jr-section.jr-wrap{width:100%!important;max-width:1540px!important;margin:0 auto!important;padding:clamp(72px,8vw,120px) clamp(28px,4vw,72px)!important;background:#000!important;color:#fff!important}body.jr-app.template-index .jr-contact,body.jr-app:has(.jr-hero) .jr-contact{width:100%!important;max-width:none!important;margin:0!important;padding:clamp(30px,4vw,54px)!important;display:grid!important;grid-template-columns:minmax(280px,.8fr) minmax(420px,1.25fr)!important;gap:clamp(32px,5vw,72px)!important;background:#050505!important;border:1px solid rgba(255,255,255,.14)!important;box-sizing:border-box!important;color:#fff!important}body.jr-app.template-index .jr-contact-form .field,body.jr-app:has(.jr-hero) .jr-contact-form .field{display:grid!important;grid-template-columns:90px minmax(0,1fr)!important;align-items:start!important;gap:0!important;margin:0!important;width:100%!important}body.jr-app.template-index .jr-contact-form label,body.jr-app:has(.jr-hero) .jr-contact-form label{position:static!important;transform:none!important;display:block!important;width:90px!important;min-width:90px!important;padding:15px 0 0!important;margin:0!important;color:#ffffff8f!important;font-size:12px!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;pointer-events:auto!important;opacity:1!important}body.jr-app.template-index .jr-contact-form input,body.jr-app.template-index .jr-contact-form textarea,body.jr-app:has(.jr-hero) .jr-contact-form input,body.jr-app:has(.jr-hero) .jr-contact-form textarea{display:block!important;width:100%!important;min-height:46px!important;padding:13px 15px!important;margin:0!important;background:#000!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:none!important;outline:none!important;border-radius:0!important;font-size:14px!important;box-sizing:border-box!important}body.jr-app.template-index .jr-contact-form textarea,body.jr-app:has(.jr-hero) .jr-contact-form textarea{min-height:118px!important;resize:vertical!important}body.jr-app.template-index .jr-contact-form button,body.jr-app:has(.jr-hero) .jr-contact-form button{width:calc(100% - 90px)!important;margin-left:90px!important;justify-content:center!important;border-color:#ce1734!important}@media(max-width:989px){body.jr-app.template-index .jr-stats__grid,body.jr-app:has(.jr-hero) .jr-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:calc(100% - 40px)!important}body.jr-app.template-index section.jr-about.jr-wrap,body.jr-app:has(.jr-hero) section.jr-about.jr-wrap,body.jr-app.template-index .jr-contact,body.jr-app:has(.jr-hero) .jr-contact{grid-template-columns:1fr!important}body.jr-app.template-index section.jr-about.jr-wrap:after,body.jr-app:has(.jr-hero) section.jr-about.jr-wrap:after{display:none!important}body.jr-app.template-index .jr-contact-form .field,body.jr-app:has(.jr-hero) .jr-contact-form .field{grid-template-columns:1fr!important;gap:7px!important}body.jr-app.template-index .jr-contact-form label,body.jr-app:has(.jr-hero) .jr-contact-form label{width:auto!important;min-width:0!important;padding:0!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-size:10px!important}body.jr-app.template-index .jr-contact-form button,body.jr-app:has(.jr-hero) .jr-contact-form button{width:100%!important;margin-left:0!important}}@media(max-width:640px){body.jr-app.template-index .jr-wrap,body.jr-app.template-index .jr-og-listings__inner,body.jr-app:has(.jr-hero) .jr-wrap,body.jr-app:has(.jr-hero) .jr-og-listings__inner{padding-left:18px!important;padding-right:18px!important}body.jr-app.template-index .jr-stats__grid,body.jr-app.template-index .jr-about__credential,body.jr-app:has(.jr-hero) .jr-stats__grid,body.jr-app:has(.jr-hero) .jr-about__credential{grid-template-columns:1fr!important;width:calc(100% - 36px)!important}body.jr-app.template-index .jr-stats__head .jr-h2,body.jr-app.template-index .jr-about__copy .jr-h2,body.jr-app.template-index .jr-h2,body.jr-app:has(.jr-hero) .jr-stats__head .jr-h2,body.jr-app:has(.jr-hero) .jr-about__copy .jr-h2,body.jr-app:has(.jr-hero) .jr-h2{font-size:clamp(38px,13vw,56px)!important}body.jr-app.template-index section.jr-about.jr-wrap,body.jr-app.template-index section#contact.jr-section.jr-wrap,body.jr-app:has(.jr-hero) section.jr-about.jr-wrap,body.jr-app:has(.jr-hero) section#contact.jr-section.jr-wrap{padding-left:18px!important;padding-right:18px!important}}body.jr-app .jr-og-listings,body.template-index .jr-og-listings,body:has(.jr-hero) .jr-og-listings{padding-bottom:clamp(76px,8vw,120px)!important;overflow:visible!important;position:relative!important;z-index:2!important}body.jr-app .jr-stats,body.template-index .jr-stats,body:has(.jr-hero) .jr-stats{clear:both!important;margin-top:0!important;padding:clamp(72px,7vw,106px) 0 clamp(70px,7vw,104px)!important;overflow:hidden!important;position:relative!important;z-index:1!important;background:radial-gradient(circle at 100% 82%,rgba(206,23,52,.14),transparent 30%),#000!important}body.jr-app .jr-stats__head,body.template-index .jr-stats__head,body:has(.jr-hero) .jr-stats__head{margin:0 auto clamp(30px,3vw,46px)!important;transform:none!important}body.jr-app .jr-stats__head .jr-h2,body.template-index .jr-stats__head .jr-h2,body:has(.jr-hero) .jr-stats__head .jr-h2{transform:none!important;line-height:.94!important;max-height:none!important;overflow:visible!important;font-size:clamp(52px,6.2vw,104px)!important;color:#fff!important;opacity:1!important;visibility:visible!important}body.jr-app .jr-stats__grid,body.template-index .jr-stats__grid,body:has(.jr-hero) .jr-stats__grid{transform:none!important;margin-top:0!important;position:relative!important;z-index:3!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse),body.template-index .jr-section--ivory:has(.jr-split--reverse),body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse){background:#000!important;color:#fff!important;padding-top:clamp(78px,8vw,124px)!important;padding-bottom:clamp(78px,8vw,124px)!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-wrap,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-wrap,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-wrap{background:#000!important;color:#fff!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-h2,body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-eyebrow,body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-body,body.jr-app .jr-section--ivory:has(.jr-split--reverse) p,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-h2,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-eyebrow,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-body,body.template-index .jr-section--ivory:has(.jr-split--reverse) p,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-h2,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-eyebrow,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-body,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) p{color:#fff!important;opacity:1!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-body,body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-body,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-body,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li{color:#ffffffd1!important;font-weight:500!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-split__list,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-split__list,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-split__list{list-style:none!important;padding-left:0!important;margin:28px 0 34px!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li{display:block!important;padding:17px 0!important;border-bottom:1px solid rgba(255,255,255,.14)!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li:before,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li:before,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-split__list li:before{display:none!important;content:none!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-btn--outline,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-btn--outline,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-btn--outline{color:#fff!important;border-color:#ce1734!important;background:transparent!important}body.jr-app .jr-section--ivory:has(.jr-split--reverse) .jr-btn--outline:hover,body.template-index .jr-section--ivory:has(.jr-split--reverse) .jr-btn--outline:hover,body:has(.jr-hero) .jr-section--ivory:has(.jr-split--reverse) .jr-btn--outline:hover{background:#ce1734!important;color:#fff!important}body.template-index .jr-stats,body.jr-app.template-index .jr-stats,body:has(.jr-hero) .jr-stats{display:block!important;width:100%!important;max-width:none!important;min-height:auto!important;height:auto!important;margin:0!important;padding:clamp(72px,7vw,108px) 0 clamp(76px,7vw,112px)!important;background:radial-gradient(circle at 92% 62%,rgba(206,23,52,.13),transparent 30%),#030303!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;overflow:hidden!important;position:relative!important;isolation:isolate!important;transform:none!important;filter:none!important;opacity:1!important}body.template-index .jr-stats:before,body.template-index .jr-stats:after,body.jr-app.template-index .jr-stats:before,body.jr-app.template-index .jr-stats:after,body:has(.jr-hero) .jr-stats:before,body:has(.jr-hero) .jr-stats:after{display:none!important;content:none!important}body.template-index .jr-stats__head,body.jr-app.template-index .jr-stats__head,body:has(.jr-hero) .jr-stats__head,html.js-jr-scroll-motion body.template-index .jr-stats__head,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats__head,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats__head{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;width:100%!important;max-width:1320px!important;margin:0 auto clamp(36px,4vw,58px)!important;padding:0 clamp(26px,4vw,70px)!important;text-align:center!important;z-index:3!important;opacity:1!important;visibility:visible!important;filter:none!important}body.template-index .jr-stats__head .jr-eyebrow,body.jr-app.template-index .jr-stats__head .jr-eyebrow,body:has(.jr-hero) .jr-stats__head .jr-eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;margin:0 0 clamp(18px,2vw,26px)!important;color:#fff!important;opacity:1!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;transform:none!important}body.template-index .jr-stats__head .jr-eyebrow:after,body.jr-app.template-index .jr-stats__head .jr-eyebrow:after,body:has(.jr-hero) .jr-stats__head .jr-eyebrow:after{content:""!important;display:inline-block!important;width:42px!important;height:2px!important;margin-left:16px!important;background:#ce1734!important;position:static!important;transform:none!important}body.template-index .jr-stats__head .jr-h2,body.jr-app.template-index .jr-stats__head .jr-h2,body:has(.jr-hero) .jr-stats__head .jr-h2,html.js-jr-scroll-motion body.template-index .jr-stats__head .jr-h2,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats__head .jr-h2,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats__head .jr-h2{display:block!important;position:relative!important;z-index:3!important;width:100%!important;max-width:980px!important;margin:0 auto!important;padding:0!important;color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(50px,5.9vw,92px)!important;font-weight:300!important;line-height:.9!important;letter-spacing:.08em!important;text-align:center!important;text-transform:uppercase!important;white-space:normal!important;overflow:visible!important;transform:none!important;opacity:1!important;filter:none!important}body.template-index .jr-stats__grid,body.jr-app.template-index .jr-stats__grid,body:has(.jr-hero) .jr-stats__grid{position:relative!important;z-index:2!important;width:min(1240px,calc(100% - clamp(42px,7vw,128px)))!important;max-width:1240px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff29!important;box-shadow:none!important;transform:none!important;opacity:1!important;filter:none!important}body.template-index .jr-stats .jr-stat,body.jr-app.template-index .jr-stats .jr-stat,body:has(.jr-hero) .jr-stats .jr-stat,html.js-jr-scroll-motion body.template-index .jr-stats .jr-stat,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats .jr-stat,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats .jr-stat{min-height:150px!important;height:auto!important;margin:0!important;padding:32px clamp(22px,2.2vw,40px)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;background:#050505!important;color:#fff!important;border:0!important;box-shadow:none!important;position:relative!important;overflow:hidden!important;transform:none!important;opacity:1!important;filter:none!important}body.template-index .jr-stats .jr-stat strong,body.jr-app.template-index .jr-stats .jr-stat strong,body:has(.jr-hero) .jr-stats .jr-stat strong{display:block!important;color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:clamp(42px,5vw,76px)!important;line-height:.9!important;letter-spacing:.015em!important;font-weight:600!important;text-align:left!important;margin:0!important;padding:0!important;transform:none!important}body.template-index .jr-stats .jr-stat span,body.jr-app.template-index .jr-stats .jr-stat span,body:has(.jr-hero) .jr-stats .jr-stat span{display:block!important;margin:14px 0 0!important;padding:0!important;color:#ffffffa8!important;font-family:Arial Narrow,Helvetica Neue Condensed,Helvetica Neue,Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;letter-spacing:.22em!important;line-height:1.2!important;text-transform:uppercase!important;text-align:left!important}@media(hover:hover)and (pointer:fine){body.template-index .jr-stats .jr-stat:hover,body.jr-app.template-index .jr-stats .jr-stat:hover,body:has(.jr-hero) .jr-stats .jr-stat:hover{transform:translateY(-4px)!important;background:#090909!important}}@media(max-width:989px){body.template-index .jr-stats__grid,body.jr-app.template-index .jr-stats__grid,body:has(.jr-hero) .jr-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){body.template-index .jr-stats,body.jr-app.template-index .jr-stats,body:has(.jr-hero) .jr-stats{padding:54px 0 62px!important}body.template-index .jr-stats__grid,body.jr-app.template-index .jr-stats__grid,body:has(.jr-hero) .jr-stats__grid{grid-template-columns:1fr!important;width:calc(100% - 34px)!important}body.template-index .jr-stats .jr-stat,body.jr-app.template-index .jr-stats .jr-stat,body:has(.jr-hero) .jr-stats .jr-stat{min-height:122px!important;align-items:center!important;text-align:center!important}body.template-index .jr-stats .jr-stat strong,body.template-index .jr-stats .jr-stat span,body.jr-app.template-index .jr-stats .jr-stat strong,body.jr-app.template-index .jr-stats .jr-stat span,body:has(.jr-hero) .jr-stats .jr-stat strong,body:has(.jr-hero) .jr-stats .jr-stat span{text-align:center!important}}.jr-concierge__before{border-right:2px solid var(--jr-red)!important}.jr-concierge__handle{background:var(--jr-red)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 10px 28px #ce173447!important}.jr-concierge__handle svg,.jr-concierge__handle path{stroke:#fff!important;fill:none!important}.jr-concierge__slider button,.jr-concierge__slider [class*=handle],.jr-concierge__slider [class*=Handle]{background-color:var(--jr-red)!important;color:#fff!important;border-color:#ffffff38!important}.jr-concierge__slider [style*=background],.jr-concierge__slider [style*=gold],.jr-concierge__slider [style*=bfa06a],.jr-concierge__slider [style*=d9c294]{background:var(--jr-red)!important;color:#fff!important}.jr-concierge__slider [style*=border-color],.jr-concierge__slider [style*=border-right]{border-color:var(--jr-red)!important}body.template-index .jr-hero,body.jr-app .jr-hero,body:has(.jr-hero) .jr-hero{margin-top:0!important;min-height:100vh!important;height:100vh!important}body.template-index .jr-hero__veil,body.jr-app .jr-hero__veil,body:has(.jr-hero) .jr-hero__veil{background:linear-gradient(90deg,#00000080,#0000002e 42% 100%),linear-gradient(180deg,#00000057,#0000000a 45%,#0000008a)!important}:root{--jr-red:#d5122f;--jr-og-white:#ffffff;--jr-og-black:#030303}body .jr-app,body .jr-app .shopify-section:first-child{background:#000}body .jr-hero--ogroup,body .jr-hero{height:100vh!important;min-height:720px!important;margin-top:0!important;background:#000!important}body .jr-hero__media{transform:none!important;filter:saturate(.72) contrast(1.08) brightness(.82)!important}body .jr-hero__media img,body .jr-hero__media video{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.04)!important}body .jr-hero.is-loaded .jr-hero__media img,body .jr-hero.is-loaded .jr-hero__media video{transform:scale(1.04)!important}body .jr-hero__veil{background:linear-gradient(90deg,#08121d8a,#122a4261 40%,#0000001f 66%,#0000005c),linear-gradient(180deg,#0000002e,#00000008 45%,#00000047)!important;z-index:2!important}body .jr-hero:before,body .jr-hero:after{display:none!important}body .jr-hero__content--minimal{display:none!important}body .jr-hero__areas--ogroup{position:absolute!important;right:36px!important;bottom:66px!important;left:auto!important;top:auto!important;width:min(390px,42vw)!important;z-index:5!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:flex-end!important;gap:0!important;text-align:right!important;opacity:1!important;transform:none!important;filter:none!important}body .jr-hero__areas-label{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:16px!important;width:100%!important;margin:0 0 14px!important;color:#ffffffb8!important;font-family:Arial Narrow,Helvetica Neue Condensed,Roboto Condensed,Arial,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important}body .jr-hero__areas-label:before{content:"";display:block;flex:1 1 auto;height:1px;background:#ffffff61;min-width:120px}body .jr-hero__areas-label:after{content:"";width:58px;height:2px;background:var(--jr-red);order:-1;margin-right:0}body .jr-hero__areas--ogroup a{display:block!important;padding:0!important;margin:0!important;border:0!important;color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Roboto Condensed,Arial,sans-serif!important;font-size:clamp(34px,3.1vw,54px)!important;line-height:.94!important;font-weight:600!important;letter-spacing:.095em!important;text-transform:uppercase!important;text-shadow:0 6px 26px rgba(0,0,0,.38)!important;transition:color .25s ease,transform .25s ease!important}body .jr-hero__areas--ogroup a:hover{color:#fff!important;transform:translate(-6px)!important}body .jr-hero__social{position:absolute;left:15px;top:50%;transform:translateY(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:17px}body .jr-hero__social a{color:#fff!important;font-family:Arial,sans-serif!important;font-size:13px!important;line-height:1!important;font-weight:600!important;opacity:.88!important;text-decoration:none!important;text-shadow:0 2px 12px rgba(0,0,0,.55)!important;transition:opacity .25s ease,transform .25s ease,color .25s ease!important}body .jr-hero__social a:hover{opacity:1!important;color:var(--jr-red)!important;transform:translate(3px)!important}body .jr-hero__scroll{left:24px!important;bottom:24px!important;transform:none!important;align-items:flex-start!important;gap:9px!important;z-index:5!important;color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;letter-spacing:.22em!important}body .jr-hero__scroll-line{height:36px!important;background:#ffffffbf!important}body .jr-btn--gold,body .jr-btn{background:var(--jr-red)!important;border-color:var(--jr-red)!important;color:#fff!important}body .jr-eyebrow,body .jr-eyebrow--on-dark,body .jr-section--dark .jr-eyebrow{color:#fff!important}body .jr-eyebrow:before,body .jr-divider,body .jr-link,body .jr-link:hover{border-color:var(--jr-red)!important}body .jr-eyebrow:before,body .jr-divider{background:var(--jr-red)!important}@media(max-width:749px){body .jr-hero{min-height:680px!important;height:100svh!important}body .jr-hero__social{display:none!important}body .jr-hero__areas--ogroup{right:20px!important;bottom:72px!important;width:calc(100% - 40px)!important}body .jr-hero__areas--ogroup a{font-size:34px!important;line-height:.98!important}body .jr-hero__areas-label{font-size:11px!important;letter-spacing:.28em!important}}body.template-index .jr-hero,body:has(.jr-hero) .jr-hero{height:100vh!important;min-height:720px!important;margin:0!important;padding:0!important;background:#000!important}body.template-index .jr-hero__media,body:has(.jr-hero) .jr-hero__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;transform:none!important;filter:none!important;background:#000!important}body.template-index .jr-hero__media img,body.template-index .jr-hero__media video,body:has(.jr-hero) .jr-hero__media img,body:has(.jr-hero) .jr-hero__media video{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.045)!important;filter:saturate(.7) contrast(1.06) brightness(.72) sepia(.02)!important}body.template-index .jr-hero.is-loaded .jr-hero__media img,body.template-index .jr-hero.is-loaded .jr-hero__media video,body:has(.jr-hero) .jr-hero.is-loaded .jr-hero__media img,body:has(.jr-hero) .jr-hero.is-loaded .jr-hero__media video{animation:none!important;transform:scale(1.045)!important}body.template-index .jr-hero__veil,body:has(.jr-hero) .jr-hero__veil{z-index:2!important;background:linear-gradient(90deg,#06101c80,#122f4e57 38%,#37567833 64%,#0000005c),linear-gradient(180deg,#00000024,#ffffff0f 52%,#0003)!important}body.template-index .jr-hero__content,body:has(.jr-hero) .jr-hero__content{display:none!important}body.template-index .jr-hero__social,body:has(.jr-hero) .jr-hero__social{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;z-index:6!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:17px!important}body.template-index .jr-hero__social a,body:has(.jr-hero) .jr-hero__social a{color:#fff!important;font-size:12px!important;font-weight:600!important;line-height:1!important;opacity:.9!important;text-decoration:none!important;text-shadow:0 2px 14px rgba(0,0,0,.55)!important}body.template-index .jr-hero__areas--ogroup,body:has(.jr-hero) .jr-hero__areas--ogroup{position:absolute!important;right:42px!important;bottom:58px!important;left:auto!important;top:auto!important;width:520px!important;max-width:calc(100vw - 90px)!important;z-index:6!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:flex-end!important;text-align:right!important;gap:0!important;opacity:1!important;transform:none!important;filter:none!important}body.template-index .jr-hero__areas-label,body:has(.jr-hero) .jr-hero__areas-label{width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;margin:0 0 15px!important;color:#ffffffbf!important;font-family:Arial Narrow,Helvetica Neue Condensed,Roboto Condensed,Arial,sans-serif!important;font-size:13px!important;line-height:1!important;font-weight:500!important;letter-spacing:.2em!important;text-transform:uppercase!important;white-space:nowrap!important}body.template-index .jr-hero__areas-label:before,body:has(.jr-hero) .jr-hero__areas-label:before{content:""!important;display:block!important;flex:1 1 auto!important;min-width:150px!important;height:1px!important;background:#ffffff5c!important}body.template-index .jr-hero__areas-label:after,body:has(.jr-hero) .jr-hero__areas-label:after{content:""!important;order:-1!important;display:block!important;width:60px!important;height:2px!important;background:#d7192f!important}body.template-index .jr-hero__areas--ogroup a,body:has(.jr-hero) .jr-hero__areas--ogroup a{display:block!important;max-width:none!important;padding:0!important;margin:0!important;border:0!important;color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Roboto Condensed,Arial,sans-serif!important;font-size:clamp(36px,3vw,50px)!important;line-height:.98!important;font-weight:600!important;letter-spacing:.095em!important;text-transform:uppercase!important;text-shadow:0 6px 24px rgba(0,0,0,.38)!important;white-space:nowrap!important}body.template-index .jr-hero__scroll,body:has(.jr-hero) .jr-hero__scroll{position:absolute!important;left:24px!important;bottom:23px!important;transform:none!important;z-index:6!important;align-items:flex-start!important;color:#fff!important;font-family:Arial Narrow,Helvetica Neue Condensed,Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;letter-spacing:.22em!important}body.template-index .jr-hero__scroll-line,body:has(.jr-hero) .jr-hero__scroll-line{height:38px!important;background:#ffffffad!important}@media(max-width:749px){body.template-index .jr-hero,body:has(.jr-hero) .jr-hero{height:100svh!important;min-height:680px!important}body.template-index .jr-hero__social,body:has(.jr-hero) .jr-hero__social{display:none!important}body.template-index .jr-hero__areas--ogroup,body:has(.jr-hero) .jr-hero__areas--ogroup{right:20px!important;bottom:70px!important;width:calc(100vw - 40px)!important;max-width:none!important}body.template-index .jr-hero__areas--ogroup a,body:has(.jr-hero) .jr-hero__areas--ogroup a{font-size:34px!important;line-height:1!important;letter-spacing:.075em!important}body.template-index .jr-hero__areas-label,body:has(.jr-hero) .jr-hero__areas-label{font-size:11px!important;letter-spacing:.28em!important}}:root{--jr-og-font:"Oswald","Arial Narrow","Helvetica Neue Condensed","Roboto Condensed","Helvetica Neue",Arial,sans-serif!important;--jr-condensed:var(--jr-og-font)!important;--jr-body:var(--jr-og-font)!important;--jr-serif:var(--jr-og-font)!important;--jr-sans:var(--jr-og-font)!important}html,body,button,input,select,textarea,.shopify-section,.page-width,.header,.footer,.menu-drawer,.mega-menu,.predictive-search,.cart-drawer,.jr-app,.jr-app *:not(svg):not(path):not(use),body.template-index *:not(svg):not(path):not(use){font-family:var(--jr-og-font)!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricPrecision!important}p,li,.rte,.jr-body,.jr-app p,.jr-app li,.jr-about__copy,.jr-service-card p,.jr-contact p,.jr-footer p,.jr-contact-form label,.jr-contact-form input,.jr-contact-form textarea{font-family:var(--jr-og-font)!important;font-weight:300!important;letter-spacing:.025em!important}.jr-eyebrow,.jr-og-listings__eyebrow,.jr-hero__eyebrow,.jr-hero__areas-label,.jr-stat span,.jr-og-property__address,.jr-contact-label,.jr-footer__title,small,.caption,.badge{font-family:var(--jr-og-font)!important;font-weight:600!important;letter-spacing:.26em!important;text-transform:uppercase!important}.jr-og-property__price,.jr-listing-card__price,.price,.price *{font-family:var(--jr-og-font)!important;font-weight:600!important;letter-spacing:.035em!important}:root{--jr-og-font:"Oswald","Arial Narrow","Helvetica Neue Condensed","Helvetica Neue",Arial,sans-serif!important;--jr-red:#cf1235!important;--jr-white:#ffffff!important;--jr-black:#030303!important;--jr-charcoal:#030303!important;--jr-gold:#cf1235!important;--jr-gold-lt:#ffffff!important;--jr-line-on-dark:rgba(255,255,255,.18)!important;--jr-serif:var(--jr-og-font)!important;--jr-sans:var(--jr-og-font)!important;--jr-ease:cubic-bezier(.19,1,.22,1)!important}html,body{background:#030303!important;color:#fff!important;font-family:var(--jr-og-font)!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricPrecision!important}body,button,input,select,textarea,a,p,li,span,div,h1,h2,h3,h4,h5,h6,.jr-app,.jr-app *:not(svg):not(path){font-family:var(--jr-og-font)!important}h1,h2,h3,h4,h5,h6,.jr-h1,.jr-h2,.jr-h3,.jr-hero__title,.jr-section-head h2,.jr-section-head h3,.jr-og-listings__title,.jr-contact__heading{font-weight:300!important;letter-spacing:.095em!important;text-transform:uppercase!important;line-height:.96!important;color:#fff!important}p,.jr-body,.jr-app p,.jr-app li,.rte{font-weight:300!important;letter-spacing:.02em!important;line-height:1.65!important;color:#ffffffc7!important}.jr-eyebrow,.jr-hero__eyebrow,.jr-hero__areas-label,.jr-og-listings__eyebrow,.jr-stat span,.jr-og-property__address,.jr-contact-label,.jr-footer__title,.caption,.badge,small{font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;font-size:11px!important;line-height:1.2!important;color:#fff!important}.jr-eyebrow:before,.jr-eyebrow:after,.jr-hero__areas-label:after,.jr-og-listings__eyebrow:after{background:var(--jr-red)!important}.jr-hero,body.template-index .jr-hero,body:has(.jr-hero) .jr-hero{height:100vh!important;min-height:720px!important;background:#030303!important;margin-top:0!important;overflow:hidden!important}.jr-hero__media,body.template-index .jr-hero__media,body:has(.jr-hero) .jr-hero__media{right:0!important;bottom:0!important;left:0!important;top:0!important}.jr-hero__media img,.jr-hero__media video{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;filter:saturate(.82) contrast(1.08) brightness(.88)!important}.jr-hero__veil,body.template-index .jr-hero__veil,body:has(.jr-hero) .jr-hero__veil{background:linear-gradient(90deg,#08101938,#2854762e 42%,#5082a524 68%,#00000057),linear-gradient(180deg,#0303031f,#0303030d 46%,#0303035c)!important;opacity:1!important}.jr-hero__content{display:none!important}.jr-hero__areas--ogroup,body.template-index .jr-hero__areas--ogroup,body:has(.jr-hero) .jr-hero__areas--ogroup{right:42px!important;bottom:62px!important;width:520px!important;max-width:42vw!important;align-items:flex-end!important;text-align:right!important;z-index:7!important;gap:0!important}.jr-hero__areas-label,body.template-index .jr-hero__areas-label,body:has(.jr-hero) .jr-hero__areas-label{margin:0 0 14px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;color:#ffffffc7!important;font-size:12px!important;font-weight:300!important;letter-spacing:.22em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important}.jr-hero__areas-label:before{content:""!important;display:block!important;flex:1 1 auto!important;min-width:150px!important;height:1px!important;background:#ffffff75!important}.jr-hero__areas-label:after{content:""!important;order:-1!important;display:block!important;width:62px!important;height:2px!important;background:var(--jr-red)!important}.jr-hero__areas--ogroup a,body.template-index .jr-hero__areas--ogroup a,body:has(.jr-hero) .jr-hero__areas--ogroup a{display:block!important;width:auto!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:#fff!important;font-family:var(--jr-og-font)!important;font-size:46px!important;font-weight:500!important;line-height:.98!important;letter-spacing:.085em!important;text-transform:uppercase!important;text-shadow:0 8px 26px rgba(0,0,0,.32)!important;white-space:nowrap!important}.jr-hero__social,body.template-index .jr-hero__social,body:has(.jr-hero) .jr-hero__social{left:17px!important;top:50%!important;transform:translateY(-50%)!important;gap:16px!important;z-index:7!important}.jr-hero__social a{font-size:11px!important;font-weight:600!important;color:#ffffffeb!important;text-shadow:none!important;opacity:1!important}.jr-hero__scroll,body.template-index .jr-hero__scroll,body:has(.jr-hero) .jr-hero__scroll{left:24px!important;bottom:21px!important;z-index:7!important;font-size:10px!important;font-weight:500!important;letter-spacing:.22em!important;color:#fff!important;text-transform:uppercase!important}.jr-hero__scroll-line{height:37px!important;background:#ffffffb8!important}.jr-section,.jr-section--ivory,.jr-section--dark{background:#030303!important;color:#fff!important}.jr-h2{font-size:clamp(46px,6.8vw,112px)!important;font-weight:300!important;letter-spacing:.09em!important;line-height:.92!important}.jr-h3{font-size:clamp(28px,3.1vw,52px)!important;font-weight:400!important;letter-spacing:.075em!important;line-height:1!important}.jr-stat strong{font-size:clamp(58px,5.2vw,92px)!important;font-weight:600!important;letter-spacing:.045em!important;color:#fff!important}.jr-og-property__price,.jr-listing-card__price,.price,.price *{font-size:clamp(24px,1.8vw,34px)!important;font-weight:600!important;letter-spacing:.04em!important;color:#fff!important}@media(max-width:1200px){.jr-hero__areas--ogroup a{font-size:40px!important}}@media(max-width:749px){.jr-hero,body.template-index .jr-hero,body:has(.jr-hero) .jr-hero{min-height:680px!important;height:100svh!important}.jr-hero__areas--ogroup,body.template-index .jr-hero__areas--ogroup,body:has(.jr-hero) .jr-hero__areas--ogroup{right:20px!important;bottom:66px!important;width:calc(100vw - 40px)!important;max-width:none!important}.jr-hero__areas--ogroup a{font-size:32px!important;letter-spacing:.075em!important}.jr-hero__areas-label{font-size:10px!important;letter-spacing:.28em!important}.jr-hero__social{display:none!important}}body.template-index .jr-hero,body:has(.jr-hero) .jr-hero{margin-top:0!important;padding-top:0!important}body.template-index .jr-hero__social,body:has(.jr-hero) .jr-hero__social,.jr-hero__social{left:23px!important;top:50%!important;transform:translateY(-50%)!important;z-index:30!important;gap:18px!important;width:24px!important;align-items:center!important}body.template-index .jr-hero__social a,body:has(.jr-hero) .jr-hero__social a,.jr-hero__social a{width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;opacity:.96!important;text-decoration:none!important;font-size:16px!important;font-weight:600!important;line-height:1!important;text-shadow:0 2px 14px rgba(0,0,0,.55)!important;transform:translateZ(0)!important;transition:opacity .28s ease,color .28s ease,transform .28s cubic-bezier(.22,1,.36,1)!important}body.template-index .jr-hero__social a svg,body:has(.jr-hero) .jr-hero__social a svg,.jr-hero__social a svg{display:block!important;width:17px!important;height:17px!important;fill:currentColor!important;stroke:currentColor!important;stroke-width:0!important;overflow:visible!important}body.template-index .jr-hero__social a:hover,body:has(.jr-hero) .jr-hero__social a:hover,.jr-hero__social a:hover{color:#d7192f!important;opacity:1!important;transform:translate3d(6px,0,0)!important}body.template-index .jr-hero__social a:focus-visible,body:has(.jr-hero) .jr-hero__social a:focus-visible,.jr-hero__social a:focus-visible{outline:1px solid #d7192f!important;outline-offset:4px!important}@media(max-width:989px){body.template-index .jr-hero__social,body:has(.jr-hero) .jr-hero__social,.jr-hero__social{display:none!important}}body .jr-submenu-toggle span{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;flex:0 0 18px!important;color:#fff!important;font-size:18px!important;font-weight:300!important;line-height:1!important;opacity:.75!important;transform:rotate(0)!important;transition:transform .26s var(--jr-ease),color .26s ease,opacity .26s ease!important}body .jr-submenu-toggle.is-open span{transform:rotate(90deg)!important;color:#d5122f!important;opacity:1!important}body .jr-submenu-panel{display:none!important;margin:0!important;padding:4px 0 8px!important;background:#ffffff09!important;border-top:1px solid rgba(255,255,255,.06)!important;border-bottom:1px solid rgba(255,255,255,.06)!important}body .jr-submenu-panel.is-open{display:block!important;animation:jrSubDrop .25s var(--jr-ease) both}@keyframes jrSubDrop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}body .jr-submenu-panel a{display:block!important;min-height:36px!important;padding:10px 24px 10px 38px!important;color:#ffffffbd!important;font-family:var(--jr-condensed,"Arial Narrow",Arial,sans-serif)!important;font-size:9.5px!important;font-weight:600!important;letter-spacing:.16em!important;text-transform:uppercase!important;line-height:1.25!important;background:transparent!important;transition:color .22s ease,background .22s ease,padding-left .22s ease!important}body .jr-submenu-panel a:hover{color:#fff!important;background:#d5122f21!important;padding-left:46px!important}body .jr-submenu-toggle--inner{min-height:42px!important;padding-left:38px!important;color:#ffffffdb!important;background:#0000002e!important;font-size:9.5px!important}body .jr-submenu-toggle--inner:hover,body .jr-submenu-toggle--inner.is-open{padding-left:44px!important}body .jr-submenu-panel--inner{max-height:285px!important;overflow-y:auto!important;background:#00000038!important}body .jr-submenu-panel--inner a{padding-left:54px!important;font-size:9px!important;letter-spacing:.14em!important}body .jr-submenu-panel--inner a:hover{padding-left:62px!important}.jr-footer{display:none!important}.jr-og-footer{--jr-footer-red:#d11232;--jr-footer-white:#fff;--jr-footer-muted:rgba(255,255,255,.72);--jr-footer-line:rgba(255,255,255,.22);position:relative!important;min-height:100vh!important;overflow:hidden!important;isolation:isolate!important;background:#000!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.12)!important}.jr-og-footer,.jr-og-footer *{box-sizing:border-box!important}.jr-og-footer__media-wrap{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-3!important;overflow:hidden!important}.jr-og-footer__media{position:absolute!important;top:-3%!important;right:-3%!important;bottom:-3%!important;left:-3%!important;background-size:cover!important;background-position:center!important;filter:saturate(.84) contrast(1.05) brightness(.72)!important;transform:scale(1.04)!important}.jr-og-footer__media--fallback{background:linear-gradient(90deg,#000000b3,#00000061,#000000c7),radial-gradient(circle at 74% 18%,rgba(209,18,50,.28),transparent 29%),radial-gradient(circle at 18% 84%,rgba(255,255,255,.08),transparent 38%),linear-gradient(135deg,#050505,#141414 40%,#030303)!important}.jr-og-footer__vignette{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;background:linear-gradient(180deg,#000000eb,#0000009e 27%,#000000c2 70%,#000000f7),linear-gradient(90deg,#000000b8,#0000003d,#000000b8)!important}.jr-og-footer__grain{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;opacity:.12!important;mix-blend-mode:screen!important;background-image:radial-gradient(rgba(255,255,255,.38) .55px,transparent .55px)!important;background-size:4px 4px!important}.jr-og-footer__inner{position:relative!important;z-index:1!important;min-height:100vh!important;width:min(1500px,calc(100% - clamp(44px,7vw,132px)))!important;margin:0 auto!important;padding:clamp(68px,8vw,118px) 0 clamp(22px,3vw,38px)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.jr-og-footer__logo-link{display:inline-flex!important;justify-content:center!important;align-items:center!important;width:auto!important;margin:0 auto clamp(20px,2.5vw,34px)!important;text-decoration:none!important}.jr-og-footer__logo{display:block!important;width:clamp(260px,22vw,415px)!important;height:auto!important;filter:drop-shadow(0 12px 32px rgba(0,0,0,.75))!important}.jr-og-footer__marquee{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;overflow:hidden!important;border-top:1px solid rgba(255,255,255,.12)!important;border-bottom:1px solid rgba(255,255,255,.12)!important;background:#0000003d!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;margin-bottom:clamp(22px,3vw,40px)!important}.jr-og-footer__marquee-track{display:flex!important;width:max-content!important;align-items:center!important;gap:18px!important;white-space:nowrap!important;animation:jrFooterMarquee 34s linear infinite!important;padding:12px 0!important;will-change:transform!important}.jr-og-footer__marquee span,.jr-og-footer__marquee em{display:inline-block!important;text-transform:uppercase!important;letter-spacing:.22em!important;font-size:10px!important;line-height:1!important;font-weight:600!important;color:#ffffffad!important;font-style:normal!important}.jr-og-footer__marquee em{color:var(--jr-footer-red)!important;letter-spacing:0!important;font-size:12px!important}@keyframes jrFooterMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.jr-og-footer__laurels{width:min(1040px,100%)!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:clamp(8px,1.4vw,20px)!important;margin:0 auto clamp(20px,2.6vw,34px)!important;text-align:center!important}.jr-og-footer__laurel{position:relative!important;min-height:82px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;opacity:.94!important}.jr-og-footer__laurel:before,.jr-og-footer__laurel:after{content:"{"!important;position:absolute!important;top:50%!important;transform:translateY(-50%) scaleY(1.62)!important;font-family:Georgia,serif!important;font-size:56px!important;line-height:1!important;font-weight:300!important;color:#ffffff8c!important}.jr-og-footer__laurel:before{left:0!important}.jr-og-footer__laurel:after{content:"}"!important;right:0!important}.jr-og-footer__laurel span,.jr-og-footer__laurel strong{display:block!important;text-transform:uppercase!important;letter-spacing:.24em!important;font-size:8px!important;line-height:1.35!important;font-weight:600!important;color:#ffffffb8!important}.jr-og-footer__laurel strong{color:#fff!important;letter-spacing:.18em!important}.jr-og-footer__mainnav{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(16px,2.25vw,38px)!important;width:min(790px,100%)!important;border-top:1px solid rgba(255,255,255,.28)!important;border-bottom:1px solid rgba(255,255,255,.28)!important;padding:14px 0 13px!important;margin:0 auto clamp(28px,3.5vw,48px)!important}.jr-og-footer__mainnav a{position:relative!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.24em!important;font-size:10px!important;line-height:1!important;font-weight:600!important;color:#ffffffc7!important;padding:7px 0!important;transition:color .22s ease,transform .22s ease!important}.jr-og-footer__mainnav a:after{content:""!important;position:absolute!important;left:50%!important;bottom:-15px!important;width:0!important;height:2px!important;background:var(--jr-footer-red)!important;transform:translate(-50%)!important;transition:width .22s ease!important}.jr-og-footer__mainnav a:hover{color:#fff!important;transform:translateY(-1px)!important}.jr-og-footer__mainnav a:hover:after{width:34px!important}.jr-og-footer__statements{width:min(900px,100%)!important;text-align:center!important;margin:0 auto clamp(26px,3.5vw,48px)!important}.jr-og-footer__statements p{margin:0 auto 16px!important;max-width:850px!important;color:#ffffffc4!important;font-size:clamp(12px,.95vw,15px)!important;line-height:1.9!important;font-weight:400!important;letter-spacing:.015em!important}.jr-og-footer__contact-row{width:min(900px,100%)!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:end!important;gap:clamp(30px,6vw,110px)!important;margin:0 auto clamp(28px,3.6vw,54px)!important}.jr-og-footer__contact-list{display:grid!important;gap:9px!important;justify-items:start!important}.jr-og-footer__contact-list a{display:grid!important;grid-template-columns:86px 1fr!important;gap:12px!important;align-items:baseline!important;text-decoration:none!important;color:#fff!important}.jr-og-footer__contact-list span{text-transform:uppercase!important;letter-spacing:.24em!important;font-size:8px!important;line-height:1!important;font-weight:600!important;color:var(--jr-footer-red)!important}.jr-og-footer__contact-list strong{font-size:13px!important;line-height:1.25!important;letter-spacing:.055em!important;font-weight:600!important;color:#fff!important}.jr-og-footer__contact-list a:hover strong{color:var(--jr-footer-red)!important}.jr-og-footer__signature{text-align:right!important;min-width:min(420px,42vw)!important}.jr-og-footer__signature span{display:block!important;text-transform:uppercase!important;letter-spacing:.28em!important;font-size:8px!important;line-height:1!important;font-weight:600!important;color:#ffffff7a!important;margin-bottom:9px!important}.jr-og-footer__signature strong{display:block!important;text-transform:uppercase!important;color:#fff!important;font-family:var(--jr-serif,Georgia,serif)!important;font-size:clamp(35px,4.3vw,76px)!important;line-height:.86!important;letter-spacing:.08em!important;font-weight:400!important;text-shadow:0 14px 34px rgba(0,0,0,.72)!important;white-space:nowrap!important}.jr-og-footer__quickbar{width:100%!important;margin-top:auto!important;display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:1px!important;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff1c!important;-webkit-backdrop-filter:blur(9px)!important;backdrop-filter:blur(9px)!important}.jr-og-footer__quickbar a{min-height:76px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;text-align:center!important;text-decoration:none!important;color:#fff!important;background:#121212c2!important;transition:background .22s ease,transform .22s ease!important}.jr-og-footer__quickbar a:hover{background:linear-gradient(90deg,#d11232a6,#d1123247)!important;transform:translateY(-2px)!important}.jr-og-footer__quickbar span,.jr-og-footer__quickbar strong{display:block!important;text-transform:uppercase!important;letter-spacing:.22em!important;line-height:1.2!important}.jr-og-footer__quickbar span{font-size:8px!important;color:#ffffff8c!important;font-weight:600!important}.jr-og-footer__quickbar strong{font-size:10px!important;color:#fff!important;font-weight:600!important}.jr-og-footer__fineprint{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;padding-top:15px!important;color:#ffffff70!important;font-size:9px!important;line-height:1.55!important;letter-spacing:.045em!important}.jr-og-footer__fineprint p{margin:0!important;color:#ffffff70!important}.jr-og-footer__backtop{position:absolute!important;right:20px!important;bottom:20px!important;z-index:3!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;color:#fff!important;background:#00000075!important;border:1px solid rgba(255,255,255,.32)!important;font-size:17px!important;line-height:1!important;transition:background .22s ease,border-color .22s ease!important}.jr-og-footer__backtop:hover{background:var(--jr-footer-red)!important;border-color:var(--jr-footer-red)!important}@media(prefers-reduced-motion:reduce){.jr-og-footer__marquee-track{animation:none!important}}@media(max-width:1100px){.jr-og-footer__laurels,.jr-og-footer__quickbar{grid-template-columns:repeat(3,1fr)!important}.jr-og-footer__contact-row{grid-template-columns:1fr!important}.jr-og-footer__signature{text-align:left!important;min-width:0!important}.jr-og-footer__signature strong{white-space:normal!important}}@media(max-width:760px){.jr-og-footer{min-height:auto!important}.jr-og-footer__inner{width:calc(100% - 34px)!important;min-height:auto!important;padding:64px 0 26px!important}.jr-og-footer__logo{width:min(320px,88vw)!important}.jr-og-footer__marquee span,.jr-og-footer__marquee em{font-size:9px!important;letter-spacing:.24em!important}.jr-og-footer__laurels{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.jr-og-footer__laurel{min-height:74px!important}.jr-og-footer__laurel:before,.jr-og-footer__laurel:after{font-size:42px!important}.jr-og-footer__mainnav{flex-wrap:wrap!important;gap:12px 20px!important;width:100%!important}.jr-og-footer__mainnav a{font-size:9px!important;letter-spacing:.18em!important}.jr-og-footer__statements{text-align:left!important}.jr-og-footer__contact-list a{grid-template-columns:1fr!important;gap:5px!important}.jr-og-footer__quickbar{grid-template-columns:repeat(2,1fr)!important}.jr-og-footer__quickbar a{min-height:70px!important}.jr-og-footer__fineprint{display:block!important;padding-right:48px!important}.jr-og-footer__fineprint p+p{margin-top:8px!important}}.jr-og-footer.jr-og-footer--reference{--jr-footer-red:#d7192f;--jr-footer-white:#fff;--jr-footer-soft:rgba(255,255,255,.78);position:relative!important;isolation:isolate!important;width:100%!important;min-height:100vh!important;overflow:hidden!important;background:#020202!important;color:#fff!important;margin:0!important;padding:0!important;font-family:var(--jr-og-font,"Arial Narrow","Roboto Condensed","Helvetica Neue Condensed",Arial,sans-serif)!important;text-transform:none!important}.jr-og-footer.jr-og-footer--reference *{box-sizing:border-box!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__media-wrap{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-3!important;overflow:hidden!important;background:#020202!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__media{position:absolute!important;top:-3%!important;right:-3%!important;bottom:-3%!important;left:-3%!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;filter:saturate(.82) contrast(1.06) brightness(.82)!important;transform:scale(1.02)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__media--fallback{background:radial-gradient(circle at 34% 22%,rgba(42,58,70,.55),transparent 28%),radial-gradient(circle at 72% 46%,rgba(88,23,23,.24),transparent 26%),linear-gradient(180deg,#1d2328,#111416 34%,#060606)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__media--fallback:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:.55!important;background:linear-gradient(140deg,transparent 0 18%,rgba(255,255,255,.06) 18.4%,transparent 19.3% 100%),linear-gradient(180deg,rgba(255,255,255,.08),transparent 38%)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__shade{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;background:linear-gradient(180deg,#00000094,#00000080 21%,#000000a8 58%,#000c),radial-gradient(circle at 50% 36%,#00000014,#0009 70%)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__grain{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;opacity:.13!important;pointer-events:none!important;background-image:radial-gradient(rgba(255,255,255,.55) .45px,transparent .5px)!important;background-size:3px 3px!important;mix-blend-mode:overlay!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee{position:relative!important;z-index:4!important;width:100vw!important;margin:0!important;margin-left:calc(50% - 50vw)!important;overflow:hidden!important;border-top:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;background:#0000005c!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee-track{display:flex!important;align-items:center!important;width:max-content!important;gap:15px!important;padding:13px 0 12px!important;white-space:nowrap!important;animation:jrFooterRefMarquee 42s linear infinite!important;will-change:transform!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee span,.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee em{display:inline-block!important;font-style:normal!important;text-transform:uppercase!important;letter-spacing:.22em!important;font-size:9px!important;line-height:1!important;font-weight:600!important;color:#ffffffb8!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee em{color:var(--jr-footer-red)!important;letter-spacing:0!important;font-size:11px!important;margin:0 5px!important}@keyframes jrFooterRefMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.jr-og-footer.jr-og-footer--reference .jr-og-footer__inner{position:relative!important;z-index:3!important;width:min(1160px,calc(100% - 86px))!important;min-height:calc(100vh - 40px)!important;margin:0 auto!important;padding:26px 0 24px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__logo-link{display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 42px!important;text-decoration:none!important;width:auto!important;max-width:min(520px,76vw)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__logo{display:block!important;width:clamp(320px,27vw,520px)!important;height:auto!important;max-height:118px!important;object-fit:contain!important;filter:drop-shadow(0 10px 34px rgba(0,0,0,.8))!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{width:min(980px,100%)!important;display:grid!important;grid-template-columns:repeat(7,1fr)!important;gap:clamp(10px,1.55vw,28px)!important;align-items:center!important;justify-content:center!important;margin:0 auto 34px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award{position:relative!important;min-height:92px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;text-align:center!important;padding:0 12px!important;color:#fff!important;opacity:.96!important;filter:drop-shadow(0 8px 20px rgba(0,0,0,.55))!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:before,.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:after{content:""!important;position:absolute!important;top:50%!important;width:24px!important;height:76px!important;transform:translateY(-50%)!important;opacity:.88!important;background-repeat:no-repeat!important;background-size:100% 100%!important;background-image:url("data:image/svg+xml,%3Csvg width='26' height='84' viewBox='0 0 26 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M21 4C8 17 5 31 7 42c2 14 8 27 17 38' opacity='.95'/%3E%3Cpath d='M17 13c-6 0-10 4-13 9 6 0 10-2 13-9zM12 25c-6 1-10 5-12 10 6-1 10-4 12-10zM10 38c-5 2-8 6-9 12 5-2 8-6 9-12zM11 52c-5 3-7 8-7 13 5-3 8-7 7-13zM16 65c-4 4-5 9-4 15 5-4 6-9 4-15z' fill='white' stroke='none'/%3E%3C/g%3E%3C/svg%3E")!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:before{left:-3px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:after{right:-3px!important;transform:translateY(-50%) scaleX(-1)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award span,.jr-og-footer.jr-og-footer--reference .jr-og-footer__award strong,.jr-og-footer.jr-og-footer--reference .jr-og-footer__award small{display:block!important;text-transform:uppercase!important;color:#fff!important;margin:0!important;font-style:normal!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award span{font-size:6.5px!important;line-height:1.22!important;font-weight:600!important;letter-spacing:.16em!important;color:#ffffffe6!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award strong{font-size:8.5px!important;line-height:1.1!important;font-weight:600!important;letter-spacing:.12em!important;margin:3px 0!important;max-width:54px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award small{font-size:6.5px!important;line-height:1.2!important;font-weight:600!important;letter-spacing:.12em!important;color:#ffffffd1!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:0!important;width:min(900px,100%)!important;margin:0 auto 38px!important;border-top:1px solid rgba(255,255,255,.24)!important;border-bottom:1px solid rgba(255,255,255,.24)!important;padding:17px 32px 15px!important;background:#0000000f!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a{position:relative!important;text-decoration:none!important;text-transform:uppercase!important;font-family:var(--jr-og-font,"Arial Narrow",Arial,sans-serif)!important;font-size:9px!important;line-height:1!important;font-weight:600!important;letter-spacing:.2em!important;color:#ffffffd6!important;padding:0 0 1px!important;text-shadow:0 3px 14px rgba(0,0,0,.75)!important;transition:color .22s ease!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a:after{content:""!important;position:absolute!important;left:50%!important;bottom:-16px!important;width:0!important;height:2px!important;background:var(--jr-footer-red)!important;transform:translate(-50%)!important;transition:width .22s ease!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a:hover{color:#fff!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a:hover:after{width:32px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy{width:min(990px,100%)!important;text-align:center!important;margin:0 auto 28px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy p{max-width:960px!important;margin:0 auto 17px!important;color:#ffffffe6!important;font-size:clamp(10px,.64vw,12px)!important;line-height:1.75!important;font-weight:600!important;letter-spacing:.035em!important;text-shadow:0 2px 14px rgba(0,0,0,.85)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-row{width:min(980px,100%)!important;display:grid!important;grid-template-columns:minmax(0,1fr) 250px!important;gap:40px!important;align-items:end!important;margin:0 auto 34px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-copy{text-align:left!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-copy p{margin:0 0 5px!important;color:#ffffffdb!important;font-size:11px!important;line-height:1.45!important;font-weight:600!important;letter-spacing:.03em!important;text-shadow:0 2px 12px rgba(0,0,0,.78)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-copy a{color:#fff!important;text-decoration:underline!important;text-underline-offset:2px!important;font-weight:600!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit{text-align:left!important;color:#fff!important;text-shadow:0 2px 16px rgba(0,0,0,.8)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit span{display:block!important;text-transform:uppercase!important;letter-spacing:.2em!important;font-size:7px!important;font-weight:600!important;color:#ffffffb3!important;margin-bottom:4px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit strong{display:block!important;text-transform:uppercase!important;letter-spacing:.075em!important;font-size:25px!important;line-height:1!important;font-weight:400!important;font-family:var(--jr-serif,Georgia,serif)!important;color:#fff!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit em{display:block!important;font-style:normal!important;color:var(--jr-footer-red)!important;font-size:10px!important;letter-spacing:.2em!important;text-transform:none!important;margin-top:4px!important;font-weight:600!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;margin-top:auto!important;padding:22px 0 0!important;overflow:hidden!important;display:block!important;border-top:0!important;background:transparent!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{display:flex!important;align-items:center!important;width:max-content!important;gap:78px!important;white-space:nowrap!important;animation:jrFooterIconMarquee 56s linear infinite!important;will-change:transform!important;padding:0 42px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;min-width:230px!important;height:78px!important;color:#ffffff6b!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.15em!important;font-size:11px!important;font-weight:600!important;line-height:1.05!important;text-align:left!important;text-shadow:0 2px 14px rgba(0,0,0,.75)!important;filter:grayscale(1)!important;opacity:.86!important;transition:opacity .22s ease,color .22s ease,filter .22s ease!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{display:block!important;width:82px!important;height:52px!important;flex:0 0 82px!important;fill:none!important;stroke:#ffffff8a!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:.72!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation span{display:block!important;max-width:136px!important;color:inherit!important;font:inherit!important;letter-spacing:inherit!important;line-height:1.18!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover{opacity:1!important;color:#ffffffbd!important;filter:grayscale(0)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover svg{stroke:#ffffffdb!important}@keyframes jrFooterIconMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.jr-og-footer.jr-og-footer--reference .jr-og-footer__backtop{position:absolute!important;right:18px!important;bottom:18px!important;z-index:7!important;width:51px!important;height:51px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;background:#000000b8!important;border:1px solid rgba(255,255,255,.36)!important;color:#fff!important;font-size:28px!important;font-weight:300!important;line-height:1!important;transition:background .22s ease,border-color .22s ease,color .22s ease!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__backtop:hover{background:var(--jr-footer-red)!important;border-color:var(--jr-footer-red)!important;color:#fff!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__social{position:absolute!important;left:18px!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:13px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__social a{display:flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:600!important;line-height:1!important;opacity:.86!important;text-shadow:0 2px 12px rgba(0,0,0,.85)!important;transition:color .22s ease,opacity .22s ease,transform .22s ease!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__social a:hover{color:var(--jr-footer-red)!important;opacity:1!important;transform:translate(4px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__laurels,.jr-og-footer.jr-og-footer--reference .jr-og-footer__statements,.jr-og-footer.jr-og-footer--reference .jr-og-footer__contact-row,.jr-og-footer.jr-og-footer--reference .jr-og-footer__quickbar,.jr-og-footer.jr-og-footer--reference .jr-og-footer__fineprint{display:none!important}@media(prefers-reduced-motion:reduce){.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee-track,.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{animation:none!important}}@media(max-width:1180px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__inner{width:min(100% - 42px,1040px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{grid-template-columns:repeat(4,1fr)!important;width:min(720px,100%)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:34px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:145px!important}}@media(max-width:760px){.jr-og-footer.jr-og-footer--reference{min-height:auto!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__inner{width:calc(100% - 30px)!important;min-height:auto!important;padding:34px 0 86px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__logo{width:min(360px,88vw)!important;max-height:100px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__logo-link{margin-bottom:30px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{grid-template-columns:repeat(2,1fr)!important;gap:16px 10px!important;margin-bottom:28px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:nth-child(7){grid-column:1/-1!important;max-width:160px!important;margin:0 auto!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav{flex-wrap:wrap!important;justify-content:center!important;gap:14px 22px!important;width:100%!important;padding:15px 14px!important;margin-bottom:30px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a{font-size:9px!important;letter-spacing:.24em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy{text-align:left!important;margin-bottom:26px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy p{font-size:11px!important;line-height:1.75!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-row{grid-template-columns:1fr!important;gap:20px!important;margin-bottom:24px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit{text-align:left!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{padding-top:18px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:28px!important;animation-duration:44s!important;padding:0 16px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:142px!important;height:44px!important;font-size:8px!important;letter-spacing:.12em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:42px!important;height:28px!important;flex-basis:42px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__social{display:none!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee span,.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee em{font-size:8px!important;letter-spacing:.28em!important}}.jr-og-footer,.jr-og-footer.jr-og-footer--reference{position:relative!important;isolation:isolate!important;background:#000!important}.jr-og-footer .jr-og-footer__media-wrap,.jr-og-footer.jr-og-footer--reference .jr-og-footer__media-wrap{display:block!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;overflow:hidden!important;background:#000!important}.jr-og-footer .jr-og-footer__media,.jr-og-footer.jr-og-footer--reference .jr-og-footer__media{display:block!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:100%!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;z-index:0!important}.jr-og-footer .jr-og-footer__media--fallback,.jr-og-footer.jr-og-footer--reference .jr-og-footer__media--fallback{display:block!important;visibility:visible!important;opacity:1!important}.jr-og-footer .jr-og-footer__shade,.jr-og-footer.jr-og-footer--reference .jr-og-footer__shade{display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;pointer-events:none!important}.jr-og-footer .jr-og-footer__grain,.jr-og-footer.jr-og-footer--reference .jr-og-footer__grain{display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important}.jr-og-footer .jr-og-footer__social,.jr-og-footer .jr-og-footer__marquee,.jr-og-footer .jr-og-footer__inner,.jr-og-footer .jr-og-footer__backtop,.jr-og-footer.jr-og-footer--reference .jr-og-footer__social,.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee,.jr-og-footer.jr-og-footer--reference .jr-og-footer__inner,.jr-og-footer.jr-og-footer--reference .jr-og-footer__backtop{position:relative!important;z-index:5!important}.jr-og-footer .jr-og-footer__backtop,.jr-og-footer.jr-og-footer--reference .jr-og-footer__backtop{position:absolute!important;z-index:8!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{padding-top:10px!important;padding-bottom:24px!important;transform:translateY(-34px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:118px!important;padding:0 64px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:340px!important;height:118px!important;gap:24px!important;font-size:15px!important;letter-spacing:.18em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:132px!important;height:86px!important;flex-basis:132px!important;stroke-width:1.7!important;opacity:.78!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation span{max-width:170px!important;line-height:1.16!important}@media(max-width:1180px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{transform:translateY(-24px)!important;padding-bottom:20px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:74px!important;padding:0 44px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:260px!important;height:98px!important;font-size:12px!important;gap:18px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:108px!important;height:70px!important;flex-basis:108px!important}}@media(max-width:760px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{transform:translateY(-14px)!important;padding-bottom:16px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:42px!important;padding:0 28px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:210px!important;height:82px!important;font-size:10px!important;gap:14px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:86px!important;height:58px!important;flex-basis:86px!important}}.jr-og-footer.jr-og-footer--reference{min-height:100vh!important;background:#000!important;border-top:1px solid rgba(255,255,255,.16)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__media{filter:saturate(.92) contrast(1.08) brightness(.78)!important;transform:scale(1.015)!important;background-position:center center!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__shade{background:linear-gradient(180deg,#0009,#0000006b 22%,#00000080 56%,#000000ad),linear-gradient(90deg,#0000004d,#00000014,#0000004d)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__grain{opacity:.08!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee{display:none!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__inner{width:min(1260px,calc(100% - 110px))!important;min-height:100vh!important;padding:clamp(54px,7.8vh,92px) 0 20px!important;justify-content:flex-start!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__logo-link{margin:0 auto clamp(38px,5vh,64px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__logo{width:clamp(390px,31vw,590px)!important;max-height:132px!important;filter:drop-shadow(0 12px 36px rgba(0,0,0,.86))!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{width:min(1120px,100%)!important;gap:clamp(18px,2vw,34px)!important;margin:0 auto clamp(38px,5vh,58px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award{min-height:112px!important;padding:0 16px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:before,.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:after{width:31px!important;height:98px!important;opacity:.94!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:before{left:-8px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:after{right:-8px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award span{font-size:7.5px!important;line-height:1.22!important;letter-spacing:.18em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award strong{font-size:10px!important;line-height:1.08!important;letter-spacing:.13em!important;max-width:70px!important;margin:4px 0!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award small{font-size:7.5px!important;line-height:1.22!important;letter-spacing:.13em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav{width:min(1040px,100%)!important;padding:22px 34px 20px!important;margin:0 auto clamp(44px,5.8vh,72px)!important;border-top:1px solid rgba(255,255,255,.32)!important;border-bottom:1px solid rgba(255,255,255,.32)!important;background:#0000000d!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a{font-size:12px!important;letter-spacing:.2em!important;font-weight:600!important;color:#ffffffeb!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a:after{bottom:-22px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy{width:min(1080px,100%)!important;margin:0 auto clamp(36px,5vh,56px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy p{max-width:1080px!important;font-size:clamp(13px,.82vw,15px)!important;line-height:1.82!important;font-weight:600!important;letter-spacing:.025em!important;color:#fffffff0!important;margin:0 auto 21px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-row{width:min(1080px,100%)!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:56px!important;margin:0 auto clamp(28px,4vh,44px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-copy p{font-size:13px!important;line-height:1.55!important;font-weight:600!important;letter-spacing:.035em!important;margin-bottom:7px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit span{font-size:8px!important;letter-spacing:.24em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit strong{font-size:31px!important;letter-spacing:.08em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__credit em{font-size:12px!important;letter-spacing:.22em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;margin-top:auto!important;padding:18px 0 28px!important;transform:none!important;background:linear-gradient(180deg,#0000,#0000001f)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:124px!important;padding:0 82px!important;animation-duration:58s!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:360px!important;height:126px!important;gap:24px!important;font-size:15px!important;letter-spacing:.16em!important;color:#ffffff7a!important;opacity:.94!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:142px!important;height:92px!important;flex-basis:142px!important;stroke:#ffffff94!important;stroke-width:1.7!important;opacity:.78!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation span{max-width:182px!important;line-height:1.12!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__social{left:18px!important;gap:15px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__social a{width:18px!important;height:18px!important;font-size:13px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__backtop{width:58px!important;height:58px!important;right:18px!important;bottom:18px!important;font-size:32px!important}@media(max-width:1180px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__inner{width:min(100% - 54px,1040px)!important;padding-top:54px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{grid-template-columns:repeat(4,1fr)!important;width:min(820px,100%)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav{width:min(900px,100%)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a{font-size:10px!important;letter-spacing:.18em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:78px!important;padding:0 48px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:270px!important;height:104px!important;font-size:12px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:110px!important;height:74px!important;flex-basis:110px!important}}@media(max-width:760px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__inner{width:calc(100% - 32px)!important;padding:40px 0 92px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__logo{width:min(360px,88vw)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{grid-template-columns:repeat(2,1fr)!important;gap:18px 12px!important;margin-bottom:32px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award{min-height:96px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav{flex-wrap:wrap!important;gap:18px 24px!important;justify-content:center!important;padding:18px 12px!important;margin-bottom:32px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__mainnav a{font-size:10px!important;letter-spacing:.25em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy{text-align:left!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__copy p{font-size:12px!important;line-height:1.75!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-row{grid-template-columns:1fr!important;gap:22px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__legal-copy p{font-size:11px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{padding:16px 0 22px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:42px!important;padding:0 26px!important;animation-duration:46s!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:210px!important;height:82px!important;font-size:10px!important;gap:14px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:86px!important;height:58px!important;flex-basis:86px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__social{display:none!important}}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{transform:translateY(-18px)!important;padding:14px 0 24px!important;mix-blend-mode:normal!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:86px!important;animation:jrFooterIconMarquee 54s linear infinite!important;padding:0 54px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:245px!important;height:94px!important;padding:0!important;gap:0!important;opacity:.68!important;color:#ffffffc7!important;filter:grayscale(1)!important;text-shadow:0 3px 18px rgba(0,0,0,.9)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:245px!important;height:72px!important;flex:0 0 245px!important;fill:#ffffffb8!important;stroke:#ffffff94!important;stroke-width:1.4!important;opacity:1!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation img{display:block!important;width:245px!important;max-width:245px!important;height:auto!important;max-height:76px!important;object-fit:contain!important;filter:grayscale(1) brightness(1.85) contrast(.9)!important;opacity:.82!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation span{display:none!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover{opacity:.9!important;color:#fff!important;filter:grayscale(1)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover svg,.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover img{opacity:1!important}.jr-og-footer__affiliation .jr-brandmark-main{font-family:Arial,Helvetica Neue,sans-serif!important;font-size:28px!important;font-weight:600!important;letter-spacing:.02em!important;fill:#ffffffc7!important}.jr-og-footer__affiliation .jr-brandmark-xl{font-family:Arial Black,Impact,Arial,sans-serif!important;font-size:36px!important;font-weight:600!important;letter-spacing:.05em!important;fill:#ffffffc2!important}.jr-og-footer__affiliation .jr-brandmark-sub{font-family:Arial,Helvetica Neue,sans-serif!important;font-size:8px!important;font-weight:600!important;letter-spacing:.22em!important;fill:#ffffff94!important}.jr-og-footer__affiliation .jr-brandmark-reg{font-family:Arial,Helvetica Neue,sans-serif!important;font-size:12px!important;font-weight:600!important;fill:#ffffffb8!important}.jr-og-footer__affiliation .jr-brandmark-leaf{fill:#ffffffad!important;stroke:none!important}@media(max-width:749px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{transform:translateY(-10px)!important;padding:12px 0 20px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:42px!important;padding:0 26px!important;animation-duration:44s!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{min-width:178px!important;height:70px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{width:178px!important;height:56px!important;flex-basis:178px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation img{width:178px!important;max-width:178px!important;max-height:56px!important}.jr-og-footer__affiliation .jr-brandmark-main{font-size:22px!important}.jr-og-footer__affiliation .jr-brandmark-xl{font-size:30px!important}}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{position:relative!important;overflow:visible!important;opacity:.74!important;filter:none!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:after{content:""!important;position:absolute!important;top:4px!important;right:-6px!important;bottom:4px!important;left:-6px!important;background:linear-gradient(115deg,transparent 0%,transparent 34%,rgba(255,255,255,.26) 48%,transparent 61%,transparent 100%)!important;transform:translate(-115%)!important;animation:jrFooterLogoShine 5.8s ease-in-out infinite!important;pointer-events:none!important;mix-blend-mode:screen!important;opacity:.55!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:nth-child(2n):after{animation-delay:1.4s!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:nth-child(3n):after{animation-delay:2.2s!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;object-fit:contain!important;filter:drop-shadow(0 0 10px rgba(255,255,255,.12)) drop-shadow(0 5px 18px rgba(0,0,0,.75))!important;opacity:.9!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--realtor{min-width:265px!important;width:265px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--mls{min-width:255px!important;width:255px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--creb{min-width:220px!important;width:220px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--area{min-width:360px!important;width:360px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--logo{min-width:310px!important;width:310px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--canada{min-width:260px!important;width:260px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--canada svg{width:260px!important;height:76px!important;fill:#eeeeeee0!important;filter:drop-shadow(0 0 10px rgba(255,255,255,.12)) drop-shadow(0 5px 18px rgba(0,0,0,.75))!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover{opacity:1!important}@keyframes jrFooterLogoShine{0%,62%{transform:translate(-120%) skew(-12deg);opacity:0}70%{opacity:.55}86%{transform:translate(120%) skew(-12deg);opacity:0}to{transform:translate(120%) skew(-12deg);opacity:0}}@media(max-width:749px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--realtor{min-width:205px!important;width:205px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--mls{min-width:198px!important;width:198px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--creb{min-width:170px!important;width:170px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--area{min-width:285px!important;width:285px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--logo{min-width:240px!important;width:240px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--canada{min-width:205px!important;width:205px!important}}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{background:transparent!important;border:0!important;box-shadow:none!important;isolation:isolate!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation img{background:transparent!important;image-rendering:auto!important;transform:translateZ(0)!important;backface-visibility:hidden!important;filter:drop-shadow(0 0 9px rgba(255,255,255,.16)) drop-shadow(0 6px 18px rgba(0,0,0,.7))!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:before{content:""!important;position:absolute!important;top:16px!important;right:10px!important;bottom:16px!important;left:10px!important;background:radial-gradient(ellipse at center,rgba(255,255,255,.12),transparent 62%)!important;opacity:.42!important;pointer-events:none!important;z-index:-1!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:after{top:0!important;right:-12px!important;bottom:0!important;left:-12px!important;border-radius:0!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--realtor{min-width:310px!important;width:310px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--mls{min-width:300px!important;width:300px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--creb{min-width:230px!important;width:230px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--area{min-width:410px!important;width:410px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--canada{min-width:265px!important;width:265px!important}@media(max-width:749px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--realtor{min-width:225px!important;width:225px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--mls{min-width:218px!important;width:218px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--creb{min-width:170px!important;width:170px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--area{min-width:300px!important;width:300px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--canada{min-width:200px!important;width:200px!important}}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{transform:translateY(-4px)!important;padding:8px 0 28px!important;background:transparent!important;overflow:hidden!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:96px!important;padding:0 64px!important;align-items:center!important;animation:jrFooterIconMarquee 54s linear infinite!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{display:flex!important;align-items:center!important;justify-content:center!important;height:116px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important;overflow:visible!important;opacity:.74!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:none!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:before,.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:after{content:none!important;display:none!important;background:transparent!important;box-shadow:none!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation img,.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:112px!important;object-fit:contain!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important;image-rendering:auto!important;filter:grayscale(1) brightness(1.72) contrast(.86) drop-shadow(0 0 8px rgba(255,255,255,.12)) drop-shadow(0 6px 15px rgba(0,0,0,.58))!important;opacity:.86!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--realtor{min-width:390px!important;width:390px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--mls{min-width:350px!important;width:350px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--creb{min-width:250px!important;width:250px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--area{min-width:465px!important;width:465px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--logo{min-width:360px!important;width:360px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--canada{min-width:320px!important;width:320px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover img,.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation:hover svg{opacity:1!important;filter:grayscale(1) brightness(2) contrast(.9) drop-shadow(0 0 12px rgba(255,255,255,.18)) drop-shadow(0 6px 18px rgba(0,0,0,.66))!important}@media(max-width:749px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations{transform:translateY(-2px)!important;padding:8px 0 20px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{gap:46px!important;padding:0 28px!important;animation-duration:44s!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation{height:82px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation img,.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation svg{max-height:78px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--realtor{min-width:255px!important;width:255px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--mls{min-width:230px!important;width:230px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--creb{min-width:175px!important;width:175px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--area{min-width:315px!important;width:315px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--logo{min-width:245px!important;width:245px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliation--canada{min-width:220px!important;width:220px!important}}.jr-mobile-group{border-bottom:1px solid rgba(255,255,255,.1)!important;background:transparent!important}.jr-mobile-group__head{width:100%!important;min-height:64px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:0 18px!important;border:0!important;background:transparent!important;color:#fff!important;font-family:var(--jr-og-font,Arial,Helvetica,sans-serif)!important;font-size:20px!important;font-weight:500!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important;cursor:pointer!important;text-align:left!important}.jr-mobile-group__head span{width:18px!important;height:18px!important;flex:0 0 18px!important;position:relative!important;display:block!important}.jr-mobile-group__head span:before,.jr-mobile-group__head span:after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:16px!important;height:1.5px!important;background:#d7192f!important;transform:translate(-50%,-50%)!important;transition:transform .25s ease!important}.jr-mobile-group__head span:after{transform:translate(-50%,-50%) rotate(90deg)!important}.jr-mobile-group.is-open .jr-mobile-group__head span:after{transform:translate(-50%,-50%) rotate(0)!important}.jr-mobile-group__panel{max-height:0!important;overflow:hidden!important;padding:0!important;background:#0a0a0a!important;transition:max-height .42s cubic-bezier(.22,1,.36,1)!important}.jr-mobile-group.is-open .jr-mobile-group__panel{max-height:760px!important}.jr-mobile-group__panel a{display:block!important;padding:15px 18px 15px 28px!important;color:#fff!important;text-decoration:none!important;border-top:1px solid rgba(255,255,255,.075)!important;background:transparent!important}.jr-mobile-group__panel a strong{display:block!important;color:#fff!important;font-family:var(--jr-og-font,Arial,Helvetica,sans-serif)!important;font-size:12px!important;font-weight:600!important;line-height:1.2!important;letter-spacing:.2em!important;text-transform:uppercase!important}.jr-mobile-group__panel a small{display:block!important;margin-top:5px!important;color:#ffffff94!important;font-size:12px!important;line-height:1.45!important;letter-spacing:.02em!important}@media(max-width:989px){html,body{max-width:100%!important;overflow-x:hidden!important}body.jr-app{overflow-x:hidden!important}}@media(max-width:749px){.content-for-layout{overflow-x:hidden!important}.jr-section{padding:58px 18px!important}.jr-section--tight{padding-top:42px!important;padding-bottom:42px!important}.jr-wrap{width:100%!important;max-width:100%!important}body.template-index .jr-hero,body:has(.jr-hero) .jr-hero,body.jr-app .jr-hero{height:100svh!important;min-height:660px!important;max-height:none!important}.jr-hero__content{padding:84px 18px 118px!important;justify-content:flex-end!important;text-align:left!important;align-items:flex-start!important;transform:none!important}.jr-hero__eyebrow{font-size:10px!important;letter-spacing:.22em!important;margin-bottom:14px!important}.jr-hero__title{font-size:clamp(42px,13vw,62px)!important;line-height:.96!important;letter-spacing:.02em!important;max-width:92vw!important}.jr-hero__text{font-size:14px!important;line-height:1.55!important;max-width:92vw!important;margin-bottom:22px!important}.jr-hero__actions{justify-content:flex-start!important;width:100%!important;gap:10px!important}.jr-hero__actions .jr-btn{min-height:46px!important;padding:0 18px!important;font-size:9.5px!important;letter-spacing:.18em!important}.jr-hero__media img,.jr-hero__media video,html.js-jr-scroll-motion .jr-hero__media img,html.js-jr-scroll-motion .jr-hero__media video,html.jr-motion-active .jr-hero__media img,html.jr-motion-active .jr-hero__media video{height:100%!important;top:0!important;transform:none!important;object-fit:cover!important}html.js-jr-scroll-motion .jr-hero__content,html.jr-motion-active .jr-hero__content{transform:none!important}.jr-hero__areas,.jr-hero__areas--ogroup,body.template-index .jr-hero__areas--ogroup,body:has(.jr-hero) .jr-hero__areas--ogroup,body.jr-app .jr-hero__areas--ogroup{left:16px!important;right:16px!important;bottom:calc(env(safe-area-inset-bottom,0px) + 58px)!important;width:auto!important;max-width:none!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 12px!important;align-items:end!important;justify-items:stretch!important;text-align:center!important;overflow:visible!important}.jr-hero__areas-label,body.template-index .jr-hero__areas-label,body:has(.jr-hero) .jr-hero__areas-label,body.jr-app .jr-hero__areas-label{grid-column:1/-1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;width:100%!important;margin:0 0 9px!important;color:#ffffffc7!important;font-size:9px!important;line-height:1!important;letter-spacing:.24em!important;white-space:nowrap!important;text-align:right!important}.jr-hero__areas-label:before,body.template-index .jr-hero__areas-label:before,body:has(.jr-hero) .jr-hero__areas-label:before,body.jr-app .jr-hero__areas-label:before{content:""!important;flex:1 1 auto!important;min-width:0!important;height:1px!important;background:#ffffff6b!important}.jr-hero__areas-label:after,body.template-index .jr-hero__areas-label:after,body:has(.jr-hero) .jr-hero__areas-label:after,body.jr-app .jr-hero__areas-label:after{display:none!important}.jr-hero__areas--ogroup a,.jr-hero__areas a,body.template-index .jr-hero__areas--ogroup a,body.template-index .jr-hero__areas a,body:has(.jr-hero) .jr-hero__areas--ogroup a,body:has(.jr-hero) .jr-hero__areas a,body.jr-app .jr-hero__areas--ogroup a,body.jr-app .jr-hero__areas a{min-width:0!important;width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;padding:10px!important;margin:0!important;border:1px solid rgba(255,255,255,.24)!important;background:#0000005c!important;color:#fff!important;font-size:clamp(16px,4.85vw,21px)!important;line-height:1!important;letter-spacing:.07em!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;backdrop-filter:blur(9px)!important;-webkit-backdrop-filter:blur(9px)!important;text-shadow:0 5px 18px rgba(0,0,0,.48)!important;transform:none!important}.jr-section-head{display:block!important;margin-bottom:28px!important}.jr-h2{font-size:clamp(38px,11vw,58px)!important;line-height:.96!important;letter-spacing:.045em!important}.jr-h3{font-size:clamp(24px,7vw,34px)!important;line-height:1.05!important}.jr-body{font-size:14px!important;line-height:1.7!important}.jr-stats__grid,.jr-listings-grid,.jr-services-grid,.jr-neighbourhoods-grid,.jr-offices-grid,.jr-press-grid,.jr-contact,.jr-about,.jr-split,.jr-concierge,.jr-philanthropy,.jr-app-cta,.jr-press-feature__grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.jr-stat,.jr-listing-card,.jr-service-card,.jr-neighbourhood-card,.jr-office-card,.jr-press-item{width:100%!important;min-width:0!important;transform:none!important}.jr-stat strong{font-size:clamp(46px,13vw,70px)!important}.jr-og-listings{padding:52px 0 56px!important;overflow:hidden!important}.jr-og-listings__inner{width:calc(100% - 28px)!important;max-width:none!important}.jr-og-listings__head{display:block!important}.jr-og-listings__grid{grid-template-columns:1fr!important;gap:12px!important}.jr-og-property,.jr-og-property--1,.jr-og-property--2,.jr-og-property--3,.jr-og-property--4,.jr-og-property--5,.jr-og-property--6{grid-column:auto!important;min-height:270px!important;transform:none!important}.jr-og-listings__title{font-size:clamp(40px,12vw,56px)!important;line-height:.94!important;transform:none!important;letter-spacing:.04em!important}.jr-og-listings__view{width:100%!important;margin-top:20px!important;min-height:48px!important}.jr-footer__top{grid-template-columns:1fr!important}.jr-og-footer__quickbar{grid-template-columns:1fr 1fr!important}}@media(max-width:380px){.jr-mobile-group__head{font-size:17px!important;letter-spacing:.16em!important}.jr-mobile-group__panel a{padding-left:22px!important}.jr-hero__areas--ogroup a,.jr-hero__areas a{font-size:11.5px!important;letter-spacing:.09em!important}}@media(max-width:749px){body.template-index .jr-hero,body:has(.jr-hero) .jr-hero,body.jr-app .jr-hero{height:100svh!important;min-height:min(620px,100svh)!important;max-height:none!important}.jr-hero__content{padding-bottom:104px!important}.jr-hero__scroll{display:none!important}.jr-og-footer__marquee-track,.jr-og-footer.jr-og-footer--reference .jr-og-footer__marquee-track,.jr-og-footer.jr-og-footer--reference .jr-og-footer__affiliations-track{animation-duration:90s!important;will-change:auto!important}}@media(max-width:749px)and (max-height:700px){body.template-index .jr-hero,body:has(.jr-hero) .jr-hero,body.jr-app .jr-hero{min-height:560px!important}.jr-hero__content{padding-top:76px!important;padding-bottom:88px!important}.jr-hero__title{font-size:clamp(36px,11vw,52px)!important}.jr-hero__text{font-size:13.5px!important;margin-bottom:18px!important}.jr-hero__areas,.jr-hero__areas--ogroup{bottom:calc(env(safe-area-inset-bottom,0px) + 34px)!important}.jr-hero__areas--ogroup a,.jr-hero__areas a{min-height:42px!important;font-size:11.5px!important}}@media(max-width:380px){.jr-hero__actions .jr-btn{width:100%!important}}@media(prefers-reduced-motion:reduce),(max-width:749px){.jr-magnetic,.jr-btn,.button,.jr-link{transform:none!important}}@media(max-width:749px){body.jr-app.template-index,body.jr-app:has(.jr-hero){overflow-x:hidden!important}body.jr-app.template-index .jr-section,body.jr-app.template-index .jr-stats,body.jr-app.template-index .jr-og-listings,body.jr-app.template-index .jr-press-feature,body.jr-app:has(.jr-hero) .jr-section,body.jr-app:has(.jr-hero) .jr-stats,body.jr-app:has(.jr-hero) .jr-og-listings,body.jr-app:has(.jr-hero) .jr-press-feature{overflow:hidden!important}body.jr-app.template-index .jr-wrap,body.jr-app.template-index .jr-og-listings__inner,body.jr-app.template-index .jr-stats__head,body.jr-app:has(.jr-hero) .jr-wrap,body.jr-app:has(.jr-hero) .jr-og-listings__inner,body.jr-app:has(.jr-hero) .jr-stats__head{width:calc(100% - 32px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}body.jr-app.template-index .jr-section-head,body.jr-app.template-index .jr-og-listings__head,body.jr-app.template-index .jr-og-listings__title-wrap,body.jr-app.template-index .jr-stats__head,body.jr-app.template-index .jr-press-feature__copy,body.jr-app.template-index .jr-about__copy,body.jr-app:has(.jr-hero) .jr-section-head,body.jr-app:has(.jr-hero) .jr-og-listings__head,body.jr-app:has(.jr-hero) .jr-og-listings__title-wrap,body.jr-app:has(.jr-hero) .jr-stats__head,body.jr-app:has(.jr-hero) .jr-press-feature__copy,body.jr-app:has(.jr-hero) .jr-about__copy{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;text-align:left!important;overflow:visible!important;transform:none!important;will-change:auto!important}body.jr-app.template-index .jr-section-head,body.jr-app.template-index .jr-og-listings__head,body.jr-app.template-index .jr-stats__head,body.jr-app:has(.jr-hero) .jr-section-head,body.jr-app:has(.jr-hero) .jr-og-listings__head,body.jr-app:has(.jr-hero) .jr-stats__head{margin-bottom:24px!important}body.jr-app.template-index .jr-eyebrow,body.jr-app.template-index .jr-eyebrow--on-dark,body.jr-app.template-index .jr-og-listings__eyebrow,body.jr-app.template-index .jr-hero__eyebrow,body.jr-app.template-index .jr-hero__areas-label,body.jr-app:has(.jr-hero) .jr-eyebrow,body.jr-app:has(.jr-hero) .jr-eyebrow--on-dark,body.jr-app:has(.jr-hero) .jr-og-listings__eyebrow,body.jr-app:has(.jr-hero) .jr-hero__eyebrow,body.jr-app:has(.jr-hero) .jr-hero__areas-label{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;margin-bottom:14px!important;padding:0!important;font-size:9px!important;line-height:1.25!important;letter-spacing:.18em!important;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;transform:none!important}body.jr-app.template-index .jr-eyebrow:before,body.jr-app.template-index .jr-og-listings__eyebrow:before,body.jr-app:has(.jr-hero) .jr-eyebrow:before,body.jr-app:has(.jr-hero) .jr-og-listings__eyebrow:before{flex:0 0 22px!important;width:22px!important;min-width:22px!important;max-width:22px!important}body.jr-app.template-index .jr-eyebrow:after,body.jr-app.template-index .jr-og-listings__eyebrow:after,body.jr-app:has(.jr-hero) .jr-eyebrow:after,body.jr-app:has(.jr-hero) .jr-og-listings__eyebrow:after{width:32px!important;left:100%!important;margin-left:10px!important;bottom:-7px!important}body.jr-app.template-index h1,body.jr-app.template-index h2,body.jr-app.template-index h3,body.jr-app.template-index .jr-h1,body.jr-app.template-index .jr-h2,body.jr-app.template-index .jr-h3,body.jr-app.template-index .jr-section-head h2,body.jr-app.template-index .jr-section-head h3,body.jr-app.template-index .jr-press-feature__title,body.jr-app.template-index .jr-contact__heading,body.jr-app.template-index .title,body.jr-app.template-index .page-title,body.jr-app.template-index .banner__heading,body.jr-app.template-index .rich-text__heading,body.jr-app.template-index .image-with-text__heading,body.jr-app:has(.jr-hero) h1,body.jr-app:has(.jr-hero) h2,body.jr-app:has(.jr-hero) h3,body.jr-app:has(.jr-hero) .jr-h1,body.jr-app:has(.jr-hero) .jr-h2,body.jr-app:has(.jr-hero) .jr-h3,body.jr-app:has(.jr-hero) .jr-section-head h2,body.jr-app:has(.jr-hero) .jr-section-head h3,body.jr-app:has(.jr-hero) .jr-press-feature__title,body.jr-app:has(.jr-hero) .jr-contact__heading,body.jr-app:has(.jr-hero) .title,body.jr-app:has(.jr-hero) .page-title,body.jr-app:has(.jr-hero) .banner__heading,body.jr-app:has(.jr-hero) .rich-text__heading,body.jr-app:has(.jr-hero) .image-with-text__heading{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;-webkit-hyphens:none!important;transform:none!important;transform-origin:left center!important;will-change:auto!important;text-wrap:balance!important}body.jr-app.template-index .jr-h2,body.jr-app.template-index .jr-section-head h2,body.jr-app.template-index .jr-press-feature__title,body.jr-app.template-index .jr-contact__heading,body.jr-app.template-index .title,body.jr-app.template-index .page-title,body.jr-app:has(.jr-hero) .jr-h2,body.jr-app:has(.jr-hero) .jr-section-head h2,body.jr-app:has(.jr-hero) .jr-press-feature__title,body.jr-app:has(.jr-hero) .jr-contact__heading,body.jr-app:has(.jr-hero) .title,body.jr-app:has(.jr-hero) .page-title{font-size:clamp(31px,9.2vw,42px)!important;line-height:1.02!important;letter-spacing:.032em!important}body.jr-app.template-index .jr-og-listings__title,body.jr-app:has(.jr-hero) .jr-og-listings__title{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;font-size:clamp(33px,9.9vw,40px)!important;line-height:.98!important;letter-spacing:.018em!important;text-align:left!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;transform:none!important;font-stretch:condensed!important}body.jr-app.template-index .jr-og-listings__title span,body.jr-app.template-index .jr-og-listings__title strong,body.jr-app.template-index .jr-og-listings__title-word,body.jr-app:has(.jr-hero) .jr-og-listings__title span,body.jr-app:has(.jr-hero) .jr-og-listings__title strong,body.jr-app:has(.jr-hero) .jr-og-listings__title-word{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;line-height:.98!important;letter-spacing:.018em!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;transform:none!important}body.jr-app.template-index .jr-og-listings__title strong,body.jr-app:has(.jr-hero) .jr-og-listings__title strong{font-weight:600!important}body.jr-app.template-index .jr-body,body.jr-app.template-index .jr-body p,body.jr-app.template-index .jr-press-feature__text,body.jr-app.template-index .jr-social-bar__text,body.jr-app.template-index .jr-service-card p,body.jr-app.template-index .jr-split__list li,body.jr-app.template-index .jr-concierge__list li,body.jr-app.template-index .jr-testimonial-stage__meta,body.jr-app.template-index .jr-office-card__body span,body.jr-app.template-index .jr-contact__row a,body.jr-app.template-index .jr-contact__row strong,body.jr-app:has(.jr-hero) .jr-body,body.jr-app:has(.jr-hero) .jr-body p,body.jr-app:has(.jr-hero) .jr-press-feature__text,body.jr-app:has(.jr-hero) .jr-social-bar__text,body.jr-app:has(.jr-hero) .jr-service-card p,body.jr-app:has(.jr-hero) .jr-split__list li,body.jr-app:has(.jr-hero) .jr-concierge__list li,body.jr-app:has(.jr-hero) .jr-testimonial-stage__meta,body.jr-app:has(.jr-hero) .jr-office-card__body span,body.jr-app:has(.jr-hero) .jr-contact__row a,body.jr-app:has(.jr-hero) .jr-contact__row strong{max-width:100%!important;min-width:0!important;text-align:left!important;font-size:14px!important;line-height:1.68!important;letter-spacing:.01em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;transform:none!important}body.jr-app.template-index .jr-service-card,body.jr-app.template-index .jr-about,body.jr-app.template-index .jr-concierge,body.jr-app.template-index .jr-split,body.jr-app.template-index .jr-philanthropy,body.jr-app.template-index .jr-app-cta,body.jr-app.template-index .jr-contact,body.jr-app.template-index .jr-press-feature__grid,body.jr-app:has(.jr-hero) .jr-service-card,body.jr-app:has(.jr-hero) .jr-about,body.jr-app:has(.jr-hero) .jr-concierge,body.jr-app:has(.jr-hero) .jr-split,body.jr-app:has(.jr-hero) .jr-philanthropy,body.jr-app:has(.jr-hero) .jr-app-cta,body.jr-app:has(.jr-hero) .jr-contact,body.jr-app:has(.jr-hero) .jr-press-feature__grid{grid-template-columns:1fr!important;min-width:0!important}body.jr-app.template-index .jr-service-card,body.jr-app:has(.jr-hero) .jr-service-card{gap:10px!important;padding:22px 0!important}body.jr-app.template-index .jr-service-card h3,body.jr-app.template-index .jr-neighbourhood-card__label,body.jr-app.template-index .jr-office-card__body strong,body.jr-app.template-index .jr-press-item strong,body.jr-app:has(.jr-hero) .jr-service-card h3,body.jr-app:has(.jr-hero) .jr-neighbourhood-card__label,body.jr-app:has(.jr-hero) .jr-office-card__body strong,body.jr-app:has(.jr-hero) .jr-press-item strong{max-width:100%!important;min-width:0!important;text-align:left!important;white-space:normal!important;overflow-wrap:break-word!important;font-size:clamp(20px,5.8vw,26px)!important;line-height:1.1!important;letter-spacing:.035em!important;transform:none!important}body.template-index .jr-stats__head,body.jr-app.template-index .jr-stats__head,body:has(.jr-hero) .jr-stats__head,body.jr-app:has(.jr-hero) .jr-stats__head,html.js-jr-scroll-motion body.template-index .jr-stats__head,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats__head,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats__head,html.js-jr-scroll-motion body.jr-app:has(.jr-hero) .jr-stats__head{width:calc(100% - 32px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:24px!important;padding-left:0!important;padding-right:0!important;text-align:left!important;transform:none!important;overflow:visible!important;box-sizing:border-box!important}body.template-index .jr-stats__head .jr-eyebrow,body.jr-app.template-index .jr-stats__head .jr-eyebrow,body:has(.jr-hero) .jr-stats__head .jr-eyebrow,body.jr-app:has(.jr-hero) .jr-stats__head .jr-eyebrow,html.js-jr-scroll-motion body.template-index .jr-stats__head .jr-eyebrow,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats__head .jr-eyebrow,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats__head .jr-eyebrow,html.js-jr-scroll-motion body.jr-app:has(.jr-hero) .jr-stats__head .jr-eyebrow{display:inline-flex!important;justify-content:flex-start!important;text-align:left!important;width:auto!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}body.template-index .jr-stats__head .jr-h2.jr-stats__heading,body.jr-app.template-index .jr-stats__head .jr-h2.jr-stats__heading,body:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading,body.jr-app:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body.template-index .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body.jr-app:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;color:#fff!important;text-align:left!important;font-size:clamp(34px,10.2vw,42px)!important;line-height:1!important;letter-spacing:.024em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;text-wrap:wrap!important;transform:none!important}body.template-index .jr-stats__heading-word,body.jr-app.template-index .jr-stats__heading-word,body:has(.jr-hero) .jr-stats__heading-word,body.jr-app:has(.jr-hero) .jr-stats__heading-word,html.js-jr-scroll-motion body.template-index .jr-stats__heading-word,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats__heading-word,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats__heading-word,html.js-jr-scroll-motion body.jr-app:has(.jr-hero) .jr-stats__heading-word{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;transform:none!important}body.jr-app.template-index .jr-stat,body.jr-app:has(.jr-hero) .jr-stat{text-align:left!important;min-width:0!important}body.jr-app.template-index .jr-stat strong,body.jr-app:has(.jr-hero) .jr-stat strong{font-size:clamp(38px,11vw,54px)!important;line-height:1!important;letter-spacing:.03em!important;white-space:normal!important}body.jr-app.template-index .jr-stat span,body.jr-app:has(.jr-hero) .jr-stat span{white-space:normal!important;overflow-wrap:break-word!important;line-height:1.35!important}body.jr-app.template-index .jr-testimonial-stage,body.jr-app:has(.jr-hero) .jr-testimonial-stage{width:100%!important;max-width:100%!important;padding:34px 18px!important;text-align:left!important;overflow:hidden!important}body.jr-app.template-index .jr-testimonial-stage__quote,body.jr-app:has(.jr-hero) .jr-testimonial-stage__quote{max-width:100%!important;text-align:left!important;font-size:clamp(22px,6.8vw,30px)!important;line-height:1.16!important;letter-spacing:.035em!important;white-space:normal!important;overflow-wrap:break-word!important;transform:none!important}body.jr-app.template-index .jr-social-bar,body.jr-app:has(.jr-hero) .jr-social-bar{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;text-align:left!important}body.jr-app.template-index .jr-social-bar__links,body.jr-app:has(.jr-hero) .jr-social-bar__links{justify-content:flex-start!important}body.jr-app.template-index .jr-og-listings__view,body.jr-app.template-index .jr-app-cta__badges a,body.jr-app.template-index .jr-btn,body.jr-app:has(.jr-hero) .jr-og-listings__view,body.jr-app:has(.jr-hero) .jr-app-cta__badges a,body.jr-app:has(.jr-hero) .jr-btn{max-width:100%!important;white-space:normal!important;text-align:center!important}body.jr-app.template-index .jr-og-listings__view,body.jr-app:has(.jr-hero) .jr-og-listings__view{width:100%!important;min-height:48px!important;margin-top:18px!important}body.jr-app.template-index .jr-contact__row,body.jr-app:has(.jr-hero) .jr-contact__row{min-width:0!important;overflow:hidden!important}}@media(max-width:389px){body.jr-app.template-index .jr-h2,body.jr-app.template-index .jr-section-head h2,body.jr-app.template-index .jr-press-feature__title,body.jr-app.template-index .jr-contact__heading,body.jr-app:has(.jr-hero) .jr-h2,body.jr-app:has(.jr-hero) .jr-section-head h2,body.jr-app:has(.jr-hero) .jr-press-feature__title,body.jr-app:has(.jr-hero) .jr-contact__heading{font-size:clamp(29px,8.9vw,36px)!important;line-height:1.04!important;letter-spacing:.024em!important}body.jr-app.template-index .jr-og-listings__title,body.jr-app:has(.jr-hero) .jr-og-listings__title{font-size:clamp(31px,9.35vw,36px)!important;line-height:1!important;letter-spacing:.012em!important}body.jr-app.template-index .jr-og-listings__title span,body.jr-app.template-index .jr-og-listings__title strong,body.jr-app.template-index .jr-og-listings__title-word,body.jr-app:has(.jr-hero) .jr-og-listings__title span,body.jr-app:has(.jr-hero) .jr-og-listings__title strong,body.jr-app:has(.jr-hero) .jr-og-listings__title-word{letter-spacing:.012em!important;line-height:1!important}body.jr-app.template-index .jr-eyebrow,body.jr-app.template-index .jr-og-listings__eyebrow,body.jr-app:has(.jr-hero) .jr-eyebrow,body.jr-app:has(.jr-hero) .jr-og-listings__eyebrow{font-size:8.5px!important;letter-spacing:.15em!important}body.template-index .jr-stats__head .jr-h2.jr-stats__heading,body.jr-app.template-index .jr-stats__head .jr-h2.jr-stats__heading,body:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading,body.jr-app:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body.template-index .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body.jr-app.template-index .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading,html.js-jr-scroll-motion body.jr-app:has(.jr-hero) .jr-stats__head .jr-h2.jr-stats__heading{font-size:clamp(30px,9.2vw,35px)!important;line-height:1!important;letter-spacing:.018em!important}body.jr-app.template-index .jr-body,body.jr-app.template-index .jr-body p,body.jr-app.template-index .jr-press-feature__text,body.jr-app.template-index .jr-social-bar__text,body.jr-app.template-index .jr-service-card p,body.jr-app:has(.jr-hero) .jr-body,body.jr-app:has(.jr-hero) .jr-body p,body.jr-app:has(.jr-hero) .jr-press-feature__text,body.jr-app:has(.jr-hero) .jr-social-bar__text,body.jr-app:has(.jr-hero) .jr-service-card p{font-size:13.5px!important;line-height:1.65!important}}.jr-hero__ogroup-reveal{display:none!important}body .jr-hero{--jr-curtain-charcoal:#20211f;--jr-curtain-charcoal-2:#171817;--jr-curtain-charcoal-3:#0d0e0e;--jr-curtain-highlight:rgba(255,255,255,.13);--jr-curtain-soft:rgba(255,255,255,.035);--jr-curtain-motion:linear;position:relative!important;overflow:hidden!important;isolation:isolate!important}body .jr-hero__content,body .jr-hero__social,body .jr-hero__areas,body .jr-hero__scroll{z-index:7!important}body .jr-hero__ogroup-reveal{display:block!important;position:absolute!important;top:0!important;bottom:0!important;left:50%;right:auto!important;width:58vw!important;min-width:58vw!important;max-width:none!important;height:100%!important;z-index:6!important;pointer-events:none!important;overflow:visible!important;opacity:1!important;visibility:visible!important;transform:translateZ(0);filter:none!important;will-change:transform;backface-visibility:hidden!important;contain:layout paint!important;animation:jrHeroCurtainSlideRightOnce 8.8s 0s var(--jr-curtain-motion) 1 forwards}body .jr-hero__ogroup-panel{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;height:100%!important;opacity:1!important;visibility:visible!important;transform:none!important;clip-path:none!important;will-change:auto!important;background:linear-gradient(90deg,#ffffff0b,#00000038 5%,#ffffff05 12%,#00000061 22%,#ffffff03 34%,#00000073 52%,#ffffff02 67%,#0000009e),radial-gradient(circle at 22% 20%,rgba(255,255,255,.03),transparent 28%),radial-gradient(circle at 70% 78%,rgba(255,255,255,.018),transparent 42%),linear-gradient(90deg,#262725,#1c1d1c 18%,#141515 52%,#0b0c0c)!important;box-shadow:inset 110px 0 170px #00000080,inset 30px 0 72px #ffffff04,inset -150px 0 220px #000000c7,-64px 0 118px #000000b8!important}body .jr-hero__ogroup-panel:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;opacity:.72!important;background:linear-gradient(180deg,rgba(255,255,255,.035) 0%,transparent 24%,transparent 67%,rgba(0,0,0,.34) 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.026) 0 1px,rgba(255,255,255,.004) 1px 8px,rgba(0,0,0,.18) 8px 12px,transparent 12px 26px,rgba(255,255,255,.02) 26px 29px,rgba(0,0,0,.27) 29px 38px,transparent 38px 64px)!important;mix-blend-mode:soft-light!important}body .jr-hero__ogroup-panel:after{content:""!important;position:absolute!important;top:-8%!important;bottom:-8%!important;left:-190px!important;width:360px!important;pointer-events:none!important;opacity:1!important;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 6%,rgba(0,0,0,.32) 16%,rgba(0,0,0,.72) 32%,rgba(255,255,255,.06) 45%,rgba(255,255,255,.25) 52%,rgba(255,255,255,.105) 59%,rgba(0,0,0,.78) 69%,rgba(0,0,0,.42) 83%,transparent 100%)!important;filter:blur(20px)!important}body .jr-hero__ogroup-edge{position:absolute!important;top:-14%!important;bottom:-14%!important;left:-214px!important;width:430px!important;display:block!important;opacity:1!important;visibility:visible!important;transform:none!important;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 7%,rgba(0,0,0,.52) 20%,rgba(0,0,0,.88) 35%,rgba(255,255,255,.075) 44%,rgba(255,255,255,.34) 50%,rgba(255,255,255,.17) 56%,rgba(0,0,0,.88) 66%,rgba(16,17,17,.96) 80%,rgba(12,13,13,.82) 92%,transparent 100%)!important;filter:blur(15px)!important;mix-blend-mode:normal!important;will-change:auto!important}body .jr-hero__ogroup-edge:before{content:""!important;position:absolute!important;top:0!important;bottom:0!important;left:178px!important;width:92px!important;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 10%,rgba(255,255,255,.07) 27%,rgba(255,255,255,.38) 45%,rgba(255,255,255,.22) 55%,rgba(0,0,0,.68) 74%,transparent 100%)!important;filter:blur(10px)!important;opacity:1!important}body .jr-hero__ogroup-edge:after{content:""!important;position:absolute!important;top:-4%!important;bottom:-4%!important;left:214px!important;width:18px!important;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.23) 9%,rgba(255,255,255,.48) 28%,rgba(255,255,255,.27) 45%,rgba(255,255,255,.5) 60%,rgba(255,255,255,.22) 79%,transparent 100%)!important;filter:blur(8px)!important;box-shadow:0 0 34px #ffffff57,0 0 92px #ffffff2e,-46px 0 96px #000000c2,46px 0 104px #00000075!important;opacity:.92!important}@media(max-width:989px){body .jr-hero__ogroup-reveal{left:50%!important;width:64vw!important;min-width:64vw!important;animation-duration:7.4s!important}body .jr-hero__ogroup-panel{box-shadow:inset 72px 0 124px #00000080,inset 20px 0 52px #ffffff04,inset -96px 0 170px #000000c7,-36px 0 86px #000000b3!important}body .jr-hero__ogroup-panel:after{left:-136px!important;width:260px!important;filter:blur(17px)!important}body .jr-hero__ogroup-edge{left:-156px!important;width:306px!important;filter:blur(13px)!important}body .jr-hero__ogroup-edge:before{left:126px!important;width:72px!important;filter:blur(9px)!important}body .jr-hero__ogroup-edge:after{left:154px!important;width:14px!important;filter:blur(7px)!important}}@keyframes jrHeroCurtainSlideRightOnce{0%{transform:translateZ(0)}to{transform:translate3d(112vw,0,0)}}@media(prefers-reduced-motion:reduce){.jr-hero__ogroup-reveal{display:none!important;animation:none!important}}@media(max-width:989px){.jr-mobile-sticky-cta{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:10030!important;width:100%!important;min-height:46px!important;padding:0 0 env(safe-area-inset-bottom,0px)!important;display:grid!important;grid-template-columns:1fr 1fr 34px!important;align-items:stretch!important;background:#fff!important;color:#1b1b1b!important;border-top:1px solid rgba(0,0,0,.1)!important;box-shadow:0 -10px 24px #00000029!important;transform:translate3d(0,112%,0)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility .28s ease!important;will-change:transform!important}.jr-mobile-sticky-cta.is-visible{transform:translateZ(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.jr-mobile-sticky-cta__item{min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:0!important;margin:0!important;border:0!important;border-right:1px solid rgba(0,0,0,.08)!important;background:#fff!important;color:#252525!important;font-family:Arial,Helvetica,sans-serif!important;font-size:11px!important;font-weight:500!important;letter-spacing:.01em!important;line-height:1!important;text-decoration:none!important;text-transform:none!important;-webkit-tap-highlight-color:transparent!important}.jr-mobile-sticky-cta__item svg{width:13px!important;height:13px!important;display:block!important;fill:#168fa6!important}.jr-mobile-sticky-cta__close{width:34px!important;min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:0!important;background:#fff!important;color:#111!important;font-size:18px!important;font-weight:300!important;line-height:1!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}}@media(max-width:749px){body.template-index .jr-hero__areas--ogroup,body:has(.jr-hero) .jr-hero__areas--ogroup,body.jr-app .jr-hero__areas--ogroup,body .jr-hero__areas--ogroup,body .jr-hero__areas{position:absolute!important;left:auto!important;right:24px!important;bottom:calc(env(safe-area-inset-bottom,0px) + clamp(68px,12.5svh,118px))!important;width:auto!important;max-width:84vw!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:flex-end!important;justify-items:end!important;gap:0!important;text-align:right!important;overflow:visible!important;z-index:8!important}body.template-index .jr-hero__areas-label,body:has(.jr-hero) .jr-hero__areas-label,body.jr-app .jr-hero__areas-label,body .jr-hero__areas-label{width:auto!important;max-width:none!important;display:block!important;margin:0 0 8px!important;padding:0!important;color:#ffffffa1!important;font-family:var(--jr-og-font)!important;font-size:9px!important;font-weight:400!important;line-height:1!important;letter-spacing:.18em!important;text-align:right!important;text-transform:uppercase!important;white-space:nowrap!important}body.template-index .jr-hero__areas-label:before,body.template-index .jr-hero__areas-label:after,body:has(.jr-hero) .jr-hero__areas-label:before,body:has(.jr-hero) .jr-hero__areas-label:after,body.jr-app .jr-hero__areas-label:before,body.jr-app .jr-hero__areas-label:after,body .jr-hero__areas-label:before,body .jr-hero__areas-label:after{display:none!important;content:none!important}body.template-index .jr-hero__areas--ogroup a,body.template-index .jr-hero__areas a,body:has(.jr-hero) .jr-hero__areas--ogroup a,body:has(.jr-hero) .jr-hero__areas a,body.jr-app .jr-hero__areas--ogroup a,body.jr-app .jr-hero__areas a,body .jr-hero__areas--ogroup a,body .jr-hero__areas a{position:relative!important;width:auto!important;min-width:0!important;max-width:84vw!important;min-height:0!important;display:block!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;font-family:var(--jr-og-font)!important;font-size:clamp(29px,8.25vw,39px)!important;font-weight:500!important;line-height:.98!important;letter-spacing:.072em!important;text-align:right!important;text-transform:uppercase!important;white-space:nowrap!important;text-shadow:0 7px 20px rgba(0,0,0,.46)!important;transform:none!important;opacity:1!important}body.template-index .jr-hero__areas--ogroup a:first-of-type:before,body.template-index .jr-hero__areas a:first-of-type:before,body:has(.jr-hero) .jr-hero__areas--ogroup a:first-of-type:before,body:has(.jr-hero) .jr-hero__areas a:first-of-type:before,body.jr-app .jr-hero__areas--ogroup a:first-of-type:before,body.jr-app .jr-hero__areas a:first-of-type:before,body .jr-hero__areas--ogroup a:first-of-type:before,body .jr-hero__areas a:first-of-type:before{content:""!important;position:absolute!important;top:50%!important;right:calc(100% + 10px)!important;width:50px!important;height:2px!important;background:#d7192f!important;transform:translateY(-50%)!important;box-shadow:0 0 12px #d7192f47!important}}@media(max-width:389px){body.template-index .jr-hero__areas--ogroup a,body.template-index .jr-hero__areas a,body:has(.jr-hero) .jr-hero__areas--ogroup a,body:has(.jr-hero) .jr-hero__areas a,body .jr-hero__areas--ogroup a,body .jr-hero__areas a{font-size:clamp(26px,8vw,34px)!important;letter-spacing:.062em!important}body .jr-hero__areas--ogroup a:first-of-type:before,body .jr-hero__areas a:first-of-type:before{width:36px!important;right:calc(100% + 8px)!important}}body.template-index .jr-press-feature,body.jr-app.template-index .jr-press-feature,body:has(.jr-hero) .jr-press-feature,body .jr-press-feature.jr-press-feature--og-exact{position:relative!important;isolation:isolate!important;min-height:clamp(760px,88vh,960px)!important;width:100%!important;overflow:hidden!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;color:#111!important}body.template-index .jr-press-feature:before,body.template-index .jr-press-feature:after,body.jr-app.template-index .jr-press-feature:before,body.jr-app.template-index .jr-press-feature:after,body:has(.jr-hero) .jr-press-feature:before,body:has(.jr-hero) .jr-press-feature:after,body .jr-press-feature.jr-press-feature--og-exact:before,body .jr-press-feature.jr-press-feature--og-exact:after{display:none!important;content:none!important}body.template-index .jr-press-feature__stage,body.jr-app.template-index .jr-press-feature__stage,body:has(.jr-hero) .jr-press-feature__stage,body .jr-press-feature__stage{position:relative!important;min-height:inherit!important;width:100%!important;background:linear-gradient(90deg,rgba(191,20,42,.82) 0 1px,transparent 1px) 20.08% 0/1px 34.5% no-repeat,linear-gradient(180deg,rgba(191,20,42,.56) 0 1px,transparent 1px) 0 0/20.08% 1px no-repeat,#fff!important;overflow:hidden!important}body.template-index .jr-press-feature__canvas,body.jr-app.template-index .jr-press-feature__canvas,body:has(.jr-hero) .jr-press-feature__canvas,body .jr-press-feature__canvas,body.template-index .jr-press-feature__grid,body.jr-app.template-index .jr-press-feature__grid,body:has(.jr-hero) .jr-press-feature__grid,body .jr-press-feature__grid,body.template-index .jr-press-feature__media,body.jr-app.template-index .jr-press-feature__media,body:has(.jr-hero) .jr-press-feature__media,body .jr-press-feature__media{display:contents!important;min-height:0!important;background:transparent!important;box-shadow:none!important;clip-path:none!important;transform:none!important}body.template-index .jr-press-feature__monogram,body.jr-app.template-index .jr-press-feature__monogram,body:has(.jr-hero) .jr-press-feature__monogram,body .jr-press-feature__monogram,body.template-index .jr-press-feature__watermark,body.jr-app.template-index .jr-press-feature__watermark,body:has(.jr-hero) .jr-press-feature__watermark,body .jr-press-feature__watermark{position:absolute!important;z-index:0!important;pointer-events:none!important;right:-8.6vw!important;top:50%!important;width:min(61vw,1030px)!important;height:min(61vw,1030px)!important;transform:translateY(-50%)!important;background:url(jasjeet-header-logo.webp) left center/auto 100% no-repeat!important;filter:grayscale(1) contrast(.18) brightness(1.92)!important;opacity:.17!important;overflow:hidden!important;text-indent:-9999px!important}body.template-index .jr-press-feature__monogram:before,body.jr-app.template-index .jr-press-feature__monogram:before,body:has(.jr-hero) .jr-press-feature__monogram:before,body .jr-press-feature__monogram:before{content:""!important;position:absolute!important;top:-9%!important;right:-9%!important;bottom:-9%!important;left:-9%!important;border-radius:50%!important;border:42px solid rgba(0,0,0,.035)!important;opacity:.58!important}body.template-index .jr-press-feature__watermark:before,body.template-index .jr-press-feature__watermark:after,body.jr-app.template-index .jr-press-feature__watermark:before,body.jr-app.template-index .jr-press-feature__watermark:after,body:has(.jr-hero) .jr-press-feature__watermark:before,body:has(.jr-hero) .jr-press-feature__watermark:after,body .jr-press-feature__watermark:before,body .jr-press-feature__watermark:after{display:none!important;content:none!important}body.template-index .jr-press-feature__guide,body.jr-app.template-index .jr-press-feature__guide,body:has(.jr-hero) .jr-press-feature__guide,body .jr-press-feature__guide,body.template-index .jr-press-feature__rule,body.jr-app.template-index .jr-press-feature__rule,body:has(.jr-hero) .jr-press-feature__rule,body .jr-press-feature__rule{position:absolute!important;z-index:4!important;left:20.08%!important;top:0!important;height:34.5%!important;width:1px!important;background:#c31934!important;opacity:.84!important;pointer-events:none!important}body.template-index .jr-press-feature__identity,body.jr-app.template-index .jr-press-feature__identity,body:has(.jr-hero) .jr-press-feature__identity,body .jr-press-feature__identity{position:absolute!important;z-index:5!important;left:22.05%!important;top:11.8%!important;width:min(35vw,680px)!important;min-height:0!important;padding:0!important;margin:0!important;display:block!important;transform:none!important}body.template-index .jr-press-feature__kicker,body.jr-app.template-index .jr-press-feature__kicker,body:has(.jr-hero) .jr-press-feature__kicker,body .jr-press-feature__kicker{margin:0 0 13px!important;padding:0!important;color:#c31934!important;font-family:var(--jr-og-font),"Arial Narrow",Arial,sans-serif!important;font-size:clamp(9px,.62vw,11px)!important;font-weight:500!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important;text-align:left!important;white-space:nowrap!important}body.template-index .jr-press-feature__name,body.jr-app.template-index .jr-press-feature__name,body:has(.jr-hero) .jr-press-feature__name,body .jr-press-feature__name{display:block!important;margin:0!important;padding:0!important;max-width:none!important;color:#bf142a!important;font-family:var(--jr-condensed),var(--jr-og-font),"Arial Narrow",Arial,sans-serif!important;text-transform:uppercase!important;letter-spacing:.012em!important;line-height:.795!important;text-align:left!important;transform:none!important;font-stretch:condensed!important}body.template-index .jr-press-feature__name span,body.jr-app.template-index .jr-press-feature__name span,body:has(.jr-hero) .jr-press-feature__name span,body .jr-press-feature__name span{display:block!important;margin:0!important;font-size:clamp(78px,7.65vw,154px)!important;font-weight:300!important;line-height:.77!important;letter-spacing:.016em!important;color:#bf142a!important}body.template-index .jr-press-feature__name strong,body.jr-app.template-index .jr-press-feature__name strong,body:has(.jr-hero) .jr-press-feature__name strong,body .jr-press-feature__name strong{display:block!important;margin:0!important;font-size:clamp(92px,8.65vw,176px)!important;font-weight:60050!important;line-height:.76!important;letter-spacing:-.004em!important;color:#9f0f1f!important}body.template-index .jr-press-feature__portrait,body.jr-app.template-index .jr-press-feature__portrait,body:has(.jr-hero) .jr-press-feature__portrait,body .jr-press-feature__portrait{position:absolute!important;z-index:3!important;left:21.55%!important;bottom:-2px!important;width:min(31.5vw,610px)!important;height:clamp(440px,58vh,690px)!important;margin:0!important;padding:0!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;clip-path:none!important;transform:none!important}body.template-index .jr-press-feature__portrait:before,body.jr-app.template-index .jr-press-feature__portrait:before,body:has(.jr-hero) .jr-press-feature__portrait:before,body .jr-press-feature__portrait:before{content:""!important;position:absolute!important;z-index:-1!important;right:3%!important;top:0!important;width:42%!important;height:100%!important;background:#00000009!important;clip-path:polygon(22% 0,100% 0,82% 22%,100% 42%,72% 68%,92% 100%,0 100%,18% 74%,0 45%,25% 24%)!important;opacity:.7!important}body.template-index .jr-press-feature__portrait img,body.jr-app.template-index .jr-press-feature__portrait img,body:has(.jr-hero) .jr-press-feature__portrait img,body .jr-press-feature__portrait img,body.template-index .jr-press-feature__media img,body.jr-app.template-index .jr-press-feature__media img,body:has(.jr-hero) .jr-press-feature__media img,body .jr-press-feature__media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:bottom center!important;opacity:1!important;background:transparent!important;filter:saturate(1.02) contrast(1.045) brightness(1.02)!important;transform:none!important;mix-blend-mode:multiply!important;box-shadow:none!important;clip-path:none!important}body.template-index .jr-press-feature__copy,body.jr-app.template-index .jr-press-feature__copy,body:has(.jr-hero) .jr-press-feature__copy,body .jr-press-feature__copy{position:absolute!important;z-index:5!important;left:54.15%!important;top:23.2%!important;width:min(35.5vw,690px)!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;background:transparent!important;color:#111!important;transform:none!important}body.template-index .jr-press-feature__copy:before,body.jr-app.template-index .jr-press-feature__copy:before,body:has(.jr-hero) .jr-press-feature__copy:before,body .jr-press-feature__copy:before,body.template-index .jr-press-feature__badges,body.jr-app.template-index .jr-press-feature__badges,body:has(.jr-hero) .jr-press-feature__badges,body .jr-press-feature__badges,body.template-index .jr-press-feature__badge,body.jr-app.template-index .jr-press-feature__badge,body:has(.jr-hero) .jr-press-feature__badge,body .jr-press-feature__badge{display:none!important;content:none!important}body.template-index .jr-press-feature__lead,body.jr-app.template-index .jr-press-feature__lead,body:has(.jr-hero) .jr-press-feature__lead,body .jr-press-feature__lead,body.template-index .jr-press-feature__title,body.jr-app.template-index .jr-press-feature__title,body:has(.jr-hero) .jr-press-feature__title,body .jr-press-feature__title{max-width:620px!important;margin:0 0 30px!important;padding:0!important;color:#101010!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:clamp(14px,.94vw,17px)!important;font-weight:600!important;line-height:1.82!important;letter-spacing:.02em!important;text-transform:none!important;text-align:left!important;transform:none!important}body.template-index .jr-press-feature__text,body.jr-app.template-index .jr-press-feature__text,body:has(.jr-hero) .jr-press-feature__text,body .jr-press-feature__text{max-width:620px!important;margin:0 0 38px!important;padding:0!important;color:#111!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:clamp(14px,.94vw,17px)!important;font-weight:600!important;line-height:1.82!important;letter-spacing:.018em!important;text-align:left!important;text-transform:none!important}body.template-index .jr-press-feature__actions,body.jr-app.template-index .jr-press-feature__actions,body:has(.jr-hero) .jr-press-feature__actions,body .jr-press-feature__actions{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:18px!important;margin:0!important;padding:0!important}body.template-index .jr-press-feature__button,body.jr-app.template-index .jr-press-feature__button,body:has(.jr-hero) .jr-press-feature__button,body .jr-press-feature__button{min-width:272px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;padding:0 24px!important;border:0!important;border-radius:0!important;background:#c31934!important;color:#fff!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:11px!important;font-weight:600!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;transition:background .34s ease,transform .34s ease!important}body.template-index .jr-press-feature__button svg,body.jr-app.template-index .jr-press-feature__button svg,body:has(.jr-hero) .jr-press-feature__button svg,body .jr-press-feature__button svg{width:20px!important;height:20px!important;flex:0 0 20px!important}body.template-index .jr-press-feature__button:hover,body.jr-app.template-index .jr-press-feature__button:hover,body:has(.jr-hero) .jr-press-feature__button:hover,body .jr-press-feature__button:hover{background:#9f0f1f!important;transform:translateY(-1px)!important}body.template-index .jr-press-feature__secondary,body.jr-app.template-index .jr-press-feature__secondary,body:has(.jr-hero) .jr-press-feature__secondary,body .jr-press-feature__secondary{display:inline-flex!important;align-items:center!important;gap:14px!important;color:#1b1b1b!important;text-decoration:none!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:12px!important;font-weight:600!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important}body.template-index .jr-press-feature__play,body.jr-app.template-index .jr-press-feature__play,body:has(.jr-hero) .jr-press-feature__play,body .jr-press-feature__play{position:relative!important;width:42px!important;height:42px!important;border:1.4px solid #c31934!important;border-radius:50%!important;flex:0 0 42px!important}body.template-index .jr-press-feature__play:before,body.jr-app.template-index .jr-press-feature__play:before,body:has(.jr-hero) .jr-press-feature__play:before,body .jr-press-feature__play:before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-37%,-50%)!important;width:0!important;height:0!important;border-top:6px solid transparent!important;border-bottom:6px solid transparent!important;border-left:8px solid #c31934!important}@media(max-width:1189px){body.template-index .jr-press-feature,body.jr-app.template-index .jr-press-feature,body:has(.jr-hero) .jr-press-feature,body .jr-press-feature.jr-press-feature--og-exact{min-height:auto!important;background:#fff!important}body.template-index .jr-press-feature__stage,body.jr-app.template-index .jr-press-feature__stage,body:has(.jr-hero) .jr-press-feature__stage,body .jr-press-feature__stage{min-height:auto!important;padding:74px 22px 60px!important;background:linear-gradient(90deg,rgba(191,20,42,.82) 0 1px,transparent 1px) 22px 0/1px 230px no-repeat,linear-gradient(180deg,rgba(191,20,42,.56) 0 1px,transparent 1px) 0 0/22px 1px no-repeat,#fff!important}body.template-index .jr-press-feature__guide,body.jr-app.template-index .jr-press-feature__guide,body:has(.jr-hero) .jr-press-feature__guide,body .jr-press-feature__guide,body.template-index .jr-press-feature__rule,body.jr-app.template-index .jr-press-feature__rule,body:has(.jr-hero) .jr-press-feature__rule,body .jr-press-feature__rule{left:22px!important;height:230px!important}body.template-index .jr-press-feature__monogram,body.jr-app.template-index .jr-press-feature__monogram,body:has(.jr-hero) .jr-press-feature__monogram,body .jr-press-feature__monogram,body.template-index .jr-press-feature__watermark,body.jr-app.template-index .jr-press-feature__watermark,body:has(.jr-hero) .jr-press-feature__watermark,body .jr-press-feature__watermark{right:-42vw!important;top:32%!important;width:112vw!important;height:112vw!important;transform:none!important;opacity:.13!important}body.template-index .jr-press-feature__identity,body.jr-app.template-index .jr-press-feature__identity,body:has(.jr-hero) .jr-press-feature__identity,body .jr-press-feature__identity{position:relative!important;left:auto!important;top:auto!important;width:auto!important;padding:0 0 0 42px!important}body.template-index .jr-press-feature__kicker,body.jr-app.template-index .jr-press-feature__kicker,body:has(.jr-hero) .jr-press-feature__kicker,body .jr-press-feature__kicker{font-size:10px!important;letter-spacing:.2em!important;white-space:normal!important}body.template-index .jr-press-feature__name span,body.jr-app.template-index .jr-press-feature__name span,body:has(.jr-hero) .jr-press-feature__name span,body .jr-press-feature__name span{font-size:clamp(56px,16vw,92px)!important}body.template-index .jr-press-feature__name strong,body.jr-app.template-index .jr-press-feature__name strong,body:has(.jr-hero) .jr-press-feature__name strong,body .jr-press-feature__name strong{font-size:clamp(66px,18.5vw,108px)!important}body.template-index .jr-press-feature__portrait,body.jr-app.template-index .jr-press-feature__portrait,body:has(.jr-hero) .jr-press-feature__portrait,body .jr-press-feature__portrait{position:relative!important;left:auto!important;bottom:auto!important;width:min(82vw,430px)!important;height:390px!important;margin:20px auto 0!important}body.template-index .jr-press-feature__copy,body.jr-app.template-index .jr-press-feature__copy,body:has(.jr-hero) .jr-press-feature__copy,body .jr-press-feature__copy{position:relative!important;left:auto!important;top:auto!important;width:auto!important;padding:34px 0 0 42px!important}body.template-index .jr-press-feature__lead,body.jr-app.template-index .jr-press-feature__lead,body:has(.jr-hero) .jr-press-feature__lead,body .jr-press-feature__lead,body.template-index .jr-press-feature__title,body.jr-app.template-index .jr-press-feature__title,body:has(.jr-hero) .jr-press-feature__title,body .jr-press-feature__title{font-size:15px!important;line-height:1.74!important;margin-bottom:18px!important}body.template-index .jr-press-feature__text,body.jr-app.template-index .jr-press-feature__text,body:has(.jr-hero) .jr-press-feature__text,body .jr-press-feature__text{font-size:14px!important;line-height:1.78!important;margin-bottom:30px!important}body.template-index .jr-press-feature__button,body.jr-app.template-index .jr-press-feature__button,body:has(.jr-hero) .jr-press-feature__button,body .jr-press-feature__button{width:100%!important;max-width:360px!important}body.template-index .jr-press-feature__secondary,body.jr-app.template-index .jr-press-feature__secondary,body:has(.jr-hero) .jr-press-feature__secondary,body .jr-press-feature__secondary{letter-spacing:.22em!important;font-size:11px!important}}body .jr-press-feature.jr-press-feature--og-profile,body.template-index .jr-press-feature.jr-press-feature--og-profile,body.jr-app.template-index .jr-press-feature.jr-press-feature--og-profile,body:has(.jr-hero) .jr-press-feature.jr-press-feature--og-profile{--jr-profile-red:#c31934;--jr-profile-deep-red:#8f0b19;--jr-profile-black:#111;--jr-profile-grey:#ededed;position:relative!important;isolation:isolate!important;width:100%!important;min-height:clamp(690px,calc(100vh - 78px),850px)!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;color:#111!important;border:0!important}body .jr-press-feature.jr-press-feature--og-profile:before,body .jr-press-feature.jr-press-feature--og-profile:after{display:none!important;content:none!important}body .jr-press-feature--og-profile .jr-press-feature__stage{position:relative!important;width:100%!important;min-height:inherit!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;color:#111!important;display:block!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__stage:before,body .jr-press-feature--og-profile .jr-press-feature__stage:after{display:none!important;content:none!important}body .jr-press-feature--og-profile .jr-press-feature__line{position:absolute!important;z-index:7!important;display:block!important;pointer-events:none!important;background:var(--jr-profile-red)!important;opacity:.78!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__line--vertical{left:20.08%!important;top:0!important;width:1px!important;height:32.6%!important}body .jr-press-feature--og-profile .jr-press-feature__line--horizontal{left:0!important;top:13.85%!important;width:20.08%!important;height:1px!important}body .jr-press-feature--og-profile .jr-press-feature__watermark{position:absolute!important;z-index:0!important;pointer-events:none!important;right:-3.6vw!important;top:50.4%!important;width:min(62.5vw,1030px)!important;height:min(62.5vw,1030px)!important;transform:translateY(-50%)!important;margin:0!important;padding:0!important;opacity:1!important;background:transparent!important;filter:none!important;overflow:visible!important;text-indent:0!important}body .jr-press-feature--og-profile .jr-press-feature__watermark:before,body .jr-press-feature--og-profile .jr-press-feature__watermark:after{display:none!important;content:none!important}body .jr-press-feature--og-profile .jr-press-feature__watermark-ring{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;border-radius:50%!important;border:clamp(26px,3vw,54px) solid rgba(0,0,0,.052)!important;opacity:.9!important;transform:rotate(-11deg)!important}body .jr-press-feature--og-profile .jr-press-feature__watermark-ring:before,body .jr-press-feature--og-profile .jr-press-feature__watermark-ring:after{content:""!important;position:absolute!important;border-radius:50%!important;pointer-events:none!important}body .jr-press-feature--og-profile .jr-press-feature__watermark-ring:before{top:-4.5%!important;right:-4.5%!important;bottom:-4.5%!important;left:-4.5%!important;border:clamp(12px,1.15vw,22px) solid rgba(0,0,0,.025)!important;opacity:.7!important}body .jr-press-feature--og-profile .jr-press-feature__watermark-ring:after{top:13%!important;right:13%!important;bottom:13%!important;left:13%!important;border:clamp(8px,.65vw,14px) solid rgba(0,0,0,.024)!important;opacity:.72!important}body .jr-press-feature--og-profile .jr-press-feature__watermark-js{position:absolute!important;left:28.2%!important;top:35.3%!important;width:47%!important;height:31%!important;display:block!important;background:url(jasjeet-js-monogram.webp) 3% 7%/17% auto no-repeat,linear-gradient(transparent,transparent)!important;opacity:.58!important;filter:grayscale(1) contrast(.22) brightness(1.75)!important}body .jr-press-feature--og-profile .jr-press-feature__watermark-js:after{content:"JS"!important;position:absolute!important;left:23%!important;top:-20%!important;font-family:Georgia,Times New Roman,serif!important;font-weight:400!important;font-size:clamp(180px,15.7vw,320px)!important;line-height:.74!important;letter-spacing:-.08em!important;color:#0000000e!important}body .jr-press-feature--og-profile .jr-press-feature__identity{position:absolute!important;z-index:6!important;left:22.08%!important;top:12.55%!important;width:31.5vw!important;max-width:590px!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;transform:none!important;background:transparent!important;color:var(--jr-profile-red)!important}body .jr-press-feature--og-profile .jr-press-feature__kicker{margin:0 0 clamp(10px,.75vw,14px)!important;padding:0!important;color:var(--jr-profile-red)!important;font-family:var(--jr-og-font),"Arial Narrow",Arial,sans-serif!important;font-size:clamp(8px,.58vw,11px)!important;font-weight:500!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important;text-align:left!important;white-space:nowrap!important}body .jr-press-feature--og-profile .jr-press-feature__name{display:block!important;margin:0!important;padding:0!important;max-width:none!important;color:var(--jr-profile-red)!important;font-family:var(--jr-condensed),var(--jr-og-font),"Arial Narrow",Arial,sans-serif!important;text-transform:uppercase!important;text-align:left!important;transform:none!important;font-stretch:condensed!important;line-height:.75!important;letter-spacing:-.01em!important}body .jr-press-feature--og-profile .jr-press-feature__name span,body .jr-press-feature--og-profile .jr-press-feature__name strong{display:block!important;margin:0!important;padding:0!important;color:inherit!important;font-family:inherit!important;text-align:left!important;transform:none!important;text-shadow:none!important}body .jr-press-feature--og-profile .jr-press-feature__name span{font-size:clamp(76px,7.45vw,146px)!important;font-weight:300!important;line-height:.74!important;letter-spacing:-.012em!important;color:#c31934!important}body .jr-press-feature--og-profile .jr-press-feature__name strong{font-size:clamp(86px,8.45vw,168px)!important;font-weight:60050!important;line-height:.72!important;letter-spacing:-.025em!important;color:#a5091e!important}body .jr-press-feature--og-profile .jr-press-feature__portrait{position:absolute!important;z-index:4!important;left:22.25%!important;bottom:-1px!important;width:min(32vw,610px)!important;height:clamp(420px,58vh,650px)!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important;background:transparent!important;border:0!important;box-shadow:none!important;clip-path:none!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__portrait:before{content:""!important;position:absolute!important;z-index:-1!important;right:4.2%!important;top:-4%!important;width:47%!important;height:105%!important;background:#00000008!important;opacity:.55!important;clip-path:polygon(24% 0,100% 0,80% 21%,100% 41%,70% 67%,93% 100%,0 100%,17% 74%,0 45%,24% 24%)!important}body .jr-press-feature--og-profile .jr-press-feature__portrait img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:bottom center!important;opacity:1!important;background:transparent!important;filter:saturate(1.03) contrast(1.045) brightness(1.025)!important;transform:none!important;mix-blend-mode:multiply!important;box-shadow:none!important;clip-path:none!important}body .jr-press-feature--og-profile .jr-press-feature__copy{position:absolute!important;z-index:5!important;left:54.55%!important;top:24.35%!important;width:min(37.4vw,705px)!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;background:transparent!important;color:#111!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__copy:before,body .jr-press-feature--og-profile .jr-press-feature__copy:after{display:none!important;content:none!important}body .jr-press-feature--og-profile .jr-press-feature__lead{display:block!important;max-width:610px!important;margin:0 0 clamp(28px,2vw,38px)!important;padding:0!important;color:#111!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:clamp(13px,.82vw,15.5px)!important;font-weight:600!important;line-height:1.68!important;letter-spacing:.02em!important;text-transform:none!important;text-align:left!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__text{display:block!important;max-width:610px!important;margin:0 0 clamp(28px,2.25vw,42px)!important;padding:0!important;color:#111!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:clamp(13px,.82vw,15.5px)!important;font-weight:600!important;line-height:1.78!important;letter-spacing:.012em!important;text-align:left!important;text-transform:none!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__actions{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:16px!important;margin:0!important;padding:0!important}body .jr-press-feature--og-profile .jr-press-feature__button{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:17px!important;min-width:236px!important;height:31px!important;min-height:31px!important;padding:0 21px!important;border:0!important;border-radius:0!important;background:#c31934!important;color:#fff!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.22em!important;text-transform:uppercase!important;text-decoration:none!important;box-shadow:none!important;transform:translateZ(0)!important;overflow:hidden!important;transition:background .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1)!important}body .jr-press-feature--og-profile .jr-press-feature__button:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent)!important;transform:translate(-110%)!important;transition:transform .78s cubic-bezier(.22,1,.36,1)!important}body .jr-press-feature--og-profile .jr-press-feature__button span,body .jr-press-feature--og-profile .jr-press-feature__button svg{position:relative!important;z-index:1!important}body .jr-press-feature--og-profile .jr-press-feature__button svg{width:18px!important;height:18px!important;flex:0 0 18px!important;transition:transform .45s cubic-bezier(.22,1,.36,1)!important}body .jr-press-feature--og-profile .jr-press-feature__button:hover{background:#960b1d!important;transform:translateY(-1px)!important}body .jr-press-feature--og-profile .jr-press-feature__button:hover:before{transform:translate(110%)!important}body .jr-press-feature--og-profile .jr-press-feature__button:hover svg{transform:rotate(90deg)!important}body .jr-press-feature--og-profile .jr-press-feature__secondary{display:inline-flex!important;align-items:center!important;gap:14px!important;margin:0!important;padding:0!important;color:#111!important;text-decoration:none!important;font-family:var(--jr-og-font),Arial,sans-serif!important;font-size:11px!important;font-weight:600!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__play{position:relative!important;display:block!important;width:37px!important;height:37px!important;min-width:37px!important;border:1.3px solid #c31934!important;border-radius:50%!important;background:#fff!important;box-shadow:none!important;transition:background .35s ease,transform .35s ease!important}body .jr-press-feature--og-profile .jr-press-feature__play:before{content:""!important;position:absolute!important;top:50%!important;left:50%!important;width:0!important;height:0!important;transform:translate(-36%,-50%)!important;border-top:5px solid transparent!important;border-bottom:5px solid transparent!important;border-left:7px solid #c31934!important}body .jr-press-feature--og-profile .jr-press-feature__secondary:hover .jr-press-feature__play{background:#c31934!important;transform:scale(1.04)!important}body .jr-press-feature--og-profile .jr-press-feature__secondary:hover .jr-press-feature__play:before{border-left-color:#fff!important}body .jr-press-feature--og-profile .jr-press-feature__badges,body .jr-press-feature--og-profile .jr-press-feature__badge,body .jr-press-feature--og-profile .jr-press-feature__grid,body .jr-press-feature--og-profile .jr-press-feature__media,body .jr-press-feature--og-profile .jr-press-feature__canvas,body .jr-press-feature--og-profile .jr-press-feature__monogram,body .jr-press-feature--og-profile .jr-press-feature__guide,body .jr-press-feature--og-profile .jr-press-feature__rule{display:none!important}@media(min-width:1190px)and (max-height:760px){body .jr-press-feature.jr-press-feature--og-profile{min-height:680px!important}body .jr-press-feature--og-profile .jr-press-feature__identity{top:11.2%!important}body .jr-press-feature--og-profile .jr-press-feature__name span{font-size:clamp(70px,6.7vw,128px)!important}body .jr-press-feature--og-profile .jr-press-feature__name strong{font-size:clamp(82px,7.7vw,148px)!important}body .jr-press-feature--og-profile .jr-press-feature__portrait{height:clamp(390px,57vh,590px)!important}body .jr-press-feature--og-profile .jr-press-feature__copy{top:22.8%!important}body .jr-press-feature--og-profile .jr-press-feature__text{line-height:1.66!important;margin-bottom:24px!important}}@media(max-width:1189px){body .jr-press-feature.jr-press-feature--og-profile,body.template-index .jr-press-feature.jr-press-feature--og-profile,body.jr-app.template-index .jr-press-feature.jr-press-feature--og-profile,body:has(.jr-hero) .jr-press-feature.jr-press-feature--og-profile{min-height:auto!important;background:#fff!important;overflow:hidden!important}body .jr-press-feature--og-profile .jr-press-feature__stage{min-height:auto!important;padding:70px 22px 62px!important;display:block!important}body .jr-press-feature--og-profile .jr-press-feature__line--vertical{left:22px!important;height:226px!important}body .jr-press-feature--og-profile .jr-press-feature__line--horizontal{top:108px!important;width:22px!important}body .jr-press-feature--og-profile .jr-press-feature__watermark{right:-46vw!important;top:300px!important;width:118vw!important;height:118vw!important;transform:none!important}body .jr-press-feature--og-profile .jr-press-feature__identity{position:relative!important;left:auto!important;top:auto!important;width:auto!important;max-width:none!important;padding-left:42px!important}body .jr-press-feature--og-profile .jr-press-feature__kicker{white-space:normal!important;font-size:10px!important;letter-spacing:.2em!important;line-height:1.45!important}body .jr-press-feature--og-profile .jr-press-feature__name span{font-size:clamp(56px,16vw,92px)!important}body .jr-press-feature--og-profile .jr-press-feature__name strong{font-size:clamp(66px,18.5vw,108px)!important}body .jr-press-feature--og-profile .jr-press-feature__portrait{position:relative!important;left:auto!important;bottom:auto!important;width:min(86vw,430px)!important;height:390px!important;margin:16px auto 0!important}body .jr-press-feature--og-profile .jr-press-feature__copy{position:relative!important;left:auto!important;top:auto!important;width:auto!important;max-width:680px!important;padding:34px 0 0 42px!important}body .jr-press-feature--og-profile .jr-press-feature__lead,body .jr-press-feature--og-profile .jr-press-feature__text{font-size:14px!important;line-height:1.75!important;max-width:none!important}body .jr-press-feature--og-profile .jr-press-feature__button{width:100%!important;max-width:360px!important}}@media(max-width:480px){body .jr-press-feature--og-profile .jr-press-feature__stage{padding:58px 18px 54px!important}body .jr-press-feature--og-profile .jr-press-feature__line--vertical{left:18px!important;height:198px!important}body .jr-press-feature--og-profile .jr-press-feature__line--horizontal{top:96px!important;width:18px!important}body .jr-press-feature--og-profile .jr-press-feature__identity{padding-left:30px!important}body .jr-press-feature--og-profile .jr-press-feature__portrait{height:340px!important;width:min(92vw,390px)!important}body .jr-press-feature--og-profile .jr-press-feature__copy{padding-left:30px!important}body .jr-press-feature--og-profile .jr-press-feature__text br{display:block!important;content:""!important;margin:13px 0!important}body .jr-press-feature--og-profile .jr-press-feature__secondary{font-size:10px!important;letter-spacing:.22em!important}}body.jr-app.template-index .jr-og-testimonials,body.jr-app:has(.jr-hero) .jr-og-testimonials{position:relative!important;width:100%!important;margin:0!important;padding:0!important;background:#020202!important;color:#fff!important;overflow:hidden!important;isolation:isolate!important}body.jr-app.template-index .jr-og-testimonials__canvas,body.jr-app:has(.jr-hero) .jr-og-testimonials__canvas{position:relative!important;width:100%!important;min-height:690px!important;height:clamp(640px,43vw,760px)!important;background:radial-gradient(circle at 55% 44%,rgba(255,255,255,.045),transparent 28%),linear-gradient(90deg,#030303,#000 41%,#030303)!important;overflow:hidden!important}body.jr-app.template-index .jr-og-testimonials__canvas:before,body.jr-app:has(.jr-hero) .jr-og-testimonials__canvas:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(90deg,#000,#000000eb 21%,#00000038 47%,#0000008c 68%,#000)!important}body.jr-app.template-index .jr-og-testimonials__canvas:after,body.jr-app:has(.jr-hero) .jr-og-testimonials__canvas:after{content:""!important;position:absolute!important;inset:auto 0 0 0!important;height:38%!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(0deg,#000 0%,rgba(0,0,0,.78) 36%,transparent 100%)!important}body.jr-app.template-index .jr-og-testimonials__portrait,body.jr-app:has(.jr-hero) .jr-og-testimonials__portrait{position:absolute!important;z-index:1!important;left:35.6%!important;top:0!important;bottom:0!important;width:36%!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;overflow:hidden!important;opacity:.95!important;pointer-events:none!important}body.jr-app.template-index .jr-og-testimonials__portrait:before,body.jr-app:has(.jr-hero) .jr-og-testimonials__portrait:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;background:linear-gradient(90deg,#000 0%,transparent 19%,transparent 72%,#000 100%),linear-gradient(0deg,#000 0%,transparent 22%,transparent 100%)!important;pointer-events:none!important}body.jr-app.template-index .jr-og-testimonials__portrait-image,body.jr-app:has(.jr-hero) .jr-og-testimonials__portrait-image{position:relative!important;z-index:1!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center bottom!important;filter:grayscale(1) contrast(1.14) brightness(.72)!important;transform:scale(1.06)!important}body.jr-app.template-index .jr-og-testimonials__portrait-fallback,body.jr-app:has(.jr-hero) .jr-og-testimonials__portrait-fallback{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.18),transparent 30%),#050505!important;color:#ffffff14!important;font-family:var(--jr-og-font,var(--jr-condensed),Arial,sans-serif)!important;font-size:clamp(110px,15vw,260px)!important;font-weight:600!important;letter-spacing:-.08em!important}body.jr-app.template-index .jr-og-testimonials__copy,body.jr-app:has(.jr-hero) .jr-og-testimonials__copy{position:absolute!important;z-index:4!important;left:clamp(34px,21.45vw,360px)!important;top:50.2%!important;width:min(500px,31vw)!important;transform:translateY(-50%)!important;text-align:left!important}body.jr-app.template-index .jr-og-testimonials__slide,body.jr-app:has(.jr-hero) .jr-og-testimonials__slide{display:none!important;margin:0!important;padding:0!important;animation:none!important}body.jr-app.template-index .jr-og-testimonials__slide.is-active,body.jr-app:has(.jr-hero) .jr-og-testimonials__slide.is-active{display:block!important;animation:jrOgTestimonialFade .7s cubic-bezier(.22,1,.36,1)!important}@keyframes jrOgTestimonialFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}body.jr-app.template-index .jr-og-testimonials__quote,body.jr-app:has(.jr-hero) .jr-og-testimonials__quote{display:block!important;max-width:100%!important;margin:0!important;padding:0!important;color:#fff!important;font-family:var(--jr-og-font,var(--jr-condensed),"Arial Narrow",Arial,sans-serif)!important;font-size:clamp(11px,.83vw,14px)!important;font-weight:600!important;line-height:1.48!important;letter-spacing:.018em!important;text-transform:none!important;font-style:normal!important;text-shadow:0 14px 38px rgba(0,0,0,.68)!important}body.jr-app.template-index .jr-og-testimonials__rule,body.jr-app:has(.jr-hero) .jr-og-testimonials__rule{display:block!important;width:38px!important;height:3px!important;margin:28px 0 26px!important;background:#c31934!important}body.jr-app.template-index .jr-og-testimonials__name,body.jr-app:has(.jr-hero) .jr-og-testimonials__name,body.jr-app.template-index .jr-og-testimonials__meta,body.jr-app:has(.jr-hero) .jr-og-testimonials__meta{margin:0!important;padding:0!important;font-family:var(--jr-og-font,var(--jr-condensed),"Arial Narrow",Arial,sans-serif)!important;color:#fff!important;font-size:clamp(10px,.75vw,13px)!important;line-height:1.25!important;font-weight:600!important;letter-spacing:.015em!important;text-transform:none!important}body.jr-app.template-index .jr-og-testimonials__meta,body.jr-app:has(.jr-hero) .jr-og-testimonials__meta{margin-top:6px!important;color:#ffffff94!important;font-size:clamp(9px,.65vw,11px)!important;letter-spacing:.14em!important;text-transform:uppercase!important}body.jr-app.template-index .jr-og-testimonials__button,body.jr-app:has(.jr-hero) .jr-og-testimonials__button{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;min-width:140px!important;height:31px!important;min-height:31px!important;margin-top:44px!important;padding:0 19px!important;border:0!important;border-radius:0 0 10px!important;background:#c31934!important;color:#fff!important;text-decoration:none!important;font-family:var(--jr-og-font,var(--jr-condensed),"Arial Narrow",Arial,sans-serif)!important;font-size:9px!important;line-height:1!important;font-weight:600!important;letter-spacing:.22em!important;text-transform:uppercase!important;overflow:hidden!important;transform:translateZ(0)!important;box-shadow:none!important;transition:background .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1)!important}body.jr-app.template-index .jr-og-testimonials__button:before,body.jr-app:has(.jr-hero) .jr-og-testimonials__button:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent)!important;transform:translate(-120%)!important;transition:transform .7s cubic-bezier(.22,1,.36,1)!important}body.jr-app.template-index .jr-og-testimonials__button:hover,body.jr-app:has(.jr-hero) .jr-og-testimonials__button:hover{background:#9f1027!important;transform:translateY(-1px)!important}body.jr-app.template-index .jr-og-testimonials__button:hover:before,body.jr-app:has(.jr-hero) .jr-og-testimonials__button:hover:before{transform:translate(120%)!important}body.jr-app.template-index .jr-og-testimonials__button span,body.jr-app.template-index .jr-og-testimonials__button svg,body.jr-app:has(.jr-hero) .jr-og-testimonials__button span,body.jr-app:has(.jr-hero) .jr-og-testimonials__button svg{position:relative!important;z-index:1!important}body.jr-app.template-index .jr-og-testimonials__button svg,body.jr-app:has(.jr-hero) .jr-og-testimonials__button svg{width:18px!important;height:18px!important;transition:transform .38s cubic-bezier(.22,1,.36,1)!important}body.jr-app.template-index .jr-og-testimonials__button:hover svg,body.jr-app:has(.jr-hero) .jr-og-testimonials__button:hover svg{transform:rotate(90deg)!important}body.jr-app.template-index .jr-og-testimonials__arrows,body.jr-app:has(.jr-hero) .jr-og-testimonials__arrows{position:absolute!important;z-index:5!important;left:45.7%!important;top:82.5%!important;display:flex!important;align-items:center!important;gap:18px!important;transform:translate(-50%,-50%)!important}body.jr-app.template-index .jr-og-testimonials__arrow,body.jr-app:has(.jr-hero) .jr-og-testimonials__arrow{display:flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#ffffff9e!important;cursor:pointer!important;transition:color .25s ease,transform .25s ease!important}body.jr-app.template-index .jr-og-testimonials__arrow svg,body.jr-app:has(.jr-hero) .jr-og-testimonials__arrow svg{width:24px!important;height:24px!important;display:block!important}body.jr-app.template-index .jr-og-testimonials__arrow:hover,body.jr-app:has(.jr-hero) .jr-og-testimonials__arrow:hover{color:#fff!important;transform:translateY(-1px)!important}body.jr-app.template-index .jr-og-testimonials__side-title,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title{position:absolute!important;z-index:4!important;right:clamp(260px,19.65vw,390px)!important;top:clamp(42px,2.75vw,54px)!important;width:clamp(130px,7.55vw,152px)!important;height:clamp(360px,24vw,462px)!important;display:block!important;writing-mode:horizontal-tb!important;transform:none!important;pointer-events:none!important;text-align:left!important}body.jr-app.template-index .jr-og-testimonials__side-title span,body.jr-app.template-index .jr-og-testimonials__side-title strong,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title span,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title strong{position:absolute!important;bottom:0!important;display:block!important;margin:0!important;padding:0!important;font-family:var(--jr-og-font,var(--jr-condensed),"Arial Narrow",Arial,sans-serif)!important;font-size:clamp(46px,3.55vw,70px)!important;line-height:.78!important;letter-spacing:.052em!important;text-transform:uppercase!important;color:#c31934!important;text-shadow:none!important;writing-mode:vertical-rl!important;transform:rotate(180deg)!important;transform-origin:center!important;white-space:nowrap!important}body.jr-app.template-index .jr-og-testimonials__side-title span,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title span{left:0!important;font-weight:300!important;opacity:.58!important}body.jr-app.template-index .jr-og-testimonials__side-title strong,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title strong{right:0!important;font-weight:60050!important;opacity:.88!important}body.jr-app.template-index .jr-og-testimonials__caption,body.jr-app:has(.jr-hero) .jr-og-testimonials__caption{position:absolute!important;z-index:5!important;right:0!important;bottom:146px!important;width:26.6vw!important;min-width:380px!important;height:28px!important;border-bottom:1px solid rgba(255,255,255,.52)!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;padding-left:0!important;pointer-events:none!important}body.jr-app.template-index .jr-og-testimonials__caption span,body.jr-app:has(.jr-hero) .jr-og-testimonials__caption span{color:#fff!important;font-family:var(--jr-og-font,var(--jr-condensed),"Arial Narrow",Arial,sans-serif)!important;font-size:9px!important;line-height:1!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important;white-space:nowrap!important}body.jr-app.template-index .jr-og-testimonials__quote-mark,body.jr-app:has(.jr-hero) .jr-og-testimonials__quote-mark{position:absolute!important;z-index:3!important;font-family:Georgia,Times New Roman,serif!important;font-weight:600!important;line-height:.75!important;letter-spacing:-.16em!important;color:#ffffff14!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}body.jr-app.template-index .jr-og-testimonials__quote-mark--left,body.jr-app:has(.jr-hero) .jr-og-testimonials__quote-mark--left{left:clamp(26px,13.25vw,224px)!important;top:clamp(128px,13vw,218px)!important;font-size:clamp(172px,14vw,250px)!important;transform:rotate(180deg)!important}body.jr-app.template-index .jr-og-testimonials__quote-mark--right,body.jr-app:has(.jr-hero) .jr-og-testimonials__quote-mark--right{right:clamp(116px,18.8vw,314px)!important;bottom:6px!important;font-size:clamp(188px,15vw,270px)!important;opacity:.9!important}@media(max-width:1189px){body.jr-app.template-index .jr-og-testimonials__canvas,body.jr-app:has(.jr-hero) .jr-og-testimonials__canvas{min-height:620px!important;height:620px!important}body.jr-app.template-index .jr-og-testimonials__copy,body.jr-app:has(.jr-hero) .jr-og-testimonials__copy{left:8vw!important;width:42vw!important}body.jr-app.template-index .jr-og-testimonials__portrait,body.jr-app:has(.jr-hero) .jr-og-testimonials__portrait{left:34%!important;width:40%!important}body.jr-app.template-index .jr-og-testimonials__side-title,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title{right:8vw!important;height:460px!important}body.jr-app.template-index .jr-og-testimonials__caption,body.jr-app:has(.jr-hero) .jr-og-testimonials__caption{min-width:300px!important;width:32vw!important;bottom:122px!important}}@media(max-width:989px){body.jr-app.template-index .jr-og-testimonials,body.jr-app:has(.jr-hero) .jr-og-testimonials{background:#030303!important}body.jr-app.template-index .jr-og-testimonials__canvas,body.jr-app:has(.jr-hero) .jr-og-testimonials__canvas{min-height:0!important;height:auto!important;padding:74px 22px 64px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}body.jr-app.template-index .jr-og-testimonials__canvas:before,body.jr-app:has(.jr-hero) .jr-og-testimonials__canvas:before{background:linear-gradient(90deg,#000000f5,#0000009e),linear-gradient(0deg,#000,transparent 50%)!important}body.jr-app.template-index .jr-og-testimonials__portrait,body.jr-app:has(.jr-hero) .jr-og-testimonials__portrait{left:auto!important;right:-14vw!important;top:0!important;bottom:auto!important;width:82vw!important;height:100%!important;opacity:.42!important}body.jr-app.template-index .jr-og-testimonials__copy,body.jr-app:has(.jr-hero) .jr-og-testimonials__copy{position:relative!important;left:auto!important;top:auto!important;width:100%!important;max-width:580px!important;transform:none!important;padding-top:220px!important}body.jr-app.template-index .jr-og-testimonials__quote,body.jr-app:has(.jr-hero) .jr-og-testimonials__quote{font-size:13px!important;line-height:1.58!important;max-width:94%!important}body.jr-app.template-index .jr-og-testimonials__side-title,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title{position:relative!important;right:auto!important;top:auto!important;height:auto!important;order:-2!important;display:block!important;writing-mode:horizontal-tb!important;transform:none!important;margin:0 0 24px!important}body.jr-app.template-index .jr-og-testimonials__side-title span,body.jr-app.template-index .jr-og-testimonials__side-title strong,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title span,body.jr-app:has(.jr-hero) .jr-og-testimonials__side-title strong{position:static!important;display:block!important;left:auto!important;right:auto!important;bottom:auto!important;writing-mode:horizontal-tb!important;transform:none!important;white-space:normal!important;font-size:clamp(46px,13vw,72px)!important;line-height:.88!important;letter-spacing:.035em!important}body.jr-app.template-index .jr-og-testimonials__caption,body.jr-app:has(.jr-hero) .jr-og-testimonials__caption{position:relative!important;right:auto!important;bottom:auto!important;order:-1!important;width:100%!important;min-width:0!important;height:20px!important;margin:0 0 24px!important;border-bottom-color:#ffffff57!important}body.jr-app.template-index .jr-og-testimonials__quote-mark--left,body.jr-app:has(.jr-hero) .jr-og-testimonials__quote-mark--left{left:18px!important;top:190px!important;font-size:150px!important;opacity:.72!important}body.jr-app.template-index .jr-og-testimonials__quote-mark--right,body.jr-app:has(.jr-hero) .jr-og-testimonials__quote-mark--right{right:12px!important;bottom:20px!important;font-size:154px!important;opacity:.56!important}body.jr-app.template-index .jr-og-testimonials__arrows,body.jr-app:has(.jr-hero) .jr-og-testimonials__arrows{position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin:28px 0 0!important}body.jr-app.template-index .jr-og-testimonials__button,body.jr-app:has(.jr-hero) .jr-og-testimonials__button{margin-top:32px!important}}@media(max-width:480px){body.jr-app.template-index .jr-og-testimonials__canvas,body.jr-app:has(.jr-hero) .jr-og-testimonials__canvas{padding:62px 18px 54px!important}body.jr-app.template-index .jr-og-testimonials__copy,body.jr-app:has(.jr-hero) .jr-og-testimonials__copy{padding-top:180px!important}body.jr-app.template-index .jr-og-testimonials__button,body.jr-app:has(.jr-hero) .jr-og-testimonials__button{width:auto!important;max-width:100%!important}}@media(prefers-reduced-motion:reduce){body.jr-app.template-index .jr-og-testimonials__slide.is-active,body.jr-app:has(.jr-hero) .jr-og-testimonials__slide.is-active{animation:none!important}body.jr-app.template-index .jr-og-testimonials__button,body.jr-app:has(.jr-hero) .jr-og-testimonials__button,body.jr-app.template-index .jr-og-testimonials__arrow,body.jr-app:has(.jr-hero) .jr-og-testimonials__arrow{transition:none!important}}:root{--font-family-default:"Roboto",sans-serif!important;--font-family-title:"Barlow Condensed","Roboto Condensed","Arial Narrow","Helvetica Neue Condensed",Arial,sans-serif!important;--font-family-overpass:"Overpass",sans-serif!important;--font-family-roboto-condensed:"Roboto Condensed",sans-serif!important;--font-family-montserrat:"Montserrat",sans-serif!important;--font-family-quiche:"Quiche Sans","Barlow Condensed",sans-serif!important;--font-family-sofia:"sofia-pro-soft","Sofia Pro Soft","Sofia Sans","Overpass","Montserrat","Roboto",sans-serif!important;--font-size-default:16px!important;--font-size-title:18px!important;--font-color-default:#fff!important;--font-color-title:#6c757d!important;--jr-title:var(--font-family-title)!important;--jr-body-font:var(--font-family-sofia)!important;--jr-og-font:var(--font-family-title)!important;--jr-condensed:var(--font-family-title)!important;--jr-serif:var(--font-family-title)!important;--jr-sans:var(--font-family-sofia)!important;--font-body-family:var(--font-family-sofia)!important;--font-heading-family:var(--font-family-title)!important}html,body,body.jr-app,body *:not(svg):not(path):not(use),.jr-app,.jr-app *:not(svg):not(path):not(use){font-family:var(--font-family-sofia)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:geometricPrecision!important}body,.jr-body,.jr-app p,.jr-app li,.jr-app .rte,.jr-body p,.jr-page-exp__detail p,.jr-page-exp__detail li,.jr-service-card p,.jr-split__list li,.jr-concierge__list li,.jr-press-feature__text,.jr-social-bar__text,.jr-footer__brand-text,.jr-footer__seo,.jr-og-footer__statements p,.jr-og-testimonials__quote,.jr-og-testimonials__meta,.jr-testimonial-stage__quote,.jr-testimonial-stage__meta{font-family:var(--font-family-sofia)!important;font-size:clamp(14px,1vw,16px)!important;font-weight:300!important;line-height:1.86!important;letter-spacing:.05em!important;text-transform:none!important}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5,.jr-h1,.jr-h2,.jr-h3,.global-site-title,.jr-hero__title,.jr-section-head h2,.jr-section-head h3,.jr-og-listings__title,.jr-stats__heading,.jr-press-feature__title,.jr-about__copy .jr-h2,.jr-split .jr-h2,.jr-concierge .jr-h2,.jr-app-cta .jr-h2,.jr-philanthropy .jr-h2,.jr-contact .jr-h2,.jr-service-card h3,.jr-office-card h3,.jr-press-item strong,.jr-neighbourhood-card__label strong,.jr-footer__brand,.jr-og-footer__signature strong,.jr-og-testimonials__side-title span,.jr-og-testimonials__side-title strong{font-family:var(--font-family-title)!important;text-transform:uppercase!important;font-style:normal!important;font-stretch:condensed!important;letter-spacing:.02em!important;line-height:.86!important;color:inherit}.jr-h1,.global-site-title,.jr-hero__title{font-size:clamp(56px,6.25vw,100px)!important;font-weight:300!important;line-height:.86!important;letter-spacing:.02em!important}.jr-h2,.jr-og-listings__title,.jr-stats__heading,.jr-about__copy .jr-h2,.jr-section-head .jr-h2,.jr-press-feature__title{font-size:clamp(58px,7.5vw,120px)!important;font-weight:300!important;line-height:.82!important;letter-spacing:.02em!important}.jr-h3,.jr-service-card h3,.jr-office-card h3,.jr-press-item strong,.jr-neighbourhood-card__label strong{font-size:clamp(28px,3vw,48px)!important;font-weight:500!important;line-height:.9!important;letter-spacing:.035em!important}.jr-og-listings__title span,.jr-stats__heading-word,.jr-og-testimonials__side-title span,.global-site-title span:first-child{font-family:var(--font-family-title)!important;font-weight:300!important}.jr-og-listings__title strong,.jr-stats__heading-word:last-child,.jr-og-testimonials__side-title strong,.jr-stat strong,.jr-about__credential div strong,.jr-listing-card__price,.jr-og-property__price{font-family:var(--font-family-title)!important;font-weight:500!important}.jr-eyebrow,.jr-hero__eyebrow,.jr-hero__areas-label,.jr-og-listings__eyebrow,.jr-stat span,.jr-og-property__address,.jr-listing-card__badge,.jr-listing-card__stats,.jr-about__credential div span,.jr-contact__row span,.jr-contact-form label,.jr-footer__brokerage,.jr-footer__col h4,.jr-og-footer__marquee span,.jr-og-footer__mainnav a,.jr-og-footer__contact-list span,.jr-og-footer__quickbar span,.jr-og-footer__quickbar strong,.jr-og-testimonials__caption span,.jr-og-testimonials__name,.jr-testimonial-stage__name,.caption,.badge,small{font-family:var(--font-family-title)!important;font-size:clamp(13px,.94vw,15px)!important;font-weight:500!important;line-height:1!important;letter-spacing:.2em!important;text-transform:uppercase!important}.global-site-title span{font-family:var(--font-family-title)!important;font-size:15px!important;font-weight:400!important;letter-spacing:.28em!important;text-transform:uppercase!important}.jr-mobile-group__panel a,.menu-drawer__submenu .menu-drawer__menu-item{font-family:var(--font-family-title)!important;font-size:15px!important;font-weight:500!important;letter-spacing:.1em!important;line-height:1.2!important;text-transform:uppercase!important}.jr-btn,.jr-link,.jr-og-listings__view,.jr-og-testimonials__button,.jr-footer a,.jr-og-footer__mainnav a{font-family:var(--font-family-title)!important;font-size:clamp(13px,1vw,16px)!important;font-weight:500!important;line-height:1!important;letter-spacing:.18em!important;text-transform:uppercase!important}.jr-contact-form input,.jr-contact-form textarea,.field__input,input,textarea,select,.jr-contact__row a,.jr-contact__row strong,.jr-footer__col a,.jr-og-footer__contact-list strong,.jr-listing-card__address,.jr-listing-card__location,.jr-office-card__body span,.jr-og-testimonials__quote,.jr-og-testimonials__meta{font-family:var(--font-family-sofia)!important;font-weight:300!important;line-height:1.7!important;letter-spacing:.05em!important;text-transform:none!important}.jr-og-testimonials__quote{font-size:clamp(13px,.95vw,16px)!important;line-height:1.55!important;letter-spacing:.045em!important;font-weight:500!important}.jr-og-testimonials__name,.jr-testimonial-stage__name{color:var(--jr-red,#cf1235)!important;letter-spacing:.22em!important}.jr-og-testimonials__side-title span,.jr-og-testimonials__side-title strong{font-size:clamp(50px,4.4vw,84px)!important;line-height:.78!important;letter-spacing:.02em!important}.jr-footer__brand,.jr-og-footer__signature strong{font-family:var(--font-family-title)!important;font-size:clamp(42px,5.6vw,96px)!important;font-weight:300!important;line-height:.82!important;letter-spacing:.02em!important;text-transform:uppercase!important}.jr-footer__col a,.jr-og-footer__mainnav a{font-family:var(--font-family-title)!important;font-size:15px!important;font-weight:400!important;letter-spacing:.28em!important;text-transform:uppercase!important}.jr-footer__bottom,.jr-og-footer__fineprint{font-family:var(--font-family-title)!important;font-size:clamp(11px,1.05vw,17px)!important;font-weight:300!important;line-height:1.5!important;letter-spacing:.1em!important}@media(min-width:992px)and (max-width:1600px){.jr-h1,.global-site-title,.jr-hero__title{font-size:6.25vw!important}.jr-h2,.jr-og-listings__title,.jr-stats__heading,.jr-about__copy .jr-h2,.jr-section-head .jr-h2,.jr-press-feature__title{font-size:7.5vw!important}body,.jr-body,.jr-app p,.jr-app li{font-size:1vw!important}}@media(max-width:991px){.jr-h1,.global-site-title,.jr-hero__title{font-size:70px!important;line-height:.9!important}.jr-h2,.jr-og-listings__title,.jr-stats__heading,.jr-about__copy .jr-h2,.jr-section-head .jr-h2,.jr-press-feature__title{font-size:70px!important;line-height:.88!important}.jr-mobile-group__head,.menu-drawer__navigation .menu-drawer__menu-item{font-size:22px!important}}@media(max-width:640px){body,.jr-body,.jr-app p,.jr-app li,.jr-og-testimonials__quote{font-size:14px!important;line-height:1.75!important;letter-spacing:.04em!important}.jr-h1,.global-site-title,.jr-hero__title{font-size:50px!important;line-height:.92!important}.jr-h2,.jr-og-listings__title,.jr-stats__heading,.jr-about__copy .jr-h2,.jr-section-head .jr-h2,.jr-press-feature__title{font-size:50px!important;line-height:.9!important}.jr-eyebrow,.jr-hero__areas-label,.jr-og-listings__eyebrow,.jr-stat span,.jr-og-testimonials__caption span{font-size:11px!important;letter-spacing:.28em!important}.jr-btn,.jr-link,.jr-og-listings__view,.jr-og-testimonials__button{font-size:13px!important;letter-spacing:.24em!important}.jr-og-testimonials__side-title span,.jr-og-testimonials__side-title strong{font-size:clamp(46px,13vw,72px)!important;line-height:.88!important}}body.template-index:after,body.jr-app.template-index:after,body:has(.jr-hero):after{content:none!important;display:none!important;opacity:0!important;visibility:hidden!important}body.template-index .jr-hero__scroll,body.jr-app.template-index .jr-hero__scroll,body.template-index .jr-hero__scroll-line,body.jr-app.template-index .jr-hero__scroll-line,body.template-index .jr-hero__social,body.jr-app.template-index .jr-hero__social{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.jr-home-social-rail{position:fixed!important;left:32px!important;top:50%!important;transform:translate3d(0,-50%,0)!important;z-index:90!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:18px!important;width:auto!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;list-style:none!important;pointer-events:auto!important;transition:opacity .25s ease,color .25s ease!important}.jr-home-social-rail__link{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-width:22px!important;width:auto!important;height:22px!important;padding:0!important;margin:0!important;color:inherit!important;text-decoration:none!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:.94!important;transform:translateZ(0)!important;transition:opacity .22s ease,transform .22s ease,color .22s ease!important}.jr-home-social-rail__icon{display:flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;flex:0 0 18px!important;color:inherit!important}.jr-home-social-rail__icon svg{display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;stroke:none!important;overflow:visible!important}.jr-home-social-rail__label{display:block!important;position:relative!important;padding:5px 9px 5px 8px!important;color:inherit!important;background:#cf1235f0!important;color:#fff!important;border-radius:0 12px 12px 0!important;font-family:Barlow Condensed,Roboto Condensed,Arial,sans-serif!important;font-size:10px!important;line-height:1!important;font-weight:600!important;letter-spacing:.22em!important;text-transform:uppercase!important;white-space:nowrap!important;opacity:0!important;visibility:hidden!important;transform:translate(-8px)!important;transition:opacity .22s ease,visibility .22s ease,transform .22s ease!important;pointer-events:none!important;box-shadow:0 12px 24px #0000002e!important}.jr-home-social-rail__link:hover,.jr-home-social-rail__link:focus-visible{opacity:1!important;transform:translate(4px)!important;outline:none!important}.jr-home-social-rail__link:hover .jr-home-social-rail__label,.jr-home-social-rail__link:focus-visible .jr-home-social-rail__label{opacity:1!important;visibility:visible!important;transform:translate(0)!important}.jr-home-social-rail--light{color:#fffffff5!important;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))!important}.jr-home-social-rail--dark{color:#0f0f0feb!important;filter:drop-shadow(0 2px 8px rgba(255,255,255,.32))!important}.jr-home-social-rail--red,.jr-home-social-rail__link:hover,.jr-home-social-rail__link:focus-visible{color:#cf1235!important}.jr-home-social-rail--light .jr-home-social-rail__link:hover,.jr-home-social-rail--light .jr-home-social-rail__link:focus-visible{color:#fff!important}@media screen and (max-width:989px){.jr-home-social-rail{left:14px!important;gap:14px!important;transform:translate3d(0,-50%,0) scale(.92)!important;transform-origin:left center!important}.jr-home-social-rail__label{display:none!important}}@media screen and (max-width:749px){.jr-home-social-rail{display:none!important}}.jr-og-footer__social{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}body.jr-app .jr-mobile-group__head,body.jr-app .jr-mobile-group__head--link{font-family:var(--font-family-title,var(--jr-condensed),"Barlow Condensed","Roboto Condensed","Arial Narrow",Arial,sans-serif)!important;font-size:22px!important;font-weight:600!important;letter-spacing:.2em!important;text-transform:uppercase!important}@media(min-width:761px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{width:min(1260px,100%)!important;gap:clamp(20px,2.2vw,38px)!important;margin:0 auto clamp(42px,5.5vh,62px)!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award{min-height:132px!important;padding:0 18px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:before,.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:after{width:36px!important;height:116px!important;opacity:.96!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:before{left:-10px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:after{right:-10px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award span{font-size:8.5px!important;line-height:1.22!important;letter-spacing:.18em!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award strong{font-size:12.5px!important;line-height:1.08!important;letter-spacing:.13em!important;max-width:86px!important;margin:5px 0!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award small{font-size:8.5px!important;line-height:1.22!important;letter-spacing:.13em!important}}@media(min-width:761px)and (max-width:1180px){.jr-og-footer.jr-og-footer--reference .jr-og-footer__awards{width:min(980px,100%)!important;gap:20px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award{min-height:118px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:before,.jr-og-footer.jr-og-footer--reference .jr-og-footer__award:after{width:33px!important;height:104px!important}.jr-og-footer.jr-og-footer--reference .jr-og-footer__award strong{font-size:11.5px!important;max-width:78px!important}}
/*# sourceMappingURL=/cdn/shop/t/1271/assets/jasjeet-luxury.css.map */
