:root{color-scheme:light;--bg:#f8f5ef;--paper:#fffdf8;--paper-soft:#f2eee6;--ink:#171412;--muted:#6d6760;--line:#ded7cb;--sakura:#c8352e;--sakura-deep:#8f211e;--gold:#b88b4a;--shadow:0 24px 70px #4836251f;--grain:#1714120a;--motion-fast:.16s ease;--motion-medium:.24s ease;--serif:"Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun", serif;--sans:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif}:root[data-theme=dark]{color-scheme:dark;--bg:#151311;--paper:#201d19;--paper-soft:#28231e;--ink:#f8f1e7;--muted:#c9beb0;--line:#40382f;--sakura:#ff6b63;--sakura-deep:#ff9a92;--gold:#d7af70;--shadow:0 24px 70px #00000047;--grain:#f8f1e70d}*{box-sizing:border-box}html{scroll-behavior:smooth;view-transition-name:root}body{background:radial-gradient(circle at 1px 1px, var(--grain) 1px, transparent 0), linear-gradient(90deg, #c8352e12 0 1px, transparent 1px 100%), linear-gradient(180deg, #fffdf8eb, transparent 420px), var(--bg);color:var(--ink);font-family:var(--sans);text-rendering:optimizelegibility;background-size:18px 18px,136px 100%,auto,auto;margin:0;line-height:1.7}body::selection{background:#c8352e2e}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}:focus-visible{outline:2px solid var(--sakura);outline-offset:4px}.skip-link{z-index:120;border:1px solid var(--sakura);background:var(--paper);min-height:42px;color:var(--sakura-deep);transition:transform var(--motion-fast);align-items:center;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex;position:fixed;top:14px;left:14px;transform:translateY(-150%)}.skip-link:focus-visible{transform:translateY(0)}.scroll-progress{z-index:60;transform-origin:0;background:linear-gradient(90deg, var(--sakura), var(--gold));height:3px;position:fixed;inset:0 0 auto;transform:scaleX(0)}@supports (animation-timeline:scroll()){.scroll-progress{animation:linear both scroll-progress scroll()}}@keyframes scroll-progress{to{transform:scaleX(1)}}.site-header,.site-footer,main{width:min(1320px,100% - 48px);margin:0 auto}.article-pagination{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:2rem;display:grid}.article-pagination>a,.article-pagination>span{background:var(--paper);min-height:7rem;padding:1.25rem}.article-pagination>a{color:var(--ink);align-content:center;gap:.5rem;text-decoration:none;display:grid}.article-pagination>a:last-child{text-align:right}.article-pagination span{color:var(--muted);letter-spacing:.12em;font-size:.75rem}.article-pagination strong{line-height:1.45}@media (width<=640px){.article-pagination{grid-template-columns:1fr}.article-pagination>span:empty{display:none}.article-pagination>a:last-child{text-align:left}}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;min-height:86px;display:flex}.brand{align-items:center;gap:14px;min-width:220px;display:inline-flex}.brand-mark{width:42px;height:42px;transition:transform var(--motion-fast), filter var(--motion-fast);place-items:center;display:grid}.brand:hover .brand-mark{filter:drop-shadow(0 8px 16px #c8352e2e);transform:translateY(-1px)}.brand-mark img{width:34px;height:34px}.brand span:last-child{gap:0;display:grid}.brand strong{font-family:var(--serif);font-size:22px;font-weight:700;line-height:1.1}.brand small{color:var(--muted);letter-spacing:.18em;text-transform:uppercase;font-size:12px}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:3px;display:flex}.site-nav a{min-height:44px;color:var(--muted);letter-spacing:.04em;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:0 13px;font-size:13px;font-weight:700;display:inline-flex}.site-nav i{color:var(--sakura);font-size:18px}.site-nav a:hover,.site-nav a[aria-current=page]{border-color:var(--sakura);color:var(--sakura-deep)}@media (width>=981px){.site-header{z-index:30;border-right:1px solid var(--line);background:color-mix(in srgb, var(--paper) 94%, transparent);backdrop-filter:blur(18px);overscroll-behavior:contain;border-bottom:0;flex-direction:column;justify-content:flex-start;align-items:center;gap:28px;width:132px;height:100dvh;min-height:0;padding:26px 14px;position:fixed;inset:0 auto 0 0;overflow-y:auto}main,.site-footer{width:min(1320px,100% - 180px);margin-left:calc(50% + 66px + min(1320px,100% - 180px)/-2);margin-right:auto}.brand{text-align:center;justify-items:center;gap:10px;min-width:0;display:grid}.brand span:last-child{display:grid}.brand-mark{width:40px;height:40px}.brand-mark img{width:34px;height:34px}.brand strong{font-size:17px}.site-nav{flex-flow:column;justify-content:flex-start;width:100%;margin-top:18px}.site-nav a{border-bottom:0;border-left:0;justify-content:center;width:100%;min-height:44px;padding:0 8px;position:relative}.site-nav a:before{content:"";background:linear-gradient(180deg, var(--sakura), var(--gold));width:3px;box-shadow:0 0 0 0 color-mix(in srgb, var(--sakura) 0%, transparent);opacity:0;transform-origin:50%;border-radius:999px;transition:opacity .18s,transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s;position:absolute;inset:7px auto 7px 0;transform:translate(-5px)scaleY(.24)}.site-nav a:hover:before,.site-nav a:focus-visible:before,.site-nav a[aria-current=page]:before{opacity:1;box-shadow:0 0 16px color-mix(in srgb, var(--sakura) 28%, transparent);transform:translate(0)scaleY(1)}.site-nav a:hover span,.site-nav a:focus-visible span{transform:translate(3px)}.site-nav a span{clip:auto;white-space:normal;width:auto;height:auto;transition:transform .22s cubic-bezier(.22,1,.36,1);position:static;overflow:visible}.site-nav i{display:none}}.motion-ready [data-reveal]{opacity:0;transition:opacity .42s ease-out,transform .52s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(22px)}.motion-ready [data-reveal=soft]{transform:translateY(14px)}.motion-ready [data-reveal].is-revealed{opacity:1;will-change:auto;transform:translateY(0)}.header-tools{align-items:center;gap:8px;display:flex}.icon-button{border:1px solid var(--line);background:color-mix(in srgb, var(--paper) 76%, transparent);width:44px;height:44px;color:var(--ink);cursor:pointer;transition:border-color var(--motion-fast), color var(--motion-fast), transform var(--motion-fast), background var(--motion-fast);place-items:center;display:inline-grid}.icon-button:hover{border-color:var(--sakura);color:var(--sakura);transform:translateY(-1px)}body[data-search-open=true]{overflow:hidden}.side-status{display:none}.text-link{min-height:44px;color:var(--sakura);align-items:center;gap:6px;font-size:13px;font-weight:800;display:inline-flex}@media (width>=981px){.header-tools{flex-direction:column;margin-top:auto}.side-status{width:100%;color:var(--muted);text-align:center;justify-items:center;gap:4px;padding:18px 0 2px;display:grid}.status-dot{background:var(--sakura);width:8px;height:8px;box-shadow:0 0 0 6px color-mix(in srgb, var(--sakura) 14%, transparent);border-radius:999px;margin-bottom:8px}.side-status strong{color:var(--ink);letter-spacing:.18em;font-size:11px}.side-status small{font-size:11px;line-height:1.4}}.eyebrow{color:var(--sakura);letter-spacing:.13em;text-transform:uppercase;margin:0 0 13px;font-size:11px;font-weight:800}h1,h2,h3{font-family:var(--serif);letter-spacing:0;margin:0;line-height:1.16}h1{font-size:clamp(48px,8vw,112px)}.editorial-hero{border-bottom:1px solid var(--line);view-transition-name:home-hero;grid-template-columns:96px minmax(0,1fr);align-items:stretch;min-height:430px;display:grid;position:relative;overflow:clip}.vertical-note{border-right:1px solid var(--line);color:var(--muted);flex-direction:column;justify-content:space-between;align-items:center;padding:28px 0;display:flex}.vertical-note span{writing-mode:vertical-rl;font-family:var(--serif);letter-spacing:.24em}.vertical-note i{border:1px solid var(--sakura);background:color-mix(in srgb, var(--sakura) 12%, transparent);width:24px;height:24px}.hero-image{grid-column:2;min-height:min(72vh,680px);position:relative;overflow:hidden}.hero-image:after{content:"";pointer-events:none;background:linear-gradient(#f8f5ef57 0%,#0000 28%),linear-gradient(#0000 66%,#f8f5ef3d 100%);position:absolute;inset:0}.hero-image img{object-fit:cover;transform-origin:50%;filter:saturate(.94)contrast(1.04);width:100%;height:100%;transform:scale(1.03)}@supports (animation-timeline:view()){.hero-image img{animation:linear both hero-drift view();animation-range:cover}}@keyframes hero-drift{0%{transform:scale(1.05)translateY(-16px)}to{transform:scale(1.11)translateY(28px)}}.hero-story{z-index:2;width:min(560px,100% - 340px);padding:22px 0;position:absolute;top:56px;left:144px}.hero-story h1 span{color:var(--sakura)}.hero-story h1{font-size:clamp(46px,5vw,68px)}.hero-story p:not(.eyebrow){max-width:530px;color:color-mix(in srgb, var(--ink) 76%, var(--muted));margin:22px 0 0;font-size:15px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border:1px solid var(--line);min-height:44px;color:var(--ink);transform:translate(var(--mx,0), var(--my,0));transition:border-color var(--motion-fast), background var(--motion-fast), color var(--motion-fast), transform var(--motion-fast);background:#fffdf8d1;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex}.button:hover{border-color:var(--sakura);color:var(--sakura-deep)}.button.primary{border-color:var(--sakura);background:var(--sakura);color:#fff}.quote-card{width:min(270px,28vw);min-height:230px;box-shadow:var(--shadow);backdrop-filter:blur(18px);background:#fffdf8e0;align-content:center;gap:26px;padding:32px;display:grid;position:absolute;top:58px;right:42px}.quote-card p{font-family:var(--serif);margin:0;font-size:21px;line-height:1.9}.quote-card span{color:var(--muted);font-family:var(--serif);font-style:italic}.hero-metrics{z-index:3;border-top:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:color-mix(in srgb, var(--paper) 84%, transparent);backdrop-filter:blur(18px);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:absolute;bottom:0;left:96px;right:0}.hero-metrics dl{border-right:1px solid color-mix(in srgb, var(--line) 72%, transparent);margin:0;padding:16px 24px}.hero-metrics dt{color:var(--sakura);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:800}.hero-metrics dd{color:var(--ink);font-family:var(--serif);margin:5px 0 0;font-size:15px}.scroll-cue{z-index:4;color:#fff;letter-spacing:.16em;text-shadow:0 1px 10px #0000006b;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;font-size:11px;font-weight:900;display:inline-flex;position:absolute;bottom:102px;left:128px}.scroll-cue i{animation:1.5s ease-in-out infinite cue-bounce}@keyframes cue-bounce{50%{transform:translateY(4px)}}.channel-grid{border-bottom:1px solid var(--line);border-left:1px solid var(--line);background:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.channel-card{border-right:1px solid var(--line)}.channel-card a{background:#fffdf894;grid-template-rows:auto auto auto auto auto 1fr auto;min-height:392px;padding:26px;transition:background .18s,opacity .18s,transform .18s,box-shadow .18s;display:grid}.channel-card a:hover{background:var(--paper);box-shadow:inset 0 -3px 0 var(--sakura);transform:translateY(-4px)}.channel-card a:focus-visible,.post-card a:focus-visible,.tag-cloud a:focus-visible{background:var(--paper);box-shadow:inset 0 -3px 0 var(--sakura)}.channel-head{color:var(--muted);justify-content:space-between;font-size:14px;display:flex}.channel-head i{color:var(--sakura);font-size:24px}.channel-card h2{margin-top:18px;font-size:clamp(28px,3.2vw,38px)}.channel-card small{border:1px solid color-mix(in srgb, var(--sakura) 34%, var(--line));width:fit-content;color:var(--sakura);letter-spacing:.14em;text-transform:uppercase;margin-top:16px;padding:4px 7px;font-size:10px;font-weight:900}.channel-card p{color:var(--muted);margin:4px 0 18px;font-size:14px}.channel-card img{aspect-ratio:16/9;object-fit:cover;filter:saturate(.92);width:100%;height:auto;margin:0 0 18px;transition:filter .18s,transform .22s}.channel-card a:hover img{filter:saturate(1.08)contrast(1.04);transform:scale(1.018)}.channel-card ul{color:var(--ink);font-family:var(--serif);gap:10px;margin:0;padding:0;font-size:15px;list-style:none;display:grid}.channel-card li{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding-bottom:10px;display:flex}.channel-card li:after{color:var(--muted);content:"→"}.channel-card strong{color:var(--sakura);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;margin-top:18px;font-size:12px;display:inline-flex}body[data-focus-channel] .channel-card:not(:hover) a{opacity:.66}@media (width>=981px) and (width<=1199px){.hero-story{width:min(450px,100% - 318px);left:112px}.quote-card{width:200px;min-height:190px;padding:22px;top:42px;right:18px}.quote-card p{font-size:17px}.channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.spotlight-panel{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.92fr) minmax(340px,1.08fr);align-items:center;gap:54px;padding:84px 0;display:grid}.spotlight-panel h2{font-size:clamp(40px,5.8vw,78px)}.spotlight-panel p:not(.eyebrow),.dispatch-stack p{color:var(--muted)}.dispatch-stack{border:1px solid var(--line);background:var(--line);gap:1px;display:grid}.dispatch-stack article{background:var(--paper);grid-template-columns:58px minmax(0,.42fr) minmax(0,1fr);align-items:baseline;gap:18px;padding:22px;display:grid}.dispatch-stack span{color:var(--sakura);font-weight:900}.dispatch-stack h3{font-size:24px}.dispatch-stack p{margin:0}.studio-statement,.page-hero,.profile-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);align-items:center;gap:52px;padding:86px 0;display:grid}.studio-statement h2,.page-hero h1,.profile-hero h1{font-size:clamp(42px,6vw,82px)}.studio-statement>p,.page-hero p:not(.eyebrow),.profile-hero p:not(.eyebrow){color:var(--muted);font-size:18px}.closing-editorial{border-bottom:1px solid var(--line);background:var(--paper);align-items:center;min-height:300px;display:grid;position:relative;overflow:clip}.closing-editorial img{object-fit:cover;object-position:center;filter:saturate(.92)contrast(1.02);width:100%;min-height:300px}.closing-copy{width:min(460px,34vw);color:var(--ink);text-align:center;justify-items:center;gap:14px;padding:28px;display:grid;position:absolute;left:50%;transform:translate(-50%)}.closing-copy h2{font-size:clamp(30px,4vw,52px)}.closing-copy p:not(.eyebrow){color:color-mix(in srgb, var(--ink) 78%, var(--muted));margin:0}.page-hero img,.profile-hero img{aspect-ratio:16/10;object-fit:cover;width:100%;box-shadow:var(--shadow)}.tag-rack{flex-wrap:wrap;gap:10px;padding:28px 0 0;display:flex}.tag-rack span{border:1px solid var(--line);background:var(--paper);color:var(--muted);padding:7px 11px;font-size:13px;font-weight:700}.section-heading h2,.page-head h1{font-size:clamp(34px,5vw,62px)}.post-list{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.post-list.wide{margin-bottom:72px}.post-card{background:var(--paper)}.post-card a{align-content:start;gap:14px;min-height:230px;padding:24px;display:grid}.post-meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:12px;font-size:12px;font-weight:800;display:flex}.post-card h3{font-size:25px}.post-card p,.page-intro,.article-head p,.empty{color:var(--muted)}.page-head,.article{width:min(820px,100%);margin:0 auto}.page-head{padding:76px 0 38px}.article{padding:76px 0 96px}.article-head{border-bottom:1px solid var(--line);padding-bottom:34px}.article-head h1{font-size:clamp(40px,6vw,72px)}.article-body{color:color-mix(in srgb, var(--ink) 86%, var(--muted));padding-top:30px;font-size:18px}.article-body a{color:var(--sakura-deep);text-underline-offset:3px;text-decoration:underline}.article-body pre{color:#fff7ed;background:#191715;padding:18px;overflow:auto}.work-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0 0 86px;display:grid}.visual-filter-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--paper) 86%, transparent);gap:22px;margin:0 0 32px;padding:22px;display:grid}.visual-filter-row{flex-wrap:wrap;gap:8px;display:flex}.visual-filter-row button{border:1px solid var(--line);background:var(--paper-soft);min-height:44px;color:var(--muted);cursor:pointer;padding:0 12px;font-weight:800}.visual-filter-row button:hover,.visual-filter-row button.is-active{border-color:var(--sakura);background:color-mix(in srgb, var(--sakura) 12%, var(--paper));color:var(--sakura)}.work-card button{background:var(--paper);width:100%;min-height:100%;color:var(--ink);text-align:left;cursor:pointer;border:0;gap:12px;padding:24px;display:grid}.work-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.work-card span{color:var(--sakura);font-size:12px;font-weight:800}.work-card strong{font-family:var(--serif);font-size:28px}.work-card p{color:var(--muted);margin:0}.visual-card-tags,.visual-tag-list{flex-wrap:wrap;gap:7px;display:flex}.visual-card-tags small,.visual-tag-list span{border:1px solid var(--line);background:color-mix(in srgb, var(--paper-soft) 78%, transparent);min-height:24px;color:var(--muted);align-items:center;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.visual-empty{border:1px dashed var(--line);color:var(--muted);text-align:center;margin:-42px 0 86px;padding:26px}.gallery-dialog{background:var(--paper);width:min(1120px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--ink);overscroll-behavior:contain;border:0;padding:0;overflow:auto;box-shadow:0 40px 120px #00000057}.gallery-dialog::backdrop{backdrop-filter:blur(6px);background:#171412a3}.gallery-dialog>button{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fffdf8db;font-size:24px;position:absolute;top:14px;right:14px}.gallery-dialog img,.gallery-dialog video{object-fit:cover;width:100%;max-height:70vh}.gallery-dialog h2{font-size:clamp(34px,5vw,64px)}.visual-dialog-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);display:grid}.visual-dialog-grid figure{background:#100d0c;margin:0}.visual-dialog-grid figure img,.visual-dialog-grid figure video{height:100%;min-height:520px;display:block}.visual-dialog-grid figure :is(img,video)[hidden]{display:none}.album-viewer{background:#100d0c;grid-template-rows:minmax(0,1fr) auto;height:100%;display:grid}.album-viewer[hidden]{display:none}.album-viewer>img{object-fit:contain;width:100%;height:100%;min-height:520px;max-height:70vh}.album-strip{border-top:1px solid #ffffff1f;gap:6px;padding:8px;display:flex;overflow-x:auto}.album-strip button{cursor:pointer;opacity:.72;background:0 0;border:1px solid #0000;flex:0 0 58px;width:58px;height:58px;padding:0}.album-strip button.is-active{border-color:var(--sakura);opacity:1}.album-strip img{object-fit:cover;width:100%;height:100%}.visual-detail{border-left:1px solid var(--line);flex-direction:column;gap:16px;padding:28px;display:flex}.visual-detail h2{margin:0}.visual-location{color:var(--sakura);text-transform:uppercase;margin:0;font-size:13px;font-weight:800}.exif-panel{border:1px solid var(--line);background:var(--paper-soft);margin-top:8px}.exif-panel summary{color:var(--ink);cursor:pointer;padding:13px 14px;font-weight:900}.exif-panel dl{border-top:1px solid var(--line);background:var(--line);grid-template-columns:86px minmax(0,1fr);gap:1px;margin:0;display:grid}.exif-panel dt,.exif-panel dd,.exif-empty{background:var(--paper);margin:0;padding:10px 12px}.exif-panel dt{color:var(--muted);font-size:12px;font-weight:800}.exif-panel dd{color:var(--ink);font-weight:700}.exif-empty{color:var(--muted);grid-column:1/-1}.visual-original-link{margin-top:auto}.gallery-dialog .comments-section{box-shadow:none;border-width:1px 0 0;margin:0}.gallery-dialog .comments-head{grid-template-columns:1fr}.profile-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 0 42px;display:grid}.profile-grid article{background:var(--paper);min-height:220px;padding:24px}.profile-grid h2{font-size:28px}.profile-grid p{color:var(--muted)}.profile-article{padding-top:0}.site-footer{color:var(--muted);justify-content:space-between;gap:20px;padding:34px 0 46px;font-size:13px;display:flex}@media (width<=980px){.site-header{flex-direction:column;align-items:flex-start;padding:18px 0}.site-nav{justify-content:flex-start}.site-nav a{min-height:44px}.editorial-hero,.studio-statement,.page-hero,.profile-hero{grid-template-columns:1fr}.editorial-hero{min-height:auto}.vertical-note{display:none}.hero-image{grid-column:1;min-height:420px}.hero-image:after{background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--bg) 74%, transparent) 100%)}.hero-story{width:100%;padding:36px 0;position:relative;top:auto;left:auto}.quote-card{width:100%;min-height:auto;margin-bottom:32px;position:relative;top:auto;right:auto}.hero-metrics{border:1px solid var(--line);grid-template-columns:1fr;position:relative;bottom:auto;left:auto;right:auto}.hero-metrics dl{border-right:0;border-bottom:1px solid var(--line)}.scroll-cue{display:none}.spotlight-panel{grid-template-columns:1fr;gap:34px;padding:64px 0}.closing-editorial{min-height:auto}.closing-editorial img{aspect-ratio:auto;object-fit:cover;object-position:center;min-height:240px}.closing-copy{border-top:1px solid var(--line);background:color-mix(in srgb, var(--paper) 90%, transparent);width:100%;position:relative;left:auto;transform:none}.dispatch-stack article{grid-template-columns:44px minmax(0,.38fr) minmax(0,1fr)}.channel-grid,.post-list,.work-grid,.profile-grid{grid-template-columns:1fr}}@media (width<=640px){.site-header,.site-footer,main{width:min(100% - 28px,1320px)}.brand{min-width:auto}.site-nav a{min-height:44px;padding:0 9px}.hero-image{min-height:320px}.channel-card a{min-height:auto;padding:20px}.dispatch-stack article{grid-template-columns:1fr;gap:8px}.studio-statement,.spotlight-panel,.page-hero,.profile-hero{padding:58px 0}}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#151311;--paper:#201d19;--paper-soft:#28231e;--ink:#f8f1e7;--muted:#c9beb0;--line:#40382f;--sakura:#ff6b63;--sakura-deep:#ff9a92;--gold:#d7af70;--shadow:0 24px 70px #00000047}}:root[data-theme=dark] body{background:linear-gradient(90deg, #ff6b6314 0 1px, transparent 1px 100%), linear-gradient(180deg, #201d19e0, transparent 420px), var(--bg);background-size:136px 100%,auto,auto}:root[data-theme=dark] .button{color:var(--ink);background:#201d19d6}:root[data-theme=dark] .button.primary{border-color:var(--sakura);background:var(--sakura);color:#210d0a}:root[data-theme=dark] .quote-card,:root[data-theme=dark] .channel-card a,:root[data-theme=dark] .post-card,:root[data-theme=dark] .work-card button,:root[data-theme=dark] .profile-grid article,:root[data-theme=dark] .gallery-dialog{background:#201d19eb}:root[data-theme=dark] .gallery-dialog>button{color:var(--ink);background:#201d19db}:root[data-theme=dark] .article-body{color:#efe4d7}:root[data-theme=dark] .closing-editorial{background:#171411}:root[data-theme=dark] .closing-editorial img{filter:brightness(.72)saturate(.82)contrast(1.1)}:root[data-theme=dark] .closing-copy{color:#fff6ea;text-shadow:0 1px 18px #00000057}:root[data-theme=dark] .closing-copy p:not(.eyebrow){color:#efe4d7}:root[data-theme=dark] .hero-image:after{background:linear-gradient(#15131147 0%,#0000 28%),linear-gradient(#0000 66%,#1513113d 100%)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) body{background:linear-gradient(90deg, #ff6b6314 0 1px, transparent 1px 100%), linear-gradient(180deg, #201d19e0, transparent 420px), var(--bg);background-size:136px 100%,auto,auto}:root:not([data-theme=light]) .button{color:var(--ink);background:#201d19d6}:root:not([data-theme=light]) .button.primary{border-color:var(--sakura);background:var(--sakura);color:#210d0a}:root:not([data-theme=light]) .quote-card,:root:not([data-theme=light]) .channel-card a,:root:not([data-theme=light]) .post-card,:root:not([data-theme=light]) .work-card button,:root:not([data-theme=light]) .profile-grid article,:root:not([data-theme=light]) .gallery-dialog{background:#201d19eb}:root:not([data-theme=light]) .gallery-dialog>button{color:var(--ink);background:#201d19db}:root:not([data-theme=light]) .article-body{color:#efe4d7}:root:not([data-theme=light]) .closing-editorial{background:#171411}:root:not([data-theme=light]) .closing-editorial img{filter:brightness(.72)saturate(.82)contrast(1.1)}:root:not([data-theme=light]) .closing-copy{color:#fff6ea;text-shadow:0 1px 18px #00000057}:root:not([data-theme=light]) .closing-copy p:not(.eyebrow){color:#efe4d7}:root:not([data-theme=light]) .hero-image:after{background:linear-gradient(#15131147 0%,#0000 28%),linear-gradient(#0000 66%,#1513113d 100%)}}@media (width>=981px){:root[data-theme=dark] .hero-story{backdrop-filter:blur(10px);background:#1513116b;padding:24px 28px 28px;box-shadow:0 22px 68px #00000029}:root[data-theme=dark] .hero-story p:not(.eyebrow){color:#f5eadc}}@media (width>=981px) and (prefers-color-scheme:dark){:root:not([data-theme=light]) .hero-story{backdrop-filter:blur(10px);background:#1513116b;padding:24px 28px 28px;box-shadow:0 22px 68px #00000029}:root:not([data-theme=light]) .hero-story p:not(.eyebrow){color:#f5eadc}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.content-band{border-bottom:1px solid var(--line);padding:76px 0}.latest-band{border-top:1px solid var(--line)}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.section-heading h2{font-size:clamp(30px,4vw,54px)}.post-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.post-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.post-card{background:color-mix(in srgb, var(--paper) 88%, transparent);min-width:0}.post-card a{min-height:260px;transition:background var(--motion-fast), box-shadow var(--motion-fast), transform var(--motion-fast);align-content:start;gap:16px;padding:24px;display:grid;position:relative;overflow:clip}.post-card a:before{background:linear-gradient(180deg, var(--sakura), var(--gold));opacity:0;content:"";width:4px;transition:opacity var(--motion-fast);position:absolute;inset:0 auto 0 0}.post-card a:after{color:color-mix(in srgb, var(--sakura) 52%, transparent);font-family:var(--serif);opacity:0;content:"讀";transition:opacity var(--motion-medium), transform var(--motion-medium);font-size:54px;line-height:1;position:absolute;bottom:14px;right:18px;transform:translate(8px)}.post-card a:hover{background:var(--paper);box-shadow:inset 0 -3px 0 var(--sakura);transform:translateY(-3px)}.post-card a:hover:before,.post-card a:hover:after{opacity:1}.post-card a:hover:after{transform:translate(0)}.post-meta{color:var(--muted);text-transform:uppercase;justify-content:space-between;align-items:center;gap:14px;font-size:12px;font-weight:800;display:flex}.post-card h3{text-wrap:balance;font-size:25px}.post-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.mini-tags,.tag-list{flex-wrap:wrap;gap:8px;display:flex}.mini-tags span,.tag-list a{border:1px solid var(--line);background:color-mix(in srgb, var(--paper-soft) 76%, transparent);min-height:34px;color:var(--muted);align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.tag-list a:hover{border-color:var(--sakura);color:var(--sakura)}.tag-rack a{color:inherit}.article-shell{padding-bottom:84px}.article-hero{border-bottom:1px solid var(--line);max-width:980px;padding:74px 0 44px}.article-hero h1{text-wrap:balance;max-width:900px;font-size:clamp(42px,6vw,78px)}.article-hero>p:not(.eyebrow){max-width:760px;color:var(--muted);margin:24px 0 0;font-size:18px}.article-meta{flex-wrap:wrap;gap:10px;margin:28px 0 18px;display:flex}.article-meta span{border:1px solid var(--line);background:color-mix(in srgb, var(--paper) 72%, transparent);min-height:34px;color:var(--muted);align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.article-grid{grid-template-columns:minmax(180px,260px) minmax(0,820px);align-items:start;gap:52px;padding-top:42px;display:grid}.article-toc{border:1px solid var(--line);background:color-mix(in srgb, var(--paper) 82%, transparent);backdrop-filter:blur(18px);gap:14px;padding:18px;display:grid;position:sticky;top:28px;box-shadow:0 20px 60px #48362512}.article-toc strong{color:var(--sakura);letter-spacing:.14em;text-transform:uppercase;font-size:12px}.article-toc nav{gap:8px;display:grid}.article-toc a{color:var(--muted);padding-left:12px;font-size:13px;line-height:1.45;display:block;position:relative}.article-toc a[data-depth="3"]{padding-left:26px}.article-toc a:before{background:var(--line);content:"";width:4px;height:4px;position:absolute;top:.55em;left:0}.article-toc a:hover,.article-toc a[aria-current=true]{color:var(--sakura)}.article-toc a[aria-current=true]:before{background:var(--sakura)}.article-content{overflow-wrap:anywhere;min-width:0;font-size:17px;line-height:1.86}.article-content table{border-collapse:collapse;-webkit-overflow-scrolling:touch;width:100%;display:block;overflow-x:auto}.article-content th,.article-content td{border:1px solid var(--line);text-align:left;vertical-align:top;min-width:132px;padding:10px 12px}.article-content h2,.article-content h3{margin-top:42px;scroll-margin-top:24px}.article-content h2{border-top:1px solid var(--line);text-wrap:balance;padding-top:22px;font-size:32px;position:relative}.article-content h2:before{background:var(--sakura);content:"";width:72px;height:1px;position:absolute;top:-1px;left:0}.article-content h3{font-size:24px}.article-content p,.article-content li{color:color-mix(in srgb, var(--ink) 82%, var(--muted))}.article-content p{margin:1.05em 0}.article-content blockquote{border-left:3px solid var(--sakura);background:color-mix(in srgb, var(--paper-soft) 72%, transparent);color:var(--ink);margin:28px 0;padding:20px 24px}.article-content blockquote p{font-family:var(--serif);margin:0;font-size:1.08em}.article-content a{color:var(--sakura);text-underline-offset:4px;text-decoration:underline 1px}.article-content ul,.article-content ol{padding-left:1.3em}.article-content pre{border:1px solid color-mix(in srgb, var(--line) 76%, var(--ink));color:#fff3e6;background:#191714;margin:24px 0;padding:22px;font-size:14px;line-height:1.65;position:relative;overflow:auto}.article-content :not(pre)>code{border:1px solid var(--line);background:color-mix(in srgb, var(--paper-soft) 82%, transparent);color:var(--sakura-deep);padding:.18em .38em;font-size:.92em}.copy-code{color:#fff3e6;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;min-width:44px;min-height:36px;font-size:12px;font-weight:800;position:absolute;top:10px;right:10px}.source-note{border:1px solid var(--line);background:color-mix(in srgb, var(--paper-soft) 78%, transparent);color:var(--muted);margin:46px 0 0;padding:16px 18px;font-size:14px}.related-posts{margin-top:62px}.tag-cloud{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 0 84px;display:grid}.tag-cloud a{background:color-mix(in srgb, var(--paper) 88%, transparent);justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:22px;transition:background .18s,color .18s,transform .18s;display:flex}.tag-cloud a:hover{background:var(--paper);color:var(--sakura);transform:translateY(-2px)}.tag-cloud span{font-family:var(--serif);font-size:22px;font-weight:700}.tag-cloud strong{color:var(--sakura);font-size:13px}.search-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--paper) 82%, transparent);margin-bottom:84px;padding:28px}.search-panel .pagefind-ui,.drawer-search-box .pagefind-ui{--pagefind-ui-primary:var(--sakura);--pagefind-ui-text:var(--ink);--pagefind-ui-background:var(--paper);--pagefind-ui-border:var(--line);--pagefind-ui-tag:var(--paper-soft);--pagefind-ui-border-width:1px;--pagefind-ui-border-radius:0;--pagefind-ui-font:var(--sans)}.comments-section{border:1px solid var(--line);background:linear-gradient(135deg, #c8352e12, transparent 36%), var(--paper);margin:40px 0 0;padding:clamp(22px,4vw,34px);box-shadow:0 22px 70px #2c181414}.comments-head{grid-template-columns:minmax(0,.8fr) minmax(220px,.5fr);align-items:end;gap:20px;margin-bottom:24px;display:grid}.comments-head h2{font-family:var(--serif);margin:0;font-size:clamp(28px,4vw,44px)}.comments-head>p{color:var(--muted);margin:0;line-height:1.8}.twikoo-host{color:var(--ink)}.comment-error{border:1px dashed var(--line);color:var(--muted);margin:0;padding:18px}.comment-error button{border:1px solid var(--sakura);min-height:44px;color:var(--sakura);cursor:pointer;background:0 0;padding:0 14px;font-weight:800}.twikoo-host :where(.tk-input,.tk-preview,.tk-content,.tk-comments-container,.tk-extras){color:var(--ink)}.twikoo-host :where(input,textarea,.el-input__inner,.el-textarea__inner){background:var(--paper-soft)!important;color:var(--ink)!important;border-color:var(--line)!important;box-shadow:none!important}.twikoo-host :where(){color:var(--muted)!important}.twikoo-host :where(.tk-submit,.tk-row-actions-start,.tk-action-link,.tk-nick,a){color:var(--sakura)!important}.twikoo-host :where(.el-button--primary){background:var(--sakura)!important;border-color:var(--sakura)!important;color:#fff!important}.twikoo-host :where(.tk-comment,.tk-submit,.tk-comments-title){border-color:var(--line)!important}.twikoo-host :where(.tk-avatar img){border-radius:4px}.twikoo-host :where(.tk-avatar img[data-bsakura-avatar=true]){border:1px solid color-mix(in srgb, var(--sakura) 38%, var(--line));background:var(--paper-soft);box-shadow:0 8px 22px #c8352e24,inset 0 0 0 1px #ffffff42}.search-scrim{z-index:80;backdrop-filter:blur(4px);background:#17141247;position:fixed;inset:0}.search-scrim[hidden]{display:none}.search-drawer{z-index:90;border-left:1px solid var(--line);background:color-mix(in srgb, var(--paper) 96%, transparent);width:min(520px,100% - 18px);color:var(--ink);backdrop-filter:blur(22px);grid-template-rows:auto auto auto auto minmax(0,1fr);gap:18px;padding:24px;transition:transform .22s;display:grid;position:fixed;inset:0 0 0 auto;overflow:auto;transform:translate(100%);box-shadow:-28px 0 90px #17141238}body[data-search-open=true] .search-drawer{transform:translate(0)}.search-drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:18px;padding-bottom:18px;display:flex}.search-drawer-head h2{font-size:30px}.drawer-quick-links,.drawer-tags,.drawer-suggestions>div{flex-wrap:wrap;gap:8px;display:flex}.drawer-quick-links a,.drawer-tags a,.drawer-suggestions button{border:1px solid var(--line);background:color-mix(in srgb, var(--paper-soft) 70%, transparent);min-height:44px;color:var(--muted);cursor:pointer;transition:border-color var(--motion-fast), color var(--motion-fast), background var(--motion-fast), transform var(--motion-fast);align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.drawer-quick-links a:hover,.drawer-tags a:hover,.drawer-suggestions button:hover{border-color:var(--sakura);background:color-mix(in srgb, var(--sakura) 10%, var(--paper));color:var(--sakura);transform:translateY(-1px)}.drawer-tags small{color:var(--sakura)}.drawer-suggestions{border:1px solid var(--line);background:linear-gradient(135deg, color-mix(in srgb, var(--sakura) 10%, transparent), transparent 54%), color-mix(in srgb, var(--paper) 76%, transparent);gap:10px;padding:16px;display:grid}.drawer-suggestions .eyebrow{margin-bottom:0}.drawer-search-box{min-width:0}.drawer-search-box .pagefind-ui__search-input{min-height:46px}.drawer-search-box .pagefind-ui__result{border-top:1px solid var(--line);padding:18px 0}.drawer-search-box .pagefind-ui__result-title{font-family:var(--serif);font-size:18px}.drawer-search-box .pagefind-ui__message{color:var(--muted)}.drawer-search-fallback{border:1px dashed var(--line);background:color-mix(in srgb, var(--paper-soft) 62%, transparent);color:var(--muted);margin:14px 0 0;padding:14px 16px;font-size:13px}.drawer-search-fallback a{color:var(--sakura);text-underline-offset:3px;font-weight:800;text-decoration:underline}:root[data-theme=dark] .article-content pre,:root:not([data-theme=light]) .article-content pre{color:#fff5e9;background:#0f0e0c;border-color:#635447}:root[data-theme=dark] .article-content :not(pre)>code,:root:not([data-theme=light]) .article-content :not(pre)>code{color:#ffb3ac}:root[data-theme=dark] .search-panel .pagefind-ui,:root:not([data-theme=light]) .search-panel .pagefind-ui,:root[data-theme=dark] .drawer-search-box .pagefind-ui,:root:not([data-theme=light]) .drawer-search-box .pagefind-ui{--pagefind-ui-text:var(--ink);--pagefind-ui-background:var(--paper);--pagefind-ui-border:var(--line);--pagefind-ui-tag:var(--paper-soft)}:root[data-theme=dark] .post-card a:after,:root:not([data-theme=light]) .post-card a:after{color:color-mix(in srgb, var(--sakura) 38%, transparent)}@media (width<=980px){.post-grid,.post-grid.compact,.tag-cloud{grid-template-columns:repeat(2,minmax(0,1fr))}.article-grid{grid-template-columns:1fr;gap:24px}.article-toc{position:static}.article-toc a{align-items:center;min-height:44px;display:flex}.work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.visual-dialog-grid{grid-template-columns:1fr}.visual-dialog-grid figure img,.visual-dialog-grid figure video,.album-viewer>img{min-height:0;max-height:58vh}.visual-detail{border-left:0;border-top:1px solid var(--line)}}@media (width<=640px){.site-nav{overscroll-behavior-inline:contain;scrollbar-width:thin;flex-wrap:nowrap;width:100%;overflow-x:auto}.site-nav a{flex:none}.content-band{padding:52px 0}.section-heading{flex-direction:column;align-items:start}.post-grid,.post-grid.compact,.tag-cloud{grid-template-columns:1fr}.post-card a{min-height:220px;padding:20px}.article-hero{padding-top:52px}.article-meta span{width:100%;min-height:44px}.tag-list a{min-height:44px}.search-panel{padding:16px}.search-drawer{border-left:0;width:100%;padding:18px}.drawer-suggestions{padding:14px}.comments-head,.work-grid{grid-template-columns:1fr}.visual-filter-panel{padding:16px}.gallery-dialog{width:calc(100% - 18px)}.visual-detail{padding:20px}.exif-panel dl{grid-template-columns:72px minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-image img,.scroll-cue i,.post-card a,.channel-card a,.channel-card img{transform:none!important}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-cyrillic-ext-400-normal.BQZuk6qB.woff2)format("woff2"),url(/_astro/inter-cyrillic-ext-400-normal.DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-cyrillic-400-normal.obahsSVq.woff2)format("woff2"),url(/_astro/inter-cyrillic-400-normal.HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-greek-ext-400-normal.DGGRlc-M.woff2)format("woff2"),url(/_astro/inter-greek-ext-400-normal.KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-greek-400-normal.B4URO6DV.woff2)format("woff2"),url(/_astro/inter-greek-400-normal.q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-vietnamese-400-normal.DMkecbls.woff2)format("woff2"),url(/_astro/inter-vietnamese-400-normal.Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-latin-ext-400-normal.C1nco2VV.woff2)format("woff2"),url(/_astro/inter-latin-ext-400-normal.77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-latin-400-normal.C38fXH4l.woff2)format("woff2"),url(/_astro/inter-latin-400-normal.CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-cyrillic-ext-700-normal.BjwYoWNd.woff2)format("woff2"),url(/_astro/inter-cyrillic-ext-700-normal.LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-cyrillic-700-normal.CjBOestx.woff2)format("woff2"),url(/_astro/inter-cyrillic-700-normal.DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-greek-ext-700-normal.qfdV9bQt.woff2)format("woff2"),url(/_astro/inter-greek-ext-700-normal.BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-greek-700-normal.C3JjAnD8.woff2)format("woff2"),url(/_astro/inter-greek-700-normal.BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-vietnamese-700-normal.DlLaEgI2.woff2)format("woff2"),url(/_astro/inter-vietnamese-700-normal.BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-latin-ext-700-normal.Ca8adRJv.woff2)format("woff2"),url(/_astro/inter-latin-ext-700-normal.TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-latin-700-normal.Yt3aPRUw.woff2)format("woff2"),url(/_astro/inter-latin-700-normal.BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Phosphor;src:url(/_astro/Phosphor.DtdjzkpE.woff2)format("woff2"),url(/_astro/Phosphor.BdqudwT5.woff)format("woff"),url(/_astro/Phosphor.CDxgqcPu.ttf)format("truetype"),url(/_astro/Phosphor.BXRFlF4V.svg#Phosphor)format("svg");font-weight:400;font-style:normal;font-display:block}.ph{speak:never;font-variant:normal;text-transform:none;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;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}.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,.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,.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,.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,.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,.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before,.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before,.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before,.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before,.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before,.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,.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,.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,.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before,.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before,.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before,.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,.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,.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:""}
