:root{--bg-primary: #07070d;--bg-secondary: #0d0d18;--bg-card: rgba(14, 14, 28, .85);--bg-card-hover: rgba(22, 22, 44, .95);--text-primary: #e8e8f0;--text-secondary: #8888aa;--text-muted: #555577;--accent-gold: #d4a853;--accent-gold-dim: rgba(212, 168, 83, .15);--accent-cyan: #00e5ff;--accent-cyan-dim: rgba(0, 229, 255, .1);--accent-purple: #a855f7;--accent-red: #ff4444;--accent-orange: #ff6b35;--accent-green: #22c55e;--border-color: rgba(212, 168, 83, .12);--border-bright: rgba(212, 168, 83, .3);--grid-color: rgba(212, 168, 83, .04);--grid-color-strong: rgba(212, 168, 83, .08);--font-display: "Orbitron", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;cursor:crosshair}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(var(--grid-color) 1px,transparent 1px),linear-gradient(90deg,var(--grid-color) 1px,transparent 1px),linear-gradient(var(--grid-color-strong) 1px,transparent 1px),linear-gradient(90deg,var(--grid-color-strong) 1px,transparent 1px);background-size:20px 20px,20px 20px,100px 100px,100px 100px}a{color:inherit;text-decoration:none}.cursor-coords{position:fixed;z-index:9999;pointer-events:none;display:flex;gap:12px;font-family:var(--font-mono);font-size:10px;color:var(--accent-gold);opacity:.5;transform:translate(20px,20px);transition:opacity .3s}#preloader{position:fixed;inset:0;z-index:10000;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;transition:opacity .6s var(--ease-out-expo)}#preloader.hidden{opacity:0;pointer-events:none}.boot-container{width:600px;max-width:90vw}.boot-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:12px;border-bottom:1px solid var(--border-color)}.boot-logo{font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:3px;color:var(--text-primary)}.boot-version{font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}.accent{color:var(--accent-gold)}.boot-equations{margin-bottom:24px}.equation-line{display:flex;align-items:center;gap:16px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.03);opacity:0;transform:translate(-20px)}.equation-line.visible{opacity:1;transform:translate(0);transition:all .4s var(--ease-out-expo)}.eq-label{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);width:120px;flex-shrink:0}.eq-formula{font-family:var(--font-mono);font-size:13px;color:var(--accent-cyan);flex:1}.eq-status{font-family:var(--font-mono);font-size:10px;color:var(--accent-green);letter-spacing:2px;opacity:0}.equation-line.visible .eq-status{opacity:1;transition:opacity .3s .3s}.boot-log{margin-bottom:20px}.log-line{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);padding:3px 0;opacity:0}.log-line.visible{opacity:1;transition:opacity .2s}.log-line:last-child{color:var(--accent-green)}.boot-progress{height:2px;background:var(--border-color);border-radius:1px;overflow:hidden}.boot-progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--accent-cyan),var(--accent-gold));border-radius:1px;transition:width .1s linear}#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 40px;height:70px;background:#07070df2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);opacity:0;transform:translateY(-100%);transition:all .6s var(--ease-out-expo)}#navbar.visible{opacity:1;transform:translateY(0)}.nav-inner{max-width:1800px;margin:0 auto;height:100%;display:flex;align-items:center;gap:28px}.nav-logo{font-family:var(--font-display);font-size:clamp(15px,.95vw,18px);font-weight:700;letter-spacing:3px;flex:0 0 auto;white-space:nowrap}.logo-bracket{color:var(--text-muted);font-weight:400}.logo-bracket.hud-val{color:var(--text-primary);font-weight:600}.euler-hud{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;background:#0a0a0fd9;border:1px solid var(--border-color);padding:12px 16px;border-radius:4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:15;font-family:var(--font-mono);opacity:0;transition:opacity .3s;pointer-events:none}.modeling-canvas-wrap.is-fullscreen .euler-hud{opacity:1}.euler-title{font-size:10px;color:var(--text-muted);letter-spacing:1px}.euler-values{display:flex;gap:16px;font-size:11px;color:var(--accent-cyan)}.euler-values span{display:flex;gap:4px}.euler-values span span{font-weight:700;color:var(--text-primary);display:inline-block;min-width:48px}.smart-snap-tooltip{position:absolute;top:0;left:0;pointer-events:none;background:#08080cf2;border:1px solid var(--accent-cyan);padding:12px;border-radius:4px;box-shadow:0 0 20px #00e5ff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;opacity:0;transition:opacity .2s;font-family:var(--font-mono);transform:translate(15px,15px);width:max-content}.smart-snap-tooltip.critical{border-color:#f44;box-shadow:0 0 20px #f443}.snap-header{font-size:10px;color:var(--accent-cyan);display:flex;align-items:center;gap:6px;margin-bottom:8px}.smart-snap-tooltip.critical .snap-header{color:#f44}.snap-angle{font-family:var(--font-display);font-size:24px;color:var(--text-primary);margin-bottom:12px;display:flex;align-items:baseline;gap:8px}.snap-angle span{color:var(--accent-gold)}.smart-snap-tooltip.critical .snap-angle span{color:#f44}.snap-tolerance{display:flex;flex-direction:column;gap:4px;font-size:10px;margin-bottom:8px;border-top:1px dashed rgba(255,255,255,.1);padding-top:8px}.tol-row{display:flex;justify-content:space-between;gap:16px;color:var(--text-muted)}.tol-row.dt-dev span:last-child{color:#f44}.snap-stress{background:#ff444426;color:#f44;padding:6px 8px;font-size:9px;border-radius:2px;border:1px solid rgba(255,68,68,.3);display:flex;align-items:center;gap:6px}.nav-links{display:flex;flex:1 1 auto;align-items:center;justify-content:center;gap:clamp(18px,1.7vw,32px);min-width:0}.nav-link{display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-family:var(--font-mono);font-size:10px;color:var(--text-secondary);letter-spacing:.9px;text-transform:uppercase;position:relative;padding:4px 0;line-height:1.35;text-align:center;white-space:nowrap;transition:color .3s}.nav-link:before{content:attr(data-index);font-size:9px;color:var(--accent-gold);position:absolute;top:-8px;left:0;opacity:0;transition:opacity .3s}.nav-link:hover{color:var(--accent-gold)}.nav-link:hover:before{opacity:1}.nav-lang{display:flex;flex:0 0 auto;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;white-space:nowrap}.mobile-menu-toggle{background:transparent;border:none;padding:0;color:inherit}.lang-btn{color:var(--text-secondary);transition:color .3s}.lang-btn:hover,.lang-btn.active{color:var(--accent-gold)}.lang-sep{color:var(--text-muted)}.nav-status{display:flex;align-items:center;gap:8px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-green);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #22c55e80}50%{opacity:.7;box-shadow:0 0 0 6px #22c55e00}}.status-text{font-family:var(--font-mono);font-size:10px;color:var(--accent-green);letter-spacing:2px}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}#hero-canvas{position:absolute;inset:0;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:0 24px}.hero-tag{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.tag-line{width:40px;height:1px;background:var(--accent-gold)}.tag-text{font-family:var(--font-mono);font-size:11px;letter-spacing:4px;color:var(--accent-gold)}.hero-title{font-family:var(--font-display);font-weight:900;line-height:1.1;margin-bottom:24px}.title-line{display:block;font-size:clamp(36px,6vw,72px);letter-spacing:2px}.accent-line{background:linear-gradient(135deg,var(--accent-gold),var(--accent-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:19px;color:#e8e8f0;line-height:1.8;max-width:680px;margin:0 auto 48px;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.8),0 0 40px rgba(0,0,0,.5)}.hero-subtitle strong{color:#fff;font-weight:600;letter-spacing:.5px}.hero-badges{display:flex;justify-content:center;gap:24px;margin-bottom:48px;flex-wrap:wrap}.h-badge{display:flex;align-items:center;gap:12px;background:#0a0a0f66;border:1px solid rgba(255,255,255,.05);padding:12px 24px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-primary);font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:1px;transition:all .3s}.h-badge:hover{background:#00e5ff0d;border-color:#00e5ff33;transform:translateY(-2px)}.h-badge i{color:var(--accent-cyan);font-size:20px}.hero-actions{display:flex;justify-content:center;gap:20px}.btn{font-family:var(--font-mono);font-size:13px;letter-spacing:1px;padding:16px 36px;border:none;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .4s var(--ease-out-expo);position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--accent-gold),#c4973e);color:#0a0a0f;font-weight:600}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #d4a8534d}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border-bright)}.btn-outline:hover{background:var(--accent-gold-dim);border-color:var(--accent-gold);transform:translateY(-2px)}.btn-icon{transition:transform .3s}.btn-primary:hover .btn-icon{transform:translate(4px)}.hero-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px}.scroll-text{font-family:var(--font-mono);font-size:10px;letter-spacing:4px;color:var(--text-muted)}.scroll-line{width:1px;height:40px;background:var(--accent-gold);animation:scroll-pulse 2s infinite}@keyframes scroll-pulse{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.section{position:relative;z-index:1;padding:120px 0;min-height:100vh}.section-container{max-width:1200px;margin:0 auto;padding:0 40px}.section-header{margin-bottom:72px}.section-index{font-family:var(--font-display);font-size:12px;color:var(--accent-gold);letter-spacing:4px;display:block;margin-bottom:16px}.section-title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:700;letter-spacing:2px;margin-bottom:16px}.section-desc{font-size:15px;color:var(--text-secondary);line-height:1.7;max-width:600px}.pinns-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.pinns-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.pinns-visual{position:relative;aspect-ratio:4/3;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;overflow:hidden}#pinns-canvas{width:100%;height:100%}.pinns-overlay{position:absolute;inset:0;pointer-events:none}.formula-float{position:absolute;font-family:var(--font-mono);font-size:11px;color:var(--accent-cyan);opacity:.6;animation:float-formula 6s infinite ease-in-out}.f1{top:15%;left:10%;animation-delay:0s}.f2{top:35%;right:8%;animation-delay:1s}.f3{bottom:30%;left:15%;animation-delay:2s}.f4{top:60%;left:50%;animation-delay:3s}.f5{bottom:10%;right:10%;animation-delay:4s;font-size:10px}@keyframes float-formula{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-8px);opacity:1}}.pinns-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.pinns-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;padding:28px;height:100%;transition:all .4s var(--ease-out-expo)}.pinns-card:hover{background:var(--bg-card-hover);border-color:var(--accent-gold);transform:translateY(-4px)}.card-icon{font-size:28px;margin-bottom:12px;color:var(--accent-cyan)}.card-icon i{font-size:28px}.pinns-card h3{font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:1px;margin-bottom:8px}.pinns-card p{font-size:13px;color:var(--text-secondary);line-height:1.6;margin-bottom:12px}.card-metrics{display:flex;gap:16px}.metric{font-family:var(--font-mono);font-size:12px;color:var(--accent-gold)}.metric-val{font-weight:700}.metric-badge{font-family:var(--font-mono);font-size:11px;color:var(--accent-gold);padding:6px 14px;border:1px solid var(--accent-gold-dim);border-radius:3px;background:#d4a8530f;letter-spacing:.5px}.dashboard-section{background:var(--bg-primary)}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.dash-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;padding:24px}.dash-main{grid-row:1}.dash-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dash-card-title{font-family:var(--font-display);font-size:14px;letter-spacing:2px}.dash-status{font-family:var(--font-mono);font-size:11px;letter-spacing:1px}.dash-status.online{color:var(--accent-green)}.dash-gauges{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.gauge{text-align:center}.gauge-ring{position:relative;width:100px;height:100px;margin:0 auto 8px}.gauge-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.gauge-bg{fill:none;stroke:#ffffff0d;stroke-width:6}.gauge-fill{fill:none;stroke:var(--accent-cyan);stroke-width:6;stroke-linecap:round;stroke-dasharray:326.7;stroke-dashoffset:326.7;transition:stroke-dashoffset 1.5s var(--ease-out-expo)}.gauge-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--text-primary)}.gauge-label{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);letter-spacing:1px}.dash-chart{height:160px;background:#0003;border:1px solid var(--border-color);border-radius:4px;overflow:hidden}#dash-chart-canvas{width:100%;height:100%}.dash-sidebar{display:flex;flex-direction:column;gap:16px}.dash-alert{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.alert-icon{font-size:24px}.alert-info{flex:1}.alert-title{display:block;font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}.alert-val{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--accent-orange)}.alert-bar{width:100%;height:3px;background:#ffffff0d;border-radius:2px}.alert-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-green),var(--accent-orange));border-radius:2px}.dash-metrics h4,.dash-log h4{font-family:var(--font-display);font-size:11px;letter-spacing:2px;color:var(--text-muted);margin-bottom:16px}.metric-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.03);font-family:var(--font-mono);font-size:12px}.metric-name{color:var(--text-secondary)}.metric-data{display:grid;grid-template-columns:1fr 14px;gap:6px;width:65px;align-items:center}.metric-value{color:var(--accent-gold);font-weight:600;text-align:right}.metric-unit{color:var(--text-secondary);text-align:left}.log-entries{display:flex;flex-direction:column;gap:8px}.log-entry{font-family:var(--font-mono);font-size:11px;color:var(--text-secondary)}.log-time{color:var(--accent-cyan);margin-right:8px}.predictive-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.predictive-content{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:start}.predictive-chart-wrap{background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;padding:24px}.chart-hud{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hud-label{font-family:var(--font-display);font-size:10px;letter-spacing:2px;color:var(--text-muted)}.hud-time{font-family:var(--font-mono);font-size:12px;color:var(--accent-cyan)}#gaussian-canvas{width:100%;height:250px;display:block}.chart-legend{display:flex;gap:24px;margin-top:16px}.legend-item{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:10px;color:var(--text-muted)}.legend-dot{width:8px;height:8px;border-radius:50%}.predictive-report{background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;overflow:hidden}.report-header{padding:24px 28px;border-bottom:1px solid var(--border-color)}.report-tag{font-family:var(--font-mono);font-size:10px;letter-spacing:3px;color:var(--accent-gold);display:block;margin-bottom:8px}.report-header h3{font-family:var(--font-display);font-size:16px;letter-spacing:1px}.report-body{padding:24px 28px}.report-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.03);font-size:13px}.report-key{color:var(--text-muted);font-family:var(--font-mono);font-size:11px}.report-val{font-family:var(--font-mono);font-size:12px;color:var(--text-primary)}.report-val.warning{color:var(--accent-orange)}.report-val.success{color:var(--accent-green)}.report-formula{padding:16px 28px;font-family:var(--font-mono);font-size:11px;color:var(--accent-cyan);background:#00e5ff08;border-top:1px solid var(--border-color)}.solutions-section{background:var(--bg-primary)}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.solution-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;padding:36px 28px;position:relative;overflow:hidden;transition:all .4s var(--ease-out-expo)}.solution-card:hover{border-color:var(--accent-gold);background:var(--bg-card-hover);transform:translateY(-4px);box-shadow:0 20px 60px #0006}.card-scan-line{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent-cyan),transparent);opacity:0;transition:opacity .3s}.solution-card:hover .card-scan-line{opacity:1;animation:scan-down 1.5s linear}@keyframes scan-down{0%{top:0}to{top:100%}}.solution-number{font-family:var(--font-display);font-size:48px;font-weight:900;color:#d4a8530f;position:absolute;top:12px;right:20px}.solution-icon{font-size:28px;margin-bottom:16px;color:var(--accent-cyan)}.solution-icon i{font-size:28px}.solution-card h3{font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:1px;margin-bottom:12px}.solution-card p{font-size:13px;color:var(--text-secondary);line-height:1.6}.solution-list{margin-top:12px;padding-left:16px;font-size:13px;color:var(--text-secondary);line-height:1.6}.solution-list li{margin-bottom:8px}.solution-list strong{color:var(--accent-cyan)}.solution-tag{font-family:var(--font-mono);font-size:10px;color:var(--accent-cyan);letter-spacing:1px;padding:4px 10px;border:1px solid var(--accent-cyan-dim);border-radius:2px}.domains-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.domains-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.domain-card{position:relative;height:220px;border:1px solid var(--border-color);border-radius:4px;overflow:hidden;cursor:pointer;transition:all .4s var(--ease-out-expo)}.domain-card:hover{border-color:var(--accent-gold);transform:translateY(-4px)}.domain-bg{position:absolute;inset:0;background:linear-gradient(135deg,#d4a8530d,#00e5ff08);transition:all .4s}.domain-card:hover .domain-bg{background:linear-gradient(135deg,#d4a8531f,#00e5ff14)}.domain-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:28px}.domain-icon{font-size:32px;margin-bottom:12px;color:var(--accent-gold)}.domain-icon i{font-size:32px}.domain-card h3{font-family:var(--font-display);font-size:15px;letter-spacing:1px;margin-bottom:8px}.domain-card p{font-size:12px;color:var(--text-secondary);line-height:1.5}.vision-section{background:var(--bg-primary)}.vision-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.vision-block{margin-bottom:36px;padding-left:24px;border-left:2px solid var(--border-color);transition:border-color .3s}.vision-block:hover{border-color:var(--accent-gold)}.vision-block h3{font-family:var(--font-display);font-size:14px;letter-spacing:1px;margin-bottom:12px;display:flex;align-items:center;gap:12px}.vision-num{font-family:var(--font-mono);font-size:11px;color:var(--accent-gold)}.vision-block p{font-size:14px;color:var(--text-secondary);line-height:1.7}.vision-graphic{position:relative;display:flex;align-items:center;justify-content:center;height:400px}.vg-ring{position:absolute;border:1px solid var(--border-color);border-radius:50%;animation:ring-rotate 20s linear infinite}.vg-ring-1{width:300px;height:300px;animation-duration:20s}.vg-ring-2{width:220px;height:220px;animation-duration:15s;animation-direction:reverse;border-color:var(--accent-gold-dim)}.vg-ring-3{width:140px;height:140px;animation-duration:10s;border-color:var(--accent-cyan-dim)}@keyframes ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vg-core{display:flex;flex-direction:column;align-items:center;font-family:var(--font-display);font-size:14px;letter-spacing:3px;gap:4px;z-index:1}.vg-core span:nth-child(2),.vg-core span:nth-child(4){color:var(--accent-gold);font-size:20px}#footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:80px 0 40px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 40px}.footer-brand{margin-bottom:48px}.footer-logo{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:3px}.footer-tagline{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);margin-top:8px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:48px}.footer-col h4{font-family:var(--font-display);font-size:11px;letter-spacing:2px;color:var(--text-muted);margin-bottom:16px}.footer-col a{display:block;font-size:13px;color:var(--text-secondary);padding:6px 0;transition:color .3s}.footer-col a:hover{color:var(--accent-gold)}.footer-bottom{display:flex;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border-color);font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}.footer-build{color:var(--accent-green)}body.menu-open{overflow:hidden}.modeling-section{background:var(--bg-primary);border-bottom:1px solid var(--border-color)}.modeling-content{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}.modeling-canvas-wrap{position:relative;aspect-ratio:4/3;background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;overflow:hidden;overscroll-behavior:auto}#modeling-canvas{width:100%;height:100%;cursor:grab;touch-action:pan-y}#modeling-canvas:active{cursor:grabbing}.modeling-controls{position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.control-hint{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);background:#07070db3;padding:6px 16px;border-radius:20px;border:1px solid var(--border-color)}.modeling-info{display:flex;flex-direction:column;gap:32px}.enter-fs-btn{position:absolute;top:16px;right:16px;background:#0a0a0fd9;border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-mono);font-size:11px;padding:8px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;border-radius:4px;transition:all .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.enter-fs-btn:hover{background:var(--bg-card-hover);border-color:var(--accent-gold)}.enter-fs-btn i{font-size:16px}.cad-workspace{display:none;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.modeling-canvas-wrap.is-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;border:none;border-radius:0;background:#050508;overscroll-behavior:none;touch-action:none}.modeling-canvas-wrap.is-fullscreen .enter-fs-btn,.modeling-canvas-wrap.is-fullscreen #normal-controls{display:none}.modeling-canvas-wrap.is-fullscreen .cad-workspace{display:block;touch-action:none;overscroll-behavior:none}.modeling-canvas-wrap.is-fullscreen #modeling-canvas{touch-action:none}.cad-sidebar{position:absolute;top:0;left:0;width:250px;height:100%;background:#08080cf2;border-right:1px solid var(--border-color);display:flex;flex-direction:column;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999999;pointer-events:auto!important}.cad-drawer-handle{display:none;align-items:center;justify-content:center;background:transparent;border:none;color:inherit;cursor:pointer}.cad-drawer-pill{width:42px;height:4px;border-radius:999px;background:#ffffff73;transition:background .2s ease}.light-handle{position:absolute;left:75%;top:15%;transform:translate(-50%,-50%);cursor:grab;z-index:100000;pointer-events:auto!important;display:none;flex-direction:column;align-items:center;gap:4px;-webkit-user-select:none;user-select:none}.modeling-canvas-wrap.is-fullscreen .light-handle{display:flex}.light-handle:active{cursor:grabbing}.light-handle-core{width:28px;height:28px;background:radial-gradient(circle at 35% 35%,#fff9c4,#ffd580 60%,#ff9a00);border-radius:50%;box-shadow:0 0 10px 6px #ffd580e6,0 0 28px 12px #ffd58080,0 0 55px 18px #ffb40040;transition:box-shadow .2s}.light-handle:hover .light-handle-core{box-shadow:0 0 12px 6px #ffd580,0 0 30px 12px #ffd58099,0 0 60px 20px #ffb4004d}.light-handle-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;border:1px solid rgba(255,213,128,.4);border-radius:50%;animation:lightPulse 2s ease-in-out infinite}@keyframes lightPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.3);opacity:.1}}.light-handle-label{font-family:var(--font-mono);font-size:8px;letter-spacing:1px;color:#ffd580cc;margin-top:20px;white-space:nowrap}.cad-sidebar-header{padding:24px;font-family:var(--font-display);font-size:14px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:8px}.cad-sidebar-header i{color:var(--accent-cyan);font-size:18px}.cad-tool-group{padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:6px}.cad-group-title{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;padding-left:8px}.cad-btn{background:transparent;border:1px solid transparent;color:var(--text-secondary);font-family:var(--font-mono);font-size:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;border-radius:4px;transition:all .2s;text-align:left;pointer-events:auto!important}.cad-btn:hover{background:#ffffff0d;color:var(--text-primary)}.cad-btn.active-toggle.is-active{background:#00e5ff1a;border:1px solid rgba(0,229,255,.3);color:var(--accent-cyan)}.cad-btn i{font-size:16px}.cad-sidebar-bottom{margin-top:auto;padding:20px 16px;border-top:1px solid rgba(255,255,255,.05)}.btn-exit-fs{width:100%;justify-content:center;background:#ff44441a;color:#f44;border:1px solid rgba(255,68,68,.3)}.btn-exit-fs:hover{background:#f443;color:#ff6b6b}.axis-color{width:8px;height:8px;border-radius:50%}.axis-x{background:#f44}.axis-y{background:#22c55e}.axis-z{background:#3b82f6}.cad-measurements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15;opacity:0;transition:opacity .3s}.cad-measurements.active{opacity:1}.measure-point{position:absolute;display:flex;align-items:flex-end}.m1{top:35%;left:45%}.m2{top:65%;left:52%}.m-dot{width:8px;height:8px;background:var(--accent-cyan);border-radius:50%;box-shadow:0 0 12px var(--accent-cyan)}.m-line{width:80px;height:1px;background:var(--accent-cyan);transform-origin:left bottom;transform:rotate(-25deg) scaleX(1)}.m-label{font-family:var(--font-mono);color:var(--accent-cyan);background:#00e5ff1a;border:1px solid rgba(0,229,255,.3);padding:4px 8px;margin-left:4px;margin-bottom:25px;border-radius:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap}.m2 .m-dot,.m2 .m-line,.m2 .m-label{background-color:#ff44441a;border-color:#ff44444d;color:#f44;box-shadow:0 0 8px #f44}.m2 .m-dot{background:#f44}.m2 .m-line{background:#f44;transform:rotate(20deg) scaleX(1)}.m2 .m-label{margin-bottom:-15px}.modeling-canvas-wrap.is-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:9999;border:none;border-radius:0;background:#050508}.modeling-canvas-wrap.is-fullscreen .cad-measurements{opacity:1}body.fullscreen-active{overflow:hidden;overscroll-behavior:none}.euler-hud,.smart-snap-tooltip{pointer-events:none!important}.euler-hud{position:absolute;top:auto!important;bottom:80px;right:16px;background:#08080cd9;border:1px solid rgba(0,229,255,.2);border-radius:4px;padding:12px 16px;font-family:var(--font-mono);font-size:11px;z-index:99999;pointer-events:none!important;min-width:180px}.modeling-canvas-wrap.is-fullscreen #modeling-canvas{display:block}.modeling-canvas-wrap.is-fullscreen .cad-sidebar{overflow-y:auto;scrollbar-gutter:stable;padding-bottom:20px}.modeling-canvas-wrap.is-fullscreen .cad-sidebar-bottom{position:sticky;bottom:0;background:#08080cfa}.modeling-canvas-wrap.is-fullscreen .euler-hud{bottom:16px;max-width:calc(100vw - 32px)}.euler-title{color:var(--text-muted);font-size:9px;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.euler-values{display:flex;flex-direction:column;gap:4px;color:var(--accent-cyan)}.smart-snap-tooltip{position:absolute;background:#08080ceb;border:1px solid rgba(0,229,255,.3);border-radius:4px;padding:10px 14px;font-family:var(--font-mono);font-size:11px;z-index:99999;pointer-events:none!important;opacity:0;transition:opacity .2s;min-width:160px}.smart-snap-tooltip.active{opacity:1}.smart-snap-tooltip.critical{border-color:#ff444480}.snap-header{display:flex;align-items:center;gap:6px;color:var(--accent-cyan);font-size:10px;letter-spacing:1px;margin-bottom:8px}.snap-angle{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.snap-tolerance{display:flex;flex-direction:column;gap:3px}.tol-row{display:flex;justify-content:space-between;gap:12px;color:var(--text-muted);font-size:10px}.tol-row span:last-child{color:var(--text-primary)}.dt-dev span:last-child{color:var(--accent-gold)}.snap-stress{display:none;align-items:center;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,68,68,.2);color:#f44;font-size:10px}.cad-measurements{pointer-events:none!important}.modeling-hud{position:absolute;top:80px;right:16px;bottom:auto;background:#08080cd9;border:1px solid rgba(0,229,255,.2);border-radius:4px;padding:16px;font-family:var(--font-mono);font-size:12px;min-width:200px;z-index:99999;pointer-events:none!important;opacity:0;transition:opacity .3s}.modeling-hud.active{opacity:1}.hud-item{display:flex;justify-content:space-between;gap:12px;padding:4px 0;border-bottom:1px solid rgba(255,255,255,.05)}.hud-item:last-child{border-bottom:none}.hud-key{color:var(--text-muted)}.hud-val{color:var(--accent-cyan);font-weight:600}.modeling-info{display:flex;flex-direction:column;gap:20px}.modeling-feature{display:flex;gap:16px;align-items:flex-start;padding:20px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;transition:all .4s var(--ease-out-expo)}.modeling-feature:hover{border-color:var(--accent-gold);background:var(--bg-card-hover);transform:translate(6px)}.feature-icon{font-size:24px;flex-shrink:0;margin-top:2px;color:var(--accent-cyan)}.feature-icon i{font-size:24px}.modeling-feature h4{font-family:var(--font-display);font-size:13px;letter-spacing:1px;margin-bottom:6px}.modeling-feature p{font-size:13px;color:var(--text-secondary);line-height:1.5}.reveal{opacity:0;transform:translateY(40px);transition:all .8s var(--ease-out-expo)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.pinns-grid,.predictive-content,.vision-content,.modeling-content,.dashboard-grid{grid-template-columns:1fr}.solutions-grid,.domains-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{gap:32px}.nav-links{display:none}.dash-gauges{grid-template-columns:repeat(2,1fr)}}@media(max-width:1480px){#navbar{padding:0 24px}.nav-inner,.nav-links{gap:18px}.nav-link{font-size:9px;letter-spacing:.7px}}.contact-section{background:var(--bg-primary);position:relative;overflow:hidden}.contact-content{display:flex;justify-content:center;align-items:stretch;gap:24px;margin-top:48px;max-width:920px;margin-left:auto;margin-right:auto}.contact-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:34px 40px;display:flex;align-items:center;gap:24px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;width:min(100%,780px);margin:0 auto}.contact-card:hover{transform:translateY(-4px);border-color:var(--accent-cyan);box-shadow:0 10px 30px #00e5ff0d;background:var(--bg-card-hover)}.contact-icon{width:56px;height:56px;background:#00e5ff0d;border:1px solid rgba(0,229,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent-cyan);font-size:28px;flex-shrink:0}.contact-info{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0;justify-content:center}.contact-label{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.contact-value{font-family:var(--font-display);font-size:clamp(20px,2vw,30px);color:var(--text-primary);font-weight:500;line-height:1.15}.contact-value a{display:inline-block;color:var(--text-primary);text-decoration:none;transition:color .3s;overflow-wrap:anywhere;word-break:break-word}.contact-value a:hover{color:var(--accent-cyan)}@media(max-width:640px){.solutions-grid,.domains-grid,.footer-links,.contact-content{grid-template-columns:1fr}.hero-badges{flex-direction:column;gap:16px}.hero-actions{flex-direction:column;align-items:center}.hero-title .title-line{font-size:clamp(28px,8vw,36px)}}@media(max-width:1024px){.hero-title{font-size:56px}.grid-layout{grid-template-columns:1fr}.solutions-grid{grid-template-columns:repeat(2,1fr);gap:24px}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.vision-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.section-container{padding:0 10px;box-sizing:border-box}.section{padding:55px 0;min-height:auto}.hero-section{min-height:100svh}.section-header{margin-bottom:25px;padding:0 10px}.section-index{font-size:10px;letter-spacing:2px;margin-bottom:12px}.section-title{font-size:20px;margin-bottom:12px}.section-desc{font-size:11px;line-height:1.4;padding:0 10px}.nav-inner{justify-content:space-between;padding:0 10px}#navbar{padding:0}.nav-links{display:flex;position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:#07070dfa;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px 48px;overflow-y:auto;opacity:0;pointer-events:none;transition:all .3s ease;gap:32px;z-index:1000}#navbar.mobile-active .nav-links{opacity:1;pointer-events:auto}.nav-link{font-size:18px}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:1001}.mobile-menu-toggle .bar{height:2px;width:100%;background:var(--text-primary);transition:all .3s ease}#navbar.mobile-active .mobile-menu-toggle .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}#navbar.mobile-active .mobile-menu-toggle .bar:nth-child(2){opacity:0}#navbar.mobile-active .mobile-menu-toggle .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.boot-container{width:100%;padding:0 10px;box-sizing:border-box}.boot-header{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:16px;font-size:16px}.equation-line{flex-direction:column;align-items:flex-start;gap:2px;padding:6px 0}.eq-label{width:auto;font-size:8px;color:var(--accent-gold);opacity:.8}.eq-formula{font-size:9px;word-break:break-word;white-space:normal;line-height:1.3;color:var(--accent-cyan)}.eq-status{align-self:flex-start;margin-top:2px;font-size:7px}.cad-sidebar{--cad-drawer-peek: 52px;width:100%;height:35vh;max-height:250px;top:auto;bottom:0;left:0;border-right:none;border-top:1px solid var(--border-color);overflow-y:auto;border-radius:12px 12px 0 0;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);padding-top:var(--cad-drawer-peek);-webkit-overflow-scrolling:touch}.cad-sidebar.collapsed{transform:translateY(calc(100% - var(--cad-drawer-peek)))!important;overflow:hidden}.cad-drawer-handle{position:absolute;top:0;left:0;width:100%;height:var(--cad-drawer-peek);display:flex;align-items:flex-start;justify-content:center;padding-top:12px;background:linear-gradient(180deg,#08080cfa,#08080ce0);border-radius:12px 12px 0 0;z-index:11;touch-action:none}.cad-sidebar.collapsed .cad-drawer-pill{background:var(--accent-gold)}.cad-sidebar-header{padding:8px 12px;font-size:9px;cursor:pointer}.cad-tool-group{padding:8px 12px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.cad-group-title{grid-column:1 / -1;margin-bottom:2px;font-size:8px}.cad-btn{font-size:7px;padding:6px;justify-content:center;text-align:center}.cad-sidebar-bottom{padding:8px 12px}body{max-width:100vw;overflow-x:hidden}.section-container{max-width:100vw;overflow-x:hidden;padding:0 10px;box-sizing:border-box}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:5vh;padding:0 10px;position:relative;z-index:10;pointer-events:auto}.hero-tag{display:none}.hero-title .title-line{font-size:clamp(20px,6vw,24px);letter-spacing:.5px}.hero-title{margin-bottom:10px}.hero-subtitle{font-size:clamp(10px,3vw,11px);margin-bottom:20px;line-height:1.4}.hero-badges{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:4px;margin-bottom:20px;width:100%}.h-badge{font-size:8px;padding:5px 8px;width:auto;justify-content:center}.hero-actions{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%;gap:8px;position:relative;z-index:20}.btn{flex:1;min-width:90px;justify-content:center;padding:8px 10px;font-size:9px;pointer-events:auto}.solutions-grid,.pinns-grid{grid-template-columns:1fr;gap:10px;width:100%}.dashboard-grid{grid-template-columns:1fr;gap:16px;width:100%}.dashboard-stats{grid-template-columns:1fr;gap:8px;width:100%}.predictive-content{grid-template-columns:1fr;gap:16px;width:100%;overflow:hidden}.domains-grid,.contact-grid{grid-template-columns:1fr;gap:10px;width:100%}.vision-content{grid-template-columns:1fr;gap:16px;width:100%}.solution-number{font-size:20px;opacity:.04}.solution-card{padding:12px 10px}.solution-card h3{font-size:11px;margin-bottom:6px}.solution-card p,.solution-list{font-size:9px;line-height:1.3}.pinns-info{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.pinns-card{padding:10px 8px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;border-radius:6px}.card-icon{font-size:14px;margin-bottom:0;padding:6px}.card-icon i{font-size:14px}.pinns-card h3{font-size:9px;margin-bottom:0;min-height:20px;line-height:1.2}.pinns-card p{font-size:8px;line-height:1.3;margin-bottom:0}.domain-card{height:auto;min-height:100px}.domain-content{padding:10px}.domain-card h3{font-size:10px}.domain-card p{font-size:8px}.stat-card{padding:8px;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:14px}.stat-label{font-size:7px}.dash-card{padding:10px}.dash-gauges{grid-template-columns:repeat(2,1fr);gap:8px}.gauge-ring{width:40px;height:40px;margin-bottom:2px}.gauge-value{font-size:9px}.gauge-label{font-size:7px}.dash-chart{height:110px;width:100%;overflow:hidden}#dash-chart-canvas{height:100%!important;max-width:100%!important}#pinns-canvas{height:160px!important;max-width:100%!important}.predictive-chart-wrap{padding:8px;width:100%;overflow:hidden;box-sizing:border-box}#gaussian-canvas{height:120px!important;max-width:100%!important;object-fit:contain}.chart-hud{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:8px}.hud-label,.hud-time{font-size:8px}.report-header{padding:8px 10px}.report-header h3{font-size:11px}.report-tag{font-size:7px;padding:2px 6px}.report-body{padding:8px 10px}.report-formula{padding:6px 10px;font-size:7px}.report-row{font-size:8px;padding:4px 0}.legend-item{font-size:7px;gap:4px}.legend-dot{width:6px;height:6px}.contact-content{margin-top:28px}.contact-card{width:100%;padding:18px 16px;gap:12px}.contact-icon{width:24px;height:24px;font-size:12px;border-radius:6px}.contact-value{font-size:11px}.contact-label{font-size:7px}.contact-info{width:100%;overflow:visible;text-overflow:clip;white-space:normal}.footer-inner{flex-direction:column;gap:20px;text-align:center;padding:24px 10px 16px}.footer-links{flex-direction:column;gap:16px;align-items:center}.footer-col h4{font-size:10px;margin-bottom:8px}.footer-col a{font-size:9px}.footer-bottom{flex-direction:column;gap:8px;text-align:center;font-size:7px}.footer-build{text-align:center;font-size:7px}.reveal,.reveal.visible{opacity:1;transform:none;transition:none}}@media(max-width:480px){.nav-logo{font-size:12px}}@media(min-width:769px){.mobile-menu-toggle{display:none}}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
