@font-face{font-family:Manrope;src:url(/fonts/manrope-400.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-600.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-700.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Prata;src:url(/fonts/prata.ttf) format("truetype");font-weight:400;font-display:swap}:root{--paper:#f3f0e9;--white:#fffefb;--ink:#12272a;--deep:#0b3439;--deep-2:#0d4750;--accent:#b21f68;--accent-bright:#ca2c75;--sage:#b9c5ad;--line:rgba(18,39,42,.14);--radius:34px;--pad:clamp(24px,4vw,72px);--header-h:96px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;background:var(--paper);-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}button,input{font:inherit}button,a{color:inherit}a{text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2{font-weight:500;line-height:.97;letter-spacing:-.055em}h1 em,h2 em{font-family:Prata,Georgia,serif;font-weight:400;letter-spacing:-.035em}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--accent)}.eyebrow.light{color:#ffffffb8}.pill-button{min-height:58px;display:inline-flex;align-items:center;gap:28px;justify-content:space-between;padding:8px 9px 8px 24px;border:0;border-radius:999px;font-weight:700;cursor:pointer;white-space:nowrap}.pill-button span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:20px;transition:transform .3s ease}.pill-button:hover span{transform:rotate(45deg)}.light-button{background:var(--white);color:var(--ink)}.light-button span{background:var(--accent);color:#fff}.dark-button{background:var(--deep);color:#fff}.dark-button span{background:#fff;color:var(--deep)}.accent-button{background:var(--accent);color:#fff}.accent-button span{background:#fff;color:var(--accent)}.text-button{background:none;border:0;color:#fff;padding:15px 0;font-weight:600;cursor:pointer}.text-button span,.text-link span{margin-left:12px;transition:margin .25s ease}.text-button:hover span,.text-link:hover span{margin-left:20px}.text-link{display:inline-block;padding-bottom:8px;border-bottom:1px solid;font-weight:700}.section-dark{color:#fff}.site-header{position:fixed;z-index:100;top:12px;left:18px;right:18px;height:var(--header-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;border-radius:24px;transition:background .35s,box-shadow .35s,height .35s,top .35s;color:#fff}.site-header.scrolled{top:8px;height:76px;background:#f3f0e9e6;color:var(--ink);box-shadow:0 12px 35px #0b34391a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-logo{width:205px;display:block;transition:width .35s}.site-header.scrolled .header-logo{width:185px}.header-logo img{width:100%}.header-nav{display:flex;align-items:center;gap:36px;font-size:13px;font-weight:600}.header-nav a{position:relative}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:currentColor;transition:right .3s}.header-nav a:hover:after{right:0}.header-actions{justify-self:end;display:flex;align-items:center;gap:16px}.header-phone{font-size:13px;font-weight:700}.round-action{width:50px;height:50px;border:0;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:21px;cursor:pointer;transition:transform .25s}.round-action:hover{transform:rotate(45deg)}.menu-toggle{display:none;width:48px;height:48px;border-radius:50%;border:0;background:var(--ink);position:relative}.menu-toggle span{position:absolute;width:18px;height:1px;background:#fff;left:15px;top:21px;transition:.3s}.menu-toggle span:last-child{top:27px}.menu-toggle.active span:first-child{top:24px;transform:rotate(45deg)}.menu-toggle.active span:last-child{top:24px;transform:rotate(-45deg)}.hero{height:max(760px,100svh);min-height:760px;position:relative;overflow:hidden;background:var(--deep)}.hero-visual{position:absolute;top:0;right:0;bottom:0;left:0}.hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#052023db,#0520237a 44%,#0520231f 72%),linear-gradient(0deg,rgba(5,32,35,.35),transparent 50%)}.hero-visual img{width:100%;height:100%;object-fit:cover;animation:heroDrift 18s ease-in-out infinite alternate}@keyframes heroDrift{0%{transform:scale(1.02) translate(0)}to{transform:scale(1.07) translate(-1.5%)}}.hero-grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:.11;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}.hero-copy{position:absolute;z-index:3;left:var(--pad);bottom:clamp(90px,14vh,150px);max-width:900px}.hero-copy h1{font-size:clamp(64px,8.2vw,142px);margin:22px 0 28px}.hero-copy h1 em{color:#e2b85d}.hero-lead{font-size:clamp(17px,1.4vw,22px);line-height:1.55;max-width:600px;color:#ffffffbf}.hero-links{display:flex;align-items:center;gap:30px;margin-top:38px}.hero-side-note{position:absolute;z-index:4;right:var(--pad);bottom:105px;display:flex;align-items:flex-start;gap:16px;font-size:13px;line-height:1.5}.hero-index{font-family:Prata,serif;font-size:25px;color:#e2b85d}.scroll-cue{position:absolute;z-index:4;right:var(--pad);top:50%;transform:rotate(90deg) translate(50%);transform-origin:right center;text-transform:uppercase;letter-spacing:.18em;font-size:10px;display:flex;align-items:center;gap:12px}.scroll-cue span{display:block;width:52px;height:1px;background:currentColor;overflow:hidden}.route-panel{display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:12px;padding:12px;background:var(--paper)}.route-intro,.route-card{min-height:410px;border-radius:28px;padding:36px;position:relative;overflow:hidden}.route-intro{display:flex;flex-direction:column;justify-content:space-between}.route-intro h2{font-size:clamp(48px,5.2vw,82px)}.route-card{background:var(--white);display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s,box-shadow .35s}.route-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #12272a1c}.route-card-accent{background:var(--accent);color:#fff}.route-number{font-size:12px;opacity:.55}.route-card h3{font-size:clamp(29px,2.25vw,40px);font-weight:500;line-height:1.05;letter-spacing:-.04em}.route-card p{font-size:14px;line-height:1.55;opacity:.65;margin-top:18px;max-width:260px}.route-arrow{position:absolute;right:28px;top:28px;width:45px;height:45px;border-radius:50%;background:#12272a14;display:grid;place-items:center;font-size:20px;transition:transform .35s}.route-card-accent .route-arrow,.route-card-photo .route-arrow{background:#ffffff29}.route-card:hover .route-arrow{transform:rotate(45deg)}.route-card-photo{color:#fff}.route-card-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#062427cc,#0624270f);z-index:-1}.route-card-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .65s}.route-card-photo:hover img{transform:scale(1.04)}.projects{padding:clamp(90px,12vw,180px) var(--pad)}.section-head{display:grid;grid-template-columns:1.5fr .6fr;align-items:end;gap:40px;margin-bottom:70px}.section-head h2{font-size:clamp(56px,7vw,112px);margin-top:24px}.section-head h2 em{color:var(--accent)}.section-description{max-width:440px;line-height:1.7;color:#12272a9e;font-size:17px;padding-bottom:10px}.project-feature{display:grid;grid-template-columns:1.55fr .75fr;min-height:690px;background:var(--white);border-radius:var(--radius);overflow:hidden}.project-image{position:relative;min-height:650px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:opacity .35s,transform .8s}.project-feature:hover .project-image img{transform:scale(1.015)}.project-status,.project-count{position:absolute;top:26px;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;padding:13px 18px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.project-status{left:26px;color:var(--accent)}.project-count{right:26px;color:var(--ink)}.project-info{padding:clamp(38px,4vw,70px);display:flex;flex-direction:column;justify-content:center}.project-place{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:700}.project-info h3{font-family:Prata,serif;font-size:clamp(56px,5vw,88px);font-weight:400;margin:18px 0 26px;letter-spacing:-.04em}.project-info>p:not(.project-place){font-size:17px;line-height:1.68;color:#12272aa6}.project-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;margin:40px 0}.project-facts span{font-size:11px;line-height:1.3;color:#12272a94}.project-facts b{display:block;font-size:22px;color:var(--ink);margin-bottom:5px}.project-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.circle-link{width:58px;height:58px;border-radius:50%;border:1px solid var(--line);background:transparent;font-size:21px;cursor:pointer;transition:.3s}.circle-link:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:rotate(-45deg)}.apartments{background:var(--deep);color:#fff;padding:clamp(90px,10vw,160px) var(--pad);overflow:hidden}.apartments-top{display:grid;grid-template-columns:1.4fr .55fr;align-items:end;gap:40px}.apartments-top h2{font-size:clamp(56px,7vw,108px);margin-top:24px}.apartments-top h2 em{color:#e2b85d}.apartments-top>p{font-size:16px;line-height:1.7;color:#fff9;max-width:470px}.apartment-filter{display:flex;gap:8px;flex-wrap:wrap;margin:54px 0 38px}.apartment-filter button{border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;border-radius:999px;padding:12px 22px;cursor:pointer;transition:.25s}.apartment-filter button:hover,.apartment-filter button.active{background:#fff;color:var(--deep);border-color:#fff}.apartment-stage{position:relative}.apartment-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,30%);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 max(0px,calc((100vw - 100%)/2)) 12px}.apartment-list.single{display:flex;justify-content:center}.apartment-list.single .apartment-card{width:min(410px,100%)}.apartment-list::-webkit-scrollbar{display:none}.apartment-card{scroll-snap-align:start;background:#f7f4ee;color:var(--ink);min-height:520px;border-radius:28px;padding:22px;display:flex;flex-direction:column;transition:opacity .3s,transform .3s}.apartment-card.hidden{display:none}.apartment-card-image{height:295px;border-radius:20px;background:#ebe8e1;display:grid;place-items:center;overflow:hidden;position:relative}.apartment-card-image img{width:86%;height:86%;object-fit:contain;transition:transform .5s}.apartment-card:hover .apartment-card-image img{transform:scale(1.05)}.apartment-badge{position:absolute;top:14px;left:14px;padding:8px 11px;border-radius:999px;background:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.apartment-card-body{display:grid;grid-template-columns:1fr auto;gap:8px;padding:24px 6px 4px;align-items:end}.apartment-card h3{font-size:25px;font-weight:600;letter-spacing:-.04em}.apartment-card p{font-size:13px;color:#12272a8c;margin-top:8px}.apartment-card strong{font-size:14px;text-align:right}.apartment-card .mini-arrow{grid-row:1/3;grid-column:2;width:45px;height:45px;background:var(--accent);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:19px}.apartment-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:58px;height:58px;border-radius:50%;border:0;background:#fff;color:var(--deep);font-size:22px;cursor:pointer;box-shadow:0 12px 28px #0000002e}.apartment-arrow.prev{left:-29px}.apartment-arrow.next{right:-29px}.apartment-footer{display:flex;align-items:center;justify-content:space-between;margin-top:34px;color:#ffffffa6}.experience{padding:clamp(90px,11vw,170px) var(--pad);display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,7vw,120px);align-items:center;position:relative;overflow:hidden}.experience-copy h2{font-size:clamp(56px,6.5vw,102px);margin:24px 0 36px}.experience-copy h2 em{color:var(--accent)}.experience-copy>p{font-size:17px;line-height:1.75;color:#12272aa3;max-width:610px;margin-bottom:38px}.experience-visual{height:760px;border-radius:45% 45% 28px 28px;position:relative;background:#d8ded2;overflow:hidden}.experience-visual:after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(transparent,#082d3180)}.experience-visual img{position:absolute;width:118%;max-width:none;left:-7%;bottom:-4%;filter:saturate(.84)}.year-mark{position:absolute;z-index:2;bottom:36px;left:36px;color:#fff;display:grid;grid-template-columns:auto auto;align-items:end;gap:0 10px}.year-mark b{font-family:Prata,serif;font-size:120px;font-weight:400;line-height:.76;grid-row:1/3;grid-column:1}.year-mark span{font-size:12px;text-transform:uppercase;letter-spacing:.14em;max-width:120px}.experience-stat{grid-column:1/3;border-top:1px solid var(--line);padding-top:30px;display:grid;grid-template-columns:.6fr 1.4fr;gap:40px;align-items:center}.experience-stat>p{max-width:360px;line-height:1.6;color:#12272a99}.client-strip{display:flex;justify-content:space-between;gap:25px;align-items:center;font-weight:700;color:#12272a73}.programs{padding:clamp(90px,10vw,160px) var(--pad);background:#e8e5de}.program-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:12px}.program-card{min-height:440px;border-radius:28px;padding:36px;background:var(--white);display:flex;flex-direction:column;justify-content:flex-end;position:relative}.program-main{grid-row:span 1;background:var(--accent);color:#fff;min-height:540px;padding:46px}.program-icon{position:absolute;right:36px;top:28px;font-family:Prata,serif;font-size:70px;opacity:.22}.program-card h3{font-size:clamp(31px,3vw,51px);font-weight:500;letter-spacing:-.05em;line-height:1.07;margin:17px 0 22px}.program-card>p:not(.eyebrow){line-height:1.65;opacity:.65;max-width:420px}.program-card .pill-button{align-self:flex-start;margin-top:38px}.program-number{position:absolute;top:34px;left:36px;font-family:Prata,serif;color:var(--accent)}.program-card>a:not(.pill-button){font-weight:700;margin-top:35px}.program-card>a span{margin-left:10px}.commercial{height:min(900px,95vh);min-height:700px;position:relative;overflow:hidden}.commercial-bg{position:absolute;top:0;right:0;bottom:0;left:0}.commercial-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#06262aeb,#06262a94 52%,#06262a24)}.commercial-bg img{width:100%;height:100%;object-fit:cover}.commercial-copy{position:absolute;z-index:2;left:var(--pad);top:50%;transform:translateY(-50%);max-width:740px}.commercial-copy h2{font-size:clamp(58px,7vw,110px);margin:24px 0 30px}.commercial-copy h2 em{color:#e2b85d}.commercial-copy>p{font-size:17px;line-height:1.7;color:#ffffffa6;max-width:530px}.commercial-copy .pill-button{margin-top:36px}.commercial-tag{position:absolute;right:var(--pad);bottom:50px;border:1px solid rgba(255,255,255,.36);border-radius:999px;padding:13px 20px;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.gallery{padding:clamp(90px,11vw,170px) 0;overflow:hidden}.gallery-head{padding:0 var(--pad);position:relative;margin-bottom:55px}.gallery-head h2{font-size:clamp(56px,6.5vw,100px);margin-top:24px}.gallery-head h2 em{color:var(--accent)}.gallery-controls{position:absolute;right:var(--pad);bottom:0;display:flex;gap:8px}.gallery-controls button{width:56px;height:56px;border-radius:50%;background:transparent;border:1px solid var(--line);font-size:20px;cursor:pointer;transition:.25s}.gallery-controls button:hover{background:var(--deep);color:#fff}.gallery-track{display:grid;grid-auto-flow:column;grid-auto-columns:min(74vw,1080px);gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 var(--pad)}.gallery-track::-webkit-scrollbar{display:none}.gallery-item{scroll-snap-align:center;margin:0;height:min(70vh,720px);border-radius:32px;overflow:hidden;position:relative}.gallery-item:after{content:"";position:absolute;top:60%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#031c1f8c)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item figcaption{position:absolute;z-index:2;left:32px;bottom:30px;color:#fff;font-size:18px;font-weight:600}.contact{padding:clamp(90px,10vw,150px) var(--pad);background:var(--deep);color:#fff;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(60px,10vw,180px)}.contact-copy h2{font-size:clamp(58px,7vw,106px);margin:24px 0 32px}.contact-copy h2 em{color:#e2b85d}.contact-copy>p{line-height:1.7;color:#fff9;max-width:560px}.contact-form{display:flex;flex-direction:column;justify-content:center}.contact-form label:not(.consent){display:flex;flex-direction:column;gap:9px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.24)}.contact-form label span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#ffffff8c}.contact-form input{background:transparent;border:0;outline:0;color:#fff;font-size:20px;padding:4px 0}.contact-form input::placeholder{color:#ffffff4d}.consent{display:flex;gap:10px;align-items:center;margin:20px 0 25px}.consent input{accent-color:var(--accent)}.contact-form .pill-button{align-self:flex-start}.contact-details{grid-column:1/3;border-top:1px solid rgba(255,255,255,.2);padding-top:32px;display:flex;align-items:end;justify-content:space-between}.contact-details a{font-family:Prata,serif;font-size:clamp(34px,4.5vw,72px)}.contact-details p{text-align:right;line-height:1.6;color:#ffffff91}.site-footer{background:#071f22;color:#fff;padding:60px var(--pad) 30px}.site-footer>img{width:230px;margin-bottom:55px}.footer-nav{display:flex;gap:35px;flex-wrap:wrap;font-size:14px;margin-bottom:55px}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#ffffff6e}.mobile-menu{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;background:var(--paper);padding:140px 30px 40px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;visibility:hidden;transition:.35s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu nav{display:flex;flex-direction:column;gap:20px;font-size:clamp(36px,10vw,58px);letter-spacing:-.05em}.mobile-menu .menu-phone{font-family:Prata,serif;font-size:28px}.lead-modal{width:min(620px,calc(100% - 32px));border:0;border-radius:34px;padding:56px;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #00000047}.lead-modal::backdrop{background:#051b1d9e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lead-modal h2{font-size:clamp(49px,6vw,74px);margin:20px 0 24px}.lead-modal h2 em{color:var(--accent)}.lead-modal>p:not(.eyebrow){line-height:1.6;color:#12272a99}.lead-modal form{display:flex;flex-direction:column;gap:12px;margin-top:30px}.lead-modal input{border:1px solid var(--line);border-radius:999px;padding:18px 22px;background:#fff;outline:none}.lead-modal .pill-button{align-self:flex-start}.modal-close{position:absolute;right:22px;top:18px;border:0;background:transparent;font-size:34px;cursor:pointer;color:#12272a73}.toast{position:fixed;z-index:150;left:50%;bottom:24px;transform:translate(-50%,130%);background:var(--ink);color:#fff;border-radius:999px;padding:16px 24px;transition:.4s;box-shadow:0 14px 40px #0003}.toast.show{transform:translate(-50%)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1)}.reveal.visible{opacity:1;transform:none}@media (max-width:1100px){:root{--header-h:78px}.site-header{grid-template-columns:1fr auto;padding:0 16px}.header-nav,.header-phone{display:none}.header-actions{grid-column:2}.header-logo{width:175px}.menu-toggle{display:block}.round-action{display:none}.route-panel{grid-template-columns:repeat(2,1fr)}.project-feature{grid-template-columns:1.15fr .85fr}.project-facts{grid-template-columns:1fr}.project-facts span{display:flex;align-items:baseline;gap:8px}.project-facts b{margin:0}.apartment-list{grid-auto-columns:42%}.program-grid{grid-template-columns:1.2fr .8fr}.program-card:last-child{grid-column:2}.program-main{grid-row:span 2}}@media (max-width:760px){:root{--pad:20px;--radius:24px}.site-header{left:8px;right:8px;top:7px}.site-header.scrolled{top:5px}.header-logo,.site-header.scrolled .header-logo{width:148px}.site-header .menu-toggle{width:44px;height:44px}.hero{min-height:760px}.hero-visual:after{background:linear-gradient(0deg,#052023e6,#05202340 72%)}.hero-visual img{object-position:64% center}.hero-copy{bottom:85px}.hero-copy h1{font-size:clamp(50px,16vw,78px);margin:16px 0 22px}.hero-lead{font-size:15px}.hero-links{gap:14px;align-items:flex-start;flex-direction:column;margin-top:28px}.hero-side-note,.scroll-cue{display:none}.route-panel{grid-template-columns:1fr;padding:8px;gap:8px}.route-intro{min-height:245px}.route-card{min-height:330px}.route-intro,.route-card{padding:28px}.projects{padding-top:90px}.section-head,.apartments-top{grid-template-columns:1fr;gap:25px;margin-bottom:44px}.section-head h2,.apartments-top h2{font-size:52px}.section-description{font-size:15px}.project-feature{grid-template-columns:1fr}.project-image{min-height:430px}.project-info{padding:32px 24px}.project-info h3{font-size:55px}.project-facts{grid-template-columns:repeat(3,1fr)}.project-facts span{display:block}.project-actions{align-items:stretch}.project-actions .pill-button{font-size:13px;padding-left:17px}.apartments{padding-left:0;padding-right:0}.apartments-top,.apartment-filter,.apartment-footer{margin-left:var(--pad);margin-right:var(--pad)}.apartment-filter{margin-top:34px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.apartment-filter button{white-space:nowrap}.apartment-list{grid-auto-columns:84%;padding-left:var(--pad);padding-right:var(--pad)}.apartment-arrow{display:none}.apartment-footer{align-items:flex-start;flex-direction:column;gap:22px}.apartment-list.single{padding-left:var(--pad);padding-right:var(--pad)}.experience{grid-template-columns:1fr;padding-top:90px}.experience-copy h2{font-size:51px}.experience-visual{height:520px}.experience-stat{grid-column:1;grid-template-columns:1fr}.client-strip{display:grid;grid-template-columns:1fr 1fr;line-height:1.5}.year-mark b{font-size:84px}.program-grid{grid-template-columns:1fr}.program-main,.program-card:last-child{grid-column:1;grid-row:auto}.program-card{min-height:330px}.program-main{min-height:490px;padding:30px}.commercial{min-height:720px}.commercial-copy h2{font-size:52px}.commercial-bg img{object-position:60% center}.commercial-tag{display:none}.gallery-head h2{font-size:51px}.gallery-controls{position:static;margin-top:30px}.gallery-track{grid-auto-columns:88vw}.gallery-item{height:58vh;min-height:430px}.contact{grid-template-columns:1fr}.contact-copy h2{font-size:50px}.contact-details{grid-column:1;align-items:flex-start;flex-direction:column;gap:20px}.contact-details p{text-align:left}.contact-details a{font-size:31px}.site-footer>img{width:200px}.footer-bottom{flex-direction:column}.lead-modal{padding:42px 24px 28px}}.inner-page{background:var(--paper);color:var(--ink)}.inner-page main{overflow:hidden}.inner-page .inner-header{color:var(--ink)}.inner-page .inner-header.scrolled{background:#fbfaf6f0;box-shadow:0 8px 30px #102b3014}.inner-page .inner-header .round-action{background:var(--accent);color:#fff}.inner-page .inner-header .menu-toggle span{background:var(--ink)}.inner-hero{min-height:760px;margin:0 14px 14px;padding:185px 5.2vw 72px;border-radius:0 0 36px 36px;position:relative;display:flex;align-items:flex-end;background:#eceae3;overflow:hidden}.inner-hero:has(.inner-hero-media){min-height:850px}.inner-hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.inner-hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#071f225c}.inner-hero-media img{width:100%;height:100%;object-fit:cover}.inner-hero-dark{color:#fff}.inner-hero-copy{position:relative;z-index:2;width:min(880px,72%)}.inner-hero-copy h1{font-size:clamp(64px,7.2vw,118px);line-height:.92;letter-spacing:-.058em;margin:22px 0 30px}.inner-hero-copy h1 em,.page-heading h2 em,.company-band h2 em,.commercial-brief h2 em,.story-intro h2 em,.completed-project h2 em{font-family:Prata,serif;font-style:normal;font-weight:400;letter-spacing:-.04em;color:var(--accent)}.inner-hero-dark .inner-hero-copy h1 em{color:#f0cf71}.inner-hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.6;max-width:650px;color:#102b309e}.inner-hero-dark .inner-hero-copy>p:not(.eyebrow){color:#ffffffc2}.inner-hero-copy>.pill-button{margin-top:28px}.inner-page-index{position:absolute;z-index:2;right:4vw;bottom:64px;font-size:10px;letter-spacing:.24em;writing-mode:vertical-rl;color:currentColor;opacity:.5}.page-section{padding:140px var(--pad)}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:70px}.page-heading>span{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#102b307a}.page-heading h2,.commercial-brief h2,.story-intro h2,.completed-project h2{font-size:clamp(48px,5.4vw,86px);line-height:.98;letter-spacing:-.055em;margin:0}.project-catalog{background:#f4f2ec}.project-catalog-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:14px}.catalog-project{position:relative;height:760px;border-radius:34px;overflow:hidden;color:#fff;background:var(--deep)}.catalog-project:nth-child(2){margin-top:120px;height:640px}.catalog-project:after{content:"";position:absolute;top:55%;right:0;bottom:0;left:0;background:#071f227a}.catalog-project>img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.1,1)}.catalog-project:hover>img{transform:scale(1.025)}.catalog-project-status,.catalog-project-number{position:absolute;z-index:2;top:24px;background:#fbfaf6eb;color:var(--ink);border-radius:999px;padding:12px 16px;font-size:11px;font-weight:700}.catalog-project-status{left:24px}.catalog-project-number{right:24px}.catalog-project>div{position:absolute;z-index:2;left:32px;right:32px;bottom:30px}.catalog-project>div p{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.catalog-project>div h2{font-size:clamp(44px,5vw,80px);line-height:.94;margin:12px 0 28px;letter-spacing:-.055em}.catalog-project:nth-child(2)>div h2{font-size:clamp(38px,4vw,62px)}.catalog-project>div>span{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid rgba(255,255,255,.35);font-size:13px}.company-band{margin:14px;padding:90px 5.2vw;min-height:580px;border-radius:34px;background:var(--deep);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.company-band>p{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#ffffff8c}.company-band h2{font-size:clamp(56px,7vw,112px);line-height:.92;letter-spacing:-.06em;margin:22px 0 48px}.company-band h2 em{color:#e8c766}.property-search{padding:52px var(--pad) 140px;background:#f1efe9}.property-filter{position:sticky;z-index:10;top:92px;display:grid;grid-template-columns:1.2fr repeat(3,.7fr) auto;gap:0;align-items:stretch;margin-bottom:24px;padding:10px;background:#fbfaf6f5;border-radius:26px;box-shadow:0 20px 45px #102b3014;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.property-filter>div{padding:14px 22px}.property-filter h2{font-size:22px;margin:7px 0 0}.property-filter label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#102b3080;padding:13px 20px;border-left:1px solid var(--line)}.property-filter select{display:block;width:100%;border:0;background:transparent;color:var(--ink);font:600 13px Manrope,sans-serif;margin-top:8px;outline:none}.filter-reset{border:0;border-radius:18px;background:var(--deep);color:#fff;padding:0 20px;font-weight:700;cursor:pointer}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.property-card{min-height:570px;border-radius:28px;background:#fbfaf6;overflow:hidden;transition:transform .35s,box-shadow .35s}.property-card:hover{transform:translateY(-6px);box-shadow:0 22px 60px #102b301f}.property-card[hidden]{display:none}.property-image{height:390px;position:relative;background:#ebe9e2;display:grid;place-items:center}.property-image>span{position:absolute;left:18px;top:18px;padding:9px 12px;border-radius:999px;background:#fff;font-size:10px;font-weight:700}.property-image img{width:78%;height:78%;object-fit:contain}.property-meta{min-height:180px;padding:24px;display:grid;grid-template-columns:1fr 1fr auto;gap:18px;align-items:end}.property-meta p{color:#102b308c;font-size:12px}.property-meta h3{font-size:32px;margin:8px 0 0}.property-meta dl{display:flex;gap:24px}.property-meta dt{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#102b306b}.property-meta dd{margin:7px 0 0;font-size:12px}.property-open{width:48px;height:48px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:20px}.apartment-detail{min-height:100vh;padding:135px var(--pad) 50px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(370px,.65fr);gap:14px;background:#efede6}.back-link{position:absolute;top:115px;left:var(--pad);font-size:12px;font-weight:700;display:flex;gap:8px;align-items:center}.detail-plan{margin-top:35px;position:relative;min-height:720px;border-radius:32px;background:#fbfaf6;display:grid;place-items:center}.detail-plan>span{position:absolute;top:24px;left:28px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#102b307a}.detail-plan>img{width:68%;height:68%;object-fit:contain}.plan-controls{position:absolute;bottom:20px;right:20px;display:flex;gap:4px}.plan-controls button{width:46px;height:46px;border:0;border-radius:50%;background:#eceae3;font-size:18px}.detail-info{margin-top:35px;border-radius:32px;background:var(--deep);color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:flex-end}.detail-info h1{font-size:clamp(72px,8vw,120px);line-height:.9;letter-spacing:-.06em;margin:22px 0}.detail-price{color:#f0cf71;font-weight:700}.detail-info dl{margin:44px 0}.detail-info dl div{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid rgba(255,255,255,.16)}.detail-info dt{color:#ffffff8f}.detail-info dd{margin:0;text-align:right}.favorite-button{margin-top:10px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;border-radius:999px;min-height:54px;font-weight:700}.purchase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:#f1efe9}.purchase-card{min-height:480px;border-radius:30px;background:#fff;padding:34px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .35s}.purchase-card:hover{transform:translateY(-7px)}.purchase-card>span{width:58px;height:58px;border-radius:18px;background:#f0eee7;display:grid;place-items:center;font-size:26px}.purchase-card>p{margin-top:auto;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#102b3075}.purchase-card h2{font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:14px 0 22px}.purchase-card small{color:#102b3080}.purchase-card-accent{background:#e4c65f}.purchase-card-accent>span{background:#ffffff6b}.purchase-steps{grid-column:1/4;margin-top:80px;display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;padding:70px;border-radius:32px;background:var(--deep);color:#fff}.purchase-steps ol{list-style:none;margin:0;padding:0}.purchase-steps li{display:grid;grid-template-columns:60px 1fr;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.17);font-size:20px}.purchase-steps li b{color:#e8c766;font-size:11px}.purchase-steps .pill-button{align-self:end;justify-self:start}.commercial-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;background:#f1efe9}.commercial-brief>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:570px;color:#102b309e;margin:28px 0 36px}.commercial-specs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(16,43,48,.14);border-left:1px solid rgba(16,43,48,.14)}.commercial-specs article{min-height:250px;padding:28px;border-right:1px solid rgba(16,43,48,.14);border-bottom:1px solid rgba(16,43,48,.14);display:flex;flex-direction:column}.commercial-specs span{font-size:11px;color:var(--accent)}.commercial-specs b{font-size:25px;margin-top:auto}.commercial-specs p{margin:12px 0 0;color:#102b3087;line-height:1.5}.story-grid{display:grid;grid-template-columns:1fr .8fr .55fr;gap:80px;align-items:start;background:#f1efe9}.story-copy{font-size:17px;line-height:1.75;color:#102b30ad}.story-copy p+p{margin-top:30px}.story-number{border-radius:50% 50% 30px 30px;background:var(--accent);color:#fff;aspect-ratio:.8;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.story-number b{font-size:78px;letter-spacing:-.07em}.story-number span{font-size:12px;max-width:120px}.principles{padding:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:var(--deep)}.principles article{min-height:370px;border-radius:26px;padding:28px;background:#173c40;color:#fff;display:flex;flex-direction:column}.principles article>span{font-size:32px;color:#e8c766}.principles h3{font-size:30px;margin-top:auto;margin-bottom:14px}.principles p{color:#ffffff94;line-height:1.55}.completed-project{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;background:#f1efe9}.completed-project>div>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:600px;color:#102b309e;margin-top:30px}.completed-project dl{display:grid;grid-template-columns:1fr 1fr}.completed-project dl div{padding:28px;border-top:1px solid rgba(16,43,48,.15)}.completed-project dt{font-size:44px;font-weight:700}.completed-project dd{margin:8px 0 0;color:#102b3085}.documents-list{padding-top:50px;background:#f1efe9}.documents-list a{display:grid;grid-template-columns:90px 1fr auto 40px;align-items:center;padding:30px 6px;border-bottom:1px solid rgba(16,43,48,.18)}.documents-list a>span{color:var(--accent);font-size:11px}.documents-list b{font-size:28px}.documents-list small{color:#102b3080}.documents-list i{font-size:22px}.contacts-grid{display:grid;grid-template-columns:1.2fr 1fr .5fr;gap:10px;background:#f1efe9}.contacts-grid>div{min-height:430px;border-radius:30px;padding:34px;background:#fff;display:flex;flex-direction:column}.contact-main>a{font-size:clamp(28px,3vw,46px);font-weight:700;letter-spacing:-.04em}.contact-main>a:nth-of-type(2){font-size:20px;color:var(--accent);margin-top:10px}.contact-main .pill-button{margin-top:auto;align-self:flex-start}.contact-address{background:var(--deep)!important;color:#fff}.contact-address>span{font-size:32px;color:#e8c766}.contact-address h2{font-size:38px;margin-top:auto}.contact-address a{color:#e8c766}.contact-hours p{color:#102b307a}.contact-hours b{font-size:28px;margin-top:auto}.inner-footer{margin-top:0}@media (min-width:761px){.design-v2:not(.inner-page) .site-header:not(.scrolled){background:transparent;border-color:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}}.contact-modal{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#051b1da3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s,visibility .28s}.contact-modal.open{opacity:1;visibility:visible;pointer-events:auto}.modal-card{position:relative;width:min(620px,100%);border-radius:34px;padding:52px;background:var(--paper);box-shadow:0 35px 110px #00000047;transform:translateY(18px);transition:transform .32s}.contact-modal.open .modal-card{transform:none}.modal-card h2{font-size:clamp(45px,5.5vw,72px);line-height:.98;letter-spacing:-.05em;margin:18px 0 28px}.modal-card h2 em{font-family:Prata,serif;font-style:normal;color:var(--accent)}.modal-card form{display:flex;flex-direction:column;gap:14px}.modal-card label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#102b3080}.modal-card input{display:block;width:100%;margin-top:8px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:17px 20px;font:inherit;outline:none}.modal-card input:focus{border-color:var(--accent)}.modal-card small{line-height:1.5;color:#102b3073}.form-success{text-align:center;padding:45px 0}.form-success>span{font-size:52px;color:var(--accent)}.form-success h3{font-size:40px;margin:14px 0}.menu-panel{position:fixed;z-index:130;top:0;right:0;bottom:0;left:0;background:var(--deep);color:#fff;padding:90px 26px 40px;display:flex;flex-direction:column;justify-content:space-between;transform:translate(100%);transition:transform .38s;visibility:hidden}.menu-panel.open{transform:none;visibility:visible}.menu-panel nav{display:flex;flex-direction:column}.menu-panel nav a{font-size:40px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14)}.menu-panel>div a{font-size:25px}.menu-panel>div p{margin-top:10px;color:#ffffff8c}.menu-close{position:absolute;right:20px;top:20px;width:52px;height:52px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:22px}@media (max-width:1100px){.inner-hero-copy{width:84%}.project-catalog-grid{grid-template-columns:1fr 1fr}.catalog-project{height:650px}.catalog-project:nth-child(2){margin-top:70px;height:580px}.property-grid{grid-template-columns:1fr 1fr}.property-filter{grid-template-columns:1fr 1fr 1fr}.property-filter>div{grid-row:1/3}.property-filter label:nth-of-type(3),.filter-reset{display:none}.story-grid{grid-template-columns:1fr 1fr}.story-number{grid-column:2;max-width:300px}.principles{grid-template-columns:1fr 1fr}}@media (max-width:760px){.inner-hero,.inner-hero:has(.inner-hero-media){min-height:720px;margin:0 6px 6px;padding:135px 20px 44px;border-radius:0 0 26px 26px}.inner-hero-copy{width:100%}.inner-hero-copy h1{font-size:52px;line-height:.95}.inner-hero-copy>p:not(.eyebrow){font-size:14px}.inner-page-index{display:none}.page-section{padding:88px 14px}.page-heading{display:block;margin-bottom:40px}.page-heading>span{display:block;margin-bottom:20px}.page-heading h2,.commercial-brief h2,.story-intro h2,.completed-project h2{font-size:46px}.project-catalog-grid{grid-template-columns:1fr}.catalog-project,.catalog-project:nth-child(2){height:560px;margin:0}.catalog-project>div{left:20px;right:20px}.catalog-project>div h2,.catalog-project:nth-child(2)>div h2{font-size:42px}.company-band{margin:6px;padding:60px 20px;min-height:520px}.company-band h2{font-size:54px}.property-search{padding:20px 8px 90px}.property-filter{position:relative;top:auto;display:grid;grid-template-columns:1fr 1fr;border-radius:22px}.property-filter>div{grid-column:1/3;grid-row:auto}.property-filter label{padding:12px}.property-grid{grid-template-columns:1fr}.property-card{min-height:500px}.property-image{height:340px}.property-meta{min-height:160px}.apartment-detail{padding:110px 8px 10px;grid-template-columns:1fr}.back-link{top:92px;left:14px}.detail-plan{margin-top:25px;min-height:520px}.detail-info{margin-top:0;padding:28px;min-height:600px}.purchase-grid{grid-template-columns:1fr}.purchase-card{min-height:390px}.purchase-steps{grid-column:auto;margin-top:20px;padding:28px;grid-template-columns:1fr;gap:40px}.commercial-layout,.story-grid,.completed-project{grid-template-columns:1fr;gap:55px}.commercial-specs{grid-template-columns:1fr}.principles{grid-template-columns:1fr;padding:6px}.principles article{min-height:300px}.story-number{grid-column:auto;max-width:280px}.completed-project dl{grid-template-columns:1fr 1fr}.completed-project dt{font-size:28px}.documents-list a{grid-template-columns:42px 1fr 28px;padding:24px 0}.documents-list b{font-size:18px}.documents-list small{display:none}.contacts-grid{grid-template-columns:1fr}.contacts-grid>div{min-height:330px}.inner-footer{margin-top:6px}.modal-card{padding:40px 22px 24px;border-radius:26px}.modal-card h2{font-size:44px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-visual img{animation:none}.reveal{opacity:1;transform:none;transition:none}}.design-v2{--paper:#f0eee8;--white:#fbfaf6;--ink:#102b30;--deep:#0a363c;--accent:#b41f68;background:radial-gradient(circle at 15% 4%,rgba(185,197,173,.35),transparent 22%),var(--paper)}.design-v2 .site-header{top:14px;height:78px;color:var(--ink);background:#fbfaf6db;border:1px solid rgba(255,255,255,.7);box-shadow:0 7px 28px #102b3012;-webkit-backdrop-filter:blur(20px) saturate(1.3);backdrop-filter:blur(20px) saturate(1.3)}.design-v2 .site-header.scrolled{top:8px;height:70px;background:#fbfaf6ed}.design-v2 .header-logo,.design-v2 .site-header.scrolled .header-logo{width:178px}.design-v2 .round-action{background:var(--deep)}.design-v2 .hero{height:max(850px,100svh);min-height:850px;color:var(--ink);background:transparent;padding:0}.design-v2 .hero:before{content:"";position:absolute;width:340px;height:340px;left:-145px;top:155px;border:1px solid rgba(16,43,48,.14);border-radius:50%}.design-v2 .hero:after{content:"";position:absolute;width:7px;height:7px;left:97px;top:257px;background:var(--accent);border-radius:50%}.design-v2 .hero-visual{top:106px;right:18px;bottom:132px;left:48%;border-radius:38px;overflow:hidden;box-shadow:0 28px 80px #102b302b}.design-v2 .hero-visual:after{background:linear-gradient(180deg,rgba(8,33,36,.08),transparent 50%,rgba(8,33,36,.32))}.design-v2 .hero-visual img{animation:heroDrift 24s ease-in-out infinite alternate;object-position:58% center}.design-v2 .hero-grain{opacity:.07}.design-v2 .hero-copy{left:var(--pad);top:clamp(158px,19vh,190px);bottom:auto;width:47%;max-width:720px}.design-v2 .hero-copy h1{font-size:clamp(66px,7.25vw,118px);line-height:.88;margin:25px 0 28px}.design-v2 .hero-copy h1 em{color:var(--accent);font-size:.92em}.design-v2 .hero-lead{color:#102b309e;max-width:510px;font-size:17px}.design-v2 .hero-links{margin-top:30px}.design-v2 .text-button{color:var(--ink)}.design-v2 .text-button i{margin-left:10px}.design-v2 .hero-side-note{right:44px;top:132px;bottom:auto;padding:14px 18px;border-radius:999px;background:#fbfaf6e3;color:var(--ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);align-items:center;gap:10px}.design-v2 .hero-side-note p{line-height:1.25}.design-v2 .hero-side-note b{font-weight:600;color:var(--accent)}.live-dot{width:9px;height:9px;border-radius:50%;background:#5cb779;box-shadow:0 0 0 5px #5cb77929}.design-v2 .scroll-cue{display:none}.hero-projects{position:absolute;z-index:7;left:var(--pad);right:var(--pad);bottom:142px;display:grid;grid-template-columns:1fr 1fr 1fr .55fr;gap:8px;pointer-events:auto}.hero-project{height:104px;border-radius:18px;overflow:hidden;position:relative;color:#fff;background:var(--deep);box-shadow:0 14px 35px #102b3024}.hero-project:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#072326e0,#07232626)}.hero-project img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.hero-project:hover img{transform:scale(1.06)}.hero-project>span{position:absolute;z-index:2;left:17px;right:14px;bottom:14px;display:flex;flex-direction:column;gap:3px}.hero-project b{font-size:13px}.hero-project small{font-size:10px;color:#ffffffa8}.hero-project-all:after{display:none}.hero-project-all>span{top:0;bottom:0;justify-content:center;align-items:center;text-align:center}.hero-project-all i{font-size:22px;margin-top:5px}.hero-finder{position:absolute;z-index:6;left:var(--pad);right:var(--pad);bottom:28px;min-height:96px;display:grid;grid-template-columns:1.15fr repeat(3,.9fr) 1.15fr;padding:9px;border-radius:26px;background:#fbfaf6f0;box-shadow:0 20px 60px #102b3029;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.78)}.finder-heading{padding:17px 22px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.finder-heading span,.finder-field span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#102b3073}.finder-heading b{font-size:15px;margin-top:8px}.finder-field{border:0;border-right:1px solid var(--line);background:transparent;text-align:left;padding:16px 24px;position:relative;cursor:pointer;transition:background .25s}.finder-field:hover{background:#b9c5ad29}.finder-field b{display:block;margin-top:8px;font-size:14px}.finder-field i{font-style:normal;position:absolute;right:18px;top:50%;font-size:17px}.finder-submit{margin-left:9px;border-radius:19px;background:var(--accent);color:#fff;padding:16px 18px 16px 22px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:13px;font-weight:700;font-size:13px}.finder-submit b{width:30px;height:30px;border-radius:50%;background:#ffffff2e;display:grid;place-items:center;font-size:11px}.finder-submit i{font-style:normal;font-size:22px;transition:transform .3s}.finder-submit:hover i{transform:rotate(45deg)}.brand-ticker{overflow:hidden;background:var(--deep);color:#fff;padding:16px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.brand-ticker>div{display:flex;width:max-content;gap:38px;align-items:center;animation:ticker 24s linear infinite}.brand-ticker span{font-family:Prata,serif;font-size:20px;white-space:nowrap}.brand-ticker i{font-style:normal;color:#e2b85d;font-size:13px}@keyframes ticker{to{transform:translate(-50%)}}.design-v2 .route-panel{grid-template-columns:1.18fr repeat(3,1fr);padding:18px;gap:8px;background:var(--deep)}.design-v2 .route-intro,.design-v2 .route-card{min-height:460px;border-radius:30px}.design-v2 .route-intro{color:#fff;border:1px solid rgba(255,255,255,.12);overflow:hidden}.design-v2 .route-intro h2{font-size:clamp(46px,4.4vw,72px);position:relative;z-index:2}.design-v2 .route-intro h2 em{font-size:.8em;color:#e2b85d}.route-orbit{position:absolute;width:310px;height:310px;right:-130px;top:50px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.route-orbit:before,.route-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;top:42px;right:42px;bottom:42px;left:42px}.route-orbit:after{top:90px;right:90px;bottom:90px;left:90px}.route-orbit span{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--accent);left:36px;top:63px}.route-orbit span:nth-child(2){background:#e2b85d;left:180px;top:10px}.route-orbit span:nth-child(3){background:#fff;left:155px;top:245px}.design-v2 .route-card{padding:30px;border:1px solid rgba(16,43,48,.07)}.design-v2 .route-card-accent{background:#e7c763;color:var(--ink)}.design-v2 .route-arrow{width:auto;min-width:56px;padding:0 13px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em}.design-v2 .projects{padding-top:150px}.design-v2 .project-feature{display:block;position:relative;min-height:790px;background:var(--deep);box-shadow:0 32px 90px #102b3026}.design-v2 .project-image{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}.design-v2 .project-image:after{content:"";position:absolute;top:55%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#051c1f80)}.design-v2 .project-info{position:absolute;z-index:3;right:24px;bottom:24px;width:min(480px,42%);padding:42px;border-radius:28px;background:#fbfaf6f2;box-shadow:0 16px 55px #0000002e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.design-v2 .project-info h3{font-size:clamp(48px,4.2vw,72px);margin:14px 0 19px}.design-v2 .project-info>p:not(.project-place){font-size:14px;line-height:1.6}.design-v2 .project-facts{margin:26px 0;padding:20px 0}.design-v2 .project-facts b{font-size:18px}.project-map-note{position:absolute;z-index:3;left:28px;bottom:28px;background:#fbfaf6e8;border-radius:22px;padding:14px 19px;display:grid;grid-template-columns:auto auto;gap:0 12px;align-items:center;color:var(--ink);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.project-map-note span{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:20px}.project-map-note b{font-size:18px}.project-map-note small{color:#102b3085}.design-v2 .apartment-card{box-shadow:inset 0 0 0 1px #102b300f;position:relative;overflow:hidden}.design-v2 .apartment-card:before{content:attr(data-type);position:absolute;right:12px;top:-22px;font-family:Prata,serif;font-size:88px;color:#102b3009;text-transform:uppercase}.design-v2 .apartment-card-image{background:linear-gradient(145deg,#efede6,#e4e2db)}.design-v2 .apartment-filter{padding:6px;border-radius:999px;background:#ffffff0f;width:max-content}.design-v2 .apartment-filter button{border-color:transparent}.design-v2 .experience{background-image:linear-gradient(rgba(16,43,48,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(16,43,48,.055) 1px,transparent 1px);background-size:64px 64px}.design-v2 .experience-visual{border-radius:240px 240px 32px 32px;box-shadow:0 35px 80px #102b3024}.design-v2 .program-card{overflow:hidden;transition:transform .4s,box-shadow .4s}.design-v2 .program-card:hover{transform:translateY(-8px);box-shadow:0 25px 65px #102b301f}.design-v2 .program-card:not(.program-main):after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(180,31,104,.18);border-radius:50%;right:-65px;top:-65px;box-shadow:0 0 0 28px #b41f6809,0 0 0 58px #b41f6806}.design-v2 .commercial{margin:18px;border-radius:34px;height:min(860px,90vh)}.design-v2 .gallery-item{box-shadow:0 28px 70px #102b3024}.utility-rail{position:fixed;z-index:80;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;padding:6px;background:#fbfaf6e6;border-radius:19px;box-shadow:0 14px 40px #102b3021;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.utility-rail a,.utility-rail button{width:54px;height:54px;border:0;border-radius:15px;background:transparent;display:flex;align-items:center;gap:11px;padding:0 17px;overflow:hidden;cursor:pointer;transition:width .35s,background .25s;color:var(--ink)}.utility-rail a:hover,.utility-rail button:hover{width:142px;background:#fff}.utility-rail span{font-size:18px;min-width:20px}.utility-rail b{font-size:11px;white-space:nowrap}.utility-rail button:last-child{background:var(--accent);color:#fff}@media (max-width:1100px){.design-v2 .hero-copy{width:52%}.design-v2 .hero-copy h1{font-size:76px}.hero-finder{grid-template-columns:1fr repeat(3,.82fr) 1fr}.finder-heading{display:none}.design-v2 .route-panel{grid-template-columns:repeat(2,1fr)}.design-v2 .project-info{width:47%}.utility-rail{display:none}.hero-projects{grid-template-columns:1fr 1fr .55fr}.hero-project:nth-child(3){display:none}}@media (max-width:760px){.design-v2 .site-header{top:7px;height:66px;background:#fbfaf6e6}.design-v2 .header-logo,.design-v2 .site-header.scrolled .header-logo{width:144px}.design-v2 .hero{height:auto;min-height:980px;padding-top:0}.design-v2 .hero:before,.design-v2 .hero:after{display:none}.design-v2 .hero-copy{top:112px;left:20px;width:auto;right:20px;max-width:none}.design-v2 .hero-copy h1{font-size:59px;line-height:.91;margin:16px 0 19px}.design-v2 .hero-copy h1 br:nth-child(2){display:block}.design-v2 .hero-lead{font-size:14px;line-height:1.55;max-width:350px}.design-v2 .hero-links{flex-direction:row;align-items:center;margin-top:20px}.design-v2 .hero-links .text-button{display:none}.design-v2 .hero-visual{top:485px;right:10px;bottom:300px;left:10px;border-radius:26px}.design-v2 .hero-side-note{top:520px;right:25px;padding:11px 13px;font-size:10px}.hero-projects{left:10px;right:auto;width:calc(100% - 20px);bottom:164px;display:flex;overflow-x:auto;scrollbar-width:none}.hero-projects::-webkit-scrollbar{display:none}.hero-project{min-width:185px;height:110px}.hero-project:nth-child(3){display:block}.hero-project-all{min-width:105px}.hero-finder{left:10px;right:10px;bottom:12px;min-height:142px;grid-template-columns:1fr 1fr;padding:7px;border-radius:22px}.finder-field{padding:13px 14px;border-bottom:1px solid var(--line)}.finder-field:nth-of-type(3){display:none}.finder-field:nth-of-type(2){border-right:0}.finder-submit{grid-column:1/3;margin:6px 0 0;border-radius:16px;min-height:55px}.brand-ticker{padding:12px 0}.brand-ticker span{font-size:16px}.design-v2 .route-panel{grid-template-columns:1fr;padding:10px}.design-v2 .route-intro,.design-v2 .route-card{min-height:330px}.design-v2 .route-intro h2{font-size:45px}.design-v2 .project-feature{min-height:790px}.design-v2 .project-image{top:0;right:0;bottom:330px;left:0}.design-v2 .project-info{right:10px;left:10px;bottom:10px;width:auto;padding:27px 23px}.design-v2 .project-info h3{font-size:44px}.project-map-note{left:15px;bottom:345px;padding:10px 12px}.project-map-note span{width:32px;height:32px}.design-v2 .project-status{left:14px;top:14px}.design-v2 .project-count{right:14px;top:14px}.design-v2 .apartment-filter{width:auto;border-radius:0;background:transparent}.design-v2 .commercial{margin:8px;height:730px}}.design-v3{--paper:#f4f1ea;--white:#fffdf8;--ink:#123237;--deep:#0b3940;--accent:#b51f67;--gold:#ddc28b;--pad:clamp(28px,3.1vw,48px);background:var(--paper)}.design-v3 .site-header,.design-v3 .site-header:not(.scrolled){top:22px;left:34px;right:34px;height:70px;padding:0 10px;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--ink)}.design-v3 .site-header.scrolled{top:10px;left:18px;right:18px;height:72px;padding:0 22px;border-radius:22px;background:#fffdf8ed;box-shadow:0 12px 42px #1232371f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.design-v3 .header-logo,.design-v3 .site-header.scrolled .header-logo{width:198px}.design-v3 .header-nav{gap:48px;font-size:14px}.design-v3 .header-phone{font-size:14px}.design-v3 .round-action{width:54px;height:54px;background:var(--deep)}.design-v3 .round-action i{font-size:22px}.design-v3 .hero{height:max(930px,100svh);min-height:930px;background:#e9e5dd;color:var(--ink)}.design-v3 .hero:before,.design-v3 .hero:after{display:none}.design-v3 .hero-visual{top:0;right:0;bottom:0;left:0;border-radius:0;box-shadow:none;overflow:hidden}.design-v3 .hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f4edfa,#f7f4edf0 23%,#f7f4ed9e 39%,#f7f4ed14 59%,#09232608)}.design-v3 .hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;animation:none}.design-v3 .hero-grain{opacity:.035}.design-v3 .hero-copy{left:82px;top:142px;bottom:auto;width:470px;max-width:none}.design-v3 .hero-copy h1{margin:0;font-family:Prata,Georgia,serif;font-size:clamp(76px,6vw,96px);font-weight:400;line-height:.86;letter-spacing:-.055em}.design-v3 .hero-copy h1 em{display:inline-block;color:var(--accent);font-size:.83em;line-height:1.05}.design-v3 .hero-lead{margin-top:32px;color:#123237bd;font-size:16px;line-height:1.55}.hero-values{display:grid;grid-template-columns:1fr 1fr;gap:26px 34px;margin-top:36px;padding-left:25px;border-left:1px solid var(--accent);width:430px}.hero-values>div{display:grid;grid-template-columns:33px 1fr;align-items:start;gap:11px;font-size:12px;line-height:1.35;color:#123237c7}.hero-values i{font-size:29px;color:var(--ink);font-weight:400}.design-v3 .hero-links{margin-top:28px}.hero-about{display:inline-flex;align-items:center;gap:18px;font-size:12px;line-height:1.35;font-weight:700}.hero-about>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--deep);color:#fff;font-size:22px;transition:transform .35s,background .35s}.hero-about:hover>span{transform:rotate(45deg);background:var(--accent)}.design-v3 .hero-projects{left:82px;right:44px;bottom:165px;grid-template-columns:repeat(5,1fr) .64fr;gap:14px}.design-v3 .hero-project{height:168px;border-radius:10px;border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 44px #08282b21}.design-v3 .hero-project:after{background:linear-gradient(0deg,#041b1fdb,#041b1f05 72%)}.design-v3 .hero-project>span{left:16px;right:16px;bottom:14px;gap:3px}.design-v3 .hero-project b{font-size:14px}.design-v3 .hero-project small{font-size:11px}.design-v3 .hero-project-all{background:var(--deep);border-color:#ffffff26}.design-v3 .hero-project-all>span{left:0;right:0;bottom:0}.design-v3 .hero-project-all i{width:48px;height:48px;margin:0 0 12px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold)}.design-v3 .hero-finder{left:44px;right:44px;bottom:12px;min-height:124px;grid-template-columns:1.1fr .95fr .9fr .95fr 1.14fr .95fr 1.55fr;gap:0;padding:12px 12px 12px 24px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#08343af7;color:#fff;box-shadow:0 22px 55px #0725293d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.design-v3 .finder-heading{padding:12px 18px 12px 0;border-color:#ffffff29}.design-v3 .finder-heading span,.design-v3 .finder-field span,.finder-rooms>span,.finder-area>span{font-size:10px;text-transform:none;letter-spacing:.03em;color:#ffffff85}.design-v3 .finder-heading b{font-size:16px;margin-top:8px}.design-v3 .finder-field{color:#fff;padding:14px 18px;border-color:#ffffff29}.design-v3 .finder-field:hover{background:#ffffff0f}.design-v3 .finder-field b{font-size:13px}.design-v3 .finder-field i{right:13px}.finder-rooms,.finder-area{padding:14px 18px;border-right:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;justify-content:center}.finder-rooms>div{display:flex;margin-top:10px}.finder-rooms button{width:39px;height:38px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;cursor:pointer}.finder-rooms button+button{border-left:0}.finder-rooms button.active{background:var(--accent);border-color:var(--accent)}.finder-area>div{display:grid;grid-template-columns:1fr 1fr;margin-top:10px;gap:6px}.finder-area b{font-size:12px;font-weight:400;color:#ffffff85;border:1px solid rgba(255,255,255,.18);padding:10px 11px}.design-v3 .finder-submit{margin:0 0 0 14px;border-radius:9px;background:var(--accent);padding:16px 20px;font-size:14px;color:#fff}.design-v3 .finder-submit i{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--ink)}.design-v3 .brand-ticker{padding:20px 0;background:var(--deep)}.design-v3 .brand-ticker span{font-size:18px}.design-v3 .brand-ticker i{color:var(--gold)}.design-v3 .reveal{opacity:1;transform:none;transition:none}.design-v3 .utility-rail{display:none}.design-v3 .route-panel{padding:92px 44px 44px;gap:12px;background:var(--paper);grid-template-columns:1.16fr repeat(3,1fr)}.design-v3 .route-intro,.design-v3 .route-card{min-height:390px;border-radius:26px}.design-v3 .route-intro{padding:38px;background:var(--deep);color:#fff;border:0}.design-v3 .route-intro h2{font-family:Prata,Georgia,serif;font-size:56px;font-weight:400;line-height:.95}.design-v3 .route-intro h2 em{color:var(--gold)}.design-v3 .route-orbit{opacity:.5}.design-v3 .route-card{padding:32px;background:var(--white);border:0;box-shadow:0 18px 48px #1232370f}.design-v3 .route-card-accent{background:var(--accent);color:#fff}.design-v3 .route-card-photo:after{z-index:0}.design-v3 .route-card-photo img{z-index:0}.design-v3 .route-card-photo>*:not(img){z-index:1}.design-v3 .route-card h3{font-size:34px}.design-v3 .projects{padding:130px 44px;background:#faf8f3}.design-v3 .section-head{margin-bottom:58px;grid-template-columns:1.25fr .5fr}.design-v3 .section-head h2{font-family:Prata,Georgia,serif;font-size:clamp(62px,5.8vw,88px);font-weight:400;line-height:.96}.design-v3 .project-feature{min-height:760px;border-radius:30px}.design-v3 .project-image img{animation:none}.design-v3 .project-info{width:min(480px,40%);padding:38px}.design-v3 .project-info h3{font-family:Prata,Georgia,serif;font-size:60px}.design-v3 .apartments{padding:128px 44px;background:var(--deep)}.design-v3 .apartments-top h2{font-family:Prata,Georgia,serif;font-size:clamp(60px,5.7vw,86px);font-weight:400}.design-v3 .apartment-list{grid-auto-columns:minmax(320px,28%);gap:16px}.design-v3 .apartment-card{min-height:500px;border-radius:24px;background:#f8f5ee}.design-v3 .apartment-card-image{background:#eeece5}.design-v3 .experience{padding:132px 58px;gap:80px;background-color:#f4f1ea;background-size:80px 80px}.design-v3 .experience-copy h2{font-family:Prata,Georgia,serif;font-size:clamp(58px,5.4vw,84px);font-weight:400}.design-v3 .experience-visual{height:700px;border-radius:260px 260px 26px 26px}.design-v3 .programs{padding:128px 44px;background:#e8e4dc}.design-v3 .program-grid{gap:14px}.design-v3 .program-card{border-radius:26px}.design-v3 .program-main{background:var(--accent)}.design-v3 .commercial{margin:14px 14px 0;height:800px;border-radius:30px}.design-v3 .commercial-copy h2{font-family:Prata,Georgia,serif;font-size:clamp(62px,6vw,92px);font-weight:400}.design-v3 .gallery{padding:130px 0}.design-v3 .gallery-head h2{font-family:Prata,Georgia,serif;font-size:clamp(60px,5.5vw,86px);font-weight:400}.design-v3 .gallery-item{height:650px;border-radius:28px}.design-v3 .contact{padding:130px 58px;background:var(--deep)}.design-v3 .contact-copy h2{font-family:Prata,Georgia,serif;font-size:clamp(60px,5.8vw,90px);font-weight:400}@media (max-width:1180px){.design-v3 .header-nav{gap:24px}.design-v3 .hero-copy{left:48px;width:410px}.design-v3 .hero-copy h1{font-size:78px}.hero-values{width:390px}.design-v3 .hero-projects{left:48px;grid-template-columns:repeat(4,1fr) .65fr}.design-v3 .hero-project:nth-child(5){display:none}.design-v3 .hero-finder{grid-template-columns:1fr .9fr .9fr 1.1fr 1.5fr}.design-v3 .finder-heading,.design-v3 .finder-field[data-finder=type],.finder-area{display:none}.design-v3 .route-panel{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.design-v3 .site-header,.design-v3 .site-header:not(.scrolled),.design-v3 .site-header.scrolled{top:7px;left:7px;right:7px;height:66px;padding:0 14px;border-radius:20px;background:#fffdf8ed;box-shadow:0 8px 30px #1232371a}.design-v3 .header-logo,.design-v3 .site-header.scrolled .header-logo{width:142px}.design-v3 .hero{min-height:1030px;height:auto;background:var(--paper)}.design-v3 .hero-visual{top:76px;right:8px;bottom:365px;left:8px;border-radius:24px}.design-v3 .hero-visual:after{background:linear-gradient(180deg,#07232766,#07232724 48%,#072327b3)}.design-v3 .hero-visual img{object-position:68% center}.design-v3 .hero-copy{left:22px;right:22px;top:98px;width:auto;color:#fff}.design-v3 .hero-copy h1{font-size:54px;line-height:.9;text-shadow:0 3px 22px rgba(0,0,0,.24)}.design-v3 .hero-copy h1 em{color:#f5bdd8;text-shadow:0 3px 22px rgba(0,0,0,.2)}.design-v3 .hero-lead{margin-top:20px;font-size:13px;color:#ffffffe6;text-shadow:0 2px 12px rgba(0,0,0,.3)}.hero-values{display:none}.design-v3 .hero-links{margin-top:20px}.hero-about{color:#fff}.hero-about>span{width:48px;height:48px;background:#fff;color:var(--deep)}.design-v3 .hero-projects{left:8px;right:8px;bottom:218px;width:auto;display:flex;gap:8px;overflow-x:auto}.design-v3 .hero-project{display:block!important;min-width:190px;height:128px;border-radius:18px}.design-v3 .hero-project-all{min-width:110px}.design-v3 .hero-finder{left:8px;right:8px;bottom:8px;min-height:200px;grid-template-columns:1fr 1fr;padding:8px;border-radius:22px}.design-v3 .finder-field{display:block!important;padding:12px}.design-v3 .finder-field[data-finder=type]{border-right:0}.design-v3 .finder-heading,.finder-rooms,.finder-area{display:none}.design-v3 .finder-submit{grid-column:1/3;margin:7px 0 0;min-height:58px;border-radius:16px}.design-v3 .route-panel{padding:72px 8px 8px;grid-template-columns:1fr}.design-v3 .route-intro,.design-v3 .route-card{min-height:315px}.design-v3 .route-intro h2{font-size:46px}.design-v3 .projects{padding:90px 8px}.design-v3 .section-head{display:block;margin:0 12px 40px}.design-v3 .section-head h2{font-size:48px}.design-v3 .section-description{margin-top:24px}.design-v3 .project-feature{min-height:760px;border-radius:24px}.design-v3 .project-image{top:0;right:0;bottom:325px;left:0}.design-v3 .project-info{left:8px;right:8px;bottom:8px;width:auto;padding:25px}.design-v3 .project-info h3{font-size:43px}.design-v3 .apartments{padding:88px 0}.design-v3 .apartments-top{margin:0 18px}.design-v3 .apartments-top h2{font-size:48px}.design-v3 .apartment-list{grid-auto-columns:84%;padding-left:18px}.design-v3 .experience{padding:90px 18px;grid-template-columns:1fr}.design-v3 .experience-copy h2{font-size:48px}.design-v3 .experience-visual{height:590px}.design-v3 .experience-stat{grid-column:auto;grid-template-columns:1fr}.design-v3 .client-strip{display:grid;grid-template-columns:1fr 1fr}.design-v3 .programs{padding:90px 8px}.design-v3 .program-grid{grid-template-columns:1fr}.design-v3 .commercial{height:720px;margin:8px}.design-v3 .gallery{padding:90px 0}.design-v3 .gallery-head h2{font-size:48px}.design-v3 .gallery-item{height:520px}.design-v3 .contact{padding:90px 18px}}@font-face{font-family:Onest;src:url(/fonts/onest-variable.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}:root{--c-ink:#101313;--c-muted:#707676;--c-paper:#fff;--c-soft:#f3f4f2;--c-line:#dfe2de;--c-teal:#123b3b;--c-teal-2:#0c3030;--c-accent:#b11f58;--c-radius:22px;--c-pad:clamp(20px,3.8vw,64px)}html{scroll-behavior:smooth}body.design-v4,body.inner-page{font-family:Onest,Arial,sans-serif;background:var(--c-paper);color:var(--c-ink);font-size:16px;line-height:1.45}body.design-v4 *,body.inner-page *{box-sizing:border-box}body.design-v4 h1,body.design-v4 h2,body.design-v4 h3,body.design-v4 h4,body.inner-page h1,body.inner-page h2,body.inner-page h3{font-family:Onest,Arial,sans-serif;font-style:normal;letter-spacing:-.045em}body.design-v4 em,body.inner-page em{font-family:inherit;font-style:normal;color:inherit}body.design-v4 a,body.inner-page a{color:inherit}button,input,select{font:inherit}.design-v4 .site-header,.inner-page .site-header{position:fixed;z-index:80;inset:0 0 auto;height:88px;padding:0 var(--c-pad);border-radius:0;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:32px;background:transparent;color:#fff;transition:background .25s,color .25s,box-shadow .25s}.design-v4 .site-header.scrolled,.inner-page .site-header.scrolled{top:0;left:0;right:0;border-radius:0;background:#fffffff0;color:var(--c-ink);box-shadow:0 1px #1013131a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.design-v4 .header-logo,.inner-page .header-logo{display:block;width:178px;height:54px}.design-v4 .header-logo img,.inner-page .header-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.design-v4 .header-nav,.inner-page .header-nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.2vw,42px)}.design-v4 .header-nav a,.inner-page .header-nav a{font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}.design-v4 .header-nav a:hover,.inner-page .header-nav a:hover{opacity:.62}.design-v4 .header-actions,.inner-page .header-actions{display:flex;align-items:center;gap:18px}.design-v4 .header-phone,.inner-page .header-phone{font-size:14px;font-weight:650;text-decoration:none;white-space:nowrap}.design-v4 .round-action,.inner-page .round-action{width:48px;height:48px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--c-accent);font-size:21px;cursor:pointer}.design-v4 .menu-toggle,.inner-page .menu-toggle{display:none;width:48px;height:48px;border:0;border-radius:50%;background:var(--c-ink);position:relative}.design-v4 .menu-toggle span,.inner-page .menu-toggle span{position:absolute;left:15px;width:18px;height:1.5px;background:#fff}.design-v4 .menu-toggle span:first-child,.inner-page .menu-toggle span:first-child{top:20px}.design-v4 .menu-toggle span:last-child,.inner-page .menu-toggle span:last-child{top:27px}.design-v4 .eyebrow,.inner-page .eyebrow{margin:0 0 16px;font-size:13px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.design-v4 .eyebrow.light,.inner-page .eyebrow.light{color:#ffffffb8}.design-v4 .section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:64px;margin-bottom:52px}.design-v4 .section-head h2,.design-v4 .apartments-top h2,.design-v4 .gallery-head h2{margin:0;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1.02}.design-v4 .section-description,.design-v4 .apartments-top>p{margin:0;color:var(--c-muted);font-size:18px;line-height:1.55}.design-v4 .pill-button,.inner-page .pill-button{min-height:54px;padding:0 9px 0 22px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:space-between;gap:22px;text-decoration:none;font-weight:650;font-size:15px;cursor:pointer}.design-v4 .pill-button>span,.inner-page .pill-button>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.design-v4 .dark-button,.inner-page .dark-button{background:var(--c-ink);color:#fff}.design-v4 .dark-button>span,.inner-page .dark-button>span{background:#ffffff24}.design-v4 .light-button,.inner-page .light-button{background:#fff;color:var(--c-ink)}.design-v4 .light-button>span,.inner-page .light-button>span{background:var(--c-soft)}.design-v4 .accent-button,.inner-page .accent-button{background:var(--c-accent);color:#fff}.design-v4 .accent-button>span,.inner-page .accent-button>span{background:#ffffff29}.design-v4 .reveal,.design-v4 .reveal.visible{opacity:1;transform:none}.design-v4 .hero{position:relative;min-height:860px;height:100svh;max-height:1040px;margin:0;overflow:hidden;background:#152b29;color:#fff}.design-v4 .hero-visual{position:absolute;top:0;right:0;bottom:0;left:0}.design-v4 .hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081918c7,#08191857 43%,#08191814 70%),linear-gradient(0deg,rgba(6,18,18,.7),transparent 44%)}.design-v4 .hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.design-v4 .hero-copy{position:absolute;z-index:2;left:var(--c-pad);top:clamp(150px,19vh,210px);max-width:740px}.design-v4 .hero-kicker{margin:0 0 22px;font-size:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.design-v4 .hero h1{margin:0;font-size:clamp(72px,8vw,124px);font-weight:450;line-height:.88;letter-spacing:-.065em}.design-v4 .hero-lead{max-width:560px;margin:32px 0 30px;font-size:20px;line-height:1.45;color:#ffffffdb}.design-v4 .hero-about{width:max-content;min-height:54px;padding:0 10px 0 22px;border-radius:999px;background:#fff;color:var(--c-ink);display:flex;align-items:center;gap:26px;text-decoration:none;font-size:15px;font-weight:650}.design-v4 .hero-about>span{width:auto;height:auto;border-radius:0;background:transparent;color:inherit;display:block;transform:none}.design-v4 .hero-about:hover>span{transform:none;background:transparent}.design-v4 .hero-about i{width:38px;height:38px;border-radius:50%;background:var(--c-accent);color:#fff;display:grid;place-items:center;font-size:18px}.design-v4 .hero-projects{position:absolute;z-index:3;left:var(--c-pad);right:var(--c-pad);bottom:28px;display:grid;grid-template-columns:1.15fr 1fr 1fr 180px;gap:10px}.design-v4 .hero-project{position:relative;height:132px;border-radius:16px;overflow:hidden;color:#fff;text-decoration:none;background:#173c3c}.design-v4 .hero-project img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.design-v4 .hero-project:hover img{transform:scale(1.025)}.design-v4 .hero-project:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(8,18,18,.72),transparent 72%)}.design-v4 .hero-project>span{position:absolute;z-index:2;left:18px;right:18px;bottom:15px;display:flex;justify-content:space-between;align-items:end;gap:12px}.design-v4 .hero-project b{font-size:17px;line-height:1.15}.design-v4 .hero-project small{font-size:12px;color:#ffffffbf;text-align:right}.design-v4 .hero-project-all{display:grid;place-items:center;background:var(--c-accent)}.design-v4 .hero-project-all:after{display:none}.design-v4 .hero-project-all>span{position:static;align-items:center;flex-direction:column}.design-v4 .hero-project-all i{font-size:24px}.design-v4 .finder-section{position:relative;z-index:5;margin:0 var(--c-pad);padding:18px;display:grid;grid-template-columns:1.1fr repeat(3,1fr) 1.25fr 1.45fr;gap:0;background:var(--c-teal);color:#fff;border-radius:0 0 18px 18px}.design-v4 .finder-section>*{min-height:76px}.design-v4 .finder-heading{display:flex;flex-direction:column;justify-content:center;padding:0 22px;border-right:1px solid rgba(255,255,255,.16)}.design-v4 .finder-heading span{font-size:12px;color:#fff9}.design-v4 .finder-heading b{font-size:18px}.design-v4 .finder-field{border:0;border-right:1px solid rgba(255,255,255,.16);padding:0 20px;background:transparent;color:#fff;text-align:left;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-content:center;cursor:pointer}.design-v4 .finder-field span{grid-column:1/-1;font-size:12px;color:#fff9}.design-v4 .finder-field b{font-size:15px}.design-v4 .finder-field i{align-self:center}.design-v4 .finder-rooms{padding:0 20px;display:flex;flex-direction:column;justify-content:center}.design-v4 .finder-rooms>span{font-size:12px;color:#fff9;margin-bottom:8px}.design-v4 .finder-rooms>div{display:flex}.design-v4 .finder-rooms button{width:38px;height:32px;border:1px solid rgba(255,255,255,.16);background:transparent;color:#fff;cursor:pointer}.design-v4 .finder-rooms button.active{background:var(--c-accent);border-color:var(--c-accent)}.design-v4 .finder-submit{border-radius:14px;padding:0 10px 0 22px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;background:var(--c-accent);font-weight:650}.design-v4 .finder-submit i{width:46px;height:46px;border-radius:50%;background:#ffffff29;display:grid;place-items:center;font-size:20px}.design-v4 .projects{padding:clamp(110px,10vw,160px) var(--c-pad)}.design-v4 .project-feature{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(340px,.72fr);min-height:650px;border-radius:var(--c-radius);overflow:hidden;background:var(--c-soft);transition:opacity .26s ease}.design-v4 .project-image{position:relative;min-height:600px}.design-v4 .project-image img{width:100%;height:100%;object-fit:cover}.design-v4 .project-status,.design-v4 .project-count{position:absolute;top:22px;padding:11px 15px;border-radius:999px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:13px;font-weight:650}.design-v4 .project-status{left:22px}.design-v4 .project-count{right:22px}.design-v4 .project-info{padding:48px 42px;display:flex;flex-direction:column}.design-v4 .project-place{margin:0;color:var(--c-muted);font-size:14px}.design-v4 .project-info h3{margin:22px 0 24px;font-size:clamp(48px,5vw,76px);font-weight:500;line-height:.95}.design-v4 .project-info>p:not(.project-place){margin:0;max-width:390px;color:#525858;font-size:17px;line-height:1.55}.design-v4 .project-facts{margin:auto 0 34px;padding-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid var(--c-line)}.design-v4 .project-facts span{display:flex;flex-direction:column;font-size:12px;color:var(--c-muted)}.design-v4 .project-facts b{font-size:20px;color:var(--c-ink);font-weight:600}.design-v4 .project-actions{display:flex;gap:10px}.design-v4 .circle-link{width:54px;height:54px;border:1px solid #c8ccc8;border-radius:50%;background:transparent;display:grid;place-items:center;font-size:20px;cursor:pointer}.design-v4 .apartments{padding:110px var(--c-pad);background:var(--c-soft);color:var(--c-ink)}.design-v4 .apartments h2,.design-v4 .apartments h3,.design-v4 .apartments strong{color:var(--c-ink)}.design-v4 .apartments-top{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:64px;align-items:end}.design-v4 .apartment-filter{margin:48px 0 28px;display:flex;gap:6px;overflow:auto}.design-v4 .apartment-filter button{padding:13px 20px;border:1px solid #d4d8d4;border-radius:999px;background:#fff;color:var(--c-ink);font-size:14px;white-space:nowrap;cursor:pointer}.design-v4 .apartment-filter button.active{background:var(--c-ink);color:#fff;border-color:var(--c-ink)}.design-v4 .apartment-stage{position:relative}.design-v4 .apartment-list{display:flex;gap:14px;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.design-v4 .apartment-list::-webkit-scrollbar{display:none}.design-v4 .apartment-card{flex:0 0 min(32.4%,430px);min-width:330px;background:#fff;border-radius:18px;overflow:hidden;scroll-snap-align:start}.design-v4 .apartment-card-image{position:relative;height:340px;padding:32px;display:grid;place-items:center}.design-v4 .apartment-card-image img{max-width:80%;max-height:88%;object-fit:contain}.design-v4 .apartment-badge{position:absolute;left:20px;top:20px;padding:7px 10px;border-radius:999px;background:var(--c-soft);font-size:12px;color:var(--c-muted)}.design-v4 .apartment-card-body{padding:20px;border-top:1px solid #eceeeb;display:grid;grid-template-columns:1fr auto 42px;align-items:center;gap:14px}.design-v4 .apartment-card-body h3{margin:0 0 5px;font-size:18px;font-weight:600;letter-spacing:-.02em}.design-v4 .apartment-card-body p{margin:0;color:var(--c-muted);font-size:12px}.design-v4 .apartment-card-body strong{font-size:13px;font-weight:550;text-align:right}.design-v4 .mini-arrow{width:40px;height:40px;border-radius:50%;background:var(--c-soft);display:grid;place-items:center}.design-v4 .apartment-arrow{position:absolute;z-index:2;top:45%;width:48px;height:48px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--c-ink);color:#fff;cursor:pointer}.design-v4 .apartment-arrow.prev{left:-20px}.design-v4 .apartment-arrow.next{right:-20px}.design-v4 .apartment-footer{margin-top:30px;display:flex;align-items:center;justify-content:space-between}.design-v4 .apartment-footer p{margin:0;color:var(--c-muted)}.design-v4 .apartment-footer p span{color:var(--c-ink);font-weight:650}.design-v4 .experience{position:relative;margin:var(--c-pad);min-height:780px;border-radius:var(--c-radius);overflow:hidden;color:#fff;background:var(--c-teal)}.design-v4 .experience:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#061c1bdb,#061c1b40 60%,#061c1b1f)}.design-v4 .experience-media{position:absolute;top:0;right:0;bottom:0;left:0}.design-v4 .experience-media img{width:100%;height:100%;object-fit:cover;object-position:center}.design-v4 .experience-copy{position:relative;z-index:2;padding:80px;max-width:670px}.design-v4 .experience-copy h2{margin:0 0 30px;font-size:clamp(52px,6vw,86px);font-weight:500;line-height:.96}.design-v4 .experience-copy>p:not(.eyebrow){font-size:18px;line-height:1.55;color:#ffffffc2;margin:0 0 32px}.design-v4 .experience-stats{position:absolute;z-index:2;left:80px;right:80px;bottom:45px;padding-top:30px;border-top:1px solid rgba(255,255,255,.28);display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.design-v4 .experience-stats div{display:flex;align-items:flex-end;gap:14px}.design-v4 .experience-stats b{font-size:44px;font-weight:500;line-height:1}.design-v4 .experience-stats span{max-width:140px;color:#ffffffb3;font-size:13px}.design-v4 .programs{padding:120px var(--c-pad)}.design-v4 .program-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:14px}.design-v4 .program-card{min-height:470px;padding:32px;border-radius:18px;background:var(--c-soft);display:flex;flex-direction:column;text-decoration:none;color:var(--c-ink)}.design-v4 .program-main{position:relative;padding:0;overflow:hidden;color:#fff;background:var(--c-teal)}.design-v4 .program-main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#092322ed,#09232240)}.design-v4 .program-photo{position:absolute;top:0;right:0;bottom:0;left:0}.design-v4 .program-photo img{width:100%;height:100%;object-fit:cover}.design-v4 .program-main>div:last-child{position:relative;z-index:2;padding:38px;max-width:480px}.design-v4 .program-main h3{margin:0 0 18px;font-size:42px;font-weight:500;line-height:1.05}.design-v4 .program-main>div p:not(.eyebrow){margin:0 0 30px;color:#ffffffbd}.design-v4 .program-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:22px}.design-v4 .program-card:not(.program-main) h3{margin:18px 0;font-size:30px;font-weight:500;line-height:1.1}.design-v4 .program-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid var(--c-line);font-size:14px;font-weight:650}.design-v4 .program-link i{font-size:20px}.design-v4 .commercial{position:relative;min-height:780px;margin:0 var(--c-pad);border-radius:var(--c-radius);overflow:hidden;color:#fff}.design-v4 .commercial-bg{position:absolute;top:0;right:0;bottom:0;left:0}.design-v4 .commercial-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081615d1,#0816150a 70%)}.design-v4 .commercial-bg img{width:100%;height:100%;object-fit:cover}.design-v4 .commercial-copy{position:relative;z-index:2;padding:80px;max-width:690px}.design-v4 .commercial-copy h2{margin:0 0 28px;font-size:clamp(58px,7vw,98px);font-weight:450;line-height:.9}.design-v4 .commercial-copy>p:not(.eyebrow){max-width:520px;margin:0 0 34px;font-size:18px;color:#ffffffc7}.design-v4 .gallery{padding:120px var(--c-pad)}.design-v4 .gallery-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.design-v4 .gallery-controls{display:flex;gap:8px}.design-v4 .gallery-controls button{width:50px;height:50px;border:1px solid var(--c-line);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}.design-v4 .gallery-track{display:flex;gap:14px;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.design-v4 .gallery-track::-webkit-scrollbar{display:none}.design-v4 .gallery-item{position:relative;flex:0 0 min(58vw,820px);height:540px;margin:0;border-radius:18px;overflow:hidden;scroll-snap-align:start}.design-v4 .gallery-item img{width:100%;height:100%;object-fit:cover}.design-v4 .gallery-item figcaption{position:absolute;left:20px;bottom:20px;padding:10px 14px;border-radius:999px;background:#ffffffe6;font-size:13px;font-weight:650}.design-v4 .contact{padding:100px var(--c-pad);display:grid;grid-template-columns:1fr 1fr;gap:70px;background:var(--c-teal);color:#fff}.design-v4 .contact-copy h2{margin:0 0 26px;font-size:clamp(52px,6vw,84px);font-weight:500;line-height:.96}.design-v4 .contact-copy>p:not(.eyebrow){max-width:520px;color:#ffffffb8;font-size:17px}.design-v4 .contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.design-v4 .contact-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#ffffff9e}.design-v4 .contact-form input{height:58px;padding:0 18px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#ffffff14;color:#fff}.design-v4 .contact-form input::placeholder{color:#ffffff7a}.design-v4 .contact-form .consent{grid-column:1/-1;display:flex;flex-direction:row;align-items:center}.design-v4 .contact-form button{grid-column:1/-1;width:max-content}.design-v4 .contact-details{grid-column:2;padding-top:28px;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;gap:30px}.design-v4 .contact-details a{font-size:24px;font-weight:600;text-decoration:none}.design-v4 .contact-details p{margin:0;color:#ffffffa8;font-size:13px}.design-v4 .site-footer,.inner-page .site-footer{padding:58px var(--c-pad) 28px;background:#091f1f;color:#fff;display:grid;grid-template-columns:220px 1fr;gap:54px}.design-v4 .site-footer>img,.inner-page .site-footer>img{width:176px;height:58px;object-fit:contain;object-position:left}.design-v4 .footer-nav,.inner-page .footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 30px}.design-v4 .footer-nav a,.inner-page .footer-nav a{text-decoration:none;font-size:14px}.design-v4 .footer-bottom,.inner-page .footer-bottom{grid-column:1/-1;padding-top:26px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;color:#ffffff85;font-size:12px}.design-v4 .footer-bottom a,.inner-page .footer-bottom a{text-decoration:none}.design-v4 .lead-modal{width:min(540px,calc(100vw - 32px));padding:44px;border:0;border-radius:20px}.design-v4 .lead-modal::backdrop{background:#0610109e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.design-v4 .lead-modal h2{margin:0 0 16px;font-size:42px;font-weight:550}.design-v4 .lead-modal>p:not(.eyebrow){color:var(--c-muted)}.design-v4 .lead-modal form{display:grid;gap:10px;margin-top:26px}.design-v4 .lead-modal input{height:56px;border:1px solid var(--c-line);border-radius:10px;padding:0 15px}.design-v4 .modal-close{position:absolute;right:18px;top:18px;width:40px;height:40px;border:0;border-radius:50%;background:var(--c-soft);display:grid;place-items:center}.design-v4 .toast{position:fixed;z-index:120;right:24px;bottom:24px;padding:14px 18px;border-radius:10px;background:var(--c-ink);color:#fff;transform:translateY(120%);transition:transform .25s}.design-v4 .toast.show{transform:none}.design-v4 .mobile-menu,.inner-page .mobile-menu{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;padding:120px var(--c-pad) 40px;background:#fff;color:var(--c-ink);display:none}.design-v4 .mobile-menu.open,.inner-page .mobile-menu.open{display:flex;flex-direction:column;justify-content:space-between}.design-v4 .mobile-menu nav,.inner-page .mobile-menu nav{display:flex;flex-direction:column;gap:16px}.design-v4 .mobile-menu nav a,.inner-page .mobile-menu nav a{font-size:38px;font-weight:550;text-decoration:none}.design-v4 .menu-phone,.inner-page .menu-phone{font-size:22px;text-decoration:none}.inner-page{background:#fff}.inner-page main{padding-top:0}.inner-page .site-header{color:#fff}.inner-page .inner-hero{min-height:720px;padding:150px var(--c-pad) 72px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background:var(--c-soft)}.inner-page .inner-hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.inner-page .inner-hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081a19cc,#081a191f)}.inner-page .inner-hero-media img{width:100%;height:100%;object-fit:cover}.inner-page .inner-hero-copy{position:relative;z-index:2;max-width:900px}.inner-page .inner-hero h1{margin:0;font-size:clamp(64px,8vw,116px);font-weight:450;line-height:.9}.inner-page .inner-hero-copy>p:not(.eyebrow){max-width:650px;margin:28px 0 0;font-size:18px;line-height:1.55}.inner-page .inner-hero-dark{color:#fff}.inner-page .inner-page-index{position:absolute;z-index:2;right:var(--c-pad);bottom:72px;font-size:12px;letter-spacing:.08em}.inner-page .page-section{padding:110px var(--c-pad)}.inner-page .page-heading h2,.inner-page .story-intro h2,.inner-page .commercial-brief h2{font-size:clamp(50px,6vw,82px);font-weight:500;line-height:.98}.inner-page .catalog-project,.inner-page .property-card,.inner-page .purchase-card,.inner-page .principles article,.inner-page .commercial-specs article{border-radius:18px}.inner-page .company-band h2,.inner-page .contact-modal h2{font-family:Onest,Arial,sans-serif}@media (max-width:1080px){.design-v4 .site-header,.inner-page .site-header{grid-template-columns:180px 1fr auto}.design-v4 .header-nav,.inner-page .header-nav{gap:18px}.design-v4 .header-phone,.inner-page .header-phone{display:none}.design-v4 .hero-projects{grid-template-columns:repeat(3,1fr) 150px}.design-v4 .finder-section{grid-template-columns:1fr 1fr 1fr}.design-v4 .finder-heading,.design-v4 .finder-rooms{display:none}.design-v4 .finder-submit{grid-column:auto}.design-v4 .project-feature{grid-template-columns:1.2fr .8fr}.design-v4 .project-facts{grid-template-columns:1fr}.design-v4 .program-grid{grid-template-columns:1.2fr 1fr}.design-v4 .program-main{grid-row:span 2}.design-v4 .program-card{min-height:300px}}@media (max-width:760px){:root{--c-pad:18px;--c-radius:16px}.design-v4 .site-header,.inner-page .site-header{height:72px;grid-template-columns:150px 1fr auto;padding:0 18px}.design-v4 .header-logo,.inner-page .header-logo{width:142px;height:46px}.design-v4 .header-nav,.inner-page .header-nav,.design-v4 .round-action,.inner-page .round-action{display:none}.design-v4 .menu-toggle,.inner-page .menu-toggle{display:block}.design-v4 .hero{height:auto;min-height:760px}.design-v4 .hero-copy{top:135px;right:18px}.design-v4 .hero h1{font-size:62px}.design-v4 .hero-lead{font-size:16px;max-width:340px}.design-v4 .hero-projects{left:18px;right:18px;bottom:18px;grid-template-columns:1fr 1fr}.design-v4 .hero-project{height:105px}.design-v4 .hero-project:nth-child(3){display:none}.design-v4 .hero-project-all{display:grid}.design-v4 .hero-project small{display:none}.design-v4 .finder-section{margin:0;padding:12px;grid-template-columns:1fr 1fr}.design-v4 .finder-field:nth-of-type(3){display:none}.design-v4 .finder-field{padding:0 12px}.design-v4 .finder-submit{min-height:62px;grid-column:1/-1}.design-v4 .section-head,.design-v4 .apartments-top{grid-template-columns:1fr;gap:24px}.design-v4 .section-head h2,.design-v4 .apartments-top h2,.design-v4 .gallery-head h2{font-size:42px}.design-v4 .section-description,.design-v4 .apartments-top>p{font-size:15px}.design-v4 .projects{padding-top:90px}.design-v4 .project-feature{grid-template-columns:1fr}.design-v4 .project-image{min-height:420px}.design-v4 .project-info{padding:30px 22px}.design-v4 .project-info h3{font-size:50px}.design-v4 .project-facts{grid-template-columns:repeat(3,1fr);padding-top:28px;margin:34px 0}.design-v4 .project-facts b{font-size:16px}.design-v4 .apartments{padding-top:84px;padding-bottom:84px}.design-v4 .apartment-card{flex-basis:86%;min-width:280px}.design-v4 .apartment-card-image{height:300px}.design-v4 .apartment-arrow{display:none}.design-v4 .apartment-footer{align-items:flex-start;flex-direction:column;gap:18px}.design-v4 .experience{margin:18px;min-height:760px}.design-v4 .experience-copy{padding:44px 24px}.design-v4 .experience-copy h2{font-size:48px}.design-v4 .experience-stats{left:24px;right:24px;bottom:28px;gap:12px}.design-v4 .experience-stats{grid-template-columns:1fr}.design-v4 .experience-stats div:not(:first-child){display:none}.design-v4 .programs{padding-top:88px;padding-bottom:88px}.design-v4 .program-grid{grid-template-columns:1fr}.design-v4 .program-main{min-height:500px}.design-v4 .program-card{min-height:280px}.design-v4 .commercial{margin:0 18px;min-height:650px}.design-v4 .commercial-copy{padding:50px 24px}.design-v4 .commercial-copy h2{font-size:54px}.design-v4 .gallery{padding-top:88px;padding-bottom:88px}.design-v4 .gallery-head{align-items:flex-start;gap:24px}.design-v4 .gallery-controls{display:none}.design-v4 .gallery-item{flex-basis:86vw;height:430px}.design-v4 .contact{grid-template-columns:1fr;gap:42px;padding-top:76px;padding-bottom:76px}.design-v4 .contact-copy h2{font-size:46px}.design-v4 .contact-form{grid-template-columns:1fr}.design-v4 .contact-details{grid-column:1;flex-direction:column}.design-v4 .site-footer,.inner-page .site-footer{grid-template-columns:1fr}.design-v4 .footer-nav,.inner-page .footer-nav{grid-template-columns:1fr 1fr}.design-v4 .footer-bottom,.inner-page .footer-bottom{flex-direction:column;gap:10px}.inner-page .inner-hero{min-height:650px;padding-top:130px}.inner-page .inner-hero h1{font-size:58px}.inner-page .inner-page-index{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.design-v4 .reveal{opacity:1;transform:none;transition:none}}.inner-page .inner-hero{margin:0;border-radius:0}.inner-page .inner-hero h1 em{color:inherit;font-family:inherit;font-style:normal}.design-v4 .project-feature{position:relative;display:block;min-height:760px;background:#0b2c2c}.design-v4 .project-image{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}.design-v4 .project-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#05181726,#0518170a 55%,#05181733),linear-gradient(0deg,rgba(5,24,23,.4),transparent 48%)}.design-v4 .project-info{position:absolute;z-index:3;right:28px;bottom:28px;width:min(520px,calc(100% - 56px));padding:34px;border-radius:18px;background:#ffffffed;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 20px 60px #05181729}.design-v4 .project-info h3{margin:14px 0 18px;font-size:62px}.design-v4 .project-info>p:not(.project-place){font-size:15px}.design-v4 .project-facts{margin:28px 0 24px;padding-top:22px}.design-v4 .project-status,.design-v4 .project-count{z-index:2}.design-v4 .day-night{padding:40px var(--c-pad) 120px}.design-v4 .day-night-head{display:grid;grid-template-columns:1fr 420px;align-items:end;gap:64px;margin-bottom:44px}.design-v4 .day-night-head h2{margin:0;font-size:clamp(48px,6vw,84px);font-weight:500;line-height:.96}.design-v4 .day-night-head>p{margin:0;color:var(--c-muted);font-size:17px;line-height:1.55}.design-v4 .compare{--split:50%;position:relative;height:min(68vw,820px);min-height:620px;border-radius:22px;overflow:hidden;background:#071d2d}.design-v4 .compare>img,.design-v4 .compare-day,.design-v4 .compare-day img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.design-v4 .compare-day{clip-path:inset(0 calc(100% - var(--split)) 0 0)}.design-v4 .compare-divider{position:absolute;z-index:3;top:0;bottom:0;left:var(--split);width:2px;background:#ffffffd9;transform:translate(-1px);pointer-events:none}.design-v4 .compare-divider span{position:absolute;left:50%;top:50%;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#ffffffd6;color:var(--c-ink);font-size:21px;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.design-v4 .compare-label{position:absolute;z-index:4;top:22px;padding:9px 13px;border-radius:999px;background:#ffffffd1;font-size:12px;font-weight:650;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.design-v4 .compare-label-day{left:22px}.design-v4 .compare-label-evening{right:22px}.design-v4 .compare input{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.design-v4 .apartments{position:relative;background:#eef0ed}.design-v4 .apartments:before{display:none}.design-v4 .apartment-stage{padding:28px;border-radius:22px;background:#fff}.design-v4 .apartment-card{background:#f6f6f3;border:1px solid #e8eae6}.design-v4 .apartment-card:nth-child(2n){background:#fff}.design-v4 .experience{min-height:850px;background:#fff;color:#fff;overflow:visible}.design-v4 .experience:after{display:none}.design-v4 .experience-media{left:0;right:35%;border-radius:22px;overflow:hidden}.design-v4 .experience-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#061f1eb8,#061f1e1f)}.design-v4 .experience-secondary{position:absolute;right:0;top:0;width:32%;height:48%;border-radius:18px;overflow:hidden}.design-v4 .experience-secondary img{width:100%;height:100%;object-fit:cover}.design-v4 .experience-copy{position:absolute;z-index:3;right:0;bottom:0;width:32%;height:48%;max-width:none;padding:38px;border-radius:18px;background:var(--c-teal);display:flex;flex-direction:column;justify-content:center}.design-v4 .experience-copy h2{margin:0 0 18px;font-size:42px;line-height:1}.design-v4 .experience-copy>p:not(.eyebrow){margin:0 0 22px;font-size:14px;line-height:1.5}.design-v4 .experience-copy .pill-button{width:max-content}.design-v4 .experience-stats{left:28px;right:38%;bottom:28px;padding:24px 26px;border:0;border-radius:16px;background:#082322db;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.design-v4 .program-grid{grid-template-columns:1.35fr .65fr .65fr;align-items:stretch}.design-v4 .program-main{border-radius:22px}.design-v4 .program-card:not(.program-main):nth-child(2){background:#f2dce5}.design-v4 .program-card:not(.program-main):nth-child(3){background:#dce9e7}.design-v4 .program-card:not(.program-main){border-radius:22px}.design-v4 .commercial{min-height:820px}.design-v4 .commercial-bg img{object-position:center 42%}.design-v4 .commercial-copy{display:flex;min-height:820px;flex-direction:column;justify-content:flex-end}.design-v4 .commercial-copy h2{max-width:760px}.design-v4 .gallery-track{align-items:flex-end}.design-v4 .gallery-item:nth-child(odd){height:600px}.design-v4 .gallery-item:nth-child(2n){flex-basis:min(36vw,520px);height:460px}@media (max-width:760px){.design-v4 .project-feature{min-height:0;background:#fff}.design-v4 .project-image{position:relative;height:470px}.design-v4 .project-info{position:relative;right:auto;bottom:auto;width:100%;margin-top:-16px;border-radius:16px;padding:26px}.design-v4 .project-info h3{font-size:48px}.design-v4 .day-night{padding-top:10px;padding-bottom:88px}.design-v4 .day-night-head{grid-template-columns:1fr;gap:20px}.design-v4 .day-night-head h2{font-size:46px}.design-v4 .day-night-head>p{font-size:15px}.design-v4 .compare{height:620px;min-height:0}.design-v4 .compare>img,.design-v4 .compare-day img{object-position:58% center}.design-v4 .apartments:before{display:none}.design-v4 .apartment-stage{padding:12px}.design-v4 .experience{min-height:980px;margin:18px}.design-v4 .experience-media{left:0;right:0;height:52%;border-radius:16px}.design-v4 .experience-secondary{right:0;top:54%;width:42%;height:20%}.design-v4 .experience-copy{left:0;right:auto;bottom:0;width:100%;height:44%;border-radius:16px;padding:28px}.design-v4 .experience-copy h2{font-size:42px}.design-v4 .experience-stats{left:18px;right:18px;bottom:46%;transform:translateY(50%);grid-template-columns:1fr}.design-v4 .experience-stats div:not(:first-child){display:none}.design-v4 .program-grid{grid-template-columns:1fr}.design-v4 .gallery-item:nth-child(odd),.design-v4 .gallery-item:nth-child(2n){flex-basis:86vw;height:470px}}@font-face{font-family:Prata;src:url(/fonts/prata-regular.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:400}body.design-v4 :is(.v6-portfolio h2,.v6-scale h2,.v6-horizon h2,.v6-standards h2,.v6-apartments h2,.v6-purchase h2,.v6-gallery h2,.v6-contact h2,.v6-portfolio h3){font-family:Prata,Georgia,serif;font-weight:400}:root{--v6-ink: #111414;--v6-petrol: #0d3031;--v6-petrol-soft: #173d3e;--v6-accent: #a91f50;--v6-paper: #f3f0e8;--v6-white: #fff;--v6-muted: #777973;--v6-line: rgba(17, 20, 20, .16);--v6-pad: clamp(24px, 4.4vw, 72px)}html{scroll-behavior:auto}body.design-v4{background:var(--v6-paper);color:var(--v6-ink);overflow-x:clip}.v6-portfolio h2,.v6-scale h2,.v6-horizon h2,.v6-standards h2,.v6-apartments h2,.v6-purchase h2,.v6-gallery h2,.v6-contact h2,.v6-portfolio h3{font-family:Prata,Georgia,serif;font-weight:400;letter-spacing:-.055em}.v6-kicker{margin:0 0 26px;color:var(--v6-accent);font-size:12px;font-weight:650;letter-spacing:.16em;text-transform:uppercase}.v6-kicker.light{color:#ffffff9e}.v6-section-head{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);align-items:end;gap:80px;margin-bottom:58px}.v6-section-head h2,.v6-horizon-intro h2,.v6-gallery h2{margin:0;font-size:clamp(54px,6.2vw,106px);line-height:.93}.v6-section-head>p{max-width:520px;margin:0 0 9px;color:var(--v6-muted);font-size:clamp(16px,1.4vw,21px);line-height:1.55}.v6-portfolio{padding:156px var(--v6-pad) 118px;background:var(--v6-paper)}.v6-portfolio-stage{position:relative;min-height:min(790px,72vw);overflow:hidden;background:#c8d1ca;isolation:isolate}.v6-portfolio-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-4;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(.93) brightness(.82)}.v6-portfolio-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;background:linear-gradient(90deg,#072021f2,#07202194 28%,#0720210f 66%);pointer-events:none}.v6-portfolio-copy{position:absolute;z-index:4;top:74px;left:58px;width:min(400px,34%);color:#fff}.v6-portfolio-copy>p{margin:0 0 14px;color:#ffffff8f;font-size:12px;letter-spacing:.15em;text-transform:uppercase}.v6-portfolio-copy h3{margin:0;font-size:clamp(58px,7vw,112px);line-height:.95}.v6-portfolio-copy>span{display:block;margin:14px 0 42px;color:#ffffffbd;font-size:18px}.v6-portfolio-copy a,.v6-scale-copy>a,.v6-accent-link,.v6-purchase-copy>a,.v6-gallery header>a{display:inline-flex;align-items:center;gap:18px;border-bottom:1px solid currentColor;padding:0 0 8px;color:inherit;font-size:15px;font-weight:600;text-decoration:none}.v6-building-cutout{position:absolute;z-index:2;right:-1.5%;bottom:-8%;width:min(76%,1140px);transform:translate3d(var(--house-x, 0),0,0);transition:transform .9s cubic-bezier(.2,.8,.2,1);filter:drop-shadow(0 35px 32px rgba(0,0,0,.25))}.v6-ring-object{position:absolute;z-index:3;right:35%;bottom:8%;width:min(23vw,350px);transform:translate3d(var(--ring-x, 0),var(--ring-y, 0),0) rotate(-8deg);transition:transform 1.1s cubic-bezier(.2,.8,.2,1);filter:drop-shadow(0 20px 20px rgba(40,0,15,.24))}.v6-project-index{position:absolute;z-index:5;left:58px;right:58px;bottom:38px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(740px,65%);border-top:1px solid rgba(255,255,255,.24)}.v6-project-index a{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:20px 24px 0 0;color:#ffffff80;text-decoration:none;transition:color .25s ease}.v6-project-index a:hover,.v6-project-index a.active{color:#fff}.v6-project-index b{font-size:12px}.v6-project-index span{font-size:15px;font-weight:600}.v6-project-index small{display:block;margin-top:5px;color:inherit;font-weight:400;opacity:.62}.v6-scale{position:relative;display:grid;grid-template-columns:minmax(340px,.74fr) minmax(0,1.26fr);min-height:920px;overflow:hidden;padding:130px var(--v6-pad) 70px;background:var(--v6-petrol);color:#fff;isolation:isolate}.v6-scale:before{content:"ЦИФЕЙ";position:absolute;right:-22px;bottom:-64px;z-index:-1;color:#ffffff06;font-family:Prata,serif;font-size:25vw;line-height:1}.v6-scale-copy{z-index:2;align-self:stretch;display:flex;flex-direction:column}.v6-scale-copy h2{margin:0;font-size:clamp(55px,6vw,102px);line-height:.94}.v6-scale-copy>p:not(.v6-kicker){max-width:470px;margin:34px 0;color:#ffffff9c;font-size:18px;line-height:1.55}.v6-scale-copy>a{width:max-content;margin-bottom:74px}.v6-scale-copy dl{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:auto 0 0}.v6-scale-copy dl div{border-top:1px solid rgba(255,255,255,.22);padding-top:16px}.v6-scale-copy dt{font-family:Prata,serif;font-size:clamp(31px,3.2vw,54px)}.v6-scale-copy dd{margin:7px 0 0;color:#ffffff8a;font-size:13px;line-height:1.35}.v6-model-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.v6-model-wrap>img{width:min(100%,980px);max-height:790px;object-fit:contain;filter:drop-shadow(0 45px 42px rgba(0,0,0,.34))}.v6-year-rail{position:absolute;z-index:3;top:40px;right:0;display:grid;gap:12px}.v6-year-rail:before{content:"";position:absolute;top:14px;bottom:14px;left:4px;width:1px;background:#ffffff38}.v6-year-rail button{position:relative;border:0;padding:5px 0 5px 22px;background:none;color:#ffffff6b;font:inherit;font-size:12px;text-align:left;cursor:pointer}.v6-year-rail button:before{content:"";position:absolute;left:0;top:50%;width:9px;height:9px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:var(--v6-petrol);transform:translateY(-50%)}.v6-year-rail button.active{color:#fff}.v6-year-rail button.active:before{border-color:var(--v6-accent);background:var(--v6-accent)}.v6-horizon{position:relative;background:var(--v6-paper);padding:145px 0 0}.v6-horizon-intro{display:grid;grid-template-columns:1fr minmax(250px,420px);gap:70px;align-items:end;padding:0 var(--v6-pad) 62px}.v6-horizon-intro .v6-kicker{grid-column:1 / -1;margin-bottom:-40px}.v6-horizon-intro>p:last-child{margin:0 0 8px;color:var(--v6-muted);font-size:18px;line-height:1.55}.v6-compare{position:relative;height:min(70vw,760px);min-height:560px;overflow:hidden;background:#111}.v6-compare img{width:100%;height:100%;object-fit:cover}.v6-night{position:absolute;top:0;right:0;bottom:0;left:0}.v6-day{position:absolute;inset:0 auto 0 0;width:var(--split);overflow:hidden}.v6-day img{width:100vw;max-width:none}.v6-compare-line{position:absolute;z-index:2;top:0;bottom:0;left:var(--split);width:1px;background:#ffffffbf;pointer-events:none}.v6-compare-line span{position:absolute;top:50%;left:50%;display:grid;width:60px;height:60px;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:#595c57b8;color:#fff;font-size:22px;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.v6-compare input{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}.v6-standards{padding:155px var(--v6-pad) 88px;background:#fff}.v6-standards-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v6-line);border-bottom:1px solid var(--v6-line)}.v6-standards-grid article{min-width:0;padding:27px 38px 40px;border-right:1px solid var(--v6-line)}.v6-standards-grid article:first-child{padding-left:0}.v6-standards-grid article:last-child{border-right:0;padding-right:0}.v6-standards-grid article>span{color:var(--v6-muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.v6-standards-grid img{display:block;width:100%;height:clamp(260px,28vw,420px);margin:20px 0 12px;object-fit:contain;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.v6-standards-grid article:hover img{transform:translateY(-8px) rotate(1deg)}.v6-standards-grid h3{margin:0 0 13px;font-size:clamp(28px,3vw,48px);font-weight:520;letter-spacing:-.045em}.v6-standards-grid p{max-width:400px;margin:0;color:var(--v6-muted);font-size:15px;line-height:1.5}.v6-standards-foot{display:flex;justify-content:space-between;gap:50px;padding-top:26px}.v6-standards-foot a{display:flex;align-items:center;gap:18px;color:var(--v6-ink);font-weight:600;text-decoration:none}.v6-standards-foot p{max-width:420px;margin:0;color:var(--v6-muted);font-size:13px}.v6-apartments{display:grid;grid-template-columns:minmax(390px,1fr) minmax(500px,1.2fr) minmax(310px,.72fr);min-height:820px;background:#0e1111;color:#fff}.v6-apartment-copy{display:flex;flex-direction:column;padding:104px 42px 72px var(--v6-pad)}.v6-apartment-copy h2{margin:0;font-size:clamp(46px,4.5vw,72px);line-height:.98}.v6-room-tabs{display:flex;gap:9px;margin:55px 0 28px}.v6-room-tabs button{display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(255,255,255,.26);border-radius:50%;background:none;color:#fff;font:inherit;cursor:pointer;transition:.25s ease}.v6-room-tabs button:hover,.v6-room-tabs button.active{border-color:var(--v6-accent);background:var(--v6-accent)}.v6-apartment-copy>p:not(.v6-kicker){max-width:330px;margin:0;color:#ffffff87;line-height:1.5}.v6-accent-link{width:max-content;margin-top:auto;color:#fff}.v6-plan-stage{display:grid;min-width:0;place-items:center;padding:76px 38px;border-right:1px solid rgba(255,255,255,.13);border-left:1px solid rgba(255,255,255,.13);background:#e8e5df}.v6-plan-stage img{width:min(100%,680px);height:100%;max-height:670px;object-fit:contain;filter:grayscale(1) contrast(1.06);transition:opacity .28s ease,transform .5s cubic-bezier(.2,.8,.2,1)}.v6-plan-stage img.switching{opacity:0;transform:scale(.96)}.v6-plan-meta{position:relative;display:flex;flex-direction:column;padding:104px var(--v6-pad) 72px 38px}.v6-plan-meta>p{margin:0 0 42px;color:#ffffff73;font-size:12px;text-transform:uppercase}.v6-plan-meta h3{margin:0 0 8px;font-size:clamp(30px,2.4vw,38px);letter-spacing:-.05em;white-space:nowrap}.v6-plan-meta>strong{color:#ffffffad;font-size:19px;font-weight:450}.v6-plan-meta dl{margin:65px 0 0}.v6-plan-meta dl div{display:flex;justify-content:space-between;gap:14px;padding:15px 0;border-top:1px solid rgba(255,255,255,.15)}.v6-plan-meta dt{color:#ffffff7a}.v6-plan-meta dd{margin:0;text-align:right}.v6-plan-next{position:absolute;right:var(--v6-pad);bottom:72px;display:grid;width:68px;height:68px;place-items:center;border:0;border-radius:50%;background:var(--v6-accent);color:#fff;font-size:24px;cursor:pointer;transition:transform .25s ease}.v6-plan-next:hover{transform:translate(5px)}.v6-purchase{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);min-height:760px;padding:125px var(--v6-pad) 90px;overflow:hidden;background:var(--v6-paper)}.v6-purchase-copy{display:flex;flex-direction:column;z-index:2}.v6-purchase-copy h2{margin:0;font-size:clamp(58px,6.4vw,105px);line-height:.94}.v6-purchase-copy>p:not(.v6-kicker){max-width:500px;margin:31px 0 54px;color:var(--v6-muted);font-size:18px;line-height:1.55}.v6-purchase-steps{display:grid;grid-template-columns:repeat(5,1fr);max-width:720px;border-top:1px solid var(--v6-line)}.v6-purchase-steps button{position:relative;display:grid;gap:25px;border:0;padding:17px 16px 22px 0;background:transparent;color:var(--v6-muted);font:inherit;text-align:left;cursor:pointer}.v6-purchase-steps button:before{content:"";position:absolute;top:-4px;left:0;width:7px;height:7px;border-radius:50%;background:#acaea8}.v6-purchase-steps button.active{color:var(--v6-ink)}.v6-purchase-steps button.active:before{background:var(--v6-accent)}.v6-purchase-steps b{color:var(--v6-accent);font-size:11px}.v6-purchase-steps span{font-size:12px}.v6-purchase-copy>a{width:max-content;margin-top:auto;color:var(--v6-ink)}.v6-purchase-object{align-self:center;justify-self:center;width:min(120%,880px);margin-right:-12%;filter:drop-shadow(0 38px 30px rgba(52,38,31,.15));transition:transform .8s cubic-bezier(.2,.8,.2,1)}.v6-purchase:hover .v6-purchase-object{transform:translateY(-8px) rotate(.8deg)}.v6-gallery{padding:150px 0 110px;overflow:hidden;background:#fff}.v6-gallery header{display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px;padding:0 var(--v6-pad) 55px}.v6-gallery header .v6-kicker{grid-column:1/-1;margin-bottom:-24px}.v6-gallery header>a{color:var(--v6-ink)}.v6-gallery-rail{display:grid;grid-auto-columns:minmax(330px,31vw);grid-auto-flow:column;gap:14px;overflow-x:auto;padding:0 var(--v6-pad) 18px;scrollbar-width:none;scroll-snap-type:x proximity}.v6-gallery-rail::-webkit-scrollbar{display:none}.v6-gallery-rail figure{position:relative;height:min(48vw,650px);min-height:440px;margin:0;overflow:hidden;scroll-snap-align:start}.v6-gallery-rail figure:nth-child(2n){height:min(42vw,570px);margin-top:68px}.v6-gallery-rail img{width:100%;height:100%;object-fit:cover;transition:transform .85s cubic-bezier(.2,.8,.2,1)}.v6-gallery-rail figure:hover img{transform:scale(1.025)}.v6-gallery-rail figcaption{position:absolute;left:22px;bottom:20px;padding:9px 13px;background:#ffffffeb;color:var(--v6-ink);font-size:12px}.v6-contact{display:grid;grid-template-columns:1fr 1fr;gap:120px;padding:140px var(--v6-pad);background:var(--v6-petrol);color:#fff}.v6-contact h2{margin:0;font-size:clamp(54px,6vw,96px);line-height:.96}.v6-contact>div>p:not(.v6-kicker){max-width:480px;margin:35px 0;color:#fff9;font-size:18px}.v6-contact>div>a{color:#fff;font-size:clamp(28px,3vw,46px);text-decoration:none}.v6-contact form{align-self:end}.v6-contact label:not(.v6-consent){display:block;border-bottom:1px solid rgba(255,255,255,.28);padding:20px 0}.v6-contact label>span{display:block;margin-bottom:10px;color:#ffffff73;font-size:11px;text-transform:uppercase}.v6-contact input:not([type=checkbox]){width:100%;border:0;outline:0;background:none;color:#fff;font:inherit;font-size:20px}.v6-contact input::placeholder{color:#ffffffb8}.v6-consent{display:flex;gap:11px;align-items:center;margin:23px 0}.v6-consent span{margin:0!important;text-transform:none!important}.v6-contact form button{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;padding:22px 24px;background:var(--v6-accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}@media (max-width: 1100px){.v6-section-head{gap:40px}.v6-portfolio-stage{min-height:680px}.v6-building-cutout{width:88%;right:-12%}.v6-ring-object{right:35%}.v6-scale{grid-template-columns:1fr;min-height:auto}.v6-model-wrap{min-height:590px;margin-top:55px}.v6-scale-copy dl{margin-top:44px}.v6-apartments{grid-template-columns:.75fr 1.25fr}.v6-plan-meta{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:24px;min-height:330px;padding-top:58px}.v6-plan-meta dl{margin:0}.v6-purchase{grid-template-columns:1fr}.v6-purchase-object{width:min(100%,760px);margin:20px auto -100px}.v6-purchase-copy>a{margin-top:50px}}@media (max-width: 760px){:root{--v6-pad: 20px}.v6-section-head{grid-template-columns:1fr;gap:24px;margin-bottom:35px}.v6-section-head h2,.v6-horizon-intro h2,.v6-gallery h2{font-size:clamp(44px,14vw,65px)}.v6-portfolio{padding-top:96px}.v6-portfolio-stage{min-height:710px}.v6-portfolio-stage:before{background:linear-gradient(180deg,#072021f0,#07202129 70%)}.v6-portfolio-copy{top:34px;left:25px;width:calc(100% - 50px)}.v6-portfolio-copy h3{font-size:66px}.v6-building-cutout{width:145%;right:-43%;bottom:7%}.v6-ring-object{right:auto;left:6%;bottom:24%;width:45vw}.v6-project-index{left:25px;right:25px;bottom:28px;grid-template-columns:1fr;width:auto}.v6-project-index a:not(.active){display:none}.v6-scale{padding-top:94px}.v6-scale-copy h2{font-size:clamp(48px,14vw,70px)}.v6-scale-copy dl{grid-template-columns:1fr}.v6-model-wrap{min-height:430px;margin-top:26px}.v6-year-rail{top:0}.v6-horizon{padding-top:94px}.v6-horizon-intro{grid-template-columns:1fr;gap:28px;padding-bottom:40px}.v6-horizon-intro .v6-kicker{margin-bottom:-10px}.v6-compare{min-height:530px;height:130vw}.v6-day img{width:100vw}.v6-standards{padding-top:96px}.v6-standards-grid{grid-template-columns:1fr}.v6-standards-grid article,.v6-standards-grid article:first-child,.v6-standards-grid article:last-child{padding:25px 0 36px;border-right:0;border-bottom:1px solid var(--v6-line)}.v6-standards-grid img{height:310px}.v6-standards-foot{display:grid}.v6-apartments{grid-template-columns:1fr}.v6-apartment-copy{min-width:0;min-height:590px;padding:90px var(--v6-pad) 55px}.v6-apartment-copy h2{font-size:clamp(42px,11.5vw,52px)}.v6-plan-stage{min-height:560px;padding:45px 20px;border:0}.v6-plan-meta{grid-column:auto;grid-template-columns:1fr;min-height:490px;padding:62px var(--v6-pad)}.v6-plan-meta dl{margin-top:30px}.v6-purchase{padding-top:95px}.v6-purchase-copy h2{font-size:clamp(48px,14vw,70px)}.v6-purchase-steps{grid-template-columns:1fr}.v6-purchase-steps button{grid-template-columns:34px 1fr;gap:8px;border-bottom:1px solid var(--v6-line)}.v6-purchase-steps button:before{display:none}.v6-purchase-object{width:125%;margin-left:-12%}.v6-gallery{padding-top:100px}.v6-gallery header{grid-template-columns:1fr}.v6-gallery-rail{grid-auto-columns:82vw}.v6-gallery-rail figure{height:118vw;min-height:430px}.v6-gallery-rail figure:nth-child(2n){height:105vw}.v6-contact{grid-template-columns:1fr;gap:76px;padding-top:100px}.v6-contact h2{font-size:clamp(45px,13vw,62px)}}@media (min-width: 761px){body.design-v4 .v6-portfolio{height:648px}body.design-v4 .v6-portfolio .v6-section-head{top:48px;width:515px}body.design-v4 .v6-portfolio .v6-section-head h2{font-size:46px;line-height:1.04;letter-spacing:-.052em}body.design-v4 .v6-portfolio .v6-section-head>p{width:315px;margin:23px 0 18px;font-size:12px}body.design-v4 .v6-portfolio-bg{z-index:0;top:0;height:100%;object-fit:cover;object-position:center center;filter:none}body.design-v4 .v6-portfolio-stage:before{bottom:-6%;width:69%;height:53%;border-radius:0 100% 0 0/0 82% 0 0}body.design-v4 .v6-portfolio-stage:after{right:-5%;bottom:-8%;width:43%;height:41%;border-radius:100% 0 0/74% 0 0}body.design-v4 .v6-building-cutout{display:none}body.design-v4 .v6-portfolio-copy{top:67px;right:15.5%;width:205px}body.design-v4 .v6-portfolio-copy h3{font-size:34px;line-height:1}body.design-v4 .v6-portfolio-copy>p{margin:13px 0 19px;font-size:10px;line-height:1.45}.v7-portfolio-arrows{top:44px;right:36px}.v7-portfolio-arrows button{width:34px;height:34px}body.design-v4 .v6-project-index{bottom:33px;width:275px}body.design-v4 .v6-project-index a{padding:4px 0}body.design-v4 .v6-ring-object{right:24.5%;bottom:-8.5%;width:255px}.v7-portfolio-city{right:8.2%;bottom:39px;width:190px}.v7-portfolio-city b{margin-bottom:19px;font-size:17px}body.design-v4 .v6-scale{grid-template-columns:25% 75%;min-height:680px;padding:46px var(--v6-pad) 0}body.design-v4 .v6-scale-copy h2{font-size:49px;line-height:1.02;letter-spacing:-.045em}body.design-v4 .v6-scale-copy>p:not(.v6-kicker){width:245px;margin:22px 0 20px;font-size:11px}body.design-v4 .v6-scale-copy>a{margin-bottom:22px}body.design-v4 .v6-scale-copy dl{grid-template-columns:1fr;gap:12px}body.design-v4 .v6-scale-copy dl div{width:120px}body.design-v4 .v6-scale-copy dt{font-size:20px}body.design-v4 .v6-model-wrap{min-height:634px;overflow:hidden}body.design-v4 .v6-model-wrap>img{width:91%;height:100%;max-height:none;object-fit:contain;object-position:right bottom}body.design-v4 .v6-year-rail{top:6px;left:0;width:43%}body.design-v4 .v6-year-rail button{grid-template-columns:63px 1fr;min-height:70px;padding:11px 14px}body.design-v4 .v6-year-rail button b{font-size:23px}body.design-v4 .v6-year-rail button span{font-size:9px}body.design-v4 .v6-horizon-intro h2{font-size:40px}body.design-v4 .v6-standards{min-height:505px;padding-top:34px}body.design-v4 .v6-standards .v6-section-head h2{font-size:43px;line-height:1.03}body.design-v4 .v6-standards .v6-section-head p{margin:24px 0;font-size:10px}body.design-v4 .v6-standards-grid article,body.design-v4 .v6-standards-grid article:first-child,body.design-v4 .v6-standards-grid article:last-child{padding:0 14px 20px}body.design-v4 .v6-standards-grid img{height:138px;object-fit:contain;background:#f5f1ea}.v7-material-lab{grid-template-columns:155px 1fr 190px;padding:10px 0 12px}.v7-material-lab>div{display:block}.v7-material-lab img{height:58px;object-fit:cover}}@media (max-width: 760px){html body.design-v4 .v6-header{background:#f8f5efd6;border-color:#ffffffa8;box-shadow:0 10px 32px #161f1f1f}html body.design-v4 .v6-header .v6-brand img{filter:none!important;opacity:1}}@media (max-width: 760px){body.design-v4 .v6-portfolio-bg{top:25%;height:59%;object-position:64% center;filter:none}body.design-v4 .v6-building-cutout{display:none}body.design-v4 .v6-scale-copy dl{grid-template-columns:1fr}body.design-v4 .v6-model-wrap>img{width:135%;margin-right:-34%}.v7-material-lab>div{display:block;overflow:hidden}.v7-material-lab img{width:100%;height:auto}}@media (min-width: 761px){html body.design-v4 .v6-portfolio-bg{opacity:.9;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.24) 25%,rgba(0,0,0,.92) 51%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.24) 25%,rgba(0,0,0,.92) 51%,#000 100%)}html body.design-v4 .v6-standards-grid article:nth-child(4) img{width:92%;max-width:270px;filter:brightness(.62) sepia(.12) saturate(.72) drop-shadow(0 16px 20px rgba(31,25,20,.12))}}html body.design-v4 .site-header,html body.design-v4 .site-header.scrolled{top:14px;left:clamp(14px,3.2vw,52px);right:clamp(14px,3.2vw,52px);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:72px;padding:0 14px 0 24px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#121c1c3d;color:#fff;box-shadow:0 14px 42px #0d18181f;backdrop-filter:blur(22px) saturate(1.18);-webkit-backdrop-filter:blur(22px) saturate(1.18)}html body.design-v4 .site-header.scrolled{background:#f5f1ead1;border-color:#ffffffa8;color:var(--v6-ink)}html body.design-v4 .site-header .header-logo,html body.design-v4 .site-header.scrolled .header-logo{grid-column:2;grid-row:1;justify-self:center;width:162px;height:48px}html body.design-v4 .site-header .header-logo img{object-position:center}html body.design-v4 .site-header .header-nav{grid-column:1;grid-row:1;justify-self:start;gap:clamp(16px,1.65vw,28px)}html body.design-v4 .site-header .header-nav a{font-size:12px}html body.design-v4 .site-header .header-actions{grid-column:3;grid-row:1;justify-self:end;gap:12px}html body.design-v4 .site-header .round-action{width:46px;height:46px;background:var(--v6-accent)}@media (min-width: 761px){html body.design-v4 .v6-portfolio-bg{top:16%;height:68%;object-position:center 58%;filter:saturate(.52) sepia(.08) contrast(.9) brightness(1.13)}html body.design-v4 .v6-portfolio-stage:before{inset:auto auto -1px -1%;width:73%;height:48%;border-radius:0 100% 0 0/0 76% 0 0}html body.design-v4 .v6-portfolio-stage:after{right:-1%;bottom:-1px;width:46%;height:45%;border-radius:100% 0 0/73% 0 0}html body.design-v4 .v6-building-cutout{display:block;right:21.5%;bottom:1.5%;z-index:2;width:min(48%,690px);filter:drop-shadow(0 24px 22px rgba(22,27,27,.18))}html body.design-v4 .v6-portfolio-copy{top:52px;right:4.5%;z-index:10;width:18.5%}html body.design-v4 .v6-portfolio-copy h3{font-size:31px}html body.design-v4 .v6-ring-object{right:24%;bottom:-9%;z-index:9;width:245px}html body.design-v4 .v6-model-wrap{overflow:visible}html body.design-v4 .v6-model-wrap>img{z-index:2;width:93%;height:95%;max-height:none;object-fit:contain;object-position:right bottom;mix-blend-mode:normal;filter:drop-shadow(0 30px 34px rgba(0,0,0,.34))}html body.design-v4 .v6-year-rail{top:26px;left:0;z-index:4;width:42%}html body.design-v4 .v6-year-rail button{position:relative;min-height:68px;background:#0e121275}html body.design-v4 .v6-year-rail button:after{content:"";position:absolute;top:50%;left:100%;border-top:1px solid rgba(255,255,255,.36)}html body.design-v4 .v6-year-rail button:nth-child(1):after{width:42%}html body.design-v4 .v6-year-rail button:nth-child(2):after{width:34%}html body.design-v4 .v6-year-rail button:nth-child(3):after{width:28%}html body.design-v4 .v6-year-rail button:nth-child(4):after{width:20%}html body.design-v4 .v6-year-rail button:nth-child(5):after{width:14%}html body.design-v4 .v6-standards-grid img,html body.design-v4 .v6-standards-grid article:nth-child(3) img,html body.design-v4 .v6-standards-grid article:nth-child(4) img{height:142px;margin:0 0 13px;padding:5px;object-fit:contain;object-position:center bottom;background:transparent!important;filter:drop-shadow(0 12px 12px rgba(38,34,29,.09))}html body.design-v4 .v6-standards-grid article:nth-child(4) img{width:82%;margin-right:auto;margin-left:auto;padding:0;opacity:.92}html body.design-v4 .v6-apartments{grid-template-columns:30% 51% 19%}html body.design-v4 .v6-plan-stage{place-items:center;padding:10px 22px 0}html body.design-v4 .v6-plan-stage img{width:94%;height:94%;object-position:center}html body.design-v4 .v6-plan-meta{padding:18px 24px 18px 14px}html body.design-v4 .v7-plan-drawing{align-self:center;width:min(100%,148px);height:126px;margin:0 auto 8px;object-fit:contain;filter:drop-shadow(0 8px 10px rgba(0,0,0,.12));opacity:1}html body.design-v4 .v6-plan-meta h3{font-size:15px;line-height:1.2}html body.design-v4 .v6-plan-meta>strong{font-size:25px}html body.design-v4 .v7-plan-controls{margin-top:10px}html body.design-v4 .v6-plan-meta>a{margin-top:10px}html body.design-v4 .v6-purchase-object{align-self:center;justify-self:center;width:105%;height:308px!important;max-height:308px!important;margin:-36px -8% -26px -16%;object-fit:contain;object-position:center;filter:drop-shadow(0 24px 22px rgba(48,39,34,.13))}}@media (min-width: 761px) and (max-width: 1160px){html body.design-v4 .site-header .header-logo,html body.design-v4 .site-header.scrolled .header-logo{width:138px}html body.design-v4 .site-header .header-nav{gap:13px}html body.design-v4 .site-header .header-nav a{font-size:10px}html body.design-v4 .site-header .header-phone{display:none}}@media (max-width: 760px){html body.design-v4 .site-header,html body.design-v4 .site-header.scrolled{top:9px;left:9px;right:9px;grid-template-columns:48px 1fr 48px;height:62px;padding:0 7px;border-radius:999px;background:#f5f1ead1;color:var(--v6-ink)}html body.design-v4 .site-header .header-logo,html body.design-v4 .site-header.scrolled .header-logo{grid-column:2;width:132px;height:44px}html body.design-v4 .site-header .header-actions{grid-column:3}html body.design-v4 .site-header .menu-toggle{display:block;width:46px;height:46px}html body.design-v4 .v6-building-cutout{display:block;right:-18%;bottom:18%;z-index:2;width:125%}html body.design-v4 .v6-portfolio-copy{top:42%;right:18px;z-index:10}html body.design-v4 .v6-standards-grid img,html body.design-v4 .v6-standards-grid article:nth-child(3) img,html body.design-v4 .v6-standards-grid article:nth-child(4) img{background:transparent!important;object-fit:contain}html body.design-v4 .v7-plan-drawing{width:70%;margin-right:auto;margin-left:auto;filter:none;opacity:1}html body.design-v4 .v6-purchase-object{object-fit:contain}}@media (min-width: 761px){body.design-v4 .v6-scale{grid-template-columns:27% 73%}body.design-v4 .v6-scale-copy h2{font-size:42px}body.design-v4 .v6-horizon-intro{padding:34px 20px 34px var(--v6-pad)}body.design-v4 .v6-horizon-intro h2{font-size:38px}body.design-v4 .v6-apartments{height:430px;min-height:430px;max-height:430px;overflow:hidden}body.design-v4 .v6-apartment-copy,body.design-v4 .v6-plan-stage,body.design-v4 .v6-plan-meta{height:430px;min-height:0;box-sizing:border-box;overflow:hidden}body.design-v4 .v6-plan-stage img{height:100%;object-fit:contain}body.design-v4 .v6-purchase{height:320px;min-height:320px;max-height:320px;box-sizing:border-box;padding-top:26px;padding-bottom:18px}body.design-v4 .v6-purchase-object{max-height:305px;margin-bottom:-18px}body.design-v4 .v6-purchase-copy h2{font-size:50px;line-height:1}body.design-v4 .v6-purchase-steps{margin-top:28px}body.design-v4 .v6-gallery{height:320px;min-height:320px;max-height:320px;box-sizing:border-box;padding-top:24px;padding-bottom:24px}body.design-v4 .v6-gallery header{height:272px}body.design-v4 .v6-gallery h2{font-size:46px;line-height:1}body.design-v4 .v6-gallery header .v6-kicker{margin-bottom:16px}body.design-v4 .v6-gallery header>p:not(.v6-kicker){margin:18px 0}body.design-v4 .site-footer{min-height:190px;box-sizing:border-box}}@media (min-width: 761px){body.design-v4 .v6-horizon-intro h2{font-size:36px}body.design-v4 .v6-purchase{grid-template-rows:minmax(0,1fr);height:330px!important;min-height:330px!important;max-height:330px!important}body.design-v4 .v6-purchase-copy,body.design-v4 .v6-purchase-object{min-height:0}body.design-v4 .v6-purchase-copy{overflow:hidden}body.design-v4 .v6-purchase-copy h2{font-size:44px}body.design-v4 .v6-purchase-object{height:300px;max-height:300px}}@media (min-width: 761px){html body.design-v4 .v6-portfolio{height:647px!important}html body.design-v4 .v6-scale{grid-template-columns:27% 73%;height:678px!important;min-height:678px!important;max-height:678px!important}html body.design-v4 .v6-model-wrap{height:633px!important}html body.design-v4 .v6-model-wrap>img{width:100%}html body.design-v4 .v6-scale-copy h2{font-size:42px}html body.design-v4 .v6-horizon,html body.design-v4 .v6-compare{height:286px!important}html body.design-v4 .v6-horizon-intro{padding:34px 20px 34px var(--v6-pad)}html body.design-v4 .v6-horizon-intro h2{font-size:36px}html body.design-v4 .v6-standards{min-height:494px!important}html body.design-v4 .v6-apartments,html body.design-v4 .v6-apartment-copy,html body.design-v4 .v6-plan-stage,html body.design-v4 .v6-plan-meta{height:375px!important;min-height:0!important;max-height:375px!important}html body.design-v4 .v6-apartment-copy{padding-top:26px;padding-bottom:20px}html body.design-v4 .v6-apartment-copy h2{font-size:42px}html .v7-apartment-filters{margin-top:18px}html .v7-plan-drawing{height:108px;margin-bottom:8px}html body.design-v4 .v6-plan-meta>strong{font-size:27px}html body.design-v4 .v6-purchase{height:320px!important;min-height:320px!important;max-height:320px!important}html body.design-v4 .v6-purchase-object{height:290px!important;max-height:290px!important;width:115%;margin:-24px -5% -18px -18%;object-fit:cover;object-position:center}html body.design-v4 .v6-gallery{height:260px!important;min-height:260px!important;max-height:260px!important;padding-top:20px;padding-bottom:20px}html body.design-v4 .v6-gallery header{height:220px!important}html body.design-v4 .v6-gallery h2{font-size:42px;line-height:.98}html body.design-v4 .v6-gallery header .v6-kicker{margin-bottom:12px}html body.design-v4 .v6-gallery header>p:not(.v6-kicker){margin:13px 0;line-height:1.35}html body.design-v4 .v6-gallery-rail figure,html body.design-v4 .v6-gallery-rail figure:nth-child(2n){height:203px}html body.design-v4 .site-footer{min-height:184px!important;height:184px!important;padding-top:24px;padding-bottom:24px}}@media (prefers-reduced-motion: reduce){.v6-building-cutout,.v6-ring-object,.v6-standards-grid img,.v6-purchase-object{transition:none!important}}body.design-v4 .site-header,body.design-v4 .site-header.scrolled{top:14px;left:clamp(14px,3.2vw,52px);right:clamp(14px,3.2vw,52px);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:72px;padding:0 14px 0 24px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#121c1c3d;color:#fff;box-shadow:0 14px 42px #0d18181f;backdrop-filter:blur(22px) saturate(1.18);-webkit-backdrop-filter:blur(22px) saturate(1.18)}body.design-v4 .site-header.scrolled{background:#f5f1ead1;border-color:#ffffffa8;color:var(--v6-ink);box-shadow:0 12px 34px #0d181817}body.design-v4 .site-header .header-logo,body.design-v4 .site-header.scrolled .header-logo{grid-column:2;grid-row:1;justify-self:center;width:162px;height:48px}body.design-v4 .site-header .header-logo img{object-position:center}body.design-v4 .site-header .header-nav{grid-column:1;grid-row:1;justify-self:start;gap:clamp(16px,1.65vw,28px)}body.design-v4 .site-header .header-nav a{font-size:12px}body.design-v4 .site-header .header-actions{grid-column:3;grid-row:1;justify-self:end;gap:12px}body.design-v4 .site-header .round-action{width:46px;height:46px;background:var(--v6-accent)}@media (min-width: 761px){body.design-v4 .v6-portfolio-bg{top:16%;height:68%;object-position:center 58%;filter:saturate(.52) sepia(.08) contrast(.9) brightness(1.13)}body.design-v4 .v6-portfolio-stage:before{inset:auto auto -1px -1%;width:73%;height:48%;border-radius:0 100% 0 0/0 76% 0 0}body.design-v4 .v6-portfolio-stage:after{right:-1%;bottom:-1px;width:46%;height:45%;border-radius:100% 0 0/73% 0 0}body.design-v4 .v6-building-cutout{display:block;right:21.5%;bottom:1.5%;z-index:2;width:min(48%,690px);filter:drop-shadow(0 24px 22px rgba(22,27,27,.18))}body.design-v4 .v6-portfolio-copy{top:52px;right:4.5%;z-index:10;width:18.5%}body.design-v4 .v6-portfolio-copy h3{font-size:31px}body.design-v4 .v6-ring-object{right:24%;bottom:-9%;z-index:9;width:245px}body.design-v4 .v6-model-wrap{overflow:visible}body.design-v4 .v6-model-wrap>img{z-index:2;width:93%;height:95%;max-height:none;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 30px 34px rgba(0,0,0,.34))}body.design-v4 .v6-year-rail{top:26px;left:0;z-index:4;width:42%}body.design-v4 .v6-year-rail button{position:relative;min-height:68px;background:#0e121275}body.design-v4 .v6-year-rail button:after{content:"";position:absolute;top:50%;left:100%;width:18%;border-top:1px solid rgba(255,255,255,.36)}body.design-v4 .v6-year-rail button:nth-child(1):after{width:42%}body.design-v4 .v6-year-rail button:nth-child(2):after{width:34%}body.design-v4 .v6-year-rail button:nth-child(3):after{width:28%}body.design-v4 .v6-year-rail button:nth-child(4):after{width:20%}body.design-v4 .v6-year-rail button:nth-child(5):after{width:14%}body.design-v4 .v6-standards-grid img,body.design-v4 .v6-standards-grid article:nth-child(3) img,body.design-v4 .v6-standards-grid article:nth-child(4) img{height:142px;margin:0 0 13px;padding:5px;object-fit:contain;object-position:center bottom;background:transparent!important;filter:drop-shadow(0 12px 12px rgba(38,34,29,.09))}body.design-v4 .v6-standards-grid article:nth-child(4) img{width:82%;margin-right:auto;margin-left:auto;padding:0;opacity:.92;filter:drop-shadow(0 8px 9px rgba(38,34,29,.08))}body.design-v4 .v6-apartments{grid-template-columns:30% 51% 19%}body.design-v4 .v6-plan-stage{place-items:center;padding:10px 22px 0}body.design-v4 .v6-plan-stage img{width:94%;height:94%;object-position:center}body.design-v4 .v6-plan-meta{padding:18px 24px 18px 14px}body.design-v4 .v7-plan-drawing{align-self:center;width:min(100%,148px);height:126px;margin:0 auto 8px;object-fit:contain;filter:drop-shadow(0 8px 10px rgba(0,0,0,.12));opacity:1}body.design-v4 .v6-plan-meta h3{font-size:15px;line-height:1.2}body.design-v4 .v6-plan-meta>strong{font-size:25px}body.design-v4 .v7-plan-controls{margin-top:10px}body.design-v4 .v6-plan-meta>a{margin-top:10px}html body.design-v4 .v6-purchase-object{align-self:center;justify-self:center;width:105%;height:308px!important;max-height:308px!important;margin:-36px -8% -26px -16%;object-fit:contain;object-position:center;filter:drop-shadow(0 24px 22px rgba(48,39,34,.13))}}@media (min-width: 761px) and (max-width: 1160px){body.design-v4 .site-header,body.design-v4 .site-header.scrolled{padding-left:18px}body.design-v4 .site-header .header-logo,body.design-v4 .site-header.scrolled .header-logo{width:138px}body.design-v4 .site-header .header-nav{gap:13px}body.design-v4 .site-header .header-nav a{font-size:10px}body.design-v4 .site-header .header-phone{display:none}}@media (max-width: 760px){body.design-v4 .site-header,body.design-v4 .site-header.scrolled{top:9px;left:9px;right:9px;grid-template-columns:48px 1fr 48px;height:62px;padding:0 7px;border-radius:999px;background:#f5f1ead1;color:var(--v6-ink)}body.design-v4 .site-header .header-logo,body.design-v4 .site-header.scrolled .header-logo{grid-column:2;width:132px;height:44px}body.design-v4 .site-header .header-actions{grid-column:3}body.design-v4 .site-header .menu-toggle{display:block;width:46px;height:46px}body.design-v4 .v6-building-cutout{display:block;right:-18%;bottom:18%;z-index:2;width:125%}body.design-v4 .v6-portfolio-copy{top:42%;right:18px;z-index:10}body.design-v4 .v6-portfolio-stage:before,body.design-v4 .v6-portfolio-stage:after{bottom:-1px}body.design-v4 .v6-standards-grid img,body.design-v4 .v6-standards-grid article:nth-child(3) img,body.design-v4 .v6-standards-grid article:nth-child(4) img{background:transparent!important;object-fit:contain}body.design-v4 .v7-plan-drawing{width:70%;margin-right:auto;margin-left:auto;filter:none;opacity:1}body.design-v4 .v6-purchase-object{object-fit:contain}}body.design-v4 .v6-portfolio{position:relative;height:650px;padding:0;overflow:hidden;background:#f4f0e9}body.design-v4 .v6-portfolio .v6-section-head{position:absolute;z-index:12;top:clamp(50px,6vw,90px);left:var(--v6-pad);display:block;width:min(470px,34vw);margin:0}body.design-v4 .v6-portfolio .v6-section-head h2{font-size:clamp(40px,3.6vw,52px);line-height:1.03;letter-spacing:-.06em}body.design-v4 .v6-portfolio .v6-section-head>p{margin:28px 0 20px;color:#494b47;font-size:14px;line-height:1.5}body.design-v4 .v6-portfolio .v6-section-head>a{display:inline-flex;align-items:center;gap:42px;color:var(--v6-accent);font-size:12px;font-weight:550;text-decoration:none}body.design-v4 .v6-portfolio-stage{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;background:#f4f0e9}body.design-v4 .v6-portfolio-bg{z-index:-2;top:15%;height:72%;object-position:center 42%;filter:saturate(.58) contrast(.89) brightness(1.14)}body.design-v4 .v6-portfolio-stage:before{inset:auto auto -5% -8%;z-index:4;width:72%;height:44%;border-radius:0 100% 0 0/0 74% 0 0;background:var(--v6-petrol)}body.design-v4 .v6-portfolio-stage:after{content:"";position:absolute;right:-8%;bottom:-6%;z-index:3;width:46%;height:38%;border-radius:100% 0 0/68% 0 0;background:#f4f0e9}body.design-v4 .v6-building-cutout{z-index:3;right:24%;bottom:7%;width:min(50%,720px);filter:drop-shadow(0 28px 25px rgba(0,0,0,.2))}body.design-v4 .v6-ring-object{z-index:8;right:25%;bottom:-8%;width:min(22vw,330px)}body.design-v4 .v6-portfolio-copy{top:clamp(110px,8vw,128px);left:auto;right:12%;width:220px;color:#622137}body.design-v4 .v6-portfolio-copy h3{font-size:clamp(34px,3.3vw,52px)}body.design-v4 .v6-portfolio-copy>p{margin:18px 0 28px;color:var(--v6-ink);font-size:12px;letter-spacing:0;text-transform:none}body.design-v4 .v6-portfolio-copy a{color:var(--v6-accent);font-size:12px}.v7-portfolio-arrows{position:absolute;z-index:12;top:106px;right:34px;display:flex;gap:10px}.v7-portfolio-arrows button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:var(--v6-petrol);color:#fff;cursor:pointer}body.design-v4 .v6-project-index{left:var(--v6-pad);right:auto;bottom:42px;z-index:7;display:grid;grid-template-columns:1fr;width:310px;border:0}body.design-v4 .v6-project-index a{grid-template-columns:32px 1fr;gap:8px;padding:6px 0;color:#ffffffc7}body.design-v4 .v6-project-index b{font-family:Prata,serif;font-size:17px;font-weight:400}body.design-v4 .v6-project-index span{font-size:12px;font-weight:500}body.design-v4 .v6-project-index small{margin-top:1px;font-size:10px}.v7-portfolio-city{position:absolute;z-index:8;right:7%;bottom:37px;width:220px}.v7-portfolio-city b{display:block;margin-bottom:24px;color:#4b4944;font-family:Prata,serif;font-size:20px;font-weight:400;line-height:1.2}.v7-portfolio-city a{display:flex;align-items:center;gap:28px;color:var(--v6-accent);font-size:11px;text-decoration:none}body.design-v4 .v6-scale{grid-template-columns:27% 73%;min-height:680px;padding:52px var(--v6-pad) 28px;background:#111516}body.design-v4 .v6-scale:before{display:none}body.design-v4 .v6-scale-copy h2{font-size:clamp(46px,4.5vw,70px);line-height:.98}body.design-v4 .v6-scale-copy>p:not(.v6-kicker){margin:28px 0 26px;font-size:13px}body.design-v4 .v6-scale-copy>a{margin-bottom:26px;font-size:12px}body.design-v4 .v6-scale-copy dl{grid-template-columns:1fr 1fr;gap:13px;margin:0}body.design-v4 .v6-scale-copy dl div{width:150px;padding-top:0;border:0}body.design-v4 .v6-scale-copy dt{font-size:22px}body.design-v4 .v6-scale-copy dd{font-size:10px}body.design-v4 .v6-model-wrap{align-items:end;justify-content:end}body.design-v4 .v6-model-wrap>img{position:relative;z-index:2;width:94%;max-height:800px;object-position:right bottom}body.design-v4 .v6-year-rail{top:15px;right:auto;left:2%;z-index:1;display:flex;flex-direction:column;gap:0;width:48%}body.design-v4 .v6-year-rail:before{display:none}body.design-v4 .v6-year-rail button{display:grid;grid-template-columns:70px 1fr;align-items:start;min-height:78px;border:1px solid rgba(255,255,255,.33);border-bottom:0;padding:14px 18px;background:#1015165c;color:#ffffffbd}body.design-v4 .v6-year-rail button:nth-child(2){width:90%}body.design-v4 .v6-year-rail button:nth-child(3){width:79%}body.design-v4 .v6-year-rail button:nth-child(4){width:68%}body.design-v4 .v6-year-rail button:nth-child(5){width:57%;border-bottom:1px solid rgba(255,255,255,.33)}body.design-v4 .v6-year-rail button:before{display:none}body.design-v4 .v6-year-rail button b{font-family:Prata,serif;font-size:26px;font-weight:400}body.design-v4 .v6-year-rail button span{color:#ffffff8c;font-size:10px;line-height:1.3}body.design-v4 .v6-year-rail button.active{background:#ffffff0a}body.design-v4 .v6-horizon{display:grid;grid-template-columns:29% 71%;height:290px;padding:0;overflow:hidden}body.design-v4 .v6-horizon-intro{display:block;padding:34px var(--v6-pad)}body.design-v4 .v6-horizon-intro .v6-kicker{margin:0 0 24px}body.design-v4 .v6-horizon-intro h2{font-size:clamp(35px,3.1vw,49px);line-height:1.02}body.design-v4 .v6-horizon-intro>p:last-child{margin-top:20px;font-size:10px}body.design-v4 .v6-compare{height:290px;min-height:0}body.design-v4 .v6-compare-line{top:52px;bottom:auto;height:1px;background:#fff}body.design-v4 .v6-compare-line span{width:22px;height:22px;border:4px solid white;background:var(--v6-petrol)}.v7-horizon-scale{position:absolute;z-index:4;top:34px;left:28px;right:28px;display:grid;grid-template-columns:24px 1fr 24px;align-items:center;gap:16px;color:#fff;font-size:22px}.v7-horizon-scale span{height:1px;background:#ffffffb3}body.design-v4 .v6-standards{display:grid;grid-template-columns:31% 69%;padding:40px var(--v6-pad) 0;background:#f5f1ea}body.design-v4 .v6-standards .v6-section-head{display:block;margin:0;padding-right:48px}body.design-v4 .v6-standards .v6-section-head h2{font-size:clamp(35px,3.3vw,52px);line-height:1.04}body.design-v4 .v6-standards .v6-section-head p{margin:30px 0;color:var(--v6-muted);font-size:12px;line-height:1.5}body.design-v4 .v6-standards .v6-section-head a{display:inline-flex;gap:34px;color:var(--v6-accent);font-size:11px;text-decoration:none}body.design-v4 .v6-standards-grid{grid-template-columns:repeat(4,1fr);align-self:start;border:0}body.design-v4 .v6-standards-grid article,body.design-v4 .v6-standards-grid article:first-child,body.design-v4 .v6-standards-grid article:last-child{padding:0 18px 26px;border:0}body.design-v4 .v6-standards-grid img{height:145px;margin:0 0 13px;object-fit:cover}body.design-v4 .v6-standards-grid article:nth-child(3) img,body.design-v4 .v6-standards-grid article:nth-child(4) img{object-fit:contain;background:#fff}body.design-v4 .v6-standards-grid h3{margin-bottom:9px;font-size:15px;letter-spacing:-.02em}body.design-v4 .v6-standards-grid p{font-size:10px}body.design-v4 .v6-standards-grid a{display:inline-block;margin-top:17px;color:var(--v6-accent);font-size:9px;text-decoration:none}.v7-material-lab{grid-column:1 / -1;display:grid;grid-template-columns:160px 1fr 200px;align-items:center;gap:30px;border-top:1px solid var(--v6-line);padding:14px 0 17px}.v7-material-lab>p{margin:0;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.v7-material-lab>div{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.v7-material-lab img{width:100%;height:52px;object-fit:cover}.v7-material-lab>a{display:flex;align-items:center;justify-content:space-between;color:var(--v6-accent);font-size:10px;text-decoration:none}body.design-v4 .v6-apartments{grid-template-columns:29% 52% 19%;min-height:430px;background:#101415}body.design-v4 .v6-apartment-copy{min-width:0;padding:34px 28px 26px var(--v6-pad)}body.design-v4 .v6-apartment-copy h2{font-size:clamp(36px,3.3vw,52px)}.v7-apartment-filters{display:grid;grid-template-columns:1.2fr .6fr 1fr;gap:16px;margin:23px 0 12px}.v7-apartment-filters label{color:#ffffff80;font-size:9px}.v7-apartment-filters b{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid rgba(255,255,255,.38);padding:9px 0;color:#fff;font-size:11px;font-weight:450}.v7-reset{width:max-content;border:0;padding:0;background:none;color:#fff9;font:inherit;font-size:10px;cursor:pointer}body.design-v4 .v6-room-tabs{display:none}.v7-apartment-cta{width:max-content;margin-top:auto;padding:13px 21px;background:var(--v6-accent);color:#fff;font-size:10px;text-decoration:none}body.design-v4 .v6-plan-stage{padding:12px 0 0;border:0;background:#101415}body.design-v4 .v6-plan-stage img{width:100%;height:100%;max-height:none;object-fit:contain;filter:none}body.design-v4 .v6-plan-meta{padding:24px 30px 22px 12px}.v7-plan-drawing{width:100%;height:130px;margin-bottom:12px;object-fit:contain;filter:grayscale(1) invert(.88);opacity:.72}.v7-plan-drawing.switching{opacity:0;transform:scale(.97)}body.design-v4 .v6-plan-meta h3{font-size:16px;font-weight:450}body.design-v4 .v6-plan-meta>strong{font-family:Prata,serif;font-size:30px}body.design-v4 .v6-plan-meta>p{margin:9px 0 0;color:#ffffff7a;font-size:9px;text-transform:none}body.design-v4 .v6-plan-meta dl{display:none}.v7-plan-controls{display:flex;gap:16px;margin-top:18px}body.design-v4 .v6-plan-meta .v7-plan-controls button{position:static;display:inline-grid;width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent;color:#fff;transform:none}body.design-v4 .v6-plan-meta>a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:8px;color:#fff;font-size:10px;text-decoration:none}body.design-v4 .v6-purchase{position:relative;grid-template-columns:39% 61%;min-height:360px;padding:34px var(--v6-pad) 24px}body.design-v4 .v6-purchase-copy h2{font-size:clamp(38px,3.7vw,58px)}body.design-v4 .v6-purchase-steps{grid-template-columns:repeat(6,1fr);margin-top:38px}body.design-v4 .v6-purchase-steps button{gap:15px}body.design-v4 .v6-purchase-steps span{font-size:9px;line-height:1.25}body.design-v4 .v6-purchase-object{align-self:end;width:92%;max-height:345px;margin:-30px -6% -24px 0;object-fit:contain}.v7-purchase-note{position:absolute;right:var(--v6-pad);bottom:28px;z-index:4;width:230px;padding:16px;background:#f5f1ea}.v7-purchase-note p{margin:0 0 22px;font-size:11px;line-height:1.45}.v7-purchase-note a{display:flex;justify-content:space-between;color:var(--v6-accent);font-size:10px;text-decoration:none}body.design-v4 .v6-gallery{display:grid;grid-template-columns:23% 77%;min-height:290px;padding:30px var(--v6-pad);background:#f5f1ea}body.design-v4 .v6-gallery header{display:block;padding:0 44px 0 0}body.design-v4 .v6-gallery header .v6-kicker{margin:0 0 22px}body.design-v4 .v6-gallery h2{font-size:clamp(39px,3.4vw,54px);line-height:1.03}body.design-v4 .v6-gallery header>p:not(.v6-kicker){margin:25px 0;color:var(--v6-muted);font-size:10px;line-height:1.5}body.design-v4 .v6-gallery header>a{display:flex;width:max-content;gap:34px;color:var(--v6-accent);font-size:10px}body.design-v4 .v6-gallery-rail{grid-auto-columns:1fr;grid-template-columns:repeat(4,1fr);gap:8px;overflow:visible;padding:0}body.design-v4 .v6-gallery-rail figure,body.design-v4 .v6-gallery-rail figure:nth-child(2n){height:230px;min-height:0;margin:0}body.design-v4 .site-footer{display:grid;grid-template-columns:1.2fr 1fr 1fr .8fr 1.2fr;gap:40px;padding:28px var(--v6-pad);background:var(--v6-petrol);color:#fff}body.design-v4 .site-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}body.design-v4 .site-footer p{margin:0;color:#fff9;font-size:10px;text-transform:uppercase}body.design-v4 .site-footer span{color:#ffffffa8;font-size:11px;line-height:1.55}body.design-v4 .site-footer a{color:#fff;font-size:11px;text-decoration:none}.v7-footer-brand img{width:135px!important;margin-bottom:8px}.v7-footer-brand>p{color:#fff!important;font-family:Prata,serif;font-size:17px!important;line-height:1.2;text-transform:none!important}.v7-footer-nav{gap:6px!important}.v7-footer-subscribe label{display:grid;grid-template-columns:1fr 40px;width:100%;border:1px solid rgba(255,255,255,.35)}.v7-footer-subscribe input{min-width:0;border:0;outline:0;padding:0 12px;background:transparent;color:#fff}.v7-footer-subscribe button{border:0;background:transparent;color:#fff}.v7-footer-subscribe>span{margin-top:auto}@media (max-width: 760px){body.design-v4 .v6-portfolio{height:1050px}body.design-v4 .v6-portfolio .v6-section-head{top:44px;width:calc(100% - 40px)}body.design-v4 .v6-portfolio .v6-section-head h2{font-size:46px}body.design-v4 .v6-portfolio-bg{top:30%;height:54%}body.design-v4 .v6-building-cutout{right:-28%;bottom:21%;width:135%}body.design-v4 .v6-portfolio-copy{top:43%;right:20px;width:145px}.v7-portfolio-arrows{display:none}body.design-v4 .v6-portfolio-stage:before{width:100%;height:29%}body.design-v4 .v6-project-index{bottom:28px;width:270px}body.design-v4 .v6-project-index a:nth-child(n+4){display:none}.v7-portfolio-city{display:none}body.design-v4 .v6-ring-object{right:-8%;bottom:7%;width:48vw}body.design-v4 .v6-scale{grid-template-columns:1fr;padding-top:74px}body.design-v4 .v6-scale-copy dl{grid-template-columns:1fr 1fr}body.design-v4 .v6-model-wrap{min-height:650px}body.design-v4 .v6-model-wrap>img{width:120%;margin-right:-20%}body.design-v4 .v6-year-rail{top:0;left:0;width:70%}body.design-v4 .v6-year-rail button{min-height:72px}body.design-v4 .v6-horizon{grid-template-columns:1fr;height:auto}body.design-v4 .v6-horizon-intro{padding:70px 20px 40px}body.design-v4 .v6-compare{height:520px}body.design-v4 .v6-standards{grid-template-columns:1fr;padding-top:78px}body.design-v4 .v6-standards .v6-section-head{padding:0 0 45px}body.design-v4 .v6-standards-grid{grid-template-columns:1fr 1fr}body.design-v4 .v6-standards-grid img{height:180px}.v7-material-lab{grid-template-columns:1fr}.v7-material-lab>div{overflow-x:auto;grid-template-columns:repeat(6,120px)}body.design-v4 .v6-apartments{grid-template-columns:1fr}body.design-v4 .v6-apartment-copy{min-height:540px}.v7-apartment-filters{grid-template-columns:1fr 1fr}body.design-v4 .v6-plan-stage{min-height:430px}body.design-v4 .v6-plan-meta{min-height:540px;padding:45px 20px}.v7-plan-drawing{height:280px}body.design-v4 .v6-purchase{grid-template-columns:1fr;min-height:1020px}body.design-v4 .v6-purchase-steps{grid-template-columns:1fr 1fr;margin-top:40px}body.design-v4 .v6-purchase-object{width:130%;margin:20px -15% 0}.v7-purchase-note{right:20px;bottom:30px}body.design-v4 .v6-gallery{grid-template-columns:1fr}body.design-v4 .v6-gallery header{padding:0 0 38px}body.design-v4 .v6-gallery-rail{display:grid;grid-template-columns:1fr 1fr}body.design-v4 .v6-gallery-rail figure,body.design-v4 .v6-gallery-rail figure:nth-child(2n){height:220px}body.design-v4 .site-footer{grid-template-columns:1fr;gap:34px}.v7-footer-subscribe>span{margin-top:28px}}@media (min-width: 761px){body.design-v4 .v6-portfolio{height:648px}body.design-v4 .v6-portfolio .v6-section-head{top:48px;width:520px}body.design-v4 .v6-portfolio .v6-section-head h2{font-size:45px;line-height:1.035;letter-spacing:-.052em}body.design-v4 .v6-portfolio .v6-section-head>p{width:300px;margin:20px 0 17px;font-size:11px;line-height:1.45}body.design-v4 .v6-portfolio-bg{z-index:0;top:0;height:100%;object-fit:cover;object-position:center center;filter:none}body.design-v4 .v6-portfolio-stage:before{bottom:-6%;width:69%;height:53%;border-radius:0 100% 0 0/0 82% 0 0}body.design-v4 .v6-portfolio-stage:after{right:-5%;bottom:-8%;width:43%;height:41%;border-radius:100% 0 0/74% 0 0}body.design-v4 .v6-building-cutout{display:none}body.design-v4 .v6-portfolio-copy{top:66px;right:15.5%;width:205px}body.design-v4 .v6-portfolio-copy h3{font-size:34px;line-height:1}body.design-v4 .v6-portfolio-copy>p{margin:13px 0 19px;font-size:10px;line-height:1.45}.v7-portfolio-arrows{top:43px;right:36px}.v7-portfolio-arrows button{width:34px;height:34px}body.design-v4 .v6-project-index{bottom:31px;width:275px}body.design-v4 .v6-project-index a{padding:4px 0}body.design-v4 .v6-ring-object{right:24.5%;bottom:-8.5%;width:255px}.v7-portfolio-city{right:8.2%;bottom:39px;width:190px}.v7-portfolio-city b{margin-bottom:19px;font-size:17px}body.design-v4 .v6-scale{grid-template-columns:25% 75%;height:680px;min-height:680px;max-height:680px;box-sizing:border-box;padding:45px var(--v6-pad) 0;background:#0b0f10}body.design-v4 .v6-scale-copy h2{font-size:44px;line-height:1.01;letter-spacing:-.045em}body.design-v4 .v6-scale-copy>p:not(.v6-kicker){width:240px;margin:20px 0 18px;font-size:10px}body.design-v4 .v6-scale-copy>a{margin-bottom:20px;font-size:10px}body.design-v4 .v6-scale-copy dl{grid-template-columns:1fr;gap:10px;margin:0}body.design-v4 .v6-scale-copy dl div{width:120px}body.design-v4 .v6-scale-copy dt{font-size:18px}body.design-v4 .v6-scale-copy dd{font-size:8px}body.design-v4 .v6-model-wrap{min-height:0;height:635px;overflow:hidden}body.design-v4 .v6-model-wrap>img{width:91%;height:100%;max-height:none;object-fit:contain;object-position:right bottom;mix-blend-mode:screen}body.design-v4 .v6-year-rail{top:5px;left:0;width:43%}body.design-v4 .v6-year-rail button{grid-template-columns:63px 1fr;min-height:69px;padding:11px 14px}body.design-v4 .v6-year-rail button b{font-size:22px}body.design-v4 .v6-year-rail button span{font-size:8px}body.design-v4 .v6-horizon-intro h2{font-size:39px}body.design-v4 .v6-standards{min-height:500px;padding-top:34px}body.design-v4 .v6-standards .v6-section-head{padding-right:24px}body.design-v4 .v6-standards .v6-section-head h2{font-size:38px;line-height:1.035}body.design-v4 .v6-standards .v6-section-head p{margin:22px 0;font-size:10px}body.design-v4 .v6-standards-grid article,body.design-v4 .v6-standards-grid article:first-child,body.design-v4 .v6-standards-grid article:last-child{padding:0 14px 18px}body.design-v4 .v6-standards-grid img{height:136px;object-fit:contain;background:#f5f1ea}.v7-material-lab{grid-template-columns:155px 1fr 190px;padding:9px 0 11px}.v7-material-lab>div{display:block}.v7-material-lab img{height:58px;object-fit:cover}}@media (max-width: 760px){body.design-v4 .v6-portfolio-bg{top:25%;height:59%;object-position:64% center;filter:none}body.design-v4 .v6-building-cutout{display:none}body.design-v4 .v6-scale-copy dl{grid-template-columns:1fr}body.design-v4 .v6-model-wrap>img{width:135%;margin-right:-34%;mix-blend-mode:screen}.v7-material-lab>div{display:block;overflow:hidden}.v7-material-lab img{width:100%;height:auto}}html body.design-v4 .site-header,html body.design-v4 .site-header.scrolled{background:#f8f5efd1;border-color:#ffffffad;color:var(--v6-ink)}html body.design-v4 .site-header .header-logo img,html body.design-v4 .site-header.scrolled .header-logo img{filter:none!important;opacity:1}@media (min-width: 761px){html body.design-v4 .v6-portfolio-bg{opacity:.9;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.24) 25%,rgba(0,0,0,.92) 51%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.24) 25%,rgba(0,0,0,.92) 51%,#000 100%)}html body.design-v4 .v6-standards-grid article:nth-child(4) img{width:92%;max-width:270px;filter:brightness(.7) sepia(.12) saturate(.72) drop-shadow(0 16px 20px rgba(31,25,20,.12))}}@media (max-width: 760px){html body.design-v4 .site-header,html body.design-v4 .site-header.scrolled{background:#f8f5efdb;border-color:#ffffffb3;color:var(--v6-ink);box-shadow:0 10px 32px #161f1f1f}html body.design-v4 .site-header .header-logo img,html body.design-v4 .site-header.scrolled .header-logo img{filter:none!important;opacity:1}}@media (min-width: 761px){html body.design-v4 .v6-scale{grid-template-columns:26% 74%;height:610px;min-height:610px;max-height:610px;padding:0;overflow:hidden;background:#0b1011}html body.design-v4 .v6-scale-copy{box-sizing:border-box;height:610px;padding:46px 24px 34px var(--v6-pad)}html body.design-v4 .v6-scale-copy .v6-kicker{margin-bottom:17px;font-size:8px;letter-spacing:.14em}html body.design-v4 .v6-scale-copy h2{max-width:285px;font-size:clamp(42px,3.45vw,52px);line-height:.97;letter-spacing:-.045em}html body.design-v4 .v6-scale-copy>p:not(.v6-kicker){max-width:245px;margin:24px 0 20px;font-size:10px;line-height:1.5}html body.design-v4 .v6-scale-copy>a{margin-bottom:28px;font-size:10px}html body.design-v4 .v6-scale-copy dl{display:grid;grid-template-columns:1fr;gap:11px;width:142px;margin:0}html body.design-v4 .v6-scale-copy dl div{width:auto;padding:0;border:0}html body.design-v4 .v6-scale-copy dt{font-size:20px;line-height:1}html body.design-v4 .v6-scale-copy dd{margin-top:4px;font-size:8px;line-height:1.25}html body.design-v4 .v6-model-wrap{position:relative;display:block;height:610px;min-height:0;margin:0;overflow:hidden}html body.design-v4 .v6-model-wrap>img{position:absolute;right:-1.5%;bottom:-6%;z-index:2;width:88%;height:106%;max-height:none;object-fit:contain;object-position:right bottom;mix-blend-mode:normal;filter:drop-shadow(0 34px 34px rgba(0,0,0,.35))}html body.design-v4 .v6-year-rail{position:absolute;top:48px;left:1%;z-index:4;display:block;width:44%;height:345px}html body.design-v4 .v6-year-rail:before{display:none}html body.design-v4 .v6-year-rail button{display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;box-sizing:border-box;width:100%;min-height:66px;margin:0;padding:0 14px;border:1px solid rgba(255,255,255,.27);border-bottom:0;background:#080c0d2e;color:#ffffffe0}html body.design-v4 .v6-year-rail button:nth-child(2){width:93%;margin-left:7%}html body.design-v4 .v6-year-rail button:nth-child(3){width:86%;margin-left:14%}html body.design-v4 .v6-year-rail button:nth-child(4){width:79%;margin-left:21%}html body.design-v4 .v6-year-rail button:nth-child(5){width:72%;margin-left:28%;border-bottom:1px solid rgba(255,255,255,.27)}html body.design-v4 .v6-year-rail button:before,html body.design-v4 .v6-year-rail button:after{display:none}html body.design-v4 .v6-year-rail button b{font-family:Prata,serif;font-size:23px;font-weight:400;letter-spacing:-.04em}html body.design-v4 .v6-year-rail button span{color:#ffffff87;font-size:8px;line-height:1.3}html body.design-v4 .v6-year-rail button.active{background:#ffffff09}}@media (min-width: 761px) and (max-width: 1080px){html body.design-v4 .v6-scale{grid-template-columns:32% 68%;height:610px!important;min-height:610px!important;max-height:610px!important}html body.design-v4 .v6-scale-copy{height:610px;padding:94px 16px 24px 36px}html body.design-v4 .v6-scale-copy h2{font-size:36px}html body.design-v4 .v6-scale-copy>p:not(.v6-kicker){margin:18px 0 16px;font-size:9px}html body.design-v4 .v6-scale-copy>a{margin-bottom:18px}html body.design-v4 .v6-scale-copy dl{gap:8px}html body.design-v4 .v6-scale-copy dt{font-size:18px}html body.design-v4 .v6-model-wrap{height:610px}html body.design-v4 .v6-model-wrap>img{right:0;bottom:-1%;width:102%;height:78%}html body.design-v4 .v6-year-rail{top:94px;left:0;width:60%;height:310px}html body.design-v4 .v6-year-rail button{grid-template-columns:54px minmax(0,1fr);min-height:55px;padding:0 9px}html body.design-v4 .v6-year-rail button b{font-size:19px}html body.design-v4 .v6-year-rail button span{font-size:7px}}@media (min-width: 761px) and (max-width: 950px){html body.design-v4 .site-header .header-nav,html body.design-v4 .site-header .header-phone,html body.design-v4 .site-header .round-action{display:none}html body.design-v4 .site-header .menu-toggle{display:block}}@media (max-width: 760px){html body.design-v4 .v6-scale{display:block;min-height:1120px;padding:74px 20px 0;overflow:hidden}html body.design-v4 .v6-scale-copy{height:auto;padding:0}html body.design-v4 .v6-scale-copy dl{grid-template-columns:1fr 1fr;gap:18px}html body.design-v4 .v6-model-wrap{height:610px;min-height:610px;margin:36px -20px 0;overflow:hidden}html body.design-v4 .v6-model-wrap>img{right:-33%;bottom:-3%;width:150%;height:86%;margin:0;object-fit:contain;mix-blend-mode:normal}html body.design-v4 .v6-year-rail{top:14px;left:20px;width:72%}html body.design-v4 .v6-year-rail button{min-height:54px;padding:0 10px}}html body.design-v4 .v6-portfolio{position:relative;box-sizing:border-box;width:100%;height:clamp(620px,43vw,820px)!important;min-height:0;padding:0;overflow:hidden;background:#f5f1ea}html body.design-v4 .v6-portfolio-stage{--portfolio-ease: cubic-bezier(.22, .72, .18, 1);position:relative;box-sizing:border-box;width:100%;height:clamp(620px,43vw,820px);min-height:620px;overflow:hidden;border:0;border-radius:0;background:#ede8df;isolation:isolate;outline:none}html body.design-v4 .v6-portfolio-stage:focus-visible{box-shadow:inset 0 0 0 3px #9b12418c}html body.design-v4 .v6-portfolio-bg{position:absolute;inset:0 0 auto;z-index:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 44%;opacity:1;filter:saturate(.94) contrast(1.02) brightness(.96);transform:scale(1.001);transition:opacity .34s ease,transform .82s var(--portfolio-ease),filter .45s ease;-webkit-mask-image:none;mask-image:none}html body.design-v4 .v17-portfolio-shade{position:absolute;inset:0 0 auto;z-index:1;height:64%;pointer-events:none;background:radial-gradient(ellipse at 78% -4%,rgba(247,243,236,.7) 0%,rgba(247,243,236,.4) 18%,rgba(247,243,236,.08) 34%,transparent 48%),linear-gradient(90deg,rgba(247,243,236,.84) 0%,rgba(247,243,236,.64) 20%,rgba(247,243,236,.25) 36%,rgba(247,243,236,.04) 49%,transparent 58%)}html body.design-v4 .v6-portfolio-stage:before{content:"";position:absolute;left:-4%;bottom:-17%;z-index:4;width:76%;height:68%;border-radius:0 84% 0 0/0 65% 0 0;background:#0b3436;transform:rotate(1.8deg);transform-origin:left bottom;pointer-events:none}html body.design-v4 .v6-portfolio-stage:after{content:"";position:absolute;right:-5%;bottom:-22%;z-index:5;width:48%;height:63%;border-radius:72% 0 0/54% 0 0;background:#f5f1ea;transform:rotate(-1.6deg);transform-origin:right bottom;pointer-events:none}html body.design-v4 .v6-portfolio .v6-section-head{position:absolute;top:44px;left:44px;z-index:7;display:block;width:min(900px,50%);margin:0;padding:0;color:#141717}html body.design-v4 .v6-portfolio .v6-section-head .v6-kicker{margin:0 0 24px;color:#a51b4d;font-size:12px;font-weight:650;letter-spacing:.2em;text-transform:uppercase}html body.design-v4 .v6-portfolio .v6-section-head h2{max-width:900px;margin:0;color:#102b2c;font-family:Prata,Georgia,serif;font-size:clamp(43px,3.55vw,72px);font-weight:400;line-height:.95;letter-spacing:-.045em;text-shadow:0 1px 0 rgba(255,255,255,.7),0 2px 16px rgba(247,243,236,.32)}html body.design-v4 .v6-portfolio .v6-section-head>p{max-width:380px;margin:28px 0 22px;color:#183435;font-size:14px;font-weight:470;line-height:1.5;text-shadow:0 1px 0 rgba(255,255,255,.55)}html body.design-v4 .v6-portfolio .v6-section-head>a,html body.design-v4 .v6-portfolio-copy>a,html body.design-v4 .v7-portfolio-city a{display:inline-flex;align-items:center;gap:48px;width:max-content;padding-bottom:7px;border-bottom:1px solid currentColor;color:#a51b4d;font-size:13px;font-weight:580;text-decoration:none}html body.design-v4 .v6-portfolio-copy{position:absolute;top:44px;right:8.5%;z-index:8;width:300px;color:#183435;transition:opacity .26s ease,transform .42s var(--portfolio-ease)}html body.design-v4 .v6-portfolio-copy .v17-portfolio-status{margin:0 0 14px;color:#183435;font-size:10px;font-weight:620;letter-spacing:.12em;text-transform:uppercase}html body.design-v4 .v6-portfolio-copy h3{margin:0;color:#7f1740;font-family:Prata,Georgia,serif;font-size:clamp(36px,3.3vw,58px);font-weight:400;line-height:1;letter-spacing:-.035em;text-shadow:0 1px 0 rgba(255,255,255,.76),0 2px 13px rgba(247,243,236,.4)}html body.design-v4 .v6-portfolio-copy>p:not(.v17-portfolio-status){margin:18px 0 25px;color:#173233;font-size:13px;font-weight:470;line-height:1.42;text-shadow:0 1px 0 rgba(255,255,255,.62),0 2px 10px rgba(247,243,236,.35)}html body.design-v4 .v7-portfolio-arrows{position:absolute;top:36px;right:34px;z-index:12;display:flex;gap:10px}html body.design-v4 .v7-portfolio-arrows button{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#0b3436;color:#fff;font-size:18px;cursor:pointer;transition:transform .25s ease,background .25s ease}html body.design-v4 .v7-portfolio-arrows button:hover{background:#a51b4d;transform:translateY(-2px)}html body.design-v4 .v6-building-cutout{display:none!important}html body.design-v4 .v6-ring-object{position:absolute;right:34%;bottom:-9%;z-index:8;display:block;width:clamp(220px,23vw,390px);height:auto;filter:drop-shadow(0 18px 24px rgba(67,10,29,.2));transform:translate3d(var(--ring-x, 0),var(--ring-y, 0),0) rotate(-8deg);transition:transform .8s var(--portfolio-ease);pointer-events:none}html body.design-v4 .v6-project-index{position:absolute;left:45px;bottom:39px;z-index:9;display:grid;width:min(390px,31%);gap:3px}html body.design-v4 .v6-project-index button{display:grid;grid-template-columns:46px 1fr;align-items:start;width:100%;padding:7px 0;border:0;background:transparent;color:#ffffff7a;text-align:left;cursor:pointer;transition:color .25s ease,transform .25s ease}html body.design-v4 .v6-project-index button:hover,html body.design-v4 .v6-project-index button.active{color:#fff;transform:translate(4px)}html body.design-v4 .v6-project-index b{font-family:Prata,Georgia,serif;font-size:18px;font-weight:400;line-height:1}html body.design-v4 .v6-project-index span{font-size:13px;font-weight:560;line-height:1.1}html body.design-v4 .v6-project-index small{display:block;margin-top:4px;color:inherit;font-size:10px;font-weight:400;opacity:.63}html body.design-v4 .v7-portfolio-city{position:absolute;right:6.8%;bottom:54px;z-index:10;width:270px;color:#423f39;transition:opacity .26s ease,transform .42s var(--portfolio-ease)}html body.design-v4 .v7-portfolio-city b{display:block;margin:0 0 22px;color:#514b43;font-family:Prata,Georgia,serif;font-size:25px;font-weight:400;line-height:1.08}html body.design-v4 .v17-portfolio-progress{position:absolute;right:34px;bottom:27px;z-index:11;width:116px;height:1px;overflow:hidden;background:#151f1f29}html body.design-v4 .v17-portfolio-progress span{display:block;width:100%;height:100%;background:#a51b4d;transform:scaleX(0);transform-origin:left}html body.design-v4 .v6-portfolio-stage.is-running .v17-portfolio-progress span{animation:v17-portfolio-progress 7s linear forwards}html body.design-v4 .v17-portfolio-count{position:absolute;right:158px;bottom:18px;z-index:11;display:flex;align-items:baseline;gap:5px;margin:0;color:#3d3e3a}html body.design-v4 .v17-portfolio-count b{font-family:Prata,Georgia,serif;font-size:17px;font-weight:400}html body.design-v4 .v17-portfolio-count span{color:#3d3e3a73;font-size:10px}html body.design-v4 .v6-portfolio-stage.is-switching .v6-portfolio-bg{opacity:.46;filter:saturate(.78) blur(1px);transform:scale(1.018)}html body.design-v4 .v6-portfolio-stage.is-switching .v6-portfolio-copy,html body.design-v4 .v6-portfolio-stage.is-switching .v7-portfolio-city{opacity:0;transform:translateY(9px)}@keyframes v17-portfolio-progress{to{transform:scaleX(1)}}@media (max-width: 1100px){html body.design-v4 .v6-portfolio{height:680px!important}html body.design-v4 .v6-portfolio-stage{height:680px;min-height:680px}html body.design-v4 .v6-portfolio .v6-section-head{width:46%}html body.design-v4 .v6-portfolio .v6-section-head h2{font-size:clamp(41px,5vw,58px)}html body.design-v4 .v6-portfolio-copy{right:11%;width:230px}html body.design-v4 .v6-portfolio-stage:before{width:79%}html body.design-v4 .v7-portfolio-city{right:4.5%;width:230px}}@media (max-width: 900px){html body.design-v4 .v6-portfolio{height:680px!important;padding:0}html body.design-v4 .v6-portfolio-stage{height:680px;min-height:680px;border-radius:0}html body.design-v4 .v6-portfolio-bg{height:100%;object-position:61% center}html body.design-v4 .v17-portfolio-shade{height:55%;background:linear-gradient(180deg,rgba(247,243,236,.8) 0%,rgba(247,243,236,.38) 48%,transparent 100%)}html body.design-v4 .v6-portfolio .v6-section-head{top:24px;left:22px;width:calc(100% - 44px)}html body.design-v4 .v6-portfolio .v6-section-head .v6-kicker{margin-bottom:14px;font-size:9px}html body.design-v4 .v6-portfolio .v6-section-head h2{max-width:390px;font-size:clamp(36px,11vw,52px)}html body.design-v4 .v6-portfolio .v6-section-head>p{max-width:310px;margin:16px 0 14px;font-size:11px}html body.design-v4 .v6-portfolio .v6-section-head>a{font-size:11px}html body.design-v4 .v6-portfolio-copy{top:345px;right:22px;width:190px}html body.design-v4 .v6-portfolio-copy h3{font-size:32px}html body.design-v4 .v6-portfolio-copy>p:not(.v17-portfolio-status){margin:10px 0 15px;font-size:11px}html body.design-v4 .v7-portfolio-arrows{top:352px;left:22px;right:auto}html body.design-v4 .v7-portfolio-arrows button{width:38px;height:38px}html body.design-v4 .v6-portfolio-stage:before{left:-16%;bottom:-3%;width:128%;height:52%;border-radius:0 82% 0 0/0 35% 0 0;transform:rotate(0)}html body.design-v4 .v6-portfolio-stage:after{right:-24%;bottom:-11%;width:81%;height:34%}html body.design-v4 .v6-project-index{left:22px;bottom:44px;width:220px}html body.design-v4 .v6-project-index button{grid-template-columns:38px 1fr;padding:6px 0}html body.design-v4 .v6-project-index b{font-size:16px}html body.design-v4 .v6-project-index span{font-size:11px}html body.design-v4 .v6-ring-object{right:-10%;bottom:2%;width:220px;opacity:.92}html body.design-v4 .v7-portfolio-city{display:none}html body.design-v4 .v17-portfolio-count{right:107px;bottom:18px;color:#fff}html body.design-v4 .v17-portfolio-count span{color:#ffffff7a}html body.design-v4 .v17-portfolio-progress{right:22px;bottom:27px;width:74px;background:#ffffff2e}}@media (min-width: 600px) and (max-width: 900px){html body.design-v4 .v6-portfolio-bg{height:100%;object-position:58% center}html body.design-v4 .v17-portfolio-shade{height:58%;background:linear-gradient(90deg,rgba(247,243,236,.96) 0%,rgba(247,243,236,.72) 33%,rgba(247,243,236,.12) 62%,transparent 78%)}html body.design-v4 .v6-portfolio .v6-section-head{top:26px;left:24px;width:48%}html body.design-v4 .v6-portfolio .v6-section-head h2{font-size:43px;line-height:.98}html body.design-v4 .v6-portfolio .v6-section-head>p{max-width:285px;margin-top:18px}html body.design-v4 .v6-portfolio-copy{top:62px;right:24px;width:184px}html body.design-v4 .v6-portfolio-copy h3{font-size:29px}html body.design-v4 .v6-portfolio-copy .v17-portfolio-status{font-size:8px}html body.design-v4 .v7-portfolio-arrows{top:264px;left:auto;right:24px}html body.design-v4 .v6-portfolio-stage:before{left:-12%;bottom:-5%;width:120%;height:49%;border-radius:0 84% 0 0/0 38% 0 0}html body.design-v4 .v6-portfolio-stage:after{right:-20%;bottom:-12%;width:70%;height:36%}html body.design-v4 .v6-project-index{left:24px;bottom:42px;width:230px}html body.design-v4 .v6-ring-object{right:25%;bottom:-2%;width:220px}}@media (max-width: 599px){html body.design-v4 .v6-portfolio{height:760px!important}html body.design-v4 .v6-portfolio-stage{height:760px;min-height:760px}}@media (prefers-reduced-motion: reduce){html body.design-v4 .v6-portfolio-bg,html body.design-v4 .v6-portfolio-copy,html body.design-v4 .v7-portfolio-city{transition:none}html body.design-v4 .v17-portfolio-progress span{animation:none!important}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Bold;src:url(/assets/Phosphor-Bold-BCak21uZ.woff2) format("woff2"),url(/assets/Phosphor-Bold-Bs3tcKfK.woff) format("woff"),url(/assets/Phosphor-Bold-y1cGIEs3.ttf) format("truetype"),url(/assets/Phosphor-Bold-CIyscVBM.svg#Phosphor-Bold) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-bold{font-family:Phosphor-Bold!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-bold.ph-acorn:before{content:""}.ph-bold.ph-address-book:before{content:""}.ph-bold.ph-address-book-tabs:before{content:""}.ph-bold.ph-air-traffic-control:before{content:""}.ph-bold.ph-airplane:before{content:""}.ph-bold.ph-airplane-in-flight:before{content:""}.ph-bold.ph-airplane-landing:before{content:""}.ph-bold.ph-airplane-takeoff:before{content:""}.ph-bold.ph-airplane-taxiing:before{content:""}.ph-bold.ph-airplane-tilt:before{content:""}.ph-bold.ph-airplay:before{content:""}.ph-bold.ph-alarm:before{content:""}.ph-bold.ph-alien:before{content:""}.ph-bold.ph-align-bottom:before{content:""}.ph-bold.ph-align-bottom-simple:before{content:""}.ph-bold.ph-align-center-horizontal:before{content:""}.ph-bold.ph-align-center-horizontal-simple:before{content:""}.ph-bold.ph-align-center-vertical:before{content:""}.ph-bold.ph-align-center-vertical-simple:before{content:""}.ph-bold.ph-align-left:before{content:""}.ph-bold.ph-align-left-simple:before{content:""}.ph-bold.ph-align-right:before{content:""}.ph-bold.ph-align-right-simple:before{content:""}.ph-bold.ph-align-top:before{content:""}.ph-bold.ph-align-top-simple:before{content:""}.ph-bold.ph-amazon-logo:before{content:""}.ph-bold.ph-ambulance:before{content:""}.ph-bold.ph-anchor:before{content:""}.ph-bold.ph-anchor-simple:before{content:""}.ph-bold.ph-android-logo:before{content:""}.ph-bold.ph-angle:before{content:""}.ph-bold.ph-angular-logo:before{content:""}.ph-bold.ph-aperture:before{content:""}.ph-bold.ph-app-store-logo:before{content:""}.ph-bold.ph-app-window:before{content:""}.ph-bold.ph-apple-logo:before{content:""}.ph-bold.ph-apple-podcasts-logo:before{content:""}.ph-bold.ph-approximate-equals:before{content:""}.ph-bold.ph-archive:before{content:""}.ph-bold.ph-armchair:before{content:""}.ph-bold.ph-arrow-arc-left:before{content:""}.ph-bold.ph-arrow-arc-right:before{content:""}.ph-bold.ph-arrow-bend-double-up-left:before{content:""}.ph-bold.ph-arrow-bend-double-up-right:before{content:""}.ph-bold.ph-arrow-bend-down-left:before{content:""}.ph-bold.ph-arrow-bend-down-right:before{content:""}.ph-bold.ph-arrow-bend-left-down:before{content:""}.ph-bold.ph-arrow-bend-left-up:before{content:""}.ph-bold.ph-arrow-bend-right-down:before{content:""}.ph-bold.ph-arrow-bend-right-up:before{content:""}.ph-bold.ph-arrow-bend-up-left:before{content:""}.ph-bold.ph-arrow-bend-up-right:before{content:""}.ph-bold.ph-arrow-circle-down:before{content:""}.ph-bold.ph-arrow-circle-down-left:before{content:""}.ph-bold.ph-arrow-circle-down-right:before{content:""}.ph-bold.ph-arrow-circle-left:before{content:""}.ph-bold.ph-arrow-circle-right:before{content:""}.ph-bold.ph-arrow-circle-up:before{content:""}.ph-bold.ph-arrow-circle-up-left:before{content:""}.ph-bold.ph-arrow-circle-up-right:before{content:""}.ph-bold.ph-arrow-clockwise:before{content:""}.ph-bold.ph-arrow-counter-clockwise:before{content:""}.ph-bold.ph-arrow-down:before{content:""}.ph-bold.ph-arrow-down-left:before{content:""}.ph-bold.ph-arrow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-down-left:before{content:""}.ph-bold.ph-arrow-elbow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-left:before{content:""}.ph-bold.ph-arrow-elbow-left-down:before{content:""}.ph-bold.ph-arrow-elbow-left-up:before{content:""}.ph-bold.ph-arrow-elbow-right:before{content:""}.ph-bold.ph-arrow-elbow-right-down:before{content:""}.ph-bold.ph-arrow-elbow-right-up:before{content:""}.ph-bold.ph-arrow-elbow-up-left:before{content:""}.ph-bold.ph-arrow-elbow-up-right:before{content:""}.ph-bold.ph-arrow-fat-down:before{content:""}.ph-bold.ph-arrow-fat-left:before{content:""}.ph-bold.ph-arrow-fat-line-down:before{content:""}.ph-bold.ph-arrow-fat-line-left:before{content:""}.ph-bold.ph-arrow-fat-line-right:before{content:""}.ph-bold.ph-arrow-fat-line-up:before{content:""}.ph-bold.ph-arrow-fat-lines-down:before{content:""}.ph-bold.ph-arrow-fat-lines-left:before{content:""}.ph-bold.ph-arrow-fat-lines-right:before{content:""}.ph-bold.ph-arrow-fat-lines-up:before{content:""}.ph-bold.ph-arrow-fat-right:before{content:""}.ph-bold.ph-arrow-fat-up:before{content:""}.ph-bold.ph-arrow-left:before{content:""}.ph-bold.ph-arrow-line-down:before{content:""}.ph-bold.ph-arrow-line-down-left:before{content:""}.ph-bold.ph-arrow-line-down-right:before{content:""}.ph-bold.ph-arrow-line-left:before{content:""}.ph-bold.ph-arrow-line-right:before{content:""}.ph-bold.ph-arrow-line-up:before{content:""}.ph-bold.ph-arrow-line-up-left:before{content:""}.ph-bold.ph-arrow-line-up-right:before{content:""}.ph-bold.ph-arrow-right:before{content:""}.ph-bold.ph-arrow-square-down:before{content:""}.ph-bold.ph-arrow-square-down-left:before{content:""}.ph-bold.ph-arrow-square-down-right:before{content:""}.ph-bold.ph-arrow-square-in:before{content:""}.ph-bold.ph-arrow-square-left:before{content:""}.ph-bold.ph-arrow-square-out:before{content:""}.ph-bold.ph-arrow-square-right:before{content:""}.ph-bold.ph-arrow-square-up:before{content:""}.ph-bold.ph-arrow-square-up-left:before{content:""}.ph-bold.ph-arrow-square-up-right:before{content:""}.ph-bold.ph-arrow-u-down-left:before{content:""}.ph-bold.ph-arrow-u-down-right:before{content:""}.ph-bold.ph-arrow-u-left-down:before{content:""}.ph-bold.ph-arrow-u-left-up:before{content:""}.ph-bold.ph-arrow-u-right-down:before{content:""}.ph-bold.ph-arrow-u-right-up:before{content:""}.ph-bold.ph-arrow-u-up-left:before{content:""}.ph-bold.ph-arrow-u-up-right:before{content:""}.ph-bold.ph-arrow-up:before{content:""}.ph-bold.ph-arrow-up-left:before{content:""}.ph-bold.ph-arrow-up-right:before{content:""}.ph-bold.ph-arrows-clockwise:before{content:""}.ph-bold.ph-arrows-counter-clockwise:before{content:""}.ph-bold.ph-arrows-down-up:before{content:""}.ph-bold.ph-arrows-horizontal:before{content:""}.ph-bold.ph-arrows-in:before{content:""}.ph-bold.ph-arrows-in-cardinal:before{content:""}.ph-bold.ph-arrows-in-line-horizontal:before{content:""}.ph-bold.ph-arrows-in-line-vertical:before{content:""}.ph-bold.ph-arrows-in-simple:before{content:""}.ph-bold.ph-arrows-left-right:before{content:""}.ph-bold.ph-arrows-merge:before{content:""}.ph-bold.ph-arrows-out:before{content:""}.ph-bold.ph-arrows-out-cardinal:before{content:""}.ph-bold.ph-arrows-out-line-horizontal:before{content:""}.ph-bold.ph-arrows-out-line-vertical:before{content:""}.ph-bold.ph-arrows-out-simple:before{content:""}.ph-bold.ph-arrows-split:before{content:""}.ph-bold.ph-arrows-vertical:before{content:""}.ph-bold.ph-article:before{content:""}.ph-bold.ph-article-medium:before{content:""}.ph-bold.ph-article-ny-times:before{content:""}.ph-bold.ph-asclepius:before{content:""}.ph-bold.ph-caduceus:before{content:""}.ph-bold.ph-asterisk:before{content:""}.ph-bold.ph-asterisk-simple:before{content:""}.ph-bold.ph-at:before{content:""}.ph-bold.ph-atom:before{content:""}.ph-bold.ph-avocado:before{content:""}.ph-bold.ph-axe:before{content:""}.ph-bold.ph-baby:before{content:""}.ph-bold.ph-baby-carriage:before{content:""}.ph-bold.ph-backpack:before{content:""}.ph-bold.ph-backspace:before{content:""}.ph-bold.ph-bag:before{content:""}.ph-bold.ph-bag-simple:before{content:""}.ph-bold.ph-balloon:before{content:""}.ph-bold.ph-bandaids:before{content:""}.ph-bold.ph-bank:before{content:""}.ph-bold.ph-barbell:before{content:""}.ph-bold.ph-barcode:before{content:""}.ph-bold.ph-barn:before{content:""}.ph-bold.ph-barricade:before{content:""}.ph-bold.ph-baseball:before{content:""}.ph-bold.ph-baseball-cap:before{content:""}.ph-bold.ph-baseball-helmet:before{content:""}.ph-bold.ph-basket:before{content:""}.ph-bold.ph-basketball:before{content:""}.ph-bold.ph-bathtub:before{content:""}.ph-bold.ph-battery-charging:before{content:""}.ph-bold.ph-battery-charging-vertical:before{content:""}.ph-bold.ph-battery-empty:before{content:""}.ph-bold.ph-battery-full:before{content:""}.ph-bold.ph-battery-high:before{content:""}.ph-bold.ph-battery-low:before{content:""}.ph-bold.ph-battery-medium:before{content:""}.ph-bold.ph-battery-plus:before{content:""}.ph-bold.ph-battery-plus-vertical:before{content:""}.ph-bold.ph-battery-vertical-empty:before{content:""}.ph-bold.ph-battery-vertical-full:before{content:""}.ph-bold.ph-battery-vertical-high:before{content:""}.ph-bold.ph-battery-vertical-low:before{content:""}.ph-bold.ph-battery-vertical-medium:before{content:""}.ph-bold.ph-battery-warning:before{content:""}.ph-bold.ph-battery-warning-vertical:before{content:""}.ph-bold.ph-beach-ball:before{content:""}.ph-bold.ph-beanie:before{content:""}.ph-bold.ph-bed:before{content:""}.ph-bold.ph-beer-bottle:before{content:""}.ph-bold.ph-beer-stein:before{content:""}.ph-bold.ph-behance-logo:before{content:""}.ph-bold.ph-bell:before{content:""}.ph-bold.ph-bell-ringing:before{content:""}.ph-bold.ph-bell-simple:before{content:""}.ph-bold.ph-bell-simple-ringing:before{content:""}.ph-bold.ph-bell-simple-slash:before{content:""}.ph-bold.ph-bell-simple-z:before{content:""}.ph-bold.ph-bell-slash:before{content:""}.ph-bold.ph-bell-z:before{content:""}.ph-bold.ph-belt:before{content:""}.ph-bold.ph-bezier-curve:before{content:""}.ph-bold.ph-bicycle:before{content:""}.ph-bold.ph-binary:before{content:""}.ph-bold.ph-binoculars:before{content:""}.ph-bold.ph-biohazard:before{content:""}.ph-bold.ph-bird:before{content:""}.ph-bold.ph-blueprint:before{content:""}.ph-bold.ph-bluetooth:before{content:""}.ph-bold.ph-bluetooth-connected:before{content:""}.ph-bold.ph-bluetooth-slash:before{content:""}.ph-bold.ph-bluetooth-x:before{content:""}.ph-bold.ph-boat:before{content:""}.ph-bold.ph-bomb:before{content:""}.ph-bold.ph-bone:before{content:""}.ph-bold.ph-book:before{content:""}.ph-bold.ph-book-bookmark:before{content:""}.ph-bold.ph-book-open:before{content:""}.ph-bold.ph-book-open-text:before{content:""}.ph-bold.ph-book-open-user:before{content:""}.ph-bold.ph-bookmark:before{content:""}.ph-bold.ph-bookmark-simple:before{content:""}.ph-bold.ph-bookmarks:before{content:""}.ph-bold.ph-bookmarks-simple:before{content:""}.ph-bold.ph-books:before{content:""}.ph-bold.ph-boot:before{content:""}.ph-bold.ph-boules:before{content:""}.ph-bold.ph-bounding-box:before{content:""}.ph-bold.ph-bowl-food:before{content:""}.ph-bold.ph-bowl-steam:before{content:""}.ph-bold.ph-bowling-ball:before{content:""}.ph-bold.ph-box-arrow-down:before{content:""}.ph-bold.ph-archive-box:before{content:""}.ph-bold.ph-box-arrow-up:before{content:""}.ph-bold.ph-boxing-glove:before{content:""}.ph-bold.ph-brackets-angle:before{content:""}.ph-bold.ph-brackets-curly:before{content:""}.ph-bold.ph-brackets-round:before{content:""}.ph-bold.ph-brackets-square:before{content:""}.ph-bold.ph-brain:before{content:""}.ph-bold.ph-brandy:before{content:""}.ph-bold.ph-bread:before{content:""}.ph-bold.ph-bridge:before{content:""}.ph-bold.ph-briefcase:before{content:""}.ph-bold.ph-briefcase-metal:before{content:""}.ph-bold.ph-broadcast:before{content:""}.ph-bold.ph-broom:before{content:""}.ph-bold.ph-browser:before{content:""}.ph-bold.ph-browsers:before{content:""}.ph-bold.ph-bug:before{content:""}.ph-bold.ph-bug-beetle:before{content:""}.ph-bold.ph-bug-droid:before{content:""}.ph-bold.ph-building:before{content:""}.ph-bold.ph-building-apartment:before{content:""}.ph-bold.ph-building-office:before{content:""}.ph-bold.ph-buildings:before{content:""}.ph-bold.ph-bulldozer:before{content:""}.ph-bold.ph-bus:before{content:""}.ph-bold.ph-butterfly:before{content:""}.ph-bold.ph-cable-car:before{content:""}.ph-bold.ph-cactus:before{content:""}.ph-bold.ph-cake:before{content:""}.ph-bold.ph-calculator:before{content:""}.ph-bold.ph-calendar:before{content:""}.ph-bold.ph-calendar-blank:before{content:""}.ph-bold.ph-calendar-check:before{content:""}.ph-bold.ph-calendar-dot:before{content:""}.ph-bold.ph-calendar-dots:before{content:""}.ph-bold.ph-calendar-heart:before{content:""}.ph-bold.ph-calendar-minus:before{content:""}.ph-bold.ph-calendar-plus:before{content:""}.ph-bold.ph-calendar-slash:before{content:""}.ph-bold.ph-calendar-star:before{content:""}.ph-bold.ph-calendar-x:before{content:""}.ph-bold.ph-call-bell:before{content:""}.ph-bold.ph-camera:before{content:""}.ph-bold.ph-camera-plus:before{content:""}.ph-bold.ph-camera-rotate:before{content:""}.ph-bold.ph-camera-slash:before{content:""}.ph-bold.ph-campfire:before{content:""}.ph-bold.ph-car:before{content:""}.ph-bold.ph-car-battery:before{content:""}.ph-bold.ph-car-profile:before{content:""}.ph-bold.ph-car-simple:before{content:""}.ph-bold.ph-cardholder:before{content:""}.ph-bold.ph-cards:before{content:""}.ph-bold.ph-cards-three:before{content:""}.ph-bold.ph-caret-circle-double-down:before{content:""}.ph-bold.ph-caret-circle-double-left:before{content:""}.ph-bold.ph-caret-circle-double-right:before{content:""}.ph-bold.ph-caret-circle-double-up:before{content:""}.ph-bold.ph-caret-circle-down:before{content:""}.ph-bold.ph-caret-circle-left:before{content:""}.ph-bold.ph-caret-circle-right:before{content:""}.ph-bold.ph-caret-circle-up:before{content:""}.ph-bold.ph-caret-circle-up-down:before{content:""}.ph-bold.ph-caret-double-down:before{content:""}.ph-bold.ph-caret-double-left:before{content:""}.ph-bold.ph-caret-double-right:before{content:""}.ph-bold.ph-caret-double-up:before{content:""}.ph-bold.ph-caret-down:before{content:""}.ph-bold.ph-caret-left:before{content:""}.ph-bold.ph-caret-line-down:before{content:""}.ph-bold.ph-caret-line-left:before{content:""}.ph-bold.ph-caret-line-right:before{content:""}.ph-bold.ph-caret-line-up:before{content:""}.ph-bold.ph-caret-right:before{content:""}.ph-bold.ph-caret-up:before{content:""}.ph-bold.ph-caret-up-down:before{content:""}.ph-bold.ph-carrot:before{content:""}.ph-bold.ph-cash-register:before{content:""}.ph-bold.ph-cassette-tape:before{content:""}.ph-bold.ph-castle-turret:before{content:""}.ph-bold.ph-cat:before{content:""}.ph-bold.ph-cell-signal-full:before{content:""}.ph-bold.ph-cell-signal-high:before{content:""}.ph-bold.ph-cell-signal-low:before{content:""}.ph-bold.ph-cell-signal-medium:before{content:""}.ph-bold.ph-cell-signal-none:before{content:""}.ph-bold.ph-cell-signal-slash:before{content:""}.ph-bold.ph-cell-signal-x:before{content:""}.ph-bold.ph-cell-tower:before{content:""}.ph-bold.ph-certificate:before{content:""}.ph-bold.ph-chair:before{content:""}.ph-bold.ph-chalkboard:before{content:""}.ph-bold.ph-chalkboard-simple:before{content:""}.ph-bold.ph-chalkboard-teacher:before{content:""}.ph-bold.ph-champagne:before{content:""}.ph-bold.ph-charging-station:before{content:""}.ph-bold.ph-chart-bar:before{content:""}.ph-bold.ph-chart-bar-horizontal:before{content:""}.ph-bold.ph-chart-donut:before{content:""}.ph-bold.ph-chart-line:before{content:""}.ph-bold.ph-chart-line-down:before{content:""}.ph-bold.ph-chart-line-up:before{content:""}.ph-bold.ph-chart-pie:before{content:""}.ph-bold.ph-chart-pie-slice:before{content:""}.ph-bold.ph-chart-polar:before{content:""}.ph-bold.ph-chart-scatter:before{content:""}.ph-bold.ph-chat:before{content:""}.ph-bold.ph-chat-centered:before{content:""}.ph-bold.ph-chat-centered-dots:before{content:""}.ph-bold.ph-chat-centered-slash:before{content:""}.ph-bold.ph-chat-centered-text:before{content:""}.ph-bold.ph-chat-circle:before{content:""}.ph-bold.ph-chat-circle-dots:before{content:""}.ph-bold.ph-chat-circle-slash:before{content:""}.ph-bold.ph-chat-circle-text:before{content:""}.ph-bold.ph-chat-dots:before{content:""}.ph-bold.ph-chat-slash:before{content:""}.ph-bold.ph-chat-teardrop:before{content:""}.ph-bold.ph-chat-teardrop-dots:before{content:""}.ph-bold.ph-chat-teardrop-slash:before{content:""}.ph-bold.ph-chat-teardrop-text:before{content:""}.ph-bold.ph-chat-text:before{content:""}.ph-bold.ph-chats:before{content:""}.ph-bold.ph-chats-circle:before{content:""}.ph-bold.ph-chats-teardrop:before{content:""}.ph-bold.ph-check:before{content:""}.ph-bold.ph-check-circle:before{content:""}.ph-bold.ph-check-fat:before{content:""}.ph-bold.ph-check-square:before{content:""}.ph-bold.ph-check-square-offset:before{content:""}.ph-bold.ph-checkerboard:before{content:""}.ph-bold.ph-checks:before{content:""}.ph-bold.ph-cheers:before{content:""}.ph-bold.ph-cheese:before{content:""}.ph-bold.ph-chef-hat:before{content:""}.ph-bold.ph-cherries:before{content:""}.ph-bold.ph-church:before{content:""}.ph-bold.ph-cigarette:before{content:""}.ph-bold.ph-cigarette-slash:before{content:""}.ph-bold.ph-circle:before{content:""}.ph-bold.ph-circle-dashed:before{content:""}.ph-bold.ph-circle-half:before{content:""}.ph-bold.ph-circle-half-tilt:before{content:""}.ph-bold.ph-circle-notch:before{content:""}.ph-bold.ph-circles-four:before{content:""}.ph-bold.ph-circles-three:before{content:""}.ph-bold.ph-circles-three-plus:before{content:""}.ph-bold.ph-circuitry:before{content:""}.ph-bold.ph-city:before{content:""}.ph-bold.ph-clipboard:before{content:""}.ph-bold.ph-clipboard-text:before{content:""}.ph-bold.ph-clock:before{content:""}.ph-bold.ph-clock-afternoon:before{content:""}.ph-bold.ph-clock-clockwise:before{content:""}.ph-bold.ph-clock-countdown:before{content:""}.ph-bold.ph-clock-counter-clockwise:before{content:""}.ph-bold.ph-clock-user:before{content:""}.ph-bold.ph-closed-captioning:before{content:""}.ph-bold.ph-cloud:before{content:""}.ph-bold.ph-cloud-arrow-down:before{content:""}.ph-bold.ph-cloud-arrow-up:before{content:""}.ph-bold.ph-cloud-check:before{content:""}.ph-bold.ph-cloud-fog:before{content:""}.ph-bold.ph-cloud-lightning:before{content:""}.ph-bold.ph-cloud-moon:before{content:""}.ph-bold.ph-cloud-rain:before{content:""}.ph-bold.ph-cloud-slash:before{content:""}.ph-bold.ph-cloud-snow:before{content:""}.ph-bold.ph-cloud-sun:before{content:""}.ph-bold.ph-cloud-warning:before{content:""}.ph-bold.ph-cloud-x:before{content:""}.ph-bold.ph-clover:before{content:""}.ph-bold.ph-club:before{content:""}.ph-bold.ph-coat-hanger:before{content:""}.ph-bold.ph-coda-logo:before{content:""}.ph-bold.ph-code:before{content:""}.ph-bold.ph-code-block:before{content:""}.ph-bold.ph-code-simple:before{content:""}.ph-bold.ph-codepen-logo:before{content:""}.ph-bold.ph-codesandbox-logo:before{content:""}.ph-bold.ph-coffee:before{content:""}.ph-bold.ph-coffee-bean:before{content:""}.ph-bold.ph-coin:before{content:""}.ph-bold.ph-coin-vertical:before{content:""}.ph-bold.ph-coins:before{content:""}.ph-bold.ph-columns:before{content:""}.ph-bold.ph-columns-plus-left:before{content:""}.ph-bold.ph-columns-plus-right:before{content:""}.ph-bold.ph-command:before{content:""}.ph-bold.ph-compass:before{content:""}.ph-bold.ph-compass-rose:before{content:""}.ph-bold.ph-compass-tool:before{content:""}.ph-bold.ph-computer-tower:before{content:""}.ph-bold.ph-confetti:before{content:""}.ph-bold.ph-contactless-payment:before{content:""}.ph-bold.ph-control:before{content:""}.ph-bold.ph-cookie:before{content:""}.ph-bold.ph-cooking-pot:before{content:""}.ph-bold.ph-copy:before{content:""}.ph-bold.ph-copy-simple:before{content:""}.ph-bold.ph-copyleft:before{content:""}.ph-bold.ph-copyright:before{content:""}.ph-bold.ph-corners-in:before{content:""}.ph-bold.ph-corners-out:before{content:""}.ph-bold.ph-couch:before{content:""}.ph-bold.ph-court-basketball:before{content:""}.ph-bold.ph-cow:before{content:""}.ph-bold.ph-cowboy-hat:before{content:""}.ph-bold.ph-cpu:before{content:""}.ph-bold.ph-crane:before{content:""}.ph-bold.ph-crane-tower:before{content:""}.ph-bold.ph-credit-card:before{content:""}.ph-bold.ph-cricket:before{content:""}.ph-bold.ph-crop:before{content:""}.ph-bold.ph-cross:before{content:""}.ph-bold.ph-crosshair:before{content:""}.ph-bold.ph-crosshair-simple:before{content:""}.ph-bold.ph-crown:before{content:""}.ph-bold.ph-crown-cross:before{content:""}.ph-bold.ph-crown-simple:before{content:""}.ph-bold.ph-cube:before{content:""}.ph-bold.ph-cube-focus:before{content:""}.ph-bold.ph-cube-transparent:before{content:""}.ph-bold.ph-currency-btc:before{content:""}.ph-bold.ph-currency-circle-dollar:before{content:""}.ph-bold.ph-currency-cny:before{content:""}.ph-bold.ph-currency-dollar:before{content:""}.ph-bold.ph-currency-dollar-simple:before{content:""}.ph-bold.ph-currency-eth:before{content:""}.ph-bold.ph-currency-eur:before{content:""}.ph-bold.ph-currency-gbp:before{content:""}.ph-bold.ph-currency-inr:before{content:""}.ph-bold.ph-currency-jpy:before{content:""}.ph-bold.ph-currency-krw:before{content:""}.ph-bold.ph-currency-kzt:before{content:""}.ph-bold.ph-currency-ngn:before{content:""}.ph-bold.ph-currency-rub:before{content:""}.ph-bold.ph-cursor:before{content:""}.ph-bold.ph-cursor-click:before{content:""}.ph-bold.ph-cursor-text:before{content:""}.ph-bold.ph-cylinder:before{content:""}.ph-bold.ph-database:before{content:""}.ph-bold.ph-desk:before{content:""}.ph-bold.ph-desktop:before{content:""}.ph-bold.ph-desktop-tower:before{content:""}.ph-bold.ph-detective:before{content:""}.ph-bold.ph-dev-to-logo:before{content:""}.ph-bold.ph-device-mobile:before{content:""}.ph-bold.ph-device-mobile-camera:before{content:""}.ph-bold.ph-device-mobile-slash:before{content:""}.ph-bold.ph-device-mobile-speaker:before{content:""}.ph-bold.ph-device-rotate:before{content:""}.ph-bold.ph-device-tablet:before{content:""}.ph-bold.ph-device-tablet-camera:before{content:""}.ph-bold.ph-device-tablet-speaker:before{content:""}.ph-bold.ph-devices:before{content:""}.ph-bold.ph-diamond:before{content:""}.ph-bold.ph-diamonds-four:before{content:""}.ph-bold.ph-dice-five:before{content:""}.ph-bold.ph-dice-four:before{content:""}.ph-bold.ph-dice-one:before{content:""}.ph-bold.ph-dice-six:before{content:""}.ph-bold.ph-dice-three:before{content:""}.ph-bold.ph-dice-two:before{content:""}.ph-bold.ph-disc:before{content:""}.ph-bold.ph-disco-ball:before{content:""}.ph-bold.ph-discord-logo:before{content:""}.ph-bold.ph-divide:before{content:""}.ph-bold.ph-dna:before{content:""}.ph-bold.ph-dog:before{content:""}.ph-bold.ph-door:before{content:""}.ph-bold.ph-door-open:before{content:""}.ph-bold.ph-dot:before{content:""}.ph-bold.ph-dot-outline:before{content:""}.ph-bold.ph-dots-nine:before{content:""}.ph-bold.ph-dots-six:before{content:""}.ph-bold.ph-dots-six-vertical:before{content:""}.ph-bold.ph-dots-three:before{content:""}.ph-bold.ph-dots-three-circle:before{content:""}.ph-bold.ph-dots-three-circle-vertical:before{content:""}.ph-bold.ph-dots-three-outline:before{content:""}.ph-bold.ph-dots-three-outline-vertical:before{content:""}.ph-bold.ph-dots-three-vertical:before{content:""}.ph-bold.ph-download:before{content:""}.ph-bold.ph-download-simple:before{content:""}.ph-bold.ph-dress:before{content:""}.ph-bold.ph-dresser:before{content:""}.ph-bold.ph-dribbble-logo:before{content:""}.ph-bold.ph-drone:before{content:""}.ph-bold.ph-drop:before{content:""}.ph-bold.ph-drop-half:before{content:""}.ph-bold.ph-drop-half-bottom:before{content:""}.ph-bold.ph-drop-simple:before{content:""}.ph-bold.ph-drop-slash:before{content:""}.ph-bold.ph-dropbox-logo:before{content:""}.ph-bold.ph-ear:before{content:""}.ph-bold.ph-ear-slash:before{content:""}.ph-bold.ph-egg:before{content:""}.ph-bold.ph-egg-crack:before{content:""}.ph-bold.ph-eject:before{content:""}.ph-bold.ph-eject-simple:before{content:""}.ph-bold.ph-elevator:before{content:""}.ph-bold.ph-empty:before{content:""}.ph-bold.ph-engine:before{content:""}.ph-bold.ph-envelope:before{content:""}.ph-bold.ph-envelope-open:before{content:""}.ph-bold.ph-envelope-simple:before{content:""}.ph-bold.ph-envelope-simple-open:before{content:""}.ph-bold.ph-equalizer:before{content:""}.ph-bold.ph-equals:before{content:""}.ph-bold.ph-eraser:before{content:""}.ph-bold.ph-escalator-down:before{content:""}.ph-bold.ph-escalator-up:before{content:""}.ph-bold.ph-exam:before{content:""}.ph-bold.ph-exclamation-mark:before{content:""}.ph-bold.ph-exclude:before{content:""}.ph-bold.ph-exclude-square:before{content:""}.ph-bold.ph-export:before{content:""}.ph-bold.ph-eye:before{content:""}.ph-bold.ph-eye-closed:before{content:""}.ph-bold.ph-eye-slash:before{content:""}.ph-bold.ph-eyedropper:before{content:""}.ph-bold.ph-eyedropper-sample:before{content:""}.ph-bold.ph-eyeglasses:before{content:""}.ph-bold.ph-eyes:before{content:""}.ph-bold.ph-face-mask:before{content:""}.ph-bold.ph-facebook-logo:before{content:""}.ph-bold.ph-factory:before{content:""}.ph-bold.ph-faders:before{content:""}.ph-bold.ph-faders-horizontal:before{content:""}.ph-bold.ph-fallout-shelter:before{content:""}.ph-bold.ph-fan:before{content:""}.ph-bold.ph-farm:before{content:""}.ph-bold.ph-fast-forward:before{content:""}.ph-bold.ph-fast-forward-circle:before{content:""}.ph-bold.ph-feather:before{content:""}.ph-bold.ph-fediverse-logo:before{content:""}.ph-bold.ph-figma-logo:before{content:""}.ph-bold.ph-file:before{content:""}.ph-bold.ph-file-archive:before{content:""}.ph-bold.ph-file-arrow-down:before{content:""}.ph-bold.ph-file-arrow-up:before{content:""}.ph-bold.ph-file-audio:before{content:""}.ph-bold.ph-file-c:before{content:""}.ph-bold.ph-file-c-sharp:before{content:""}.ph-bold.ph-file-cloud:before{content:""}.ph-bold.ph-file-code:before{content:""}.ph-bold.ph-file-cpp:before{content:""}.ph-bold.ph-file-css:before{content:""}.ph-bold.ph-file-csv:before{content:""}.ph-bold.ph-file-dashed:before{content:""}.ph-bold.ph-file-dotted:before{content:""}.ph-bold.ph-file-doc:before{content:""}.ph-bold.ph-file-html:before{content:""}.ph-bold.ph-file-image:before{content:""}.ph-bold.ph-file-ini:before{content:""}.ph-bold.ph-file-jpg:before{content:""}.ph-bold.ph-file-js:before{content:""}.ph-bold.ph-file-jsx:before{content:""}.ph-bold.ph-file-lock:before{content:""}.ph-bold.ph-file-magnifying-glass:before{content:""}.ph-bold.ph-file-search:before{content:""}.ph-bold.ph-file-md:before{content:""}.ph-bold.ph-file-minus:before{content:""}.ph-bold.ph-file-pdf:before{content:""}.ph-bold.ph-file-plus:before{content:""}.ph-bold.ph-file-png:before{content:""}.ph-bold.ph-file-ppt:before{content:""}.ph-bold.ph-file-py:before{content:""}.ph-bold.ph-file-rs:before{content:""}.ph-bold.ph-file-sql:before{content:""}.ph-bold.ph-file-svg:before{content:""}.ph-bold.ph-file-text:before{content:""}.ph-bold.ph-file-ts:before{content:""}.ph-bold.ph-file-tsx:before{content:""}.ph-bold.ph-file-txt:before{content:""}.ph-bold.ph-file-video:before{content:""}.ph-bold.ph-file-vue:before{content:""}.ph-bold.ph-file-x:before{content:""}.ph-bold.ph-file-xls:before{content:""}.ph-bold.ph-file-zip:before{content:""}.ph-bold.ph-files:before{content:""}.ph-bold.ph-film-reel:before{content:""}.ph-bold.ph-film-script:before{content:""}.ph-bold.ph-film-slate:before{content:""}.ph-bold.ph-film-strip:before{content:""}.ph-bold.ph-fingerprint:before{content:""}.ph-bold.ph-fingerprint-simple:before{content:""}.ph-bold.ph-finn-the-human:before{content:""}.ph-bold.ph-fire:before{content:""}.ph-bold.ph-fire-extinguisher:before{content:""}.ph-bold.ph-fire-simple:before{content:""}.ph-bold.ph-fire-truck:before{content:""}.ph-bold.ph-first-aid:before{content:""}.ph-bold.ph-first-aid-kit:before{content:""}.ph-bold.ph-fish:before{content:""}.ph-bold.ph-fish-simple:before{content:""}.ph-bold.ph-flag:before{content:""}.ph-bold.ph-flag-banner:before{content:""}.ph-bold.ph-flag-banner-fold:before{content:""}.ph-bold.ph-flag-checkered:before{content:""}.ph-bold.ph-flag-pennant:before{content:""}.ph-bold.ph-flame:before{content:""}.ph-bold.ph-flashlight:before{content:""}.ph-bold.ph-flask:before{content:""}.ph-bold.ph-flip-horizontal:before{content:""}.ph-bold.ph-flip-vertical:before{content:""}.ph-bold.ph-floppy-disk:before{content:""}.ph-bold.ph-floppy-disk-back:before{content:""}.ph-bold.ph-flow-arrow:before{content:""}.ph-bold.ph-flower:before{content:""}.ph-bold.ph-flower-lotus:before{content:""}.ph-bold.ph-flower-tulip:before{content:""}.ph-bold.ph-flying-saucer:before{content:""}.ph-bold.ph-folder:before{content:""}.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-dashed:before{content:""}.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before{content:""}.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-open:before{content:""}.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-plus:before{content:""}.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before{content:""}.ph-bold.ph-folder-simple-dotted:before{content:""}.ph-bold.ph-folder-simple-lock:before{content:""}.ph-bold.ph-folder-simple-minus:before{content:""}.ph-bold.ph-folder-simple-plus:before{content:""}.ph-bold.ph-folder-simple-star:before{content:""}.ph-bold.ph-folder-simple-user:before{content:""}.ph-bold.ph-folder-star:before{content:""}.ph-bold.ph-folder-user:before{content:""}.ph-bold.ph-folders:before{content:""}.ph-bold.ph-football:before{content:""}.ph-bold.ph-football-helmet:before{content:""}.ph-bold.ph-footprints:before{content:""}.ph-bold.ph-fork-knife:before{content:""}.ph-bold.ph-four-k:before{content:""}.ph-bold.ph-frame-corners:before{content:""}.ph-bold.ph-framer-logo:before{content:""}.ph-bold.ph-function:before{content:""}.ph-bold.ph-funnel:before{content:""}.ph-bold.ph-funnel-simple:before{content:""}.ph-bold.ph-funnel-simple-x:before{content:""}.ph-bold.ph-funnel-x:before{content:""}.ph-bold.ph-game-controller:before{content:""}.ph-bold.ph-garage:before{content:""}.ph-bold.ph-gas-can:before{content:""}.ph-bold.ph-gas-pump:before{content:""}.ph-bold.ph-gauge:before{content:""}.ph-bold.ph-gavel:before{content:""}.ph-bold.ph-gear:before{content:""}.ph-bold.ph-gear-fine:before{content:""}.ph-bold.ph-gear-six:before{content:""}.ph-bold.ph-gender-female:before{content:""}.ph-bold.ph-gender-intersex:before{content:""}.ph-bold.ph-gender-male:before{content:""}.ph-bold.ph-gender-neuter:before{content:""}.ph-bold.ph-gender-nonbinary:before{content:""}.ph-bold.ph-gender-transgender:before{content:""}.ph-bold.ph-ghost:before{content:""}.ph-bold.ph-gif:before{content:""}.ph-bold.ph-gift:before{content:""}.ph-bold.ph-git-branch:before{content:""}.ph-bold.ph-git-commit:before{content:""}.ph-bold.ph-git-diff:before{content:""}.ph-bold.ph-git-fork:before{content:""}.ph-bold.ph-git-merge:before{content:""}.ph-bold.ph-git-pull-request:before{content:""}.ph-bold.ph-github-logo:before{content:""}.ph-bold.ph-gitlab-logo:before{content:""}.ph-bold.ph-gitlab-logo-simple:before{content:""}.ph-bold.ph-globe:before{content:""}.ph-bold.ph-globe-hemisphere-east:before{content:""}.ph-bold.ph-globe-hemisphere-west:before{content:""}.ph-bold.ph-globe-simple:before{content:""}.ph-bold.ph-globe-simple-x:before{content:""}.ph-bold.ph-globe-stand:before{content:""}.ph-bold.ph-globe-x:before{content:""}.ph-bold.ph-goggles:before{content:""}.ph-bold.ph-golf:before{content:""}.ph-bold.ph-goodreads-logo:before{content:""}.ph-bold.ph-google-cardboard-logo:before{content:""}.ph-bold.ph-google-chrome-logo:before{content:""}.ph-bold.ph-google-drive-logo:before{content:""}.ph-bold.ph-google-logo:before{content:""}.ph-bold.ph-google-photos-logo:before{content:""}.ph-bold.ph-google-play-logo:before{content:""}.ph-bold.ph-google-podcasts-logo:before{content:""}.ph-bold.ph-gps:before{content:""}.ph-bold.ph-gps-fix:before{content:""}.ph-bold.ph-gps-slash:before{content:""}.ph-bold.ph-gradient:before{content:""}.ph-bold.ph-graduation-cap:before{content:""}.ph-bold.ph-grains:before{content:""}.ph-bold.ph-grains-slash:before{content:""}.ph-bold.ph-graph:before{content:""}.ph-bold.ph-graphics-card:before{content:""}.ph-bold.ph-greater-than:before{content:""}.ph-bold.ph-greater-than-or-equal:before{content:""}.ph-bold.ph-grid-four:before{content:""}.ph-bold.ph-grid-nine:before{content:""}.ph-bold.ph-guitar:before{content:""}.ph-bold.ph-hair-dryer:before{content:""}.ph-bold.ph-hamburger:before{content:""}.ph-bold.ph-hammer:before{content:""}.ph-bold.ph-hand:before{content:""}.ph-bold.ph-hand-arrow-down:before{content:""}.ph-bold.ph-hand-arrow-up:before{content:""}.ph-bold.ph-hand-coins:before{content:""}.ph-bold.ph-hand-deposit:before{content:""}.ph-bold.ph-hand-eye:before{content:""}.ph-bold.ph-hand-fist:before{content:""}.ph-bold.ph-hand-grabbing:before{content:""}.ph-bold.ph-hand-heart:before{content:""}.ph-bold.ph-hand-palm:before{content:""}.ph-bold.ph-hand-peace:before{content:""}.ph-bold.ph-hand-pointing:before{content:""}.ph-bold.ph-hand-soap:before{content:""}.ph-bold.ph-hand-swipe-left:before{content:""}.ph-bold.ph-hand-swipe-right:before{content:""}.ph-bold.ph-hand-tap:before{content:""}.ph-bold.ph-hand-waving:before{content:""}.ph-bold.ph-hand-withdraw:before{content:""}.ph-bold.ph-handbag:before{content:""}.ph-bold.ph-handbag-simple:before{content:""}.ph-bold.ph-hands-clapping:before{content:""}.ph-bold.ph-hands-praying:before{content:""}.ph-bold.ph-handshake:before{content:""}.ph-bold.ph-hard-drive:before{content:""}.ph-bold.ph-hard-drives:before{content:""}.ph-bold.ph-hard-hat:before{content:""}.ph-bold.ph-hash:before{content:""}.ph-bold.ph-hash-straight:before{content:""}.ph-bold.ph-head-circuit:before{content:""}.ph-bold.ph-headlights:before{content:""}.ph-bold.ph-headphones:before{content:""}.ph-bold.ph-headset:before{content:""}.ph-bold.ph-heart:before{content:""}.ph-bold.ph-heart-break:before{content:""}.ph-bold.ph-heart-half:before{content:""}.ph-bold.ph-heart-straight:before{content:""}.ph-bold.ph-heart-straight-break:before{content:""}.ph-bold.ph-heartbeat:before{content:""}.ph-bold.ph-hexagon:before{content:""}.ph-bold.ph-high-definition:before{content:""}.ph-bold.ph-high-heel:before{content:""}.ph-bold.ph-highlighter:before{content:""}.ph-bold.ph-highlighter-circle:before{content:""}.ph-bold.ph-hockey:before{content:""}.ph-bold.ph-hoodie:before{content:""}.ph-bold.ph-horse:before{content:""}.ph-bold.ph-hospital:before{content:""}.ph-bold.ph-hourglass:before{content:""}.ph-bold.ph-hourglass-high:before{content:""}.ph-bold.ph-hourglass-low:before{content:""}.ph-bold.ph-hourglass-medium:before{content:""}.ph-bold.ph-hourglass-simple:before{content:""}.ph-bold.ph-hourglass-simple-high:before{content:""}.ph-bold.ph-hourglass-simple-low:before{content:""}.ph-bold.ph-hourglass-simple-medium:before{content:""}.ph-bold.ph-house:before{content:""}.ph-bold.ph-house-line:before{content:""}.ph-bold.ph-house-simple:before{content:""}.ph-bold.ph-hurricane:before{content:""}.ph-bold.ph-ice-cream:before{content:""}.ph-bold.ph-identification-badge:before{content:""}.ph-bold.ph-identification-card:before{content:""}.ph-bold.ph-image:before{content:""}.ph-bold.ph-image-broken:before{content:""}.ph-bold.ph-image-square:before{content:""}.ph-bold.ph-images:before{content:""}.ph-bold.ph-images-square:before{content:""}.ph-bold.ph-infinity:before{content:""}.ph-bold.ph-lemniscate:before{content:""}.ph-bold.ph-info:before{content:""}.ph-bold.ph-instagram-logo:before{content:""}.ph-bold.ph-intersect:before{content:""}.ph-bold.ph-intersect-square:before{content:""}.ph-bold.ph-intersect-three:before{content:""}.ph-bold.ph-intersection:before{content:""}.ph-bold.ph-invoice:before{content:""}.ph-bold.ph-island:before{content:""}.ph-bold.ph-jar:before{content:""}.ph-bold.ph-jar-label:before{content:""}.ph-bold.ph-jeep:before{content:""}.ph-bold.ph-joystick:before{content:""}.ph-bold.ph-kanban:before{content:""}.ph-bold.ph-key:before{content:""}.ph-bold.ph-key-return:before{content:""}.ph-bold.ph-keyboard:before{content:""}.ph-bold.ph-keyhole:before{content:""}.ph-bold.ph-knife:before{content:""}.ph-bold.ph-ladder:before{content:""}.ph-bold.ph-ladder-simple:before{content:""}.ph-bold.ph-lamp:before{content:""}.ph-bold.ph-lamp-pendant:before{content:""}.ph-bold.ph-laptop:before{content:""}.ph-bold.ph-lasso:before{content:""}.ph-bold.ph-lastfm-logo:before{content:""}.ph-bold.ph-layout:before{content:""}.ph-bold.ph-leaf:before{content:""}.ph-bold.ph-lectern:before{content:""}.ph-bold.ph-lego:before{content:""}.ph-bold.ph-lego-smiley:before{content:""}.ph-bold.ph-less-than:before{content:""}.ph-bold.ph-less-than-or-equal:before{content:""}.ph-bold.ph-letter-circle-h:before{content:""}.ph-bold.ph-letter-circle-p:before{content:""}.ph-bold.ph-letter-circle-v:before{content:""}.ph-bold.ph-lifebuoy:before{content:""}.ph-bold.ph-lightbulb:before{content:""}.ph-bold.ph-lightbulb-filament:before{content:""}.ph-bold.ph-lighthouse:before{content:""}.ph-bold.ph-lightning:before{content:""}.ph-bold.ph-lightning-a:before{content:""}.ph-bold.ph-lightning-slash:before{content:""}.ph-bold.ph-line-segment:before{content:""}.ph-bold.ph-line-segments:before{content:""}.ph-bold.ph-line-vertical:before{content:""}.ph-bold.ph-link:before{content:""}.ph-bold.ph-link-break:before{content:""}.ph-bold.ph-link-simple:before{content:""}.ph-bold.ph-link-simple-break:before{content:""}.ph-bold.ph-link-simple-horizontal:before{content:""}.ph-bold.ph-link-simple-horizontal-break:before{content:""}.ph-bold.ph-linkedin-logo:before{content:""}.ph-bold.ph-linktree-logo:before{content:""}.ph-bold.ph-linux-logo:before{content:""}.ph-bold.ph-list:before{content:""}.ph-bold.ph-list-bullets:before{content:""}.ph-bold.ph-list-checks:before{content:""}.ph-bold.ph-list-dashes:before{content:""}.ph-bold.ph-list-heart:before{content:""}.ph-bold.ph-list-magnifying-glass:before{content:""}.ph-bold.ph-list-numbers:before{content:""}.ph-bold.ph-list-plus:before{content:""}.ph-bold.ph-list-star:before{content:""}.ph-bold.ph-lock:before{content:""}.ph-bold.ph-lock-key:before{content:""}.ph-bold.ph-lock-key-open:before{content:""}.ph-bold.ph-lock-laminated:before{content:""}.ph-bold.ph-lock-laminated-open:before{content:""}.ph-bold.ph-lock-open:before{content:""}.ph-bold.ph-lock-simple:before{content:""}.ph-bold.ph-lock-simple-open:before{content:""}.ph-bold.ph-lockers:before{content:""}.ph-bold.ph-log:before{content:""}.ph-bold.ph-magic-wand:before{content:""}.ph-bold.ph-magnet:before{content:""}.ph-bold.ph-magnet-straight:before{content:""}.ph-bold.ph-magnifying-glass:before{content:""}.ph-bold.ph-magnifying-glass-minus:before{content:""}.ph-bold.ph-magnifying-glass-plus:before{content:""}.ph-bold.ph-mailbox:before{content:""}.ph-bold.ph-map-pin:before{content:""}.ph-bold.ph-map-pin-area:before{content:""}.ph-bold.ph-map-pin-line:before{content:""}.ph-bold.ph-map-pin-plus:before{content:""}.ph-bold.ph-map-pin-simple:before{content:""}.ph-bold.ph-map-pin-simple-area:before{content:""}.ph-bold.ph-map-pin-simple-line:before{content:""}.ph-bold.ph-map-trifold:before{content:""}.ph-bold.ph-markdown-logo:before{content:""}.ph-bold.ph-marker-circle:before{content:""}.ph-bold.ph-martini:before{content:""}.ph-bold.ph-mask-happy:before{content:""}.ph-bold.ph-mask-sad:before{content:""}.ph-bold.ph-mastodon-logo:before{content:""}.ph-bold.ph-math-operations:before{content:""}.ph-bold.ph-matrix-logo:before{content:""}.ph-bold.ph-medal:before{content:""}.ph-bold.ph-medal-military:before{content:""}.ph-bold.ph-medium-logo:before{content:""}.ph-bold.ph-megaphone:before{content:""}.ph-bold.ph-megaphone-simple:before{content:""}.ph-bold.ph-member-of:before{content:""}.ph-bold.ph-memory:before{content:""}.ph-bold.ph-messenger-logo:before{content:""}.ph-bold.ph-meta-logo:before{content:""}.ph-bold.ph-meteor:before{content:""}.ph-bold.ph-metronome:before{content:""}.ph-bold.ph-microphone:before{content:""}.ph-bold.ph-microphone-slash:before{content:""}.ph-bold.ph-microphone-stage:before{content:""}.ph-bold.ph-microscope:before{content:""}.ph-bold.ph-microsoft-excel-logo:before{content:""}.ph-bold.ph-microsoft-outlook-logo:before{content:""}.ph-bold.ph-microsoft-powerpoint-logo:before{content:""}.ph-bold.ph-microsoft-teams-logo:before{content:""}.ph-bold.ph-microsoft-word-logo:before{content:""}.ph-bold.ph-minus:before{content:""}.ph-bold.ph-minus-circle:before{content:""}.ph-bold.ph-minus-square:before{content:""}.ph-bold.ph-money:before{content:""}.ph-bold.ph-money-wavy:before{content:""}.ph-bold.ph-monitor:before{content:""}.ph-bold.ph-monitor-arrow-up:before{content:""}.ph-bold.ph-monitor-play:before{content:""}.ph-bold.ph-moon:before{content:""}.ph-bold.ph-moon-stars:before{content:""}.ph-bold.ph-moped:before{content:""}.ph-bold.ph-moped-front:before{content:""}.ph-bold.ph-mosque:before{content:""}.ph-bold.ph-motorcycle:before{content:""}.ph-bold.ph-mountains:before{content:""}.ph-bold.ph-mouse:before{content:""}.ph-bold.ph-mouse-left-click:before{content:""}.ph-bold.ph-mouse-middle-click:before{content:""}.ph-bold.ph-mouse-right-click:before{content:""}.ph-bold.ph-mouse-scroll:before{content:""}.ph-bold.ph-mouse-simple:before{content:""}.ph-bold.ph-music-note:before{content:""}.ph-bold.ph-music-note-simple:before{content:""}.ph-bold.ph-music-notes:before{content:""}.ph-bold.ph-music-notes-minus:before{content:""}.ph-bold.ph-music-notes-plus:before{content:""}.ph-bold.ph-music-notes-simple:before{content:""}.ph-bold.ph-navigation-arrow:before{content:""}.ph-bold.ph-needle:before{content:""}.ph-bold.ph-network:before{content:""}.ph-bold.ph-network-slash:before{content:""}.ph-bold.ph-network-x:before{content:""}.ph-bold.ph-newspaper:before{content:""}.ph-bold.ph-newspaper-clipping:before{content:""}.ph-bold.ph-not-equals:before{content:""}.ph-bold.ph-not-member-of:before{content:""}.ph-bold.ph-not-subset-of:before{content:""}.ph-bold.ph-not-superset-of:before{content:""}.ph-bold.ph-notches:before{content:""}.ph-bold.ph-note:before{content:""}.ph-bold.ph-note-blank:before{content:""}.ph-bold.ph-note-pencil:before{content:""}.ph-bold.ph-notebook:before{content:""}.ph-bold.ph-notepad:before{content:""}.ph-bold.ph-notification:before{content:""}.ph-bold.ph-notion-logo:before{content:""}.ph-bold.ph-nuclear-plant:before{content:""}.ph-bold.ph-number-circle-eight:before{content:""}.ph-bold.ph-number-circle-five:before{content:""}.ph-bold.ph-number-circle-four:before{content:""}.ph-bold.ph-number-circle-nine:before{content:""}.ph-bold.ph-number-circle-one:before{content:""}.ph-bold.ph-number-circle-seven:before{content:""}.ph-bold.ph-number-circle-six:before{content:""}.ph-bold.ph-number-circle-three:before{content:""}.ph-bold.ph-number-circle-two:before{content:""}.ph-bold.ph-number-circle-zero:before{content:""}.ph-bold.ph-number-eight:before{content:""}.ph-bold.ph-number-five:before{content:""}.ph-bold.ph-number-four:before{content:""}.ph-bold.ph-number-nine:before{content:""}.ph-bold.ph-number-one:before{content:""}.ph-bold.ph-number-seven:before{content:""}.ph-bold.ph-number-six:before{content:""}.ph-bold.ph-number-square-eight:before{content:""}.ph-bold.ph-number-square-five:before{content:""}.ph-bold.ph-number-square-four:before{content:""}.ph-bold.ph-number-square-nine:before{content:""}.ph-bold.ph-number-square-one:before{content:""}.ph-bold.ph-number-square-seven:before{content:""}.ph-bold.ph-number-square-six:before{content:""}.ph-bold.ph-number-square-three:before{content:""}.ph-bold.ph-number-square-two:before{content:""}.ph-bold.ph-number-square-zero:before{content:""}.ph-bold.ph-number-three:before{content:""}.ph-bold.ph-number-two:before{content:""}.ph-bold.ph-number-zero:before{content:""}.ph-bold.ph-numpad:before{content:""}.ph-bold.ph-nut:before{content:""}.ph-bold.ph-ny-times-logo:before{content:""}.ph-bold.ph-octagon:before{content:""}.ph-bold.ph-office-chair:before{content:""}.ph-bold.ph-onigiri:before{content:""}.ph-bold.ph-open-ai-logo:before{content:""}.ph-bold.ph-option:before{content:""}.ph-bold.ph-orange:before{content:""}.ph-bold.ph-orange-slice:before{content:""}.ph-bold.ph-oven:before{content:""}.ph-bold.ph-package:before{content:""}.ph-bold.ph-paint-brush:before{content:""}.ph-bold.ph-paint-brush-broad:before{content:""}.ph-bold.ph-paint-brush-household:before{content:""}.ph-bold.ph-paint-bucket:before{content:""}.ph-bold.ph-paint-roller:before{content:""}.ph-bold.ph-palette:before{content:""}.ph-bold.ph-panorama:before{content:""}.ph-bold.ph-pants:before{content:""}.ph-bold.ph-paper-plane:before{content:""}.ph-bold.ph-paper-plane-right:before{content:""}.ph-bold.ph-paper-plane-tilt:before{content:""}.ph-bold.ph-paperclip:before{content:""}.ph-bold.ph-paperclip-horizontal:before{content:""}.ph-bold.ph-parachute:before{content:""}.ph-bold.ph-paragraph:before{content:""}.ph-bold.ph-parallelogram:before{content:""}.ph-bold.ph-park:before{content:""}.ph-bold.ph-password:before{content:""}.ph-bold.ph-path:before{content:""}.ph-bold.ph-patreon-logo:before{content:""}.ph-bold.ph-pause:before{content:""}.ph-bold.ph-pause-circle:before{content:""}.ph-bold.ph-paw-print:before{content:""}.ph-bold.ph-paypal-logo:before{content:""}.ph-bold.ph-peace:before{content:""}.ph-bold.ph-pen:before{content:""}.ph-bold.ph-pen-nib:before{content:""}.ph-bold.ph-pen-nib-straight:before{content:""}.ph-bold.ph-pencil:before{content:""}.ph-bold.ph-pencil-circle:before{content:""}.ph-bold.ph-pencil-line:before{content:""}.ph-bold.ph-pencil-ruler:before{content:""}.ph-bold.ph-pencil-simple:before{content:""}.ph-bold.ph-pencil-simple-line:before{content:""}.ph-bold.ph-pencil-simple-slash:before{content:""}.ph-bold.ph-pencil-slash:before{content:""}.ph-bold.ph-pentagon:before{content:""}.ph-bold.ph-pentagram:before{content:""}.ph-bold.ph-pepper:before{content:""}.ph-bold.ph-percent:before{content:""}.ph-bold.ph-person:before{content:""}.ph-bold.ph-person-arms-spread:before{content:""}.ph-bold.ph-person-simple:before{content:""}.ph-bold.ph-person-simple-bike:before{content:""}.ph-bold.ph-person-simple-circle:before{content:""}.ph-bold.ph-person-simple-hike:before{content:""}.ph-bold.ph-person-simple-run:before{content:""}.ph-bold.ph-person-simple-ski:before{content:""}.ph-bold.ph-person-simple-snowboard:before{content:""}.ph-bold.ph-person-simple-swim:before{content:""}.ph-bold.ph-person-simple-tai-chi:before{content:""}.ph-bold.ph-person-simple-throw:before{content:""}.ph-bold.ph-person-simple-walk:before{content:""}.ph-bold.ph-perspective:before{content:""}.ph-bold.ph-phone:before{content:""}.ph-bold.ph-phone-call:before{content:""}.ph-bold.ph-phone-disconnect:before{content:""}.ph-bold.ph-phone-incoming:before{content:""}.ph-bold.ph-phone-list:before{content:""}.ph-bold.ph-phone-outgoing:before{content:""}.ph-bold.ph-phone-pause:before{content:""}.ph-bold.ph-phone-plus:before{content:""}.ph-bold.ph-phone-slash:before{content:""}.ph-bold.ph-phone-transfer:before{content:""}.ph-bold.ph-phone-x:before{content:""}.ph-bold.ph-phosphor-logo:before{content:""}.ph-bold.ph-pi:before{content:""}.ph-bold.ph-piano-keys:before{content:""}.ph-bold.ph-picnic-table:before{content:""}.ph-bold.ph-picture-in-picture:before{content:""}.ph-bold.ph-piggy-bank:before{content:""}.ph-bold.ph-pill:before{content:""}.ph-bold.ph-ping-pong:before{content:""}.ph-bold.ph-pint-glass:before{content:""}.ph-bold.ph-pinterest-logo:before{content:""}.ph-bold.ph-pinwheel:before{content:""}.ph-bold.ph-pipe:before{content:""}.ph-bold.ph-pipe-wrench:before{content:""}.ph-bold.ph-pix-logo:before{content:""}.ph-bold.ph-pizza:before{content:""}.ph-bold.ph-placeholder:before{content:""}.ph-bold.ph-planet:before{content:""}.ph-bold.ph-plant:before{content:""}.ph-bold.ph-play:before{content:""}.ph-bold.ph-play-circle:before{content:""}.ph-bold.ph-play-pause:before{content:""}.ph-bold.ph-playlist:before{content:""}.ph-bold.ph-plug:before{content:""}.ph-bold.ph-plug-charging:before{content:""}.ph-bold.ph-plugs:before{content:""}.ph-bold.ph-plugs-connected:before{content:""}.ph-bold.ph-plus:before{content:""}.ph-bold.ph-plus-circle:before{content:""}.ph-bold.ph-plus-minus:before{content:""}.ph-bold.ph-plus-square:before{content:""}.ph-bold.ph-poker-chip:before{content:""}.ph-bold.ph-police-car:before{content:""}.ph-bold.ph-polygon:before{content:""}.ph-bold.ph-popcorn:before{content:""}.ph-bold.ph-popsicle:before{content:""}.ph-bold.ph-potted-plant:before{content:""}.ph-bold.ph-power:before{content:""}.ph-bold.ph-prescription:before{content:""}.ph-bold.ph-presentation:before{content:""}.ph-bold.ph-presentation-chart:before{content:""}.ph-bold.ph-printer:before{content:""}.ph-bold.ph-prohibit:before{content:""}.ph-bold.ph-prohibit-inset:before{content:""}.ph-bold.ph-projector-screen:before{content:""}.ph-bold.ph-projector-screen-chart:before{content:""}.ph-bold.ph-pulse:before{content:""}.ph-bold.ph-activity:before{content:""}.ph-bold.ph-push-pin:before{content:""}.ph-bold.ph-push-pin-simple:before{content:""}.ph-bold.ph-push-pin-simple-slash:before{content:""}.ph-bold.ph-push-pin-slash:before{content:""}.ph-bold.ph-puzzle-piece:before{content:""}.ph-bold.ph-qr-code:before{content:""}.ph-bold.ph-question:before{content:""}.ph-bold.ph-question-mark:before{content:""}.ph-bold.ph-queue:before{content:""}.ph-bold.ph-quotes:before{content:""}.ph-bold.ph-rabbit:before{content:""}.ph-bold.ph-racquet:before{content:""}.ph-bold.ph-radical:before{content:""}.ph-bold.ph-radio:before{content:""}.ph-bold.ph-radio-button:before{content:""}.ph-bold.ph-radioactive:before{content:""}.ph-bold.ph-rainbow:before{content:""}.ph-bold.ph-rainbow-cloud:before{content:""}.ph-bold.ph-ranking:before{content:""}.ph-bold.ph-read-cv-logo:before{content:""}.ph-bold.ph-receipt:before{content:""}.ph-bold.ph-receipt-x:before{content:""}.ph-bold.ph-record:before{content:""}.ph-bold.ph-rectangle:before{content:""}.ph-bold.ph-rectangle-dashed:before{content:""}.ph-bold.ph-recycle:before{content:""}.ph-bold.ph-reddit-logo:before{content:""}.ph-bold.ph-repeat:before{content:""}.ph-bold.ph-repeat-once:before{content:""}.ph-bold.ph-replit-logo:before{content:""}.ph-bold.ph-resize:before{content:""}.ph-bold.ph-rewind:before{content:""}.ph-bold.ph-rewind-circle:before{content:""}.ph-bold.ph-road-horizon:before{content:""}.ph-bold.ph-robot:before{content:""}.ph-bold.ph-rocket:before{content:""}.ph-bold.ph-rocket-launch:before{content:""}.ph-bold.ph-rows:before{content:""}.ph-bold.ph-rows-plus-bottom:before{content:""}.ph-bold.ph-rows-plus-top:before{content:""}.ph-bold.ph-rss:before{content:""}.ph-bold.ph-rss-simple:before{content:""}.ph-bold.ph-rug:before{content:""}.ph-bold.ph-ruler:before{content:""}.ph-bold.ph-sailboat:before{content:""}.ph-bold.ph-scales:before{content:""}.ph-bold.ph-scan:before{content:""}.ph-bold.ph-scan-smiley:before{content:""}.ph-bold.ph-scissors:before{content:""}.ph-bold.ph-scooter:before{content:""}.ph-bold.ph-screencast:before{content:""}.ph-bold.ph-screwdriver:before{content:""}.ph-bold.ph-scribble:before{content:""}.ph-bold.ph-scribble-loop:before{content:""}.ph-bold.ph-scroll:before{content:""}.ph-bold.ph-seal:before{content:""}.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before{content:""}.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-percent:before{content:""}.ph-bold.ph-seal-question:before{content:""}.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before{content:""}.ph-bold.ph-circle-wavy-warning:before{content:""}.ph-bold.ph-seat:before{content:""}.ph-bold.ph-seatbelt:before{content:""}.ph-bold.ph-security-camera:before{content:""}.ph-bold.ph-selection:before{content:""}.ph-bold.ph-selection-all:before{content:""}.ph-bold.ph-selection-background:before{content:""}.ph-bold.ph-selection-foreground:before{content:""}.ph-bold.ph-selection-inverse:before{content:""}.ph-bold.ph-selection-plus:before{content:""}.ph-bold.ph-selection-slash:before{content:""}.ph-bold.ph-shapes:before{content:""}.ph-bold.ph-share:before{content:""}.ph-bold.ph-share-fat:before{content:""}.ph-bold.ph-share-network:before{content:""}.ph-bold.ph-shield:before{content:""}.ph-bold.ph-shield-check:before{content:""}.ph-bold.ph-shield-checkered:before{content:""}.ph-bold.ph-shield-chevron:before{content:""}.ph-bold.ph-shield-plus:before{content:""}.ph-bold.ph-shield-slash:before{content:""}.ph-bold.ph-shield-star:before{content:""}.ph-bold.ph-shield-warning:before{content:""}.ph-bold.ph-shipping-container:before{content:""}.ph-bold.ph-shirt-folded:before{content:""}.ph-bold.ph-shooting-star:before{content:""}.ph-bold.ph-shopping-bag:before{content:""}.ph-bold.ph-shopping-bag-open:before{content:""}.ph-bold.ph-shopping-cart:before{content:""}.ph-bold.ph-shopping-cart-simple:before{content:""}.ph-bold.ph-shovel:before{content:""}.ph-bold.ph-shower:before{content:""}.ph-bold.ph-shrimp:before{content:""}.ph-bold.ph-shuffle:before{content:""}.ph-bold.ph-shuffle-angular:before{content:""}.ph-bold.ph-shuffle-simple:before{content:""}.ph-bold.ph-sidebar:before{content:""}.ph-bold.ph-sidebar-simple:before{content:""}.ph-bold.ph-sigma:before{content:""}.ph-bold.ph-sign-in:before{content:""}.ph-bold.ph-sign-out:before{content:""}.ph-bold.ph-signature:before{content:""}.ph-bold.ph-signpost:before{content:""}.ph-bold.ph-sim-card:before{content:""}.ph-bold.ph-siren:before{content:""}.ph-bold.ph-sketch-logo:before{content:""}.ph-bold.ph-skip-back:before{content:""}.ph-bold.ph-skip-back-circle:before{content:""}.ph-bold.ph-skip-forward:before{content:""}.ph-bold.ph-skip-forward-circle:before{content:""}.ph-bold.ph-skull:before{content:""}.ph-bold.ph-skype-logo:before{content:""}.ph-bold.ph-slack-logo:before{content:""}.ph-bold.ph-sliders:before{content:""}.ph-bold.ph-sliders-horizontal:before{content:""}.ph-bold.ph-slideshow:before{content:""}.ph-bold.ph-smiley:before{content:""}.ph-bold.ph-smiley-angry:before{content:""}.ph-bold.ph-smiley-blank:before{content:""}.ph-bold.ph-smiley-meh:before{content:""}.ph-bold.ph-smiley-melting:before{content:""}.ph-bold.ph-smiley-nervous:before{content:""}.ph-bold.ph-smiley-sad:before{content:""}.ph-bold.ph-smiley-sticker:before{content:""}.ph-bold.ph-smiley-wink:before{content:""}.ph-bold.ph-smiley-x-eyes:before{content:""}.ph-bold.ph-snapchat-logo:before{content:""}.ph-bold.ph-sneaker:before{content:""}.ph-bold.ph-sneaker-move:before{content:""}.ph-bold.ph-snowflake:before{content:""}.ph-bold.ph-soccer-ball:before{content:""}.ph-bold.ph-sock:before{content:""}.ph-bold.ph-solar-panel:before{content:""}.ph-bold.ph-solar-roof:before{content:""}.ph-bold.ph-sort-ascending:before{content:""}.ph-bold.ph-sort-descending:before{content:""}.ph-bold.ph-soundcloud-logo:before{content:""}.ph-bold.ph-spade:before{content:""}.ph-bold.ph-sparkle:before{content:""}.ph-bold.ph-speaker-hifi:before{content:""}.ph-bold.ph-speaker-high:before{content:""}.ph-bold.ph-speaker-low:before{content:""}.ph-bold.ph-speaker-none:before{content:""}.ph-bold.ph-speaker-simple-high:before{content:""}.ph-bold.ph-speaker-simple-low:before{content:""}.ph-bold.ph-speaker-simple-none:before{content:""}.ph-bold.ph-speaker-simple-slash:before{content:""}.ph-bold.ph-speaker-simple-x:before{content:""}.ph-bold.ph-speaker-slash:before{content:""}.ph-bold.ph-speaker-x:before{content:""}.ph-bold.ph-speedometer:before{content:""}.ph-bold.ph-sphere:before{content:""}.ph-bold.ph-spinner:before{content:""}.ph-bold.ph-spinner-ball:before{content:""}.ph-bold.ph-spinner-gap:before{content:""}.ph-bold.ph-spiral:before{content:""}.ph-bold.ph-split-horizontal:before{content:""}.ph-bold.ph-split-vertical:before{content:""}.ph-bold.ph-spotify-logo:before{content:""}.ph-bold.ph-spray-bottle:before{content:""}.ph-bold.ph-square:before{content:""}.ph-bold.ph-square-half:before{content:""}.ph-bold.ph-square-half-bottom:before{content:""}.ph-bold.ph-square-logo:before{content:""}.ph-bold.ph-square-split-horizontal:before{content:""}.ph-bold.ph-square-split-vertical:before{content:""}.ph-bold.ph-squares-four:before{content:""}.ph-bold.ph-stack:before{content:""}.ph-bold.ph-stack-minus:before{content:""}.ph-bold.ph-stack-overflow-logo:before{content:""}.ph-bold.ph-stack-plus:before{content:""}.ph-bold.ph-stack-simple:before{content:""}.ph-bold.ph-stairs:before{content:""}.ph-bold.ph-stamp:before{content:""}.ph-bold.ph-standard-definition:before{content:""}.ph-bold.ph-star:before{content:""}.ph-bold.ph-star-and-crescent:before{content:""}.ph-bold.ph-star-four:before{content:""}.ph-bold.ph-star-half:before{content:""}.ph-bold.ph-star-of-david:before{content:""}.ph-bold.ph-steam-logo:before{content:""}.ph-bold.ph-steering-wheel:before{content:""}.ph-bold.ph-steps:before{content:""}.ph-bold.ph-stethoscope:before{content:""}.ph-bold.ph-sticker:before{content:""}.ph-bold.ph-stool:before{content:""}.ph-bold.ph-stop:before{content:""}.ph-bold.ph-stop-circle:before{content:""}.ph-bold.ph-storefront:before{content:""}.ph-bold.ph-strategy:before{content:""}.ph-bold.ph-stripe-logo:before{content:""}.ph-bold.ph-student:before{content:""}.ph-bold.ph-subset-of:before{content:""}.ph-bold.ph-subset-proper-of:before{content:""}.ph-bold.ph-subtitles:before{content:""}.ph-bold.ph-subtitles-slash:before{content:""}.ph-bold.ph-subtract:before{content:""}.ph-bold.ph-subtract-square:before{content:""}.ph-bold.ph-subway:before{content:""}.ph-bold.ph-suitcase:before{content:""}.ph-bold.ph-suitcase-rolling:before{content:""}.ph-bold.ph-suitcase-simple:before{content:""}.ph-bold.ph-sun:before{content:""}.ph-bold.ph-sun-dim:before{content:""}.ph-bold.ph-sun-horizon:before{content:""}.ph-bold.ph-sunglasses:before{content:""}.ph-bold.ph-superset-of:before{content:""}.ph-bold.ph-superset-proper-of:before{content:""}.ph-bold.ph-swap:before{content:""}.ph-bold.ph-swatches:before{content:""}.ph-bold.ph-swimming-pool:before{content:""}.ph-bold.ph-sword:before{content:""}.ph-bold.ph-synagogue:before{content:""}.ph-bold.ph-syringe:before{content:""}.ph-bold.ph-t-shirt:before{content:""}.ph-bold.ph-table:before{content:""}.ph-bold.ph-tabs:before{content:""}.ph-bold.ph-tag:before{content:""}.ph-bold.ph-tag-chevron:before{content:""}.ph-bold.ph-tag-simple:before{content:""}.ph-bold.ph-target:before{content:""}.ph-bold.ph-taxi:before{content:""}.ph-bold.ph-tea-bag:before{content:""}.ph-bold.ph-telegram-logo:before{content:""}.ph-bold.ph-television:before{content:""}.ph-bold.ph-television-simple:before{content:""}.ph-bold.ph-tennis-ball:before{content:""}.ph-bold.ph-tent:before{content:""}.ph-bold.ph-terminal:before{content:""}.ph-bold.ph-terminal-window:before{content:""}.ph-bold.ph-test-tube:before{content:""}.ph-bold.ph-text-a-underline:before{content:""}.ph-bold.ph-text-aa:before{content:""}.ph-bold.ph-text-align-center:before{content:""}.ph-bold.ph-text-align-justify:before{content:""}.ph-bold.ph-text-align-left:before{content:""}.ph-bold.ph-text-align-right:before{content:""}.ph-bold.ph-text-b:before{content:""}.ph-bold.ph-text-bolder:before{content:""}.ph-bold.ph-text-columns:before{content:""}.ph-bold.ph-text-h:before{content:""}.ph-bold.ph-text-h-five:before{content:""}.ph-bold.ph-text-h-four:before{content:""}.ph-bold.ph-text-h-one:before{content:""}.ph-bold.ph-text-h-six:before{content:""}.ph-bold.ph-text-h-three:before{content:""}.ph-bold.ph-text-h-two:before{content:""}.ph-bold.ph-text-indent:before{content:""}.ph-bold.ph-text-italic:before{content:""}.ph-bold.ph-text-outdent:before{content:""}.ph-bold.ph-text-strikethrough:before{content:""}.ph-bold.ph-text-subscript:before{content:""}.ph-bold.ph-text-superscript:before{content:""}.ph-bold.ph-text-t:before{content:""}.ph-bold.ph-text-t-slash:before{content:""}.ph-bold.ph-text-underline:before{content:""}.ph-bold.ph-textbox:before{content:""}.ph-bold.ph-thermometer:before{content:""}.ph-bold.ph-thermometer-cold:before{content:""}.ph-bold.ph-thermometer-hot:before{content:""}.ph-bold.ph-thermometer-simple:before{content:""}.ph-bold.ph-threads-logo:before{content:""}.ph-bold.ph-three-d:before{content:""}.ph-bold.ph-thumbs-down:before{content:""}.ph-bold.ph-thumbs-up:before{content:""}.ph-bold.ph-ticket:before{content:""}.ph-bold.ph-tidal-logo:before{content:""}.ph-bold.ph-tiktok-logo:before{content:""}.ph-bold.ph-tilde:before{content:""}.ph-bold.ph-timer:before{content:""}.ph-bold.ph-tip-jar:before{content:""}.ph-bold.ph-tipi:before{content:""}.ph-bold.ph-tire:before{content:""}.ph-bold.ph-toggle-left:before{content:""}.ph-bold.ph-toggle-right:before{content:""}.ph-bold.ph-toilet:before{content:""}.ph-bold.ph-toilet-paper:before{content:""}.ph-bold.ph-toolbox:before{content:""}.ph-bold.ph-tooth:before{content:""}.ph-bold.ph-tornado:before{content:""}.ph-bold.ph-tote:before{content:""}.ph-bold.ph-tote-simple:before{content:""}.ph-bold.ph-towel:before{content:""}.ph-bold.ph-tractor:before{content:""}.ph-bold.ph-trademark:before{content:""}.ph-bold.ph-trademark-registered:before{content:""}.ph-bold.ph-traffic-cone:before{content:""}.ph-bold.ph-traffic-sign:before{content:""}.ph-bold.ph-traffic-signal:before{content:""}.ph-bold.ph-train:before{content:""}.ph-bold.ph-train-regional:before{content:""}.ph-bold.ph-train-simple:before{content:""}.ph-bold.ph-tram:before{content:""}.ph-bold.ph-translate:before{content:""}.ph-bold.ph-trash:before{content:""}.ph-bold.ph-trash-simple:before{content:""}.ph-bold.ph-tray:before{content:""}.ph-bold.ph-tray-arrow-down:before{content:""}.ph-bold.ph-archive-tray:before{content:""}.ph-bold.ph-tray-arrow-up:before{content:""}.ph-bold.ph-treasure-chest:before{content:""}.ph-bold.ph-tree:before{content:""}.ph-bold.ph-tree-evergreen:before{content:""}.ph-bold.ph-tree-palm:before{content:""}.ph-bold.ph-tree-structure:before{content:""}.ph-bold.ph-tree-view:before{content:""}.ph-bold.ph-trend-down:before{content:""}.ph-bold.ph-trend-up:before{content:""}.ph-bold.ph-triangle:before{content:""}.ph-bold.ph-triangle-dashed:before{content:""}.ph-bold.ph-trolley:before{content:""}.ph-bold.ph-trolley-suitcase:before{content:""}.ph-bold.ph-trophy:before{content:""}.ph-bold.ph-truck:before{content:""}.ph-bold.ph-truck-trailer:before{content:""}.ph-bold.ph-tumblr-logo:before{content:""}.ph-bold.ph-twitch-logo:before{content:""}.ph-bold.ph-twitter-logo:before{content:""}.ph-bold.ph-umbrella:before{content:""}.ph-bold.ph-umbrella-simple:before{content:""}.ph-bold.ph-union:before{content:""}.ph-bold.ph-unite:before{content:""}.ph-bold.ph-unite-square:before{content:""}.ph-bold.ph-upload:before{content:""}.ph-bold.ph-upload-simple:before{content:""}.ph-bold.ph-usb:before{content:""}.ph-bold.ph-user:before{content:""}.ph-bold.ph-user-check:before{content:""}.ph-bold.ph-user-circle:before{content:""}.ph-bold.ph-user-circle-check:before{content:""}.ph-bold.ph-user-circle-dashed:before{content:""}.ph-bold.ph-user-circle-gear:before{content:""}.ph-bold.ph-user-circle-minus:before{content:""}.ph-bold.ph-user-circle-plus:before{content:""}.ph-bold.ph-user-focus:before{content:""}.ph-bold.ph-user-gear:before{content:""}.ph-bold.ph-user-list:before{content:""}.ph-bold.ph-user-minus:before{content:""}.ph-bold.ph-user-plus:before{content:""}.ph-bold.ph-user-rectangle:before{content:""}.ph-bold.ph-user-sound:before{content:""}.ph-bold.ph-user-square:before{content:""}.ph-bold.ph-user-switch:before{content:""}.ph-bold.ph-users:before{content:""}.ph-bold.ph-users-four:before{content:""}.ph-bold.ph-users-three:before{content:""}.ph-bold.ph-van:before{content:""}.ph-bold.ph-vault:before{content:""}.ph-bold.ph-vector-three:before{content:""}.ph-bold.ph-vector-two:before{content:""}.ph-bold.ph-vibrate:before{content:""}.ph-bold.ph-video:before{content:""}.ph-bold.ph-video-camera:before{content:""}.ph-bold.ph-video-camera-slash:before{content:""}.ph-bold.ph-video-conference:before{content:""}.ph-bold.ph-vignette:before{content:""}.ph-bold.ph-vinyl-record:before{content:""}.ph-bold.ph-virtual-reality:before{content:""}.ph-bold.ph-virus:before{content:""}.ph-bold.ph-visor:before{content:""}.ph-bold.ph-voicemail:before{content:""}.ph-bold.ph-volleyball:before{content:""}.ph-bold.ph-wall:before{content:""}.ph-bold.ph-wallet:before{content:""}.ph-bold.ph-warehouse:before{content:""}.ph-bold.ph-warning:before{content:""}.ph-bold.ph-warning-circle:before{content:""}.ph-bold.ph-warning-diamond:before{content:""}.ph-bold.ph-warning-octagon:before{content:""}.ph-bold.ph-washing-machine:before{content:""}.ph-bold.ph-watch:before{content:""}.ph-bold.ph-wave-sawtooth:before{content:""}.ph-bold.ph-wave-sine:before{content:""}.ph-bold.ph-wave-square:before{content:""}.ph-bold.ph-wave-triangle:before{content:""}.ph-bold.ph-waveform:before{content:""}.ph-bold.ph-waveform-slash:before{content:""}.ph-bold.ph-waves:before{content:""}.ph-bold.ph-webcam:before{content:""}.ph-bold.ph-webcam-slash:before{content:""}.ph-bold.ph-webhooks-logo:before{content:""}.ph-bold.ph-wechat-logo:before{content:""}.ph-bold.ph-whatsapp-logo:before{content:""}.ph-bold.ph-wheelchair:before{content:""}.ph-bold.ph-wheelchair-motion:before{content:""}.ph-bold.ph-wifi-high:before{content:""}.ph-bold.ph-wifi-low:before{content:""}.ph-bold.ph-wifi-medium:before{content:""}.ph-bold.ph-wifi-none:before{content:""}.ph-bold.ph-wifi-slash:before{content:""}.ph-bold.ph-wifi-x:before{content:""}.ph-bold.ph-wind:before{content:""}.ph-bold.ph-windmill:before{content:""}.ph-bold.ph-windows-logo:before{content:""}.ph-bold.ph-wine:before{content:""}.ph-bold.ph-wrench:before{content:""}.ph-bold.ph-x:before{content:""}.ph-bold.ph-x-circle:before{content:""}.ph-bold.ph-x-logo:before{content:""}.ph-bold.ph-x-square:before{content:""}.ph-bold.ph-yarn:before{content:""}.ph-bold.ph-yin-yang:before{content:""}.ph-bold.ph-youtube-logo:before{content:""}
